@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 #0F7FFF !important;
  outline-offset: 1px !important; }

input:focus-visible + label {
  outline: 2px solid #0F7FFF !important;
  outline-offset: 1px !important; }

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

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

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

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

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

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

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

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

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

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

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

/* 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; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

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

@keyframes load-ani {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes load-ani {
  100% {
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }

@-webkit-keyframes load-animate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg);
    opacity: .35; }
  100% {
    transform: rotate(360deg); } }

@keyframes load-animate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg);
    opacity: .35; }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

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

.haloFadeOutRight {
  -webkit-animation-name: haloFadeOutRight;
  animation-name: haloFadeOutRight; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

html {
  font-size: 16px; }
  @media (min-width: 701px) {
    html {
      font-size: 16px; } }
  @media (min-width: 992px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 16px; } }

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 30px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button--small {
  font-size: 14px;
  padding: 0.5625rem 1.5rem; }

.button--tiny { }

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*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: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  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: 701px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

@media (min-width: 481px) {
  .form-actions--fixed {
    background: white;
    border-top: 1px solid #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.375rem;
  width: 1.375rem;
  float: left;
  margin: 0 0 0 -1.875rem;
  position: relative;
  top: 0.625rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #008a06; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs {
  border-bottom: 1px solid #d9d9d9;
  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: 701px) {
    .tab {
      float: left; } }

.tab-title {
  color: #4d4d4d;
  display: block;
  font-size: 16px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: black; }

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

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

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

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

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

.navList-action {
  color: #e9162b;
  font-size: 16px;
  padding: 0.1875rem 0; }

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

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

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

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

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

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

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

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

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

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

.alertBox--warning {
  background-color: #fbf8e5;
  border-color: #fbf8e5;
  color: white; }
  .alertBox--warning svg {
    fill: #8a714a; }

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

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

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

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

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.125rem; }
  .alertBox-close .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox-close svg {
    fill: #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: #d9d9d9 solid;
  border-width: 1px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  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: #d9d9d9 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: black;
    padding: 1.875rem;
    display: block;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.875rem; }

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

.accordion-content {
  display: none;
  padding: 2rem;
  border: #d9d9d9 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: #8a714a; }

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 #d9d9d9;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 701px) {
    .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: 701px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 1013px; } }
  @media only screen and (min-width: 701px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 701px) {
    .modal {
      transform: translateY(-50%); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-next {
  right: -5px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.375rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23191919' stroke-width='4' stroke-linecap='inherit' stroke-linejoin='inherit' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
    .home-layout-3 .slick-next::before {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 247.63 160.7'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M161.47,1.69l-.06,.05c-2.38,2.33-2.38,6.16,0,8.48l65.55,64.08H5.94c-3.28,0-5.94,2.66-5.94,5.94v.13c0,3.28,2.66,5.94,5.94,5.94H227.09l-65.63,64.21c-2.38,2.33-2.38,6.15,0,8.48h0c2.31,2.26,6,2.26,8.31,0l76.08-74.45c2.38-2.33,2.38-6.15,0-8.48L169.78,1.69c-2.31-2.26-6-2.26-8.31,0Z'/%3E%3C/g%3E%3C/svg%3E");
      width: 45px;
      height: 45px;
      background-size: 100%;
      transition: 0.3s; }
      @media (min-width: 1400px) {
        .home-layout-3 .slick-next::before {
          width: 55px;
          height: 55px; } }
  .slick-next:hover::before, .slick-next:focus::before, .slick-next:active::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='white' stroke-width='4' stroke-linecap='inherit' stroke-linejoin='inherit' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
    opacity: 1; }
    .home-layout-3 .slick-next:hover::before, .home-layout-3 .slick-next:focus::before, .home-layout-3 .slick-next:active::before {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 247.63 160.7'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M161.47,1.69l-.06,.05c-2.38,2.33-2.38,6.16,0,8.48l65.55,64.08H5.94c-3.28,0-5.94,2.66-5.94,5.94v.13c0,3.28,2.66,5.94,5.94,5.94H227.09l-65.63,64.21c-2.38,2.33-2.38,6.15,0,8.48h0c2.31,2.26,6,2.26,8.31,0l76.08-74.45c2.38-2.33,2.38-6.15,0-8.48L169.78,1.69c-2.31-2.26-6-2.26-8.31,0Z'/%3E%3C/g%3E%3C/svg%3E"); }

.slick-prev {
  left: -5px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.375rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23191919' stroke-width='4' stroke-linecap='inherit' stroke-linejoin='inherit' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
    .home-layout-3 .slick-prev::before {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 247.63 160.7'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M86.16,159.01l.06-.05c2.38-2.33,2.38-6.16,0-8.48L20.67,86.38H241.7c3.28,0,5.94-2.66,5.94-5.94v-.13c0-3.28-2.66-5.94-5.94-5.94H20.54L86.17,10.18c2.38-2.33,2.38-6.15,0-8.48h0c-2.31-2.26-6-2.26-8.31,0L1.78,76.14c-2.38,2.33-2.38,6.15,0,8.48l76.07,74.38c2.31,2.26,6,2.26,8.31,0Z'/%3E%3C/g%3E%3C/svg%3E");
      width: 45px;
      height: 45px;
      background-size: 100%;
      transition: 0.3s; }
      @media (min-width: 1400px) {
        .home-layout-3 .slick-prev::before {
          width: 55px;
          height: 55px; } }
  .slick-prev:hover::before, .slick-prev:focus::before, .slick-prev:active::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='white' stroke-width='4' stroke-linecap='inherit' stroke-linejoin='inherit' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
    opacity: 1; }
    .home-layout-3 .slick-prev:hover::before, .home-layout-3 .slick-prev:focus::before, .home-layout-3 .slick-prev:active::before {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 247.63 160.7'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpath d='M86.16,159.01l.06-.05c2.38-2.33,2.38-6.16,0-8.48L20.67,86.38H241.7c3.28,0,5.94-2.66,5.94-5.94v-.13c0-3.28-2.66-5.94-5.94-5.94H20.54L86.17,10.18c2.38-2.33,2.38-6.15,0-8.48h0c-2.31-2.26-6-2.26-8.31,0L1.78,76.14c-2.38,2.33-2.38,6.15,0,8.48l76.07,74.38c2.31,2.26,6,2.26,8.31,0Z'/%3E%3C/g%3E%3C/svg%3E"); }

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

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2rem;
    width: 2rem;
    margin: 0;
    padding: 0.3125rem; }
    .home-layout-4 .slick-dots li {
      height: 1.25rem;
      width: 1.25rem;
      padding: 0; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 0.9375rem;
      width: 0.9375rem;
      border-radius: 50%; }
      @media (max-width: 1024px) {
        .home-layout-3 .slick-dots li button, .home-layout-3
        .slick-dots li button::before {
          height: 0.75rem;
          width: 0.75rem; } }
      .home-layout-4 .slick-dots li button, .home-layout-4
      .slick-dots li button::before {
        height: 0.625rem;
        width: 0.625rem; }
    .slick-dots li button {
      border: 1px solid white;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      @media (max-width: 1024px) {
        .home-layout-3 .halo-block .slick-dots li button {
          border-color: #ae9980;
          margin-top: 1rem; } }
      .slick-dots li button:hover::before {
        background: white; }
        @media (max-width: 1024px) {
          .home-layout-3 .halo-block .slick-dots li button:hover::before {
            border-color: #ae9980; } }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .home-layout-4 .slick-dots li.slick-active button {
      border-color: #ec6130;
      background: transparent; }
    .slick-dots li.slick-active button::before {
      background: #e9162b; }
      .home-layout-4 .slick-dots li.slick-active button::before {
        background: linear-gradient(45deg, #e7334f, #ec6130); }
      @media (max-width: 1024px) {
        .home-layout-3 .halo-block .slick-dots li.slick-active button::before {
          background: #ae9980; } }

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

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

.slick-list {
  height: 100%;
  min-width: 100%; }

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

div.slick-slider {
  width: 1px;
  min-width: 100%;
  *width: 100%;
  display: flex;
  align-items: stretch; }

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

.carousel-play-pause-button {
  display: none;
  position: absolute;
  left: 15px;
  bottom: 0.5rem;
  height: 32px;
  min-width: 60px;
  max-width: 60px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #8f8f8f;
  transition: color 100ms ease-out;
  z-index: 5;
  border: 1px solid white;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9); }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      min-width: 80px;
      max-width: 90px; } }
  @media (min-width: 701px) {
    .carousel-play-pause-button {
      max-width: 150px;
      font-size: 18px; } }
  @media (min-width: 992px) {
    .carousel-play-pause-button {
      left: 25px;
      bottom: 1.5rem; } }
  .carousel-play-pause-button:hover {
    color: #474747; }

.home-layout-4 .slick-dots li button {
  background: #ffffff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-noanimation {
  transition: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: black;
    font-size: 2rem; }
  .swal2-modal .swal2-content {
    color: black;
    font-size: 1.125rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #d9d9d9;
    color: black; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: black; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: white;
    border-color: black;
    color: black;
    font-size: 15px;
    padding: 0.875rem 2.25rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: #e9162b;
      border-color: #e9162b;
      color: white; }
    .swal2-modal .swal2-styled:active {
      background-color: #e9162b;
      border: 1px solid #e9162b;
      color: white; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #e9162b;
    border-color: #e9162b;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: white;
    border-color: black;
    color: black; }
  .swal2-modal .swal2-confirm:active {
    background-color: white;
    border-color: black;
    color: black; }
  .swal2-modal .swal2-cancel {
    background-color: white;
    border-color: black;
    color: black; }
    .home-layout-3 .swal2-modal .swal2-cancel {
      border-color: #e9162b;
      color: white; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: #e9162b;
    border-color: #e9162b;
    color: white; }
  .swal2-modal .swal2-cancel:active {
    background-color: #e9162b;
    border-color: #e9162b;
    color: white; }
  .swal2-modal .button + .button {
    margin-left: 0.75rem; }

.swal2-icon {
  display: flex; }

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

html,
body {
  height: auto; }

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

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

html {
  -webkit-tap-highlight-color: transparent; }

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

body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0;
  overflow-x: hidden; }
  body.home-layout-3 {
    line-height: 34px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-top: 2.25rem; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    text-decoration: none; }
    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
      color: inherit; }

h5,
h6 {
  text-transform: uppercase; }

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

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

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

h1 {
  font-size: 30px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='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.5625rem top 0.6875rem;
  border-radius: 0;
  padding: 0.75rem 3rem 0.75rem 1rem;
  height: 50px;
  border-color: #cbcbcb; }

.form-label {
  font-size: 14PX;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
  text-transform: none;
  margin: 0 0 6px 0; }
  .form-label em {
    color: #e9162b; }
  .form-label small {
    float: right;
    margin-top: 0.375rem;
    color: #e9162b; }

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

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

.form-input {
  font-size: 16px;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  border-radius: 0;
  max-width: 100%;
  min-height: 50px;
  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: black;
    left: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
    text-transform: unset;
    transition: all 0.3s ease;
    letter-spacing: 0;
    font-style: normal !important; }
  .form-input:-ms-input-placeholder {
    color: black;
    left: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
    text-transform: unset;
    transition: all 0.3s ease;
    letter-spacing: 0;
    font-style: normal !important; }
  .form-input::placeholder {
    color: black;
    left: 0;
    opacity: 1;
    visibility: visible;
    position: relative;
    text-transform: unset;
    transition: all 0.3s ease;
    letter-spacing: 0;
    font-style: normal !important; }
  .form-input:focus::-webkit-input-placeholder {
    left: 5%;
    opacity: 0;
    visibility: hidden; }
  .form-input:focus:-ms-input-placeholder {
    left: 5%;
    opacity: 0;
    visibility: hidden; }
  .form-input:focus::placeholder {
    left: 5%;
    opacity: 0;
    visibility: hidden; }

.form-field.form-field-radio {
  position: relative;
  padding: 13px 0 0 0; }
  .form-field.form-field-radio .form-label {
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0 25px 0 0;
    line-height: 24px; }
    .form-field.form-field-radio .form-label:last-child {
      display: inline-block;
      margin-bottom: 0; }
  .form-field.form-field-radio .form-radio + .form-label {
    font-size: 16px;
    font-weight: 400;
    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 black;
      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 #d9d9d9; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

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

.table--line {
  border-color: #d9d9d9;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #d9d9d9;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 701px) {
        .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 #d9d9d9; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 701px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

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

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

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

.form-wishlist {
  position: relative; }

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

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

.modal {
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: unset;
  padding: 0;
  left: 50%;
  top: 50% !important;
  transform: translate(-50%, -50%); }
  .modal.modal--standard {
    width: 100%; }
  .modal.modal--editOptions .modal-body {
    overflow: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 140px 0; }
  @media (min-width: 768px) {
    .modal.modal--standard.halo-ask-an-expert {
      width: 700px; } }
  @media (min-width: 1025px) {
    .modal.modal--medium {
      width: 100%;
      max-width: 990px; }
    .modal.modal--medium#compare-color-popup {
      max-width: 940px; }
    .modal.modal--standard {
      width: 890px;
      max-width: 100%; }
    .modal.modal--editOptions {
      width: 100%;
      max-width: 854px; }
    .modal.modal--giftWrapping {
      width: 100%;
      max-width: 854px; } }
  @media (min-width: 1400px) {
    .modal.modal--large {
      width: 1070px;
      max-width: 1070px; }
    .modal.modal--quickView {
      width: 100%;
      max-width: 1070px; }
      .modal.modal--quickView .modal-body {
        padding: 52px; } }

.modal-header {
  display: block;
  position: relative;
  background-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
  padding: 12px 30px 11px; }
  .modal-header-title {
    display: block;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 26px;
    text-transform: capitalize;
    margin: 0;
    text-align: center; }

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

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

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

.hide-content {
  opacity: 0; }

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

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

#modal-size-chart-form {
  min-height: 500px; }
  #modal-size-chart-form .modal-body {
    padding: 0; }
  #modal-size-chart-form .productView-sizeChartimg {
    display: flex;
    justify-content: center;
    padding: 30px; }
  #modal-size-chart-form img.lazyload, #modal-size-chart-form img.lazyloading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    transform: translate3d(-50%, -50%, 0);
    width: auto;
    height: auto;
    object-fit: contain;
    margin: auto; }
  #modal-size-chart-form img.lazyloaded {
    width: auto;
    height: auto; }
  @media only screen and (min-width: 551px) {
    #modal-size-chart-form.modal {
      width: 700px; } }

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

#compare-color-popup .modal-header-title {
  text-align: left; }

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

.modal--quickShop {
  overflow: auto; }

.breadcrumbs-container,
.breadcrumb-wrapper {
  padding: 0;
  background-color: transparent;
  text-align: left;
  margin-top: 23px;
  margin-bottom: 4px; }
  @media (min-width: 1025px) {
    .breadcrumbs-container,
    .breadcrumb-wrapper {
      padding: 0; } }

.breadcrumbs {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent; }
  @media (max-width: 767px) {
    .breadcrumbs {
      display: block;
      white-space: nowrap;
      overflow: auto hidden;
      margin: 0 -10px;
      padding: 0 10px; }
      .breadcrumbs .breadcrumb.is-active .breadcrumb-label {
        padding-right: 30px; }
      .breadcrumbs:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0.1));
        width: 10px;
        height: 40px;
        z-index: 1;
        transform: rotate(180deg); }
      .breadcrumbs:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0.1));
        width: 40px;
        height: 40px;
        z-index: 1; }
      .breadcrumbs .breadcrumb {
        float: none; } }

.breadcrumb {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 400;
  color: #6f6f6f;
  padding: 0;
  line-height: 35px;
  letter-spacing: 0;
  text-transform: capitalize; }
  .breadcrumb .breadcrumb-label {
    color: inherit;
    font-size: inherit; }
  .breadcrumb:not(:first-child):before {
    content: '/';
    font-size: inherit;
    font-weight: inherit;
    display: inline-block;
    vertical-align: initial;
    margin: 0 4px 0 6px;
    color: #6f6f6f;
    position: relative;
    top: 0px; }
  .breadcrumb.is-active .breadcrumb-label {
    color: #6f6f6f; }

.page .breadcrumb {
  color: #6f6f6f;
  padding-top: 2px; }

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

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

.pagination {
  display: block;
  text-align: center;
  margin: 40px 0 0; }
  .pagination .pagination-info {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: 400;
    color: #424242;
    letter-spacing: 0;
    line-height: 24px;
    display: none; }
  .pagination .pagination-total-progress {
    display: none; }
  .pagination .pagination-list {
    margin: 0 auto; }
  .pagination.pagination-2 {
    display: block; }
    .pagination.pagination-2 .pagination-info {
      display: block;
      text-align: center;
      margin-bottom: 5px; }
    .pagination.pagination-2 .pagination-total-progress {
      display: block; }
    .pagination.pagination-2 .halo-product-show-more + .pagination-list {
      display: none; }
  @media (min-width: 768px) {
    .pagination {
      display: flex;
      align-items: center;
      justify-content: space-between;
      text-align: left; }
      .pagination .pagination-info {
        margin-bottom: 0;
        text-align: left; }
      .page-blog .pagination {
        text-align: right;
        justify-content: flex-end; } }

.pagination-list {
  display: block;
  font-size: 0;
  margin: 0;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px; }

.pagination-item {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  margin: 0; }
  .pagination-item .pagination-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    font-size: 15px;
    font-weight: 700;
    color: black;
    min-width: 50px;
    height: 50px;
    line-height: 21px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid #000000;
    border-radius: 5px;
    background-color: transparent; }
    .pagination-item .pagination-link:hover {
      color: white;
      background-color: #000000; }
  .pagination-item.pagination-item--current .pagination-link {
    color: white;
    background-color: #000000; }
  .pagination-item.pagination-item--previous .pagination-link, .pagination-item.pagination-item--next .pagination-link {
    padding-top: 0;
    padding-bottom: 0;
    border-color: #000000;
    background-color: transparent; }
  @media (min-width: 1025px) {
    .pagination-item.pagination-item--previous .pagination-link:hover, .pagination-item.pagination-item--next .pagination-link:hover {
      background-color: white;
      border-color: black; }
      .pagination-item.pagination-item--previous .pagination-link:hover .icon, .pagination-item.pagination-item--next .pagination-link:hover .icon {
        fill: black; } }

.pagination-item--previous .pagination-link,
.pagination-item--next .pagination-link {
  width: 50px;
  height: 50px;
  padding: 7px; }
  .pagination-item--previous .pagination-link .icon,
  .pagination-item--next .pagination-link .icon {
    display: inherit;
    margin: 0 auto;
    width: 20px;
    height: 100%;
    fill: #000000; }

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

.pagination-total-progress {
  max-width: 255px;
  height: 3px;
  background-color: #e6e6e6;
  text-align: left;
  margin: 7px auto 20px;
  display: block; }
  .pagination-total-progress .pagination-total-item {
    width: 0;
    height: 100%;
    background-color: #e9162b;
    display: block;
    transition: all ease 1s; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  line-height: 21px;
  font-weight: 700;
  font-style: normal;
  user-select: none;
  appearance: none;
  width: auto;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 14px 24px;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
  transform: perspective(1px) translateZ(0); }
  .button.button--custom {
    white-space: normal;
    overflow: unset;
    text-overflow: unset; }
    .button.button--custom::before {
      display: none; }
  .button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: white;
    transition: all 0.6s ease; }
  .button:hover:before {
    background-color: #e9162b; }
  .button:active:before {
    background-color: #e9162b; }
  .button svg {
    fill: currentColor;
    stroke: currentColor; }
  .button.button--primary:before {
    background-color: #e9162b; }
  .button.button--primary:hover:before, .button.button--primary:focus:before {
    background-color: white; }
  .button.button--primary:active:before {
    background-color: white; }
  .button.button--secondary {
    color: black;
    background-color: white;
    border-color: black; }
    .button.button--secondary:before {
      background-color: white; }
    .button.button--secondary:active {
      color: white;
      border-color: #e9162b;
      background-color: #e9162b; }
      .button.button--secondary:active:before {
        background-color: #e9162b; }
  .button.button--tertiary:before {
    background-color: #ec6130; }
  .button.button--tertiary:hover:before {
    background-color: #e7334f; }
  .button.button--tertiary:active:before {
    background-color: #e7334f; }
  .home-layout-4 .button.button--tertiary {
    background: linear-gradient(45deg, #ec6130, #e7334f); }
    .home-layout-4 .button.button--tertiary:before {
      background: linear-gradient(45deg, #ec6130, #e7334f); }
    .home-layout-4 .button.button--tertiary:active {
      background: linear-gradient(45deg, #ec6130, #e7334f); }
      .home-layout-4 .button.button--tertiary:active:before {
        background: linear-gradient(45deg, #ec6130, #e7334f); }
  .button.button--transparent {
    color: white;
    background-color: transparent;
    border-color: white; }
    .button.button--transparent:before {
      background-color: transparent; }
    .button.button--transparent:active {
      color: black;
      background-color: white; }
      .button.button--transparent:active:before {
        background-color: white; }
  .button.disable, .button[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    background: #e5e5e5;
    border-color: #e5e5e5;
    color: #4d4d4d;
    outline: 0 !important; }
    .button.disable:before, .button[disabled]:before {
      background-color: #e5e5e5; }
    .button.disable:active, .button[disabled]:active {
      background: #e5e5e5;
      border-color: #e5e5e5;
      color: #4d4d4d; }
      .button.disable:active:before, .button[disabled]:active:before {
        background: #e5e5e5; }

.button--checkout {
  background: #eb5836;
  color: white;
  border-color: black; }
  .button--checkout:before {
    background-color: #eb5836; }
  .button--checkout:hover, .button--checkout:focus, .button--checkout:active {
    background: white;
    color: black;
    border-color: black; }
    .button--checkout:hover:before, .button--checkout:focus:before, .button--checkout:active:before {
      background-color: white; }

.table-actions .button--small.button--tertiary {
  max-width: 110px; }

.button--link {
  padding: 0;
  background: transparent;
  border: none;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #e9162b;
  text-decoration: underline;
  text-transform: inherit; }
  .button--link::before {
    display: none; }
  .button--link:hover, .button--link:focus, .button--link:active {
    background: transparent;
    border: none;
    color: #e9162b; }
    .button--link:hover::before, .button--link:focus::before, .button--link:active::before {
      display: none; }

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

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

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

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

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

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

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

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

.accordion-title {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: black;
  padding: 0;
  margin: 0 0 20px 0;
  text-transform: unset; }
  .home-layout-3 .accordion-title {
    font-family: "Montserrat", Arial, Helvetica, sans-serif; }

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

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

.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-block:last-child {
      border-bottom: 0; }
  .accordion--navList .accordion-navigation {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0; }
    .accordion--navList .accordion-navigation .accordion-navigation-actions {
      display: flex;
      align-items: center;
      justify-content: center;
      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: black;
      background: black; }
  .accordion--navList .accordion-content.facetedSearch-content--rating .navList-item .navList-action--rating {
    line-height: 24px; }
    .accordion--navList .accordion-content.facetedSearch-content--rating .navList-item .navList-action--rating:hover {
      text-decoration: none !important; }
  .accordion--navList .accordion-content.is-open {
    background: #fff;
    padding-bottom: 39px;
    margin-bottom: -1px; }

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

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

.alertBox {
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: black;
  padding: 12px 15px 13px 15px;
  margin: 0 0 18px 0; }
  .alertBox .icon {
    fill: black; }
    .alertBox .icon svg {
      fill: black; }
  .alertBox.alertBox--warning {
    color: #8a714a; }
    .alertBox.alertBox--warning .icon {
      fill: #8a714a; }
      .alertBox.alertBox--warning .icon svg {
        fill: #8a714a; }
  .alertBox.alertBox--success {
    color: #008a06; }
    .alertBox.alertBox--success .icon {
      fill: #008a06; }
      .alertBox.alertBox--success .icon svg {
        fill: #008a06; }
  .alertBox.alertBox--error {
    color: #cc4749; }
    .alertBox.alertBox--error .icon {
      fill: #cc4749; }
      .alertBox.alertBox--error .icon svg {
        fill: #cc4749; }
  .alertBox.alertBox--info {
    color: white; }
    .alertBox.alertBox--info .alertBox-close svg {
      fill: white; }
    .alertBox.alertBox--info .icon {
      fill: white; }
      .alertBox.alertBox--info .icon svg {
        fill: white; }

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

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

.form-inlineMessage {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5; }

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

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

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

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

.form-checkbox + .form-label {
  padding-left: 25px; }
  .form-checkbox + .form-label:before {
    top: 3px;
    border-radius: 0;
    border-color: #d0d0d0;
    width: 15px;
    height: 15px; }
  .form-checkbox + .form-label:after {
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(255, 255, 255, 1)' /%3E%3C/svg%3E");
    background-size: cover;
    background-position: center; }
  .form-checkbox + .form-label + .form-inlineMessage {
    margin-top: 0;
    margin-bottom: 10px; }

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

.form-actions {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.75rem; }

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

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

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

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

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

.form-fileDescription {
  color: black;
  font-size: 16px; }
  .form-fileDescription strong {
    font-weight: 500; }

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

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

.form-prefixPostfix .button {
  text-transform: uppercase;
  margin-top: 20px; }
  @media (min-width: 551px) {
    .form-prefixPostfix .button {
      width: auto;
      margin-top: 0;
      margin-left: 20px; }
      .home-layout-3 .footer .form-prefixPostfix .button {
        margin-left: 0;
        border-left-width: 0; } }

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

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

.form-increment {
  position: relative;
  max-width: 122px;
  min-height: 50px; }
  .form-increment .button {
    margin: 0;
    padding: 0;
    border: none;
    width: 32px;
    height: 100%;
    position: absolute;
    background: 0 0; }
    .form-increment .button[data-action="dec"] {
      bottom: 0;
      left: 0; }
      .form-increment .button[data-action="dec"]:before, .form-increment .button[data-action="dec"]:after {
        content: "";
        position: absolute;
        display: block;
        line-height: 22px;
        background-color: #787878;
        z-index: 1;
        opacity: 1; }
      .form-increment .button[data-action="dec"]:before {
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        width: 14px;
        height: 2px; }
    .form-increment .button[data-action="inc"] {
      bottom: 0;
      right: 0; }
      .form-increment .button[data-action="inc"]:before, .form-increment .button[data-action="inc"]:after {
        content: "";
        position: absolute;
        display: block;
        line-height: 22px;
        background-color: #787878;
        z-index: 1;
        opacity: 1; }
      .form-increment .button[data-action="inc"]:before {
        top: 50%;
        left: auto;
        right: 10px;
        transform: translateY(-50%);
        width: 14px;
        height: 2px; }
      .form-increment .button[data-action="inc"]:after {
        top: 50%;
        right: 16px;
        width: 2px;
        height: 14px;
        transform: translateY(-50%); }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.1875rem;
  -moz-appearance: textfield; }
  .form-input--incrementTotal::-webkit-outer-spin-button, .form-input--incrementTotal::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

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

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

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.375rem;
  width: 1.375rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 701px) {
    .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: 18px;
  height: 2.25rem;
  line-height: 1rem;
  padding: 0.5625rem 0.75rem; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 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%; }
    .home-layout-3 .form-minMaxRow .button {
      padding-top: 0; }

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

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

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

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

.card {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 0; }
  .card .button {
    pointer-events: all; }
  .home-layout-3.page-type-default .card {
    padding: 2.5px; }
  .card .card-figcaption-top {
    position: absolute;
    top: 5px;
    left: 5px;
    text-align: left; }
    .card .card-figcaption-top.card-figcaption-top-left {
      right: auto;
      left: 5px;
      text-align: left; }
      .card .card-figcaption-top.card-figcaption-top-left button .text {
        right: auto;
        left: 0;
        padding: 0 12px 0 30px; }
        .home-layout-3 .card .card-figcaption-top.card-figcaption-top-left button .text {
          padding: 0 12px 0 35px; }
      @media (min-width: 1025px) {
        .card .card-figcaption-top.card-figcaption-top-left button:hover .text, .card .card-figcaption-top.card-figcaption-top-left button:focus .text, .card .card-figcaption-top.card-figcaption-top-left button:active .text {
          transform: translateX(8px); } }
    .card .card-figcaption-top.card-figcaption-top-right {
      left: auto;
      right: 5px;
      text-align: right; }
      .card .card-figcaption-top.card-figcaption-top-right button .text {
        right: 0;
        left: auto;
        padding: 0 30px 0 12px; }
        .home-layout-3 .card .card-figcaption-top.card-figcaption-top-right button .text {
          padding: 0 35px 0 12px; }
      @media (min-width: 1025px) {
        .card .card-figcaption-top.card-figcaption-top-right button:hover .text, .card .card-figcaption-top.card-figcaption-top-right button:focus .text, .card .card-figcaption-top.card-figcaption-top-right button:active .text {
          transform: translateX(-8px); } }
    .card .card-figcaption-top.card-figcaption-bottom-left {
      right: auto;
      left: 5px;
      text-align: left;
      transition: 0.5s; }
      .card .card-figcaption-top.card-figcaption-bottom-left button .text {
        right: auto;
        left: 0;
        padding: 0 12px 0 30px; }
        .home-layout-3 .card .card-figcaption-top.card-figcaption-bottom-left button .text {
          padding: 0 12px 0 35px; }
      @media (min-width: 1025px) {
        .card .card-figcaption-top.card-figcaption-bottom-left button:hover .text, .card .card-figcaption-top.card-figcaption-bottom-left button:focus .text, .card .card-figcaption-top.card-figcaption-bottom-left button:active .text {
          transform: translateX(8px); } }
    .card .card-figcaption-top.card-figcaption-bottom-right {
      left: auto;
      right: 5px;
      text-align: right;
      transition: 0.5s; }
      .card .card-figcaption-top.card-figcaption-bottom-right button .text {
        right: 0;
        left: auto;
        padding: 0 30px 0 12px; }
        .home-layout-3 .card .card-figcaption-top.card-figcaption-bottom-right button .text {
          padding: 0 35px 0 12px; }
      @media (min-width: 1025px) {
        .card .card-figcaption-top.card-figcaption-bottom-right button:hover .text, .card .card-figcaption-top.card-figcaption-bottom-right button:focus .text, .card .card-figcaption-top.card-figcaption-bottom-right button:active .text {
          transform: translateX(-8px); } }
    .card .card-figcaption-top .button {
      border: none;
      font-size: 0;
      padding: 0;
      margin-right: 0;
      display: inline-block;
      background-color: transparent;
      min-width: 0;
      height: 31px;
      line-height: 26px;
      overflow: visible; }
      .home-layout-3 .card .card-figcaption-top .button {
        height: 40px; }
        @media (max-width: 1024px) {
          .home-layout-3 .card .card-figcaption-top .button {
            height: 31px; } }
      .card .card-figcaption-top .button:before {
        background-color: transparent; }
      .card .card-figcaption-top .button:hover:before {
        background-color: transparent; }
      .card .card-figcaption-top .button.wishlist {
        display: 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%); }
        .home-layout-3 .card .card-figcaption-top .button svg {
          width: 22px;
          height: 19px; }
      .card .card-figcaption-top .button .text {
        position: absolute;
        bottom: 0;
        min-width: 100px;
        display: inline-block;
        height: 31px;
        line-height: 31px;
        font-weight: 400;
        font-size: 14px;
        white-space: nowrap;
        letter-spacing: 0;
        transition: all 0.35s ease, color 0s ease;
        opacity: 0;
        visibility: hidden;
        background-color: white;
        color: black;
        border-radius: 50px;
        transform: translateX(0); }
        .home-layout-3 .card .card-figcaption-top .button .text {
          height: 40px;
          line-height: 40px; }
      .card .card-figcaption-top .button .icon-wrapper {
        background-color: white;
        width: 31px;
        height: 31px;
        border-radius: 50%;
        display: inline-block;
        position: relative;
        z-index: 1; }
        .home-layout-3 .card .card-figcaption-top .button .icon-wrapper {
          width: 40px;
          height: 40px; }
          @media (max-width: 1024px) {
            .home-layout-3 .card .card-figcaption-top .button .icon-wrapper {
              width: 31px;
              height: 31px; } }
      @media (max-width: 1024px) {
        .card .card-figcaption-top .button.wishlist, .card .card-figcaption-top .button.quickview {
          z-index: 10;
          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 .button.wishlist:not(.show-mobile) + .quickview {
          z-index: 10;
          margin-top: 0; } }
      @media (min-width: 1025px) {
        .card .card-figcaption-top .button:hover .text, .card .card-figcaption-top .button:focus .text, .card .card-figcaption-top .button:active .text {
          opacity: 1;
          visibility: visible; } }
    .card .card-figcaption-top .wishlist + .quickview {
      margin-top: 5px;
      margin-left: 0; }
      @media (max-width: 1024px) {
        .home-layout-3 .card .card-figcaption-top .wishlist + .quickview {
          margin-top: 0px;
          margin-left: 5px; } }
    @media (min-width: 1025px) {
      .card .card-figcaption-top {
        top: 12px;
        left: 12px; }
        .card .card-figcaption-top.card-figcaption-top-left {
          left: 12px; }
        .card .card-figcaption-top.card-figcaption-top-right {
          right: 12px; }
        .card .card-figcaption-top.card-figcaption-bottom-left {
          left: 12px;
          top: initial;
          bottom: 12px; }
        .card .card-figcaption-top.card-figcaption-bottom-right {
          right: 12px;
          top: initial;
          bottom: 12px; }
          .home-layout-3 .card .card-figcaption-top.card-figcaption-bottom-right {
            bottom: 20px;
            right: 20px; }
        .card .card-figcaption-top .wishlist + .quickview {
          margin-top: 10px;
          z-index: 10; } }
  .card .card-figcaption-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    padding-top: 0;
    background-color: white;
    transition: bottom 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    visibility: hidden; }
    .card .card-figcaption-bottom .card-figcaption-button {
      margin: 0; }
  .card:focus-within .card-figcaption {
    opacity: 1; }
  .card.focus-within .card-figcaption {
    opacity: 1; }
  .card.card-custom {
    display: table;
    background: white;
    margin-bottom: 32px; }
    .home-layout-4 .card.card-custom {
      padding: 10px 0; }
    .card.card-custom .card-link {
      display: table-cell;
      vertical-align: top;
      position: relative;
      overflow: hidden;
      z-index: 1;
      width: 80px; }
    .card.card-custom .card-img-container:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 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-price .card-container {
        display: block; }
        .card.card-custom .card-price .card-container .card-item {
          margin-top: 5px; }
    .card.card-custom .card-option .form-field {
      margin-bottom: 5px;
      text-align: left; }
    .card.card-custom .card-action {
      background: transparent !important;
      border: 0;
      font-size: 14px;
      line-height: 24px;
      width: 100%;
      color: #e9162b;
      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%, #e9162b 3%);
        background-repeat: repeat-x;
        background-position-y: -3px; }
        .home-layout-3 .card.card-custom .card-action span,
        .home-layout-4 .card.card-custom .card-action span {
          background-position-y: 0; }
  .card.card-custom-2 {
    margin-bottom: 38px; }
    .card.card-custom-2 .card-link {
      width: 85px; }
      @media (min-width: 551px) {
        .card.card-custom-2 .card-link {
          width: 100px; } }
    .card.card-custom-2 .card-option .form-field {
      margin-bottom: 19px; }
    .card.card-custom-2 .card-action {
      display: inline-block;
      vertical-align: top;
      min-width: 120px;
      width: auto;
      margin-left: 0;
      text-align: center;
      border-color: black;
      color: black;
      outline: 1px solid !important;
      outline-color: rgba(0, 0, 0, 0.5) !important;
      outline-offset: 0px !important;
      transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
      .card.card-custom-2 .card-action span {
        padding-bottom: 0; }
        .card.card-custom-2 .card-action span:before, .card.card-custom-2 .card-action span:after {
          background-color: black; }
  .card.card-quick-search .card-link .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }
  .card.card-quick-search .card-body-button {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    opacity: 1;
    visibility: visible;
    height: auto;
    line-height: 1;
    margin: 0; }
  .card.card-quick-search .card-action {
    font-size: 16px;
    font-weight: 400;
    border: 0;
    background-color: transparent;
    color: #e9162b;
    padding: 0; }
    .card.card-quick-search .card-action span {
      position: relative;
      padding-bottom: 1px;
      color: black; }
  .card.card-quick-search .card-option {
    min-height: auto; }
  .card.card-lookbook {
    max-width: 210px;
    background: white; }
    .card.card-lookbook .card-link {
      display: block; }
      .card.card-lookbook .card-link .card-img-container:after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 100%; }
    .card.card-lookbook .card-body {
      padding: 5px 20px 20px 20px;
      text-align: left; }
    .card.card-lookbook .card-title > a {
      font-style: normal;
      color: black; }
    .card.card-lookbook .card-title .card-ellipsis {
      -webkit-line-clamp: 2; }
    .card.card-lookbook .card-body-button {
      position: relative;
      top: unset;
      left: unset;
      right: unset;
      bottom: unset;
      opacity: 1;
      visibility: visible;
      height: auto;
      line-height: 1;
      margin: 20px 0 0 0;
      text-align: left; }
    .card.card-lookbook .card-action {
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 1.5;
      border: 0;
      background-color: transparent;
      color: #e9162b;
      padding: 0 5px;
      text-align: center;
      text-transform: uppercase; }
      .card.card-lookbook .card-action span {
        position: relative;
        padding-bottom: 1px;
        background-image: linear-gradient(transparent 97%, #e9162b 3%);
        background-repeat: repeat-x;
        background-position-y: -3px; }
        .home-layout-3 .card.card-lookbook .card-action span,
        .home-layout-4 .card.card-lookbook .card-action span {
          background-position-y: 0; }
    @media (max-width: 767px) {
      .card.card-lookbook {
        padding: 10px;
        width: 100%;
        max-width: 350px;
        border-radius: 2px;
        background-color: white;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        display: inline-block; }
        .card.card-lookbook .card-figure {
          width: 60px;
          float: left; }
          .card.card-lookbook .card-figure .halo-badge {
            padding: 0 5px; }
        .card.card-lookbook .card-body {
          float: left;
          width: calc(100% - 60px);
          padding: 0 10px;
          margin-top: -2px;
          text-align: left; }
          .card.card-lookbook .card-body .card-title .color-name {
            margin-bottom: 5px;
            text-align: left; }
          .card.card-lookbook .card-body .card-price {
            display: block; }
          .card.card-lookbook .card-body .card-body-button {
            text-align: left;
            margin: 10px 0 0 0; } }
    @media (max-width: 550px) {
      .card.card-lookbook {
        max-width: 300px; } }
  .card.card-product-with-banner .text-center {
    padding-bottom: 30px; }
  .card.card-product-with-banner .card-body-content {
    text-align: center; }
    .card.card-product-with-banner .card-body-content .card-option .form-field {
      justify-content: center;
      text-align: center; }
    .card.card-product-with-banner .card-body-content .card-rating {
      padding-top: 0.75rem; }
      .card.card-product-with-banner .card-body-content .card-rating svg {
        font-size: 17px; }
    .card.card-product-with-banner .card-body-content .card-price {
      padding-top: 0.75rem;
      justify-content: center; }
      .card.card-product-with-banner .card-body-content .card-price .price-section {
        margin-right: 0; }
  @media (min-width: 1025px) {
    .card:hover .card-figcaption {
      z-index: 4;
      opacity: 1; }
    .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:hover .card-figcaption-bottom-right,
    .card:hover .card-figcaption-countdown {
      bottom: 60px;
      line-height: 25px; }
      .home-layout-3 .card:hover .card-figcaption-bottom-right, .home-layout-3
      .card:hover .card-figcaption-countdown {
        bottom: 65px; }
    .card:hover .card-figcaption-bottom-left {
      bottom: 60px; }
      .home-layout-3 .card:hover .card-figcaption-bottom-left {
        bottom: 65px; }
    .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.8s 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-img-container {
  max-width: 750px; }
  .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.card-figcaption {
  display: block;
  margin: 0;
  pointer-events: none;
  opacity: 1; }

.card-figcaption-countdown {
  position: absolute;
  bottom: 12px;
  width: 100%;
  text-align: center;
  transition: 0.4s;
  font-size: 15px;
  line-height: 25px; }
  .card-figcaption-countdown .card-countDown {
    padding: 0.5rem 1.25rem;
    background-color: white;
    color: red;
    width: 50%;
    border-radius: 50px;
    display: none; }
    .home-layout-3:not(.page-type-default) .card-figcaption-countdown .card-countDown {
      padding: 0.5rem 0.5rem; }
    @media (max-width: 1025px) {
      .card-figcaption-countdown .card-countDown {
        width: 90%;
        padding: 5px 0; } }
    .card-figcaption-countdown .card-countDown.is-active {
      display: inline-block; }

.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 {
  margin: 0;
  overflow-wrap: break-word; }
  .card-title > a {
    display: block;
    font-family: "Gotham", Arial, Helvetica, sans-serif;
    color: black;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0;
    text-transform: capitalize;
    text-decoration: none; }
    .home-layout-3 .card-title > a {
      font-size: 17px;
      letter-spacing: -0.02em; }
    .home-layout-4 .card-title > a {
      font-size: 14px;
      font-style: normal;
      line-height: 24px; }
    .card-title > a span {
      background-image: linear-gradient(currentColor, currentColor);
      background-position: 0 90%;
      background-repeat: no-repeat;
      background-size: 0 1px;
      transition: background-size 0.5s; }
    @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,
.card-rating-category {
  display: none; }

.card-text {
  font-size: 0;
  margin: 0 0 8px 0; }
  .home-layout-3 .card-text {
    margin: 0 0 2px 0; }
  .home-layout-4 .card-text {
    margin: 0; }
    @media (max-width: 767px) {
      .home-layout-4 .card-text {
        margin: 0; } }
  .card-text.card-specs {
    margin-top: 2px !important; }
  .home-layout-4 .card-wrapper .card-text {
    margin: 0 0 8px 0; }
  .card-text[data-test-info-type="brandName"] {
    font-size: 13px;
    font-weight: 500;
    color: #4D4D4D;
    letter-spacing: 0;
    line-height: 23px; }
    .card-text[data-test-info-type="brandName"] + .card-title {
      margin-top: 0; }

.card-specs {
  font-size: 14px;
  line-height: 24px;
  margin-top: 2px; }

.card-figcaption-button {
  display: block;
  margin: 0.375rem 0 0;
  min-width: 160px; }
  .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.375rem 0 0; } }
  @media (max-width: 1025px) {
    .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: black;
        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;
        z-index: 10; }
        .card-figcaption-button.quickview.card-quickview-mobile {
          display: block; } }

.card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
  padding-top: 15px; }
  .card-body .card-wrapper {
    flex: 1; }
  .card-body .button {
    width: 100%; }
  .home-layout-3 .card-body {
    padding-top: 17px; }
    .home-layout-3 .card-body .card-title:first-child {
      margin-top: 28px; }
  .home-layout-4 .card-body {
    padding-top: 17px; }
    .home-layout-4 .card-body .card-title {
      margin-bottom: 0; }
      .home-layout-4 .card-body .card-title:nth-child(1) {
        margin-top: 23px; }
  .card-body .card-desc {
    display: none; }
  .home-layout-3 .card-body.center,
  .productListing:not(.productList) .card-body.center {
    text-align: center; }
    .home-layout-3 .card-body.center .card-price,
    .productListing:not(.productList) .card-body.center .card-price {
      justify-content: center; }
    .home-layout-3 .card-body.center .form-field,
    .productListing:not(.productList) .card-body.center .form-field {
      text-align: center; }
  .card-body .number-review {
    color: #787878;
    font-size: 14px;
    margin-left: 6px;
    position: relative;
    top: 4px; }
  .card-body .rating--small .icon {
    width: 17px;
    margin-top: 0; }
    .home-layout-4 .card-body .rating--small .icon {
      width: 13px;
      height: 13px;
      margin-left: 2px; }
  .card-body .card-compare {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 72px;
    line-height: 1;
    transform: unset;
    opacity: 0;
    z-index: -1;
    overflow: hidden;
    transition: unset; }
    .home-layout-4 .card-body .card-compare {
      bottom: 70px;
      right: 21px; }
    .card-body .card-compare .compare {
      display: block;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0;
      text-align: center;
      text-transform: capitalize;
      border-radius: 0;
      width: 100%;
      transition: unset;
      padding: 3px 0px 3px 24px;
      cursor: pointer;
      position: relative; }
      .home-layout-4 .card-body .card-compare .compare {
        padding: 3px 0px 3px 15px;
        line-height: 18px; }
      .card-body .card-compare .compare span {
        color: #000000;
        font-size: 16px;
        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; }
        .home-layout-4 .card-body .card-compare .compare:before {
          width: 13px;
          height: 13px; }
      .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%; }
        .home-layout-4 .card-body .card-compare .compare:after {
          width: 10px;
          height: 10px; }
    .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: black; }
        .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: black;
          background: black; }
  @media (min-width: 1025px) {
    .card-body .card-figcaption-bottom {
      display: none; }
      .home-layout-4 .card-body .card-figcaption-bottom {
        display: block; } }
  @media (max-width: 1024px) {
    .card-body .card-figcaption-bottom {
      position: relative;
      visibility: visible;
      opacity: 1;
      bottom: 0; }
      .card-body .card-figcaption-bottom .card-figcaption-button {
        padding: 0 10px; }
        .home-layout-3 .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.75rem;
    transition: all 0.15s ease; }
    @media (min-width: 701px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: black; }
    .card--alternate:hover .card-body {
      background-color: black; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

.card-link {
  display: block;
  position: relative;
  overflow: hidden; }
  .card-link .card-img-container {
    display: block;
    position: relative;
    max-width: 750px; }
    .card-link .card-img-container:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 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 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1;
    backface-visibility: visible;
    border: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 0;
    margin-bottom: 0;
    transition: opacity 0.8s ease; }
  .card-link .card-image-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    backface-visibility: hidden;
    z-index: -1;
    transform: translate(-50%, -50%);
    transition: opacity 0.8s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18) 0s; }
    .card-link .card-image-2 img {
      display: inline-block;
      vertical-align: top;
      max-height: 100%;
      height: 100%;
      width: 100%;
      object-fit: cover;
      transition: opacity 0.8s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18) 0s; }
      .card-link .card-image-2 img.lazyload, .card-link .card-image-2 img.lazyloading {
        opacity: 0;
        top: auto;
        left: auto;
        transform: none;
        position: relative;
        transition: all 0.3s ease; }
  .card-link .card-no-image {
    width: auto;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    margin: auto;
    opacity: 1;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    border: 0;
    width: auto;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: 0;
    margin-bottom: 0;
    transition: opacity 0.8s 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-option {
  min-height: 43px;
  display: block;
  margin: 0; }
  .home-layout-3 .card-option {
    margin-top: 5px; }
    @media (max-width: 1024px) {
      .home-layout-3 .card-option {
        margin-bottom: 15px; } }
  .home-layout-4 .card-option {
    min-height: 16px; }
  .card-option:before, .card-option:after {
    content: " ";
    display: table; }
  .card-option:after {
    clear: both; }
  .card-option .form-field {
    text-align: left;
    display: block;
    font-size: 0;
    letter-spacing: 0;
    border: 0;
    padding: 0;
    margin: 0;
    line-height: 1; }
    .card-option .form-field .form-option.form-option-swatch {
      padding: 10px 0 0 0; }
      .home-layout-4 .card-option .form-field .form-option.form-option-swatch {
        padding: 6px 0 0 0; }
    .card-option .form-field .form-option {
      display: inline-block;
      vertical-align: top;
      font-size: 0;
      border: 0;
      margin: 0 5px 0 0;
      padding: 0;
      height: auto;
      line-height: 1;
      position: relative;
      cursor: pointer; }
      .card-option .form-field .form-option .form-option-variant {
        position: relative;
        font-size: 0;
        width: 18px;
        height: 18px;
        margin: 0;
        padding: 0;
        border-radius: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border: 1px solid #e3e3e3;
        background-color: white; }
        .home-layout-4 .card-option .form-field .form-option .form-option-variant {
          width: 30px;
          height: 30px;
          border: 2px solid #ffffff;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          -khtml-border-radius: 50%;
          box-shadow: #e3e3e3 0px 1px 1px, #e3e3e3 0px 0px 0px 1px; }
          @media (min-width: 551px) {
            .home-layout-4 .card-option .form-field .form-option .form-option-variant {
              width: 30px;
              height: 30px; } }
        .home-layout-3 .card-option .form-field .form-option .form-option-variant {
          width: 22px;
          height: 22px;
          border: 2px solid #ffffff;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          -khtml-border-radius: 50%;
          box-shadow: #e3e3e3 0px 1px 1px, #e3e3e3 0px 0px 0px 1px; }
          @media (min-width: 551px) {
            .home-layout-3 .card-option .form-field .form-option .form-option-variant {
              width: 30px;
              height: 30px; } }
        .card-option .form-field .form-option .form-option-variant:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 2;
          border-radius: 17px;
          background-color: rgba(255, 255, 255, 0);
          opacity: 1;
          visibility: visible;
          border: none;
          transition: all 0.3s ease; }
        .card-option .form-field .form-option .form-option-variant.form-option-variant--color2 {
          display: flex;
          justify-content: center;
          align-items: center;
          overflow: hidden;
          transform: rotate(45deg); }
          .card-option .form-field .form-option .form-option-variant.form-option-variant--color2 span {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
            border-radius: 0px;
            border: none; }
            .card-option .form-field .form-option .form-option-variant.form-option-variant--color2 span:after {
              display: none; }
      .card-option .form-field .form-option .form-option-tooltip {
        display: none;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1;
        color: white;
        text-align: center;
        background: black;
        position: absolute;
        bottom: 80%;
        left: 50%;
        padding: 4px 7px;
        z-index: 2;
        min-width: 40px;
        transform: translateX(-50%);
        margin: 0 0 10px 0;
        transition: all 0.3s ease;
        white-space: nowrap; }
        .card-option .form-field .form-option .form-option-tooltip:before {
          content: " ";
          position: absolute;
          bottom: -7px;
          left: 50%;
          height: 0;
          width: 0;
          border-top: 7px solid black;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          transform: translateX(-50%); }
      .card-option .form-field .form-option:last-of-type {
        margin-right: 0; }
      .card-option .form-field .form-option.active .form-option-variant {
        border-color: black; }
        .home-layout-3 .card-option .form-field .form-option.active .form-option-variant {
          border-color: #ae9980; }
    .card-option .form-field .showmore {
      display: inline-block;
      vertical-align: middle;
      color: #969696;
      margin: 0 0 0 7px;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 26px;
      width: auto;
      text-align: center;
      padding: 6px 0 0 0; }
      .home-layout-3 .card-option .form-field .showmore {
        line-height: 30px; }
        @media (min-width: 551px) {
          .home-layout-3 .card-option .form-field .showmore {
            line-height: 38px; } }
      .home-layout-4 .card-option .form-field .showmore {
        line-height: 30px; }
    .card-option .form-field.form-field--size .form-option {
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 1;
      text-transform: uppercase;
      color: #4d4d4d; }
    .card-option .form-field.form-field--size + .form-field--size {
      display: none;
      margin-top: 0; }
    .card-option .form-field + .form-field {
      margin-top: 20px; }
  @media (min-width: 551px) {
    .card-option .form-field {
      text-align: left; } }
  @media (min-width: 1025px) {
    .card-option .form-field .form-option .form-option-tooltip {
      display: block;
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
    .card-option .form-field .form-option:hover .form-option-tooltip {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; } }

.card-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: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: #4d4d4d; }

.card-price {
  display: flex;
  justify-content: left;
  position: relative;
  margin: 0;
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0;
  display: none !important; }
  .card-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }
  .card-price .price-section {
    margin-right: 10px;
    font-weight: 600; }
    .home-layout-3 .card-price .price-section {
      font-size: 15px;
      line-height: 25px;
      font-weight: 400; }
    .home-layout-4 .card-price .price-section {
      font-size: 14px;
      line-height: 1;
      font-weight: 700;
      margin-right: 3px; }
    .card-price .price-section.price-section--sale {
      color: #e9162b; }
    .card-price .price-section.price-section--withoutTax {
      color: #e9162b; }
    .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; }
      .home-layout-3 .card-price .price-section.non-sale-price--withoutTax, .home-layout-3 .card-price .price-section.non-sale-price--withTax {
        color: #919191; }
      .home-layout-4 .card-price .price-section.non-sale-price--withoutTax, .home-layout-4 .card-price .price-section.non-sale-price--withTax {
        font-size: 14px; }
    .card-price .price-section.price-none + .price-section--withoutTax {
      color: #4d4d4d; }
    .card-price .price-section.price-none + .price-section--withTax {
      color: #4d4d4d; }
    .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: 16px;
    font-weight: 400;
    color: #4d4d4d;
    line-height: 26px;
    margin: 0; }

.card-footer {
  display: none;
  position: absolute;
  text-align: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 21;
  width: 100%;
  min-width: 350px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease; }
  .card-footer.is-open {
    display: block; }
  .card-footer.is-loading .loadingOverlay {
    display: block; }

@media (max-width: 1024px) {
  .productCarousel-slide .card .card-footer {
    left: 0;
    transform: translateY(-50%);
    min-width: 100%; } }

@media (max-width: 991px) {
  .productCarousel-slide .card .card-footer {
    min-width: 300px;
    left: 50%;
    transform: translate(-50%, -50%); }
  .productCarousel-slide .card:nth-child(3n + 1) .card-footer {
    left: 0;
    transform: translateY(-50%); }
  .productCarousel-slide .card:nth-child(3n) .card-footer {
    left: auto;
    right: 0;
    transform: translateY(-50%); } }

@media (max-width: 767px) {
  .productCarousel-slide .card:nth-child(odd) .card-footer {
    left: 0;
    transform: translateY(-50%); }
  .productCarousel-slide .card:nth-child(even) .card-footer {
    left: auto;
    right: 0;
    transform: translateY(-50%); } }

@media (max-width: 376px) {
  .productCarousel-slide .card .card-footer {
    min-width: 200%; } }

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

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

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

@media (max-width: 376px) {
  .productGrid .product .card-footer {
    min-width: 200%; } }

.productList .card-footer {
  min-width: 100%;
  left: 0;
  transform: translateY(-50%);
  max-width: 100%; }

@media (min-width: 551px) {
  .productList .card-footer {
    min-width: 300px;
    max-width: 400px; } }

.productList .card-figcaption-bottom .button {
  width: auto; }

.slick-slide + .slick-active .card-footer {
  left: 0;
  transform: translateY(-50%); }

.slick-active:first-of-type .card-footer {
  left: 0;
  transform: translateY(-50%); }

.slick-active:last-of-type .card-footer {
  left: auto;
  right: 0;
  transform: translateY(-50%); }

.slick-active + .slick-slide .card-footer {
  left: auto;
  right: 0;
  transform: translateY(-50%); }

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

.home-layout-4 .card-container {
  margin-bottom: 12px;
  line-height: 1;
  display: flex;
  justify-content: space-between; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .home-layout-4 .card-container {
      display: block; } }
  @media (max-width: 767px) {
    .home-layout-4 .card-container {
      display: block; } }
  @media (min-width: 1025px) and (max-width: 1799px) {
    .home-layout-4 .card-container {
      display: block; }
      .home-layout-4 .card-container .card-item + .card-item {
        margin-top: 5px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .home-layout-4 .card-container .card-item {
      padding: 5px 0;
      min-height: 24px; } }
  @media (max-width: 767px) {
    .home-layout-4 .card-container .card-item {
      min-height: 24px;
      padding: 5px 0; } }
  .home-layout-4 .card-container .card-item:first-child {
    display: flex; }

.home-layout-4 .card-price {
  display: block;
  position: relative; }
  .home-layout-4 .card-price .card-countDown {
    position: relative;
    right: 0;
    text-transform: lowercase;
    color: #e9162b;
    font-weight: 500;
    white-space: nowrap; }
  .home-layout-4 .card-price .price-section .price--withoutTax.label-not-sale {
    color: #4d4d4d; }

@media (min-width: 1025px) {
  .home-layout-4 .productGrid {
    margin-top: -12.5px;
    margin-bottom: -12.5px;
    margin-left: -7.5px;
    margin-right: -7.5px; }
    .home-layout-4 .productGrid .product,
    .home-layout-4 .productGrid .product-sample {
      padding: 12.5px 7.5px; }
      .home-layout-4 .productGrid .product .card .card-figcaption .card-figcaption-bottom,
      .home-layout-4 .productGrid .product-sample .card .card-figcaption .card-figcaption-bottom {
        display: none; } }

.home-layout-4 .card {
  padding: 1rem;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  overflow: hidden; }
  .home-layout-4 .card:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
    .home-layout-4 .card:hover .card-text[data-test-info-type="brandName"] {
      color: #e9162b; }
    @media (min-width: 1800px) {
      .home-layout-4 .card:hover .card-figcaption .card-figure-sticky {
        opacity: 1;
        transform: translateY(0); } }
  .home-layout-4 .card .card-figcaption .card-figcaption-countdown {
    display: none; }
  .home-layout-4 .card .card-figcaption .card-figure-sticky {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    white-space: nowrap;
    padding: 10px 21px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s; }
    .home-layout-4 .card .card-figcaption .card-figure-sticky .button {
      text-transform: initial; }
      .home-layout-4 .card .card-figcaption .card-figure-sticky .button .text {
        text-transform: initial; }
      .home-layout-4 .card .card-figcaption .card-figure-sticky .button.quickview {
        display: inline-block;
        min-width: 120px; }
      .home-layout-4 .card .card-figcaption .card-figure-sticky .button.wishlist {
        display: inline-block;
        color: #000000;
        border: unset;
        font-weight: 400;
        padding-left: 7px;
        padding-right: 7px; }
        .home-layout-4 .card .card-figcaption .card-figure-sticky .button.wishlist::before {
          background-color: #ffffff; }
        .home-layout-4 .card .card-figcaption .card-figure-sticky .button.wishlist:hover .text {
          background-size: 100% 1px; }
        .home-layout-4 .card .card-figcaption .card-figure-sticky .button.wishlist .text {
          color: #000000;
          background: linear-gradient(#000000, #000000);
          background-repeat: no-repeat;
          background-size: 0 1px;
          background-position: 0 90%;
          transition: background-size 0.4s; }
        .home-layout-4 .card .card-figcaption .card-figure-sticky .button.wishlist svg {
          height: 13px;
          margin-bottom: 3px;
          margin-right: 3px;
          fill: #000000;
          stroke: #000000; }
  .home-layout-4 .card .card-body .card-figcaption-bottom {
    margin-top: 14px; }
  @media (min-width: 1025px) {
    .home-layout-4 .card .card-body .card-figcaption-bottom {
      position: relative;
      opacity: 1;
      visibility: visible;
      bottom: 0; } }

.most-popular .list-categories {
  max-width: 100%; }
  @media (max-width: 767px) {
    .most-popular .list-categories {
      max-width: calc(100% - 0px);
      padding-left: 0px; } }

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

.navList {
  list-style-type: none;
  margin: -9px 0 0; }
  .navList .navList-item {
    line-height: 1;
    display: block;
    position: relative;
    margin: 0;
    padding: 9px 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: 18px;
      letter-spacing: 0;
      text-transform: unset;
      color: black;
      padding: 0;
      transition: unset;
      width: auto; }
      .navList .navList-item a > .text {
        line-height: initial;
        display: block; }
      .navList .navList-item a.navList-action--rating {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 0; }
        .navList .navList-item a.navList-action--rating .rating--small {
          margin-right: 5px; }
      .navList .navList-item a.is-active {
        color: #e9162b; }
        .navList .navList-item a.is-active > .text {
          background-image: linear-gradient(transparent 97%, #e9162b 3%);
          background-repeat: repeat-x;
          background-position-y: 3px; }
    .navList .navList-item.navList-reset a {
      color: #e9162b; }
      .navList .navList-item.navList-reset a > .text {
        background-image: linear-gradient(transparent 97%, #e9162b 3%);
        background-repeat: repeat-x;
        background-position-y: -3px; }
        .home-layout-3 .navList .navList-item.navList-reset a > .text,
        .home-layout-4 .navList .navList-item.navList-reset a > .text {
          background-position-y: 0; }
  .navList.haloCustomScrollbar {
    max-height: 280px;
    overflow-y: auto; }
    .navList.haloCustomScrollbar::-webkit-scrollbar {
      width: 4px; }
    .navList.haloCustomScrollbar::-webkit-scrollbar-track {
      background: #f5f5f5; }
    .navList.haloCustomScrollbar::-webkit-scrollbar-thumb {
      background: #a6a6a6; }
    .navList.haloCustomScrollbar::-webkit-scrollbar-thumb:hover {
      background: #787878; }
  @media (min-width: 1025px) {
    .navList .navList-item a:hover {
      color: #e9162b; }
      .navList .navList-item a:hover > .text {
        background-image: linear-gradient(transparent 97%, #e9162b 3%);
        background-repeat: repeat-x;
        background-position-y: -3px; }
        .home-layout-3 .navList .navList-item a:hover > .text,
        .home-layout-4 .navList .navList-item a:hover > .text {
          background-position-y: 0; } }

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

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

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

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

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }
  .loadingOverlay:before {
    content: '';
    background: url(../img/loading.svg) no-repeat;
    background-size: contain;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    display: block;
    margin: 0 auto;
    transform: translateY(-50%) rotate(0);
    transform-style: preserve-3d;
    animation: unset; }

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

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

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

.actionBar-section .form-label {
  color: #4d4d4d;
  font-size: 14px;
  line-height: 2.125rem;
  margin-bottom: 0;
  padding-left: 0.75rem; }

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

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

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

.has-ribbon {
  position: relative; }

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

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%; }
  .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: 701px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 992px) {
    .navUser {
      padding: 0;
      position: relative;
      right: auto;
      top: auto;
      transform: none; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #d9d9d9;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute; }

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

.navUser-action {
  font-size: 14px;
  line-height: 1;
  color: black;
  font-weight: 600;
  padding: 1rem 0.75rem;
  text-decoration: none;
  text-transform: capitalize; }
  .navUser-action svg {
    transition: 0.4s; }
  .navUser-action.is-open {
    color: black; }
    .navUser-action.is-open svg {
      transform: scale3d(1.1, 1.1, 1); }
  @media (min-width: 1025px) {
    .navUser-action:hover {
      color: black; }
      .navUser-action:hover svg {
        transform: scale3d(1.1, 1.1, 1); } }
  .navUser-action .icon {
    height: 1.625rem;
    width: 1.625rem;
    margin: -1px 0 0 0.1875rem; }
  .navUser-action svg {
    fill: currentColor;
    stroke: currentColor;
    transition: all 0.15s ease; }
  .navUser-action.navUser-action--currencySelector {
    line-height: 40px;
    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 .text span {
      padding: 0 0 1px 0; }
    .navUser-action.navUser-action--currencySelector .icon {
      width: 8px;
      height: 8px;
      transition: unset;
      margin-left: 8px; }
    .navUser-action.navUser-action--currencySelector + #currencySelection {
      top: calc(100% - 3px) !important;
      left: auto !important;
      right: 0px;
      min-width: 125px;
      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 0.5s ease;
      transition: all 0.5s ease; }
      .navUser-action.navUser-action--currencySelector + #currencySelection.is-open {
        overflow: visible;
        visibility: visible;
        opacity: 1;
        webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
      .navUser-action.navUser-action--currencySelector + #currencySelection .dropdown-menu-title {
        padding: 0 20px;
        line-height: 40px;
        background-color: #f7f7f7;
        margin-bottom: 8px;
        text-align: center; }
        .navUser-action.navUser-action--currencySelector + #currencySelection .dropdown-menu-title .text {
          color: black; }
      .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: 16px;
          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 {
  left: auto !important;
  right: 0.75rem; }

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

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

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

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

.navUser-item--search {
  display: inline-block;
  vertical-align: top; }

.navUser-item--cart {
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .navUser-item--cart .icon {
    width: 24px !important;
    height: 34px !important;
    margin: 0 !important; }
  @media (max-width: 1399px) {
    .navUser-item--cart .cart-text {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: black; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: black; }
  .navUser-item--cart .dropdown-menu {
    max-width: 20rem;
    min-width: 430px; }
    .navUser-item--cart .dropdown-menu.is-open {
      top: auto !important;
      left: auto !important;
      right: 0.3125rem; }
      @media (min-width: 992px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open:before, .navUser-item--cart .dropdown-menu.is-open:after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open:before {
        right: 0.4375rem; }
        @media (min-width: 992px) {
          .navUser-item--cart .dropdown-menu.is-open:before {
            right: 0.75rem; } }
      .navUser-item--cart .dropdown-menu.is-open:after {
        right: 0.5625rem; }
        @media (min-width: 992px) {
          .navUser-item--cart .dropdown-menu.is-open:after {
            right: 0.875rem; } }

.navUser-item--quote {
  padding-left: 30px; }

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

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

.navUser-item--account {
  display: inline-block;
  vertical-align: top; }
  .navUser-item--account .navUser-or + .navUser-action {
    margin-right: -0.5rem; }
  .navUser-item--account .navUser-action {
    display: inline-block; }
  .navUser-item--account .navUser-item__item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 10px; }
    .navUser-item--account .navUser-item__item .navUser-action {
      padding: 0; }

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

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

.dropdown--quickSearch {
  top: 50px;
  left: 50%;
  width: 100%;
  z-index: 102;
  display: none;
  position: fixed;
  max-width: 770px;
  transform: translateX(-50%); }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0;
    position: relative; }
  .dropdown--quickSearch .form-input {
    border: none;
    padding: 5px 50px 5px 15px;
    background-color: #fafafa; }
  .dropdown--quickSearch button[type="submit"] {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    padding: 0;
    border: none;
    border-radius: 0;
    text-align: center;
    position: absolute;
    background-color: transparent; }
    .dropdown--quickSearch button[type="submit"] .icon {
      width: 50px;
      height: 100%;
      padding: 0 15px; }
  .dropdown--quickSearch.is-open {
    display: block; }

.countPill {
  position: absolute;
  top: -5px;
  right: -10px;
  vertical-align: middle;
  height: 22px;
  width: 22px;
  line-height: 22px;
  color: black;
  background-color: #e9162b;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  font-weight: 400; }
  .home-layout-4 .countPill {
    color: white;
    height: 15px;
    width: 30px;
    line-height: 15px;
    border-radius: 10px;
    margin-left: 0;
    background: linear-gradient(45deg, #e7334f, #ec6130);
    display: flex !important;
    justify-content: center; }
  .home-layout-4 .button .countPill {
    line-height: 15px;
    margin-left: 0;
    width: unset;
    margin-right: 0;
    display: inline-block !important; }
  @media (min-width: 1025px) {
    .countPill {
      position: relative;
      top: -2px;
      right: 0;
      display: inline-block;
      margin-left: 5px; }
      .home-layout-3 .countPill {
        top: 27px;
        right: 14px;
        position: absolute;
        background-color: transparent; }
      .home-layout-4 .countPill {
        top: 0;
        right: 0;
        position: relative; } }
  .countPill.countPill--positive {
    display: inline-block; }
  .page-type-cart .countPill {
    display: inline-block; }

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

.navPage-childList {
  border-left: 1px solid white;
  margin: 0.375rem 0.75rem;
  padding-left: 0.75rem; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (min-width: 992px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 66px; }

.navPages {
  background-color: white;
  height: 100%;
  overflow-y: auto;
  padding: 0; }
  @media (min-width: 992px) {
    .navPages {
      background: none;
      font-size: 0;
      line-height: 1;
      overflow-y: visible;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }
      .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: 992px) and (min-width: 701px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 992px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 992px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 75rem;
        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: 992px) {
    .navPages-list {
      float: none; } }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 992px) {
    .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: 992px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 992px) {
  .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 white;
  text-align: center; }
  @media (min-width: 992px) {
    .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: 992px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.5rem;
        width: 0.5rem;
        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: 992px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: black;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  padding: 0.75rem 0;
  text-decoration: none;
  text-transform: capitalize;
  margin-bottom: 0; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  @media (min-width: 992px) {
    .navPages-action {
      display: inline-block;
      padding: 10px 20px 6px; }
      .navPages-action.is-open {
        background-color: white; } }
  .navPages-action span:not(.navPages-label):not(.icon) {
    color: black;
    background-image: linear-gradient(#e9162b, #e9162b);
    background-position: 0 90%;
    background-repeat: no-repeat;
    background-size: 0 3px;
    transition: background-size 0.5s;
    padding: 0 0 10px 0; }
    @media (max-width: 1024px) {
      .navPages-action span:not(.navPages-label):not(.icon) {
        color: black;
        padding: 0; } }
  .navPages-action .navPages-action-moreIcon {
    padding: 0 !important; }
  .navPages-action.navPages-action-lv2 span:not(.navPages-action-moreIcon) {
    color: black;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0 3px;
    padding: 0 0 10px 0; }
  .navPages-action.navPages-action-lv3 span:not(.navPages-action-moreIcon) {
    color: black;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0 3px;
    padding: 0 0 10px 0; }
  .navPages-action.navPages-action-custom span {
    background-size: 0 3px;
    padding: 0 0 10px 0;
    font-weight: 400; }
  @media (min-width: 1025px) {
    .navPages-action:hover span:not(.navPages-label), .navPages-action:focus-within span:not(.navPages-label) {
      color: #e9162b; }
    .navPages-action:hover .text span:not(.navPages-label), .navPages-action:focus-within .text span:not(.navPages-label) {
      background-size: 100% 3px; }
    .navPages-action.no-subMenu:hover .text, .navPages-action.no-subMenu:focus-within .text {
      background-size: 100% 3px; }
    .navPages-action.navPages-action-lv2 span:not(.navPages-action-moreIcon) {
      background: none; }
    .navPages-action.navPages-action-lv2:hover, .navPages-action.navPages-action-lv2:focus-within {
      background: #e9162b; }
      .navPages-action.navPages-action-lv2:hover span, .navPages-action.navPages-action-lv2:focus-within span {
        color: white; }
    .navPages-action.navPages-action-lv3:hover span:not(.navPages-action-moreIcon), .navPages-action.navPages-action-lv3:focus-within span:not(.navPages-action-moreIcon) {
      color: #e9162b;
      background-size: 100% 3px !important; }
    .navPages-action.navPages-action-custom .text span {
      background-size: 100% 0 !important; }
    .navPages-action.navPages-action-custom:hover .text span, .navPages-action.navPages-action-custom:focus-within .text span {
      background-size: 100% 0 !important; } }
  .navPages-action svg {
    fill: currentColor;
    stroke: currentColor;
    transition: all 0.15s ease;
    background: transparent; }

.navPages-action--storeCredit {
  color: #4d4d4d; }

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

.navPages-action-moreIcon {
  width: 10px;
  height: 8px;
  margin-left: 0.5rem;
  transform: rotate(-90deg); }
  @media (min-width: 992px) {
    .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 {
    margin: 0; }
    @media (min-width: 992px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        margin: 0 0 0 0.75rem; } }
  @media (min-width: 1025px) {
    .list .navPages-action-moreIcon {
      display: inline-block;
      position: absolute;
      right: 23px;
      top: 50%;
      transform: rotate(-90deg) translateY(-50%);
      opacity: 0.5; } }

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

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 992px) {
    .navPage-subMenu {
      background-color: white;
      padding: 1.5rem 1.5rem 2.25rem;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-right: 0; }
    @media (min-width: 992px) {
      .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: 992px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border-left: 0;
    height: auto;
    left: inherit;
    margin: auto;
    top: inherit;
    width: 13.4375rem; } }

@media (min-width: 992px) {
  .navPage-subMenu-horizontal.is-open {
    border-left: 1px solid white;
    display: inherit;
    height: auto;
    margin-left: 13.4375rem;
    padding: 0 !important;
    top: 0;
    width: 14.4375rem; } }

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

.navPage-subMenu-item {
  padding: 0.75rem 0; }
  @media (min-width: 992px) {
    .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 white;
        margin-bottom: 1.125rem; } }

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

.navPage-subMenu-action {
  padding: 0.75rem 0;
  font-size: 16px; }
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0 0 0 1.5rem; }
    @media (min-width: 992px) {
      .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
        padding: 0.75rem 0 1.125rem; } }
  @media (min-width: 992px) {
    .navPage-subMenu-action {
      padding: 0.75rem 0 1.125rem; } }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    height: 100%;
    width: 100%;
    box-sizing: content-box;
    display: inline-block;
    text-align: right; }
    @media (min-width: 992px) {
      .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: 280px;
  padding: 0;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  background-color: white;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, 50px, 0); }
  .home-layout-4 .navPages-list .navPages-item .navPage-subMenu {
    border-radius: 5px; }

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

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

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

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

.home-layout-4 .list .navPages-item > .navPages-action .text {
  position: relative; }

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

@media (min-width: 1025px) {
  .navPages-container {
    position: static; }
    .navPages-container .navPages-item > .navPages-action {
      position: relative; }
    .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu {
      width: 280px;
      padding: 0;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transform: translate3d(0, -20px, 0);
      transition: all 0.3s ease;
      -webkit-box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.1);
      background-color: white; }
      .home-layout-4 .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu {
        border-radius: 5px;
        transform: translate3d(0, 20px, 0); }
        .home-layout-4 .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu:hover, .home-layout-4 .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu:focus-within {
          opacity: 1;
          visibility: visible;
          pointer-events: auto;
          transform: translateY(0); }
      .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child {
        padding: 0;
        border-width: 0;
        transform: translate3d(0, 0, 0); }
        .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child > .navPage-subMenu-action {
          padding: 0.5rem 1.5rem; }
          .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child > .navPage-subMenu-action .navPages-action-moreIcon {
            width: 10px;
            height: 8px;
            position: absolute;
            top: 50%;
            right: 1.5rem;
            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-item-child .navPage-subMenu-action {
          border-bottom: 1px solid white; }
          .home-layout-4 .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child + .navPage-subMenu-item-child .navPage-subMenu-action {
            border-width: 0; }
    .navPages-container .navPages-item.has-dropdown:not(.has-megamenu):hover > .navPage-subMenu, .navPages-container .navPages-item.has-dropdown:not(.has-megamenu):focus-within > .navPage-subMenu,
    .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu-item-child:hover > .navPage-subMenu,
    .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu-item-child:focus-within > .navPage-subMenu {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translate3d(0, 0, 0); }
    .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: 95%; }
        .home-layout-4 .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu-item-child > .navPage-subMenu {
          left: 95%;
          top: 1px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
    .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, -20px, 0);
      -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;
      margin-top: 0;
      z-index: 1; }
      .home-layout-4 .navPages-container .navPages-item > .navPage-subMenu {
        transform: translate3d(0, 20px, 0); }
      .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: 35px calc((100% - 1200px) / 2) 60px;
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
        background-color: white;
        z-index: 1; } }
      @media (min-width: 1025px) and (min-width: 1025px) and (max-width: 1399px) {
        .home-layout-4 .navPages-container .navPages-item.has-megamenu > .navPage-subMenu {
          width: calc(100vw - 120px - 200px); } }
      @media (min-width: 1025px) and (min-width: 1400px) and (max-width: 1800px) {
        .home-layout-4 .navPages-container .navPages-item.has-megamenu > .navPage-subMenu {
          width: calc(100vw - 120px - 265px); } }
      @media (min-width: 1025px) and (min-width: 1801px) and (max-width: 1999px) {
        .home-layout-4 .navPages-container .navPages-item.has-megamenu > .navPage-subMenu {
          width: calc(100vw - 810px); } }
      @media (min-width: 1025px) and (min-width: 2000px) {
        .home-layout-4 .navPages-container .navPages-item.has-megamenu > .navPage-subMenu {
          width: calc(100vw - 45vw); } }

@media (min-width: 1025px) {
      .navPages-container .navPages-item.has-megamenu.style-2 > .navPage-subMenu {
        padding: 30px 0 0; }
      .navPages-container .navPages-item.has-megamenu.style-2 .cateArea {
        padding: 0 calc((100% - 1200px) / 2); }
      .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, .navPages-container .navPages-item:focus-within > .navPages-action {
      position: relative; }
      .navPages-container .navPages-item:hover > .navPages-action .text, .navPages-container .navPages-item:focus-within > .navPages-action .text {
        color: #e9162b; }
        .navPages-container .navPages-item:hover > .navPages-action .text span:not(.navPages-label), .navPages-container .navPages-item:focus-within > .navPages-action .text span:not(.navPages-label) {
          background-size: 100% 3px; }
      .navPages-container .navPages-item:hover > .navPages-action:after, .navPages-container .navPages-item:focus-within > .navPages-action:after {
        content: "";
        width: 100%;
        height: 14px;
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -14px;
        z-index: 1; }
        .home-layout-3 .navPages-container .navPages-item:hover > .navPages-action:after, .home-layout-3 .navPages-container .navPages-item:focus-within > .navPages-action:after {
          height: 60px;
          bottom: -55px; }
    .navPages-container .navPages-item:hover > .navPage-subMenu, .navPages-container .navPages-item:focus-within > .navPage-subMenu {
      top: auto;
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translate3d(0, 0, 0); }
      .home-layout-3 .navPages-container .navPages-item:hover > .navPage-subMenu, .home-layout-3 .navPages-container .navPages-item:focus-within > .navPage-subMenu {
        top: 101%; }
  header.header.is-sticky .navPages-container .navPages-item > .navPage-subMenu {
    margin-top: 0;
    border-top: 1px solid #e6e6e6; } }

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

.navPages-list-megamenu .has-megamenu.style-2 > .navPage-subMenu {
  flex-direction: column;
  padding-bottom: 0; }

.navPages-list-megamenu .has-megamenu.style-2 .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
  padding-bottom: 1px !important; }

.navPages-list-megamenu .has-megamenu.style-2 .navPage-subMenu-links {
  min-width: 285px; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .has-megamenu.style-2 .navPage-subMenu-links {
      min-width: 200px; } }
  @media (min-width: 1400px) {
    .navPages-list-megamenu .has-megamenu.style-2 .navPage-subMenu-links {
      min-width: 220px; } }
  @media (min-width: 1600px) {
    .navPages-list-megamenu .has-megamenu.style-2 .navPage-subMenu-links {
      min-width: 240px; } }

.navPages-list-megamenu .has-megamenu.style-3 .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
  padding-bottom: 1px !important; }

.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: 16px;
  border-bottom: 0;
  transition: unset;
  display: block;
  padding: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 1.5; }
  .home-layout-3 .navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action {
    line-height: 34px;
    padding: 2px 0; }
  .home-layout-4 .navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action {
    line-height: 30px;
    padding: 2px 0; }
  .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 .has-megamenu .megamenu-custom-list {
  position: relative;
  width: 100%; }
  .navPages-list-megamenu .has-megamenu .megamenu-custom-list .megamenu-bottom {
    position: absolute;
    bottom: 0px;
    display: block;
    background-color: #f9ede1;
    color: black;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.625;
    padding: 12px 0; }
    @media (min-width: 1025px) {
      .navPages-list-megamenu .has-megamenu .megamenu-custom-list .megamenu-bottom {
        width: 100%;
        left: 0; } }
    @media (min-width: 1890px) {
      .navPages-list-megamenu .has-megamenu .megamenu-custom-list .megamenu-bottom {
        width: calc(100% + 140px);
        left: -60px; } }
  .navPages-list-megamenu .has-megamenu .megamenu-custom-list .text {
    position: relative; }
    .navPages-list-megamenu .has-megamenu .megamenu-custom-list .text:before {
      position: absolute;
      left: 0;
      width: 100%;
      bottom: 3px;
      height: 1px;
      content: "";
      background: #4a4743; }

.navPages-list-megamenu .style-1 .cateArea > .navPage-subMenu-list {
  padding-left: 0; }
  @media (min-width: 1600px) {
    .navPages-list-megamenu .style-1 .cateArea > .navPage-subMenu-list {
      padding-left: 13px !important; } }

.navPages-list-megamenu .cateArea {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  top: -4px; }
  .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child {
    padding-bottom: 6px !important; }
    .home-layout-3 .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child {
      padding-bottom: 0 !important; }
    .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child.navPage-subMenu-item-custom {
      padding-bottom: 0 !important; }
  .navPages-list-megamenu .cateArea > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    padding-top: 0;
    padding-bottom: 0; }
  .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; }
    .navPages-list-megamenu .cateArea.columns-3 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
      flex: 0 0 33.333333%; }
  .navPages-list-megamenu .cateArea.columns-4 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .navPages-list-megamenu .cateArea.columns-4 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
      flex: 0 0 25%; }
  .navPages-list-megamenu .cateArea.columns-5 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .navPages-list-megamenu .cateArea.columns-5 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
      flex: 0 0 20%; }
  .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action {
    font-size: 16px;
    font-weight: 600;
    padding-left: 0; }
    .home-layout-3 .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action {
      line-height: 20px !important; }
    .home-layout-4 .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action {
      line-height: 40px !important;
      text-transform: uppercase; }
    .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;
  padding: 0 0 0 15px; }

.navPages-list-megamenu .style-1 .navPage-subMenu-list {
  padding-left: 15px !important; }

.navPages-list-megamenu .style-1 .cateArea .imageArea {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 386px;
  border-right: 1px solid #e6e6e6; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-1 .cateArea .imageArea {
      max-width: 250px; } }
  @media (min-width: 1400px) {
    .navPages-list-megamenu .style-1 .cateArea .imageArea {
      max-width: 300px; } }
  @media (min-width: 1600px) {
    .navPages-list-megamenu .style-1 .cateArea .imageArea {
      padding-right: 30px;
      max-width: 386px; } }

.navPages-list-megamenu .style-1 .cateArea > .navPage-subMenu-list {
  position: relative;
  top: -5px; }

.navPages-list-megamenu .style-1 .cateArea.columns-3 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
  display: block;
  column-count: 3; }
  .navPages-list-megamenu .style-1 .cateArea.columns-3 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
    flex: 0 0 100%;
    display: inline-block; }
    .navPages-list-megamenu .style-1 .cateArea.columns-3 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li.navPage-subMenu-item-parent {
      display: none; }
    .navPages-list-megamenu .style-1 .cateArea.columns-3 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li.navPage-subMenu-item-custom {
      padding: 0 15px; }

.navPages-list-megamenu .style-1 .cateArea.columns-4 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
  display: block;
  column-count: 4; }
  .navPages-list-megamenu .style-1 .cateArea.columns-4 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
    flex: 0 0 100%;
    display: inline-block; }
    .navPages-list-megamenu .style-1 .cateArea.columns-4 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li.navPage-subMenu-item-parent {
      display: none; }
    .navPages-list-megamenu .style-1 .cateArea.columns-4 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li.navPage-subMenu-item-custom a {
      padding: 0;
      line-height: 1.3; }

.navPages-list-megamenu .style-1 .cateArea.columns-5 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
  display: block;
  column-count: 5; }
  .navPages-list-megamenu .style-1 .cateArea.columns-5 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
    flex: 0 0 100%;
    display: inline-block; }
    .navPages-list-megamenu .style-1 .cateArea.columns-5 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li.navPage-subMenu-item-parent {
      display: none; }
    .navPages-list-megamenu .style-1 .cateArea.columns-5 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li.navPage-subMenu-item-custom {
      padding: 0 15px; }

.navPages-list-megamenu .style-1 .imageArea {
  padding-left: 5px;
  padding-right: 15px; }

.navPages-list-megamenu .style-1 .megamenu-right-item {
  padding: 0;
  text-align: left;
  width: 100%; }
  .navPages-list-megamenu .style-1 .megamenu-right-item .navPage-subMenu-links {
    width: 100%;
    padding-left: 0 !important; }
    .navPages-list-megamenu .style-1 .megamenu-right-item .navPage-subMenu-links > .navPage-subMenu-item-child {
      padding-left: 0; }
  .navPages-list-megamenu .style-1 .megamenu-right-item .megamenu-title {
    color: black;
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 2px;
    position: relative;
    top: -5px; }
  .navPages-list-megamenu .style-1 .megamenu-right-item .image {
    display: inline-block;
    vertical-align: top;
    width: auto;
    text-align: right; }
    .navPages-list-megamenu .style-1 .megamenu-right-item .image img {
      width: 100%; }
      .navPages-list-megamenu .style-1 .megamenu-right-item .image img.lazyload, .navPages-list-megamenu .style-1 .megamenu-right-item .image img.lazyloading {
        width: auto;
        height: auto;
        object-fit: contain; }
    .navPages-list-megamenu .style-1 .megamenu-right-item .image + .image {
      margin-top: 30px; }
  .navPages-list-megamenu .style-1 .megamenu-right-item:first-child {
    padding-right: 15px;
    min-width: 240px; }
    @media (min-width: 1025px) {
      .navPages-list-megamenu .style-1 .megamenu-right-item:first-child {
        min-width: 200px; } }
    @media (min-width: 1600px) {
      .navPages-list-megamenu .style-1 .megamenu-right-item:first-child {
        min-width: 240px; } }
  .navPages-list-megamenu .style-1 .megamenu-right-item:last-child {
    padding-left: 15px; }
    @media (min-width: 1600px) {
      .navPages-list-megamenu .style-1 .megamenu-right-item:last-child {
        padding-left: 15px; } }
  .navPages-list-megamenu .style-1 .megamenu-right-item .navPage-subMenu-item-child .navPage-subMenu-action {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 5px 0; }
    .navPages-list-megamenu .style-1 .megamenu-right-item .navPage-subMenu-item-child .navPage-subMenu-action .text {
      margin: 0 0 0 10px; }
    @media (min-width: 1025px) {
      .navPages-list-megamenu .style-1 .megamenu-right-item .navPage-subMenu-item-child .navPage-subMenu-action {
        align-items: center;
        flex-direction: column; }
        .navPages-list-megamenu .style-1 .megamenu-right-item .navPage-subMenu-item-child .navPage-subMenu-action img {
          max-width: 60px; }
        .navPages-list-megamenu .style-1 .megamenu-right-item .navPage-subMenu-item-child .navPage-subMenu-action .text {
          margin: 10px 0; } }
    @media (min-width: 1200px) {
      .navPages-list-megamenu .style-1 .megamenu-right-item .navPage-subMenu-item-child .navPage-subMenu-action {
        align-items: center;
        flex-direction: row; }
        .navPages-list-megamenu .style-1 .megamenu-right-item .navPage-subMenu-item-child .navPage-subMenu-action img {
          max-width: 70px; }
        .navPages-list-megamenu .style-1 .megamenu-right-item .navPage-subMenu-item-child .navPage-subMenu-action .text {
          margin: 0 0 0 20px; } }
    @media (min-width: 1600px) {
      .navPages-list-megamenu .style-1 .megamenu-right-item .navPage-subMenu-item-child .navPage-subMenu-action {
        align-items: center;
        flex-direction: row; }
        .navPages-list-megamenu .style-1 .megamenu-right-item .navPage-subMenu-item-child .navPage-subMenu-action img {
          max-width: 100%; } }

.navPages-list-megamenu .style-1 .slick-dots {
  bottom: -20px; }

.navPages-list-megamenu .style-2 .cateArea .navPage-subMenu-item-child .navPages-action--sale .text span {
  color: #e9162b;
  background-image: linear-gradient(currentColor, currentColor); }

.navPages-list-megamenu .style-2 .cateArea .navPage-subMenu-item-child .navPages-action--sale:hover span:not(.navPages-action-moreIcon), .navPages-list-megamenu .style-2 .cateArea .navPage-subMenu-item-child .navPages-action--sale:focus-within span:not(.navPages-action-moreIcon) {
  color: #e9162b;
  background-image: linear-gradient(currentColor, currentColor); }

.navPages-list-megamenu .style-2 .imageArea {
  padding: 0 calc((100% - 1170px) / 2);
  margin-top: 25px;
  background-color: #f6f6f6;
  align-items: center; }
  .navPages-list-megamenu .style-2 .imageArea .megamenu-left-item {
    width: 66.66666666666667%;
    display: inline-block;
    vertical-align: top; }
  .navPages-list-megamenu .style-2 .imageArea .megamenu-brand-list {
    width: 33.33333333333333%;
    display: inline-block;
    vertical-align: top;
    margin-top: -10px;
    padding-top: 30px;
    padding-left: 30px; }
  .navPages-list-megamenu .style-2 .imageArea .item {
    width: 50%;
    display: inline-block;
    vertical-align: top; }
  .navPages-list-megamenu .style-2 .imageArea .megamenu-title {
    color: black;
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 12px; }
  .navPages-list-megamenu .style-2 .imageArea .megamenu-brands {
    margin-bottom: 30px;
    max-width: 350px; }
    .navPages-list-megamenu .style-2 .imageArea .megamenu-brands ul {
      margin-left: -10px;
      margin-right: auto; }
      .navPages-list-megamenu .style-2 .imageArea .megamenu-brands ul li {
        display: inline-block; }
        .navPages-list-megamenu .style-2 .imageArea .megamenu-brands ul li a {
          color: #464646;
          text-decoration: none;
          font-size: 16px;
          font-weight: 500;
          text-transform: uppercase;
          padding: 0 10px;
          line-height: 20px;
          pointer-events: none; }
          .navPages-list-megamenu .style-2 .imageArea .megamenu-brands ul li a span {
            background-image: linear-gradient(currentColor, currentColor);
            background-position: 0 88%;
            background-repeat: no-repeat;
            background-size: 0 1px;
            transition: background-size 0.5s; }
          @media (min-width: 1025px) {
            .navPages-list-megamenu .style-2 .imageArea .megamenu-brands ul li a:hover span,
            .navPages-list-megamenu .style-2 .imageArea .megamenu-brands ul li a:focus-within span {
              background-size: 100% 1px; } }
        .navPages-list-megamenu .style-2 .imageArea .megamenu-brands ul li.has-letter a {
          color: black;
          font-weight: 600;
          pointer-events: auto; }
    .navPages-list-megamenu .style-2 .imageArea .megamenu-brands .view-all {
      display: inline-block;
      text-decoration: none;
      color: black;
      font-size: 16px;
      font-weight: 400;
      margin-top: 10px;
      background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: -5px; }
      .navPages-list-megamenu .style-2 .imageArea .megamenu-brands .view-all span {
        background-image: linear-gradient(currentColor, currentColor);
        background-position: 0 90%;
        background-repeat: no-repeat;
        background-size: 100% 1px;
        transition: background-size 0.5s; }

.navPages-list-megamenu .style-2 .megamenu-right-item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  max-width: 285px; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-2 .megamenu-right-item {
      max-width: 200px; } }
  @media (min-width: 1400px) {
    .navPages-list-megamenu .style-2 .megamenu-right-item {
      max-width: 250px; } }
  @media (min-width: 1600px) {
    .navPages-list-megamenu .style-2 .megamenu-right-item {
      max-width: 285px; } }
  .navPages-list-megamenu .style-2 .megamenu-right-item .image {
    display: inline-block;
    vertical-align: top;
    width: auto;
    text-align: right; }
    .navPages-list-megamenu .style-2 .megamenu-right-item .image img {
      width: 100%; }
      .navPages-list-megamenu .style-2 .megamenu-right-item .image img.lazyload, .navPages-list-megamenu .style-2 .megamenu-right-item .image img.lazyloading {
        width: auto;
        height: auto;
        object-fit: contain; }
    .navPages-list-megamenu .style-2 .megamenu-right-item .image + .image {
      margin-left: 30px; }

.navPages-list-megamenu .style-3 .cateArea .navPage-subMenu-links .navPage-subMenu-item-child {
  padding-bottom: 2px !important; }
  .navPages-list-megamenu .style-3 .cateArea .navPage-subMenu-links .navPage-subMenu-item-child .navPages-action--sale {
    color: #e9162b; }

.navPages-list-megamenu .style-3 .cateArea {
  margin-bottom: 82px; }

.navPages-list-megamenu .style-3 .imageArea {
  padding-left: 5px;
  padding-right: 15px; }

.navPages-list-megamenu .style-3 .megamenu-right-item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  max-width: 468px; }
  .navPages-list-megamenu .style-3 .megamenu-right-item .image {
    display: inline-block;
    vertical-align: top;
    width: auto;
    text-align: right; }
    .navPages-list-megamenu .style-3 .megamenu-right-item .image img {
      width: 100%; }
      .navPages-list-megamenu .style-3 .megamenu-right-item .image img.lazyload, .navPages-list-megamenu .style-3 .megamenu-right-item .image img.lazyloading {
        width: auto;
        height: auto;
        object-fit: contain; }
    .navPages-list-megamenu .style-3 .megamenu-right-item .image + .image {
      margin-top: 20px; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-3 .megamenu-right-item {
      max-width: 400px; }
      .navPages-list-megamenu .style-3 .megamenu-right-item .image + .image {
        margin-top: 10px; } }
  @media (min-width: 1400px) {
    .navPages-list-megamenu .style-3 .megamenu-right-item .image + .image {
      margin-top: 15px; } }
  @media (min-width: 1600px) {
    .navPages-list-megamenu .style-3 .megamenu-right-item {
      max-width: 468px; }
      .navPages-list-megamenu .style-3 .megamenu-right-item .image + .image {
        margin-top: 20px; } }

.navPages-label {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  left: calc(100% - 20px);
  top: auto;
  margin: 0;
  height: 17px;
  line-height: 15px;
  padding: 1px 6px;
  transform: translateX(-50%);
  background-image: none;
  text-transform: capitalize;
  border-radius: 1px; }
  .navPages-label.sale-label {
    color: white;
    border-color: #ef6454;
    background-color: #ef6454; }
  .navPages-label.new-label {
    color: white;
    border-color: #06bfe2;
    background-color: #06bfe2; }
  .navPages-label.hot-label {
    color: white;
    border-color: #00bb49;
    background-color: #00bb49; }
  @media (min-width: 1025px) {
    .navPages-label {
      top: 10px; }
      .home-layout-3 .navPages-label {
        top: -5px; }
      .home-layout-4 .navPages-label {
        top: 0;
        right: -64px;
        left: auto; }
      .navPages-label:after {
        content: "";
        position: absolute;
        border: 7px solid transparent;
        bottom: -12px;
        left: 50%;
        transform: translateX(-50%) rotate(-90deg); }
        .home-layout-4 .list .navPages-label:after {
          left: -13px;
          transform: translateY(50%) rotate(0deg);
          bottom: 50%; }
      .navPages-label.sale-label:after {
        border-right-color: #ef6454; }
      .navPages-label.new-label:after {
        border-right-color: #06bfe2; }
      .navPages-label.hot-label:after {
        border-right-color: #00bb49; } }

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

@media (min-width: 1025px) {
  .has-megamenu .image:before, .has-megamenu .image:after {
    content: "";
    position: absolute;
    opacity: 0;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    transition: opacity 0.35s, transform 0.35s; }
  .has-megamenu .image:before {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    transform: scale(0, 1);
    transform-origin: 0 0; }
  .has-megamenu .image:after {
    border-right: 1px solid white;
    border-left: 1px solid white;
    transform: scale(1, 0);
    transform-origin: 100% 0; }
  .has-megamenu .image:hover:before, .has-megamenu .image:hover:after, .has-megamenu .image:focus-within:before, .has-megamenu .image:focus-within:after {
    opacity: 1;
    transform: scale(1); } }

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

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

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

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

.halo-menu-megamenu .imageArea {
  max-width: 100% !important;
  padding: 15px 15px 0; }
  .halo-menu-megamenu .imageArea .megamenu-left-item,
  .halo-menu-megamenu .imageArea .megamenu-right-item {
    display: inline-block;
    vertical-align: middle;
    width: 100%; }

.halo-menu-megamenu .has-megamenu > .navPage-subMenu > .imageArea {
  padding-bottom: 12px;
  border-bottom: 1px solid #cccccc; }

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

.halo-menu-megamenu .style-1 .imageArea .image img {
  margin-top: 0;
  margin-bottom: 30px; }

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

.halo-menu-megamenu .style-2 .item {
  display: block;
  width: 100%;
  margin: 0 0 30px 0; }

.halo-menu-megamenu .style-3 > .navPage-subMenu {
  display: flex !important;
  flex-wrap: wrap; }

.halo-menu-megamenu .navPages-label {
  display: inline-block;
  font-size: 14px;
  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: #ef6454; }
  .halo-menu-megamenu .navPages-label.new-label:before {
    border-right-color: #06bfe2; }
  .halo-menu-megamenu .navPages-label.hot-label:before {
    border-right-color: #00bb49; }

.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 #e6e6e6;
  position: relative; }
  .halo-menu-sidebar .navPages-item .navPages-action {
    font-size: 14px;
    color: black;
    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: 500; }
    .halo-menu-sidebar .navPages-item .navPages-action .text {
      display: flex;
      align-items: center;
      padding: 0;
      color: inherit;
      position: relative;
      background: transparent !important; }
    .halo-menu-sidebar .navPages-item .navPages-action .navPages-action-moreIcon {
      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: rotate(90deg);
      margin-left: 0; }
      .halo-menu-sidebar .navPages-item .navPages-action .navPages-action-moreIcon svg {
        pointer-events: none;
        display: inline-block;
        vertical-align: middle;
        transition: all 0.3s ease;
        transform: rotate(-90deg); }
    .halo-menu-sidebar .navPages-item .navPages-action:not(.navPages-action-end) .text {
      pointer-events: none; }
  .halo-menu-sidebar .navPages-item > .navPages-action .text {
    white-space: nowrap; }
  .halo-menu-sidebar .navPages-item .navPage-subMenu {
    top: 0;
    right: 100%;
    left: auto;
    width: 100%;
    height: 100%;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: none;
    box-shadow: none; }
  .halo-menu-sidebar .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPages-action {
    font-weight: 500; }
  .halo-menu-sidebar .navPages-item .navPage-subMenu-item-child {
    padding-right: 0; }
    .halo-menu-sidebar .navPages-item .navPage-subMenu-item-child > .navPages-action .navPages-action-moreIcon {
      right: 16px; }
    .halo-menu-sidebar .navPages-item .navPage-subMenu-item-child.navPage-subMenu-all {
      display: inline-block; }
    .halo-menu-sidebar .navPages-item .navPage-subMenu-item-child .navPages-action {
      border-bottom: 1px solid white;
      font-size: 16px; }
  .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;
        margin: 0; }
    .halo-menu-sidebar .navPages-item .navPage-subMenu-title > .navPages-action .text {
      max-width: calc(100% - 70px);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      vertical-align: top;
      width: 100%;
      margin: 0 auto;
      text-align: center;
      text-transform: uppercase; }
  .halo-menu-sidebar .navPages-item + .navPages-item {
    margin-left: 0; }

.halo-menu-sidebar .socialLinks {
  margin: 1.5rem 0 0 0 !important; }

.halo-menu-sidebar .is-open {
  border-bottom: 0; }
  .halo-menu-sidebar .is-open > .navPages-action {
    display: none !important; }
  .halo-menu-sidebar .is-open > .navPage-subMenu {
    position: relative;
    top: 0;
    right: 0;
    margin: 0; }
    .halo-menu-sidebar .is-open > .navPage-subMenu#navPages-currency {
      top: -36px; }
    .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; }

.halo-menu-sidebar #currency_selector {
  margin-top: -26px; }

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

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

.halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .image img {
  margin-bottom: 0px; }

.halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .megamenu-right-item {
  width: 100%;
  text-align: center;
  padding: 0;
  margin-top: 0; }
  .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .megamenu-right-item .image {
    padding-bottom: 15px; }
  .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .megamenu-right-item .megamenu-title {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc; }
  .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .megamenu-right-item .navPage-subMenu-item-child {
    border-top: none; }
  .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .megamenu-right-item .navPage-subMenu-action {
    padding: 5px 0;
    border-bottom: none;
    justify-content: flex-start; }
    .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .megamenu-right-item .navPage-subMenu-action .text {
      margin-left: 15px; }

@media (max-width: 375px) {
  .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea {
    display: block; }
    .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .megamenu-right-item {
      width: 100%; } }

.halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .cateArea {
  flex-direction: column;
  flex-wrap: unset; }
  .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .cateArea .navPage-subMenu-list:not(.navPage-subMenu-links) {
    order: -1; }

.halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .imageArea .item {
  margin: 0 0 15px 0; }

.halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .megamenu-right-item {
  padding: 15px 15px 0; }
  .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .megamenu-right-item .item {
    margin: 0; }

.halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .megamenu-title {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc; }

.halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .megamenu-brands {
  padding: 5px 0; }
  .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .megamenu-brands ul {
    margin-left: -10px;
    margin-right: auto; }
    .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .megamenu-brands ul li {
      display: inline-block; }
      .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .megamenu-brands ul li a {
        color: #464646;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
        padding: 0 10px;
        line-height: 20px;
        pointer-events: none; }
        .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .megamenu-brands ul li a span {
          background-image: linear-gradient(currentColor, currentColor);
          background-position: 0 88%;
          background-repeat: no-repeat;
          background-size: 0 1px;
          transition: background-size 0.5s; }
        .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .megamenu-brands ul li a:hover span, .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .megamenu-brands ul li a:focus-within span {
          background-size: 100% 1px; }
      .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .megamenu-brands ul li.has-letter a {
        color: black;
        font-weight: 600;
        pointer-events: auto; }
  .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .megamenu-brands .view-all {
    display: inline-block;
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
    background-repeat: repeat-x;
    background-position-y: -5px; }
    .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .megamenu-brands .view-all span {
      background-image: linear-gradient(currentColor, currentColor);
      background-position: 0 90%;
      background-repeat: no-repeat;
      background-size: 100% 1px;
      transition: background-size 0.5s; }

.halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-3 .cateArea {
  display: flex;
  flex-direction: column; }
  .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-3 .cateArea .navPage-subMenu-list:not(.navPage-subMenu-links) {
    order: -1; }

.halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-3 .megamenu-right-item .image {
  padding: 0 0 15px; }

.halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-3 .megamenu-custom-list {
  position: relative;
  width: 100%; }
  .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-3 .megamenu-custom-list .megamenu-bottom {
    display: block;
    background-color: #f9ede1;
    color: black;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    line-height: 1.625;
    padding: 12px 0; }
  .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-3 .megamenu-custom-list .text {
    position: relative; }
    .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-3 .megamenu-custom-list .text:before {
      position: absolute;
      left: 0;
      width: 100%;
      bottom: 2px;
      height: 1px;
      content: "";
      background: #4a4743; }

#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(0, 0, 0, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px; }

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

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 1rem; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.5rem;
    width: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon svg {
      fill: #e9162b;
      transition: all 0.15s ease; }

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  font-size: 0;
  line-height: 1; }

.socialLinks--alt .icon {
  height: 2.125rem;
  width: 2.125rem;
  border-radius: 50%;
  background-color: #e9162b;
  border: 1px solid #e9162b;
  padding: 7px; }
  .socialLinks--alt .icon svg {
    fill: white;
    stroke: none; }
  .socialLinks--alt .icon:hover {
    background-color: transparent; }
    .socialLinks--alt .icon:hover svg {
      fill: #e9162b; }

.socialLinks--alt .icon--linkedin {
  padding: 7.5px; }

.socialLinks--alt .icon--youtube {
  padding: 5.5px; }

.at-share-btn-elements .at-icon-wrapper {
  width: 22px !important;
  height: 22px !important;
  padding: 0 !important;
  margin: 0 8px 0 0px !important; }
  .at-share-btn-elements .at-icon-wrapper svg {
    width: 22px !important;
    height: 22px !important;
    fill: black !important;
    stroke: none; }
  .at-share-btn-elements .at-icon-wrapper:last-child {
    margin-right: 0 !important; }

.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 {
  width: 1px;
  min-width: 100%;
  margin-bottom: 30px; }
  .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-dots {
    bottom: 35px;
    height: 20px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.2); }
    .home-layout-3 .heroCarousel .slick-dots {
      background-color: transparent;
      width: 100%;
      bottom: 44px; }
      .home-layout-3 .heroCarousel .slick-dots li {
        margin: 0 10px;
        padding: 0; }
        .home-layout-3 .heroCarousel .slick-dots li:first-child {
          padding: 0; }
    .home-layout-4 .heroCarousel .slick-dots {
      background-color: transparent;
      width: 100%;
      bottom: 44px;
      height: 10px;
      border-radius: 50%; }
      @media (min-width: 551px) and (max-width: 1024px) {
        .home-layout-4 .heroCarousel .slick-dots {
          bottom: 27px; } }
      @media (max-width: 550px) {
        .home-layout-4 .heroCarousel .slick-dots {
          bottom: 29px; } }
      .home-layout-4 .heroCarousel .slick-dots li {
        margin: 0;
        padding: 0; }
        .home-layout-4 .heroCarousel .slick-dots li button {
          border-color: transparent !important; }
        .home-layout-4 .heroCarousel .slick-dots li:first-child {
          padding: 0; }
    .heroCarousel .slick-dots li {
      height: 20px;
      width: 24px;
      padding: 4px 6px; }
      .home-layout-3 .heroCarousel .slick-dots li {
        width: 26px; }
      .home-layout-4 .heroCarousel .slick-dots li {
        height: 10px; }
      .heroCarousel .slick-dots li:first-child, .heroCarousel .slick-dots li:last-child {
        width: 20px;
        padding: 4px; }
        .home-layout-3 .heroCarousel .slick-dots li:first-child, .home-layout-3 .heroCarousel .slick-dots li:last-child {
          padding: 0;
          width: 26px; }
      .heroCarousel .slick-dots li button {
        width: 12px;
        height: 12px;
        display: block;
        padding-top: 10px; }
        .home-layout-3 .heroCarousel .slick-dots li button {
          width: 12px;
          height: 12px;
          margin: auto; }
        .home-layout-4 .heroCarousel .slick-dots li button {
          width: 10px;
          height: 10px;
          margin: auto;
          padding-top: 6px; }
        .heroCarousel .slick-dots li button:before {
          width: 12px;
          height: 12px; }
          .home-layout-3 .heroCarousel .slick-dots li button:before {
            width: 12px;
            height: 12px;
            margin: auto; }
          .home-layout-4 .heroCarousel .slick-dots li button:before {
            width: 10px;
            height: 10px;
            margin: auto; }
        @media (min-width: 551px) {
          .heroCarousel .slick-dots li button {
            top: -2px; }
            .home-layout-4 .heroCarousel .slick-dots li button {
              margin: auto;
              top: -2px; }
            .heroCarousel .slick-dots li button .carousel-tooltip {
              display: block; }
            .heroCarousel .slick-dots li button span {
              display: none; } }
    @media (max-width: 550px) {
      .heroCarousel .slick-dots {
        height: 25px; } }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (min-width: 701px) {
    .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 {
    background: url("../img/hero-carousel-image-load-error.svg") center center no-repeat;
    background-size: contain; }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 0;
    width: 100%;
    max-height: 100%;
    margin: 0 auto; }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    width: 100%;
    height: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    background: #dfdddb; }
    .home-layout-4 .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 600px; }
      @media (max-width: 550px) {
        .home-layout-4 .heroCarousel-slide .heroCarousel-image-wrapper {
          min-height: 100%;
          max-height: 400px; } }
      @media (min-width: 551px) and (max-width: 1024px) {
        .home-layout-4 .heroCarousel-slide .heroCarousel-image-wrapper {
          min-height: 100%;
          max-height: 400px; } }
      @media (min-width: 1025px) {
        .home-layout-4 .heroCarousel-slide .heroCarousel-image-wrapper .heroCarousel-image img {
          height: 100%;
          object-fit: cover; } }
    .home-layout-3 .heroCarousel-slide .heroCarousel-image-wrapper {
      min-height: 952px; }
      @media (max-width: 1024px) {
        .home-layout-3 .heroCarousel-slide .heroCarousel-image-wrapper {
          min-height: 100%; } }
      @media (min-width: 1025px) {
        .home-layout-3 .heroCarousel-slide .heroCarousel-image-wrapper .heroCarousel-image img {
          height: 100%;
          object-fit: cover; } }
    .heroCarousel-slide .heroCarousel-image-wrapper:after {
      content: "";
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 40.74074%; }
    .heroCarousel-slide .heroCarousel-image-wrapper .heroCarousel-image-mobile {
      display: none;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      border: 0;
      width: 100%;
      max-height: 100%;
      margin: 0 auto; }
    @media (max-width: 1024px) {
      .heroCarousel-slide .heroCarousel-image-wrapper:after {
        padding-bottom: 135.59322%; } }
    @media (max-width: 550px) {
      .heroCarousel-slide .heroCarousel-image-wrapper .heroCarousel-image-mobile {
        display: block; }
        .heroCarousel-slide .heroCarousel-image-wrapper .heroCarousel-image-mobile + .heroCarousel-image {
          display: none;
          width: 1px;
          height: 1px; }
      .heroCarousel-slide .heroCarousel-image-wrapper:after {
        padding-bottom: 130.33898%; }
        .home-layout-3 .heroCarousel-slide .heroCarousel-image-wrapper:after {
          padding-bottom: 169.49153%; } }

.heroCarousel-image img {
  display: none; }
  .heroCarousel-image img:not(.image) {
    position: absolute;
    top: 0;
    left: 0; }
  .heroCarousel-image img.image-mobile {
    display: block; }
  .heroCarousel-image img.image-noMobile {
    min-height: 400px;
    object-fit: cover; }
  .heroCarousel-image img.lazyload, .heroCarousel-image img.lazyloading {
    width: auto;
    height: auto;
    max-height: 100vh;
    margin: 0 auto;
    object-fit: scale-down; }
    @media (max-width: 550px) {
      .heroCarousel-image img.lazyload, .heroCarousel-image img.lazyloading {
        max-height: 100%;
        height: 100%; } }

@media (min-width: 551px) {
  .heroCarousel-image img {
    display: block;
    width: 100%; }
    .heroCarousel-image img.lazyload, .heroCarousel-image img.lazyloading {
      width: auto; }
    .heroCarousel-image img.image-mobile {
      display: none; } }

.heroCarousel-image img {
  display: none; }
  .heroCarousel-image img.image {
    position: absolute;
    top: 0;
    left: 0; }
  .heroCarousel-image img.image-tablet {
    display: block; }
  .heroCarousel-image img.image-noTablet {
    min-height: 400px;
    object-fit: cover; }
  .heroCarousel-image img.lazyload, .heroCarousel-image img.lazyloading {
    width: auto;
    height: auto;
    max-height: 100vh;
    margin: 0 auto;
    object-fit: scale-down; }
    @media (min-width: 551px) and (max-width: 1024px) {
      .heroCarousel-image img.lazyload, .heroCarousel-image img.lazyloading {
        max-height: 100%;
        height: 100%; } }

@media (max-width: 550px) {
  .heroCarousel-image img {
    display: block;
    width: 100%; }
    .heroCarousel-image img.lazyload, .heroCarousel-image img.lazyloading {
      width: auto; }
    .heroCarousel-image img.image-tablet {
      display: none; } }

@media (min-width: 1025px) {
  .heroCarousel-image img {
    display: block;
    width: 100%; }
    .heroCarousel-image img.lazyload, .heroCarousel-image img.lazyloading {
      width: auto; }
    .heroCarousel-image img.image-tablet {
      display: none; } }

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

.heroCarousel-content {
  position: absolute;
  background-color: rgba(0, 0, 255, 0);
  top: 50%;
  left: 0;
  right: 0;
  z-index: 3;
  width: 100%;
  max-width: 700px;
  text-align: center;
  padding: 0 15px;
  transform: translateY(-50%);
  white-space: normal;
  margin: 0 auto;
  padding-bottom: 8px; }
  .home-layout-3 .heroCarousel-content {
    top: 50%;
    transform: translateY(-50%); }
  .heroCarousel-content.heroCarousel-content--notEmpty {
    padding: 15px;
    max-width: 700px; }
  @media (min-width: 768px) {
    .heroCarousel-content {
      right: unset;
      left: 50%;
      transform: translate(-50%, -50%); } }
  @media (min-width: 992px) {
    .heroCarousel-content {
      padding-left: 0;
      padding-right: 0; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent; } }
  @media (min-width: 1025px) {
    .heroCarousel-content {
      max-width: 380px;
      padding-bottom: 120px; }
      .home-layout-4 .heroCarousel-content {
        max-width: 736px;
        padding-bottom: 32px;
        text-align: center; }
      .home-layout-3 .heroCarousel-content {
        padding-bottom: 8px;
        text-align: center; }
      .heroCarousel-content.heroCarousel-content--left {
        text-align: left;
        transform: translateY(-50%); }
        .heroCarousel-content.heroCarousel-content--left .heroCarousel-countdown {
          justify-content: flex-start; }
        .home-layout-3 .heroCarousel-content.heroCarousel-content--left {
          text-align: center; }
      .heroCarousel-content.heroCarousel-content--center {
        left: 50%;
        transform: translate(-50%, -50%); }
        .home-layout-4 .heroCarousel-content.heroCarousel-content--center {
          transform: translate(-50%, -63%); }
      .heroCarousel-content.heroCarousel-content--right {
        right: 0;
        left: auto;
        text-align: right; }
        .heroCarousel-content.heroCarousel-content--right .heroCarousel-countdown {
          justify-content: flex-end; }
        .home-layout-3 .heroCarousel-content.heroCarousel-content--right {
          left: 50%;
          text-align: center; }
        .home-layout-4 .heroCarousel-content.heroCarousel-content--right {
          left: 50%;
          text-align: center;
          transform: translateY(-63%); }
      .heroCarousel-content.heroCarousel-content--left {
        left: 0; }
        .home-layout-3 .heroCarousel-content.heroCarousel-content--left {
          right: 50%;
          text-align: center; }
        .home-layout-4 .heroCarousel-content.heroCarousel-content--left {
          right: 50%;
          text-align: center;
          transform: translateY(-63%); }
      .home-layout-2 .heroCarousel-content.heroCarousel-content--left, .home-layout-2 .heroCarousel-content.heroCarousel-content--right {
        text-align: center; } }

.heroCarousel-subtitle {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: white;
  font-size: 16px;
  margin: 0 0 10px 0;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 0; }
  .home-layout-3 .heroCarousel-subtitle {
    font-size: 17px;
    margin: 0; }
  @media (min-width: 381px) {
    .heroCarousel-subtitle {
      margin-bottom: 15px; } }
  @media (min-width: 1025px) {
    .heroCarousel-subtitle {
      margin-bottom: 13px; } }

.heroCarousel-title {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: white;
  letter-spacing: 0;
  line-height: 26px;
  margin: 0 0 10px 0; }

.slick-slide .heroCarousel-subtitle,
.slick-slide .heroCarousel-title,
.slick-slide .button {
  transition: 0.4s;
  animation-name: fadeDown;
  animation-duration: 1s;
  animation-timing-function: ease; }

.slick-slide.slick-active .heroCarousel-subtitle,
.slick-slide.slick-active .heroCarousel-title,
.slick-slide.slick-active .button {
  animation-name: fadeGoIn; }

.slick-slide .heroCarousel-subtitle {
  animation-duration: 0.3s; }

.slick-slide .heroCarousel-title {
  animation-duration: 0.6s; }

.slick-slide .button {
  animation-duration: 0.9s; }

@keyframes fadeDown {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0;
    transform: translateY(50px); } }

@keyframes fadeGoIn {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.heroCarousel-description {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px 0;
  line-height: 28px;
  color: white;
  font-size: 15px;
  font-weight: 500; }
  .home-layout-4 .heroCarousel-description {
    line-height: 24px;
    margin-bottom: 24px; }
  @media (min-width: 381px) {
    .heroCarousel-description {
      margin-bottom: 15px; } }
  @media (min-width: 1025px) {
    .heroCarousel-description {
      margin-bottom: 12px; } }

.heroCarousel-customLink {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  margin: 0 0 10px 0;
  padding: 0; }
  .heroCarousel-customLink li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px; }
    .heroCarousel-customLink li a {
      display: block;
      padding: 10px;
      color: white;
      line-height: 32px;
      transition: unset; }
    .heroCarousel-customLink li span {
      display: inline-block;
      vertical-align: top;
      position: relative; }
      .heroCarousel-customLink li span:before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        bottom: -1px;
        height: 1px;
        display: block;
        background: white; }
  @media (min-width: 551px) {
    .heroCarousel-customLink li a {
      padding: 0px 24px 15px 24px; }
    .heroCarousel-customLink li:first-child a {
      padding-left: 0; } }
  @media (min-width: 1025px) {
    .heroCarousel-customLink li:hover a {
      color: #e9162b; }
    .heroCarousel-customLink li:hover span:before {
      background: #e9162b; } }
  @media (min-width: 1600px) {
    .heroCarousel-customLink {
      padding-bottom: 12px; } }

.writeReview-productDetails {
  text-align: center; }
  .writeReview-productDetails .product-brand {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #787878;
    line-height: 28px;
    text-transform: capitalize;
    margin: 10px 0 0 0; }
    .writeReview-productDetails .product-brand + .product-title {
      margin-top: 0; }
  .writeReview-productDetails .product-title {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: black;
    margin-top: 19px;
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .writeReview-productDetails {
      padding-left: 15px;
      padding-right: 15px;
      width: 410px;
      float: left;
      padding-right: 15px;
      margin-top: 10px; } }

.writeReview-form {
  margin-top: 30px; }
  .writeReview-form .form-field {
    margin-bottom: 20px; }
    .writeReview-form .form-field.form-field--textarea {
      margin-bottom: 15px; }
  .writeReview-form .g-recaptcha {
    margin-bottom: -2px; }
  .writeReview-form .form-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    color: black;
    margin-bottom: 10px; }
    .writeReview-form .form-label small {
      font-size: 14px;
      font-weight: 400;
      font-style: italic;
      letter-spacing: 0;
      line-height: 20px;
      margin-top: 0;
      text-transform: capitalize;
      color: #e9162b; }
  .writeReview-form .form-select {
    height: 50px;
    max-width: 100%;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    padding-left: 15px;
    padding-right: 15px;
    background-position: right 10px top 15px;
    color: #787878; }
  .writeReview-form .form-input[rows] {
    height: 170px; }
  .writeReview-form .button {
    width: auto;
    min-width: 210px;
    text-transform: uppercase; }
  @media (min-width: 768px) {
    .writeReview-form {
      position: relative;
      top: -10px;
      margin-top: 10px;
      padding-left: 15px;
      padding-right: 15px;
      width: calc(100% - 410px);
      float: left;
      padding-left: 15px; } }

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

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

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

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

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

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

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

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

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

.productCarousel {
  display: block;
  position: relative;
  padding: 0;
  margin: 0 -8px;
  width: auto !important; }
  .home-layout-4 .productCarousel {
    margin: 0 -7.5px; }
  .productCarousel .slick-dots {
    bottom: -50px; }
  .productCarousel .product-sample * {
    font-size: 0; }

.productCarousel-slide {
  margin: 0;
  padding: 0 8px; }
  .home-layout-3.page-type-default .productCarousel-slide {
    padding: 0 9px;
    margin-left: -14px; }
    @media (max-width: 1024px) {
      .home-layout-3.page-type-default .productCarousel-slide {
        padding-left: 5px;
        padding-right: 5px;
        margin-left: 0px; } }
  .home-layout-3 .productCarousel-slide {
    padding: 0 5px; }
  .home-layout-4 .productCarousel-slide {
    padding-left: 7.5px;
    padding-right: 7.5px; }
    @media (max-width: 551px) {
      .home-layout-4 .productCarousel-slide {
        padding-left: 5px;
        padding-right: 5px; } }
  @media (min-width: 1400px) {
    .productCarousel-slide {
      padding-left: 15px;
      padding-right: 15px; } }

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

.quickView:after {
  clear: both; }

.quickView.modal-body {
  padding: 30px; }

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

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

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

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

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

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

.quickView .productView-brand {
  margin-top: 7px; }

.quickView .productView-countDown {
  margin: 6px 0 10px 0; }

.quickView .productView-price {
  margin: 0 0 25px 0; }

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

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

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

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

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

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

.container-product-reviews {
  padding-top: 30px;
  padding-bottom: 0; }
  .container-product-reviews + .halo-block-product {
    padding-bottom: 0 !important; }
  .container-product-reviews .productReviews {
    border: none;
    margin-bottom: 0 !important; }
    .container-product-reviews .productReviews .toggle-title {
      text-align: center;
      margin-bottom: 30px; }
    .container-product-reviews .productReviews .page-heading {
      text-align: center;
      margin-bottom: 6px; }
    .container-product-reviews .productReviews .number-review {
      display: block;
      margin-bottom: 22px;
      font-size: 16px;
      color: #4d4d4d; }
    .container-product-reviews .productReviews .write-review {
      min-width: 250px; }
    .container-product-reviews .productReviews .productReview {
      border: 2px solid #e6e6e6;
      padding: 30px; }
      .container-product-reviews .productReviews .productReview + .productReview {
        margin-top: 10px; }
  @media (min-width: 1600px) {
    .container-product-reviews {
      padding-top: 52px;
      padding-bottom: 0; }
      .container-product-reviews .productReviews {
        margin: 0 auto; } }

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

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

.productReviews .productReviews-list {
  margin: 0; }

.productReviews .productReview {
  width: 100%;
  float: none;
  font-size: 1rem;
  display: block;
  vertical-align: top;
  margin-bottom: 0;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
  list-style: none; }
  .productReviews .productReview + .productReview {
    margin-top: -10px; }
  .productReviews .productReview .productReview-title {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    text-transform: capitalize;
    color: black;
    font-family: "Gotham", Arial, Helvetica, sans-serif;
    font-weight: 600; }
  .productReviews .productReview .productReview-title-text {
    text-transform: unset;
    font-weight: 500;
    margin-right: 15px; }
  .productReviews .productReview .productReview-rating {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px; }
    .productReviews .productReview .productReview-rating .icon {
      margin-right: -1.25px;
      width: 14px !important;
      height: 14px !important; }
  .productReviews .productReview .productReview-author {
    color: #a6a6a6;
    margin-top: 0;
    margin-bottom: 15px; }
  .productReviews .productReview .productReview-ratingNumber {
    display: none; }
  .productReviews .productReview .productReview-body {
    margin-bottom: 0;
    line-height: 26px; }

.btn-createReview {
  margin-top: 5px;
  float: left;
  width: 100%; }

.productReviews .pagination {
  margin: 30px 0 0 0; }

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

.productView-title {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0;
  color: black;
  margin: 0 0 8px 0;
  text-transform: uppercase; }
  @media (min-width: 1025px) {
    .productView-title {
      font-size: 30px;
      line-height: 40px; } }

.productView-brand {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0;
  margin: 0 0 5px 0; }
  .productView-brand a {
    font-weight: 500;
    color: #4D4D4D;
    transition: unset; }
    .productView-brand a span {
      color: #4D4D4D; }
  @media (min-width: 992px) {
    .productView-brand {
      position: relative;
      margin-top: -10px; } }

.productView-title-wrapper {
  position: relative; }
  .productView-title-wrapper .productView-title {
    padding-right: 50px; }
  .productView-title-wrapper .shareLinkSocial {
    position: absolute;
    top: 50%;
    left: auto;
    right: -10px;
    bottom: 0;
    transform: translateY(-50%);
    margin: 0;
    font-size: 0;
    letter-spacing: 0;
    z-index: 1; }
    .productView-title-wrapper .shareLinkSocial .socialLinks .icon {
      position: unset; }
    .productView-title-wrapper .shareLinkSocial .icon {
      fill: black;
      width: 20px;
      height: 20px; }
    .productView-title-wrapper .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-title-wrapper .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-title-wrapper .shareLinkSocial__popup .title {
        margin-bottom: 12px;
        font-size: 13px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0;
        color: black;
        text-transform: uppercase; }
      .productView-title-wrapper .shareLinkSocial__popup .shareLinkSocial__link {
        position: relative;
        margin-bottom: 24px; }
        .productView-title-wrapper .shareLinkSocial__popup .shareLinkSocial__link input {
          border: 1px solid #d9d9d9;
          background-color: #f5f5f5;
          padding: 11px 18px 10px;
          display: block;
          width: 100%;
          color: #a0a0a0;
          font-size: 15px; }
        .productView-title-wrapper .shareLinkSocial__popup .shareLinkSocial__link .shareLinkSocial__close .icon {
          width: 14px;
          height: 14px;
          position: absolute;
          top: 1px;
          right: 2px;
          left: auto;
          fill: black; }
      .productView-title-wrapper .shareLinkSocial__popup .shareLinkSocial__social .title {
        margin-bottom: 7px; }

.productView-topInfo {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: 10px;
  display: none !important; }
  .productView-topInfo:before, .productView-topInfo:after {
    content: " ";
    display: table; }
  .productView-topInfo:after {
    clear: both; }
  .productView-topInfo .productView-rating {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px; }
    .productView-topInfo .productView-rating .icon {
      width: 15px;
      height: 14px; }
      .productView-topInfo .productView-rating .icon + .icon {
        margin-left: 2px; }
    .productView-topInfo .productView-rating .productView-reviewLink {
      font-size: 16px;
      font-weight: 400;
      line-height: 25px;
      letter-spacing: 0;
      color: #4d4d4d;
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 10px;
      text-transform: capitalize; }
      .productView-topInfo .productView-rating .productView-reviewLink a {
        display: block;
        color: inherit;
        transition: unset; }
        .productView-topInfo .productView-rating .productView-reviewLink a span {
          padding: 0 0 1px 0; }
      .productView-topInfo .productView-rating .productView-reviewLink + .productView-reviewLink {
        margin-left: 20px; }
  .productView-topInfo .productView-soldProduct {
    display: block;
    margin: 10px 0 0 0; }
    .productView-topInfo .productView-soldProduct .icon {
      width: 16px;
      height: 16px;
      top: -5px;
      position: relative;
      fill: #e9162b; }
    .productView-topInfo .productView-soldProduct .text {
      font-size: 16px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 0;
      color: #e9162b;
      margin: 0 0 0 8px; }
  @media (min-width: 551px) {
    .productView-topInfo .productView-soldProduct {
      display: inline-block;
      vertical-align: top;
      margin-left: 0;
      margin-top: 0; } }
  @media (min-width: 1025px) {
    .productView-topInfo .productView-rating .productView-reviewLink a:hover {
      color: #e9162b; }
      .productView-topInfo .productView-rating .productView-reviewLink a:hover span {
        background-image: linear-gradient(transparent 97%, #e9162b 3%);
        background-repeat: repeat-x;
        background-position-y: -3px; }
        .home-layout-3 .productView-topInfo .productView-rating .productView-reviewLink a:hover span,
        .home-layout-4 .productView-topInfo .productView-rating .productView-reviewLink a:hover span {
          background-position-y: 0; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .productView-topInfo .productView-soldProduct {
      display: block;
      margin-top: 10px;
      margin-left: 0; } }

.productView-info {
  display: table;
  margin: 8px 0 12px 0;
  display: none !important; }
  .productView-info-item {
    display: block;
    margin: 0; }
    .productView-info-item span {
      display: inline-block;
      vertical-align: top;
      margin: 0;
      padding: 0;
      font-size: 16px;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 0; }
      .productView-info-item span.productView-info-name {
        color: black;
        min-width: 100px;
        font-weight: 400; }
        .home-layout-3 .productView-info-item span.productView-info-name {
          min-width: unset; }
      .productView-info-item span.productView-info-value {
        color: #4d4d4d;
        text-transform: capitalize;
        padding-left: 20px; }
        .home-layout-3 .productView-info-item span.productView-info-value {
          padding-left: 10px; }

.productView-desShort {
  line-height: 1;
  margin-bottom: 1.5rem; }
  .productView-desShort span, .productView-desShort a {
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0; }
  .productView-desShort a {
    font-weight: 600;
    text-decoration: underline; }

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

.productView-price {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  margin: 0 0 4px 0;
  position: relative;
  display: none !important; }
  .productView-price .price-section {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #4d4d4d; }
    .productView-price .price-section.price-section--withoutTax {
      color: #e9162b; }
    .productView-price .price-section.rrp-price--withoutTax {
      margin: 0 0 5px 0;
      color: #969696;
      font-size: 16px; }
    .productView-price .price-section.non-sale-price--withoutTax {
      display: inline-block;
      vertical-align: bottom;
      color: #969696;
      margin: 0 13px 0 0;
      font-size: 16px;
      font-weight: 500; }
      .home-layout-4 .productView-price .price-section.non-sale-price--withoutTax {
        margin: 0 13px 0 7px; }
      .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: black; }
    .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: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.5;
    letter-spacing: 0;
    color: #4d4d4d;
    margin-bottom: 0; }
  .productView-price .price-section--saving {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 25px;
    letter-spacing: 0;
    color: #787878;
    margin: 4px 0 0 0; }

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

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

.productView-options {
  position: relative;
  width: auto;
  margin: 0 0 30px 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: 16px;
    color: black;
    line-height: 28px;
    margin: 0 0 28px 0; }
  .productView-options .productView-optionsStock {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #e9162b;
    font-style: italic;
    margin: 5px 0 5px 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: #202020;
        margin-right: 10px; }
      .productView-options .productView-sizeChart-link .text {
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        line-height: 24px;
        letter-spacing: 0;
        text-transform: capitalize;
        color: #4d4d4d;
        transition: unset; }
  .productView-options .halo-compareColors {
    display: inline-block;
    vertical-align: top;
    margin: 7px 20px 10px 0; }
    .productView-options .halo-compareColors:before, .productView-options .halo-compareColors:after {
      content: " ";
      display: table; }
    .productView-options .halo-compareColors:after {
      clear: both; }
    .productView-options .halo-compareColors-link {
      display: flex;
      align-items: center; }
      .productView-options .halo-compareColors-link .icon {
        display: inherit;
        width: 18px;
        height: 18px;
        margin: 0 10px 0 0; }
        .productView-options .halo-compareColors-link .icon img {
          width: 100%;
          height: 100%; }
      .productView-options .halo-compareColors-link .text {
        color: #4d4d4d;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0;
        text-transform: capitalize; }
  .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: #202020;
        margin-right: 10px; }
      .productView-options .productView-askAnExpert-link .text {
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        line-height: 24px;
        letter-spacing: 0;
        text-transform: capitalize;
        color: #4d4d4d;
        transition: unset; }
    @media (max-width: 1024px) {
      .productView-options .productView-askAnExpert {
        padding-right: 20px; } }
  .productView-options .form {
    display: block;
    position: relative;
    width: auto;
    margin: 0;
    padding: 0; }
    .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; }
      .productView-options .form .form-field .form-label {
        display: flex;
        align-items: center;
        margin-bottom: 12px; }
        .productView-options .form .form-field .form-label small {
          display: block;
          color: #f1152f;
          line-height: inherit;
          margin: 0;
          float: none; }
        .productView-options .form .form-field .form-label [data-option-value] {
          font-size: 16px;
          font-weight: 400;
          line-height: 24px;
          letter-spacing: 0;
          text-transform: capitalize;
          margin: 0 0 0 6px; }
        .productView-options .form .form-field .form-label [data-product-stock] {
          font-size: 16px;
          font-weight: 400;
          line-height: 1.5;
          letter-spacing: 0;
          text-transform: capitalize;
          margin: 0 0 0 5px; }
      .productView-options .form .form-field.form-field--stock {
        margin-top: 10px; }
        .productView-options .form .form-field.form-field--stock .form-label {
          margin-bottom: 0; }
      .productView-options .form .form-field + .form-field {
        margin-top: 15px; }
  @media (min-width: 701px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options input[type="file"] {
    font-size: 16px; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.75rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: #4d4d4d;
      display: block;
      margin-top: 0.375rem;
      padding: 0.375rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
        color: #e9162b; }
  @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: #e9162b; }
    .productView-options .productView-sizeChart .productView-sizeChartlink:hover .text {
      color: #e9162b; } }

[data-product-option-change] {
  opacity: 0;
  transition: 0.5s;
  will-change: height;
  overflow: hidden;
  scrollbar-width: 0; }
  [data-product-option-change]::-webkit-scrollbar {
    display: none; }
  [data-product-option-change].active-task {
    opacity: 1; }
  [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%; } }

.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 25px 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: 10px;
        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: 40px;
        height: 40px;
        z-index: 1; } }

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

.productView-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start; }
  .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: 16px;
      font-weight: 400;
      font-style: normal;
      text-align: center;
      width: 150px;
      color: #4d4d4d;
      border: 1px solid #d9d9d9;
      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; }
      .home-layout-3 .productView-actions .form-action .button {
        padding-top: 0; }
      .productView-actions .form-action .button#form-action-addToCart {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1); }
      .productView-actions .form-action .button.button--buyItNow {
        max-width: 100%; }
      @media (max-width: 550px) {
        .productView-actions .form-action .button {
          max-width: 100%; } }
    .productView-actions .form-action-text {
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0;
      width: 100%;
      height: 50px;
      line-height: 50px;
      display: inline-block;
      vertical-align: top;
      background: #505050;
      color: white;
      border-color: white;
      text-align: center;
      text-transform: uppercase;
      padding: 0 15px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .productView-actions + .productView-actions {
    margin-top: 15px;
    padding-right: 0; }
    .productView-actions + .productView-actions .form-action {
      width: 100%; }
  .productView-actions.productView-actions-2 {
    margin-top: 15px;
    display: block;
    padding-right: calc(50% + 5px); }
  @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] {
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  margin: 0;
  font-size: 0;
  letter-spacing: 0; }
  .form-wishlist[data-wishlist-add] .dropdown-menu-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    background: #f7f7f7;
    border-color: #f7f7f7; }
    .form-wishlist[data-wishlist-add] .dropdown-menu-button .text {
      display: none; }
    .form-wishlist[data-wishlist-add] .dropdown-menu-button .icon {
      display: inline-block;
      vertical-align: top;
      width: 23px;
      height: 23px;
      position: relative;
      top: 0;
      left: 0;
      z-index: 5;
      margin: 0;
      fill: black; }
    .form-wishlist[data-wishlist-add] .dropdown-menu-button.is-open {
      background-color: black; }
      .form-wishlist[data-wishlist-add] .dropdown-menu-button.is-open .icon {
        fill: white; }
  .form-wishlist[data-wishlist-add] [data-dropdown-content] {
    outline: 0;
    width: 100%;
    z-index: 5;
    text-align: left;
    white-space: normal;
    line-height: 22px;
    min-width: 235px;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
    top: calc(100% + 10px) !important;
    left: auto !important;
    right: 0 !important;
    margin: 0;
    padding: 0;
    background: white; }
    .form-wishlist[data-wishlist-add] [data-dropdown-content] li {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      width: 100%;
      padding: 4px 0 2px 0;
      line-height: unset; }
      .form-wishlist[data-wishlist-add] [data-dropdown-content] li a,
      .form-wishlist[data-wishlist-add] [data-dropdown-content] li input {
        font-size: 16px;
        font-weight: 400;
        color: #e9162b;
        line-height: 1.5;
        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: #e9162b; }
  .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 #e9162b;
      background: transparent !important;
      padding: 0 15px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .form-wishlist[data-wishlist-add].form-wishlist-2 .dropdown-menu-button .text {
        display: block;
        position: relative;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 25px;
        text-align: center;
        text-transform: uppercase;
        color: #e9162b;
        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; }
  @media (min-width: 1025px) {
    .form-wishlist[data-wishlist-add] .dropdown-menu-button:hover, .form-wishlist[data-wishlist-add] .dropdown-menu-button:focus {
      background-color: black; }
      .home-layout-4 .form-wishlist[data-wishlist-add] .dropdown-menu-button:hover::before, .home-layout-4 .form-wishlist[data-wishlist-add] .dropdown-menu-button:focus::before {
        background-color: black; }
      .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: white !important;
      border-color: white; }
      .form-wishlist[data-wishlist-add].form-wishlist-2 .dropdown-menu-button:hover .text, .form-wishlist[data-wishlist-add].form-wishlist-2 .dropdown-menu-button:focus .text {
        color: white; }
        .form-wishlist[data-wishlist-add].form-wishlist-2 .dropdown-menu-button:hover .text:before, .form-wishlist[data-wishlist-add].form-wishlist-2 .dropdown-menu-button:hover .text:after, .form-wishlist[data-wishlist-add].form-wishlist-2 .dropdown-menu-button:focus .text:before, .form-wishlist[data-wishlist-add].form-wishlist-2 .dropdown-menu-button:focus .text:after {
          background-color: white; } }

.productView-ViewingProduct {
  display: flex;
  margin: 0 0 16px 0;
  padding: 7px 0 0 0;
  white-space: nowrap;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: black;
  line-height: 24px; }
  .productView-ViewingProduct .icon {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    fill: black; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.productDescription__block .title {
  margin-bottom: 18px; }

.productDescription__block .productDescription__content > p {
  line-height: 26px;
  margin-bottom: 40px; }

.description-2col {
  margin-top: 40px;
  margin-bottom: 25px; }

.des2col-item:last-child .des2colItem-img {
  margin: 15px 0 0 15px; }

.des2col-item:last-child .des2colItem-content {
  margin: 15px 15px 0 0; }

.des2col-item:first-child .des2colItem-img {
  margin: 0 15px 15px 0; }

.des2col-item:first-child .des2colItem-content {
  margin: 0 0 15px 15px; }

.des2col-item .des2colItem-img {
  width: 100%;
  display: flex;
  align-items: center; }
  .des2col-item .des2colItem-img img {
    width: 100%; }

.des2col-item .des2colItem-content {
  width: 100%;
  position: relative; }
  .des2col-item .des2colItem-content img {
    width: 100%; }
  .des2col-item .des2colItem-content .des2colItem-container {
    max-width: 100%;
    height: calc(100% - 40px);
    margin: 20px;
    padding: 35px;
    text-align: center;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0; }
    @media (min-width: 1600px) {
      .des2col-item .des2colItem-content .des2colItem-container {
        padding: 65px; } }
  .des2col-item .des2colItem-content .des2colItem-featured {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: capitalize;
    border-bottom: 1px solid #4d4d4d;
    letter-spacing: 0;
    line-height: 1; }
  .des2col-item .des2colItem-content .des2colItem-title {
    font-size: 40px;
    color: black;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px; }
  .des2col-item .des2colItem-content p + p {
    margin-top: 1.5rem; }
  .des2col-item .des2colItem-content .des2colItem-des {
    margin-bottom: 20px;
    line-height: 26px; }
    .des2col-item .des2colItem-content .des2colItem-des + p {
      margin-top: 1.5rem; }
    @media (min-width: 1600px) {
      .des2col-item .des2colItem-content .des2colItem-des {
        margin-bottom: 40px; } }
  .des2col-item .des2colItem-content .button {
    font-weight: 700;
    height: 55px;
    line-height: 54px;
    text-transform: uppercase;
    border: 2px solid black;
    background-color: #e9162b;
    transition: all 0.3s ease;
    min-width: 250px; }
    @media (min-width: 1025px) {
      .des2col-item .des2colItem-content .button:hover {
        color: black;
        border-color: black;
        background-color: white; } }

@media (min-width: 992px) {
  .des2col-item {
    display: flex; }
    .des2col-item .des2colItem-img {
      width: 50%; }
    .des2col-item .des2colItem-content {
      width: 50%; } }

@media (max-width: 991px) {
  .des2col-item + .des2col-item {
    display: flex;
    flex-direction: column; }
    .des2col-item + .des2col-item .des2colItem-img {
      order: -1; }
  .des2col-item .des2colItem-img {
    margin-left: 0 !important; }
  .des2col-item .des2colItem-content {
    margin-left: 0 !important; }
    .des2col-item .des2colItem-content .des2colItem-container {
      height: calc(100% - 60px);
      margin: 30px;
      padding: 30px; }
    .des2col-item .des2colItem-content .des2colItem-title {
      font-size: 30px;
      margin-top: 10px; } }

@media (max-width: 767px) {
  .des2col-item .des2colItem-content {
    margin-left: 0 !important; }
    .des2col-item .des2colItem-content .des2colItem-container {
      height: calc(100% - 30px);
      margin: 15px;
      padding: 15px; }
    .des2col-item .des2colItem-content .des2colItem-title {
      font-size: 20px; } }

@media (max-width: 551px) {
  .des2col-item .des2colItem-content .des2colItem-container {
    padding: 30px 15px;
    overflow-y: auto;
    display: block; }
    .des2col-item .des2colItem-content .des2colItem-container .des2colItem-featured {
      display: inline-block; } }

@media (min-width: 1025px) {
  .halo-productView-default .halo-badges.halo-badges-left {
    left: 20px; }
  .halo-productView-default .halo-badges.halo-badges-right {
    right: 20px; }
  .card .halo-productView-default .halo-badges {
    top: 20px; }
    .card .halo-productView-default .halo-badges.halo-badges-left {
      left: 20px; }
    .card .halo-productView-default .halo-badges.halo-badges-right {
      right: 20px; } }

.halo-productView-default .des2col-item {
  display: block; }
  .halo-productView-default .des2col-item .des2colItem-img {
    width: 100%;
    margin-left: 0 !important; }
  .halo-productView-default .des2col-item .des2colItem-content {
    width: 100%;
    margin-left: 0 !important; }
    .halo-productView-default .des2col-item .des2colItem-content .des2colItem-container {
      padding: 30px 15px; }
      @media (min-width: 1025px) {
        .halo-productView-default .des2col-item .des2colItem-content .des2colItem-container {
          padding: 0 15px; } }
    .halo-productView-default .des2col-item .des2colItem-content .des2colItem-title {
      font-size: 30px;
      margin-top: 10px; }

.halo-productView-default .description-twoList .desTwoList-item {
  width: 100%;
  padding-left: 0; }

.description-twoList,
.description-oneList {
  font-size: 0;
  margin: 0 auto; }

.desOneList-item {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 16px; }
  .desOneList-item .desOneList-title {
    color: #202020;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px; }
  .desOneList-item .desOneList-content {
    line-height: 26px;
    margin-top: 13px; }

.desTwoList-item {
  margin-bottom: 0;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px; }
  .desTwoList-item .desTwoList-title {
    color: #202020;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0; }
  .desTwoList-item .desTwoList-list {
    margin-top: 8px;
    padding-bottom: 0; }
    .desTwoList-item .desTwoList-list li {
      line-height: 35px; }
  .desTwoList-item.desTwoList-item--number {
    padding-left: 0; }
    .desTwoList-item.desTwoList-item--number .desTwoList-list {
      list-style: auto; }
  @media (min-width: 992px) {
    .desTwoList-item {
      width: 50%; }
      .desTwoList-item.desTwoList-item--number {
        padding-left: 17px; } }

.description-blockQuote {
  margin: 0 auto 30px;
  padding: 10px 0;
  text-align: left; }
  .description-blockQuote > * {
    margin-left: auto;
    margin-right: auto; }
  .description-blockQuote .desBlockQuote-title {
    margin-top: 0;
    margin-bottom: 22px;
    color: #202020;
    font-size: 16px;
    font-weight: 700;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    text-transform: capitalize; }
  .description-blockQuote .desBlockQuote-des {
    border-left: 5px solid #4d4d4d;
    background-color: #fafafa;
    max-width: 100%;
    padding: 22px 28px 25px 28px; }

.productView-tab .productReviews {
  border-top: none; }
  .productView-tab .productReviews .page-heading {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize; }
  .productView-tab .productReviews .toggleLink-text svg {
    fill: #323232; }
  .productView-tab .productReviews .toggle-title {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6; }
    .productView-tab .productReviews .toggle-title .page-heading {
      display: inline-block;
      vertical-align: middle; }
    .productView-tab .productReviews .toggle-title .number-review,
    .productView-tab .productReviews .toggle-title .write-review {
      display: inline-block;
      vertical-align: middle;
      color: #202020;
      font-size: 16px;
      text-align: center;
      height: 40px;
      line-height: 40px;
      border-radius: 50px;
      text-transform: capitalize; }
    .productView-tab .productReviews .toggle-title .number-review {
      min-width: 116px;
      background-color: #f7f7f7;
      margin-left: 13px; }
    .productView-tab .productReviews .toggle-title .write-review {
      min-width: 163px;
      border: 1px solid black;
      margin-left: 8px; }
    .productView-tab .productReviews .toggle-title .toggleLink {
      line-height: 40px; }
      .productView-tab .productReviews .toggle-title .toggleLink .icon {
        width: 13px;
        height: 13px;
        margin-right: 3px;
        position: relative;
        top: -2px; }
      .productView-tab .productReviews .toggle-title .toggleLink.is-open .icon {
        transform: rotate(-180deg); }
    .productView-tab .productReviews .toggle-title .toggleLink-text {
      font-size: 16px;
      background-image: none;
      color: #202020; }
  .productView-tab .productReviews .toggle-content {
    padding: 10px 0; }
  .productView-tab .productReviews.toggle:last-of-type {
    margin-bottom: 0; }
  @media (min-width: 701px) {
    .productView-tab .productReviews .page-heading {
      font-size: 24px; } }
  @media (min-width: 1025px) {
    .productView-tab .productReviews {
      margin-top: 0;
      padding-top: 35px; }
      .productView-tab .productReviews .toggle-title {
        padding-bottom: 25px; }
      .productView-tab .productReviews .toggle-content {
        padding: 0; } }

.productView-accordions .productView-accordion + .productView-accordion {
  border-top: 1px solid #d9d9d9; }

.productView-accordions .toggle-title {
  margin: 0; }
  .productView-accordions .toggle-title .toggleLink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    float: none;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
    padding: 20px 0; }
    .productView-accordions .toggle-title .toggleLink .icon {
      height: 0.9375rem;
      width: 0.9375rem; }
    .productView-accordions .toggle-title .toggleLink svg {
      fill: currentColor;
      stroke: currentColor; }
    .productView-accordions .toggle-title .toggleLink.is-open .icon {
      transform: rotate(-180deg); }

.productView-accordions .toggle-content {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500; }
  .productView-accordions .toggle-content table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 20px; }
    .productView-accordions .toggle-content table th,
    .productView-accordions .toggle-content table td {
      text-align: left;
      padding: 8px 10px;
      border: 1px solid #d9d9d9; }
    .productView-accordions .toggle-content table th {
      font-weight: 500;
      background: #F5F5F5; }
    .productView-accordions .toggle-content table td {
      font-weight: 400; }
  .productView-accordions .toggle-content ul {
    margin-bottom: 20px; }
    .productView-accordions .toggle-content ul li a {
      display: inline-block;
      padding: 8px 0; }
  .productView-accordions .toggle-content .columns-2 {
    column-count: 2;
    column-gap: 1rem; }
  .productView-accordions .toggle-content a {
    text-decoration: underline; }

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

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

.page-compare .page-content {
  padding-top: 32px; }

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

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

.compareTable-row {
  vertical-align: top; }
  .compareTable-row .compareTable-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: #4d4d4d; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #d9d9d9; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: black;
  padding: 11px 15px;
  position: relative;
  text-align: center;
  width: 0; }
  @media (min-width: 1025px) {
    .compareTable-heading {
      width: 25%; } }

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

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

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

.compareTable thead {
  text-align: center; }

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

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

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

.blocker-container {
  position: relative; }

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

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

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

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

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

.toggle-title {
  font-family: "Gotham", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: black;
  padding: 0;
  margin: 10px 0 20px 0;
  text-transform: unset; }

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

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

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

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

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

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  border: #d9d9d9 solid;
  border-radius: 4px;
  border-width: 1px;
  display: none;
  margin-bottom: 29px;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  .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: 992px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList:not(.show) {
    display: none !important; }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 29px; }
  @media (min-width: 992px) {
    .facetedSearch-toggle + .facetedSearch-navList.is-open,
    .sidebarBlock + .facetedSearch-navList.is-open {
      margin-top: 29px; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

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

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

.facetedSearch-refineFilters {
  display: block; }
  .facetedSearch-refineFilters .sidebarBlock-heading {
    margin: 0 0 10px 0; }

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

.reset-filters {
  display: none; }

.facetedSearch-noFilters {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #4d4d4d;
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
  padding: 10px 30px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-width: 0 0 1px; }

#facetedSearch {
  padding: 0;
  margin: 0; }

.facetedSearch-navList {
  display: block; }

.navList.facetedSearch-optionColumns {
  margin: 15px 0 0 0; }
  .navList.facetedSearch-optionColumns .navList-item {
    width: 100%; }
  @media (min-width: 768px) {
    .navList.facetedSearch-optionColumns {
      margin-left: -15px;
      margin-right: -15px;
      font-size: 0;
      left: 0;
      display: block; }
      .navList.facetedSearch-optionColumns .navList-item {
        display: inline-block;
        vertical-align: top;
        padding: 5px 15px; } }

#facet-range-form {
  max-width: 300px; }

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

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

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.5rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.75rem;
    width: 0.75rem;
    display: inline-block;
    fill: #4d4d4d;
    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; }

.page-type-cart .page-cart {
  margin: 0 auto; }

.page-type-cart [data-cart] {
  padding: 0; }
  .page-type-cart [data-cart] .alertBox {
    display: block; }

.page-cart.has-calculate-shipping [data-cart-status] .alertBox.Upsell.Banner, .page-cart.has-calculate-shipping [data-cart-status] .alertBox.Congratulations.Banner {
  display: none; }

.page-cart.has-calculate-shipping .page-header + .halo-free-shipping-message {
  margin-bottom: 25px;
  height: 46px; }

.page-cart.has-calculate-shipping .progress-meter .progress-percent {
  font-size: 12px;
  color: white;
  display: block;
  height: 14px;
  line-height: 16px;
  letter-spacing: 0.02rem; }

.page-cart.has-calculate-shipping .shipping-message .progress-percent {
  display: none; }

.page-cart.has-calculate-shipping .halo-free-shipping-message {
  padding-top: 0;
  padding-bottom: 0; }
  .page-cart.has-calculate-shipping .halo-free-shipping-message .progress-shipping {
    height: 14px;
    margin: 0 0 12px 0; }
  .page-cart.has-calculate-shipping .halo-free-shipping-message .shipping-message-100 {
    padding-top: 11px;
    padding-bottom: 11px;
    background: #fafafa; }

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

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

.cart-header {
  text-align: left;
  width: 100%; }
  .cart-header-item {
    font-size: 14px;
    font-weight: 700;
    color: black;
    letter-spacing: 0;
    line-height: 22px;
    padding: 0 16px 8px; }
    .cart-header-item:first-child {
      padding-left: 0; }
  @media (min-width: 768px) {
    .cart-header {
      display: table-header-group; } }
  @media (min-width: 1025px) {
    .cart-header-item.cart-header-quantity {
      text-align: center; }
    .cart-header-item.cart-header-total {
      text-align: right; }
      .home-layout-3 .cart-header-item.cart-header-total {
        text-align: center; } }

.cart-header-item {
  display: none;
  text-transform: uppercase; }
  .cart-header-item:last-child {
    text-align: right; }
  @media (min-width: 768px) {
    .cart-header-item {
      display: table-cell; } }
  .cart-header-item.cart-header-info {
    display: table-cell; }

.cart-list {
  display: block;
  text-align: left;
  width: 100%; }
  .cart-list .cart-item {
    display: block;
    border-top: 1px solid #d9d9d9;
    margin: 0; }
    .cart-list .cart-item:last-child {
      border-bottom: 1px solid #d9d9d9; }
    .cart-list .cart-item-block {
      display: block;
      padding: 16px 8px 0 135px; }
      @media (min-width: 768px) {
        .cart-list .cart-item-block {
          display: table-cell;
          vertical-align: middle;
          padding: 1rem; } }
      .cart-list .cart-item-block.cart-item-total {
        text-align: right;
        display: none; }
        .cart-list .cart-item-block.cart-item-total .cart-item-value {
          font-weight: 600; }
      .cart-list .cart-item-block.cart-item-price {
        margin: 0;
        padding-top: 0; }
        .cart-list .cart-item-block.cart-item-price .cart-item-value {
          font-weight: 600; }
      .cart-list .cart-item-block.cart-item-quantity {
        padding-right: 2rem; }
        @media (min-width: 768px) {
          .cart-list .cart-item-block.cart-item-quantity {
            padding-right: 1rem; } }
      .cart-list .cart-item-block.cart-item-remove {
        position: relative;
        padding: 8px; }
        .cart-list .cart-item-block.cart-item-remove .cart-remove {
          position: absolute;
          top: -32px;
          right: 0; }
          @media (min-width: 768px) {
            .cart-list .cart-item-block.cart-item-remove .cart-remove {
              position: static; } }
    .cart-list .cart-item-wrapper {
      display: flex; }
    .cart-list .cart-item-block-left {
      padding: 0 15px 0 0;
      flex: 5rem 0 0;
      position: absolute;
      top: 1rem;
      left: 0; }
      @media (min-width: 768px) {
        .cart-list .cart-item-block-left {
          position: static; } }
    .cart-list .cart-item-image {
      display: block;
      margin: 0 auto; }
    .cart-list .cart-item-name {
      margin: 0;
      line-height: 1.5; }
      .cart-list .cart-item-name > a {
        display: inline-block;
        line-height: 1.5;
        margin: 0 0 10px 0; }
    .cart-list .cart-item-edit {
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: 0;
      color: black;
      margin: 5px 0 0 0; }
      .cart-list .cart-item-edit .icon {
        display: inline-block;
        vertical-align: -2px;
        width: 16px;
        height: 16px;
        fill: black;
        margin: 0 2px 0 0; }
      @media (min-width: 1025px) {
        .cart-list .cart-item-edit:hover .text {
          background-image: linear-gradient(transparent 97%, #e9162b 3%);
          background-repeat: repeat-x;
          background-position-y: -3px;
          padding: 0 0 1px 0; }
          .home-layout-3 .cart-list .cart-item-edit:hover .text,
          .home-layout-4 .cart-list .cart-item-edit:hover .text {
            background-position-y: 0; } }
    .cart-list .cart-item-options--giftWrapping .icon {
      display: inline-block;
      vertical-align: -2px;
      width: 16px;
      height: 16px;
      fill: black;
      margin: 0 7px 0 0;
      position: relative;
      top: 4px; }
    .cart-list .cart-item-options {
      margin: 3px 0 0 0;
      display: flex;
      flex-wrap: wrap; }
    .cart-list .cart-item-option-title, .cart-list .cart-item-option-description {
      font-weight: 400;
      font-size: 16px;
      color: black;
      letter-spacing: 0;
      line-height: 28px;
      margin: 0; }
    .cart-list .cart-item-option-description {
      margin-left: 0; }
      .cart-list .cart-item-option-description a {
        color: #e9162b; }
        .cart-list .cart-item-option-description a .text {
          background-image: linear-gradient(transparent 97%, #e9162b 3%);
          background-repeat: repeat-x;
          background-position-y: -3px;
          padding: 0 0 1px 0; }
          .home-layout-3 .cart-list .cart-item-option-description a .text,
          .home-layout-4 .cart-list .cart-item-option-description a .text {
            background-position-y: 0; }
      .cart-list .cart-item-option-description + .cart-item-option-title {
        margin-left: 5px; }
    .cart-list .cart-item .definitionList {
      margin: 0; }
      .cart-list .cart-item .definitionList:before, .cart-list .cart-item .definitionList:after {
        content: " ";
        display: table; }
      .cart-list .cart-item .definitionList:after {
        clear: both; }
      .cart-list .cart-item .definitionList .definitionList-key,
      .cart-list .cart-item .definitionList .definitionList-value {
        float: left;
        font-size: 16px;
        font-weight: 400;
        color: #737373;
        letter-spacing: 0;
        line-height: 28px;
        margin-right: 0;
        margin-bottom: 0;
        text-transform: capitalize;
        font-style: italic; }
      .cart-list .cart-item .definitionList .definitionList-value {
        margin-left: 5px; }
    .cart-list .cart-item-value {
      font-size: 14px;
      font-weight: 400;
      color: black;
      letter-spacing: 0;
      line-height: 28px; }
    .cart-list .cart-item-quantity .form-increment input {
      font-size: 14px;
      font-weight: 700;
      font-style: normal;
      color: #4d4d4d;
      text-align: center;
      width: 100%;
      background-color: white;
      border: 1px solid #d9d9d9;
      padding: 10px 30px;
      line-height: 24px;
      max-width: 100%;
      height: 50px;
      min-height: 50px;
      margin: 0;
      -webkit-appearance: none;
      -moz-appearance: none; }
    .cart-list .cart-item-remove .cart-remove {
      background-color: transparent;
      border-radius: 0;
      cursor: pointer;
      float: none;
      width: 20px;
      height: 20px;
      margin: 0;
      padding: 2px;
      transition: all 0.3s ease; }
      @media (min-width: 768px) {
        .cart-list .cart-item-remove .cart-remove {
          padding: 5px; } }
      .cart-list .cart-item-remove .cart-remove svg {
        width: 16px;
        height: 16px;
        fill: #B6B2B2; }
        @media (min-width: 768px) {
          .cart-list .cart-item-remove .cart-remove svg {
            width: 10px;
            height: 10px; } }
      .cart-list .cart-item-remove .cart-remove.cart-remove--spacer {
        visibility: hidden; }
  @media (min-width: 321px) {
    .cart-list .cart-item-block.cart-item-price {
      width: 30%;
      margin-left: 80px; }
    .cart-list .cart-item-block-right {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start; } }
  @media (min-width: 321px) and (min-width: 768px) {
    .cart-list .cart-item-block-right {
      top: -8px; } }
  @media (min-width: 321px) {
      .cart-list .cart-item-block-right > *:last-child {
        margin-bottom: 0; }
        .cart-list .cart-item-block-right > *:last-child > *:last-child {
          margin-bottom: 0; } }
  @media (min-width: 768px) {
    .cart-list {
      display: table-row-group; }
      .cart-list .cart-item {
        display: table-row; }
        .cart-list .cart-item-block {
          display: table-cell !important;
          padding: 10px !important;
          margin: 0 !important;
          width: auto !important; }
          .cart-list .cart-item-block.cart-item-info {
            padding-right: 0; }
        .cart-list .cart-item-block-left {
          padding-right: 1rem;
          flex: 130px 0 0; }
        .cart-list .cart-item-quantity .form-increment input {
          width: 140px; }
        .cart-list .cart-item-remove .cart-remove {
          position: relative;
          float: right;
          top: -3px; } }
  @media (min-width: 1025px) {
    .cart-list .cart-item-block {
      padding: 16px !important; }
    .cart-list .cart-item-edit:hover {
      color: #e9162b; }
      .cart-list .cart-item-edit:hover .icon {
        fill: #e9162b; }
    .cart-list .cart-item-option-description a:hover {
      color: #e9162b; }
      .cart-list .cart-item-option-description a:hover .text {
        background-image: linear-gradient(transparent 97%, #e9162b 3%);
        background-repeat: repeat-x;
        background-position-y: -3px; }
        .home-layout-3 .cart-list .cart-item-option-description a:hover .text,
        .home-layout-4 .cart-list .cart-item-option-description a:hover .text {
          background-position-y: 0; } }

.cart-item-info {
  position: relative; }

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

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

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

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

.cart-item-title {
  display: table-cell;
  height: 6.25rem;
  padding-left: 1rem; }
  @media (min-width: 701px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1rem;
      overflow: hidden; } }
  @media (min-width: 992px) {
    .cart-item-title {
      display: table-cell;
      padding: 1rem; } }

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

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

.cart-item-label {
  color: black;
  float: left;
  margin-bottom: 0.375rem;
  text-align: right;
  width: 33.33333%;
  display: none; }
  @media (min-width: 701px) {
    .cart-item-label {
      padding-left: 1rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 992px) {
    .cart-item-label {
      display: none; } }

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

.cart-item-brand {
  text-align: left;
  font-size: 13px;
  line-height: 23px;
  color: #4d4d4d;
  margin-bottom: 0.1875rem; }

.cart-item-sku {
  font-size: 14px;
  line-height: 28px; }

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

.cart-item-options--giftWrapping {
  margin-top: 1.125rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: black;
    margin-left: 3px; }

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.125rem;
  margin-top: 0.125rem;
  padding: 0.1875rem;
  transition: background-color 0.15s ease;
  width: 1.125rem; }
  @media (min-width: 701px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #e9162b; }

.cart-totals {
  list-style: none;
  margin: 0; }
  .cart-totals .cart-total {
    display: block;
    padding: 0 0 1px 0; }
    .cart-totals .cart-total:before, .cart-totals .cart-total:after {
      content: " ";
      display: table; }
    .cart-totals .cart-total:after {
      clear: both; }
    .cart-totals .cart-total-label {
      font-size: 16px;
      font-weight: 500;
      color: black;
      letter-spacing: 0;
      line-height: 25px;
      text-align: left;
      padding: 11px 0;
      float: left; }
      .cart-totals .cart-total-label strong {
        font-weight: 500; }
      .cart-totals .cart-total-label a {
        font-weight: 400;
        transition: unset; }
        .cart-totals .cart-total-label a .text {
          padding: 0 0 1px 0;
          background-image: linear-gradient(transparent 97%, #e9162b 3%);
          background-repeat: repeat-x;
          background-position-y: 0; }
    .cart-totals .cart-total-value {
      font-size: 14px;
      font-weight: 400;
      color: black;
      letter-spacing: 0;
      line-height: 28px;
      text-align: right;
      padding: 11px 0;
      float: right; }
      .cart-totals .cart-total-value p[translate] {
        font-size: 16px;
        font-weight: 400;
        color: #4d4d4d;
        margin: 0; }
      .cart-totals .cart-total-value.cart-total-grandTotal {
        font-size: 18px;
        font-weight: 700;
        margin-top: 3px; }
    .cart-totals .cart-total .form-label {
      font-size: 16px;
      font-weight: 400;
      color: black;
      margin: 0; }
    .cart-totals .cart-total .form-input {
      display: inline-block;
      vertical-align: top;
      font-style: normal;
      padding-left: 20px;
      padding-right: 20px;
      width: 100%;
      margin: 0;
      border-color: #cccccc; }
    .cart-totals .cart-total .form-select {
      display: inline-block;
      vertical-align: top;
      background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-down fa-w-14 fa-3x'%3E%3Cpath fill='%23787878' d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z' class=''%3E%3C/path%3E%3C/svg%3E");
      background-size: 13px;
      background-position: right 13px top 18px;
      background-repeat: no-repeat;
      width: 100%;
      padding: 0 20px;
      font-size: 16px;
      font-weight: 400;
      color: #4d4d4d;
      border-color: #cccccc; }
    .cart-totals .cart-total .form-inlineMessage {
      text-align: left; }
    .cart-totals .cart-total + .cart-total {
      border-top: 1px solid #e6e6e6; }
    .cart-totals .cart-total.cart-total-grandtotal .cart-total-value {
      font-size: 20px;
      font-weight: 700;
      line-height: 1.2; }
  @media (min-width: 1025px) {
    .cart-totals .cart-total-label a:hover {
      color: #e9162b; }
      .cart-totals .cart-total-label a:hover .text {
        background-image: linear-gradient(transparent 97%, #e9162b 3%); } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 992px) {
    .cart-total + .cart-total {
      border-top: 1px solid #d9d9d9; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.3125rem center;
    background-size: 1.25rem 1.25rem;
    height: 2rem;
    padding: 0 0.75rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #4d4d4d;
  width: 33.33333%; }
  @media (min-width: 701px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 992px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

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

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

.cart-total-grandTotal {
  font-family: "Gotham", Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding-bottom: 0.1875rem;
  padding-top: 0.1875rem;
  position: relative; }
  .home-layout-3 .cart-total-grandTotal {
    font-family: "Montserrat", Arial, Helvetica, sans-serif; }
  @media (min-width: 992px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.25rem; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  position: relative;
  color: #e9162b;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  background-image: linear-gradient(transparent 97%, #e9162b 3%);
  background-repeat: repeat-x;
  background-position-y: -3px;
  display: inline-block; }
  .home-layout-3 .coupon-code-add,
  .home-layout-4 .coupon-code-add, .home-layout-3
  .coupon-code-cancel,
  .home-layout-4
  .coupon-code-cancel, .home-layout-3
  .shipping-estimate-show,
  .home-layout-4
  .shipping-estimate-show, .home-layout-3
  .shipping-estimate-hide,
  .home-layout-4
  .shipping-estimate-hide, .home-layout-3
  .gift-certificate-add,
  .home-layout-4
  .gift-certificate-add, .home-layout-3
  .gift-certificate-cancel,
  .home-layout-4
  .gift-certificate-cancel {
    background-position-y: 0; }
  @media (min-width: 1025px) {
    .coupon-code-add:hover,
    .coupon-code-cancel:hover,
    .shipping-estimate-show:hover,
    .shipping-estimate-hide:hover,
    .gift-certificate-add:hover,
    .gift-certificate-cancel:hover {
      color: #e9162b;
      background-image: linear-gradient(transparent 97%, #e9162b 3%); } }

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

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

.shipping-quotes {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: black;
  margin: 0 0 28px 0; }
  .shipping-quotes form:before, .shipping-quotes form:after {
    content: " ";
    display: table; }
  .shipping-quotes form:after {
    clear: both; }
  .shipping-quotes ul {
    list-style: none;
    margin: 0; }
  .shipping-quotes .estimator-form-row {
    display: block;
    width: 100%;
    margin: 0;
    padding: 11px 20px;
    background: #fbf8e5; }
    .shipping-quotes .estimator-form-row dl {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0; }
    .shipping-quotes .estimator-form-row .estimator-form-label,
    .shipping-quotes .estimator-form-row .estimator-form-input {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.625;
      color: #8a714a;
      margin: 0; }
    .shipping-quotes .estimator-form-row .shipping-quote {
      width: 18px;
      height: 18px;
      display: inline-block;
      vertical-align: middle; }
    .shipping-quotes .estimator-form-row .estimator-form-label-text {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 5px; }
    .shipping-quotes .estimator-form-row .estimator-form-input--price {
      width: 30%;
      text-align: right; }
    .shipping-quotes .estimator-form-row + .estimator-form-row {
      margin-top: 10px; }
  .shipping-quotes .select-shipping-quote,
  .shipping-quotes .estimator-form-toggleUPSRate {
    width: calc(100% - 115px);
    float: right;
    margin: 10px 0 0 0;
    text-transform: capitalize; }

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

.cart-actions {
  display: block;
  padding: 2rem;
  border-radius: 5px;
  background: #F5F5F5;
  margin: 0; }
  .cart-actions .button {
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1); }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.375rem; }

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

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

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

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

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

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

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

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

.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: 75rem;
  width: 100%;
  display: table-row;
  line-height: 26px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #d9d9d9; }

.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;
  text-align: center;
  position: relative; }
  .previewCartItem-image img {
    max-height: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .previewCartItem-image:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }
  @media (min-width: 320px) {
    .previewCartItem-image:after {
      padding-bottom: 75%; } }
  @media (min-width: 481px) {
    .previewCartItem-image:after {
      padding-bottom: 100%; } }

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

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

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

.previewCartItem-brand,
.previewCartItem-price {
  color: #4d4d4d;
  display: inline-block;
  font-size: 14px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  border-top: 1px solid #d9d9d9;
  display: block; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 320px) {
    .previewCartAction {
      padding: 0.75rem 0.375rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.75rem; } }
  .previewCartAction .button {
    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.375rem; }

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

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

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

.cart-content-wrapper {
  display: block;
  font-size: 0;
  letter-spacing: 0; }
  .cart-content-wrapper:before, .cart-content-wrapper:after {
    content: " ";
    display: table; }
  .cart-content-wrapper:after {
    clear: both; }
  .cart-content-wrapper .cart-content-item {
    display: block; }
    .cart-content-wrapper .cart-content-item[data-cart-totals] {
      margin: 0 -1rem; }
      @media (min-width: 1025px) {
        .cart-content-wrapper .cart-content-item[data-cart-totals] {
          margin: 2rem 0 0; } }
  @media (min-width: 1280px) {
    .cart-content-wrapper .cart-content-item {
      display: inline-block;
      vertical-align: top; }
      .cart-content-wrapper .cart-content-item[data-cart-content] {
        width: calc(100% - 370px);
        padding-right: 30px; }
      .cart-content-wrapper .cart-content-item[data-cart-totals] {
        width: 370px;
        padding-top: 0; } }

.cart-secure-image {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  padding: 0 0 5px 0;
  margin: 0;
  text-align: center; }
  .cart-secure-image .secure-image-label {
    font-size: 16px;
    font-weight: 400;
    color: black;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0 0 15px 0;
    text-transform: capitalize;
    opacity: 0.7; }
  .cart-secure-image .secure-image {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 25px 0; }
    .cart-secure-image .secure-image img {
      width: 100%; }
    .cart-secure-image .secure-image + .secure-image {
      margin-left: 25px; }
  @media (min-width: 768px) {
    .cart-secure-image {
      text-align: left; } }

.cart-content-empty {
  text-align: center;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0; }

.haloRecommendedBlock {
  border-top: 1px solid #e6e6e6;
  margin-top: 80px; }
  .home-layout-4 .haloRecommendedBlock {
    margin-top: 20px; }
  .haloRecommendedBlock .halo-block-product {
    padding-top: 45px; }
  .haloRecommendedBlock .halo-block-header {
    text-transform: uppercase; }

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

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

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

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

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

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

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

.videoGallery-main {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
  margin-bottom: 1.875rem;
  padding-top: 0; }
  .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: 992px) {
    .videoGallery-item {
      width: 50%; } }

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

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

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

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

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

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

.halo-free-shipping-message {
  padding: 25px 0 0 0;
  min-height: 43px; }
  .halo-free-shipping-message .progress-shipping {
    width: 100%;
    height: 15px;
    margin: 0 0 5px 0;
    background-color: #ededed; }
    .halo-free-shipping-message .progress-shipping .progress-meter {
      position: relative;
      display: block;
      height: 100%;
      text-align: center;
      animation: 2s linear 0s infinite progress-bar-stripes;
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-size: 40px 40px;
      transition: 0.9s linear;
      transition-property: width, background-color; }
      .halo-free-shipping-message .progress-shipping .progress-meter .progress-percent {
        font-size: 12px;
        color: white;
        display: block;
        height: 14px;
        line-height: 16px;
        letter-spacing: 0.02rem; }
    .halo-free-shipping-message .progress-shipping.progress-shipping-50 .progress-meter {
      background-color: #c12f49; }
    .halo-free-shipping-message .progress-shipping.progress-shipping-90 .progress-meter {
      background-color: #ffc206; }
    .halo-free-shipping-message .progress-shipping.progress-shipping-100 .progress-meter {
      background-color: #69c69c; }
  .halo-free-shipping-message .shipping-message {
    font-size: 16px;
    font-weight: 400;
    color: #585858;
    letter-spacing: 0;
    line-height: 20px;
    margin: 8px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .halo-free-shipping-message .shipping-message .progress-percent {
      display: none; }
    .halo-free-shipping-message .shipping-message .message > span > span {
      color: black;
      font-weight: 500; }
  .halo-free-shipping-message .shipping-message-100 {
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    background: transparent; }

#previewModal .halo-free-shipping-message,
#modal .halo-free-shipping-message {
  padding: 0;
  margin: 0 0 25px 0; }

.previewCart.previewCartPopUp {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .previewCart.previewCartPopUp:before, .previewCart.previewCartPopUp:after {
    content: " ";
    display: table; }
  .previewCart.previewCartPopUp:after {
    clear: both; }
  @media (max-width: 767px) {
    .previewCart.previewCartPopUp .productView {
      padding: 30px 0 0 0; }
    .previewCart.previewCartPopUp .productView-details .productView-title {
      margin-top: 20px; } }
  @media (min-width: 768px) {
    .previewCart.previewCartPopUp .productView {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0;
      padding-left: 0; }
    .previewCart.previewCartPopUp .productView-image {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left;
      padding-left: 0;
      display: flex;
      flex-direction: column; }
    .previewCart.previewCartPopUp .productView-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: 100%; }
    .previewCart.previewCartPopUp .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart.previewCartPopUp .productView-title {
    margin-top: 0; }
  .previewCart.previewCartPopUp .previewCartCheckout {
    background: #e5e5e5;
    padding: 1rem;
    text-align: center; }
    @media (min-width: 768px) {
      .previewCart.previewCartPopUp .previewCartCheckout {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 25%;
        float: right;
        padding: 1.5rem; } }
    .previewCart.previewCartPopUp .previewCartCheckout .button {
      display: block;
      margin: 0;
      width: 100%; }
      .previewCart.previewCartPopUp .previewCartCheckout .button + p {
        margin-top: 0.75rem; }
      .previewCart.previewCartPopUp .previewCartCheckout .button:not(:last-child) {
        margin-bottom: 0.75rem; }
  .previewCart.previewCartPopUp .previewCartCheckout-price {
    display: block;
    font-size: 30px;
    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: 992px) {
      .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: 16px;
    font-weight: 400;
    color: #4d4d4d;
    line-height: 20px;
    letter-spacing: 0;
    display: inline-block; }
  .previewCartHeader + .halo-free-shipping-message {
    padding: 0; }

.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::-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: 30px 0;
    font-size: 0;
    margin: 0;
    letter-spacing: 0;
    border-bottom: 1px solid #e6e6e6; }
  .previewCart .previewCartItem-image {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    padding: 0;
    position: relative;
    text-align: center; }
    .previewCart .previewCartItem-image:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 100%; }
    .previewCart .previewCartItem-image img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .previewCart .previewCartItem-content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 120px);
    padding: 0 0 0 20px;
    position: relative;
    top: 10px;
    text-align: left; }
  .previewCart .previewCartItem-name {
    overflow-wrap: break-word;
    margin: 0 0 10px 0;
    position: relative;
    top: -5px; }
    .previewCart .previewCartItem-name > a {
      font-size: 16px;
      font-weight: 700;
      color: black;
      letter-spacing: 0;
      margin: 0;
      line-height: 1.5; }
      @media (min-width: 1025px) {
        .previewCart .previewCartItem-name > a:hover span {
          background-image: linear-gradient(transparent 97%, black 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: 16px;
    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: black; } }
  .previewCart .previewCartItem-price {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: black;
    letter-spacing: 0;
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin: 4px 0 0 0; }
    .previewCart .previewCartItem-price p {
      font-size: 16px;
      font-weight: 400;
      color: #4d4d4d;
      letter-spacing: 0;
      line-height: 20px;
      margin: 0;
      text-transform: capitalize; }
  .previewCart .previewCartItem-qty {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 150px;
    margin: 10px 0 0 0;
    padding: 0;
    position: relative; }
    .previewCart .previewCartItem-qty .form-increment {
      max-width: 150px; }
      .previewCart .previewCartItem-qty .form-increment .form-input--incrementTotal {
        text-align: center;
        width: 100%;
        padding: 5px;
        border: 1px solid #cccccc;
        font-weight: 400;
        font-size: 16px;
        font-style: normal;
        min-height: unset;
        height: 45px;
        line-height: normal;
        color: #4d4d4d; }
  .previewCart .previewCartItem-remove {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: 18px;
    left: auto;
    right: 0;
    line-height: 1;
    display: block;
    height: auto;
    width: auto;
    transition: unset; }
    .previewCart .previewCartItem-remove:before, .previewCart .previewCartItem-remove:after {
      content: " ";
      display: table; }
    .previewCart .previewCartItem-remove:after {
      clear: both; }
    .previewCart .previewCartItem-remove svg {
      width: 17px;
      height: 17px;
      margin: 0;
      fill: black; }
    @media (min-width: 1025px) {
      .previewCart .previewCartItem-remove:hover svg {
        fill: black; } }
  .previewCart .previewCartTotalsPrice {
    list-style: none;
    margin: 0;
    padding: 20px 0 12px; }
  .previewCart .previewCartTotals {
    display: block;
    font-size: 0;
    padding: 0 0 5px;
    letter-spacing: 0; }
    .previewCart .previewCartTotals:before, .previewCart .previewCartTotals:after {
      content: " ";
      display: table; }
    .previewCart .previewCartTotals:after {
      clear: both; }
    .previewCart .previewCartTotals .previewCartTotals-label {
      display: inline-block;
      vertical-align: top;
      width: 120px;
      text-align: left;
      color: black;
      font-size: 16px;
      font-weight: 500;
      line-height: 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: black;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 24px; }
    .previewCart .previewCartTotals.subTotal {
      padding: 0 0 10px; }
    .previewCart .previewCartTotals.grandTotal .previewCartTotals-label {
      font-size: 18px; }
    .previewCart .previewCartTotals.grandTotal .previewCartTotals-value {
      font-size: 18px;
      padding: 0;
      top: -1px; }
  .previewCart .previewCartAction {
    border: 0;
    display: block;
    font-size: 0;
    letter-spacing: 0;
    padding: 3px 0 0 0;
    margin: 0;
    width: auto; }
    .previewCart .previewCartAction .previewCartAction-checkout,
    .previewCart .previewCartAction .previewCartAction-viewCart {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      padding: 0; }
    .previewCart .previewCartAction .previewCartAction-viewCart {
      margin: 15px 0 0 0; }
    .previewCart .previewCartAction .button {
      margin: 0;
      width: 100%;
      text-transform: uppercase; }
  .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: "Montserrat", 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: 1024px) {
      .previewCart .productView-price {
        font-size: 20px; } }
  .previewCart.previewCart2 {
    padding: 0;
    display: block;
    font-size: 0;
    letter-spacing: 0; }
    .previewCart.previewCart2 .halo-free-shipping-message {
      padding-top: 0;
      padding-bottom: 30px; }
    .previewCart.previewCart2 .previewCartView .productView-brand {
      margin-bottom: 0; }
    .previewCart.previewCart2 .previewCartView .productView-title {
      font-size: 16px; }
  @media (min-width: 551px) {
    .previewCart .previewCartItem-qty {
      max-width: 193px; }
      .previewCart .previewCartItem-qty .form-increment .form-input--incrementTotal {
        text-align: center;
        padding: 10px; } }
  @media (min-width: 1025px) {
    .previewCart .previewCartItem-remove:hover svg {
      fill: black; }
    .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: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: #4d4d4d;
  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: 16px;
    font-weight: 400;
    color: #4d4d4d;
    letter-spacing: 0;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0 0 2px 0; }
  .previewCartView .productView-title {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: black;
    line-height: 32px;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .previewCartView .productView-price {
    font-size: 16px;
    font-weight: 400;
    color: #4d4d4d;
    letter-spacing: 0;
    margin: 0 0 5px 0; }
  .previewCartView .productView-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0; }
    .previewCartView .productView-info + .productView-info {
      margin-top: 4px; }
  .previewCartView .productView-info-name,
  .previewCartView .productView-info-value {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #4d4d4d;
    line-height: 28px;
    margin: 0; }
  .previewCartView .productView-info-value {
    margin: 0 0 0 5px; }
  @media (min-width: 551px) {
    .previewCartView {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 0 15px 0 0; }
      .previewCartView .productView-info {
        justify-content: flex-start; } }
  @media (min-width: 768px) {
    .previewCartView {
      width: calc(100% - 280px);
      padding-right: 50px; }
      .previewCartView .productView-image {
        width: 170px; }
      .previewCartView .productView-details {
        width: calc(100% - 170px);
        padding-left: 30px; } }
  @media (min-width: 992px) {
    .previewCartView {
      padding-right: 20px; } }

.previewCartCheckout {
  display: block;
  width: 100%;
  text-align: center;
  margin: 15px 0 0 0; }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + .button {
      margin-top: 20px; }
  .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons p {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #4d4d4d;
    margin: 0 0 8px 0; }
  .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
    margin-bottom: 1rem; }
    .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
      margin-top: 13px; }
    .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
      margin-bottom: 1.5rem; }
  .previewCartCheckout .previewCartCheckout-subtotal {
    display: block;
    margin: 37px 0 0 0;
    border: 1px solid #c5c5cf;
    border-radius: 0; }
    .previewCartCheckout .previewCartCheckout-subtotal .previewCartCheckout-price {
      display: block;
      font-size: 20px;
      font-weight: 700;
      line-height: 32px;
      letter-spacing: 0;
      text-align: center;
      position: relative;
      top: -10px;
      margin: 0 0 7px 0;
      color: black; }
    .previewCartCheckout .previewCartCheckout-subtotal span {
      display: inline-block;
      vertical-align: top;
      background: white;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 1.5;
      position: relative;
      top: -15px;
      padding: 0 20px;
      color: #4d4d4d; }
    .previewCartCheckout .previewCartCheckout-subtotal p {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: 0;
      color: #4d4d4d;
      margin: 0; }
  .previewCartCheckout [data-cart-quantity] {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: #4d4d4d;
    margin: 15px 0 20px 0; }
  .previewCartCheckout .previewCartCheckout-text {
    font-size: 16px;
    font-weight: 400;
    color: #4d4d4d;
    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 #e6e6e6; }
    .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: "Montserrat", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 20px;
        color: #4d4d4d;
        position: relative; }
      .product-edit-wrapper .product-edit-content .product-edit-title a {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1.5;
        color: #4d4d4d;
        text-decoration: none;
        text-transform: capitalize;
        padding-top: 3px;
        padding-bottom: 3px; }
    .product-edit-wrapper .product-edit-content .product-edit-variant {
      font-size: 16px;
      font-weight: 400;
      color: black;
      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: 16px;
        font-weight: 600;
        line-height: 25px;
        color: #4d4d4d; }
        .product-edit-wrapper .product-edit-content .product-edit-price .price-section.price-section--withoutTax {
          color: #e9162b; }
        .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: #4d4d4d;
          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: #4d4d4d; }
          .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: 600; }
      .product-edit-wrapper .product-edit-content .product-edit-price > p {
        font-size: 16px;
        font-weight: 400;
        font-style: italic;
        line-height: 1.5;
        letter-spacing: 0;
        color: #4d4d4d;
        margin-bottom: 0; }
      .product-edit-wrapper .product-edit-content .product-edit-price .price-section--saving {
        font-size: 16px;
        font-weight: 400;
        font-style: italic;
        line-height: 28px;
        letter-spacing: 0;
        color: #4d4d4d;
        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: #4d4d4d;
        font-size: 16px;
        font-weight: 400; }
      .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: 16px;
          font-style: normal;
          min-height: unset;
          height: 50px;
          color: #4d4d4d; }
    .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: black; }
        .home-layout-3 .product-edit-wrapper .product-edit-content .product-action .text,
        .home-layout-4 .product-edit-wrapper .product-edit-content .product-action .text {
          background-position-y: 0px; }
        .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: black; }
        .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: 16px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 20px;
        color: black;
        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: 16px;
          font-weight: 400;
          font-style: italic;
          line-height: 20px;
          letter-spacing: 0;
          color: black;
          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: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    color: #e9162b;
    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%, #e9162b 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: 16px; }
  @media (min-width: 321px) {
    .product-edit-wrapper .product-edit-content .product-edit-increment .form-label {
      width: 75px; }
    .product-edit-wrapper .product-edit-content .product-edit-increment .form-increment {
      width: calc(100% - 88px); }
      .home-layout-3 .product-edit-wrapper .product-edit-content .product-edit-increment .form-increment {
        width: calc(100% - 44px); }
      .home-layout-4 .product-edit-wrapper .product-edit-content .product-edit-increment .form-increment {
        width: calc(100% - 44px); } }
  @media (min-width: 551px) {
    .product-edit-wrapper .product-edit-content .product-edit-increment {
      max-width: 193px; } }
  @media (min-width: 768px) {
    .product-edit-wrapper .product-edit-item {
      display: flex;
      align-items: flex-start; }
      .product-edit-wrapper .product-edit-item .product-edit-itemLeft {
        padding-right: 15px;
        width: 50%; }
      .product-edit-wrapper .product-edit-item .product-edit-itemRight {
        width: 50%;
        margin-top: 0;
        padding-left: 15px; } }
  @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 #e6e6e6; }
    .product-edit-action .product-add-more .link {
      font-size: 16px;
      font-weight: 400;
      text-transform: unset;
      letter-spacing: 0;
      line-height: 30px;
      position: relative;
      margin: 0 0 0 20px;
      padding: 0;
      color: #e9162b;
      transition: unset; }
      .product-edit-action .product-add-more .link .text {
        background-image: linear-gradient(transparent 97%, #e9162b 3%);
        background-repeat: repeat-x;
        background-position-y: -3px; }
        .home-layout-3 .product-edit-action .product-add-more .link .text,
        .home-layout-4 .product-edit-action .product-add-more .link .text {
          background-position-y: 0px; }
      .product-edit-action .product-add-more .link:before {
        content: "";
        position: absolute;
        top: 10px;
        width: 12px;
        height: 2px;
        right: calc(100% + 9px);
        background-color: #e9162b; }
      .product-edit-action .product-add-more .link:after {
        content: "";
        position: absolute;
        top: 5px;
        width: 2px;
        height: 12px;
        right: calc(100% + 14px);
        background-color: #e9162b; }
  .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.loading {
      pointer-events: none;
      font-size: 0; }
      .product-edit-action .product-edit-button .button.loading:after {
        content: "";
        display: none;
        width: 20px;
        height: 20px;
        border: 2px solid #4d4d4d;
        border-radius: 100%;
        border-top: 2px solid #e13f3f;
        border-right: 2px solid #4770e5;
        border-bottom: 2px solid #ffad14;
        -webkit-animation: load-animate infinite linear 1s;
        animation: load-animate infinite linear 1s;
        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: #e9162b;
      background-image: linear-gradient(transparent 97%, #e9162b 3%);
      background-repeat: repeat-x;
      background-position-y: -3px; }
      .home-layout-3 .product-edit-action .product-add-more .link:hover .text,
      .home-layout-4 .product-edit-action .product-add-more .link:hover .text {
        background-position-y: 0px; }
    .product-edit-action .product-add-more .link:hover:after, .product-edit-action .product-add-more .link:hover:before {
      background: #e9162b; } }

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

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

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

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

.login-form {
  display: block;
  width: 100%;
  margin: 0 0 30px 0; }
  .login-form .form-field {
    margin-bottom: 0; }
    .login-form .form-field + .form-field {
      margin-top: 20px; }
  .login-form .form-label {
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: capitalize; }
  .login-form .form-actions {
    display: block;
    margin: 20px 0 0 0;
    text-align: center; }
    .login-form .form-actions .button {
      display: block;
      width: 100%;
      text-transform: uppercase; }
    .login-form .form-actions .forgot-password {
      font-size: 16px;
      font-weight: 400;
      color: #e9162b;
      line-height: 1.5;
      margin: 15px 0 0 0;
      width: auto;
      transition: unset; }
      .login-form .form-actions .forgot-password .text {
        padding: 0 0 1px 0;
        background-image: linear-gradient(transparent 97%, #e9162b 3%);
        background-repeat: repeat-x;
        background-position-y: -3px; }
        .home-layout-3 .login-form .form-actions .forgot-password .text,
        .home-layout-4 .login-form .form-actions .forgot-password .text {
          background-position-y: 0; }
  @media (min-width: 768px) {
    .login-form {
      display: inline-block;
      vertical-align: middle;
      width: 50%;
      padding: 0 15px;
      margin-bottom: 0; }
      .login-form .form-field {
        max-width: 615px; }
      .login-form .form-actions {
        margin-top: 30px; } }
  @media (min-width: 992px) {
    .login-form .form-actions {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      text-align: left; }
      .login-form .form-actions .button {
        display: inline-block;
        vertical-align: top;
        min-width: 170px;
        width: auto; }
      .login-form .form-actions .forgot-password {
        margin-left: 30px;
        margin-top: 0; } }
  @media (min-width: 1025px) {
    .login-form .form-actions .forgot-password:hover {
      color: #e9162b; }
      .login-form .form-actions .forgot-password:hover .text {
        background-image: linear-gradient(transparent 97%, #e9162b 3%); } }
  .login-form .form-field--error .form-field-error,
  .login-form .form-field--error .form-inlineMessage {
    font-size: 16px; }

.new-customer {
  display: block;
  width: 100%; }
  .new-customer .panel {
    background: #f7f7f7;
    padding: 48px 30px 52px 30px; }
  .new-customer .panel-header,
  .new-customer .panel-body {
    background: transparent;
    padding: 0;
    margin: 0; }
  .new-customer .panel-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 25px 0;
    text-transform: uppercase; }
  .new-customer .new-customer-intro {
    font-size: 16px;
    font-weight: 400;
    color: #4d4d4d;
    line-height: 1.5;
    letter-spacing: 0; }
  .new-customer .new-customer-fact-list {
    margin: 0;
    list-style-position: inside; }
    .new-customer .new-customer-fact-list .new-customer-fact {
      font-size: 16px;
      font-weight: 400;
      color: black;
      letter-spacing: 0;
      line-height: 35px; }
  .new-customer .button {
    text-transform: uppercase;
    margin-top: 35px;
    min-width: 271px; }
  @media (min-width: 768px) {
    .new-customer {
      display: inline-block;
      vertical-align: middle;
      width: 50%;
      padding: 0 15px; }
      .new-customer .panel {
        padding: 48px 50px 52px 50px;
        max-width: 615px;
        margin-left: auto; } }
  @media (min-width: 1025px) {
    .new-customer .panel {
      padding: 98px 50px 102px 100px; } }

.halo-search-box {
  display: none; }
  @media (min-width: 1025px) {
    .halo-search-box {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 102;
      background-color: transparent;
      transition: all 0.3s ease; }
      .halo-search-box-close {
        position: absolute;
        top: 30px;
        left: auto;
        right: 30px;
        z-index: 22; }
        .halo-search-box-close svg {
          position: relative;
          width: 29px;
          height: 29px;
          fill: #b9b8b7; }
      .openQuickSearch .halo-search-box {
        display: block; } }
  @media (min-width: 1280px) {
    .halo-search-box-close {
      right: calc((100% - 1170px) / 2); } }
  @media (min-width: 1400px) {
    .halo-search-box-close {
      top: 95px;
      right: calc((100% - 1280px) / 2); } }

.quickSearch {
  display: block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%; }
  .quickSearch .form {
    margin: 0; }
  .quickSearch .form-fieldset {
    border: 0;
    margin: 0;
    width: 100%;
    position: relative; }
  .quickSearch .form-field {
    display: flex;
    flex-wrap: nowrap;
    margin: 0; }
  .quickSearch .form-input {
    border-radius: 0;
    color: #000;
    border-color: #F5F5F5;
    background-color: transparent;
    padding: 0;
    min-height: unset;
    height: auto;
    font-size: 14PX;
    font-weight: 400;
    line-height: 24px;
    padding: 9px 15px 9px 40px;
    width: 225px; }
    .home-layout-3 .quickSearch .form-input {
      padding: 9px 15px 9px 50px; }
    .quickSearch .form-input::-webkit-input-placeholder {
      text-transform: uppercase;
      color: #a3a3a3; }
      .home-layout-3 .quickSearch .form-input::-webkit-input-placeholder {
        text-transform: initial; }
    .quickSearch .form-input:-ms-input-placeholder {
      text-transform: uppercase;
      color: #a3a3a3; }
    .quickSearch .form-input::placeholder {
      text-transform: uppercase;
      color: #a3a3a3; }
    @media (max-width: 1024px) {
      .quickSearch .form-input {
        border-color: #e5e5e5; } }
  .quickSearch .button {
    min-width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0; }
    .quickSearch .button svg {
      position: relative;
      width: 20px;
      height: 20px; }
  @media (min-width: 1025px) {
    .quickSearch {
      padding: 0;
      max-width: 1170px; } }
  @media (max-width: 1024px) {
    .quickSearch {
      margin: 15px 0; } }

.haloQuickSearchResults {
  margin: 0 auto;
  background-color: white;
  padding: 25px 0;
  position: relative;
  padding: 25px;
  width: 100%;
  z-index: 9; }
  .haloQuickSearchResults .quickSearchMessage {
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    color: #4d4d4d;
    margin: 0;
    text-align: center;
    padding: 10px 15px; }
  .haloQuickSearchResults.is-open {
    display: block;
    -webkit-animation: fadeIn 0.36s;
    animation: fadeIn 0.3s;
    opacity: 1;
    visibility: visible; }
    .haloQuickSearchResults.is-open .quickResults-wrapper {
      opacity: 1; }
  @media (min-width: 1025px) {
    .haloQuickSearchResults {
      position: absolute;
      top: 100%;
      right: 0px;
      overflow-x: hidden;
      overflow-y: auto;
      max-height: calc(100vh - 150px);
      -webkit-animation: fadeOut 0.3s;
      animation: fadeOut 0.3s;
      -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
      animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s ease; }
      .home-layout-3 .haloQuickSearchResults {
        position: relative;
        max-height: 100%; } }

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

.quickResults-wrapper {
  display: block;
  opacity: 0;
  transition: all 0.3s ease; }
  .quickResults-wrapper .quickResults-close {
    line-height: 1;
    padding: 0;
    position: absolute;
    text-align: center;
    z-index: 50;
    top: 25px;
    right: 25px;
    font-size: 0;
    color: black;
    display: none; }
    .quickResults-wrapper .quickResults-close span:not(.aria-description--hidden) {
      display: block;
      width: 20px;
      height: 20px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612 612' id='icon-close' style='&%2310; fill: %23323232;&%2310;'%3E%3Cpolygon points='612,36.004 576.521,0.603 306,270.608 35.478,0.603 0,36.004 270.522,306.011 0,575.997 35.478,611.397 306,341.411 576.521,611.397 612,575.997 341.459,306.011 '/%3E%3C/svg%3E");
      background-repeat: no-repeat; }
    @media (min-width: 1025px) {
      .quickResults-wrapper .quickResults-close {
        display: block; } }
  .quickResults-wrapper .quickResults-item {
    display: block;
    width: 100%;
    padding: 0; }
    .quickResults-wrapper .quickResults-item.quickResults-product {
      position: relative;
      padding-top: 10px; }
      .quickResults-wrapper .quickResults-item.quickResults-product.is-loading {
        padding-top: 50px;
        padding-bottom: 70px; }
        .quickResults-wrapper .quickResults-item.quickResults-product.is-loading .loadingOverlay {
          display: block;
          padding-top: 40px;
          padding-bottom: 40px; }
      .quickResults-wrapper .quickResults-item.quickResults-product .card-action {
        background-color: transparent;
        margin-left: 20px; }
        .quickResults-wrapper .quickResults-item.quickResults-product .card-action .text {
          background-image: linear-gradient(transparent 97%, #4c4c4c 3%);
          background-repeat: repeat-x;
          background-position-y: -3px; }
          .quickResults-wrapper .quickResults-item.quickResults-product .card-action .text:before, .quickResults-wrapper .quickResults-item.quickResults-product .card-action .text:after {
            content: "";
            position: absolute;
            display: block;
            line-height: 22px;
            background-color: black; }
          .quickResults-wrapper .quickResults-item.quickResults-product .card-action .text:before {
            top: 10px;
            right: calc(100% + 9px);
            width: 12px;
            height: 2px; }
          .quickResults-wrapper .quickResults-item.quickResults-product .card-action .text:after {
            top: 5px;
            right: calc(100% + 14px);
            width: 2px;
            height: 12px; }
          .home-layout-3 .quickResults-wrapper .quickResults-item.quickResults-product .card-action .text,
          .home-layout-4 .quickResults-wrapper .quickResults-item.quickResults-product .card-action .text {
            background-position-y: 0; }
        @media (max-width: 1024px) {
          .quickResults-wrapper .quickResults-item.quickResults-product .card-action {
            color: black; }
            .quickResults-wrapper .quickResults-item.quickResults-product .card-action .text:after, .quickResults-wrapper .quickResults-item.quickResults-product .card-action .text:before {
              background-color: black; } }
      .quickResults-wrapper .quickResults-item.quickResults-product .card-option {
        padding-bottom: 0; }
      .quickResults-wrapper .quickResults-item.quickResults-product .card-body-button {
        margin-top: 10px;
        padding-top: 10px;
        min-height: 20px; }
    .quickResults-wrapper .quickResults-item + .quickResults-item {
      margin-top: 20px; }
  .quickResults-wrapper .quickResults-title {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0 0 26px 0;
    text-transform: uppercase;
    text-align: left; }
  .quickResults-wrapper .quickResults-link {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: #e9162b;
    transition: unset; }
    .quickResults-wrapper .quickResults-link span {
      padding: 0 0 1px 0;
      background-image: linear-gradient(transparent 97%, #e6e6e6 3%);
      background-repeat: repeat-x;
      background-position-y: -3px;
      display: block; }
      .home-layout-3 .quickResults-wrapper .quickResults-link span,
      .home-layout-4 .quickResults-wrapper .quickResults-link span {
        background-position-y: 0; }
  .quickResults-wrapper .productGrid-search {
    list-style: none;
    margin: 0;
    text-align: left;
    font-size: 0;
    letter-spacing: 0; }
    .quickResults-wrapper .productGrid-search .search-item {
      display: inline-block;
      vertical-align: top;
      margin: 0 10px 10px 0; }
      .quickResults-wrapper .productGrid-search .search-item:last-child {
        margin-right: 0; }
    .quickResults-wrapper .productGrid-search .link {
      display: block;
      font-size: 15px;
      font-weight: 400;
      letter-spacing: 0;
      padding: 7px 12px;
      cursor: pointer;
      pointer-events: auto;
      border: 1px solid #e6e6e6;
      color: black; }
    .quickResults-wrapper .productGrid-search .icon {
      position: relative;
      top: -2px;
      margin: 0 9px 0 0;
      width: 16px;
      height: 16px;
      fill: black;
      color: black; }
      .home-layout-3 .quickResults-wrapper .productGrid-search .icon {
        width: 20px;
        height: 20px; }
  .quickResults-wrapper .productGrid {
    white-space: nowrap;
    margin-left: -15px;
    margin-right: -15px; }
    .quickResults-wrapper .productGrid .product {
      width: 200px;
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 0; }
    .quickResults-wrapper .productGrid .slick-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      .quickResults-wrapper .productGrid .slick-arrow.slick-prev {
        left: 15px; }
      .quickResults-wrapper .productGrid .slick-arrow.slick-next {
        left: auto;
        right: 15px; }
  .quickResults-wrapper .card-option .form-field {
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 0; }
  @media (min-width: 1025px) {
    .quickResults-wrapper .quickResults-item.quickResults-product {
      order: -1;
      padding-right: 0; }
    .quickResults-wrapper .quickResults-item + .quickResults-item {
      margin-top: 0; }
    .quickResults-wrapper .quickResults-link:hover {
      color: #e9162b; }
      .quickResults-wrapper .quickResults-link:hover span {
        background-image: linear-gradient(transparent 97%, #e9162b 3%); }
    .quickResults-wrapper .productGrid-search .search-item {
      margin-right: 15px;
      margin-bottom: 15px; }
    .quickResults-wrapper .productGrid-search .link:hover {
      color: white;
      background-color: #e9162b;
      border-color: #e9162b; }
      .quickResults-wrapper .productGrid-search .link:hover .icon {
        fill: white; }
    .quickResults-wrapper .productGrid .product,
    .quickResults-wrapper .productGrid .product-sample {
      width: 20%; } }

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

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

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }
  .advancedSearch-form .form-actions {
    max-width: 305px; }

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

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

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

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

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

#search-results-heading .page-heading {
  text-transform: capitalize; }

.navBar--account {
  display: block;
  padding-top: 5px; }
  .navBar--account .navBar-section {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    float: none;
    margin: 0 10px 2px 10px;
    text-align: center;
    white-space: nowrap;
    overflow-x: auto;
    border: 1px solid #d9d9d9; }
    .navBar--account .navBar-section .navBar-item {
      display: inline-block;
      vertical-align: top;
      text-align: center;
      padding: 0;
      margin: 0;
      width: 220px;
      float: none; }
      .navBar--account .navBar-section .navBar-item .navBar-action {
        font-size: 16px;
        font-weight: 400;
        color: #4d4d4d;
        letter-spacing: 0;
        background-color: #fafafa;
        padding: 16px 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: uppercase;
        transition: unset; }
      .navBar--account .navBar-section .navBar-item.is-active .navBar-action {
        color: black !important;
        background-color: white !important; }
      .navBar--account .navBar-section .navBar-item + .navBar-item {
        border-left: 1px solid #d9d9d9; }
  @media (max-width: 1024px) {
    .navBar--account {
      display: none; } }
  @media (min-width: 1025px) {
    .navBar--account.navBar--account2 .navBar-section {
      border: none;
      margin-left: -5px;
      margin-right: -5px; }
      .navBar--account.navBar--account2 .navBar-section .navBar-item {
        width: calc(100%/3);
        padding: 0 5px; }
        .navBar--account.navBar--account2 .navBar-section .navBar-item .navBar-action {
          text-transform: capitalize;
          font-weight: 500;
          border: 2px solid #f5f5f5;
          background: #f5f5f5;
          color: #202020; }
          .navBar--account.navBar--account2 .navBar-section .navBar-item .navBar-action:hover {
            border: 2px solid #e5e5e5;
            color: #4d4d4d;
            background: #ffffff; }
        .navBar--account.navBar--account2 .navBar-section .navBar-item.is-active .navBar-action {
          border: 2px solid #e5e5e5; }
        .navBar--account.navBar--account2 .navBar-section .navBar-item + .navBar-item {
          border-left: none; }
    .navBar--account .navBar-section {
      border: none;
      margin-left: -5px;
      margin-right: -5px; }
      .navBar--account .navBar-section .navBar-item {
        width: calc(100%/6);
        padding: 0 5px; }
        .navBar--account .navBar-section .navBar-item .navBar-action {
          text-transform: capitalize;
          font-weight: 500;
          border: 2px solid #f5f5f5;
          background: #f5f5f5;
          color: #202020; }
          .navBar--account .navBar-section .navBar-item .navBar-action:hover {
            border: 2px solid #e5e5e5;
            color: #4d4d4d;
            background: #ffffff; }
        .navBar--account .navBar-section .navBar-item.is-active .navBar-action {
          border: 2px solid #e5e5e5; }
        .navBar--account .navBar-section .navBar-item + .navBar-item {
          border-left: none; } }

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

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

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

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

.account-message .is-read {
  color: black; }

.account-message .account-listItem {
  padding: 25px 0 15px 0; }
  .account-message .account-listItem:first-child {
    padding-top: 0; }

.account-message .account-list .account-listItem:last-child {
  margin-bottom: 42px; }

.account-message .form-actions {
  margin-top: 25px; }

.account-message .account-orderStatus {
  float: none;
  position: inherit;
  text-align: left; }

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

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

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

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

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

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

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

.account-product-figure {
  display: flex;
  align-items: center;
  margin: 0 30px 0 0;
  position: relative;
  width: 100px; }
  .account-product-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 128%; }

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

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

.account-product-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0;
  color: black;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase; }
  .account-product-title > a {
    font-family: "Gotham", Arial, Helvetica, sans-serif;
    position: relative;
    text-decoration: none;
    top: -5px; }
    @media (min-width: 1025px) {
      .account-product-title > a:hover {
        color: #e9162b; }
        .account-product-title > a:hover span {
          background-image: linear-gradient(transparent 96%, #e6e6e6 4%);
          background-repeat: repeat-x;
          background-position-y: -3px; }
          .home-layout-3 .account-product-title > a:hover span,
          .home-layout-4 .account-product-title > a:hover span {
            background-position-y: 0; } }
  .account-product-title + .account-product-description {
    position: relative;
    top: -8px;
    display: inline-block; }

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

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

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

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

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

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

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

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

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
  @media (min-width: 701px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 50%; }
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 768px) {
    .account-product-detail {
      width: 25%; } }
  @media (min-width: 1025px) {
    .account-product-detail {
      width: auto; }
      .account-product-detail + .account-product-detail {
        margin-left: 35px; } }
  @media (min-width: 1600px) {
    .account-product-detail {
      width: auto; }
      .account-product-detail + .account-product-detail {
        margin-left: 75px; } }

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

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

.account-product-detail-heading {
  color: black;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  text-transform: capitalize;
  letter-spacing: 0;
  line-height: 35px;
  margin-top: 0;
  margin-bottom: 5px;
  text-underline-position: under; }
  .account-product-detail-heading span {
    background-image: linear-gradient(transparent 96%, #3f3f3f 4%);
    background-repeat: repeat-x;
    background-position-y: -3px; }
    .home-layout-3 .account-product-detail-heading span,
    .home-layout-4 .account-product-detail-heading span {
      background-position-y: 0; }
  .account-product-detail-heading + span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: black;
    line-height: 26px;
    letter-spacing: 0; }

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

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

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

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

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

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

.account-orderStatus-label {
  background-color: #ffad14;
  color: white;
  display: inline-block;
  vertical-align: top;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  line-height: 25px;
  text-transform: capitalize;
  margin-bottom: 20px;
  padding: 0 5px;
  margin-top: 0; }
  @media (min-width: 551px) {
    .account-orderStatus-label {
      margin-top: 0;
      margin-bottom: 0;
      min-width: 122px; }
      .account-orderStatus-label + .account-orderStatus-action {
        margin-top: 10px;
        color: black; }
        .account-orderStatus-label + .account-orderStatus-action span {
          background-image: linear-gradient(transparent 96%, black 4%);
          background-repeat: repeat-x;
          background-position-y: -3px; }
          .home-layout-3 .account-orderStatus-label + .account-orderStatus-action span,
          .home-layout-4 .account-orderStatus-label + .account-orderStatus-action span {
            background-position-y: 0; } }

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

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

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

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

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

.account .pagination {
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: black;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 18px;
  margin-bottom: -12px; }

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

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

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

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

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

.account-downloads-summary {
  border-bottom: 1px solid #d9d9d9;
  font-size: 16px;
  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: #4d4d4d;
  font-size: 16px;
  margin-bottom: 0.1875rem;
  text-transform: inherit; }

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

.account-downloadsItem-availability {
  color: #4d4d4d; }

@media (min-width: 381px) {
  .page.account .button {
    min-width: 205px; } }

.page.page-giftcertificates,
.page.page-account {
  margin: 0; }
  .page.page-giftcertificates .page-header,
  .page.page-account .page-header {
    margin-bottom: 28px; }
  .page.page-giftcertificates .page-content,
  .page.page-account .page-content {
    padding-left: 0;
    padding-right: 0; }

.page.page-giftcertificates .page-content .account > h3 {
  font-weight: 600; }

.page.page-giftcertificates .page-content .account .intro {
  font-weight: 500; }

.page.page-giftcertificates .page-content .account .form-prefixPostfix {
  max-width: 865px; }
  .page.page-giftcertificates .page-content .account .form-prefixPostfix #giftcertificatecode {
    width: calc(100% - 225px); }

.form-label small {
  float: none; }

.form-select {
  height: 50px;
  min-height: 50px;
  border-color: #d9d9d9; }

.page-account.account-created {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (max-width: 1024px) {
    .page-account.account-created .page-header {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .page-account.account-created .button {
      width: 100%; } }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
  .wishlists-table a {
    color: black; }

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

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

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

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 40.625rem;
  text-align: center; }
  .share-wishlist .panel-body {
    margin-top: 40px; }
    .share-wishlist .panel-body .title {
      font-weight: 500;
      text-transform: uppercase; }

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

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

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

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

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

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 0.75rem; }

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

.previewCartCheckout .apple-pay-checkout-button {
  display: inline-block;
  float: none;
  margin-top: 0.75rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-listing-header .breadcrumbs,
.page-listing-header .page-heading {
  text-align: left; }

.page-listing-header + .page.page-category {
  margin-top: 80px; }

.page-listing-header {
  position: relative; }
  .page-listing-header--banner {
    display: block;
    height: 300px;
    background: #f0eeed;
    position: relative; }
  .page-listing-header .halo-listing-top-banner {
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .page-listing-header .halo-listing-top-banner img {
      width: 100%;
      height: 300px;
      object-fit: cover; }

.page-listing-header--content {
  background-color: white;
  margin-bottom: 2rem; }
  .page-listing-header--content .halo-description {
    padding-right: 10px; }
  .page-listing-header--content .page-description {
    margin-bottom: 8px; }
  @media (min-width: 551px) {
    .page-listing-header--content .halo-description {
      padding-right: 20px; } }
  @media (min-width: 1600px) {
    .page-listing-header--content .halo-description {
      padding-right: 330px; } }
  .page-listing-header--content .page-heading {
    margin-top: 0;
    margin-bottom: 0; }

.category-icon-filter {
  display: none;
  position: relative;
  top: 3px; }
  .category-icon-filter .icon {
    width: 22px;
    height: 22px; }
  .category-icon-filter .sidebar_more {
    font-weight: 600;
    position: relative;
    top: 1px; }
  @media (min-width: 1025px) {
    .category-icon-filter {
      display: inline-block; }
      .category-icon-filter + .accordion--navList {
        display: inline-block;
        vertical-align: top; } }

.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;
      margin: 0; }
    .compare-link .button:hover {
      background: black;
      color: white;
      border-color: black; }
  @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; } }

.halo-product-show-more {
  flex: 1;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 0 20px 0; }
  .halo-product-show-more:before, .halo-product-show-more:after {
    content: " ";
    display: table; }
  .halo-product-show-more:after {
    clear: both; }
  .halo-product-show-more .button {
    width: 285px;
    margin: auto;
    text-transform: uppercase;
    border: 2px solid #d8d8d8; }
    .home-layout-3 .halo-product-show-more .button {
      width: unset; }
    .halo-product-show-more .button.disable {
      border-color: #e5e5e5; }
    .halo-product-show-more .button.loading {
      pointer-events: none;
      font-size: 0; }
      .halo-product-show-more .button.loading svg {
        display: none; }
      .halo-product-show-more .button.loading:after {
        content: "";
        width: 20px;
        height: 20px;
        border: 2px solid #c5c5cf;
        border-radius: 100%;
        border-top: 2px solid #e13f3f;
        border-right: 2px solid #4770e5;
        border-bottom: 2px solid #ffad14;
        -webkit-animation: load-animate infinite linear 1s;
        animation: load-animate infinite linear 1s;
        display: inline-block;
        vertical-align: middle;
        position: relative; }
    @media (min-width: 1025px) {
      .halo-product-show-more .button:hover {
        border-color: black; } }
  @media (min-width: 768px) {
    .halo-product-show-more {
      margin-bottom: 0; } }

.haloSubCategories {
  padding-bottom: 2.5rem; }
  .haloSubCategories .haloSubCategories__container {
    font-size: 0; }
  .haloSubCategories .haloSubCategories__item {
    font-size: 16px;
    vertical-align: top;
    padding: 5px 20px 5px 0;
    margin-bottom: 0;
    display: inline-block;
    align-items: center;
    text-align: left; }
    .haloSubCategories .haloSubCategories__item .haloSubCategories__content {
      padding: 0;
      width: 100%;
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      padding: 2px 0; }
      .haloSubCategories .haloSubCategories__item .haloSubCategories__content.haloSubCategories__all {
        border-bottom: 2px solid black; }
        .haloSubCategories .haloSubCategories__item .haloSubCategories__content.haloSubCategories__all .haloSubCategories__name {
          font-weight: 600; }
        .haloSubCategories .haloSubCategories__item .haloSubCategories__content.haloSubCategories__all .haloSubCategories__count {
          font-weight: 600; }
      .haloSubCategories .haloSubCategories__item .haloSubCategories__content:not(.haloSubCategories__all) {
        background-size: 0 1px;
        background-repeat: no-repeat;
        transition: background-size 0.3s;
        background-image: linear-gradient(to right, #f7f7f7, #f7f7f7), linear-gradient(to right, #4c4c4c, #4c4c4c);
        background-position: 100% 100%, 0 85%;
        padding: 0 0 5px 0; }
        @media (min-width: 1025px) {
          .haloSubCategories .haloSubCategories__item .haloSubCategories__content:not(.haloSubCategories__all):hover {
            background-size: 100% 1px; } }
      .haloSubCategories .haloSubCategories__item .haloSubCategories__content .haloSubCategories__name {
        font-size: 15px;
        line-height: 27px;
        font-weight: 400;
        color: black;
        text-decoration: none;
        margin-bottom: 0;
        display: inline-block; }
      .haloSubCategories .haloSubCategories__item .haloSubCategories__content .haloSubCategories__count {
        font-size: 15px;
        line-height: 27px;
        display: inline-block;
        color: black; }
      .haloSubCategories .haloSubCategories__item .haloSubCategories__content .haloSubCategories__des {
        line-height: 24px;
        margin-top: 10px; }
        .haloSubCategories .haloSubCategories__item .haloSubCategories__content .haloSubCategories__des p:last-child {
          margin-bottom: 0; }
    @media (min-width: 1025px) {
      .haloSubCategories .haloSubCategories__item {
        padding: 5px 38px 5px 0; } }
  .haloSubCategories .halo-comingSoon {
    background-color: white; }

.haloBottomBanner {
  padding-top: 0;
  padding-bottom: 0; }
  .haloBottomBanner .categoryBottomBanner__container {
    position: relative; }
    .haloBottomBanner .categoryBottomBanner__container .categoryBottomBanner__img {
      position: relative;
      display: block;
      z-index: 1; }
      .haloBottomBanner .categoryBottomBanner__container .categoryBottomBanner__img img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border: 0;
        width: 100%;
        height: 100%; }
      .haloBottomBanner .categoryBottomBanner__container .categoryBottomBanner__img:after {
        content: "";
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 46.3276836158192%; }
    .haloBottomBanner .categoryBottomBanner__container .categoryBottomBanner__content {
      padding: 30px 15px;
      background-color: #ffffff;
      text-align: center; }
      .haloBottomBanner .categoryBottomBanner__container .categoryBottomBanner__content .categoryBottomBanner__title {
        color: black;
        font-size: 28px;
        line-height: 1.2;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 10px; }
      .haloBottomBanner .categoryBottomBanner__container .categoryBottomBanner__content .categoryBottomBanner__des {
        color: black;
        line-height: 24px;
        margin-bottom: 25px; }
      .haloBottomBanner .categoryBottomBanner__container .categoryBottomBanner__content .button {
        min-width: 190px;
        margin-bottom: 0; }
  @media (min-width: 1025px) {
    .haloBottomBanner {
      padding-top: 0;
      padding-bottom: 40px; }
      .haloBottomBanner .categoryBottomBanner__container .categoryBottomBanner__img:before {
        content: "";
        position: absolute;
        top: 0;
        left: calc(50% - 15px);
        right: auto;
        bottom: 0;
        background-color: #ffffff;
        width: 30%;
        max-width: 480px;
        height: 100%;
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -ms-transition: all 2s ease;
        -o-transition: all 2s ease;
        transition: all 2s ease;
        z-index: 1; }
      .haloBottomBanner .categoryBottomBanner__container .categoryBottomBanner__img:hover:before {
        width: 0;
        max-width: 0; }
      .haloBottomBanner .categoryBottomBanner__container .categoryBottomBanner__content {
        position: absolute;
        top: 50%;
        right: 100px;
        background-color: transparent;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 20px 110px;
        max-width: 600px;
        text-align: left;
        z-index: 1;
        max-height: 100%; }
        .haloBottomBanner .categoryBottomBanner__container .categoryBottomBanner__content::-webkit-scrollbar {
          width: 10px; }
        .haloBottomBanner .categoryBottomBanner__container .categoryBottomBanner__content::-webkit-scrollbar-track {
          background: #eaeaea; }
        .haloBottomBanner .categoryBottomBanner__container .categoryBottomBanner__content::-webkit-scrollbar-thumb {
          background: #000000; }
        .haloBottomBanner .categoryBottomBanner__container .categoryBottomBanner__content .categoryBottomBanner__title {
          font-size: 60px; }
        .haloBottomBanner .categoryBottomBanner__container .categoryBottomBanner__content .categoryBottomBanner__des {
          margin-bottom: 45px; }
        .haloBottomBanner .categoryBottomBanner__container .categoryBottomBanner__content:before {
          content: "";
          position: absolute;
          top: 130px;
          left: -155px;
          height: 3px;
          width: 200px;
          background-color: #000; } }
  @media (min-width: 1600px) {
    .haloBottomBanner .categoryBottomBanner__container .categoryBottomBanner__content {
      right: 215px; } }
  @media (max-width: 1024px) {
    .haloBottomBanner .categoryBottomBanner__container .categoryBottomBanner__img:before {
      width: calc(50% + 15px);
      max-width: calc(50% + 15px); } }
  @media (max-width: 550px) {
    .haloBottomBanner .categoryBottomBanner__container .categoryBottomBanner__content .categoryBottomBanner__title {
      font-size: 20px; } }

.haloBrandsSlider {
  padding: 35px 0 80px; }
  .haloBrandsSlider .haloBrandsSlider__container {
    margin: 0 auto;
    display: block; }
    .haloBrandsSlider .haloBrandsSlider__container .halo-block-header {
      padding: 0 45px; }
      .haloBrandsSlider .haloBrandsSlider__container .halo-block-header .desc {
        color: #4d4d4d;
        margin-bottom: 75px; }
    .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__row {
      margin: 0 -15px; }
    .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel {
      font-size: 0;
      position: relative; }
      .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .slick-arrow.slick-prev {
        left: 0; }
        @media (min-width: 1400px) {
          .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .slick-arrow.slick-prev {
            left: -48px; } }
      .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .slick-arrow.slick-next {
        right: 0; }
        @media (min-width: 1400px) {
          .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .slick-arrow.slick-next {
            right: -48px; } }
      .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .haloBrandsSlider__item {
        padding: 0 15px;
        font-size: 16px;
        width: 20%;
        display: inline-block;
        vertical-align: middle;
        text-align: center; }
        .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .haloBrandsSlider__item a {
          display: block;
          position: relative; }
          .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .haloBrandsSlider__item a img {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
            border: 0;
            width: auto;
            max-height: 100%;
            object-fit: contain;
            /* Object-fit polyfill */
            font-family: "object-fit: contain;"; }
          .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .haloBrandsSlider__item a:after {
            content: "";
            display: block;
            height: 0;
            width: 100%;
            padding-bottom: 42.85714%; }
      .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel:not(.slick-slider) .haloBrandsSlider__item:nth-child(n + 6) {
        display: none; }
  @media (max-width: 1199px) {
    .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__row {
      margin: 0 -8px; }
    .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .haloBrandsSlider__item {
      padding: 0 8px;
      width: 25%; }
    .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel:not(.slick-slider) .haloBrandsSlider__item:nth-child(n + 5) {
      display: none; } }
  @media (max-width: 1024px) {
    .haloBrandsSlider {
      padding: 25px 0 80px; }
      .haloBrandsSlider .haloBrandsSlider__container .halo-block-header {
        padding: 0; }
        .haloBrandsSlider .haloBrandsSlider__container .halo-block-header .desc {
          margin-bottom: 45px; } }
  @media (max-width: 768px) {
    .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .haloBrandsSlider__item {
      width: 33.334%; }
    .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel:not(.slick-slider) .haloBrandsSlider__item:nth-child(n + 4) {
      display: none; } }
  @media (max-width: 550px) {
    .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .haloBrandsSlider__item {
      width: 50%; }
    .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel:not(.slick-slider) .haloBrandsSlider__item:nth-child(n + 3) {
      display: none; } }

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

.header {
  border-bottom: none;
  box-shadow: none;
  position: relative;
  z-index: 99; }
  .header:before, .header:after {
    content: " ";
    display: table; }
  .header:after {
    clear: both; }
  .home-layout-4 .header {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1); }
    .home-layout-4 .header::before {
      display: none;
      position: absolute;
      height: 5px;
      width: 100%;
      top: -5px;
      background: linear-gradient(45deg, #ec6130, #e7334f); }
      @media (max-width: 550px) {
        .home-layout-4 .header::before {
          top: -5px; } }
      @media (min-width: 551px) and (max-width: 1024px) {
        .home-layout-4 .header::before {
          top: -5px; } }

.is-headerTransparent:not(.page-type-default) .header .countPill {
  color: #787878; }
  @media (max-width: 1024px) {
    .is-headerTransparent:not(.page-type-default) .header .countPill {
      color: #ffffff; } }

.is-headerTransparent:not(.page-type-default) .header .header-logo-image:not(.no-logo-transparent) {
  display: none; }

.is-headerTransparent:not(.page-type-default) .header .header-logo-image.header-logo-solid {
  display: block; }

.is-headerTransparent .header .countPill {
  color: #ffffff; }

.is-headerTransparent .header .header-logo-image {
  display: block; }
  .is-headerTransparent .header .header-logo-image.header-logo-solid {
    display: none; }

@media (min-width: 1025px) {
  .is-headerTransparent .header:hover .countPill, .is-headerTransparent .header:focus-within .countPill {
    color: #787878; } }
  @media (min-width: 1025px) and (max-width: 1024px) {
    .is-headerTransparent .header:hover .countPill, .is-headerTransparent .header:focus-within .countPill {
      color: #ffffff; } }

@media (min-width: 1025px) {
  .is-headerTransparent .header:hover .header-logo-image:not(.no-logo-transparent), .is-headerTransparent .header:focus-within .header-logo-image:not(.no-logo-transparent) {
    display: none; }
  .is-headerTransparent .header:hover .header-logo-image.header-logo-solid, .is-headerTransparent .header:focus-within .header-logo-image.header-logo-solid {
    display: block; } }

.is-headerTransparent .header.header-sticky.is-sticky .countPill {
  color: #787878; }
  @media (max-width: 1024px) {
    .is-headerTransparent .header.header-sticky.is-sticky .countPill {
      color: #ffffff; } }

.is-headerTransparent .header.header-sticky.is-sticky .header-logo-image:not(.no-logo-transparent) {
  display: none; }

.is-headerTransparent .header.header-sticky.is-sticky .header-logo-image.header-logo-solid {
  display: block; }

.header-logo {
  font-size: 0;
  padding: 8px 0;
  margin: 0 20px;
  height: 66px; }
  @media (min-width: 1200px) {
    .home-layout-3 .header-logo {
      min-width: 266px; } }
  @media (min-width: 1200px) {
    .home-layout-3 .header-logo .header-logo-image {
      margin-left: 0; } }
  @media (min-width: 992px) {
    .header-logo {
      margin: 4rem auto 4.5rem;
      padding: 0;
      height: auto; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.375rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    color: black;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    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: 992px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: block;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover, .header-logo__link:focus-within {
      color: #e9162b; }
    .header-logo__link:active {
      color: #e9162b; }

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

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

.header-logo-text {
  display: block;
  font-family: "Gotham", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 701px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 992px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      white-space: normal;
      padding: 0 10px; }
      .header.fixed .header-logo-text {
        font-size: 26px; } }

.header-logo__link {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  @media (min-width: 992px) {
    .header-logo__link {
      height: 72px; } }

.header-logo-image-container {
  display: block;
  position: relative;
  width: 100%;
  min-height: 50px;
  min-width: 164px; }
  @media (min-width: 1025px) {
    .header-logo-image-container {
      min-height: 72px; } }
  .home-layout-4 .header-logo-image-container {
    width: unset; }

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

.header-logo-image {
  display: block;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 3.125rem; }
  @media (min-width: 992px) {
    .header-logo-image {
      max-height: none; } }

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

.halo-topHeader {
  position: relative;
  z-index: 12;
  padding: 0;
  background-color: black;
  color: white; }
  .halo-topHeader .container-full {
    max-width: 100%;
    padding-right: 22px; }
  .halo-topHeader .navUser {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 0; }
    .halo-topHeader .navUser:before, .halo-topHeader .navUser:after {
      display: none; }
  .halo-topHeader .top-menu-tab {
    position: relative; }
    .halo-topHeader .top-menu-tab ul {
      display: flex; }
      .halo-topHeader .top-menu-tab ul li {
        background-color: black; }
        .halo-topHeader .top-menu-tab ul li a {
          font-weight: 700;
          padding: 15px 19px 16px;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          min-height: 60px;
          color: white; }
        .halo-topHeader .top-menu-tab ul li.active {
          background-color: white; }
          .halo-topHeader .top-menu-tab ul li.active a {
            color: black; }
  .halo-topHeader .top-menu-tab,
  .halo-topHeader .navUser-section {
    width: 100%; }
    .home-layout-3 .halo-topHeader .top-menu-tab,
    .home-layout-4 .halo-topHeader .top-menu-tab, .home-layout-3
    .halo-topHeader .navUser-section,
    .home-layout-4
    .halo-topHeader .navUser-section {
      width: 100%; }
    @media (min-width: 1025px) {
      .halo-topHeader .top-menu-tab,
      .halo-topHeader .navUser-section {
        width: 33.3334%; } }
    @media (max-width: 1024px) {
      .halo-topHeader .top-menu-tab,
      .halo-topHeader .navUser-section {
        display: none !important; }
        .halo-topHeader .top-menu-tab.navUser-section--text,
        .halo-topHeader .navUser-section.navUser-section--text {
          display: block !important; } }
  .home-layout-3 .halo-topHeader .top-menu-tab,
  .home-layout-4 .halo-topHeader .top-menu-tab {
    width: 0; }
  .halo-topHeader .navUser-section--text {
    float: none;
    text-align: center; }
    .halo-topHeader .navUser-section--text .navUser-item--text {
      float: none; }
  .halo-topHeader .navUser-section--alt {
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 14px; }
    .home-layout-3 .halo-topHeader .navUser-section--alt {
      font-size: 17px; }
  .halo-topHeader .navUser-action {
    padding: 5px 10px 4px;
    color: white;
    font-weight: 400; }
    .home-layout-3 .halo-topHeader .navUser-action {
      padding: 0 10px;
      font-size: 15px; }
    .halo-topHeader .navUser-action a {
      color: white; }
    .halo-topHeader .navUser-action svg {
      fill: white;
      stroke-width: 0.5px; }
    .halo-topHeader .navUser-action.navUser-action--currencySelector svg {
      width: 9px !important;
      height: 9px !important; }
  .halo-topHeader .navUser-item--currency .navUser-action.navUser-action--currencySelector {
    padding: 5px 0 4px 10px; }
  .halo-topHeader .navUser-item--text {
    padding-right: 0; }
    .halo-topHeader .navUser-item--text .navUser-action a {
      background-image: linear-gradient(transparent 95%, white 5%);
      background-repeat: repeat-x;
      background-position-y: -1px; }
      .home-layout-3 .halo-topHeader .navUser-item--text .navUser-action a {
        padding-bottom: 2px; }
  @media (max-width: 1024px) {
    .halo-topHeader .navUser {
      position: relative;
      top: 0;
      transform: unset; }
    .halo-topHeader .top-menu-tab ul li a {
      padding: 15px 10px 16px; }
    .halo-topHeader .navUser-item {
      display: none; }
      .halo-topHeader .navUser-item.navUser-item--text {
        display: block;
        padding-right: 0; }
    .halo-topHeader .navUser-action {
      padding: 0 10px;
      text-align: center; }
    .halo-topHeader .container-full {
      padding-right: 0; } }

.page-type-default.is-headerTransparent .is-sticky .halo-middleHeader {
  background-color: white; }

.halo-middleHeader {
  z-index: 11;
  padding: 0;
  margin: 0;
  position: relative;
  background-color: white; }
  .page-type-default.is-headerTransparent .halo-middleHeader {
    background-color: transparent;
    position: absolute;
    top: auto;
    width: 100%;
    border-bottom: 1px solid #fff; }
  .halo-middleHeader .container {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between; }
    .halo-middleHeader .container .middleHeader-item {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
      padding: 0; }
      .halo-middleHeader .container .middleHeader-item__item {
        display: block;
        width: 100%; }
        .halo-middleHeader .container .middleHeader-item__item:not(.item--logo) {
          width: auto; }
        .halo-middleHeader .container .middleHeader-item__item.item--account, .halo-middleHeader .container .middleHeader-item__item.item--cart {
          display: block; }
        .halo-middleHeader .container .middleHeader-item__item .navUser-item-cartIcon .icon {
          width: 24px !important;
          height: 34px !important;
          margin: 0 !important; }
        .halo-middleHeader .container .middleHeader-item__item + .middleHeader-item__item:not(.item--logo) {
          margin-left: 16px; }
        .halo-middleHeader .container .middleHeader-item__item.item--account {
          margin-left: 0 !important; }
      .halo-middleHeader .container .middleHeader-item.text-center {
        flex: 1; }
  .halo-middleHeader .navUser-action {
    padding: 0;
    transition: unset; }
    .halo-middleHeader .navUser-action .navUser-icon {
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      position: relative; }
  @media (min-width: 1025px) {
    .halo-middleHeader {
      margin-top: -40px;
      display: none; }
      .halo-middleHeader .container {
        align-items: flex-end; }
        .halo-middleHeader .container .middleHeader-item {
          flex: 0 0 125px; }
          .halo-middleHeader .container .middleHeader-item__item.item--account {
            display: none; }
          .halo-middleHeader .container .middleHeader-item.text-left {
            opacity: 0;
            visibility: visible;
            pointer-events: none; }
          .halo-middleHeader .container .middleHeader-item.text-center {
            flex: 0 0 calc(100% - 250px); }
          .halo-middleHeader .container .middleHeader-item.text-right {
            opacity: 0;
            visibility: visible;
            pointer-events: none; }
      .halo-middleHeader .navUser-action svg {
        width: 20px;
        height: 20px; } }

.halo-bottomHeader {
  display: none;
  position: relative;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: white; }
  @media (min-width: 1025px) {
    .home-layout-4 .halo-bottomHeader .header-logo + .navUser-action {
      position: absolute;
      padding: 0;
      bottom: 0; }
      .home-layout-4 .halo-bottomHeader .header-logo + .navUser-action .button {
        min-width: 260px; } }
  @media (min-width: 1025px) {
    .halo-bottomHeader {
      display: block;
      z-index: unset;
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
      .halo-bottomHeader .container {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between; } }
    @media (min-width: 1025px) and (min-width: 1025px) {
      .halo-bottomHeader .container {
        max-width: 100%; } }
  @media (min-width: 1025px) {
        .halo-bottomHeader .container .bottomHeader-item {
          display: flex;
          flex-wrap: nowrap;
          align-items: center;
          justify-content: left;
          padding: 0; }
          .home-layout-4 .halo-bottomHeader .container .bottomHeader-item {
            display: block; }
          .halo-bottomHeader .container .bottomHeader-item__item {
            display: block;
            width: 100%; }
            .halo-bottomHeader .container .bottomHeader-item__item:not(.item--sticky-logo) {
              width: auto;
              padding-left: 0; }
            .halo-bottomHeader .container .bottomHeader-item__item .header-logo {
              margin: 0; }
          .halo-bottomHeader .container .bottomHeader-item.text-right .navUser .navUser-section {
            display: none;
            vertical-align: middle;
            float: unset; }
            .home-layout-4 .halo-bottomHeader .container .bottomHeader-item.text-right .navUser .navUser-section {
              display: block;
              float: unset; }
          .halo-bottomHeader .container .bottomHeader-item.text-center {
            justify-content: center;
            flex: 1;
            padding: 0 30px; }
          .halo-bottomHeader .container .bottomHeader-item .halo-cart {
            display: none; }
      .halo-bottomHeader.header_logo--center .container .bottomHeader-item.text-center {
        width: 330px; }
      .halo-bottomHeader.header_logo--center .container .bottomHeader-item.text-left, .halo-bottomHeader.header_logo--center .container .bottomHeader-item.text-right {
        width: calc((100% - 330px) / 2); }
      .halo-bottomHeader.header_logo--center .container .bottomHeader-item.text-right {
        justify-content: right; }
        .halo-bottomHeader.header_logo--center .container .bottomHeader-item.text-right .navUser {
          width: auto; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .halo-bottomHeader.header_logo--center .container {
      padding-left: 0px; } }
  @media (min-width: 1025px) and (min-width: 1280px) {
    .halo-bottomHeader.header_logo--center .container {
      padding-left: 13px; } }
  @media (min-width: 1025px) and (min-width: 1400px) {
    .halo-bottomHeader.header_logo--center .container {
      padding-left: 43px; } }
  @media (min-width: 1025px) {
      .halo-bottomHeader .navUser-action {
        padding: 0;
        position: relative; }
        .home-layout-4 .halo-bottomHeader .navUser-action.navUser-action--currencySelector {
          padding: 0;
          transform: translateY(0px); } }
  .home-layout-3 .halo-bottomHeader .haloQuickSearchResults {
    display: none; }

.header-sticky.is-sticky {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  padding: 0;
  animation-duration: 0.5s;
  box-shadow: 0 1px 3px 0px #e5e5e5; }
  .header-sticky.is-sticky .halo-topHeader {
    display: none; }
  .header-sticky.is-sticky .halo-middleHeader #homePromotion {
    display: none; }
  .has-stickyToolbar .header-sticky.is-sticky ~ .body .halo-toolbar.sticky-down {
    top: 55px; }

@media (min-width: 1025px) {
  .header-sticky.is-sticky .halo-middleHeader {
    display: none; }
  .header-sticky.is-sticky .halo-bottomHeader #homePromotion {
    display: none; }
  .header-sticky.is-sticky .navPages-list .navPages-item > .navPages-action .text {
    padding-top: 0; } }

.halo-topHeader .navUser-section--alt .navUser-item svg,
.halo-bottomHeader .navUser-section--alt .navUser-item svg {
  width: 20px;
  height: 20px; }

.halo-topHeader .navUser-section--alt .navUser-item .previewCart .previewCartItem-remove svg,
.halo-bottomHeader .navUser-section--alt .navUser-item .previewCart .previewCartItem-remove svg {
  width: 18px;
  height: 18px; }

.halo-topHeader .navUser-section--alt .navUser-item .previewCart .previewCartItem-edit .icon,
.halo-bottomHeader .navUser-section--alt .navUser-item .previewCart .previewCartItem-edit .icon {
  width: 16px;
  height: 16px; }

.stickyNavigation .header-sticky.sticky-down {
  position: fixed;
  top: 0;
  width: 100%;
  animation-name: fadeInDown;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  border-bottom: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  background-color: white; }
  .stickyNavigation .header-sticky.sticky-down .bottomHeader-item .halo-cart {
    display: block; }
    .stickyNavigation .header-sticky.sticky-down .bottomHeader-item .halo-cart .countPill {
      color: white;
      background-color: black; }
  .stickyNavigation .header-sticky.sticky-down .header-logo__link {
    padding: 10px 0; }
  .stickyNavigation .header-sticky.sticky-down .header-logo-image-container .header-logo-image {
    object-fit: contain; }
  .stickyNavigation .header-sticky.sticky-down .header-logo-image-container:after {
    padding-bottom: 50px; }
  .stickyNavigation .header-sticky.sticky-down .halo-topHeader {
    display: none; }
  @media (min-width: 1025px) {
    .stickyNavigation .header-sticky.sticky-down {
      z-index: 99; }
      .stickyNavigation .header-sticky.sticky-down .halo-middleHeader {
        display: none; }
      .stickyNavigation .header-sticky.sticky-down .navPages-list .navPages-item > .navPages-action {
        padding-top: 12px;
        padding-bottom: 12px; }
        .stickyNavigation .header-sticky.sticky-down .navPages-list .navPages-item > .navPages-action .text {
          padding-top: 0; } }
  @media (min-width: 1025px) and (max-width: 1280px) {
    .stickyNavigation .header-sticky.sticky-down .bottomHeader-item .header-logo-text {
      font-size: 18px; } }
  @media (min-width: 1281px) and (max-width: 1499px) {
    .stickyNavigation .header-sticky.sticky-down .bottomHeader-item .header-logo-text {
      font-size: 22px; } }

.mobileMenu-toggle {
  width: 30px;
  height: 30px;
  font-size: 0;
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 1;
  outline: none;
  box-shadow: none; }
  .home-layout-3 .mobileMenu-toggle {
    transform: scale(0.75); }
  .home-layout-4 .mobileMenu-toggle {
    transform: scale(1.05); }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    content: "";
    background: black;
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms; }
    .home-layout-3 .header .mobileMenu-toggle .mobileMenu-toggleIcon, .home-layout-3 .header
    .mobileMenu-toggle .mobileMenu-toggleIcon::before, .home-layout-3 .header
    .mobileMenu-toggle .mobileMenu-toggleIcon::after {
      background: #ffffff; }
    .home-layout-3 .header.is-sticky .mobileMenu-toggle .mobileMenu-toggleIcon,
    .home-layout-3 .header:hover .mobileMenu-toggle .mobileMenu-toggleIcon,
    .home-layout-3:not(.page-type-default) .mobileMenu-toggle .mobileMenu-toggleIcon,
    .home-layout-4 .mobileMenu-toggle .mobileMenu-toggleIcon, .home-layout-3 .header.is-sticky
    .mobileMenu-toggle .mobileMenu-toggleIcon::before,
    .home-layout-3 .header:hover
    .mobileMenu-toggle .mobileMenu-toggleIcon::before,
    .home-layout-3:not(.page-type-default)
    .mobileMenu-toggle .mobileMenu-toggleIcon::before,
    .home-layout-4
    .mobileMenu-toggle .mobileMenu-toggleIcon::before, .home-layout-3 .header.is-sticky
    .mobileMenu-toggle .mobileMenu-toggleIcon::after,
    .home-layout-3 .header:hover
    .mobileMenu-toggle .mobileMenu-toggleIcon::after,
    .home-layout-3:not(.page-type-default)
    .mobileMenu-toggle .mobileMenu-toggleIcon::after,
    .home-layout-4
    .mobileMenu-toggle .mobileMenu-toggleIcon::after {
      background: #313131; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 50%;
    width: calc(100%);
    transform: translateY(-50%);
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -10px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -10px; }
  .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 {
      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); }
  @media (min-width: 768px) {
    .mobileMenu-toggle {
      width: 30px;
      height: 30px; } }

.page-type-default.is-headerTransparent .header .halo-bottomHeader {
  position: absolute;
  top: auto;
  width: 100%;
  background-color: transparent;
  color: white;
  transition: all 0.35s;
  border-bottom: 1px solid #fff; }
  .page-type-default.is-headerTransparent .header .halo-bottomHeader .navPages-action span:not(.navPages-label) {
    color: #ffffff; }
  .page-type-default.is-headerTransparent .header .halo-bottomHeader .navUser-action {
    color: #ffffff; }
  .page-type-default.is-headerTransparent .header .halo-bottomHeader .navUser-item .navUser-action svg {
    fill: #ffffff;
    stroke: #ffffff; }
  @media (min-width: 1025px) {
    .page-type-default.is-headerTransparent .header .halo-bottomHeader:hover, .page-type-default.is-headerTransparent .header .halo-bottomHeader:focus-within {
      background-color: #ffffff;
      border-color: #313131; }
      .page-type-default.is-headerTransparent .header .halo-bottomHeader:hover .navPages-action, .page-type-default.is-headerTransparent .header .halo-bottomHeader:focus-within .navPages-action {
        color: #313131; }
        .page-type-default.is-headerTransparent .header .halo-bottomHeader:hover .navPages-action span:not(.navPages-label), .page-type-default.is-headerTransparent .header .halo-bottomHeader:focus-within .navPages-action span:not(.navPages-label) {
          color: #313131; }
        .page-type-default.is-headerTransparent .header .halo-bottomHeader:hover .navPages-action.navPages-action-lv2 span:not(.navPages-action-moreIcon), .page-type-default.is-headerTransparent .header .halo-bottomHeader:focus-within .navPages-action.navPages-action-lv2 span:not(.navPages-action-moreIcon) {
          color: black; }
        .page-type-default.is-headerTransparent .header .halo-bottomHeader:hover .navPages-action.navPages-action-lv3 span:not(.navPages-action-moreIcon), .page-type-default.is-headerTransparent .header .halo-bottomHeader:focus-within .navPages-action.navPages-action-lv3 span:not(.navPages-action-moreIcon) {
          color: black; } }
    @media (min-width: 1025px) and (min-width: 1025px) {
      .page-type-default.is-headerTransparent .header .halo-bottomHeader:hover .navPages-action:hover span:not(.navPages-label), .page-type-default.is-headerTransparent .header .halo-bottomHeader:hover .navPages-action:focus-within span:not(.navPages-label), .page-type-default.is-headerTransparent .header .halo-bottomHeader:focus-within .navPages-action:hover span:not(.navPages-label), .page-type-default.is-headerTransparent .header .halo-bottomHeader:focus-within .navPages-action:focus-within span:not(.navPages-label) {
        color: #313131; }
      .page-type-default.is-headerTransparent .header .halo-bottomHeader:hover .navPages-action.navPages-action-lv2:hover span:not(.navPages-action-moreIcon), .page-type-default.is-headerTransparent .header .halo-bottomHeader:hover .navPages-action.navPages-action-lv2:focus-within span:not(.navPages-action-moreIcon), .page-type-default.is-headerTransparent .header .halo-bottomHeader:focus-within .navPages-action.navPages-action-lv2:hover span:not(.navPages-action-moreIcon), .page-type-default.is-headerTransparent .header .halo-bottomHeader:focus-within .navPages-action.navPages-action-lv2:focus-within span:not(.navPages-action-moreIcon) {
        color: white; }
      .page-type-default.is-headerTransparent .header .halo-bottomHeader:hover .navPages-action.navPages-action-lv3:hover span:not(.navPages-action-moreIcon), .page-type-default.is-headerTransparent .header .halo-bottomHeader:hover .navPages-action.navPages-action-lv3:focus-within span:not(.navPages-action-moreIcon), .page-type-default.is-headerTransparent .header .halo-bottomHeader:focus-within .navPages-action.navPages-action-lv3:hover span:not(.navPages-action-moreIcon), .page-type-default.is-headerTransparent .header .halo-bottomHeader:focus-within .navPages-action.navPages-action-lv3:focus-within span:not(.navPages-action-moreIcon) {
        color: #e9162b; } }
  @media (min-width: 1025px) {
      .page-type-default.is-headerTransparent .header .halo-bottomHeader:hover .navUser-item .navUser-action, .page-type-default.is-headerTransparent .header .halo-bottomHeader:focus-within .navUser-item .navUser-action {
        color: #313131; }
        .page-type-default.is-headerTransparent .header .halo-bottomHeader:hover .navUser-item .navUser-action svg, .page-type-default.is-headerTransparent .header .halo-bottomHeader:focus-within .navUser-item .navUser-action svg {
          fill: #313131;
          stroke: #313131; } }

.page-type-default.is-headerTransparent .header.is-sticky {
  position: fixed;
  top: 0;
  box-shadow: none; }
  .page-type-default.is-headerTransparent .header.is-sticky .halo-bottomHeader {
    background-color: #ffffff;
    border-color: #313131; }
    .page-type-default.is-headerTransparent .header.is-sticky .halo-bottomHeader .navPages-action {
      color: #313131; }
      .page-type-default.is-headerTransparent .header.is-sticky .halo-bottomHeader .navPages-action span:not(.navPages-label) {
        color: #313131; }
      .page-type-default.is-headerTransparent .header.is-sticky .halo-bottomHeader .navPages-action.navPages-action-lv2 span:not(.navPages-action-moreIcon) {
        color: black; }
      .page-type-default.is-headerTransparent .header.is-sticky .halo-bottomHeader .navPages-action.navPages-action-lv3 span:not(.navPages-action-moreIcon) {
        color: black; }
      @media (min-width: 1025px) {
        .page-type-default.is-headerTransparent .header.is-sticky .halo-bottomHeader .navPages-action:hover span:not(.navPages-label), .page-type-default.is-headerTransparent .header.is-sticky .halo-bottomHeader .navPages-action:focus-within span:not(.navPages-label) {
          color: #313131; }
        .page-type-default.is-headerTransparent .header.is-sticky .halo-bottomHeader .navPages-action.navPages-action-lv2:hover span:not(.navPages-action-moreIcon), .page-type-default.is-headerTransparent .header.is-sticky .halo-bottomHeader .navPages-action.navPages-action-lv2:focus-within span:not(.navPages-action-moreIcon) {
          color: white; }
        .page-type-default.is-headerTransparent .header.is-sticky .halo-bottomHeader .navPages-action.navPages-action-lv3:hover span:not(.navPages-action-moreIcon), .page-type-default.is-headerTransparent .header.is-sticky .halo-bottomHeader .navPages-action.navPages-action-lv3:focus-within span:not(.navPages-action-moreIcon) {
          color: #e9162b; } }
    .page-type-default.is-headerTransparent .header.is-sticky .halo-bottomHeader .navUser-item .navUser-action {
      color: #313131; }

.is-headerTransparent:not(.page-type-default) .header {
  background-color: white;
  color: #787878;
  border-color: #313131;
  border-bottom: 1px solid; }
  .is-headerTransparent:not(.page-type-default) .header .halo-bottomHeader .navPages-action {
    color: black; }
    .is-headerTransparent:not(.page-type-default) .header .halo-bottomHeader .navPages-action span:not(.navPages-label) {
      color: black; }
    .is-headerTransparent:not(.page-type-default) .header .halo-bottomHeader .navPages-action.navPages-action-lv2 span:not(.navPages-action-moreIcon) {
      color: black; }
    .is-headerTransparent:not(.page-type-default) .header .halo-bottomHeader .navPages-action.navPages-action-lv3 span:not(.navPages-action-moreIcon) {
      color: black; }
    @media (min-width: 1025px) {
      .is-headerTransparent:not(.page-type-default) .header .halo-bottomHeader .navPages-action {
        color: #787878; }
        .is-headerTransparent:not(.page-type-default) .header .halo-bottomHeader .navPages-action:hover span:not(.navPages-label), .is-headerTransparent:not(.page-type-default) .header .halo-bottomHeader .navPages-action:focus-within span:not(.navPages-label) {
          color: #e9162b; }
        .is-headerTransparent:not(.page-type-default) .header .halo-bottomHeader .navPages-action .navUser-item .navUser-action svg {
          fill: #787878;
          stroke: #787878; }
        .is-headerTransparent:not(.page-type-default) .header .halo-bottomHeader .navPages-action.navPages-action-lv2:hover span:not(.navPages-action-moreIcon), .is-headerTransparent:not(.page-type-default) .header .halo-bottomHeader .navPages-action.navPages-action-lv2:focus-within span:not(.navPages-action-moreIcon) {
          color: white; }
        .is-headerTransparent:not(.page-type-default) .header .halo-bottomHeader .navPages-action.navPages-action-lv3:hover span:not(.navPages-action-moreIcon), .is-headerTransparent:not(.page-type-default) .header .halo-bottomHeader .navPages-action.navPages-action-lv3:focus-within span:not(.navPages-action-moreIcon) {
          color: #e9162b; } }
  .is-headerTransparent:not(.page-type-default) .header .halo-bottomHeader .navUser-item .navUser-action {
    color: black; }

.home-layout-3 .header {
  background-color: white;
  color: #787878;
  border-color: #313131;
  border-bottom: 1px solid; }
  @media (min-width: 1025px) {
    .home-layout-3 .header.is-sticky .halo-bottomHeader .navUser-item .navUser-action svg {
      fill: #787878;
      stroke: #787878; } }
  .home-layout-3 .header .halo-topHeader .navUser {
    justify-content: stretch; }
  .home-layout-3 .header .halo-bottomHeader {
    display: none;
    position: relative;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: white; }
    @media (min-width: 1025px) {
      .home-layout-3 .header .halo-bottomHeader {
        display: block;
        z-index: unset;
        opacity: 1;
        visibility: visible;
        pointer-events: auto; }
        .home-layout-3 .header .halo-bottomHeader .container {
          display: flex;
          flex-wrap: nowrap;
          align-items: center;
          justify-content: space-between;
          min-height: 90px; } }
    @media (min-width: 1025px) and (min-width: 1025px) {
      .home-layout-3 .header .halo-bottomHeader .container {
        max-width: 100%; } }
    @media (min-width: 1025px) {
          .home-layout-3 .header .halo-bottomHeader .container .bottomHeader-item {
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            justify-content: left;
            padding: 0; }
            .home-layout-3 .header .halo-bottomHeader .container .bottomHeader-item__item {
              display: block;
              width: 100%; }
              .home-layout-3 .header .halo-bottomHeader .container .bottomHeader-item__item:not(.item--sticky-logo) {
                width: auto;
                padding-left: 0; }
              .home-layout-3 .header .halo-bottomHeader .container .bottomHeader-item__item .header-logo {
                margin: 0; }
            .home-layout-3 .header .halo-bottomHeader .container .bottomHeader-item.text-right .navUser .navUser-section {
              display: block;
              vertical-align: middle;
              float: unset; }
              .home-layout-3 .header .halo-bottomHeader .container .bottomHeader-item.text-right .navUser .navUser-section .navUser-item:last-child {
                padding-right: 0; }
            .home-layout-3 .header .halo-bottomHeader .container .bottomHeader-item.text-center {
              justify-content: center;
              flex: 1;
              padding: 0 30px; }
            .home-layout-3 .header .halo-bottomHeader .container .bottomHeader-item .halo-cart {
              display: none; }
        .home-layout-3 .header .halo-bottomHeader.header_logo--center .container .bottomHeader-item.text-center {
          width: 330px; }
        .home-layout-3 .header .halo-bottomHeader.header_logo--center .container .bottomHeader-item.text-left, .home-layout-3 .header .halo-bottomHeader.header_logo--center .container .bottomHeader-item.text-right {
          width: calc((100% - 330px) / 2); }
        .home-layout-3 .header .halo-bottomHeader.header_logo--center .container .bottomHeader-item.text-right {
          justify-content: right; }
          .home-layout-3 .header .halo-bottomHeader.header_logo--center .container .bottomHeader-item.text-right .navUser {
            width: auto; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .home-layout-3 .header .halo-bottomHeader.header_logo--center .container {
      padding-left: 0px; } }
  @media (min-width: 1025px) and (min-width: 1280px) {
    .home-layout-3 .header .halo-bottomHeader.header_logo--center .container {
      padding-left: 13px; } }
  @media (min-width: 1025px) and (min-width: 1400px) {
    .home-layout-3 .header .halo-bottomHeader.header_logo--center .container {
      padding-left: 43px; } }
    @media (min-width: 1025px) {
        .home-layout-3 .header .halo-bottomHeader .navUser-action {
          padding: 10px 10px 10px 20px;
          position: relative; }
        .home-layout-3 .header .halo-bottomHeader .navUser-item {
          padding: 0;
          transition: unset; }
          .home-layout-3 .header .halo-bottomHeader .navUser-item .navUser-item__item {
            padding: 0; }
          .home-layout-3 .header .halo-bottomHeader .navUser-item .navUser-action {
            padding: 20px 12px 0px 12px;
            display: inline-block;
            vertical-align: top;
            position: relative;
            font-size: 17px;
            font-weight: 400;
            transition: 0.4s; }
            .home-layout-3 .header .halo-bottomHeader .navUser-item .navUser-action svg {
              margin: 0; } }

.home-layout-4 .quickSearchResultsCustom {
  border-top: 1px solid #000000; }

.home-4 {
  background-color: #ffffff; }
  .home-4 .container {
    padding-top: 0; }
    @media (min-width: 1025px) {
      .home-4 .container .header-logo {
        margin: 0;
        width: auto; } }
  @media (min-width: 1025px) {
    .home-4 .halo-bottomHeader .container {
      display: block; } }
  .home-4 .halo-bottomHeader .item-left {
    width: 30%; }
    @media (min-width: 992px) {
      .home-4 .halo-bottomHeader .item-left {
        width: 30%; } }
    @media (min-width: 1025px) and (max-width: 1399px) {
      .home-4 .halo-bottomHeader .item-left {
        width: auto; } }
    .home-4 .halo-bottomHeader .item-left .header-logo__link {
      justify-content: flex-start; }
  .home-4 .halo-bottomHeader .item-right {
    width: 30%; }
    @media (min-width: 992px) {
      .home-4 .halo-bottomHeader .item-right {
        width: 30%; }
        .home-4 .halo-bottomHeader .item-right .navUser-section {
          display: flex;
          align-items: center;
          margin: 0 !important; } }
    @media (min-width: 1025px) and (max-width: 1399px) {
      .home-4 .halo-bottomHeader .item-right {
        width: auto; } }
  .home-4 .halo-bottomHeader .item-center {
    flex: 1;
    padding: 0 1.5rem; }
  .home-4 .halo-bottomHeader .top-item {
    display: flex;
    margin-top: 20px;
    margin-bottom: 8px; }
    .home-4 .halo-bottomHeader .top-item .item-left,
    .home-4 .halo-bottomHeader .top-item .item-center,
    .home-4 .halo-bottomHeader .top-item .item-right {
      display: inline-flex;
      align-items: center; }
      .home-4 .halo-bottomHeader .top-item .item-left .header-logo,
      .home-4 .halo-bottomHeader .top-item .item-center .header-logo,
      .home-4 .halo-bottomHeader .top-item .item-right .header-logo {
        margin-bottom: 0;
        margin-top: 0;
        margin-right: 0; }
      .home-4 .halo-bottomHeader .top-item .item-left .navUser-section,
      .home-4 .halo-bottomHeader .top-item .item-center .navUser-section,
      .home-4 .halo-bottomHeader .top-item .item-right .navUser-section {
        margin-bottom: 0; }
        .home-4 .halo-bottomHeader .top-item .item-left .navUser-section .navUser-item,
        .home-4 .halo-bottomHeader .top-item .item-center .navUser-section .navUser-item,
        .home-4 .halo-bottomHeader .top-item .item-right .navUser-section .navUser-item {
          position: relative; }
          .home-4 .halo-bottomHeader .top-item .item-left .navUser-section .navUser-item span.icon,
          .home-4 .halo-bottomHeader .top-item .item-center .navUser-section .navUser-item span.icon,
          .home-4 .halo-bottomHeader .top-item .item-right .navUser-section .navUser-item span.icon {
            display: inline-block;
            margin: 0; }
            .home-4 .halo-bottomHeader .top-item .item-left .navUser-section .navUser-item span.icon svg,
            .home-4 .halo-bottomHeader .top-item .item-center .navUser-section .navUser-item span.icon svg,
            .home-4 .halo-bottomHeader .top-item .item-right .navUser-section .navUser-item span.icon svg {
              width: 24px;
              height: 34px; }
          .home-4 .halo-bottomHeader .top-item .item-left .navUser-section .navUser-item.navUser-item--wishlist span.icon svg,
          .home-4 .halo-bottomHeader .top-item .item-center .navUser-section .navUser-item.navUser-item--wishlist span.icon svg,
          .home-4 .halo-bottomHeader .top-item .item-right .navUser-section .navUser-item.navUser-item--wishlist span.icon svg {
            width: 31px;
            height: 28px; }
          .home-4 .halo-bottomHeader .top-item .item-left .navUser-section .navUser-item.navUser-item--cart .navUser-action,
          .home-4 .halo-bottomHeader .top-item .item-center .navUser-section .navUser-item.navUser-item--cart .navUser-action,
          .home-4 .halo-bottomHeader .top-item .item-right .navUser-section .navUser-item.navUser-item--cart .navUser-action {
            display: inline-flex;
            align-items: stretch;
            justify-content: space-between;
            gap: 8px; }
    .home-4 .halo-bottomHeader .top-item .item-right {
      justify-content: flex-end; }
    .home-4 .halo-bottomHeader .top-item .quickSearch .form {
      margin-top: 25px;
      margin-bottom: 25px;
      width: 100%;
      border-radius: 5px;
      background: #f0f0f0;
      max-width: 550px;
      margin: auto; }
      .home-4 .halo-bottomHeader .top-item .quickSearch .form .form-input {
        width: 100%;
        height: 3rem;
        max-width: 550px;
        margin: auto;
        border-radius: 5px;
        padding: 8px 60px 8px 20px;
        outline-width: 0 !important;
        color: #000000; }
        .home-4 .halo-bottomHeader .top-item .quickSearch .form .form-input::placeholder {
          color: #5e5e5e;
          text-transform: initial;
          font-size: 16px; }
      .home-4 .halo-bottomHeader .top-item .quickSearch .form .button {
        height: 48px;
        min-width: 48px; }
        .home-4 .halo-bottomHeader .top-item .quickSearch .form .button[type="submit"] {
          left: auto;
          right: 1px;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
    .home-4 .halo-bottomHeader .top-item .item-right .navUser-section {
      margin-left: 0; }
      @media (min-width: 1025px) and (max-width: 1399px) {
        .home-4 .halo-bottomHeader .top-item .item-right .navUser-section {
          margin-left: 1rem; } }
  .home-4 .halo-bottomHeader .bottom-item {
    display: flex; }
    .home-4 .halo-bottomHeader .bottom-item .item-left ul,
    .home-4 .halo-bottomHeader .bottom-item .item-center ul,
    .home-4 .halo-bottomHeader .bottom-item .item-right ul {
      margin-bottom: 0;
      list-style: none;
      margin-left: 0; }
    .home-4 .halo-bottomHeader .bottom-item .item-center {
      flex: 1;
      text-align: center;
      position: relative; }

span.text-item {
  display: inline-block; }
  span.text-item.wishlist .text {
    margin-left: 6px;
    font-weight: 500;
    max-width: 53px;
    -webkit-line-clamp: 2; }
    span.text-item.wishlist .text:first-child {
      font-weight: 500; }
  span.text-item.cart {
    flex: 1;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; }
    span.text-item.cart .text {
      font-weight: 500;
      max-width: 53px;
      -webkit-line-clamp: 2; }
      span.text-item.cart .text:first-child {
        font-weight: 500; }
    span.text-item.cart .countPill {
      position: static; }
  span.text-item .text {
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 100px;
    font-weight: 500; }
    span.text-item .text:first-child {
      font-weight: 400; }

.home-layout-4 .home-4 {
  display: block !important; }

.home-layout-4 .home-else {
  display: none !important; }

.home-4 {
  display: none !important; }

.home-else {
  display: block !important; }

.list {
  position: absolute;
  display: inline-block !important;
  min-width: 260px; }
  .list .button-category {
    padding: 0 50px;
    position: relative;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%; }
    @media (max-width: 1024px) {
      .list .button-category {
        border-radius: 0; } }
    .list .button-category svg {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 21px; }
      .list .button-category svg:first-child {
        width: 30px;
        height: 23px;
        padding-right: 5px;
        left: 21px;
        right: auto; }
      .list .button-category svg.down {
        display: inline-block;
        width: 14px;
        height: 14px; }
    .list .button-category:hover + .navPages-container, .list .button-category:focus-within + .navPages-container {
      opacity: 1;
      transform: translateY(0px);
      visibility: visible; }
  .list .navPages-container {
    opacity: 0;
    transform: translateY(20px);
    transition: 0.3s;
    visibility: hidden;
    position: absolute;
    background-color: #ffffff;
    top: 50px;
    bottom: auto;
    width: 100%;
    height: auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    .list .navPages-container:hover, .list .navPages-container:focus-within {
      opacity: 1;
      transform: translateY(0px);
      visibility: visible; }
    .list .navPages-container .navPages-list {
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
    @media (min-width: 1025px) {
      .list .navPages-container .navPages-item > .navPage-subMenu {
        left: 95%;
        top: 1px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; } }
    @media (min-width: 1025px) {
      .list .navPages-container .navPages-item.has-megamenu > .navPage-subMenu {
        left: calc(100% + 1px);
        top: 1px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; } }
    .list .navPages-container .navPages-list {
      display: flex;
      flex-direction: column;
      text-align: left; }
      .list .navPages-container .navPages-list .navPages-item {
        padding: 0 0 0 23px;
        line-height: 40px;
        height: 40px; }
        .list .navPages-container .navPages-list .navPages-item .navPages-action {
          width: 100%; }

@media (max-width: 550px) {
  .home-layout-4 .quickSearch .button {
    border-radius: 0; }
    .home-layout-4 .quickSearch .button svg {
      fill: #ffffff;
      stroke: #ffffff; }
  .home-layout-4 .quickSearch .dropdown-section {
    display: none; } }

@media (min-width: 551px) and (max-width: 1024px) {
  .home-layout-4 .quickSearch .button {
    border-radius: 0; }
    .home-layout-4 .quickSearch .button svg {
      fill: #ffffff;
      stroke: #ffffff; }
  .home-layout-4 .quickSearch .dropdown-section {
    border-radius: 0;
    display: none; } }

.body {
  display: block;
  position: relative;
  background-color: white;
  margin-bottom: 4rem; }
  @media (min-width: 992px) {
    .body {
      margin-bottom: 6rem; } }
  .page-type-default .body,
  .page-type-brand .body,
  .page-type-category .body,
  .page-type-page .body {
    margin-bottom: 0; }
  .body .page-listing {
    margin-bottom: 4rem; }
    @media (min-width: 992px) {
      .body .page-listing {
        margin-bottom: 6rem; } }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }
  @media (max-width: 1024px) {
    .page.page-category {
      display: flex;
      flex-direction: column; }
      .page.page-category .haloSubCategories {
        order: -1; }
      .page.page-category .page-no-sidebar-wrapper {
        margin: 0; } }

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

@media (min-width: 992px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

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

.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; }
  .page-sidebar.page-sidebar-vertical .category-icon-filter {
    display: none; }
  .page-sidebar.page-sidebar-vertical .accordion--navList {
    width: 100%; }
  .page-sidebar.page-sidebar-vertical.page-sidebar-right {
    float: right; }
  .page-sidebar .facetedSearch-refineFilters {
    padding: 0;
    margin: 0; }
  .page-sidebar .page-sidebar-close {
    position: relative;
    padding: 10px 15px 9px;
    margin-bottom: 10px; }
    .page-sidebar .page-sidebar-close .title {
      display: block;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 25px;
      color: black;
      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: black; }
  .page-sidebar > nav {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 15px 15px 100px; }
  @media (max-width: 1024px) {
    .page-sidebar .page-sidebar-content > nav {
      display: block;
      width: 100%;
      height: 100%;
      overflow-y: auto;
      padding: 15px 15px 100px; } }
  .page-sidebar .page-sidebar-content {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 0; }
  .page-sidebar .accordion--navList .accordion-block {
    margin-bottom: 20px;
    padding-bottom: 0; }
    .page-sidebar .accordion--navList .accordion-block .accordion-title {
      font-size: 16px;
      font-weight: 600;
      line-height: 22px;
      margin-bottom: 20px; }
    .page-sidebar .accordion--navList .accordion-block .accordion-navigation-actions .icon {
      padding: 3px; }
    .page-sidebar .accordion--navList .accordion-block .toggleLink-text {
      transform: rotate(90deg); }
    .page-sidebar .accordion--navList .accordion-block .accordion-navigation.is-open .toggleLink-text {
      transform: rotate(-90deg); }
  @media (max-width: 1024px) {
    .openSidebar .page-sidebar.is-open {
      left: 0; } }
  @media (min-width: 1025px) {
    .page-sidebar {
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      z-index: 5;
      float: left;
      width: 270px;
      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% - 270px); }
        .page-sidebar + .page-content.page-content-right {
          padding-left: 0;
          padding-right: 30px; }
          .page-sidebar + .page-content.page-content-right .halo-toolbar .toolbar-wrapper {
            justify-content: left; }
            .page-sidebar + .page-content.page-content-right .halo-toolbar .toolbar-wrapper .view-as-btn {
              margin-left: 0; }
      .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: 0; } }
  @media (min-width: 1600px) {
    .page-sidebar + .page-content {
      padding-left: 70px; }
      .page-sidebar + .page-content.page-content-right {
        padding-left: 0;
        padding-right: 70px; } }

.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: 16px;
      font-weight: 700;
      letter-spacing: 0;
      margin: 0;
      padding: 0;
      line-height: 1;
      color: black;
      text-transform: capitalize; }
      .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: black;
      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; } }

.page-heading {
  position: relative;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  color: black;
  line-height: 40px;
  letter-spacing: 0;
  text-align: left; }
  .page-heading + .page-description {
    margin-top: 12px; }
  .page-heading[data-cart-page-title] {
    margin-bottom: 32px; }
    .page-heading[data-cart-page-title] span {
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: black;
      line-height: 25px;
      margin: 0 0 0 15px;
      text-transform: capitalize;
      opacity: .7; }
  .page-errors .page-heading .heading {
    display: block;
    text-align: center;
    font-size: 100px;
    color: black;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin: 0; }
  .page-errors .page-heading .text {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
    line-height: 1;
    margin: 30px 0 0 0; }
  @media (min-width: 551px) {
    .page-errors .page-heading .text {
      font-size: 40px; } }
  @media (min-width: 1025px) {
    .page-heading {
      font-size: 24px; }
      .page-errors .page-heading .heading {
        font-size: 200px; } }

body {
  overflow-y: auto; }
  body::-webkit-scrollbar {
    width: 10px; }
  body::-webkit-scrollbar-track {
    background: #f5f5f5; }
  body::-webkit-scrollbar-thumb {
    background: #a6a6a6; }
  body::-webkit-scrollbar-thumb:hover {
    background: #787878; }
  @media (min-width: 1025px) {
    body.has-activeModal {
      padding-right: 10px; } }

.footer {
  background-color: white;
  border-top: 5px solid #e9162b;
  padding: 4rem 0 1.5rem;
  position: relative;
  transform: translateZ(0); }

.footer-title-sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: black;
  display: inline-block;
  float: none;
  font-size: 1rem;
  overflow-wrap: break-word;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 701px) {
    .footer-info-col {
      width: 33.33334%; } }
  @media (min-width: 992px) {
    .footer-info-col {
      width: 33.33334%; } }
  @media (min-width: 1261px) {
    .footer-info-col {
      width: 25%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }

@media (min-width: 992px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--storeInfo {
  width: 100%;
  margin-bottom: 3rem; }
  @media (min-width: 701px) {
    .footer-info-col--storeInfo {
      margin-bottom: 4rem; } }
  @media (min-width: 1261px) {
    .footer-info-col--storeInfo {
      width: 25%; } }

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

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

@media (min-width: 992px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.footer-info-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 26px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 0;
  padding: 20px 4px;
  position: relative;
  transition: all 0.3s ease; }
  .footer-info-heading .text {
    flex: 1; }
  .footer-info-heading .icon {
    width: 14px;
    height: 8px; }
  .footer-info-heading svg {
    fill: currentColor;
    stroke: currentColor; }
  @media (min-width: 701px) {
    .footer-info-heading {
      border: none;
      padding: 0;
      margin-bottom: 8px; }
      .footer-info-heading .icon {
        display: none; } }
  .footer-info-heading:hover {
    cursor: pointer; }
  .open-dropdown .footer-info-heading .icon {
    transform: rotate(-180deg); }

.footer-info-list {
  display: none;
  line-height: 1;
  list-style: none;
  margin-left: 0;
  margin: 1.5rem 0 3rem; }
  @media (min-width: 701px) {
    .footer-info-list {
      display: block !important;
      margin: 0 0 4rem; } }
  .footer-info-list a {
    display: inline-block;
    color: black;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    margin-bottom: 0.5rem; }
    .footer-info-list a:hover {
      color: #e9162b;
      text-decoration: underline; }
    .footer-info-list a:active {
      color: #e9162b; }
  .footer-info-list li:last-child a {
    margin-bottom: 0; }

.footer-copyright {
  font-weight: 500;
  font-size: 11px;
  line-height: 19px; }
  @media (min-width: 701px) {
    .footer-copyright {
      line-height: 24px; } }
  .footer-copyright > .powered-by {
    color: black;
    font-size: 11px;
    line-height: 19px;
    margin: 0; }
    @media (min-width: 701px) {
      .footer-copyright > .powered-by {
        line-height: 24px; } }
  .footer-copyright a {
    font-size: 11px;
    line-height: 19px;
    color: black;
    text-decoration: none; }
    @media (min-width: 701px) {
      .footer-copyright a {
        line-height: 24px; } }
    .footer-copyright a:hover {
      color: #e9162b;
      text-decoration: underline; }
    .footer-copyright a:active {
      color: #e9162b; }

.footer-payment-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin-left: 0;
  margin-top: 1.5rem; }
  @media (min-width: 701px) {
    .footer-payment-icons {
      justify-content: normal; } }
  @media (min-width: 992px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 2.5rem;
    margin: 0.375rem;
    vertical-align: middle;
    width: 3.125rem; }
  .footer-payment-icons svg {
    fill: #e9162b; }

.footer-newsletter-summary {
  text-align: left; }

.footer-logo {
  margin-bottom: 1.5rem; }

.footer-address,
.footer-phone {
  font-style: normal;
  font-size: 14px;
  line-height: 24px; }

.footer-socialLinks {
  margin-top: 1.5rem; }

.footer-bottom {
  margin-top: 3rem; }
  @media (min-width: 701px) {
    .footer-bottom {
      margin-top: 0; } }

.container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  position: relative; }
  @media (min-width: 992px) {
    .container {
      padding: 0 2.5rem; } }
  .container .container {
    padding: 0; }
  .container.container-full {
    padding: 0;
    max-width: 100%; }

.page-blog {
  padding-top: 32px; }
  @media (min-width: 1600px) {
    .page-blog .page-sidebar + .page-content {
      padding-left: 70px; }
      .page-blog .page-sidebar + .page-content.page-content-right {
        padding-left: 0;
        padding-right: 70px; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 992px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    padding-top: 55px; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }

.blog-title {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 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; }

.blog-date,
.blog-author {
  color: #787878;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px; }

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

.blog-post {
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px; }
  .blog-post .blog-post-btn {
    display: block;
    margin-top: 25px; }
    .blog-post .blog-post-btn .button {
      display: inline-block;
      margin-bottom: 0;
      border-color: #cccccc;
      text-transform: capitalize;
      font-weight: 600;
      min-width: 171px; }

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

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

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: left;
  width: 100%; }
  .blog-post-body .image {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center; }
    .blog-post-body .image img.lazyload, .blog-post-body .image img.lazyloading {
      width: auto;
      height: auto;
      object-fit: contain;
      margin: auto; }
    .blog-post-body .image img.lazyloaded {
      width: 100%;
      height: auto;
      transition: all .7s ease; }
    .blog-post-body .image img.img-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 2;
      width: auto; }
  .blog-post-body .description-2col {
    margin-bottom: 38px; }
  .blog-post-body .description-twoList {
    margin-top: 33px; }
  .blog-post-body .description-blockQuote {
    margin: 0 auto 28px; }
  .blog-post-body .desOneList-item {
    margin-bottom: 12px; }
  .blog-post-body .des2col-item {
    display: flex;
    margin-top: 38px; }
    .blog-post-body .des2col-item .des2colItem-img {
      width: 50%;
      display: flex;
      align-items: center;
      margin: 0; }
    .blog-post-body .des2col-item .des2colItem-content {
      width: 50%;
      position: relative;
      min-height: 570px;
      margin: 0 0 30px 0; }
      .blog-post-body .des2col-item .des2colItem-content img {
        width: 100%; }
      .blog-post-body .des2col-item .des2colItem-content .des2colItem-container {
        max-width: 100%;
        height: 100%;
        margin: 0;
        padding: 15px;
        text-align: center;
        background-color: white;
        border: 5px solid #e9162b;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0; }
      .blog-post-body .des2col-item .des2colItem-content .des2colItem-featured {
        color: #202020;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 10px;
        text-transform: uppercase;
        border-bottom: 1px solid black;
        letter-spacing: 0.05rem;
        line-height: 2; }
      .blog-post-body .des2col-item .des2colItem-content .des2colItem-title {
        font-size: 40px;
        color: #202020;
        font-weight: 700;
        text-transform: capitalize;
        margin-top: 0;
        margin-bottom: 10px; }
      .blog-post-body .des2col-item .des2colItem-content p + p {
        margin-top: 1.5rem; }
      .blog-post-body .des2col-item .des2colItem-content .des2colItem-des {
        margin-bottom: 0;
        line-height: 26px; }
        .blog-post-body .des2col-item .des2colItem-content .des2colItem-des + p {
          margin-top: 1.5rem; }
      .blog-post-body .des2col-item .des2colItem-content .button {
        display: inline-block;
        margin-top: 35px;
        margin-bottom: 0;
        text-transform: uppercase;
        font-weight: 600;
        min-width: 237px;
        transition: all 0.3s ease; }
    @media (min-width: 1200px) {
      .blog-post-body .des2col-item .des2colItem-img {
        margin: 0 0 0 15px; }
      .blog-post-body .des2col-item .des2colItem-content {
        min-height: 100%;
        margin: 0 15px 0 0; } }
  .blog-post-body .tags .tag {
    margin-right: 10px; }
  @media (max-width: 1199px) {
    .blog-post-body .des2col-item {
      display: block; }
      .blog-post-body .des2col-item .des2colItem-img {
        width: 100%;
        display: block; }
      .blog-post-body .des2col-item .des2colItem-content {
        width: 100%;
        display: block; }
        .blog-post-body .des2col-item .des2colItem-content:first-child {
          padding-right: 0; }
        .blog-post-body .des2col-item .des2colItem-content:last-child {
          padding-left: 0; }
      .blog-post-body .des2col-item + .des2col-item {
        margin-top: 20px; } }

.container--blog {
  margin-left: auto;
  margin-right: auto; }

.page-blog .page-sidebar {
  width: 305px;
  padding-left: 0;
  padding-right: 35px; }
  @media (min-width: 1025px) {
    .page-blog .page-sidebar + .page-content {
      width: calc(100% - 305px);
      padding-top: 7px;
      padding-left: 35px;
      padding-right: 0; }
      .page-blog .page-sidebar + .page-content.page-content-right {
        padding-left: 0;
        padding-right: 35px; } }

.page-blog .shareLinkSocial__social {
  padding-top: 25px;
  margin-top: 30px;
  margin-bottom: 22px;
  border-top: 1px solid #e6e6e6; }
  .page-blog .shareLinkSocial__social > p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 15px;
    color: #4d4d4d; }

.recentPosts_List {
  padding-top: 5px;
  margin-bottom: 0; }
  .recentPosts_List .recentPost_item {
    margin-bottom: 25px; }
    .recentPosts_List .recentPost_item .recentPost_title {
      color: #000000;
      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: #e9162b; }
        .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 {
  display: none;
  margin-left: 0;
  margin-bottom: 30px; }
  .recentPosts_tags .tag,
  .tags .tag {
    display: inline-block;
    border-radius: 0;
    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: 16px;
      font-weight: 400;
      padding: 7px 15px;
      display: block; }
    .recentPosts_tags .tag:hover,
    .tags .tag:hover {
      background-color: white;
      border-color: black; }
      .recentPosts_tags .tag:hover .link,
      .tags .tag:hover .link {
        color: #000000; }

.recentPosts_tags {
  margin-bottom: 0; }

.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: #4d4d4d; }
  .tags-block .tags {
    display: block;
    margin: 0;
    text-align: left; }

.sidebar__btn {
  display: none;
  margin-bottom: 30px; }
  .sidebar__btn .categorySidebar-btn {
    display: inline-block;
    text-decoration: none; }
    .sidebar__btn .categorySidebar-btn .icon-filter {
      display: inline-block;
      vertical-align: middle; }
      .sidebar__btn .categorySidebar-btn .icon-filter svg {
        width: 23px;
        height: 23px;
        fill: #e9162b; }
    .sidebar__btn .categorySidebar-btn .sidebar_more {
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      color: black;
      background-image: linear-gradient(transparent 96%, #7f7f7f 4%);
      background-repeat: repeat-x;
      background-position-y: 0; }

.side-block-body .page-sidebar {
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

@media (max-width: 1024px) {
  .page-blog .page-sidebar {
    padding-left: 0;
    padding-right: 0; }
  .page-blog .page-content {
    width: 100%;
    padding-left: 0; } }

.sidebarBlock {
  margin: 0 0 12px 0;
  padding: 0 0 25px 0;
  position: relative; }
  .sidebarBlock:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .sidebarBlock#recentPost-content {
    padding: 0 0 5px 0; }
  .sidebarBlock#blog-tags .sidebarBlock-heading {
    margin: 0 0 25px 0; }
  .sidebarBlock#featured-products {
    padding-bottom: 5px;
    margin-bottom: 0;
    position: relative; }
    .sidebarBlock#featured-products .slick-dots {
      bottom: -10px; }
      .home-layout-3 .sidebarBlock#featured-products .slick-dots {
        bottom: -35px; }
  .sidebarBlock.featured-products {
    padding-bottom: 5px;
    margin-bottom: 45px;
    position: relative; }
  .sidebarBlock#allCategories {
    padding-bottom: 34px; }
  .sidebarBlock#shopByPrices {
    padding-bottom: 33px; }
  .sidebarBlock#shopByBrands {
    padding-bottom: 37px; }
  .sidebarBlock#advertisement-image {
    padding-bottom: 35px; }
  .sidebarBlock .loadingOverlay {
    display: block; }

.sidebarBlock-heading {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 28px;
  color: black;
  margin: 0 0 2px 0;
  text-transform: uppercase;
  display: inline-block; }

.page-no-sidebar #allCategories,
.page-no-sidebar #shopByPrices,
.page-no-sidebar #shopByBrands,
.page-no-sidebar #featured-products,
.page-no-sidebar #advertisement-image,
.page-no-sidebar #other-content {
  display: none; }

@media (min-width: 1025px) {
  .page-no-sidebar {
    position: relative;
    width: 100%;
    margin-bottom: 2.5rem; }
    .page-no-sidebar.has-result {
      padding: 0; }
    .page-no-sidebar .facetedSearch-toggle + .facetedSearch-navList {
      margin-top: 0; }
    .page-no-sidebar .facetedSearch-refineFilters {
      position: relative;
      padding: 0;
      margin: 0; }
      .page-no-sidebar .facetedSearch-refineFilters .facetedSearch-noFilters {
        display: none; }
      .page-no-sidebar .facetedSearch-refineFilters .sidebarBlock-heading {
        display: none; }
      .page-no-sidebar .facetedSearch-refineFilters .inlineList {
        margin: 0;
        line-height: 1;
        display: inline-block; }
        .page-no-sidebar .facetedSearch-refineFilters .inlineList > li {
          display: inline-block;
          vertical-align: top;
          margin: 0 1rem 1rem 0; }
      .page-no-sidebar .facetedSearch-refineFilters .facetLabel:hover .icon {
        fill: #e9162b; }
      .page-no-sidebar .facetedSearch-refineFilters > a[data-faceted-search-facet] {
        display: inline-block;
        margin: 0 0 1rem;
        padding: 5px 10px; }
    .page-no-sidebar .accordion--navList {
      font-size: 0;
      margin: 0;
      padding: 0;
      width: calc(100% - 110px);
      display: inline-flex;
      flex-wrap: wrap;
      gap: 1rem; }
      .page-no-sidebar .accordion--navList .accordion-block {
        min-width: 210px;
        font-size: 12px;
        display: inline-block;
        vertical-align: top;
        border: 1px solid #bebebe;
        padding: 0.5rem 1rem;
        margin: 0;
        position: relative; }
        .page-no-sidebar .accordion--navList .accordion-block .accordion-navigation {
          display: flex;
          align-items: center;
          justify-content: space-between;
          text-align: left; }
          .page-no-sidebar .accordion--navList .accordion-block .accordion-navigation .accordion-title {
            margin: 0; }
        .page-no-sidebar .accordion--navList .accordion-block .accordion-navigation-actions {
          right: -5px; }
        .page-no-sidebar .accordion--navList .accordion-block .toggleLink-text {
          display: inline-block;
          transform: rotate(90deg); }
        .page-no-sidebar .accordion--navList .accordion-block:hover .accordion-content {
          display: block;
          opacity: 1;
          visibility: visible; }
        .page-no-sidebar .accordion--navList .accordion-block:hover .toggleLink-text {
          transform: rotate(-90deg); }
      .page-no-sidebar .accordion--navList .accordion-title {
        border-color: #acacac;
        margin-bottom: 0;
        font-size: 12px; }
      .page-no-sidebar .accordion--navList .accordion-content {
        padding: 0 0 0 15px;
        left: -1px;
        top: 100%;
        z-index: 15;
        width: 100%;
        min-width: 210px;
        position: absolute;
        display: block;
        opacity: 0;
        visibility: hidden;
        background-color: white;
        border: 1px solid #bebebe;
        transition: all 0.3s ease; }
        .page-no-sidebar .accordion--navList .accordion-content .haloCustomScrollbar {
          overflow-x: hidden; }
        .page-no-sidebar .accordion--navList .accordion-content .navView-all,
        .page-no-sidebar .accordion--navList .accordion-content .navView-clear {
          display: none; }
        .page-no-sidebar .accordion--navList .accordion-content #facet-range-form {
          margin-bottom: 0; }
        .page-no-sidebar .accordion--navList .accordion-content .navList .navList-item {
          line-height: 1.2;
          padding: 10px 0; }
          .page-no-sidebar .accordion--navList .accordion-content .navList .navList-item a > .text {
            background-image: none; } }
        @media (min-width: 1025px) and (min-width: 1025px) {
          .page-no-sidebar .accordion--navList .accordion-content .navList .navList-item a:hover {
            text-decoration: underline;
            text-underline-offset: 0.3rem; } }

@media (min-width: 1025px) {
          .page-no-sidebar .accordion--navList .accordion-content .navList .navList-item:first-child {
            padding-top: 15px; }
          .page-no-sidebar .accordion--navList .accordion-content .navList .navList-item:last-child {
            padding-bottom: 15px; }
        .page-no-sidebar .accordion--navList .accordion-content#facetedSearch-content--price {
          padding: 15px; }
    .page-no-sidebar + .page-content .themevale_categoryToolbar {
      padding: 0;
      background-color: #ffffff; }
    .page-no-sidebar > nav {
      margin-bottom: 0; }
      .page-no-sidebar > nav > .sidebarBlock:not(.facetedSearch) {
        margin: 0 !important;
        display: none !important; } }

.page-no-sidebar-wrapper {
  margin: 0; }
  @media (min-width: 1025px) {
    .page-no-sidebar-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: end; }
      .page-no-sidebar-wrapper .halo-toolbar {
        margin-top: 0;
        margin-bottom: 2.5rem; }
      .page-type-search .page-no-sidebar-wrapper .halo-toolbar,
      .page-type-brand .page-no-sidebar-wrapper .halo-toolbar {
        margin-bottom: 52px; } }

.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: 200px;
      margin: 0 auto; }
      .brandGrid .brand .card-figure .brand-img-container:after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 100%; }
      .brandGrid .brand .card-figure .brand-img-container img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        opacity: 1;
        visibility: visible;
        border: 0;
        width: 100%;
        max-height: 100%;
        object-fit: contain;
        margin: 0 auto;
        transition: all 0.3s 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: 16px;
        font-weight: 700;
        color: black;
        transition: unset;
        text-transform: uppercase;
        line-height: 26px;
        letter-spacing: 0;
        position: relative; }
        .brandGrid .brand .card-body .link .text {
          padding: 0 0 1px 0; }
  @media (min-width: 768px) {
    .brandGrid .brand {
      width: 33.3333333%; } }
  @media (min-width: 1025px) {
    .brandGrid .brand {
      width: 25%; }
      .brandGrid .brand .card-figure .image:before {
        content: "";
        width: 100%;
        height: 100%;
        top: 100%;
        right: 0;
        left: auto;
        z-index: 2;
        transform: none;
        position: absolute;
        transition: all 0.3s ease;
        background-color: rgba(0, 0, 0, 0.25);
        background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.25) 100%); }
      .brandGrid .brand .card-figure .image:hover:before {
        top: 0; }
      .brandGrid .brand .card-body .link:hover {
        color: #e9162b; }
        .brandGrid .brand .card-body .link:hover span {
          background-image: linear-gradient(transparent 97%, #e9162b 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: 16px;
      font-weight: 700;
      color: black;
      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: black;
      background-color: white; }
      .haloAZBrandsTable li.is-active a {
        color: black; }
  @media (min-width: 1025px) {
    .haloAZBrandsTable {
      margin: 0 0 40px 0; }
      .haloAZBrandsTable li {
        width: 10%; }
        .haloAZBrandsTable li:hover {
          border-color: black;
          background-color: white; }
          .haloAZBrandsTable li:hover a {
            color: black; } }

.haloAZBrandsWrapper .azBrands-group {
  display: none;
  margin: 0 0 30px 0; }
  .haloAZBrandsWrapper .azBrands-group-title {
    font-size: 20px;
    font-weight: 700;
    color: black;
    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: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: black;
      letter-spacing: 0;
      line-height: 35px;
      text-transform: capitalize; }
      .haloAZBrandsWrapper .azBrands-group-list .brand-name .title .link {
        color: #4d4d4d;
        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: #e9162b;
      background-image: linear-gradient(transparent 97%, #e9162b 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; } }

.page-listing-header .breadcrumbs,
.page-listing-header .page-heading {
  text-align: left; }

.page-listing-header + .page.page-brand {
  margin-top: 80px; }

.brand-image-container {
  position: relative;
  max-width: 120px; }
  .brand-image-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .brand-image-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

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

.productGrid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  font-size: 0;
  letter-spacing: 0;
  margin: 0 -7.5px;
  list-style: none;
  text-align: left; }
  .productGrid .product,
  .productGrid .product-sample {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 7.5px;
    margin: 0 0 25px 0;
    white-space: normal; }
    .productGrid .product .card,
    .productGrid .product-sample .card {
      height: 100%; }
  .productGrid .product-sample * {
    font-size: 0; }
  @media (min-width: 551px) {
    .productGrid .product,
    .productGrid .product-sample {
      margin-bottom: 16px; } }
  @media (min-width: 768px) {
    .productGrid .product,
    .productGrid .product-sample {
      width: 33.3333333%; } }
  @media (min-width: 1025px) {
    .productGrid {
      margin-left: -15px;
      margin-right: -15px; }
      .home-layout-4 .productGrid .product {
        width: 25%; }
      .productGrid .product,
      .productGrid .product-sample {
        margin-bottom: 0; }
      .productGrid.col-4 .product,
      .productGrid.col-4 .product-sample {
        width: 50% !important; }
        .page-content-no-sidebar .productGrid.col-4 .product, .page-content-no-sidebar
        .productGrid.col-4 .product-sample {
          width: 33.3333333% !important; }
      .productGrid.col-5 .product,
      .productGrid.col-5 .product-sample {
        width: 33.3333333% !important; } }
  @media (min-width: 1280px) {
    .productGrid.col-5 .product,
    .productGrid.col-5 .product-sample {
      width: 25% !important; } }
  @media (min-width: 1400px) {
    .productGrid.col-4 .product,
    .productGrid.col-4 .product-sample {
      width: 33.3333333% !important; }
      .page-content-no-sidebar .productGrid.col-4 .product, .page-content-no-sidebar
      .productGrid.col-4 .product-sample {
        width: 33.3333333% !important; }
    .productGrid.col-5 .product,
    .productGrid.col-5 .product-sample {
      width: 20% !important; } }
  @media (min-width: 1600px) {
    .productGrid.col-4 .product,
    .productGrid.col-4 .product-sample {
      width: 25% !important; }
      .page-content-no-sidebar .productGrid.col-4 .product, .page-content-no-sidebar
      .productGrid.col-4 .product-sample {
        width: 25% !important; } }

.product-sample .card-wrapper {
  margin-bottom: 5px; }

.product-sample .card-body {
  min-height: 140px; }

.productGrid-showMore {
  display: block;
  text-align: center;
  margin: 30px 0 0 0; }
  .home-layout-4 .productGrid-showMore {
    margin-top: -10px;
    margin-bottom: 30px; }
  .productGrid-showMore .button {
    text-transform: uppercase; }
    .home-layout-4.page-type-default .productGrid-showMore .button {
      min-width: 141px;
      text-transform: initial;
      padding-left: 15px;
      padding-right: 24px;
      margin-top: 15px; }
      .home-layout-4.page-type-default .productGrid-showMore .button .icon.down {
        margin-right: 12px; }
  @media (min-width: 1025px) {
    .productGrid-showMore {
      margin-top: 50px; }
      .home-layout-4 .productGrid-showMore {
        margin-top: 20px; } }

.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 {
    background-color: white;
    text-align: left; }
    .productList .card .card-container {
      display: block; }
      .productList .card .card-container .card-item .card-countDown {
        margin-top: 10px; }
    @media (min-width: 1025px) {
      .home-layout-3 .productList .card:hover .card-figure .card-figcaption-top {
        bottom: 20px; }
      .home-layout-3 .productList .card:hover .card-figure .card-figcaption-countdown {
        bottom: 12px; } }
  .productList .card-figure .card-figcaption-bottom {
    display: none; }
  .productList .card-body.center {
    text-align: left; }
    .productList .card-body.center .card-price {
      display: block; }
  .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; }
  @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-body .number-review {
    top: 1px; }
  .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: #4d4d4d; }
  .productList .card-desc {
    display: block;
    margin: 12px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    color: #4d4d4d; }
  .productList .card-price {
    justify-content: flex-start; }
  @media (min-width: 551px) {
    .productList .card {
      width: 100%;
      display: table; }
    .productList .card-figure {
      display: table-cell;
      vertical-align: middle;
      width: 250px;
      max-height: 750px; }
    .productList .card-body {
      display: table-cell;
      vertical-align: middle;
      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: 21px; }
    .productList .card .card-figure:hover .card-figure-action {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
    .productList .card-figure {
      width: 195px; }
      .productList .card-figure .card-figure-action {
        position: absolute;
        top: auto;
        left: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        z-index: 10;
        transition: all 0.3s ease;
        width: 100%; }
      .productList .card-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: middle;
      padding-left: 30px;
      padding-top: 0;
      width: calc(100% - 195px); }
      .productList .card-body .card-body-button {
        margin-top: 28px; }
      .productList .card-body .card-wishlist:hover {
        border-radius: 50%;
        background-color: #e9162b; }
        .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; } }

.productView-alert {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 1;
  width: 100%; }
  .productView-alert:before, .productView-alert:after {
    content: " ";
    display: table; }
  .productView-alert:after {
    clear: both; }
  .productView-alert > div:only-child {
    margin-bottom: 45px; }

@media (max-width: 991px) {
  body.openTabDesc {
    overflow: hidden; }
    body.openTabDesc .body {
      z-index: 999; } }

.page-type-product {
  position: relative; }
  @media (min-width: 1025px) {
    .page-type-product.home-layout-3 .halo-productView-bottom .container {
      padding-right: 0px; } }
  @media (min-width: 1600px) {
    .page-type-product.home-layout-3 .halo-productView-bottom .container {
      padding-right: 0px; } }
  .page-type-product .halo-productView {
    z-index: 21; }
    @media (max-width: 991px) {
      .page-type-product .halo-productView .productView-image-wrapper > div:not(.productView-nav-mobile):not(.halo-badges) {
        display: none !important; } }
    .page-type-product .halo-productView .productView-nav.productView-nav-mobile {
      display: none !important; }
      @media (max-width: 991px) {
        .page-type-product .halo-productView .productView-nav.productView-nav-mobile {
          display: block !important; } }
    .page-type-product .halo-productView .productView-thumbnail-wrapper .productView-for:not(.slick-slider) {
      white-space: unset;
      overflow: unset; }
      .page-type-product .halo-productView .productView-thumbnail-wrapper .productView-for:not(.slick-slider) > div {
        width: 100%; }
    .page-type-product .halo-productView .productView-thumbnail-wrapper .productView-for:not(.slick-initialized) > div {
      width: 100%; }
      .page-type-product .halo-productView .productView-thumbnail-wrapper .productView-for:not(.slick-initialized) > div:nth-child(n + 7) {
        display: none; }
      @media (max-width: 992px) {
        .page-type-product .halo-productView .productView-thumbnail-wrapper .productView-for:not(.slick-initialized) > div:nth-child(n + 5) {
          display: none; } }
    @media (max-width: 991px) {
      .page-type-product .halo-productView .productView-thumbnail-wrapper {
        display: none; } }
    .page-type-product .halo-productView .productView-thumbnail {
      padding: 6px 0;
      border: none; }
  .page-type-product .halo-productView-bottom .halo-productView-description {
    padding: 30px 0; }
    .page-type-product .halo-productView-bottom .halo-productView-description .productView-description {
      float: unset;
      padding: 0; }
  .page-type-product .halo-productView-bottom .productView-tab {
    display: block !important; }
  .page-type-product .halo-productView-bottom .container {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto; }
  @media (min-width: 1025px) {
    .page-type-product .halo-productView-bottom .container {
      padding-left: 30px;
      padding-right: 30px;
      max-width: 1690px; } }
  @media (min-width: 1600px) {
    .page-type-product .halo-productView-bottom .container {
      max-width: 1890px;
      padding-left: 60px;
      padding-right: 60px; } }
  @media (min-width: 1890px) {
    .page-type-product .halo-productView-bottom .container {
      max-width: 100%; } }
  .page-type-product .productView-tab .tabs-contents {
    padding-top: 15px; }
    .page-type-product .productView-tab .tabs-contents .alertBox {
      display: block; }
    .page-type-product .productView-tab .tabs-contents p {
      max-width: 100%; }
    .page-type-product .productView-tab .tabs-contents .des-title {
      font-size: 16px;
      font-weight: 500;
      color: black;
      margin-bottom: 8px !important;
      padding-top: 10px; }
    .page-type-product .productView-tab .tabs-contents .des-list {
      margin-bottom: 13px !important;
      margin-left: 16px !important; }
      .page-type-product .productView-tab .tabs-contents .des-list.des-list-nostyle {
        margin-bottom: 0; }
      .page-type-product .productView-tab .tabs-contents .des-list > li {
        line-height: 32px; }
      .page-type-product .productView-tab .tabs-contents .des-list li::marker {
        font-size: 15px; }
    .page-type-product .productView-tab .tabs-contents .des-list-nostyle {
      margin-left: 0; }
      .page-type-product .productView-tab .tabs-contents .des-list-nostyle > li {
        display: block; }
        .page-type-product .productView-tab .tabs-contents .des-list-nostyle > li > span {
          width: 16px;
          display: inline-block; }
    .page-type-product .productView-tab .tabs-contents .desItem-content-bottom-1 {
      padding-top: 13px; }
    .page-type-product .productView-tab .tabs-contents .des-contentBorder {
      border-left: 2px solid #cccccc;
      padding: 5px 20px;
      margin-top: 18px !important;
      margin-bottom: 25px !important; }
    .page-type-product .productView-tab .tabs-contents .desItem-content-bottom-2 {
      padding-bottom: 10px;
      margin-bottom: 35px !important; }
    .page-type-product .productView-tab .tabs-contents .custom-description {
      display: block;
      position: relative;
      margin: 35px 0 0 0 !important; }
      .page-type-product .productView-tab .tabs-contents .custom-description:before, .page-type-product .productView-tab .tabs-contents .custom-description:after {
        content: " ";
        display: table; }
      .page-type-product .productView-tab .tabs-contents .custom-description:after {
        clear: both; }
      .page-type-product .productView-tab .tabs-contents .custom-description table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        table-layout: auto;
        margin: 0; }
        .page-type-product .productView-tab .tabs-contents .custom-description table tr {
          background: transparent;
          height: 45px; }
          .page-type-product .productView-tab .tabs-contents .custom-description table tr:nth-child(odd) {
            background: #fafafa; }
        .page-type-product .productView-tab .tabs-contents .custom-description table td {
          font-size: 16px;
          font-weight: 400;
          line-height: 1.5;
          padding: 11px 14px;
          text-align: left;
          color: black; }
          .page-type-product .productView-tab .tabs-contents .custom-description table td.tb-title {
            color: black;
            font-weight: 500; }
  .page-type-product .body .halo-productView-right {
    z-index: 21; }

.halo-productView {
  margin-top: 24px;
  padding-bottom: 44px; }
  @media (min-width: 1025px) {
    .halo-productView {
      padding-bottom: 52px; } }
  .halo-productView-top {
    display: block; }
    .halo-productView-top:before, .halo-productView-top:after {
      content: " ";
      display: table; }
    .halo-productView-top:after {
      clear: both; }
    @media (min-width: 1025px) {
      .halo-productView-top .alertBox + .halo-productView .productView-nextProducts {
        top: -6px; } }
  .halo-productView-bottom {
    display: block; }
    .halo-productView-bottom:before, .halo-productView-bottom:after {
      content: " ";
      display: table; }
    .halo-productView-bottom:after {
      clear: both; }
    .halo-productView-bottom .container {
      max-width: 100%;
      padding-left: 10px;
      padding-right: 10px; }

.productView {
  display: block;
  position: relative; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 992px) {
    .productView {
      display: flex;
      flex-wrap: nowrap;
      align-items: flex-start;
      justify-content: flex-start; } }
  @media (min-width: 1025px) {
    .productView.halo-productView-default .productView-image .productView-img-container > a {
      cursor: none; } }
  @media (max-width: 1024px) {
    .productView.halo-productView-default .cursor-wrapper {
      display: none; } }
  @media (min-width: 768px) {
    .productView.halo-productView-custom {
      padding-bottom: 70px; }
      .home-layout-4 .productView.halo-productView-custom {
        padding-bottom: 0px; } }

.halo-productView-left {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  position: relative;
  padding: 0;
  width: 100%;
  transition: all 0.3s ease; }
  .halo-productView-left .productView-image-wrapper .is-show {
    display: inline-block; }
  .halo-productView-left .productView-image-wrapper .is-hidden {
    display: none; }
  .halo-productView-left .productView-image-wrapper .productView-image-item:not(.productView-image-item-2) {
    position: relative;
    padding: 5px; }
    .halo-productView-left .productView-image-wrapper .productView-image-item:not(.productView-image-item-2):nth-child(n + 1), .halo-productView-left .productView-image-wrapper .productView-image-item:not(.productView-image-item-2):nth-child(n + 2), .halo-productView-left .productView-image-wrapper .productView-image-item:not(.productView-image-item-2):nth-child(n + 3) {
      vertical-align: top;
      display: inline-block;
      width: 33.3334%; }
    .halo-productView-left .productView-image-wrapper .productView-image-item:not(.productView-image-item-2):nth-child(n + 4) {
      width: 100%; }
    .halo-productView-left .productView-image-wrapper .productView-image-item:not(.productView-image-item-2):nth-child(n + 5), .halo-productView-left .productView-image-wrapper .productView-image-item:not(.productView-image-item-2):nth-child(n + 6) {
      vertical-align: top;
      display: inline-block;
      width: 50%; }
    .halo-productView-left .productView-image-wrapper .productView-image-item:not(.productView-image-item-2):nth-child(n + 7) {
      display: none; }
    .halo-productView-left .productView-image-wrapper .productView-image-item:not(.productView-image-item-2).is-show {
      display: inline-block; }
    .halo-productView-left .productView-image-wrapper .productView-image-item:not(.productView-image-item-2).is-hidden {
      display: none; }
  .halo-productView-left .productView-image-wrapper .productView-image-item-2 {
    position: relative;
    padding: 5px; }
    .halo-productView-left .productView-image-wrapper .productView-image-item-2.productView-image-1 {
      width: 100%; }
    .halo-productView-left .productView-image-wrapper .productView-image-item-2.productView-image-2, .halo-productView-left .productView-image-wrapper .productView-image-item-2.productView-image-3 {
      vertical-align: top;
      display: inline-block;
      width: 50%; }
    .halo-productView-left .productView-image-wrapper .productView-image-item-2 .halo-productVideos {
      top: auto;
      bottom: 30px;
      right: auto;
      left: 30px;
      transform: unset; }
    .halo-productView-left .productView-image-wrapper .productView-image-item-2.is-show {
      display: inline-block; }
    .halo-productView-left .productView-image-wrapper .productView-image-item-2.is-hidden {
      display: none; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="0"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="1"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="2"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="3"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="4"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="5"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="6"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="7"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="8"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="9"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="10"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="11"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="12"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="13"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="14"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="15"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="16"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="17"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="18"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="19"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="20"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="21"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="22"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="23"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="24"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="25"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="26"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="27"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="28"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="29"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="30"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="31"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="32"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="33"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="34"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="35"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="36"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="37"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="38"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="39"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="40"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="41"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="42"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="43"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="44"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="45"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="46"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="47"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="48"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="49"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="50"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="51"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="52"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="53"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="54"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="55"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="56"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="57"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="58"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="59"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="60"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="61"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="62"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="63"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="64"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="65"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="66"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="67"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="68"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="69"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="70"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="71"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="72"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="73"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="74"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="75"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="76"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="77"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="78"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="79"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="80"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="81"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="82"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="83"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="84"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="85"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="86"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="87"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="88"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="89"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="90"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="91"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="92"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="93"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="94"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="95"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="96"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="97"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="98"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="99"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="100"] {
    width: 50%; }
  .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="1"] {
    width: 100%; }
    .halo-productView-left .productView-image-wrapper .productView-image-item.is-show[data-index="1"] .halo-productVideos {
      top: auto;
      bottom: 30px;
      right: auto;
      left: 30px;
      transform: unset; }
  .halo-productView-left .productView-image-wrapper .halo-productVideos {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    display: block;
    transition: all 0.15s ease; }
    .halo-productView-left .productView-image-wrapper .halo-productVideos .halo-productVideo-link {
      display: inline-block;
      vertical-align: top; }
      .halo-productView-left .productView-image-wrapper .halo-productVideos .halo-productVideo-link .icon {
        display: inline-block;
        vertical-align: top;
        width: 66px;
        height: 66px;
        fill: black;
        stroke: black; }
    .halo-productView-left .productView-image-wrapper .halo-productVideos:hover {
      opacity: 1; }
    @media (max-width: 991px) {
      .halo-productView-left .productView-image-wrapper .halo-productVideos {
        left: 10px; } }
  @media (min-width: 1200px) {
    .halo-productView-left .productView-image-wrapper {
      width: 100%; } }
  .halo-productView-left .productView-show-image {
    text-align: center;
    padding-top: 25px; }
    .halo-productView-left .productView-show-image .button {
      min-width: 203px; }
  .halo-productView-left .cursor-wrapper {
    position: fixed;
    opacity: 1;
    width: 110px;
    height: 60px;
    left: -50px;
    top: -50px;
    transform: translate(-100%, -100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    pointer-events: none; }
    .halo-productView-left .cursor-wrapper.handleMouseLeave {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.4s ease, visibility 0.4s ease; }
    .halo-productView-left .cursor-wrapper.handleMouseEnter .custom-cursor__inner .arrow {
      z-index: 1;
      opacity: 1;
      overflow: visible; }
    .halo-productView-left .cursor-wrapper.handleMouseEnter .custom-cursor__outer {
      transform: scale(1); }
    .halo-productView-left .cursor-wrapper .counter {
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0.1em;
      margin-left: 12px;
      margin-top: 4px;
      color: black; }
      .halo-productView-left .cursor-wrapper .counter #count-image {
        margin-right: 10px;
        position: relative; }
        .halo-productView-left .cursor-wrapper .counter #count-image:before {
          content: "";
          position: absolute;
          right: -5px;
          bottom: 5px;
          width: 1px;
          height: 10px;
          background-color: black; }
    .halo-productView-left .cursor-wrapper .custom-cursor {
      position: relative;
      left: 0;
      top: 0; }
    .halo-productView-left .cursor-wrapper .custom-cursor__outer {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      transform: scale(0);
      transition: transform 0.4s ease;
      border: 1px solid black;
      background: black;
      background: black; }
    .halo-productView-left .cursor-wrapper .custom-cursor__inner {
      position: relative;
      width: 100%;
      height: 100%;
      display: block; }
      .halo-productView-left .cursor-wrapper .custom-cursor__inner .arrow {
        margin: 25px;
        display: inline-block;
        height: 12px;
        position: relative;
        width: 12px;
        z-index: -1;
        opacity: 0;
        overflow: hidden;
        animation: fadeIn 1s; }
        .halo-productView-left .cursor-wrapper .custom-cursor__inner .arrow:before {
          bottom: 1px;
          content: "";
          height: 20px;
          position: absolute;
          right: 0;
          transform-origin: bottom;
          width: 2px;
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          background-color: white;
          border-color: white; }
        .halo-productView-left .cursor-wrapper .custom-cursor__inner .arrow:after {
          border-bottom-style: solid;
          border-bottom-width: 2px;
          border-right-style: solid;
          border-right-width: 2px;
          border-color: white;
          content: "";
          display: inline-block;
          height: 7px;
          left: 5px;
          position: absolute;
          top: 5px;
          width: 7px; }
        .halo-productView-left .cursor-wrapper .custom-cursor__inner .arrow.is-top {
          position: absolute;
          top: -7px;
          left: -7px;
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
        .halo-productView-left .cursor-wrapper .custom-cursor__inner .arrow.is-bottom {
          position: absolute;
          top: 4px;
          left: 4px;
          -moz-transform: rotate(0);
          -ms-transform: rotate(0);
          -webkit-transform: rotate(0);
          transform: rotate(0); }
        .halo-productView-left .cursor-wrapper .custom-cursor__inner .arrow.is-right {
          position: absolute;
          left: 4px;
          top: -7px;
          -moz-transform: rotate(270deg);
          -ms-transform: rotate(270deg);
          -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }
        .halo-productView-left .cursor-wrapper .custom-cursor__inner .arrow.is-left {
          position: absolute;
          left: -7px;
          top: 4px;
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
  @media (min-width: 992px) {
    .halo-productView-left {
      position: sticky;
      top: 110px;
      display: inline-block;
      vertical-align: top;
      width: 50%;
      margin-bottom: 0;
      max-width: 100%; } }
  @media (min-width: 1025px) {
    .halo-productView-left {
      width: 61%;
      top: 90px; } }

.halo-productView-right {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  position: relative;
  width: 100%;
  padding: 0;
  margin-right: 0px;
  transition: all 0.3s ease; }
  .halo-productView-right .productView-details {
    display: block;
    margin: 0;
    padding: 0; }
  .halo-productView-right .productView-wrapper-details {
    padding-top: 30px; }
  @media (min-width: 992px) {
    .halo-productView-right {
      position: sticky;
      top: 110px;
      display: inline-block;
      vertical-align: top;
      width: 50%;
      margin-top: 10px;
      margin-right: 0;
      padding: 0 0 0 35px; }
      .halo-productView-right .productView-wrapper-details {
        padding-top: 0; }
        .halo-productView-right .productView-wrapper-details .productView-details {
          padding-bottom: 20px; }
          .home-layout-4 .halo-productView-right .productView-wrapper-details .productView-details {
            padding-bottom: 0; } }
  @media (min-width: 1025px) {
    .halo-productView-right {
      width: 39%;
      top: 90px; } }

.productView-images-wrapper {
  display: block; }
  .productView-images-wrapper:before, .productView-images-wrapper:after {
    content: " ";
    display: table; }
  .productView-images-wrapper:after {
    clear: both; }

@media (min-width: 992px) {
  .productView-images-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start; } }

.productView-nav-mobile {
  width: 1px;
  min-width: 100%;
  white-space: nowrap;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0; }
  .productView-nav-mobile.slick-dotted {
    margin-bottom: 0; }
  .productView-nav-mobile.slick-initialized {
    opacity: 1; }
  .productView-nav-mobile:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .productView-nav-mobile .slick-arrow {
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    cursor: pointer;
    border: 0;
    padding: 8px;
    border: none;
    fill: #191919;
    stroke: #191919;
    top: initial;
    transform: translate(0);
    bottom: 30px; }
    .home-layout-3 .productView-nav-mobile .slick-arrow {
      width: 24px;
      height: 24px;
      top: initial;
      bottom: 30px; }
    .productView-nav-mobile .slick-arrow:before {
      display: none; }
    .productView-nav-mobile .slick-arrow.slick-prev {
      left: 32%;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 551.13 551.13'%3E%3Cpath d='m189.451 275.565 223.897-223.897v-51.668l-275.565 275.565 275.565 275.565v-51.668z' fill='rgba(255, 255, 255, 1)' /%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center; }
    .productView-nav-mobile .slick-arrow.slick-next {
      right: 32%;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 551.13 551.13'%3E%3Cpath d='m361.679 275.565-223.896 223.897v51.668l275.565-275.565-275.565-275.565v51.668z' fill='rgba(255, 255, 255, 1)' /%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center; }
    @media (min-width: 551px) {
      .productView-nav-mobile .slick-arrow.slick-prev {
        left: 38%; }
      .productView-nav-mobile .slick-arrow.slick-next {
        right: 38%; } }
    @media (min-width: 768px) {
      .productView-nav-mobile .slick-arrow.slick-prev {
        left: 41%; }
      .productView-nav-mobile .slick-arrow.slick-next {
        right: 41%; } }
    @media (min-width: 1200px) {
      .productView-nav-mobile .slick-arrow.slick-prev {
        left: 44.5%; }
      .productView-nav-mobile .slick-arrow.slick-next {
        right: 44.5%; } }
    @media (min-width: 1770px) {
      .productView-nav-mobile .slick-arrow.slick-prev {
        left: 46.5%; }
      .productView-nav-mobile .slick-arrow.slick-next {
        right: 46.5%; } }
    .productView-nav-mobile .slick-arrow.slick-disabled {
      opacity: 0.5 !important;
      cursor: default; }
    .productView-nav-mobile .slick-arrow:focus {
      outline: none !important;
      outline-offset: 0 !important; }
  .productView-nav-mobile .slick-dots {
    position: absolute;
    top: inherit;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    width: auto;
    width: 80px; }
    .productView-nav-mobile .slick-dots [data-dots-totals] {
      margin: 0 5px; }
    .productView-nav-mobile .slick-dots:before {
      content: "";
      position: absolute;
      bottom: -4px;
      height: 20px;
      width: 190px;
      height: 36px;
      transform: translateX(-50%);
      border-radius: 5px;
      background-color: rgba(0, 0, 0, 0.3); }
    .productView-nav-mobile .slick-dots li {
      width: auto;
      height: auto;
      padding: 0;
      text-align: center;
      width: 100%;
      display: none; }
      .productView-nav-mobile .slick-dots li button {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 24px;
        color: black;
        border: 0;
        border-radius: 0;
        width: auto;
        height: auto;
        position: relative;
        transition: all 0.3s ease;
        border-bottom: 1px solid transparent; }
        .productView-nav-mobile .slick-dots li button:before {
          display: none; }
      .productView-nav-mobile .slick-dots li.slick-active {
        display: block; }
        .productView-nav-mobile .slick-dots li.slick-active button {
          color: white; }
    .productView-nav-mobile .slick-dots .carousel-tooltip {
      display: none; }

.productView-image {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0;
  margin: 0 auto; }
  .home-layout-4 .productView-image {
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: hidden; }
    .home-layout-4 .productView-image.slick-slide {
      overflow: auto; }
  .productView-image .productView-img-container {
    position: relative;
    margin: auto;
    max-width: 750px;
    width: 100%; }
    .productView-image .productView-img-container:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 100%; }
    .home-layout-3 .productView-image .productView-img-container {
      transition: 1s;
      opacity: 1; }
    .home-layout-3 .productView-nav:not(.slick-initialized) .productView-image .productView-img-container {
      opacity: 0; }
    .productView-image .productView-img-container > a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: center; }
    .productView-image .productView-img-container .productView-video {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%; }
      .productView-image .productView-img-container .productView-video iframe {
        width: 100% !important;
        height: 100% !important; }
    .productView-image .productView-img-container img {
      position: absolute;
      top: 50%;
      left: 50%;
      display: inline-block;
      vertical-align: top;
      height: 100%;
      width: 100%;
      max-width: none;
      transform: translate(-50%, -50%);
      object-fit: contain; }
      .productView-image .productView-img-container img.lazyload, .productView-image .productView-img-container img.lazyloading {
        width: auto;
        height: auto;
        margin: 0 auto; }
    .productView-image .productView-img-container.productView-img-containerDefault {
      border: 1px solid #d6d6d6; }
      .productView-image .productView-img-container.productView-img-containerDefault .productView-image--default {
        object-fit: contain;
        width: auto;
        height: auto; }
  .productView-image-wrapper {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%; }
    .productView-image-wrapper .productView-nav {
      display: block;
      margin: 0; }
      .home-layout-4 .productView-image-wrapper .productView-nav {
        opacity: 1; }
      .productView-image-wrapper .productView-nav:not(.slick-initialized) {
        overflow: hidden;
        font-size: 0;
        letter-spacing: 0;
        display: block;
        white-space: nowrap; }
        .home-layout-4 .productView-image-wrapper .productView-nav:not(.slick-initialized) {
          opacity: 1 !important; }
        .productView-image-wrapper .productView-nav:not(.slick-initialized) > div,
        .productView-image-wrapper .productView-nav:not(.slick-initialized) > figure {
          display: inline-block;
          vertical-align: top;
          width: 100%; }
    .productView-image-wrapper .halo-zoom {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      margin: 21px 0 0 0; }
      .productView-image-wrapper .halo-zoom .icon {
        width: 15px;
        height: 15px;
        fill: #999999;
        margin: 0 10px 0 0; }
      .productView-image-wrapper .halo-zoom .text {
        font-size: 14px;
        font-weight: 400;
        color: #999999;
        letter-spacing: 0;
        line-height: 24px; }
  @media (min-width: 1200px) {
    .productView-image-wrapper {
      width: calc(100% - 95px); } }

.productView-thumbnail {
  display: block;
  width: 100%;
  padding: 0 8px;
  margin: 0; }
  .productView-thumbnail .productView-thumbnail-link {
    display: block;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: transparent; }
    .productView-thumbnail .productView-thumbnail-link:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 100%; }
    .productView-thumbnail .productView-thumbnail-link img {
      position: absolute;
      top: 50%;
      left: 50%;
      height: 100%;
      width: 100%;
      max-width: none;
      display: inline-block;
      vertical-align: top;
      transform: translate(-50%, -50%);
      transition: all 0.3s ease;
      object-fit: cover; }
      .productView-thumbnail .productView-thumbnail-link img.lazyload, .productView-thumbnail .productView-thumbnail-link img.lazyloading {
        width: auto;
        height: auto;
        margin: 0 auto; }
    .productView-thumbnail .productView-thumbnail-link.productView-thumbnail-linkVideo .videoText {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      text-align: center;
      transform: translateY(-50%); }
      .productView-thumbnail .productView-thumbnail-link.productView-thumbnail-linkVideo .videoText span {
        font-size: 14px; }
    .productView-thumbnail .productView-thumbnail-link.productView-thumbnail-linkVideo .icon {
      display: block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin: auto;
      fill: white;
      stroke: black;
      stroke-width: 20px; }
    @media (min-width: 1025px) {
      .productView-thumbnail .productView-thumbnail-link.productView-thumbnail-linkVideo:hover .icon {
        stroke: #e9162b; } }
    .productView-thumbnail .productView-thumbnail-link:hover {
      border-color: black; }
  .productView-thumbnail-wrapper {
    display: block;
    padding: 0;
    margin: 20px 0 0 0;
    position: relative; }
    .productView-thumbnail-wrapper .productView-for {
      display: block;
      position: relative;
      font-size: 0;
      letter-spacing: 0;
      margin: 0;
      padding: 0 45px; }
      .productView-thumbnail-wrapper .productView-for:not(.slick-slider) {
        white-space: nowrap;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0; }
        .productView-thumbnail-wrapper .productView-for:not(.slick-slider) > div {
          display: inline-block;
          vertical-align: top;
          width: auto; }
    .productView-thumbnail-wrapper .slick-arrow {
      width: 25px;
      height: 25px;
      fill: #787878;
      background: transparent;
      border: 0;
      top: 50%;
      bottom: auto;
      padding: 0;
      transform: translateY(-50%);
      margin-top: 0; }
      .productView-thumbnail-wrapper .slick-arrow.slick-prev {
        left: 0; }
      .productView-thumbnail-wrapper .slick-arrow.slick-next {
        left: auto;
        right: 0; }
      .productView-thumbnail-wrapper .slick-arrow.slick-disabled {
        opacity: 0.5; }
  .slick-current .productView-thumbnail .productView-thumbnail-link {
    border-color: #e9162b; }
    .slick-current .productView-thumbnail .productView-thumbnail-link img {
      opacity: 0.5; }
  @media (min-width: 551px) {
    .productView-thumbnail-wrapper {
      margin-top: 30px; }
    .productView-thumbnail .productView-thumbnail-link.productView-thumbnail-linkVideo .text {
      display: block; } }
  @media (min-width: 768px) {
    .productView-thumbnail .productView-thumbnail-link.productView-thumbnail-linkVideo .icon {
      width: 44px;
      height: 44px; } }
  @media (min-width: 992px) {
    .productView-thumbnail {
      padding: 8px 0; }
      .productView-thumbnail-wrapper {
        display: inline-block;
        vertical-align: top;
        width: 94px;
        padding-right: 16px;
        margin-top: 0;
        order: -1; }
        .productView-thumbnail-wrapper .productView-for {
          padding: 30px 0 38px 0; }
        .productView-thumbnail-wrapper .slick-arrow.slick-prev {
          top: -5px;
          left: 50%;
          transform: translateX(-50%) rotate(90deg); }
        .productView-thumbnail-wrapper .slick-arrow.slick-next {
          top: auto;
          left: 50%;
          right: auto;
          bottom: 0;
          transform: translateX(-50%) rotate(90deg); }
        .productView-thumbnail-wrapper.arrows-disable {
          margin-top: -8px; }
          .productView-thumbnail-wrapper.arrows-disable .productView-for {
            padding-top: 0;
            padding-bottom: 0; }
      .productView-thumbnail .productView-thumbnail-link.productView-thumbnail-linkVideo .icon {
        width: 40px;
        height: 40px; }
      .productView-thumbnail .productView-thumbnail-link.productView-thumbnail-linkVideo .text {
        font-size: 14px;
        margin-top: 3px; } }
  @media (min-width: 1025px) {
    .slick-slide .productView-thumbnail:hover .productView-thumbnail-link {
      border-color: #e9162b; }
      .slick-slide .productView-thumbnail:hover .productView-thumbnail-link img {
        opacity: 0.5; } }
  @media (min-width: 1400px) {
    .productView-thumbnail-wrapper {
      padding-right: 16px; } }

.productView-details {
  display: block;
  margin: 0;
  padding: 0; }

.container-productView-tab {
  padding-top: 30px;
  padding-bottom: 0; }
  @media (min-width: 1025px) {
    .container-productView-tab {
      margin-bottom: -20px; } }
  @media (min-width: 1600px) {
    .container-productView-tab {
      padding-top: 52px;
      padding-bottom: 0; }
      .container-productView-tab .productView-tab {
        margin: 0 auto; } }

@media (min-width: 1025px) {
  .productView-tab.productView-tab-2 .tabs {
    display: none;
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding-bottom: 0;
    border-bottom: 0; }
    .productView-tab.productView-tab-2 .tabs .tab {
      display: block;
      float: none;
      width: 100%; }
    .productView-tab.productView-tab-2 .tabs .tab-title {
      display: block;
      width: 100%;
      padding: 0;
      text-align: left;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 26px;
      color: #737373;
      text-transform: uppercase;
      transition: unset; }
  .productView-tab.productView-tab-2 .tabs-contents {
    margin: 0; }
    .productView-tab.productView-tab-2 .tabs-contents .tab-content {
      display: block;
      padding: 0;
      margin: 0;
      transition: all 0.3s ease; }
    .productView-tab.productView-tab-2 .tabs-contents .toggle-title {
      display: block;
      margin: 0;
      padding: 0; }
    .productView-tab.productView-tab-2 .tabs-contents .toggleLink {
      display: block;
      float: none;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 500;
      color: black;
      letter-spacing: 0;
      line-height: 1.5;
      width: 100%;
      padding: 15px 45px 15px 15px;
      position: relative;
      text-transform: capitalize;
      border-top: 1px solid #e6e6e6;
      transition: all 0.3s ease; }
      .productView-tab.productView-tab-2 .tabs-contents .toggleLink .text {
        padding-bottom: 0;
        background-image: unset; }
      .productView-tab.productView-tab-2 .tabs-contents .toggleLink .icon-plus {
        font-size: 0;
        display: inline-block;
        vertical-align: top;
        position: absolute;
        top: 50%;
        right: 15px;
        z-index: 2;
        pointer-events: none;
        transform: translateY(-50%);
        background-color: transparent;
        background-position: unset;
        background-repeat: unset;
        background-image: unset;
        transition: all 0.3s ease; }
        .productView-tab.productView-tab-2 .tabs-contents .toggleLink .icon-plus:before, .productView-tab.productView-tab-2 .tabs-contents .toggleLink .icon-plus:after {
          content: "";
          position: absolute;
          top: 50%;
          z-index: 2;
          transition: all 0.3s ease;
          transform: translate(0, -50%);
          background: black; }
        .productView-tab.productView-tab-2 .tabs-contents .toggleLink .icon-plus:before {
          right: 5px;
          width: 2px;
          height: 12px; }
        .productView-tab.productView-tab-2 .tabs-contents .toggleLink .icon-plus:after {
          right: 0;
          width: 12px;
          height: 2px; }
      .productView-tab.productView-tab-2 .tabs-contents .toggleLink.is-open {
        border-top: #e9162b;
        background-color: #e9162b;
        color: white; }
        .productView-tab.productView-tab-2 .tabs-contents .toggleLink.is-open .icon-plus:before, .productView-tab.productView-tab-2 .tabs-contents .toggleLink.is-open .icon-plus:after {
          background: white; }
        .productView-tab.productView-tab-2 .tabs-contents .toggleLink.is-open .icon-plus:before {
          transform: translateY(-50%) rotate(90deg); }
    .productView-tab.productView-tab-2 .tabs-contents .toggle-content {
      position: relative; }
      .productView-tab.productView-tab-2 .tabs-contents .toggle-content.is-open {
        padding-top: 15px;
        padding-bottom: 15px; } }

@media (min-width: 1025px) and (min-width: 768px) {
  .productView-tab.productView-tab-2 .tabs {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: auto; }
    .productView-tab.productView-tab-2 .tabs .tab {
      display: inline-block;
      vertical-align: top;
      width: 300px;
      border: 0;
      white-space: normal;
      margin-right: 15px;
      padding-bottom: 2px; }
      .productView-tab.productView-tab-2 .tabs .tab:after {
        content: "";
        position: absolute;
        right: 0;
        top: 4px;
        width: 1px;
        height: 19px;
        background-color: #737373;
        transform: rotate(30deg); }
      .productView-tab.productView-tab-2 .tabs .tab.is-active {
        margin-bottom: 0; }
        .productView-tab.productView-tab-2 .tabs .tab.is-active .tab-title {
          color: black;
          border-width: 3px;
          border-color: #e9162b; }
      .productView-tab.productView-tab-2 .tabs .tab:last-child:after {
        width: 0; }
    .productView-tab.productView-tab-2 .tabs .tab-title {
      padding-top: 0;
      padding-bottom: 2px;
      font-size: 20px;
      font-weight: 700;
      border-bottom: 3px solid transparent;
      text-align: center; }
  .productView-tab.productView-tab-2 .tabs-contents .tab-content {
    display: none;
    padding-right: 12px; }
    .productView-tab.productView-tab-2 .tabs-contents .tab-content.is-active {
      display: block; }
  .productView-tab.productView-tab-2 .tabs-contents .toggle-title {
    display: none; }
  .productView-tab.productView-tab-2 .tabs-contents .toggle-content {
    display: block;
    max-height: unset !important; } }

@media (min-width: 1025px) and (min-width: 1025px) {
  .productView-tab.productView-tab-2 .tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 0;
    overflow: hidden; }
    .productView-tab.productView-tab-2 .tabs .tab {
      display: block;
      padding-left: 37px;
      padding-right: 37px;
      width: auto;
      margin-right: 0;
      position: relative; }
    .productView-tab.productView-tab-2 .tabs .tab-title {
      transition: all 0.3s ease; }
      .productView-tab.productView-tab-2 .tabs .tab-title:hover {
        color: black;
        border-color: #e9162b; } }

.productView-tab .tabs {
  display: none;
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding-bottom: 0;
  border-bottom: 0; }
  .productView-tab .tabs .tab {
    display: block;
    float: none;
    width: 100%; }
  .productView-tab .tabs .tab-title {
    display: block;
    width: 100%;
    padding: 0 15px;
    text-align: left;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    color: black;
    text-transform: uppercase;
    transition: unset; }

.productView-tab .tabs-contents {
  margin: 0; }
  .productView-tab .tabs-contents .tab-content {
    display: block;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease; }
    .productView-tab .tabs-contents .tab-content#tab-reviews .toggleLink {
      padding-bottom: 10px; }
    .productView-tab .tabs-contents .tab-content#tab-reviews .icon {
      width: 17px;
      height: 18px; }
  .productView-tab .tabs-contents .toggle-title {
    display: block;
    margin: 0;
    padding: 0; }
  .productView-tab .tabs-contents .toggleLink {
    display: block;
    float: none;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: black;
    letter-spacing: 0;
    line-height: 1.5;
    width: 100%;
    padding: 18px 45px 18px 0;
    position: relative;
    text-transform: uppercase;
    border-top: 1px solid #e6e6e6;
    transition: all 0.3s ease; }
    .productView-tab .tabs-contents .toggleLink .text {
      padding-bottom: 0;
      background-image: unset; }
    .productView-tab .tabs-contents .toggleLink .icon-plus {
      font-size: 0;
      display: inline-block;
      vertical-align: top;
      position: absolute;
      top: 50%;
      right: 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.3s ease; }
      .productView-tab .tabs-contents .toggleLink .icon-plus:before, .productView-tab .tabs-contents .toggleLink .icon-plus:after {
        content: "";
        position: absolute;
        top: 50%;
        z-index: 2;
        transition: all 0.3s ease;
        transform: translate(0, -50%);
        background: black; }
      .productView-tab .tabs-contents .toggleLink .icon-plus:before {
        right: 9px;
        width: 2px;
        height: 20px; }
      .productView-tab .tabs-contents .toggleLink .icon-plus:after {
        right: 0;
        width: 20px;
        height: 2px; }
    .productView-tab .tabs-contents .toggleLink.is-open {
      background-color: white;
      color: black; }
      .productView-tab .tabs-contents .toggleLink.is-open .icon-plus:before, .productView-tab .tabs-contents .toggleLink.is-open .icon-plus:after {
        background: black; }
      .productView-tab .tabs-contents .toggleLink.is-open .icon-plus:before {
        transform: translateY(-50%) rotate(90deg); }
  .productView-tab .tabs-contents .toggle-content {
    position: relative; }
    .productView-tab .tabs-contents .toggle-content.is-open {
      padding-top: 15px;
      padding-bottom: 15px; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 992px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.tab-descriptionShowmore {
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 0 30px 0;
  background-color: rgba(255, 255, 255, 0.9);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 12%, rgba(255, 255, 255, 0.9) 34%, rgba(255, 255, 255, 0.96) 57%, #fff 73%); }
  .tab-descriptionShowmore .button {
    min-width: 200px !important;
    text-transform: uppercase;
    font-weight: 500; }
  .tab-descriptionShowmore.less {
    padding-top: 30px;
    position: relative; }
  @media (min-width: 768px) {
    .tab-descriptionShowmore {
      display: none; } }

@media (max-width: 767px) {
  .productView-tab .tabs-contents .toggle-content#tab-description-mobile.show_read_more {
    max-height: 300px;
    overflow: hidden; } }

.page-product-mobile .customPag {
  display: none; }

@media (max-width: 550px) {
  .page-product-mobile .breadcrumbs {
    display: none; }
  .page-product-mobile .halo-productView-top .productView {
    padding-top: 0; }
  .page-product-mobile .halo-productView-left {
    margin-bottom: 15px; }
  .page-product-mobile .productView-image-wrapper {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    width: auto; }
    .page-product-mobile .productView-image-wrapper .productView-nav:not(.slick-initialized) {
      padding-right: 25%; }
  .page-product-mobile .productView-nav .slick-slide .productView-image {
    padding-left: 3px;
    padding-right: 3px; }
  .page-product-mobile .productView-nav .customPag {
    display: block;
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    height: 20px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 8px; }
    .page-product-mobile .productView-nav .customPag span {
      padding: 0;
      position: relative; }
      .page-product-mobile .productView-nav .customPag span + span {
        padding-left: 10px; }
        .page-product-mobile .productView-nav .customPag span + span:before {
          content: "/";
          position: absolute;
          top: 2px;
          left: 3px;
          font-size: 16px;
          font-weight: 400; }
  .page-product-mobile .productView-nav.customSlick {
    /*opacity: 0;
                visibility: hidden;*/ }
    .page-product-mobile .productView-nav.customSlick .slick-list {
      padding-left: 0;
      padding-right: 25%; }
  .page-product-mobile .productView-nav.customSlickRight .slick-list {
    padding-left: 0;
    padding-right: 25%; }
  .page-product-mobile .productView-nav.customSlickLeft .slick-list {
    padding-left: 25%;
    padding-right: 0; }
  .page-product-mobile .productView-thumbnail-wrapper {
    display: none; } }

.productView-detail-tab {
  display: flex;
  padding: 6px 0px 16px;
  margin: 0px; }
  .productView-detail-tab li.tab {
    font-size: 16px;
    line-height: 24px;
    list-style-type: none;
    border-bottom: none;
    border-top: none;
    border-right: 1px solid #e4e7e6;
    padding-left: 15px;
    padding-right: 15px; }
    .productView-detail-tab li.tab:first-child {
      padding-left: 0; }
    .productView-detail-tab li.tab:last-child {
      padding-right: 0;
      border-right: none; }
    .productView-detail-tab li.tab a {
      letter-spacing: 0;
      color: black;
      padding: 10px 0px; }
      .productView-detail-tab li.tab a span {
        border-bottom: 1px solid transparent; }
      @media (min-width: 1025px) {
        .productView-detail-tab li.tab a:hover span {
          border-color: #d2d2d2; } }
  @media (min-width: 992px) and (max-width: 1150px) {
    .productView-detail-tab li.tab {
      font-size: 15px;
      padding-left: 7px;
      padding-right: 7px; } }
  @media (max-width: 767px) {
    .productView-detail-tab {
      display: block;
      font-size: 0;
      letter-spacing: 0;
      white-space: nowrap;
      overflow: auto;
      margin-bottom: 0 !important; }
      .productView-detail-tab li.tab {
        display: inline-block !important;
        vertical-align: top;
        min-width: 60px;
        margin: 0 auto;
        white-space: normal;
        text-align: center; }
        .productView-detail-tab li.tab.product-tab-divider {
          display: inline-block;
          min-width: 1px;
          margin: 0 15px; } }
  @media (max-width: 551px) {
    .productView-detail-tab {
      padding-bottom: 5px; }
      .productView-detail-tab li.tab:first-child {
        padding-left: 15px; }
      .productView-detail-tab li.tab:last-child {
        padding-right: 15px; }
      .productView-detail-tab li.tab:not(.slick-active) {
        border-right: none; }
      .productView-detail-tab .slick-dots {
        display: inline-block;
        vertical-align: middle;
        left: 0;
        bottom: -5px; }
        .productView-detail-tab .slick-dots li {
          margin: 0 10px;
          padding: 0;
          width: auto;
          height: auto; } }
      @media (max-width: 551px) and (min-width: 1025px) {
        .productView-detail-tab .slick-dots li {
          margin: 0 20px; } }
  @media (max-width: 551px) {
          .productView-detail-tab .slick-dots li button {
            width: 8px;
            height: 8px;
            opacity: 1;
            border: 1px solid black;
            background-color: transparent;
            transition: all 0.3s ease; }
            .productView-detail-tab .slick-dots li button:before {
              display: none; }
          .productView-detail-tab .slick-dots li:only-child {
            display: none; }
          .productView-detail-tab .slick-dots li.slick-active button {
            opacity: 1;
            border-color: black;
            background-color: black; } }

.halo-productView-prTab {
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  overflow: hidden;
  height: 100vh;
  -webkit-animation: fadeIn 0.5s, moveUp 0.5s;
  animation: fadeIn 0.5s, moveUp 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  display: none; }
  @media (max-width: 991px) {
    .halo-productView-prTab {
      padding: 0 25px;
      top: 500px; } }
  @media (min-width: 992px) {
    .halo-productView-prTab {
      left: 40px;
      padding-right: 10px; } }
  @media (min-width: 1600px) {
    .halo-productView-prTab {
      left: 80px; } }
  .halo-productView-prTab.is-open {
    background: white;
    position: sticky;
    top: 0;
    z-index: 103;
    opacity: 1;
    overflow: visible;
    padding-top: 0;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .halo-productView-prTab.is-open {
        position: fixed;
        z-index: 999;
        padding-top: 0; } }
  .halo-productView-prTab .halo-productView-prTab-header {
    position: relative; }
    .halo-productView-prTab .halo-productView-prTab-header .title {
      font-size: 16px;
      font-weight: 500;
      line-height: 40px;
      letter-spacing: 0;
      color: black;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      margin: 0px;
      padding: 11px 0px 23px; }
    .halo-productView-prTab .halo-productView-prTab-header .close {
      position: absolute;
      top: 23px;
      right: -6px;
      z-index: 10;
      line-height: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      pointer-events: auto;
      width: 18px;
      height: 18px; }
  .halo-productView-prTab .halo-productView-prTab__content {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    color: black;
    max-width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    background: white; }
    .halo-productView-prTab .halo-productView-prTab__content h3 {
      font-size: 16px;
      line-height: 22px;
      letter-spacing: 0;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-weight: 500;
      margin-top: 0px;
      margin-bottom: 15px; }
      .halo-productView-prTab .halo-productView-prTab__content h3.shipping {
        margin-top: 28px; }
    .halo-productView-prTab .halo-productView-prTab__content a:not(.button) {
      font-weight: 500;
      color: black; }
      .halo-productView-prTab .halo-productView-prTab__content a:not(.button) span {
        background-image: linear-gradient(transparent 96%, #d2d2d2 4%);
        background-repeat: repeat-x;
        background-position-y: 0; }
  .halo-productView-prTab .des-title {
    font-size: 16px;
    font-weight: 500;
    color: black;
    margin-bottom: 8px;
    padding-top: 10px; }
  .halo-productView-prTab .des-list {
    margin-bottom: 13px;
    margin-left: 16px; }
    .halo-productView-prTab .des-list.des-list-nostyle {
      margin-bottom: 0; }
    .halo-productView-prTab .des-list > li {
      line-height: 32px; }
    .halo-productView-prTab .des-list li::marker {
      font-size: 15px; }
  .halo-productView-prTab .des-list-nostyle {
    margin-left: 0; }
    .halo-productView-prTab .des-list-nostyle > li {
      display: block; }
      .halo-productView-prTab .des-list-nostyle > li > span {
        width: 16px;
        display: inline-block; }
  .halo-productView-prTab .desItem-content-bottom-1 {
    padding-top: 13px; }
  .halo-productView-prTab .des-contentBorder {
    border-left: 2px solid #cccccc;
    padding: 5px 20px;
    margin-top: 18px;
    margin-bottom: 25px; }
  .halo-productView-prTab .desItem-content-bottom-2 {
    padding-bottom: 10px;
    margin-bottom: 35px; }
  .halo-productView-prTab .custom-description {
    display: block;
    position: relative;
    margin: 35px 0 0 0; }
    .halo-productView-prTab .custom-description:before, .halo-productView-prTab .custom-description:after {
      content: " ";
      display: table; }
    .halo-productView-prTab .custom-description:after {
      clear: both; }
    .halo-productView-prTab .custom-description table {
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0;
      table-layout: auto;
      margin: 0; }
      .halo-productView-prTab .custom-description table tr {
        background: transparent;
        height: 45px; }
        .halo-productView-prTab .custom-description table tr:nth-child(odd) {
          background: #fafafa; }
      .halo-productView-prTab .custom-description table td {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        padding: 11px 14px;
        text-align: left;
        color: black; }
        .halo-productView-prTab .custom-description table td.tb-title {
          color: black;
          font-weight: 500; }
  @media (min-width: 1025px) {
    .halo-productView-prTab {
      padding-right: 30px; } }
  @media (min-width: 1600px) {
    .halo-productView-prTab {
      padding-right: 58px; } }

.halo-badges {
  position: absolute;
  top: 5px;
  z-index: 10;
  display: flex;
  flex-direction: column; }
  .home-layout-4 .halo-badges {
    flex-direction: row;
    flex-wrap: wrap; }
  .halo-badges.halo-badges-left {
    left: 5px;
    align-items: flex-start; }
    .home-layout-3 .halo-badges.halo-badges-left {
      left: 10px; }
  .halo-badges.halo-badges-right {
    left: auto;
    right: 5px;
    align-items: flex-end; }
    .home-layout-3 .halo-badges.halo-badges-right {
      right: 10px; }
    .home-layout-4 .halo-badges.halo-badges-right {
      right: 10px; }
  .card .halo-badges {
    top: 5px; }
    .home-layout-3 .card .halo-badges {
      top: 10px; }
    .home-layout-4 .card .halo-badges {
      top: 10px; }
    .card .halo-badges.halo-badges-left {
      left: 5px; }
      .home-layout-3 .card .halo-badges.halo-badges-left {
        left: 10px; }
    .card .halo-badges.halo-badges-right {
      left: auto;
      right: 5px; }
  @media (min-width: 1025px) {
    .halo-badges {
      top: 15px; }
      .home-layout-3 .halo-badges {
        top: 10px; }
      .home-layout-4 .halo-badges {
        top: 10px; }
      .halo-badges.halo-badges-left {
        left: 15px; }
      .halo-badges.halo-badges-right {
        right: 15px; }
      .card .halo-badges {
        top: 15px; }
        .card .halo-badges.halo-badges-left {
          left: 15px; }
        .home-layout-4 .card .halo-badges {
          left: 10px; }
        .card .halo-badges.halo-badges-right {
          right: 15px; } }

.halo-badge {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  height: 25px;
  padding: 2px 5.5px;
  margin: 0;
  text-transform: capitalize;
  min-width: 40px; }
  .home-layout-3 .halo-badge {
    font-size: 12px;
    line-height: 12px;
    height: 17px; }
    .home-layout-3 .halo-badge.new-badge {
      border: 1px solid #000000; }
  .home-layout-4 .halo-badge {
    font-size: 16px;
    line-height: 30px;
    min-height: 30px;
    min-width: 50px;
    text-align: center;
    border-radius: 5px;
    padding: 0 7px;
    font-weight: 700;
    margin-right: 3px;
    margin-bottom: 3px; }
  .halo-badge + .halo-badge {
    margin-top: 5px; }
    .home-layout-4 .halo-badge + .halo-badge {
      margin-top: 0px; }
  .halo-badge.sale-badge {
    background: #e9162b;
    color: white; }
  .halo-badge.soldOut-badge {
    background: #505050;
    color: white; }
  .halo-badge.new-badge {
    background: #e9162b;
    color: white; }
  .halo-badge.custom-badge {
    background: #505050;
    color: white; }
  .halo-badge.custom-badge-2 {
    background: #505050;
    color: white; }

.form-option.form-option-swatch {
  overflow: visible;
  height: 40px; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid black;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100px;
  width: 100px; }

.halo-productOptions .form-radio {
  display: inherit; }

.halo-productOptions .form-option {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
  padding: 0;
  line-height: 1; }
  .halo-productOptions .form-option-variant {
    min-width: unset;
    width: 42px;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #cdcdcd;
    font-size: 0;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    position: relative; }
    .halo-productOptions .form-option-variant:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      transition: all 0.3s ease;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0);
      opacity: 1;
      visibility: visible;
      border: 2px solid white; }
  .halo-productOptions .form-option-variant--color2 {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transform: rotate(45deg); }
    .halo-productOptions .form-option-variant--color2 span {
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
  .halo-productOptions .form-option-expanded {
    display: none;
    background-color: white;
    border: 1px solid transparent;
    padding: 2px;
    position: absolute;
    top: calc(100% + 5px);
    left: calc(100% + 5px);
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1); }
    .halo-productOptions .form-option-expanded .form-option-image {
      display: block;
      height: 100px;
      width: 100px;
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: cover; }
  .halo-productOptions .form-option-swatch {
    position: relative;
    overflow: visible;
    box-shadow: none !important;
    border: 0 !important; }
    .halo-productOptions .form-option-swatch .form-option-variant {
      background-color: white;
      background-size: auto; }
      .halo-productOptions .form-option-swatch .form-option-variant:after {
        border-width: 3px; }
  .halo-productOptions .form-option-rectangle {
    height: 40px;
    line-height: 40px;
    margin: 0 5px 5px 0;
    border: 0 !important;
    box-shadow: none !important; }
    .halo-productOptions .form-option-rectangle .form-option-variant {
      font-size: 16px;
      font-weight: 400;
      color: #4d4d4d;
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 55px;
      width: auto;
      padding-left: 7px;
      padding-right: 7px;
      border-radius: 3px; }
      .halo-productOptions .form-option-rectangle .form-option-variant:after {
        border-radius: 3px; }
  .halo-productOptions .form-option.unavailable {
    position: relative;
    background: transparent;
    /*pointer-events: none;*/ }
    .halo-productOptions .form-option.unavailable .form-option-variant {
      opacity: .5; }
      .halo-productOptions .form-option.unavailable .form-option-variant:before {
        content: "";
        top: 18px;
        left: 50%;
        height: 1px;
        opacity: 1;
        z-index: 5;
        border: none;
        position: absolute;
        visibility: visible;
        width: 60px;
        background-color: #eb6256;
        transform: translateX(-50%) rotate(-45deg); }
      .halo-productOptions .form-option.unavailable .form-option-variant:after {
        box-shadow: none !important; }
    .halo-productOptions .form-option.unavailable .form-option-variant--color2:before {
      transform: rotate(90deg); }
    .halo-productOptions .form-option.unavailable.form-option-rectangle .form-option-variant {
      opacity: 1;
      background: #f7f7f7;
      border-color: #f7f7f7; }
      .halo-productOptions .form-option.unavailable.form-option-rectangle .form-option-variant span {
        opacity: .5; }
      .halo-productOptions .form-option.unavailable.form-option-rectangle .form-option-variant:after {
        display: none; }

.halo-productOptions .form-radio:checked + .form-option-swatch .form-option-variant {
  border: 1px solid #000000; }
  .halo-productOptions .form-radio:checked + .form-option-swatch .form-option-variant:after {
    border: 1px solid white; }

.halo-productOptions .form-radio:checked + .form-option-rectangle .form-option-variant:after {
  border: 1px solid #000000; }

.halo-productOptions.productView-options [data-product-attribute="swatch"] {
  padding-bottom: 0; }

.halo-productOptions [data-product-attribute="input-checkbox"] .form-checkbox + .form-label {
  line-height: 26px;
  color: #4d4d4d; }
  .halo-productOptions [data-product-attribute="input-checkbox"] .form-checkbox + .form-label:before {
    top: 5px; }
  .halo-productOptions [data-product-attribute="input-checkbox"] .form-checkbox + .form-label:after {
    top: 5px; }

.halo-productOptions [data-product-attribute="input-checkbox"] .form-checkbox:checked + .form-label {
  font-weight: 700;
  color: black; }

.halo-productOptions [data-product-attribute="set-radio"] .form-radio + .form-label {
  color: #4d4d4d; }

.halo-productOptions [data-product-attribute="set-radio"] .form-radio:checked + .form-label {
  font-weight: 700;
  color: black; }

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

.halo-productOptions [data-product-attribute="input-text"] .form-input {
  height: auto; }

.halo-productOptions [data-product-attribute="set-select"] .form-select {
  height: 50px;
  max-width: 100%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  padding-left: 15px;
  padding-right: 15px;
  background-position: right 10px top 16px; }

.halo-productOptions [data-product-attribute="textarea"] .form-input {
  line-height: unset;
  min-height: 150px;
  padding-top: 15px;
  padding-bottom: 15px; }

.halo-productOptions [data-product-attribute="input-number"] .form-input {
  min-width: 100px;
  font-style: normal; }

.halo-productOptions [data-product-attribute="date"] .form-select {
  min-width: 85px;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  padding-left: 15px;
  padding-right: 15px;
  background-position: right 10px top 16px; }

@media (min-width: 992px) {
  .halo-productOptions [data-product-attribute="set-select"] .form-select {
    max-width: 50%; } }

@media (min-width: 1025px) {
  .halo-productOptions .form-option-expanded {
    display: block; }
  .halo-productOptions .form-option:hover .form-option-expanded {
    opacity: 1;
    transform: translate(-50%, 0);
    visibility: visible;
    z-index: 5000; } }

.account {
  display: block;
  margin: 0; }

@media (min-width: 1025px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

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

@media (min-width: 1025px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  .account-content .alertBox {
    margin-top: 30px; }
  .account-content .productGrid {
    margin-top: 30px; }
    .account-content .productGrid .product .form {
      text-align: center;
      margin-bottom: 0; }
  .account-content .account-row {
    margin: 30px 0 0 0; }
  .account-content.account-content2 {
    padding-left: 0;
    padding-right: 0;
    float: none; }
  @media (min-width: 1025px) {
    .account-content .productGrid .card-body .card-body-button {
      top: 0; }
    .account-content .productGrid .card:hover .card-body .card-body-button {
      top: -60px; } }

@media (min-width: 1025px) {
  .account-content--fixed {
    width: 66.66667%; } }

.account-content--fixedSmall {
  padding-top: 45px; }
  .account-content--fixedSmall .account-product-title {
    font-size: 16px;
    text-transform: capitalize; }
  .account-content--fixedSmall.account-content2 {
    width: 100%; }
  @media (min-width: 1025px) {
    .account-content--fixedSmall {
      width: 50%; } }

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

[data-create-account-form],
.new-password-form {
  margin: 0; }
  [data-create-account-form] .form-row,
  .new-password-form .form-row {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    margin: 0 -15px;
    max-width: unset; }
    [data-create-account-form] .form-row .form-field,
    .new-password-form .form-row .form-field {
      display: inline-block;
      vertical-align: top;
      padding: 0 15px;
      width: 100%;
      margin: 0 0 20px 0;
      float: none; }
    [data-create-account-form] .form-row .form-label,
    .new-password-form .form-row .form-label {
      line-height: 20px;
      margin-bottom: 10px;
      text-transform: capitalize; }
      [data-create-account-form] .form-row .form-label small,
      .new-password-form .form-row .form-label small {
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 20px;
        color: #e9162b;
        text-transform: capitalize;
        margin-top: 0; }
  [data-create-account-form] .form-actions,
  .new-password-form .form-actions {
    display: block;
    margin: 20px 0 0 0;
    text-align: center; }
    [data-create-account-form] .form-actions .button,
    .new-password-form .form-actions .button {
      display: block;
      width: 100%;
      text-transform: uppercase; }
  @media (min-width: 768px) {
    [data-create-account-form] .form-row,
    .new-password-form .form-row {
      margin-left: -15px;
      margin-right: -15px; }
      [data-create-account-form] .form-row .form-field,
      .new-password-form .form-row .form-field {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%; }
    [data-create-account-form] .form-actions,
    .new-password-form .form-actions {
      margin-top: 0;
      text-align: left; }
      [data-create-account-form] .form-actions .button,
      .new-password-form .form-actions .button {
        display: inline-block;
        vertical-align: top;
        min-width: 270px;
        width: auto; } }
  @media (min-width: 1600px) {
    [data-create-account-form] .form-row,
    .new-password-form .form-row {
      margin-left: -70px;
      margin-right: -70px; }
      [data-create-account-form] .form-row .form-field,
      .new-password-form .form-row .form-field {
        padding-left: 70px;
        padding-right: 70px; } }

.forgot-password-text,
.new-password-text {
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 0 20px 0; }

.new-password-text + .button {
  text-transform: uppercase; }

@media (min-width: 768px) {
  .new-password-text + .button {
    min-width: 270px; } }

.forgot-password-form {
  width: 100%;
  max-width: 100%;
  margin: 0 auto; }
  .forgot-password-form .button {
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin: 20px 0 0 0; }
  @media (min-width: 768px) {
    .forgot-password-form .button {
      width: auto;
      margin-left: 20px;
      margin-top: 0;
      min-width: 270px; } }

.page-type-account_orderstatus .panel-body,
.page-type-account_inbox .panel-body,
.page-type-account_addressbook .panel-body,
.page-type-wishlist .panel-body,
.page-type-wishlists .panel-body,
.page-type-account_recentitems .panel-body,
.page-type-editaccount .panel-body,
.page-type-shippingaddressform .panel-body,
.page-type-add-wishlist .panel-body {
  background: #fafafa; }

.page-type-account_orderstatus .form-input[readonly],
.page-type-account_inbox .form-input[readonly],
.page-type-account_addressbook .form-input[readonly],
.page-type-wishlist .form-input[readonly],
.page-type-wishlists .form-input[readonly],
.page-type-account_recentitems .form-input[readonly],
.page-type-editaccount .form-input[readonly],
.page-type-shippingaddressform .form-input[readonly],
.page-type-add-wishlist .form-input[readonly] {
  background-color: #fafafa; }

.page-type-wishlist .productGrid .card-body .card-title {
  margin-top: 0; }

.page-type-wishlist .productGrid .card-body .card-option {
  min-height: auto; }

.page-type-wishlist .product {
  padding-bottom: 30px; }
  .page-type-wishlist .product .card {
    padding-bottom: 30px; }

[data-account-wishlist-form] .form-label small {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 16px; }

.page-type-newsletter_subscribe .alertBox {
  margin-top: 32px; }

[data-inbox-form],
[data-add-wishlist-form],
[data-address-form],
[data-edit-account-form],
[data-payment-method-form] {
  margin: 40px 0 0; }
  [data-inbox-form] .form-row,
  [data-add-wishlist-form] .form-row,
  [data-address-form] .form-row,
  [data-edit-account-form] .form-row,
  [data-payment-method-form] .form-row {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    margin: 0 -15px;
    max-width: unset; }
    [data-inbox-form] .form-row .form-field,
    [data-add-wishlist-form] .form-row .form-field,
    [data-address-form] .form-row .form-field,
    [data-edit-account-form] .form-row .form-field,
    [data-payment-method-form] .form-row .form-field {
      display: inline-block;
      vertical-align: top;
      padding: 0 15px;
      width: 100%;
      margin: 0 0 20px 0;
      float: none; }
    [data-inbox-form] .form-row .form-label small,
    [data-add-wishlist-form] .form-row .form-label small,
    [data-address-form] .form-row .form-label small,
    [data-edit-account-form] .form-row .form-label small,
    [data-payment-method-form] .form-row .form-label small {
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      text-transform: capitalize;
      line-height: 16px; }
    [data-inbox-form] .form-row .form-select,
    [data-add-wishlist-form] .form-row .form-select,
    [data-address-form] .form-row .form-select,
    [data-edit-account-form] .form-row .form-select,
    [data-payment-method-form] .form-row .form-select {
      height: 45px; }
  [data-inbox-form] .form-field .form-label small,
  [data-inbox-form] .form-field--textarea .form-label small,
  [data-add-wishlist-form] .form-field .form-label small,
  [data-add-wishlist-form] .form-field--textarea .form-label small,
  [data-address-form] .form-field .form-label small,
  [data-address-form] .form-field--textarea .form-label small,
  [data-edit-account-form] .form-field .form-label small,
  [data-edit-account-form] .form-field--textarea .form-label small,
  [data-payment-method-form] .form-field .form-label small,
  [data-payment-method-form] .form-field--textarea .form-label small {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 16px; }
  [data-inbox-form] .form-actions,
  [data-add-wishlist-form] .form-actions,
  [data-address-form] .form-actions,
  [data-edit-account-form] .form-actions,
  [data-payment-method-form] .form-actions {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    margin: 20px 0 0 0;
    text-align: center;
    max-width: 100%; }
    [data-inbox-form] .form-actions .button,
    [data-add-wishlist-form] .form-actions .button,
    [data-address-form] .form-actions .button,
    [data-edit-account-form] .form-actions .button,
    [data-payment-method-form] .form-actions .button {
      display: block;
      width: 100%;
      text-transform: uppercase; }
  @media (max-width: 767px) {
    [data-inbox-form] .form-actions .button + .button,
    [data-add-wishlist-form] .form-actions .button + .button,
    [data-address-form] .form-actions .button + .button,
    [data-edit-account-form] .form-actions .button + .button,
    [data-payment-method-form] .form-actions .button + .button {
      margin-left: 0; } }
  @media (min-width: 768px) {
    [data-inbox-form] .form-row,
    [data-add-wishlist-form] .form-row,
    [data-address-form] .form-row,
    [data-edit-account-form] .form-row,
    [data-payment-method-form] .form-row {
      margin-left: -15px;
      margin-right: -15px; }
      [data-inbox-form] .form-row .form-field,
      [data-add-wishlist-form] .form-row .form-field,
      [data-address-form] .form-row .form-field,
      [data-edit-account-form] .form-row .form-field,
      [data-payment-method-form] .form-row .form-field {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%; }
    [data-inbox-form] .form-actions,
    [data-add-wishlist-form] .form-actions,
    [data-address-form] .form-actions,
    [data-edit-account-form] .form-actions,
    [data-payment-method-form] .form-actions {
      margin-top: 0;
      text-align: left; }
      [data-inbox-form] .form-actions .button,
      [data-add-wishlist-form] .form-actions .button,
      [data-address-form] .form-actions .button,
      [data-edit-account-form] .form-actions .button,
      [data-payment-method-form] .form-actions .button {
        display: inline-block;
        vertical-align: top;
        max-width: 238px !important; }
        .home-layout-3 [data-inbox-form] .form-actions .button, .home-layout-3
        [data-add-wishlist-form] .form-actions .button, .home-layout-3
        [data-address-form] .form-actions .button, .home-layout-3
        [data-edit-account-form] .form-actions .button, .home-layout-3
        [data-payment-method-form] .form-actions .button {
          max-width: 275px !important; }
        [data-inbox-form] .form-actions .button + .button,
        [data-add-wishlist-form] .form-actions .button + .button,
        [data-address-form] .form-actions .button + .button,
        [data-edit-account-form] .form-actions .button + .button,
        [data-payment-method-form] .form-actions .button + .button {
          margin-top: 0;
          margin-left: 20px; }
      [data-inbox-form] .form-actions [data-wishlist-delete],
      [data-add-wishlist-form] .form-actions [data-wishlist-delete],
      [data-address-form] .form-actions [data-wishlist-delete],
      [data-edit-account-form] .form-actions [data-wishlist-delete],
      [data-payment-method-form] .form-actions [data-wishlist-delete] {
        margin-top: 0;
        margin-left: 20px; } }
  @media (min-width: 1600px) {
    [data-inbox-form] .form-row,
    [data-add-wishlist-form] .form-row,
    [data-address-form] .form-row,
    [data-edit-account-form] .form-row,
    [data-payment-method-form] .form-row {
      margin-left: -15px;
      margin-right: -15px; }
      [data-inbox-form] .form-row .form-field,
      [data-add-wishlist-form] .form-row .form-field,
      [data-address-form] .form-row .form-field,
      [data-edit-account-form] .form-row .form-field,
      [data-payment-method-form] .form-row .form-field {
        padding-left: 15px;
        padding-right: 15px; } }

[data-message-account-form],
[data-account-return-form] {
  margin: 0; }
  [data-message-account-form] .form-select,
  [data-account-return-form] .form-select {
    background-size: unset; }
  [data-message-account-form] .return-itemQuantity .form-select,
  [data-account-return-form] .return-itemQuantity .form-select {
    background-position: right 5px top 12px; }
  [data-message-account-form] .form-row,
  [data-account-return-form] .form-row {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    margin: 0 -15px;
    max-width: unset; }
    [data-message-account-form] .form-row .form-field,
    [data-account-return-form] .form-row .form-field {
      display: inline-block;
      vertical-align: top;
      padding: 0 15px;
      width: 100%;
      margin: 0 0 20px 0;
      float: none; }
    [data-message-account-form] .form-row .form-label small,
    [data-account-return-form] .form-row .form-label small {
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      text-transform: capitalize;
      line-height: 16px; }
    [data-message-account-form] .form-row .form-select,
    [data-account-return-form] .form-row .form-select {
      height: 45px; }
  [data-message-account-form] .form-field--textarea .form-label small,
  [data-account-return-form] .form-field--textarea .form-label small {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 16px; }
  [data-message-account-form] .form-actions,
  [data-account-return-form] .form-actions {
    display: block;
    margin: 20px 0 0 0;
    text-align: center;
    font-size: 0;
    letter-spacing: 0; }
    [data-message-account-form] .form-actions .button,
    [data-account-return-form] .form-actions .button {
      display: block;
      width: 100%;
      text-transform: uppercase; }
  @media (min-width: 768px) {
    [data-message-account-form] .form-row,
    [data-account-return-form] .form-row {
      margin-left: -15px;
      margin-right: -15px; }
      [data-message-account-form] .form-row .form-field,
      [data-account-return-form] .form-row .form-field {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%; }
    [data-message-account-form] .form-actions,
    [data-account-return-form] .form-actions {
      margin-top: 0;
      text-align: left; }
      [data-message-account-form] .form-actions .button,
      [data-account-return-form] .form-actions .button {
        display: inline-block;
        vertical-align: top;
        max-width: 300px !important; }
        [data-message-account-form] .form-actions .button + .button,
        [data-account-return-form] .form-actions .button + .button {
          margin-top: 0;
          margin-left: 20px; } }
  @media (min-width: 1600px) {
    [data-message-account-form] .form-row,
    [data-account-return-form] .form-row {
      margin-left: -15px;
      margin-right: -15px; }
      [data-message-account-form] .form-row .form-field,
      [data-account-return-form] .form-row .form-field {
        padding-left: 15px;
        padding-right: 15px; } }

[data-account-wishlist-form] {
  margin: 40px auto 0 auto; }
  [data-account-wishlist-form] .form-label small {
    font-size: 16px -1px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 16px; }
  [data-account-wishlist-form] .form-select {
    height: 45px; }

[data-add-giftcertificates-form] {
  margin: 40px auto 0 auto;
  max-width: 100%; }
  [data-add-giftcertificates-form] .form-field {
    margin-bottom: 20px; }
  [data-add-giftcertificates-form] .form-label small {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    text-transform: capitalize; }
  [data-add-giftcertificates-form] .form-select {
    height: 50px; }
  [data-add-giftcertificates-form] .form-actions .button {
    margin-left: 0;
    width: 100%; }
  @media (min-width: 768px) {
    [data-add-giftcertificates-form] {
      max-width: 34.375rem; } }

[data-giftcertificates-form] {
  margin: 30px 0 0 0; }
  [data-giftcertificates-form] .form-row {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    margin: 0 -15px;
    max-width: unset; }
    [data-giftcertificates-form] .form-row .form-field {
      display: inline-block;
      vertical-align: top;
      padding: 0 15px;
      width: 100%;
      margin: 0 0 20px 0;
      float: none; }
    [data-giftcertificates-form] .form-row .form-label {
      line-height: 20px;
      margin-bottom: 10px; }
      [data-giftcertificates-form] .form-row .form-label small {
        font-size: 16px;
        font-style: italic;
        font-weight: 400;
        text-transform: capitalize;
        margin: 0; }
    [data-giftcertificates-form] .form-row .form-select {
      height: 50px; }
    [data-giftcertificates-form] .form-row .form-field--textarea .form-input {
      min-height: 165px;
      line-height: inherit; }
    [data-giftcertificates-form] .form-row .form-radio + .form-label {
      color: #4d4d4d;
      margin-bottom: 15px; }
    [data-giftcertificates-form] .form-row .form-field--checkbox {
      margin-top: 4px;
      margin-bottom: 0; }
      [data-giftcertificates-form] .form-row .form-field--checkbox .form-checkbox + .form-label {
        color: #4d4d4d; }
      [data-giftcertificates-form] .form-row .form-field--checkbox + .form-field--checkbox {
        margin-top: 3px; }
    [data-giftcertificates-form] .form-row .form-field-group {
      border-radius: 0;
      border-color: #fafafa;
      background-color: #fafafa;
      padding: 17px 22px 10px 22px; }
  [data-giftcertificates-form] .form-column {
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
    [data-giftcertificates-form] .form-column + .form-column {
      margin-top: 15px; }
  [data-giftcertificates-form] .form-actions {
    display: block;
    margin: 0;
    text-align: center;
    max-width: 100%;
    font-size: 0;
    letter-spacing: 0; }
    [data-giftcertificates-form] .form-actions .button {
      display: block;
      width: 100%;
      text-transform: uppercase;
      margin-left: 0; }
      [data-giftcertificates-form] .form-actions .button:first-child {
        color: #e9162b;
        background-color: transparent; }
      [data-giftcertificates-form] .form-actions .button + .button {
        margin-top: 20px;
        margin-left: 0; }
  @media (min-width: 768px) {
    [data-giftcertificates-form] .form-row {
      margin-left: -15px;
      margin-right: -15px; }
      [data-giftcertificates-form] .form-row .form-field {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%; }
      [data-giftcertificates-form] .form-row .form-column .form-field {
        width: 100%; }
    [data-giftcertificates-form] .form-column {
      width: 50%; }
      [data-giftcertificates-form] .form-column + .form-column {
        margin-top: 0; }
    [data-giftcertificates-form] .form-actions {
      text-align: right;
      width: 50%;
      float: right; }
      [data-giftcertificates-form] .form-actions .button {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 15px); }
        [data-giftcertificates-form] .form-actions .button + .button {
          width: calc(100% - 15px);
          margin-top: 15px; } }
  @media (min-width: 1025px) {
    [data-giftcertificates-form] .form-row {
      margin-left: -35px;
      margin-right: -35px; }
      [data-giftcertificates-form] .form-row .form-field {
        padding-left: 35px;
        padding-right: 35px; }
    [data-giftcertificates-form] .form-actions .button {
      width: 190px; }
      [data-giftcertificates-form] .form-actions .button:first-child:hover {
        color: black;
        border-color: black;
        background-color: white; }
      [data-giftcertificates-form] .form-actions .button + .button {
        width: calc(100% - 240px);
        margin-left: 15px;
        margin-top: 0; } }
  @media (min-width: 1600px) {
    [data-giftcertificates-form] .form-row {
      margin-left: -70px;
      margin-right: -70px; }
      [data-giftcertificates-form] .form-row .form-field {
        padding-left: 70px;
        padding-right: 70px; }
    [data-giftcertificates-form] .form-actions {
      padding-top: 10px; }
      [data-giftcertificates-form] .form-actions .button + .button {
        width: calc(100% - 275px); } }

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none;
  display: inline; }

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

.g-recaptcha {
  display: block;
  margin: 0; }
  .g-recaptcha > div {
    margin: 0; }
  @media (min-width: 768px) {
    .g-recaptcha > div {
      margin-left: 0;
      margin-right: 0; } }

[data-consent-manager-dialog] h2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  color: black; }

[data-consent-manager-dialog] > div > section {
  border-radius: 0;
  letter-spacing: 0; }

[data-consent-manager-dialog] div {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #4d4d4d; }
  [data-consent-manager-dialog] div table {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #4d4d4d; }
    [data-consent-manager-dialog] div table th {
      font-weight: 700;
      color: black; }
  [data-consent-manager-dialog] div button {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: black;
    border-color: black;
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    margin: 0;
    padding: 0 30px;
    text-transform: uppercase; }
    [data-consent-manager-dialog] div button + button {
      color: black;
      background-color: white;
      border-color: black;
      margin-left: 15px; }
    [data-consent-manager-dialog] div button[aria-label="Cancel"] {
      border: 0;
      padding: 0; }

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

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

.text-right {
  text-align: right; }

.haloCustomScrollbar {
  overflow-y: auto; }
  .haloCustomScrollbar::-webkit-scrollbar {
    width: 4px; }
  .haloCustomScrollbar::-webkit-scrollbar-track {
    background: #f5f5f5; }
  .haloCustomScrollbar::-webkit-scrollbar-thumb {
    background: #a6a6a6; }
  .haloCustomScrollbar::-webkit-scrollbar-thumb:hover {
    background: #787878; }

.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: #a6a6a6; }
    .haloCustomScrollbar-x::-webkit-scrollbar-thumb:hover {
      background: #787878; } }

@media (max-width: 1024px) {
  .disable-srollbar::-webkit-scrollbar {
    display: none; }
  .disable-srollbar::-webkit-scrollbar-track {
    display: none; }
  .disable-srollbar::-webkit-scrollbar-thumb {
    display: none; }
  .disable-srollbar::-webkit-scrollbar-thumb:hover {
    display: none; } }

.image-with-border {
  position: relative;
  display: block;
  overflow: hidden; }
  .image-with-border img {
    display: block;
    width: auto;
    margin: 0 auto; }
    .image-with-border img.lazyload {
      width: auto;
      height: auto;
      object-fit: contain;
      margin: auto; }
  @media (min-width: 1025px) {
    .image-with-border img {
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s; }
    .image-with-border:before, .image-with-border:after {
      position: absolute;
      content: "";
      opacity: 0;
      top: 10px;
      right: 10px;
      bottom: 10px;
      left: 10px;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s; }
    .image-with-border:before {
      border-top: 1px solid #dadada;
      border-bottom: 1px solid #dadada;
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1);
      transform-origin: 0 0; }
    .image-with-border:after {
      border-right: 1px solid #dadada;
      border-left: 1px solid #dadada;
      -webkit-transform: scale(1, 0);
      transform: scale(1, 0);
      transform-origin: 100% 0; }
    .image-with-border:hover:before, .image-with-border:hover:after {
      opacity: 1;
      transform: scale(1); } }

.image-with-overlay {
  display: block;
  overflow: hidden;
  position: relative; }
  .image-with-overlay img.lazyload {
    width: auto;
    height: auto;
    object-fit: contain;
    margin: auto; }
  .image-with-overlay img.lazyloaded {
    width: 100%;
    height: auto;
    transition: all 0.7s ease; }
  @media (min-width: 1025px) {
    .image-with-overlay:before {
      content: "";
      width: 100%;
      height: 100%;
      top: 100%;
      right: 0;
      left: auto;
      z-index: 2;
      transform: none;
      position: absolute;
      transition: all 0.3s ease;
      background-color: rgba(0, 0, 0, 0.6);
      background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.6) 100%); } }

.no-js img:not(.card-image) {
  opacity: 0; }
  .home-layout-3 .no-js img:not(.card-image) {
    opacity: 1;
    background-color: #f3f3f3; }

img:not(.card-image) {
  opacity: 1; }
  img:not(.card-image).lazyload {
    opacity: 0; }
    .home-layout-3 img:not(.card-image).lazyload {
      opacity: 1;
      background-color: #f3f3f3; }
  img:not(.card-image).lazyloaded {
    opacity: 1; }

.halo-arrows .slick-arrow {
  position: absolute;
  top: 50%;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  transform: translate(0, -50%);
  border: none;
  z-index: 10;
  padding: 0;
  margin: 0;
  width: 20px;
  height: 40px;
  border-radius: 0;
  opacity: 1;
  fill: #e9162b; }
  .halo-arrows .slick-arrow.slick-prev {
    left: 8px; }
  .halo-arrows .slick-arrow.slick-next {
    right: 8px; }
  .halo-arrows .slick-arrow.slick-disabled {
    opacity: 0; }
  .halo-arrows .slick-arrow:before {
    display: none; }

.slick-track {
  margin-left: auto;
  margin-right: auto; }

.slick-arrow {
  position: absolute;
  top: 50%;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: white;
  color: transparent;
  transform: translate(0, -50%);
  border: 1px solid white;
  border-radius: 0;
  z-index: 2;
  padding: 0;
  margin: 0; }
  @media (min-width: 551px) and (max-width: 1024px) {
    .home-layout-3.page-type-default .slick-arrow {
      top: 43%; } }
  @media (max-width: 550px) {
    .home-layout-3.page-type-default .slick-arrow {
      top: 36%; } }
  @media (min-width: 1025px) {
    .home-layout-3.page-type-default .slick-arrow {
      top: 38.2%; } }
  .home-layout-3 .slick-arrow {
    width: 60px;
    height: 60px; }
  .home-layout-4 .slick-arrow {
    border-radius: 5px; }
  .slick-arrow.slick-prev {
    left: 0; }
    @media (min-width: 1401px) {
      .slick-arrow.slick-prev {
        left: 30px; }
        .home-layout-3 .slick-arrow.slick-prev {
          left: 63px; } }
    @media (max-width: 1799px) {
      .home-layout-3 .banner-block-section .slick-arrow.slick-prev {
        left: 5px; } }
  .slick-arrow.slick-next {
    right: 0; }
    @media (min-width: 1400px) {
      .slick-arrow.slick-next {
        right: 30px; }
        .home-layout-3 .slick-arrow.slick-next {
          right: 63px; }
        .home-layout-4 .slick-arrow.slick-next {
          right: -58px; } }
    @media (max-width: 1799px) {
      .home-layout-3 .banner-block-section .slick-arrow.slick-next {
        right: 5px; } }
  .slick-arrow.slick-disabled {
    opacity: 0.5; }
  .slick-arrow:before {
    height: 25px;
    width: 25px;
    background-size: 10px;
    color: #191919; }
  @media (min-width: 1400px) {
    .slick-arrow {
      height: 55px;
      width: 55px; }
      .slick-arrow:before {
        background-size: 14px; } }

.halo-dots .slick-dots {
  display: inline-block;
  vertical-align: middle;
  left: 0;
  bottom: -45px; }
  .halo-dots .slick-dots li {
    margin: 0 15px;
    padding: 0;
    width: auto;
    height: auto; }
    .halo-dots .slick-dots li button {
      width: 8px;
      height: 8px;
      opacity: 1;
      border: 1px solid black;
      background-color: transparent;
      transition: all 0.3s ease; }
      .halo-dots .slick-dots li button:before {
        display: none; }
    .halo-dots .slick-dots li:only-child {
      display: none; }
    .halo-dots .slick-dots li.slick-active button {
      opacity: 1;
      border-color: black;
      background-color: black; }

@media (min-width: 1025px) {
  .halo-dots .slick-dots {
    bottom: -65px; }
    .halo-dots .slick-dots li button {
      width: 10px;
      height: 10px; } }

.page-listing-header--content .halo-description p {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  line-height: 28px;
  letter-spacing: 0; }
  .page-listing-header--content .halo-description p + p {
    margin-top: 27px; }
  .page-listing-header--content .halo-description p + ul,
  .page-listing-header--content .halo-description p + ol {
    margin-top: 18px; }
  .page-listing-header--content .halo-description p.link-wrapper {
    margin-top: 17px; }

.page-listing-header--content .halo-description .warranty-text {
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 0;
  margin: 0;
  line-height: 28px;
  letter-spacing: 0;
  color: #4d4d4d; }

.page-listing-header--content .halo-description .scrollable-wrapper h3 {
  line-height: 35px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 17px; }

.page-listing-header--content .halo-description h1,
.page-listing-header--content .halo-description h2,
.page-listing-header--content .halo-description h3,
.page-listing-header--content .halo-description h4,
.page-listing-header--content .halo-description h5,
.page-listing-header--content .halo-description h6 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  color: black; }
  .page-listing-header--content .halo-description h1 + p,
  .page-listing-header--content .halo-description h2 + p,
  .page-listing-header--content .halo-description h3 + p,
  .page-listing-header--content .halo-description h4 + p,
  .page-listing-header--content .halo-description h5 + p,
  .page-listing-header--content .halo-description h6 + p {
    padding-top: 6px; }

.page-listing-header--content .halo-description ul,
.page-listing-header--content .halo-description ol {
  margin: 0 0 20px 17px;
  padding: 0 0 1rem 0; }
  .page-listing-header--content .halo-description ul li,
  .page-listing-header--content .halo-description ol li {
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    list-style: inherit;
    line-height: 40px;
    letter-spacing: 0;
    color: #4d4d4d; }

.page-listing-header--content .halo-description ul {
  list-style: disc outside; }

.page-listing-header--content .halo-description blockquote {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin: 23px 0 40px 0;
  color: #4d4d4d;
  background: #faf8f6;
  border-radius: 0;
  text-align: left;
  border: none;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 21px 32px 28px 32px; }

.page-listing-header--content .halo-description table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  margin: 0; }
  .page-listing-header--content .halo-description table tr {
    background: transparent; }
    .page-listing-header--content .halo-description table tr:nth-child(odd) {
      background: #faf8f6; }
  .page-listing-header--content .halo-description table td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 11px 14px;
    text-align: left;
    color: #4d4d4d; }
    .page-listing-header--content .halo-description table td.tb-title {
      color: black; }

.page-listing-header--content .halo-description a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  text-transform: unset;
  color: #e9162b;
  transition: unset;
  width: auto; }
  .page-listing-header--content .halo-description a span {
    padding: 0 0 1px 0;
    background-image: linear-gradient(transparent 97%, #e9162b 3%);
    background-repeat: repeat-x;
    background-position-y: -3px; }
    .home-layout-3 .page-listing-header--content .halo-description a span,
    .home-layout-4 .page-listing-header--content .halo-description a span {
      background-position-y: 0; }
  @media (min-width: 1025px) {
    .page-listing-header--content .halo-description a:hover {
      color: #e9162b; }
      .page-listing-header--content .halo-description a:hover span {
        background-image: linear-gradient(transparent 97%, #e9162b 3%); } }

.page-listing-header--content .halo-description button {
  text-transform: uppercase; }

.page-listing-header--content .halo-description .button {
  min-width: 270px; }

.btn-close {
  font-size: 0;
  width: 23px;
  height: 23px;
  padding: 0;
  position: relative; }
  .btn-close:before {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background-color: black;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    border: none;
    padding: 0; }
  .btn-close:after {
    content: "";
    width: 2px;
    height: 100%;
    display: block;
    background-color: black;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    border: none;
    padding: 0; }

.image-with-overlay {
  display: block;
  overflow: hidden;
  position: relative; }
  .image-with-overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    transform: translate3d(-50%, -50%, 0);
    min-width: 100%;
    transition: all 0.7s ease; }
    .image-with-overlay img.lazyload {
      width: auto;
      height: auto;
      object-fit: contain;
      margin: auto; }
    .image-with-overlay img.lazyloaded {
      width: auto;
      height: auto; }
  .image-with-overlay:after {
    content: "";
    display: block;
    padding-bottom: 80%; }
  @media (min-width: 1025px) {
    .image-with-overlay:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      opacity: 0;
      content: "";
      visibility: hidden;
      background-color: rgba(2, 15, 6, 0.35);
      transition: all 0.5s ease; }
      .home-layout-4 .image-with-overlay:before {
        background-color: rgba(0, 0, 0, 0.3); } }

.no-js .halo-fadeInUp {
  transform: translatey(0); }

.halo-fadeInUp {
  transform: translatey(100px); }

.js .halo-fadeInUp {
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transform: translatey(100px);
  opacity: 0; }
  .js .halo-fadeInUp[data-halo-animate="0"] {
    transition-delay: 0.1s;
    transition-duration: 0.5s; }
  .js .halo-fadeInUp[data-halo-animate="1"] {
    transition-delay: 0.15s;
    transition-duration: 0.6s; }
  .js .halo-fadeInUp[data-halo-animate="2"] {
    transition-delay: 0.2s;
    transition-duration: 0.7s; }
  .js .halo-fadeInUp[data-halo-animate="3"] {
    transition-delay: 0.25s;
    transition-duration: 0.8s; }
  .js .halo-fadeInUp[data-halo-animate="4"] {
    transition-delay: 0.3s;
    transition-duration: 0.9s; }
  .js .halo-fadeInUp[data-halo-animate="5"] {
    transition-delay: 0.35s;
    transition-duration: 1s; }
  .js .halo-fadeInUp[data-halo-animate="6"] {
    transition-delay: 0.4s;
    transition-duration: 1.1s; }
  .js .halo-fadeInUp[data-halo-animate="7"] {
    transition-delay: 0.45s;
    transition-duration: 1.2s; }
  .js .halo-fadeInUp[data-halo-animate="8"] {
    transition-delay: 0.5s;
    transition-duration: 1.3s; }
  .js .halo-fadeInUp[data-halo-animate="9"] {
    transition-delay: 0.55s;
    transition-duration: 1.4s; }
  .js .halo-fadeInUp[data-halo-animate="10"] {
    transition-delay: 0.6s;
    transition-duration: 1.5s; }
  .js .halo-fadeInUp[data-halo-animate="11"] {
    transition-delay: 0.65s;
    transition-duration: 1.6s; }
  .js .halo-fadeInUp[data-halo-animate="12"] {
    transition-delay: 0.7s;
    transition-duration: 1.7s; }
  .js .halo-fadeInUp[data-halo-animate="13"] {
    transition-delay: 0.75s;
    transition-duration: 1.8s; }
  .js .halo-fadeInUp[data-halo-animate="14"] {
    transition-delay: 0.8s;
    transition-duration: 1.9s; }
  .js .halo-fadeInUp[data-halo-animate="15"] {
    transition-delay: 0.85s;
    transition-duration: 2s; }
  .js .halo-fadeInUp[data-halo-animate="16"] {
    transition-delay: 0.9s;
    transition-duration: 2.1s; }
  .js .halo-fadeInUp[data-halo-animate="17"] {
    transition-delay: 0.95s;
    transition-duration: 2.2s; }
  .js .halo-fadeInUp[data-halo-animate="18"] {
    transition-delay: 1s;
    transition-duration: 2.3s; }
  .js .halo-fadeInUp[data-halo-animate="19"] {
    transition-delay: 1.05s;
    transition-duration: 2.4s; }
  .js .halo-fadeInUp[data-halo-animate="20"] {
    transition-delay: 1.1s;
    transition-duration: 2.5s; }
  .js .halo-fadeInUp[data-halo-animate="21"] {
    transition-delay: 1.15s;
    transition-duration: 2.6s; }
  .js .halo-fadeInUp[data-halo-animate="22"] {
    transition-delay: 1.2s;
    transition-duration: 2.7s; }
  .js .halo-fadeInUp[data-halo-animate="23"] {
    transition-delay: 1.25s;
    transition-duration: 2.8s; }
  .js .halo-fadeInUp[data-halo-animate="24"] {
    transition-delay: 1.3s;
    transition-duration: 2.9s; }
  .js .halo-fadeInUp[data-halo-animate="25"] {
    transition-delay: 1.35s;
    transition-duration: 3s; }
  .js .halo-fadeInUp[data-halo-animate="26"] {
    transition-delay: 1.4s;
    transition-duration: 3.1s; }
  .js .halo-fadeInUp[data-halo-animate="27"] {
    transition-delay: 1.45s;
    transition-duration: 3.2s; }
  .js .halo-fadeInUp[data-halo-animate="28"] {
    transition-delay: 1.5s;
    transition-duration: 3.3s; }
  .js .halo-fadeInUp[data-halo-animate="29"] {
    transition-delay: 1.55s;
    transition-duration: 3.4s; }
  .js .halo-fadeInUp[data-halo-animate="30"] {
    transition-delay: 1.6s;
    transition-duration: 3.5s; }
  .js .halo-fadeInUp[data-halo-animate="31"] {
    transition-delay: 1.65s;
    transition-duration: 3.6s; }
  .js .halo-fadeInUp[data-halo-animate="32"] {
    transition-delay: 1.7s;
    transition-duration: 3.7s; }
  .js .halo-fadeInUp[data-halo-animate="33"] {
    transition-delay: 1.75s;
    transition-duration: 3.8s; }
  .js .halo-fadeInUp[data-halo-animate="34"] {
    transition-delay: 1.8s;
    transition-duration: 3.9s; }
  .js .halo-fadeInUp[data-halo-animate="35"] {
    transition-delay: 1.85s;
    transition-duration: 4s; }
  .js .halo-fadeInUp[data-halo-animate="36"] {
    transition-delay: 1.9s;
    transition-duration: 4.1s; }
  .js .halo-fadeInUp[data-halo-animate="37"] {
    transition-delay: 1.95s;
    transition-duration: 4.2s; }
  .js .halo-fadeInUp[data-halo-animate="38"] {
    transition-delay: 2s;
    transition-duration: 4.3s; }
  .js .halo-fadeInUp[data-halo-animate="39"] {
    transition-delay: 2.05s;
    transition-duration: 4.4s; }
  .js .halo-fadeInUp[data-halo-animate="40"] {
    transition-delay: 2.1s;
    transition-duration: 4.5s; }
  .js .halo-fadeInUp[data-halo-animate="41"] {
    transition-delay: 2.15s;
    transition-duration: 4.6s; }
  .js .halo-fadeInUp[data-halo-animate="42"] {
    transition-delay: 2.2s;
    transition-duration: 4.7s; }
  .js .halo-fadeInUp[data-halo-animate="43"] {
    transition-delay: 2.25s;
    transition-duration: 4.8s; }
  .js .halo-fadeInUp[data-halo-animate="44"] {
    transition-delay: 2.3s;
    transition-duration: 4.9s; }
  .js .halo-fadeInUp[data-halo-animate="45"] {
    transition-delay: 2.35s;
    transition-duration: 5s; }
  .js .halo-fadeInUp[data-halo-animate="46"] {
    transition-delay: 2.4s;
    transition-duration: 5.1s; }
  .js .halo-fadeInUp[data-halo-animate="47"] {
    transition-delay: 2.45s;
    transition-duration: 5.2s; }
  .js .halo-fadeInUp[data-halo-animate="48"] {
    transition-delay: 2.5s;
    transition-duration: 5.3s; }
  .js .halo-fadeInUp[data-halo-animate="49"] {
    transition-delay: 2.55s;
    transition-duration: 5.4s; }
  .js .halo-fadeInUp[data-halo-animate="50"] {
    transition-delay: 2.6s;
    transition-duration: 5.5s; }
  .js .halo-fadeInUp[data-halo-animate="51"] {
    transition-delay: 2.65s;
    transition-duration: 5.6s; }
  .js .halo-fadeInUp[data-halo-animate="52"] {
    transition-delay: 2.7s;
    transition-duration: 5.7s; }
  .js .halo-fadeInUp[data-halo-animate="53"] {
    transition-delay: 2.75s;
    transition-duration: 5.8s; }
  .js .halo-fadeInUp[data-halo-animate="54"] {
    transition-delay: 2.8s;
    transition-duration: 5.9s; }
  .js .halo-fadeInUp[data-halo-animate="55"] {
    transition-delay: 2.85s;
    transition-duration: 6s; }
  .js .halo-fadeInUp[data-halo-animate="56"] {
    transition-delay: 2.9s;
    transition-duration: 6.1s; }
  .js .halo-fadeInUp[data-halo-animate="57"] {
    transition-delay: 2.95s;
    transition-duration: 6.2s; }
  .js .halo-fadeInUp[data-halo-animate="58"] {
    transition-delay: 3s;
    transition-duration: 6.3s; }
  .js .halo-fadeInUp[data-halo-animate="59"] {
    transition-delay: 3.05s;
    transition-duration: 6.4s; }
  .js .halo-fadeInUp[data-halo-animate="60"] {
    transition-delay: 3.1s;
    transition-duration: 6.5s; }
  .js .halo-fadeInUp[data-halo-animate="61"] {
    transition-delay: 3.15s;
    transition-duration: 6.6s; }
  .js .halo-fadeInUp[data-halo-animate="62"] {
    transition-delay: 3.2s;
    transition-duration: 6.7s; }
  .js .halo-fadeInUp[data-halo-animate="63"] {
    transition-delay: 3.25s;
    transition-duration: 6.8s; }
  .js .halo-fadeInUp[data-halo-animate="64"] {
    transition-delay: 3.3s;
    transition-duration: 6.9s; }
  .js .halo-fadeInUp[data-halo-animate="65"] {
    transition-delay: 3.35s;
    transition-duration: 7s; }
  .js .halo-fadeInUp[data-halo-animate="66"] {
    transition-delay: 3.4s;
    transition-duration: 7.1s; }
  .js .halo-fadeInUp[data-halo-animate="67"] {
    transition-delay: 3.45s;
    transition-duration: 7.2s; }
  .js .halo-fadeInUp[data-halo-animate="68"] {
    transition-delay: 3.5s;
    transition-duration: 7.3s; }
  .js .halo-fadeInUp[data-halo-animate="69"] {
    transition-delay: 3.55s;
    transition-duration: 7.4s; }
  .js .halo-fadeInUp[data-halo-animate="70"] {
    transition-delay: 3.6s;
    transition-duration: 7.5s; }
  .js .halo-fadeInUp[data-halo-animate="71"] {
    transition-delay: 3.65s;
    transition-duration: 7.6s; }
  .js .halo-fadeInUp[data-halo-animate="72"] {
    transition-delay: 3.7s;
    transition-duration: 7.7s; }
  .js .halo-fadeInUp[data-halo-animate="73"] {
    transition-delay: 3.75s;
    transition-duration: 7.8s; }
  .js .halo-fadeInUp[data-halo-animate="74"] {
    transition-delay: 3.8s;
    transition-duration: 7.9s; }
  .js .halo-fadeInUp[data-halo-animate="75"] {
    transition-delay: 3.85s;
    transition-duration: 8s; }
  .js .halo-fadeInUp[data-halo-animate="76"] {
    transition-delay: 3.9s;
    transition-duration: 8.1s; }
  .js .halo-fadeInUp[data-halo-animate="77"] {
    transition-delay: 3.95s;
    transition-duration: 8.2s; }
  .js .halo-fadeInUp[data-halo-animate="78"] {
    transition-delay: 4s;
    transition-duration: 8.3s; }
  .js .halo-fadeInUp[data-halo-animate="79"] {
    transition-delay: 4.05s;
    transition-duration: 8.4s; }
  .js .halo-fadeInUp[data-halo-animate="80"] {
    transition-delay: 4.1s;
    transition-duration: 8.5s; }
  .js .halo-fadeInUp[data-halo-animate="81"] {
    transition-delay: 4.15s;
    transition-duration: 8.6s; }
  .js .halo-fadeInUp[data-halo-animate="82"] {
    transition-delay: 4.2s;
    transition-duration: 8.7s; }
  .js .halo-fadeInUp[data-halo-animate="83"] {
    transition-delay: 4.25s;
    transition-duration: 8.8s; }
  .js .halo-fadeInUp[data-halo-animate="84"] {
    transition-delay: 4.3s;
    transition-duration: 8.9s; }
  .js .halo-fadeInUp[data-halo-animate="85"] {
    transition-delay: 4.35s;
    transition-duration: 9s; }
  .js .halo-fadeInUp[data-halo-animate="86"] {
    transition-delay: 4.4s;
    transition-duration: 9.1s; }
  .js .halo-fadeInUp[data-halo-animate="87"] {
    transition-delay: 4.45s;
    transition-duration: 9.2s; }
  .js .halo-fadeInUp[data-halo-animate="88"] {
    transition-delay: 4.5s;
    transition-duration: 9.3s; }
  .js .halo-fadeInUp[data-halo-animate="89"] {
    transition-delay: 4.55s;
    transition-duration: 9.4s; }
  .js .halo-fadeInUp[data-halo-animate="90"] {
    transition-delay: 4.6s;
    transition-duration: 9.5s; }
  .js .halo-fadeInUp[data-halo-animate="91"] {
    transition-delay: 4.65s;
    transition-duration: 9.6s; }
  .js .halo-fadeInUp[data-halo-animate="92"] {
    transition-delay: 4.7s;
    transition-duration: 9.7s; }
  .js .halo-fadeInUp[data-halo-animate="93"] {
    transition-delay: 4.75s;
    transition-duration: 9.8s; }
  .js .halo-fadeInUp[data-halo-animate="94"] {
    transition-delay: 4.8s;
    transition-duration: 9.9s; }
  .js .halo-fadeInUp[data-halo-animate="95"] {
    transition-delay: 4.85s;
    transition-duration: 10s; }
  .js .halo-fadeInUp[data-halo-animate="96"] {
    transition-delay: 4.9s;
    transition-duration: 10.1s; }
  .js .halo-fadeInUp[data-halo-animate="97"] {
    transition-delay: 4.95s;
    transition-duration: 10.2s; }
  .js .halo-fadeInUp[data-halo-animate="98"] {
    transition-delay: 5s;
    transition-duration: 10.3s; }
  .js .halo-fadeInUp[data-halo-animate="99"] {
    transition-delay: 5.05s;
    transition-duration: 10.4s; }
  .js .halo-fadeInUp[data-halo-animate="100"] {
    transition-delay: 5.1s;
    transition-duration: 10.5s; }

.js .animated.halo-fadeInUp {
  transform: translatey(0);
  opacity: 1; }

.bar-thumb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 5px;
  background: #313131;
  display: block;
  transition: left 0.3s ease-in-out; }

.productCarousel + .progress {
  width: 100%;
  height: 1px;
  background-color: #7f7f7f;
  background-image: linear-gradient(to right, black, black);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
  margin-top: 30px;
  position: relative;
  cursor: pointer;
  display: none; }
  @media (min-width: 1025px) {
    .productCarousel + .progress {
      display: block;
      width: 100%;
      margin-left: auto; } }

#homePromotion {
  display: block; }
  #homePromotion .homePromotion__block {
    background-color: #e9162b;
    padding: 14px 10px 15px 10px; }
  #homePromotion .homePromotion__item {
    width: 100%;
    text-align: center; }
  #homePromotion .homePromotion__text {
    text-transform: unset;
    font-weight: 700;
    color: black;
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 0; }

#homeBrand {
  padding-top: 30px;
  padding-bottom: 10px; }
  #homeBrand .homeBrand__title {
    max-width: 530px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto; }
    #homeBrand .homeBrand__title .link:after {
      content: "";
      border: solid #787878;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(-45deg) translateY(-50%);
      -webkit-transform: rotate(-45deg) translateY(-50%);
      position: absolute;
      right: -15px;
      top: calc(50% - 1px);
      bottom: auto; }
    @media (min-width: 1025px) {
      #homeBrand .homeBrand__title .link:hover:after {
        border: solid #e9162b;
        border-width: 0 1px 1px 0; } }
  #homeBrand .homeBrand__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px; }
  #homeBrand .homeBrand__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    padding: 0 5px 50px; }
    @media (min-width: 551px) {
      #homeBrand .homeBrand__item {
        -ms-flex: 0 0 33.3334%;
        flex: 0 0 33.3334%;
        max-width: 33.3334%; } }
    @media (min-width: 1200px) {
      #homeBrand .homeBrand__item {
        -ms-flex: 0 0 16.6667%;
        flex: 0 0 16.6667%;
        max-width: 16.6667%;
        padding: 0 5px 10px; } }
    #homeBrand .homeBrand__item a {
      color: #000000;
      padding: 0;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      @media (max-width: 550px) {
        #homeBrand .homeBrand__item a {
          flex-direction: column; } }
  #homeBrand .homeBrand__icon {
    position: relative;
    display: block; }
    #homeBrand .homeBrand__icon:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      background-color: #7f7f7f;
      transform: translate(-50%, -50%) scale(0);
      transition: 0.3s transform ease;
      opacity: 0.1;
      border-radius: 50%;
      width: 180px;
      height: 180px; }
    #homeBrand .homeBrand__icon img {
      width: 100%;
      height: 100%; }
    @media (min-width: 1025px) {
      #homeBrand .homeBrand__icon:hover:before {
        transform: translate(-50%, -50%) scale(1); } }
    @media (min-width: 1200px) {
      #homeBrand .homeBrand__icon:before {
        width: 200px;
        height: 200px; } }
  @media (min-width: 1200px) {
    #homeBrand {
      padding-top: 40px;
      padding-bottom: 40px; } }

.home-banner-image {
  position: relative;
  overflow: hidden; }
  .home-banner-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    transform: translate3d(-50%, -50%, 0); }
    .home-banner-image img.lazyload, .home-banner-image img.lazyloading {
      width: auto;
      height: auto;
      object-fit: contain;
      margin: auto; }
    .home-banner-image img.lazyloaded {
      width: auto;
      height: auto;
      min-width: 100%;
      transition: all 0.7s ease; }
  @media (max-width: 767px) {
    .home-banner-image .image-mobile {
      display: block; }
      .home-banner-image .image-mobile + img {
        display: none; } }
  @media (min-width: 768px) {
    .home-banner-image .image-mobile {
      display: none;
      width: auto; } }
  .home-banner-image > a {
    background: #dfdddb; }
    .home-banner-image > a:after {
      content: "";
      display: block;
      height: 0;
      width: 100%; }
  .home-banner-image .image .image-with-overlay {
    background: #dfdddb; }

.home-banner-carousel .slick-arrow {
  border-color: transparent;
  background: transparent; }
  .home-banner-carousel .slick-arrow:before {
    height: 30px;
    width: 15px; }
  .home-banner-carousel .slick-arrow.slick-next {
    right: 0; }
    .home-banner-carousel .slick-arrow.slick-next:hover:before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23191919' stroke-width='4' stroke-linecap='inherit' stroke-linejoin='inherit' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .home-banner-carousel .slick-arrow.slick-prev {
    left: 0; }
    .home-banner-carousel .slick-arrow.slick-prev:hover:before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23191919' stroke-width='4' stroke-linecap='inherit' stroke-linejoin='inherit' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  @media (min-width: 768px) {
    .home-banner-carousel .slick-arrow:before {
      height: 40px;
      width: 22px; }
    .home-banner-carousel .slick-arrow.slick-next {
      right: 40px; }
    .home-banner-carousel .slick-arrow.slick-prev {
      left: 40px; } }

#homeBanner1 {
  padding-top: 28px;
  padding-bottom: 30px; }
  #homeBanner1 .homeBanner1__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -5px;
    margin-left: -5px; }
    @media (max-width: 767px) {
      #homeBanner1 .homeBanner1__slider {
        margin-right: 0;
        margin-left: 0;
        display: block; } }
  #homeBanner1 .homeBanner1__item {
    position: relative;
    padding: 0 0 10px 0; }
    #homeBanner1 .homeBanner1__item .image-with-overlay:after {
      padding-bottom: 100%; }
    #homeBanner1 .homeBanner1__item .homeBanner1__img {
      border: 1px solid rgba(0, 0, 0, 0);
      color: #000000;
      padding: 0;
      height: 100%; }
      #homeBanner1 .homeBanner1__item .homeBanner1__img:after {
        padding-bottom: 154.02299%; }
      @media (min-width: 768px) {
        #homeBanner1 .homeBanner1__item .homeBanner1__img {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center; } }
    #homeBanner1 .homeBanner1__item .content-wrapper {
      position: absolute;
      top: auto;
      left: 50%;
      bottom: 50px;
      transform: translateX(-50%);
      z-index: 3;
      width: 100%;
      padding: 0 15px;
      display: block;
      text-align: center; }
    #homeBanner1 .homeBanner1__item .title {
      position: relative;
      display: block;
      font-size: 40px;
      font-weight: 700;
      line-height: 1.2;
      text-transform: capitalize;
      color: white;
      margin: 0 0 25px 0;
      padding-bottom: 15px; }
      #homeBanner1 .homeBanner1__item .title:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 72px;
        height: 3px;
        background: #e9162b;
        transform: translateX(-50%); }
      @media (min-width: 1025px) and (max-width: 1399px) {
        #homeBanner1 .homeBanner1__item .title {
          font-size: 30px; } }
    #homeBanner1 .homeBanner1__item .desc {
      font-size: 16px;
      font-weight: 400;
      line-height: 25px;
      color: white;
      margin-bottom: 5px; }
    @media (min-width: 768px) {
      #homeBanner1 .homeBanner1__item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 5px 10px; } }
    @media (min-width: 1025px) {
      #homeBanner1 .homeBanner1__item {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 5px; }
        #homeBanner1 .homeBanner1__item:hover .image-with-overlay img {
          transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1); }
        #homeBanner1 .homeBanner1__item:hover .image-with-overlay:before {
          opacity: 1;
          visibility: visible; } }

#homeSearch {
  padding-top: 20px;
  padding-bottom: 20px; }
  #homeSearch .homeSearch__title {
    max-width: 100%;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto; }
    #homeSearch .homeSearch__title .link:after {
      content: "";
      border: solid #787878;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(-45deg) translateY(-50%);
      -webkit-transform: rotate(-45deg) translateY(-50%);
      position: absolute;
      right: -15px;
      top: calc(50% - 1px);
      bottom: auto; }
    @media (min-width: 768px) {
      #homeSearch .homeSearch__title .title {
        line-height: 40px;
        font-size: 28px; } }
  #homeSearch .homeSearch__block .form-field {
    position: relative;
    max-width: 880px;
    margin: 0 auto; }
  #homeSearch .homeSearch__block .form-input {
    text-align: center;
    color: black;
    background-color: #e9162b;
    border-color: #e9162b; }
    #homeSearch .homeSearch__block .form-input::-webkit-input-placeholder {
      color: black; }
    #homeSearch .homeSearch__block .form-input:-ms-input-placeholder {
      color: black; }
    #homeSearch .homeSearch__block .form-input::placeholder {
      color: black; }
  #homeSearch .homeSearch__block .button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #e9162b;
    border-color: #e9162b;
    border-left: none;
    padding: 0 18px; }
    #homeSearch .homeSearch__block .button:before {
      background-color: transparent; }
    #homeSearch .homeSearch__block .button:hover:before {
      background-color: transparent; }
    #homeSearch .homeSearch__block .button .icon {
      width: 25px;
      height: 25px; }
  @media (min-width: 1025px) {
    #homeSearch {
      padding-top: 40px;
      padding-bottom: 40px; } }

#homeBanner2 {
  padding-top: 25px;
  padding-bottom: 10px; }
  #homeBanner2 .homeBanner2__container {
    display: block;
    font-size: 0;
    letter-spacing: 0;
    margin: 0;
    overflow: auto;
    white-space: nowrap;
    padding: 0 15px;
    margin-left: -8px;
    margin-right: -8px;
    white-space: unset;
    overflow: unset;
    padding-left: 0;
    padding-right: 0; }
    #homeBanner2 .homeBanner2__container > .homeBanner2__item {
      display: inline-block;
      vertical-align: top;
      margin: 0;
      padding: 0;
      width: auto;
      width: 100%;
      padding-left: 8px;
      padding-right: 8px; }
      #homeBanner2 .homeBanner2__container > .homeBanner2__item + .homeBanner2__item {
        margin-top: 16px; }
    #homeBanner2 .homeBanner2__container .image-collection {
      display: inline-block;
      vertical-align: top;
      margin-right: 15px;
      width: 300px;
      position: relative;
      display: block;
      width: 100%;
      position: relative;
      margin-right: 0; }
      #homeBanner2 .homeBanner2__container .image-collection.half-height .image-with-overlay:after {
        padding-bottom: 48.27586%; }
      #homeBanner2 .homeBanner2__container .image-collection .image-with-overlay:after {
        padding-bottom: 100%; }
      #homeBanner2 .homeBanner2__container .image-collection .content-wrapper {
        position: absolute;
        top: auto;
        left: 15px;
        bottom: 15px;
        z-index: 3;
        width: calc(100% - 30px);
        padding: 0;
        display: block;
        text-align: left; }
      #homeBanner2 .homeBanner2__container .image-collection .title {
        font-size: 20px;
        line-height: 1.2;
        font-weight: 700;
        text-transform: uppercase;
        color: #f8f8f8;
        margin: 0 0 5px 0; }
      #homeBanner2 .homeBanner2__container .image-collection .desc {
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        color: white;
        margin-bottom: 10px; }
      #homeBanner2 .homeBanner2__container .image-collection .button {
        min-width: 190px; }
      #homeBanner2 .homeBanner2__container .image-collection.half-height .image-with-overlay img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    #homeBanner2 .homeBanner2__container .item-child {
      display: inline-block;
      vertical-align: top;
      width: 300px;
      display: block;
      width: auto; }
      #homeBanner2 .homeBanner2__container .item-child + .item-child {
        margin-left: 16px;
        margin-left: 0;
        margin-top: 16px; }
    @media (min-width: 992px) {
      #homeBanner2 .homeBanner2__container > .homeBanner2__item {
        width: 50%; }
        #homeBanner2 .homeBanner2__container > .homeBanner2__item + .homeBanner2__item {
          margin-top: 0; }
      #homeBanner2 .homeBanner2__container .image-collection .image-with-overlay:after {
        padding-bottom: 100%; }
      #homeBanner2 .homeBanner2__container .image-collection.half-height .image-with-overlay:after {
        padding-bottom: 48.27586%; } }
    @media (min-width: 1025px) {
      #homeBanner2 .homeBanner2__container {
        margin-left: -8px;
        margin-right: -8px; }
        #homeBanner2 .homeBanner2__container > .homeBanner2__item {
          padding-left: 8px;
          padding-right: 8px; }
        #homeBanner2 .homeBanner2__container .image-collection .content-wrapper {
          left: 35px;
          bottom: 35px;
          width: calc(100% - 70px); }
        #homeBanner2 .homeBanner2__container .image-collection .title {
          font-size: 40px;
          margin-bottom: 10px; }
        #homeBanner2 .homeBanner2__container .image-collection .desc {
          margin-bottom: 30px; }
        #homeBanner2 .homeBanner2__container .image-collection.half-height .image-with-overlay:after {
          padding-bottom: calc(50% - 8px); }
        #homeBanner2 .homeBanner2__container .image-collection:hover .image-with-overlay img {
          transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1); }
        #homeBanner2 .homeBanner2__container .image-collection:hover .image-with-overlay:before {
          opacity: 1;
          visibility: visible; }
        #homeBanner2 .homeBanner2__container .item-child + .item-child {
          margin-top: 16px; } }
    @media (min-width: 1400px) {
      #homeBanner2 .homeBanner2__container {
        margin-left: -15px;
        margin-right: -15px; }
        #homeBanner2 .homeBanner2__container > .homeBanner2__item {
          padding-left: 15px;
          padding-right: 15px; }
        #homeBanner2 .homeBanner2__container .image-collection.half-height .image-with-overlay:after {
          padding-bottom: calc(50% - 15px); }
        #homeBanner2 .homeBanner2__container .item-child + .item-child {
          margin-top: 30px; } }
  @media (min-width: 1025px) {
    #homeBanner2 {
      padding-top: 35px;
      padding-bottom: 50px; } }

#homeBanner3 {
  padding-top: 30px;
  padding-bottom: 30px; }
  #homeBanner3 .homeBanner3__container {
    position: relative; }
    #homeBanner3 .homeBanner3__container .homeBanner3__img {
      position: relative;
      overflow: hidden; }
      #homeBanner3 .homeBanner3__container .homeBanner3__img img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border: 0;
        width: 100%;
        max-height: 100%; }
      #homeBanner3 .homeBanner3__container .homeBanner3__img:after {
        content: "";
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 37.85310734463277%; }
    #homeBanner3 .homeBanner3__container .homeBanner3__content {
      text-align: center;
      padding: 30px;
      background-color: #f6f6f6; }
      #homeBanner3 .homeBanner3__container .homeBanner3__content .homeBanner3__title {
        margin-top: 0;
        margin-bottom: 0;
        color: black;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 10px;
        line-height: 1.2; }
      #homeBanner3 .homeBanner3__container .homeBanner3__content .homeBanner3__des {
        color: black;
        line-height: 26px;
        margin-bottom: 12px; }
      #homeBanner3 .homeBanner3__container .homeBanner3__content .button {
        margin-bottom: 0;
        min-width: 225px; }
  @media (min-width: 1200px) {
    #homeBanner3 .homeBanner3__container .homeBanner3__content .homeBanner3__title {
      font-size: 60px; }
    #homeBanner3 .homeBanner3__container .homeBanner3__content .button {
      margin-top: 20px; } }
  @media (min-width: 1025px) {
    #homeBanner3 .homeBanner3__container .homeBanner3__content {
      position: absolute;
      top: calc(50% - 15px);
      right: 0;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 15px 285px;
      max-width: 950px;
      text-align: center;
      background-color: transparent;
      max-height: 100%;
      overflow-y: auto; }
      #homeBanner3 .homeBanner3__container .homeBanner3__content::-webkit-scrollbar {
        width: 10px; }
      #homeBanner3 .homeBanner3__container .homeBanner3__content::-webkit-scrollbar-track {
        background: #eaeaea; }
      #homeBanner3 .homeBanner3__container .homeBanner3__content::-webkit-scrollbar-thumb {
        background: #000000; }
      #homeBanner3 .homeBanner3__container .homeBanner3__content .homeBanner3__title {
        color: white; }
      #homeBanner3 .homeBanner3__container .homeBanner3__content .homeBanner3__des {
        color: white; } }
  @media (max-width: 1199px) and (min-width: 1025px) {
    #homeBanner3 .homeBanner3__container .homeBanner3__content {
      padding: 25px 20px;
      max-width: 500px; } }
  @media (max-width: 550px) {
    #homeBanner3 .homeBanner3__container .homeBanner3__content .homeBanner3__title {
      font-size: 20px; } }
  @media (max-width: 480px) {
    #homeBanner3 .homeBanner3__container .homeBanner3__img img {
      top: 50%;
      left: 50%;
      right: auto;
      bottom: auto;
      width: auto;
      height: 100%;
      transform: translate(-50%, -50%);
      object-fit: cover;
      font-family: "object-fit: cover;"; }
    #homeBanner3 .homeBanner3__container .homeBanner3__img:after {
      padding-bottom: 70%; } }
  @media (min-width: 1025px) {
    #homeBanner3 {
      padding-top: 45px;
      padding-bottom: 50px; } }

#homeBanner4 {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1400px) {
    #homeBanner4 .container {
      max-width: 1550px; } }
  #homeBanner4 .homeBanner4__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -5px;
    margin-left: -5px; }
    @media (max-width: 767px) {
      #homeBanner4 .homeBanner4__slider {
        margin-right: 0;
        margin-left: 0;
        display: block; } }
  #homeBanner4 .homeBanner4__item {
    position: relative;
    padding: 0 0 10px 0; }
    #homeBanner4 .homeBanner4__item .image-with-overlay:after {
      padding-bottom: 100%; }
    #homeBanner4 .homeBanner4__item .homeBanner4__img {
      border: 1px solid rgba(0, 0, 0, 0);
      color: #000000;
      padding: 0;
      height: 100%; }
      #homeBanner4 .homeBanner4__item .homeBanner4__img:after {
        padding-bottom: 142.55319%; }
      @media (min-width: 768px) {
        #homeBanner4 .homeBanner4__item .homeBanner4__img {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center; } }
    #homeBanner4 .homeBanner4__item .content-wrapper {
      position: absolute;
      top: auto;
      left: 50%;
      bottom: 50px;
      transform: translateX(-50%);
      z-index: 3;
      width: 100%;
      padding: 0 15px;
      display: block;
      text-align: center; }
    #homeBanner4 .homeBanner4__item .title {
      position: relative;
      display: block;
      font-size: 40px;
      font-weight: 700;
      line-height: 1.2;
      text-transform: capitalize;
      color: white;
      margin: 0 0 25px 0;
      padding-bottom: 15px; }
      #homeBanner4 .homeBanner4__item .title:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 72px;
        height: 3px;
        background: #e9162b;
        transform: translateX(-50%); }
    #homeBanner4 .homeBanner4__item .desc {
      font-size: 16px;
      font-weight: 400;
      line-height: 25px;
      color: white;
      max-width: 400px;
      margin: 0 auto 5px; }
    @media (min-width: 768px) {
      #homeBanner4 .homeBanner4__item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 5px 10px; } }
    @media (min-width: 1025px) {
      #homeBanner4 .homeBanner4__item {
        -ms-flex: 0 0 33.33334%;
        flex: 0 0 33.33334%;
        max-width: 33.33334%;
        padding: 0 5px; }
        #homeBanner4 .homeBanner4__item:hover .image-with-overlay img {
          transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1); }
        #homeBanner4 .homeBanner4__item:hover .image-with-overlay:before {
          opacity: 1;
          visibility: visible; } }
  @media (min-width: 1025px) {
    #homeBanner4 {
      padding-top: 50px;
      padding-bottom: 50px; } }

#homeAbout {
  padding-top: 20px;
  padding-bottom: 30px;
  border-top: 1px solid #e5e5e5; }
  @media (min-width: 1600px) {
    #homeAbout .container {
      padding: 0 105px; } }
  #homeAbout .halo-block-header .title {
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 36px; }
  #homeAbout .halo-block-header .desc {
    line-height: 28px;
    color: #464646; }
  #homeAbout .homeAbout__carousel {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 0 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  #homeAbout .homeAbout__item {
    width: 100%;
    padding: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: top; }
    #homeAbout .homeAbout__item .homeAbout__img {
      text-align: center;
      margin-bottom: 25px; }
      #homeAbout .homeAbout__item .homeAbout__img img {
        width: auto;
        display: inline-block; }
    #homeAbout .homeAbout__item .homeAbout__content {
      padding-left: 15px;
      text-align: center; }
      #homeAbout .homeAbout__item .homeAbout__content .title {
        display: block;
        font-size: 16px;
        line-height: 28px;
        color: #464646;
        font-weight: 400;
        margin-top: 0;
        margin-bottom: 0;
        text-transform: capitalize; }
      #homeAbout .homeAbout__item .homeAbout__content .link {
        font-size: 16px;
        color: #464646;
        font-weight: 400;
        letter-spacing: 0;
        text-decoration: none;
        background-image: linear-gradient(transparent 96%, rgba(70, 70, 70, 0.6) 4%);
        background-repeat: repeat-x;
        background-position-y: -3px;
        line-height: 28px;
        display: inline-block; }
        .home-layout-3 #homeAbout .homeAbout__item .homeAbout__content .link,
        .home-layout-4 #homeAbout .homeAbout__item .homeAbout__content .link {
          background-position-y: 0; }
  @media (min-width: 1025px) {
    #homeAbout {
      padding-top: 42px;
      padding-bottom: 55px; } }
  @media (max-width: 1024px) {
    #homeAbout .homeAbout__container {
      display: block; }
      #homeAbout .homeAbout__container .homeAbout__carousel {
        font-size: 0; }
      #homeAbout .homeAbout__container .homeAbout__item .homeAbout__img {
        width: 100%; }
      #homeAbout .homeAbout__container .homeAbout__item .homeAbout__content {
        padding-left: 0;
        font-size: 16px; }
        #homeAbout .homeAbout__container .homeAbout__item .homeAbout__content h5 {
          font-size: 18px; } }
  @media (max-width: 767px) {
    #homeAbout .homeAbout__container {
      padding: 15px 0; }
      #homeAbout .homeAbout__container .homeAbout__item {
        padding: 15px;
        margin-bottom: 15px; }
      #homeAbout .homeAbout__container .homeAbout__carousel {
        position: relative;
        padding: 0; } }
  @media (max-width: 550px) {
    #homeAbout .homeAbout__container .homeAbout__carousel {
      display: block; } }

#halo_instagram,
#halo_instagram_2,
#halo_instagram_3 {
  text-align: center;
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 60px; }
  @media (min-width: 551px) and (max-width: 1024px) {
    #halo_instagram,
    #halo_instagram_2,
    #halo_instagram_3 {
      padding-top: 50px;
      padding-bottom: 50px; }
      .home-layout-4 #halo_instagram, .home-layout-4
      #halo_instagram_2, .home-layout-4
      #halo_instagram_3 {
        padding-bottom: 83px; } }
  @media (max-width: 550px) {
    #halo_instagram,
    #halo_instagram_2,
    #halo_instagram_3 {
      padding-top: 50px;
      padding-bottom: 50px; }
      .home-layout-4 #halo_instagram, .home-layout-4
      #halo_instagram_2, .home-layout-4
      #halo_instagram_3 {
        padding-top: 50px; } }
  @media (min-width: 1025px) {
    #halo_instagram,
    #halo_instagram_2,
    #halo_instagram_3 {
      padding-top: 62px;
      padding-bottom: 80px; }
      .home-layout-3 #halo_instagram, .home-layout-3
      #halo_instagram_2, .home-layout-3
      #halo_instagram_3 {
        padding-bottom: 105px;
        padding-top: 90px; }
      .home-layout-4 #halo_instagram, .home-layout-4
      #halo_instagram_2, .home-layout-4
      #halo_instagram_3 {
        padding-bottom: 91px;
        padding-top: 86px; } }
  #halo_instagram .halo-block-header,
  #halo_instagram_2 .halo-block-header,
  #halo_instagram_3 .halo-block-header {
    margin: 0 0 1rem 0; }
    .home-layout-3 #halo_instagram .halo-block-header, .home-layout-3
    #halo_instagram_2 .halo-block-header, .home-layout-3
    #halo_instagram_3 .halo-block-header {
      margin: 0 0 25px 0; }
    .home-layout-4 #halo_instagram .halo-block-header, .home-layout-4
    #halo_instagram_2 .halo-block-header, .home-layout-4
    #halo_instagram_3 .halo-block-header {
      margin: 0 0 23px 0; }
      @media (max-width: 550px) {
        .home-layout-4 #halo_instagram .halo-block-header, .home-layout-4
        #halo_instagram_2 .halo-block-header, .home-layout-4
        #halo_instagram_3 .halo-block-header {
          margin-bottom: 13px; } }
    #halo_instagram .halo-block-header .title .icon,
    #halo_instagram_2 .halo-block-header .title .icon,
    #halo_instagram_3 .halo-block-header .title .icon {
      font-size: 0;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' width='25px' height='25px' viewBox='0 0 169.063 169.063' style='enable-background:new 0 0 169.063 169.063;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M122.406,0H46.654C20.929,0,0,20.93,0,46.655v75.752c0,25.726,20.929,46.655,46.654,46.655h75.752 c25.727,0,46.656-20.93,46.656-46.655V46.655C169.063,20.93,148.133,0,122.406,0z M154.063,122.407 c0,17.455-14.201,31.655-31.656,31.655H46.654C29.2,154.063,15,139.862,15,122.407V46.655C15,29.201,29.2,15,46.654,15h75.752 c17.455,0,31.656,14.201,31.656,31.655V122.407z'/%3E%3Cpath d='M84.531,40.97c-24.021,0-43.563,19.542-43.563,43.563c0,24.02,19.542,43.561,43.563,43.561s43.563-19.541,43.563-43.561 C128.094,60.512,108.552,40.97,84.531,40.97z M84.531,113.093c-15.749,0-28.563-12.812-28.563-28.561 c0-15.75,12.813-28.563,28.563-28.563s28.563,12.813,28.563,28.563C113.094,100.281,100.28,113.093,84.531,113.093z'/%3E%3Cpath d='M129.921,28.251c-2.89,0-5.729,1.17-7.77,3.22c-2.051,2.04-3.23,4.88-3.23,7.78c0,2.891,1.18,5.73,3.23,7.78 c2.04,2.04,4.88,3.22,7.77,3.22c2.9,0,5.73-1.18,7.78-3.22c2.05-2.05,3.22-4.89,3.22-7.78c0-2.9-1.17-5.74-3.22-7.78 C135.661,29.421,132.821,28.251,129.921,28.251z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
      width: 25px;
      height: 25px;
      margin-right: 13px;
      position: relative;
      top: -3px; }
    @media (min-width: 1025px) {
      #halo_instagram .halo-block-header .title,
      #halo_instagram_2 .halo-block-header .title,
      #halo_instagram_3 .halo-block-header .title {
        line-height: 40px;
        font-size: 28px; }
        .home-layout-4 #halo_instagram .halo-block-header .title, .home-layout-4
        #halo_instagram_2 .halo-block-header .title, .home-layout-4
        #halo_instagram_3 .halo-block-header .title {
          font-size: 40px;
          font-weight: 700;
          margin-bottom: 0;
          text-transform: uppercase; }
          .home-layout-4 #halo_instagram .halo-block-header .title.is-small, .home-layout-4
          #halo_instagram_2 .halo-block-header .title.is-small, .home-layout-4
          #halo_instagram_3 .halo-block-header .title.is-small {
            font-weight: 400;
            text-transform: initial;
            margin-top: -21px;
            margin-bottom: -17px; } }
    @media (max-width: 550px) {
      .home-layout-4 #halo_instagram .halo-block-header .title, .home-layout-4
      #halo_instagram_2 .halo-block-header .title, .home-layout-4
      #halo_instagram_3 .halo-block-header .title {
        line-height: 30px !important; } }
  #halo_instagram .halo-block-footer,
  #halo_instagram_2 .halo-block-footer,
  #halo_instagram_3 .halo-block-footer {
    margin-top: 30px; }
    #halo_instagram .halo-block-footer .button,
    #halo_instagram_2 .halo-block-footer .button,
    #halo_instagram_3 .halo-block-footer .button {
      min-width: 250px; }
    @media (min-width: 1025px) {
      #halo_instagram .halo-block-footer,
      #halo_instagram_2 .halo-block-footer,
      #halo_instagram_3 .halo-block-footer {
        margin-top: 45px; } }

#halo_instagram_2 .container,
#halo_instagram_3 .container {
  padding-left: 65px;
  padding-right: 0; }
  @media (min-width: 551px) and (max-width: 1024px) {
    #halo_instagram_2 .container,
    #halo_instagram_3 .container {
      padding-left: 12px;
      padding-right: 12px; } }
  @media (max-width: 550px) {
    #halo_instagram_2 .container,
    #halo_instagram_3 .container {
      padding-left: 7px;
      padding-right: 7px; } }
  @media (min-width: 1800px) {
    .home-layout-4 #halo_instagram_2 .container, .home-layout-4
    #halo_instagram_3 .container {
      padding: 0 168px; } }
  @media (min-width: 1025px) and (max-width: 1799px) {
    .home-layout-4 #halo_instagram_2 .container, .home-layout-4
    #halo_instagram_3 .container {
      padding: 0 50px; } }
  .home-layout-4 #halo_instagram_2 .container .slick-dots, .home-layout-4
  #halo_instagram_3 .container .slick-dots {
    bottom: -33px; }
    .home-layout-4 #halo_instagram_2 .container .slick-dots .slick-active button, .home-layout-4
    #halo_instagram_3 .container .slick-dots .slick-active button {
      border-color: #e9162b; }
      .home-layout-4 #halo_instagram_2 .container .slick-dots .slick-active button::before, .home-layout-4
      #halo_instagram_3 .container .slick-dots .slick-active button::before {
        background: #e9162b; }

#halo_instagram_2 .halo-image-instagram,
#halo_instagram_3 .halo-image-instagram {
  overflow: unset;
  position: relative; }
  #halo_instagram_2 .halo-image-instagram:not(.slick-initialized),
  #halo_instagram_3 .halo-image-instagram:not(.slick-initialized) {
    overflow: hidden; }
  #halo_instagram_2 .halo-image-instagram .slick-arrow,
  #halo_instagram_3 .halo-image-instagram .slick-arrow {
    z-index: 100;
    top: -50px; }
    @media (max-width: 1024px) {
      #halo_instagram_2 .halo-image-instagram .slick-arrow,
      #halo_instagram_3 .halo-image-instagram .slick-arrow {
        top: -50px; } }
    #halo_instagram_2 .halo-image-instagram .slick-arrow.slick-prev,
    #halo_instagram_3 .halo-image-instagram .slick-arrow.slick-prev {
      right: 100px;
      left: auto; }
      @media (min-width: 1400px) {
        #halo_instagram_2 .halo-image-instagram .slick-arrow.slick-prev,
        #halo_instagram_3 .halo-image-instagram .slick-arrow.slick-prev {
          right: 153px; } }
    #halo_instagram_2 .halo-image-instagram .slick-arrow.slick-next,
    #halo_instagram_3 .halo-image-instagram .slick-arrow.slick-next {
      right: 40px; }
      @media (min-width: 1400px) {
        #halo_instagram_2 .halo-image-instagram .slick-arrow.slick-next,
        #halo_instagram_3 .halo-image-instagram .slick-arrow.slick-next {
          right: 63px; } }

@media (min-width: 1025px) {
  #halo_instagram_2 .slick-list,
  #halo_instagram_3 .slick-list {
    padding-right: 105px; }
    .home-layout-4 #halo_instagram_2 .slick-list, .home-layout-4
    #halo_instagram_3 .slick-list {
      padding-right: 0; } }

.halo-image-instagram {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  margin: 0;
  overflow: unset;
  transition: 0.3s; }
  .halo-image-instagram .slick-list {
    margin: 0 -5px; }
    .home-layout-3 .halo-image-instagram .slick-list {
      margin: 0; }
    .home-layout-4 .halo-image-instagram .slick-list {
      margin: 0; }
  .halo-image-instagram:not(.slick-initialized) {
    white-space: nowrap;
    overflow: hidden; }
    .halo-image-instagram:not(.slick-initialized) .item {
      width: 20%;
      display: inline-block;
      white-space: normal; }
      .home-layout-4 .halo-image-instagram:not(.slick-initialized) .item {
        width: 33.3334%; }
        .home-layout-4 .halo-image-instagram:not(.slick-initialized) .item:nth-child(n + 4) {
          display: none; }
      .halo-image-instagram:not(.slick-initialized) .item:nth-child(n + 6) {
        display: none; }
      @media (max-width: 1399px) {
        .halo-image-instagram:not(.slick-initialized) .item {
          width: 25%; }
          .halo-image-instagram:not(.slick-initialized) .item:nth-child(n + 5) {
            display: none; } }
      @media (max-width: 1024px) {
        .halo-image-instagram:not(.slick-initialized) .item {
          width: 33.3334%; }
          .halo-image-instagram:not(.slick-initialized) .item:nth-child(n + 4) {
            display: none; } }
      @media (max-width: 767px) {
        .halo-image-instagram:not(.slick-initialized) .item {
          width: 50%; }
          .halo-image-instagram:not(.slick-initialized) .item:nth-child(n + 3) {
            display: none; } }
    .home-layout-3 .halo-image-instagram:not(.slick-initialized) .item {
      display: inline-block;
      width: calc(33.3334% - 18px); }
      @media (max-width: 767px) {
        .home-layout-3 .halo-image-instagram:not(.slick-initialized) .item {
          width: 50%; }
          .home-layout-3 .halo-image-instagram:not(.slick-initialized) .item:nth-child(n + 3) {
            display: none; } }
  .halo-image-instagram .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    margin: 0 0 2px 0;
    white-space: normal;
    padding: 0 10px 0 0; }
    .home-layout-4 .halo-image-instagram .item {
      padding: 0;
      line-height: 1; }
    @media (max-width: 1024px) {
      .halo-image-instagram .item {
        padding: 0 5px 0 5px; } }
    .halo-image-instagram .item:last-child {
      margin-right: -10px; }
  .halo-image-instagram .image-collection {
    position: relative; }
    .home-layout-4 .halo-image-instagram .image-collection {
      padding: 3px; }
      .home-layout-4 .halo-image-instagram .image-collection.is-2 {
        display: inline-block;
        width: 50%; }
    .halo-image-instagram .image-collection .image-with-overlay:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .halo-image-instagram .image-collection .image-with-overlay img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      height: auto;
      transform: translate3d(-50%, -50%, 0); }
      .halo-image-instagram .image-collection .image-with-overlay img.lazyload {
        min-width: auto; }
      .halo-image-instagram .image-collection .image-with-overlay img.lazyload, .halo-image-instagram .image-collection .image-with-overlay img.lazyloading {
        width: 50px;
        height: 50px;
        margin: auto; }
      .halo-image-instagram .image-collection .image-with-overlay img.lazyloaded {
        width: auto;
        height: auto;
        min-width: 100%;
        transition: all 0.7s ease; }
    .halo-image-instagram .image-collection .image-with-overlay span {
      opacity: 0;
      overflow: hidden; }
    .halo-image-instagram .image-collection .image-with-overlay:hover .item-content {
      opacity: 1;
      overflow: visible;
      visibility: visible;
      transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1); }
      .home-layout-3 .halo-image-instagram .image-collection .image-with-overlay:hover .item-content {
        transform: translate(-50%, -50%) scale(1); }
      .home-layout-4 .halo-image-instagram .image-collection .image-with-overlay:hover .item-content {
        transform: translate(-50%, -50%) scale(1); }
    .halo-image-instagram .image-collection .image-with-overlay .item-content {
      position: absolute;
      z-index: 999;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      overflow: hidden;
      transform: translate(-50%, -50%) scale(0.8);
      transition: opacity 0.1s ease, transform 0.3s ease; }
      .home-layout-3 .halo-image-instagram .image-collection .image-with-overlay .item-content {
        top: 50.2%; }
      .halo-image-instagram .image-collection .image-with-overlay .item-content .button {
        padding: 0 50px; }
        .home-layout-4 .halo-image-instagram .image-collection .image-with-overlay .item-content .button {
          border-width: 0px;
          padding: 0;
          height: 50px;
          line-height: 50px;
          width: 50px;
          min-width: 50px; }
          .home-layout-4 .halo-image-instagram .image-collection .image-with-overlay .item-content .button svg {
            height: 50px;
            width: 50px; }
          @media (min-width: 1025px) {
            .home-layout-4 .halo-image-instagram .image-collection .image-with-overlay .item-content .button {
              height: 60px;
              width: 60px;
              min-width: 60px;
              padding: 0;
              text-align: center; } }
        @media (max-width: 1024px) {
          .halo-image-instagram .image-collection .image-with-overlay .item-content .button {
            padding: 0 15px; } }
  @media (min-width: 1025px) {
    .halo-image-instagram {
      white-space: unset;
      padding-left: 0; }
      .halo-image-instagram .item {
        margin-top: 5px;
        margin-right: 0;
        margin-bottom: 0; }
        .home-layout-3 .halo-image-instagram .item {
          padding-left: 12px;
          padding-right: 12px;
          margin-left: -14px; }
      .halo-image-instagram .image-collection {
        display: block;
        overflow: hidden;
        position: relative; }
        .home-layout-4 .halo-image-instagram .image-collection {
          padding: 7px; }
          .home-layout-4 .halo-image-instagram .image-collection .image-wrapper {
            border-radius: 5px; }
        .halo-image-instagram .image-collection.is-2 {
          display: inline-block;
          width: 50%; }
        .halo-image-instagram .image-collection .image-with-overlay svg {
          width: 60px;
          height: 60px;
          transform: rotate(46deg); }
        .halo-image-instagram .image-collection .image-with-overlay span {
          font-size: 0px;
          width: 45px;
          height: 45px;
          position: absolute;
          z-index: 999;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          opacity: 0;
          overflow: hidden;
          transform: translate(-50%, -50%) scale(0.8);
          transition: opacity 0.1s ease, transform 0.3s ease; }
          .halo-image-instagram .image-collection .image-with-overlay span:before {
            position: absolute;
            content: "";
            top: 50%;
            left: 50%;
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background: white;
            width: 4px;
            height: 100%; }
          .halo-image-instagram .image-collection .image-with-overlay span:after {
            position: absolute;
            content: "";
            top: 50%;
            left: 50%;
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background: white;
            width: 100%;
            height: 4px; }
        .halo-image-instagram .image-collection .title {
          font-size: 32px;
          margin-bottom: 30px;
          max-width: 158px; }
        .halo-image-instagram .image-collection:hover .image-with-overlay svg {
          transform: rotate(0); }
        .halo-image-instagram .image-collection:hover .image-with-overlay img {
          transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1); }
        .halo-image-instagram .image-collection:hover .image-with-overlay:before {
          opacity: 1;
          visibility: visible; }
        .halo-image-instagram .image-collection:hover .image-with-overlay span {
          opacity: 1;
          overflow: visible;
          visibility: visible;
          transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1); } }

#homeCategory {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #e5e5e5; }
  #homeCategory .halo-block-header .title {
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 36px; }
  #homeCategory .halo-block-header .desc {
    line-height: 28px;
    color: #464646; }
  #homeCategory .homeCategory__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px; }
  #homeCategory .homeCategory__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding: 0 5px 10px; }
    @media (min-width: 551px) {
      #homeCategory .homeCategory__item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 768px) {
      #homeCategory .homeCategory__item {
        -ms-flex: 0 0 33.3334%;
        flex: 0 0 33.3334%;
        max-width: 33.3334%; } }
    @media (min-width: 1025px) {
      #homeCategory .homeCategory__item {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; } }
    #homeCategory .homeCategory__item a {
      border: 2px solid #f2f2f2;
      background-color: #f2f2f2;
      color: #000000;
      padding: 0;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      @media (max-width: 550px) {
        #homeCategory .homeCategory__item a {
          flex-direction: column; } }
      @media (min-width: 1025px) {
        #homeCategory .homeCategory__item a:hover {
          border-color: #4d4d4d;
          background-color: white; } }
  #homeCategory .homeCategory__text {
    text-align: center;
    position: relative;
    width: 100%;
    padding: 12px 10px 11px; }
    #homeCategory .homeCategory__text > span {
      font-size: 16px;
      font-weight: 700;
      color: black; }
  @media (min-width: 1025px) {
    #homeCategory {
      padding-top: 58px;
      padding-bottom: 45px; } }

#homeCustomText {
  padding-top: 20px; }
  #homeCustomText .homeCustomText__block {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: -5px;
    margin-right: -5px; }
  #homeCustomText .homeCustomText__item {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px; }
    @media (min-width: 1025px) {
      #homeCustomText .homeCustomText__item:hover .homeCustomText__text {
        color: white; }
        #homeCustomText .homeCustomText__item:hover .homeCustomText__text:before {
          transform: rotate3d(0, 0, 1, 0) translateZ(0); } }
  #homeCustomText .homeCustomText__text {
    border: 1px solid #f9ede1;
    background-color: #f9ede1;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    position: relative;
    padding: 8px 22px 9px;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    position: relative; }
    #homeCustomText .homeCustomText__text:before {
      content: "";
      z-index: -1;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 120%;
      height: 100%;
      background-color: black;
      backface-visibility: hidden;
      will-change: transform;
      transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
      transform-origin: 0% 100%;
      transition: transform 0.3s ease; }

.haloTextCategory {
  padding: 30px 0; }
  .haloTextCategory__item {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0;
    padding: 0 0 15px 0;
    text-align: left;
    white-space: normal; }
  .haloTextCategory__title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0;
    color: #1e1e1e;
    margin: 0 0 17px 0; }
  .haloTextCategory__desc {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: black;
    line-height: 28px;
    margin: 0; }
  @media (min-width: 768px) {
    .haloTextCategory__item {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1025px) {
    .haloTextCategory {
      padding-top: 80px;
      padding-bottom: 30px; }
      .haloTextCategory__item {
        padding-left: 0;
        padding-right: 0; }
        .haloTextCategory__item:first-child {
          padding-bottom: 45px; } }

.product-banner-image {
  position: relative;
  overflow: hidden; }
  .product-banner-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    transform: translate3d(-50%, -50%, 0); }
    .product-banner-image img.lazyload, .product-banner-image img.lazyloading {
      width: auto;
      height: auto;
      object-fit: contain;
      margin: auto; }
    .product-banner-image img.lazyloaded {
      width: auto;
      height: auto;
      min-width: auto;
      transition: all 0.7s ease; }
      @media (max-width: 767px) {
        .product-banner-image img.lazyloaded {
          min-width: 100%; } }
  @media (max-width: 767px) {
    .product-banner-image .image-mobile {
      display: block; }
      .product-banner-image .image-mobile + img {
        display: none; } }
  @media (min-width: 768px) {
    .product-banner-image .image-mobile {
      display: none;
      width: auto; } }
  .product-banner-image a {
    background: #dfdddb; }
    .product-banner-image a:after {
      content: "";
      display: block;
      height: 0;
      width: 100%; }

#productBanner .productBanner__container {
  width: 100%;
  max-width: 100%; }

#productBanner .product-banner-image {
  background: #dfdddb;
  margin: 0 auto; }

#productBanner a:after {
  padding-bottom: 27.0073%; }
  @media (max-width: 767px) {
    #productBanner a:after {
      padding-bottom: 91.66667%; } }

.page-type-sitemap .page-content {
  margin-top: 22px; }

.sitemap-list {
  margin: 0; }
  .sitemap-list--item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none; }
    .sitemap-list--item + .sitemap-list--item {
      margin-top: 30px;
      padding-top: 25px; }
  .sitemap-list--title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    color: black;
    margin: 0 0 20px 0;
    text-transform: capitalize;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6; }
  .sitemap-list--subItem {
    display: block; }
    .sitemap-list--subItem > a {
      font-size: 18px;
      font-weight: 700;
      line-height: 45px;
      letter-spacing: 0;
      text-transform: capitalize;
      color: black;
      transition: unset; }
      .sitemap-list--subItem > a span {
        padding: 0 0 1px 0; }
    .sitemap-list--subItem > ul {
      margin-left: 2.4rem; }
    .sitemap-list--subItem li a {
      font-size: 18px;
      font-weight: 400;
      padding: 0;
      margin: 0;
      color: black;
      text-transform: capitalize;
      letter-spacing: 0;
      line-height: 45px;
      transition: unset; }
      .sitemap-list--subItem li a span {
        padding: 0 0 1px 0; }
    .sitemap-list--subItem.sitemap-list--viewAll > a {
      font-style: italic;
      color: #e9162b;
      text-transform: capitalize; }
      .sitemap-list--subItem.sitemap-list--viewAll > a span {
        padding: 0 0 1px 0;
        background-image: linear-gradient(transparent 97%, #e9162b 3%);
        background-repeat: repeat-x;
        background-position-y: 0; }
  @media (min-width: 1025px) {
    .sitemap-list li a:hover {
      color: #e9162b; }
      .sitemap-list li a:hover span {
        background-image: linear-gradient(transparent 97%, #e9162b 3%);
        background-repeat: repeat-x;
        background-position-y: 0; } }

.halo-block {
  display: block;
  position: relative; }
  @media (min-width: 1024px) and (max-width: 1800px) {
    .halo-block.halo-block-product .slick-arrow.slick-prev {
      left: 0; } }
  @media (min-width: 1801px) {
    .home-layout-4 .halo-block.halo-block-product .slick-arrow.slick-prev {
      left: -58px; } }
  @media (min-width: 1025px) {
    .halo-block.halo-block-product .slick-list {
      padding-right: 105px; }
      .home-layout-4 .halo-block.halo-block-product .slick-list {
        padding-right: 0px; } }
  .halo-block.halo-block-product .halo-block-header {
    margin: 0 0 1rem 0; }
  .halo-block-header {
    width: 100%;
    display: block;
    position: relative;
    margin: 0 0 1rem  0; }
    .halo-block-header .title {
      font-family: "Gotham", Arial, Helvetica, sans-serif;
      font-size: 26px;
      font-weight: 700;
      line-height: 36px;
      letter-spacing: 0;
      margin: 0;
      color: black; }
      .halo-block-header .title + .link {
        position: relative;
        font-size: 14px;
        color: #787878;
        display: inline-block;
        margin: 12px 0 0 0; }
      @media (min-width: 1025px) {
        .halo-block-header .title + .link:hover {
          color: #e9162b; } }

@media (max-width: 1024px) {
  .home-layout-3 .halo-block-product .slick-dots {
    bottom: -28px; }
    .home-layout-3 .halo-block-product .slick-dots li button {
      border-color: #ae9980; }
    .home-layout-3 .halo-block-product .slick-dots li.slick-active button {
      background-color: #ae9980; }
      .home-layout-3 .halo-block-product .slick-dots li.slick-active button::before {
        background-color: #ae9980; } }

.home-layout-3 .halo-block-product.halo-block-product-1 {
  padding-bottom: 3rem; }

.home-layout-3 .halo-block-product.halo-block-product-1 .container {
  padding: 0; }
  @media (min-width: 1025px) {
    .home-layout-3 .halo-block-product.halo-block-product-1 .container {
      padding: 0 0 0 65px; } }

@media (min-width: 1025px) {
  .halo-block-product.halo-block-product-1 {
    padding-bottom: 95px; }
    .home-layout-3 .halo-block-product.halo-block-product-1 {
      padding-bottom: 100px; }
    .home-layout-4 .halo-block-product.halo-block-product-1 {
      padding-bottom: 32px; } }

.home-layout-3 .halo-block-product.halo-block-product-1 .title {
  margin-top: 1rem; }
  @media (min-width: 1025px) {
    .home-layout-3 .halo-block-product.halo-block-product-1 .title {
      margin-top: 50px; } }
  @media (max-width: 1024px) {
    .home-layout-3 .halo-block-product.halo-block-product-1 .title {
      margin-top: 0px; } }

.halo-block-product.halo-block-product-1 .productCarousel-wrapper .productCarousel:not(.slick-initialized) {
  white-space: nowrap; }
  .halo-block-product.halo-block-product-1 .productCarousel-wrapper .productCarousel:not(.slick-initialized) .productCarousel-slide {
    width: 25%;
    display: inline-block;
    white-space: normal; }
    .halo-block-product.halo-block-product-1 .productCarousel-wrapper .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n + 5) {
      display: none; }
    .home-layout-3 .halo-block-product.halo-block-product-1 .productCarousel-wrapper .productCarousel:not(.slick-initialized) .productCarousel-slide {
      width: 33.3334%; }
      @media (max-width: 767px) {
        .home-layout-3 .halo-block-product.halo-block-product-1 .productCarousel-wrapper .productCarousel:not(.slick-initialized) .productCarousel-slide {
          width: 50%; } }
      @media (max-width: 320px) {
        .home-layout-3 .halo-block-product.halo-block-product-1 .productCarousel-wrapper .productCarousel:not(.slick-initialized) .productCarousel-slide {
          width: 100%; } }
    @media (max-width: 1399px) {
      .halo-block-product.halo-block-product-1 .productCarousel-wrapper .productCarousel:not(.slick-initialized) .productCarousel-slide {
        width: 33.3334%; }
        .halo-block-product.halo-block-product-1 .productCarousel-wrapper .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n + 4) {
          display: none; } }
    @media (max-width: 767px) {
      .halo-block-product.halo-block-product-1 .productCarousel-wrapper .productCarousel:not(.slick-initialized) .productCarousel-slide {
        width: 50%; }
        .halo-block-product.halo-block-product-1 .productCarousel-wrapper .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n + 3) {
          display: none; } }
    @media (max-width: 320px) {
      .halo-block-product.halo-block-product-1 .productCarousel-wrapper .productCarousel:not(.slick-initialized) .productCarousel-slide {
        width: 100%; }
        .halo-block-product.halo-block-product-1 .productCarousel-wrapper .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n + 2) {
          display: none; } }

.halo-block-product.halo-block-product-1 .productCarousel-wrapper .productBanner .image-with-overlay:after {
  padding-bottom: calc(150% - 1px); }

@media (max-width: 767px) {
  .halo-block-product.halo-block-product-1 .productCarousel-wrapper .productBanner {
    -ms-flex-order: -1;
    order: -1; } }

@media (min-width: 768px) {
  .halo-block-product.halo-block-product-1 .productCarousel-wrapper {
    margin: 0 -8px;
    flex-direction: unset; }
    .halo-block-product.halo-block-product-1 .productCarousel-wrapper .productCarousel {
      margin: 0;
      width: 100% !important;
      max-width: 75%; }
    .halo-block-product.halo-block-product-1 .productCarousel-wrapper .productBanner {
      max-width: 25%;
      margin-bottom: 0; }
    .halo-block-product.halo-block-product-1 .productCarousel-wrapper.productBanner-left {
      margin-left: -10px; }
      .halo-block-product.halo-block-product-1 .productCarousel-wrapper.productBanner-left .productCarousel {
        padding-right: 8px; }
      .halo-block-product.halo-block-product-1 .productCarousel-wrapper.productBanner-left .productBanner {
        padding-left: 10px;
        padding-right: 8px; }
    .halo-block-product.halo-block-product-1 .productCarousel-wrapper.productBanner-right {
      margin-right: -10px; }
      .halo-block-product.halo-block-product-1 .productCarousel-wrapper.productBanner-right .productCarousel {
        padding-left: 8px; }
      .halo-block-product.halo-block-product-1 .productCarousel-wrapper.productBanner-right .productBanner {
        padding-right: 10px;
        padding-left: 8px; } }

@media (min-width: 1400px) {
  .halo-block-product.halo-block-product-1 .productCarousel-wrapper {
    margin: 0 -15px; }
    .halo-block-product.halo-block-product-1 .productCarousel-wrapper .productCarousel {
      max-width: 80%; }
    .halo-block-product.halo-block-product-1 .productCarousel-wrapper .productBanner {
      max-width: 20%; }
    .halo-block-product.halo-block-product-1 .productCarousel-wrapper.productBanner-left {
      margin-left: -18px; }
      .halo-block-product.halo-block-product-1 .productCarousel-wrapper.productBanner-left .productCarousel {
        padding-right: 15px; }
      .halo-block-product.halo-block-product-1 .productCarousel-wrapper.productBanner-left .productBanner {
        padding-left: 18px;
        padding-right: 15px; }
    .halo-block-product.halo-block-product-1 .productCarousel-wrapper.productBanner-right {
      margin-right: -18px; }
      .halo-block-product.halo-block-product-1 .productCarousel-wrapper.productBanner-right .productCarousel {
        padding-left: 15px; }
      .halo-block-product.halo-block-product-1 .productCarousel-wrapper.productBanner-right .productBanner {
        padding-right: 18px;
        padding-left: 15px; } }

.halo-block-product.halo-block-product-2 .container, .halo-block-product.halo-block-product-3 .container {
  padding: 0; }
  @media (min-width: 1025px) {
    .home-layout-3 .halo-block-product.halo-block-product-2 .container, .home-layout-3 .halo-block-product.halo-block-product-3 .container {
      padding: 0 0 0 65px; } }

.halo-block-product.halo-block-product-2 .productCarousel-wrapper, .halo-block-product.halo-block-product-3 .productCarousel-wrapper {
  flex-direction: column; }
  .halo-block-product.halo-block-product-2 .productCarousel-wrapper .productBanner, .halo-block-product.halo-block-product-3 .productCarousel-wrapper .productBanner {
    max-width: 100%;
    margin-bottom: 15px; }
    .halo-block-product.halo-block-product-2 .productCarousel-wrapper .productBanner .image-with-overlay:after, .halo-block-product.halo-block-product-3 .productCarousel-wrapper .productBanner .image-with-overlay:after {
      padding-bottom: 85.10638%; }
  .halo-block-product.halo-block-product-2 .productCarousel-wrapper .productCarousel, .halo-block-product.halo-block-product-3 .productCarousel-wrapper .productCarousel {
    width: 100% !important;
    max-width: 100%;
    margin: 0; }
  .halo-block-product.halo-block-product-2 .productCarousel-wrapper.productBanner-left .productCarousel, .halo-block-product.halo-block-product-3 .productCarousel-wrapper.productBanner-left .productCarousel {
    padding: 0 5px; }
  .halo-block-product.halo-block-product-2 .productCarousel-wrapper.productBanner-right .productCarousel, .halo-block-product.halo-block-product-3 .productCarousel-wrapper.productBanner-right .productCarousel {
    padding: 0 5px; }
  .halo-block-product.halo-block-product-2 .productCarousel-wrapper .productCarousel .productCarousel-slide, .halo-block-product.halo-block-product-3 .productCarousel-wrapper .productCarousel .productCarousel-slide {
    width: 50%; }
  .halo-block-product.halo-block-product-2 .productCarousel-wrapper .productCarousel:not(.slick-initialized), .halo-block-product.halo-block-product-3 .productCarousel-wrapper .productCarousel:not(.slick-initialized) {
    white-space: nowrap; }
    .halo-block-product.halo-block-product-2 .productCarousel-wrapper .productCarousel:not(.slick-initialized) .productCarousel-slide, .halo-block-product.halo-block-product-3 .productCarousel-wrapper .productCarousel:not(.slick-initialized) .productCarousel-slide {
      width: 50%;
      display: inline-block;
      white-space: normal; }
      .halo-block-product.halo-block-product-2 .productCarousel-wrapper .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n + 3), .halo-block-product.halo-block-product-3 .productCarousel-wrapper .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n + 3) {
        display: none; }
  @media (max-width: 1024px) {
    .halo-block-product.halo-block-product-2 .productCarousel-wrapper .productBanner, .halo-block-product.halo-block-product-3 .productCarousel-wrapper .productBanner {
      -ms-flex-order: -1;
      order: -1; } }
  @media (min-width: 1025px) {
    .halo-block-product.halo-block-product-2 .productCarousel-wrapper, .halo-block-product.halo-block-product-3 .productCarousel-wrapper {
      flex-direction: unset; }
      .halo-block-product.halo-block-product-2 .productCarousel-wrapper .productBanner, .halo-block-product.halo-block-product-3 .productCarousel-wrapper .productBanner {
        max-width: calc(50% - 5px);
        margin-bottom: 0; }
      .halo-block-product.halo-block-product-2 .productCarousel-wrapper .productCarousel, .halo-block-product.halo-block-product-3 .productCarousel-wrapper .productCarousel {
        width: 50% !important;
        max-width: 50%; }
      .halo-block-product.halo-block-product-2 .productCarousel-wrapper.productBanner-left .productCarousel, .halo-block-product.halo-block-product-3 .productCarousel-wrapper.productBanner-left .productCarousel {
        padding: 0; }
      .halo-block-product.halo-block-product-2 .productCarousel-wrapper.productBanner-right .productCarousel, .halo-block-product.halo-block-product-3 .productCarousel-wrapper.productBanner-right .productCarousel {
        padding: 0; } }
  @media (min-width: 1600px) {
    .halo-block-product.halo-block-product-2 .productCarousel-wrapper.productBanner-left .productCarousel, .halo-block-product.halo-block-product-3 .productCarousel-wrapper.productBanner-left .productCarousel {
      padding: 0 45px 0 40px; }
    .halo-block-product.halo-block-product-2 .productCarousel-wrapper.productBanner-right .productCarousel, .halo-block-product.halo-block-product-3 .productCarousel-wrapper.productBanner-right .productCarousel {
      padding: 0 40px 0 45px; } }

.halo-block-product.halo-block-product-2 {
  padding-bottom: 4rem; }
  @media (min-width: 1025px) {
    .halo-block-product.halo-block-product-2 {
      padding-bottom: 5rem; } }

.halo-block-product.halo-block-product-3 {
  padding-bottom: 4rem; }
  @media (min-width: 1025px) {
    .halo-block-product.halo-block-product-3 {
      padding-bottom: 5rem; } }

.halo-block-product[data-category-id] .loadingOverlay {
  display: block; }

.halo-block-product[data-list-id] .loadingOverlay {
  display: block; }

.halo-block-product .productCarousel:not(.slick-initialized) {
  white-space: nowrap;
  overflow: hidden; }
  .halo-block-product .productCarousel:not(.slick-initialized) .productCarousel-slide {
    width: 20%;
    display: inline-block;
    white-space: normal;
    overflow: unset; }
    .home-layout-3 .halo-block-product .productCarousel:not(.slick-initialized) .productCarousel-slide {
      width: 33.3334%; }
      @media (max-width: 767px) {
        .home-layout-3 .halo-block-product .productCarousel:not(.slick-initialized) .productCarousel-slide {
          width: 50%; } }
      @media (max-width: 320px) {
        .home-layout-3 .halo-block-product .productCarousel:not(.slick-initialized) .productCarousel-slide {
          width: 100%; } }
    .halo-block-product .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n + 6) {
      display: none; }
    @media (max-width: 1399px) {
      .halo-block-product .productCarousel:not(.slick-initialized) .productCarousel-slide {
        width: 25%; }
        .halo-block-product .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n + 5) {
          display: none; } }
    @media (max-width: 1024px) {
      .halo-block-product .productCarousel:not(.slick-initialized) .productCarousel-slide {
        width: 33.3334%; }
        .halo-block-product .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n + 4) {
          display: none; } }
    @media (max-width: 767px) {
      .halo-block-product .productCarousel:not(.slick-initialized) .productCarousel-slide {
        width: 50%; }
        .halo-block-product .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n + 3) {
          display: none; } }
    @media (max-width: 320px) {
      .halo-block-product .productCarousel:not(.slick-initialized) .productCarousel-slide {
        width: 100%; }
        .halo-block-product .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n + 2) {
          display: none; } }

@media (min-width: 1025px) {
  .halo-block-product [data-dots-bar="true"] .slick-list {
    padding-right: 105px;
    padding-left: 5px;
    margin-left: -2px; } }

.productCarousel-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .productCarousel-wrapper .productCarousel {
    width: auto;
    max-width: inherit;
    min-width: auto; }
    .productCarousel-wrapper .productCarousel .slick-arrow {
      top: calc(50% - 70px); }
      .productCarousel-wrapper .productCarousel .slick-arrow.slick-prev {
        left: 8px; }
      .productCarousel-wrapper .productCarousel .slick-arrow.slick-next {
        right: 8px; }
    @media (min-width: 1400px) {
      .productCarousel-wrapper .productCarousel .slick-arrow.slick-prev {
        left: 15px; }
      .productCarousel-wrapper .productCarousel .slick-arrow.slick-next {
        right: 15px; } }
    @media (max-width: 767px) {
      .productCarousel-wrapper .productCarousel {
        margin: 0 -5px; } }
  .productCarousel-wrapper .productBanner {
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: 0 0 15px 0; }
    .productCarousel-wrapper .productBanner .image {
      position: relative; }
    .productCarousel-wrapper .productBanner .content-wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 3;
      width: auto;
      padding: 0;
      display: block;
      text-align: center; }
      .productCarousel-wrapper .productBanner .content-wrapper .subtitle {
        color: white;
        margin-bottom: 15px; }
      .productCarousel-wrapper .productBanner .content-wrapper .title {
        font-size: 40px;
        color: white;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 35px; }
      .productCarousel-wrapper .productBanner .content-wrapper .button {
        min-width: 170px; }
      .productCarousel-wrapper .productBanner .content-wrapper span {
        display: block; }
      @media (min-width: 1025px) {
        .productCarousel-wrapper .productBanner .content-wrapper .title {
          font-size: 60px; } }
  @media (min-width: 768px) {
    .productCarousel-wrapper {
      flex-direction: unset; }
      .productCarousel-wrapper .productCarousel {
        width: 100% !important;
        max-width: calc(100% - 330px); }
      .productCarousel-wrapper .productBanner {
        max-width: 330px;
        margin-bottom: 0; } }
  @media (min-width: 1025px) {
    .productCarousel-wrapper .productBanner:hover .image-with-overlay img {
      transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1); }
    .productCarousel-wrapper .productBanner:hover .image-with-overlay:before {
      opacity: 1;
      visibility: visible; } }

#customerReviews2 {
  background-color: #e0ecf8;
  padding: 55px 0 75px; }
  @media (max-width: 1024px) {
    .home-layout-3 #customerReviews2 {
      padding: 25px 0 35px; } }
  #customerReviews2 .customerReviews__header {
    width: 100%;
    text-align: center; }
    #customerReviews2 .customerReviews__header .title {
      font-size: 30px;
      font-weight: 500;
      color: black;
      text-decoration: none;
      margin-top: 0;
      margin-bottom: 0;
      display: inline-block;
      line-height: 1.2; }
      @media (min-width: 1025px) {
        #customerReviews2 .customerReviews__header .title {
          font-size: 60px;
          margin-bottom: 13px; } }

.cols {
  display: flex;
  justify-content: space-around;
  height: 100%; }
  .cols.center {
    justify-content: center; }
    .cols.center .col {
      padding: 0; }
    .cols.center .col:nth-child(1) {
      margin-right: 60px; }
      @media (max-width: 1025px) {
        .cols.center .col:nth-child(1) {
          margin-right: 0; } }
  .cols.around {
    justify-content: space-around; }
  .cols.margin-space .col + .col {
    margin-left: 10rem; }
    @media (max-width: 1025px) {
      .cols.margin-space .col + .col {
        margin-left: 0; } }
  .cols .col {
    padding: 0.5rem 0.75rem; }
  .cols .col.is-3 {
    width: 33.3334%; }
  .cols .col.is-2 {
    width: 50%; }
  .cols .col.is-1 {
    width: 100%; }
  @media (max-width: 1025px) {
    .cols {
      display: block; }
      .cols .col {
        padding-bottom: 1.3rem;
        width: 100% !important;
        transition: opacity 0.8s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18) 0s; }
      .cols .title {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important; }
      .cols p {
        margin-bottom: 0rem !important; } }
  .cols p {
    margin-bottom: 0rem; }

.icon.is-large {
  height: 45px;
  width: 46px; }

.bold {
  font-weight: 600; }

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

.line-under {
  border-bottom: 1px solid #000000; }

.text-underline-white {
  border-bottom: 1px solid #ffffff; }

.text-underline-black {
  border-bottom: 1px solid #000000; }

.mt-2 {
  margin-top: 2rem !important; }

.mt-0 {
  margin-top: 0rem !important; }

.mb-2 {
  margin-bottom: 1.5rem !important; }

.mt-1 {
  margin-top: 0.5rem !important; }

.mb-1 {
  margin-bottom: 0.5rem !important; }

.mb-0 {
  margin-bottom: 0rem !important; }

.not-uppercase {
  text-transform: none; }

.title.normal {
  font-weight: 500;
  font-size: 25px;
  line-height: 28px; }

.title.is-7 {
  font-size: 70px;
  line-height: 100px; }
  @media (max-width: 550px) {
    .title.is-7 {
      font-size: 35px !important;
      line-height: 50px !important; } }

.title.is-10 {
  font-size: 100px !important;
  line-height: 1 !important; }
  @media (max-width: 1599px) {
    .title.is-10 {
      font-size: 70px !important;
      line-height: 1 !important; } }
  @media (max-width: 550px) {
    .title.is-10 {
      font-size: 50px !important;
      line-height: 1 !important; } }

.title.is-5 {
  font-size: 50px;
  line-height: 55px; }

.title.is-left {
  text-align: left; }

@media (max-width: 550px) {
  .banner-block-section .slick-dots {
    bottom: 0; } }

@media (min-width: 551px) and (max-width: 1024px) {
  .banner-block-section .slick-dots {
    bottom: 0; } }

.banner-block-section .col {
  margin: 0; }
  .banner-block-section .col:first-child.product-item {
    text-align: center; }
    @media (max-width: 1024px) {
      .banner-block-section .col:first-child.product-item .product-with-banner .card-option {
        margin-bottom: 15px; } }
    @media (min-width: 1024px) and (max-width: 1400px) {
      .banner-block-section .col:first-child.product-item {
        padding: 0 65px 0 0; } }
    @media (min-width: 1401px) and (max-width: 1799px) {
      .banner-block-section .col:first-child.product-item {
        padding: 0 125px 0 0; } }
    @media (min-width: 1800px) {
      .banner-block-section .col:first-child.product-item {
        padding: 0 245px 0 0; } }
  .banner-block-section .col:first-child.image-item .image-set {
    height: 100%; }
    .banner-block-section .col:first-child.image-item .image-set img {
      height: 100%; }
  .banner-block-section .col.image-item .image-set {
    height: 100%; }
    .banner-block-section .col.image-item .image-set img {
      height: 100%; }
  .banner-block-section .col.product-item {
    text-align: center; }
    @media (min-width: 1024px) {
      .banner-block-section .col.product-item {
        padding: 0 0 0 65px; } }
    @media (min-width: 1400px) and (max-width: 1799px) {
      .banner-block-section .col.product-item {
        padding: 0 0 0 125px; } }
    @media (min-width: 1800px) {
      .banner-block-section .col.product-item {
        padding: 0 0 0 245px; } }

.banner-block-section .carouselBannerCarousel .slick-arrow {
  top: 50%; }

.col.animated .image-set {
  position: relative;
  overflow: hidden; }
  .col.animated .image-set img {
    width: 100%;
    object-fit: cover;
    transition: 1s; }
    .col.animated .image-set img.lazyload, .col.animated .image-set img.lazyloading {
      opacity: 0; }
  @media (max-width: 550px) {
    .col.animated .image-set {
      padding: 0 10px; } }
  @media (min-width: 551px) and (max-width: 1024px) {
    .col.animated .image-set {
      padding: 1rem; } }
  .col.animated .image-set .lookbook-point {
    position: absolute;
    animation: zoom-animation 1.4s ease-in-out infinite;
    will-change: width height; }
    .col.animated .image-set .lookbook-point .icon.is-large {
      width: 40px;
      height: 40px; }
      @media (max-width: 550px) {
        .col.animated .image-set .lookbook-point .icon.is-large {
          transform: scale(0.75); } }
    .col.animated .image-set .lookbook-point::after {
      animation: zoom-animation 1s ease-in-out infinite; }

@media (min-width: 1024px) {
  .col.animated:hover .image-set img {
    transform: scale3d(1.1, 1.1, 1); } }

@keyframes zoom-animation {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.2, 1.2, 1);
    opacity: 70%; }
  to {
    transform: scale3d(1, 1, 1); } }

.is-relative {
  position: relative; }

.item-select {
  position: absolute;
  bottom: 85px;
  width: 100%;
  left: 0; }
  @media (max-width: 550px) {
    .item-select {
      bottom: 30px; } }
  @media (min-width: 551px) and (max-width: 1024px) {
    .item-select {
      bottom: 60px; } }
  @media (min-width: 1025px) and (max-width: 1599px) {
    .item-select {
      bottom: 40px; } }
  .item-select .title {
    font-size: 60px;
    line-height: 100px; }
  .item-select .button {
    min-width: 210px; }

.text-white {
  color: white; }

.halo-home-section.large {
  padding-top: 1rem; }
  @media (max-width: 1025px) {
    .halo-home-section.large {
      padding-top: 0; } }

.halo-block.customer-color {
  background-color: #bb987d;
  padding-top: 0;
  padding-bottom: 0; }

.halo-block.customer-color1 {
  background-color: #b19588;
  padding-top: 0;
  padding-bottom: 0; }

.view-all-product {
  position: absolute;
  right: 65px;
  top: 48px;
  margin-bottom: 1px;
  border-bottom: 1px solid #000000; }
  .view-all-product .icon {
    display: none; }
  .home-layout-4 .view-all-product {
    position: unset;
    border-width: 0px;
    transition: 0s; }
    .home-layout-4 .view-all-product img {
      position: relative;
      top: -1px; }
    .home-layout-4 .view-all-product .icon {
      display: inline-block; }
      .home-layout-4 .view-all-product .icon svg {
        height: 16px;
        fill: #ec6130; }
  .view-all-product .home-layout-3:not(.page-type-default) {
    right: 0; }
  @media (max-width: 1024px) {
    .view-all-product {
      position: relative;
      right: -2px;
      top: 0px; } }
  .view-all-product:hover {
    border-color: #925708;
    color: #925708; }
    .home-layout-4 .view-all-product:hover {
      font-weight: bold;
      color: #000000;
      border-width: 1px;
      border-color: #e7334f; }

.home-banner {
  position: relative;
  padding-bottom: 900px;
  max-height: 100%; }
  .home-banner .box .title {
    margin-bottom: 25px;
    margin-top: 10px; }
    @media (max-width: 1024px) {
      .home-banner .box .title {
        margin-bottom: 25px !important; } }
  .home-banner .box .des {
    font-size: 17px;
    letter-spacing: -0.02em; }
  .home-banner .background-preview.image {
    display: none;
    background-repeat: no-repeat;
    background-position: 0% 80%;
    padding-bottom: 50rem;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (min-width: 1025px) {
      .home-banner .background-preview.image {
        display: block; } }
    @media (max-width: 550px) {
      .home-banner .background-preview.image {
        padding-bottom: 600px; } }
    @media (min-width: 551px) and (max-width: 1024px) {
      .home-banner .background-preview.image {
        padding-bottom: 600px; } }
    .home-banner .background-preview.image.mobile {
      display: none;
      background-size: cover;
      background-repeat: no-repeat; }
      @media (max-width: 550px) {
        .home-banner .background-preview.image.mobile {
          display: block; } }
    .home-banner .background-preview.image.tablet {
      display: none;
      background-size: cover;
      background-repeat: no-repeat; }
      @media (min-width: 551px) and (max-width: 1024px) {
        .home-banner .background-preview.image.tablet {
          display: block; } }
  .home-banner .block-nested-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    @media (max-width: 1025px) {
      .home-banner .block-nested-banner {
        position: initial; } }
    .home-banner .block-nested-banner .item {
      position: absolute;
      width: 100%;
      bottom: 280px; }
      @media (max-width: 1024px) {
        .home-banner .block-nested-banner .item {
          bottom: 150px; } }
      .home-banner .block-nested-banner .item .time-count-down {
        color: white;
        font-size: 35px;
        line-height: 28px;
        margin-bottom: 45px; }
        @media (max-width: 1025px) {
          .home-banner .block-nested-banner .item .time-count-down {
            font-size: 35px;
            line-height: 28px; } }
  @media (max-width: 1025px) {
    .home-banner {
      padding-bottom: 0vh; } }
  .home-banner .background-preview {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    @media (max-width: 1025px) {
      .home-banner .background-preview {
        position: relative; } }
    .home-banner .background-preview .col {
      padding: 0; }
    .home-banner .background-preview .haloBannerParallax__img.is-zoom img {
      transform: translate(0, 0) scale3d(1.15, 1.15, 1.15); }
    .home-banner .background-preview img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transition: all 0.8s ease; }
      .home-banner .background-preview img.lazyload, .home-banner .background-preview img.lazyloading {
        opacity: 0; }
      @media (max-width: 1025px) {
        .home-banner .background-preview img {
          height: 30rem; } }
    .home-banner .background-preview .box {
      top: 40%;
      width: 100%;
      height: 100%;
      padding-top: 285px; }
      @media (max-width: 550px) {
        .home-banner .background-preview .box {
          padding-top: 6.25rem;
          width: 100%;
          padding-bottom: 6.5rem; } }
      @media (min-width: 551px) and (max-width: 1024px) {
        .home-banner .background-preview .box {
          padding-top: 4.25rem;
          width: 100%;
          padding-bottom: 4.5rem; } }

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.px-2 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-3 {
  padding-top: 3rem; }

.pt-6 {
  padding-top: 6rem; }

.pt-4 {
  padding-top: 4rem; }

a {
  text-decoration: none;
  color: #000; }

.marquee-section {
  background-color: #e9d4cb; }
  .marquee-section .limit-marquee {
    margin: 0 4rem 0 4rem;
    overflow: hidden; }
    @media (max-width: 1025px) {
      .marquee-section .limit-marquee {
        margin: 0 1rem 0 1rem; } }
  .marquee-section .marquee-text {
    display: flex;
    overflow: hidden;
    flex: 0 0 auto;
    align-items: center;
    width: max-content;
    will-change: transform, width;
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
    font-size: 30px;
    line-height: 28px; }
    @media (max-width: 1025px) {
      .marquee-section .marquee-text {
        padding-top: 1.25rem;
        padding-bottom: 1rem; } }
    .marquee-section .marquee-text:hover .text {
      animation-play-state: paused; }
    .marquee-section .marquee-text .text {
      font-family: "Gotham", Arial, Helvetica, sans-serif;
      width: max-content;
      text-align: justify;
      text-justify: inter-word;
      position: relative;
      margin-bottom: 0;
      transition: 1s;
      animation-name: right-to-left;
      animation-duration: 25s;
      animation-iteration-count: infinite;
      animation-timing-function: linear; }
      @media (max-width: 1024px) {
        .marquee-section .marquee-text .text {
          animation-duration: 90s;
          padding-bottom: 0.5rem; } }
      .marquee-section .marquee-text .text a {
        transition: 0.3s; }
        .marquee-section .marquee-text .text a:hover {
          color: #925708; }

@keyframes right-to-left {
  from {
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; } }

.o-h {
  overflow: hidden; }

.text-special {
  font-size: 30px;
  line-height: 100px;
  font-family: "Gotham", Arial, Helvetica, sans-serif;
  margin-bottom: 0; }

.banner-block-section {
  background-color: #f3f3f3;
  padding-top: 140px;
  padding-bottom: 140px; }
  @media (max-width: 1024px) {
    .banner-block-section .slick-arrow {
      display: none !important; } }
  .banner-block-section .title {
    margin-top: -15px; }
    @media (max-width: 1599px) {
      .banner-block-section .title {
        margin-top: -10px; } }
    @media (max-width: 1024px) {
      .banner-block-section .title {
        margin-top: 0; } }
  .banner-block-section .subtitle {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 13px; }
  .banner-block-section .text-underline-black {
    font-size: 17px;
    line-height: 27px; }
  @media (max-width: 1024px) {
    .banner-block-section {
      padding-top: 1em;
      padding-bottom: 2rem; } }
  @media (max-width: 550px) {
    .banner-block-section {
      padding-top: 10px;
      padding-bottom: 10px; } }
  @media (max-width: 1024px) {
    .banner-block-section .slick-arrow {
      display: none; } }

#customerReviews2 {
  padding: 55px 0 75px;
  font-size: 0; }
  #customerReviews2 .customerReviews__header {
    width: 100%;
    text-align: center; }
    #customerReviews2 .customerReviews__header .title {
      font-size: 30px;
      font-weight: 500;
      color: black;
      text-decoration: none;
      margin-top: 0;
      margin-bottom: 0;
      display: inline-block;
      line-height: 1.2; }
      @media (min-width: 1025px) {
        #customerReviews2 .customerReviews__header .title {
          font-size: 60px;
          margin-bottom: 13px; } }
  #customerReviews2 .customerReviews__carousel {
    padding: 0 5px;
    margin: 0;
    text-align: center;
    white-space: nowrap; }
    #customerReviews2 .customerReviews__carousel .slick-active + .slick-active:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: -2px;
      width: 4px;
      height: 100%;
      background-image: url("../img/border.png");
      background-position: center;
      background-repeat: repeat-y;
      background-size: contain; }
    #customerReviews2 .customerReviews__carousel .slick-dots {
      left: 0;
      bottom: -50px; }
      @media (min-width: 1025px) {
        #customerReviews2 .customerReviews__carousel .slick-dots {
          bottom: -62px; } }
      @media (max-width: 1024px) {
        .home-layout-3 #customerReviews2 .customerReviews__carousel .slick-dots {
          bottom: -15px; } }
      #customerReviews2 .customerReviews__carousel .slick-dots li {
        width: 25px; }
        #customerReviews2 .customerReviews__carousel .slick-dots li button {
          height: 10px;
          width: 10px; }
          #customerReviews2 .customerReviews__carousel .slick-dots li button:before {
            height: 10px;
            width: 10px; }
    #customerReviews2 .customerReviews__carousel .customerReviews__item {
      font-size: 0;
      vertical-align: top;
      padding: 0 8px;
      margin-bottom: 0;
      text-align: left;
      white-space: normal;
      position: relative; }
      .home-layout-3 #customerReviews2 .customerReviews__carousel .customerReviews__item {
        width: 80%; }
    #customerReviews2 .customerReviews__carousel:not(.slick-initialized) {
      overflow-x: auto;
      white-space: nowrap; }
      .home-layout-3 #customerReviews2 .customerReviews__carousel:not(.slick-initialized) {
        scrollbar-width: 0; }
        .home-layout-3 #customerReviews2 .customerReviews__carousel:not(.slick-initialized)::-webkit-scrollbar {
          display: none; }
      #customerReviews2 .customerReviews__carousel:not(.slick-initialized) .customerReviews__item {
        width: 80%;
        display: inline-block; }
        .home-layout-3 #customerReviews2 .customerReviews__carousel:not(.slick-initialized) .customerReviews__item {
          width: 100%; }
        #customerReviews2 .customerReviews__carousel:not(.slick-initialized) .customerReviews__item:nth-child(n + 3) {
          display: none; }
        @media (max-width: 767px) {
          #customerReviews2 .customerReviews__carousel:not(.slick-initialized) .customerReviews__item {
            width: 100%; }
            #customerReviews2 .customerReviews__carousel:not(.slick-initialized) .customerReviews__item:nth-child(n + 2) {
              display: none; } }
    #customerReviews2 .customerReviews__carousel .customerReviews__content {
      max-width: 80%;
      width: 80%;
      padding: 0;
      margin: 0 auto;
      text-align: center; }
      @media (min-width: 1400px) {
        .home-layout-3 #customerReviews2 .customerReviews__carousel .customerReviews__content {
          max-width: 65%;
          margin: 0 auto;
          width: 65%; } }
      @media (min-width: 1025px) {
        #customerReviews2 .customerReviews__carousel .customerReviews__content {
          padding: 32px 15px 12px; }
          .home-layout-3 #customerReviews2 .customerReviews__carousel .customerReviews__content {
            padding: 15px 15px 12px; } }
      @media (max-width: 550px) {
        .home-layout-3 #customerReviews2 .customerReviews__carousel .customerReviews__content {
          max-width: 100%;
          width: 100%;
          padding: 0; } }
      #customerReviews2 .customerReviews__carousel .customerReviews__content .star {
        margin-bottom: 12px; }
        .home-layout-3 #customerReviews2 .customerReviews__carousel .customerReviews__content .star {
          margin-bottom: 14px; }
          @media (max-width: 1024px) {
            .home-layout-3 #customerReviews2 .customerReviews__carousel .customerReviews__content .star {
              margin-bottom: 18px; } }
        #customerReviews2 .customerReviews__carousel .customerReviews__content .star .icon {
          width: 25px;
          height: 25px;
          margin-right: 4px; }
          #customerReviews2 .customerReviews__carousel .customerReviews__content .star .icon.icon--ratingFull {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 306 306' id='icon-star' fill='%23000000'%3E%3Cpolygon points='153,230.775 247.35,299.625 211.65,187.425 306,121.125 191.25,121.125 153,6.375 114.75,121.125 0,121.125 94.35,187.425 58.65,299.625 ' /%3E%3C/svg%3E"); }
          #customerReviews2 .customerReviews__carousel .customerReviews__content .star .icon.icon--ratingEmpty {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 306 306' id='icon-star' fill='%23dbdbdb'%3E%3Cpolygon points='153,230.775 247.35,299.625 211.65,187.425 306,121.125 191.25,121.125 153,6.375 114.75,121.125 0,121.125 94.35,187.425 58.65,299.625 ' /%3E%3C/svg%3E"); }
      #customerReviews2 .customerReviews__carousel .customerReviews__content .desc {
        display: block;
        font-size: 50px;
        font-weight: 400;
        line-height: 55px;
        color: black;
        margin: 0 0 30px 0;
        position: relative; }
        .home-layout-3 #customerReviews2 .customerReviews__carousel .customerReviews__content .desc {
          margin: 0 0 41px 0; }
          @media (max-width: 1024px) {
            .home-layout-3 #customerReviews2 .customerReviews__carousel .customerReviews__content .desc {
              margin: 0 0 20px 0;
              font-size: 35px;
              line-height: 35px; } }
          @media (max-width: 550px) {
            .home-layout-3 #customerReviews2 .customerReviews__carousel .customerReviews__content .desc {
              font-size: 25px;
              line-height: 25px; } }
    #customerReviews2 .customerReviews__carousel .customerReviews__name {
      vertical-align: middle; }
      #customerReviews2 .customerReviews__carousel .customerReviews__name img {
        display: inline-block;
        width: 48px;
        height: 48px; }
      #customerReviews2 .customerReviews__carousel .customerReviews__name .name {
        font-size: 16px;
        color: black;
        font-weight: 700;
        margin-left: 15px; }
        .home-layout-3 #customerReviews2 .customerReviews__carousel .customerReviews__name .name {
          font-size: 17px;
          font-weight: 400; }
          @media (max-width: 1024px) {
            .home-layout-3 #customerReviews2 .customerReviews__carousel .customerReviews__name .name {
              margin-left: 0; } }
  @media (min-width: 1025px) {
    #customerReviews2 {
      padding: 55px 0 95px; }
      .home-layout-3 #customerReviews2 {
        padding: 55px 0 95px; } }

.block-review-customer {
  background-color: #e0ecf8;
  min-height: 560px;
  padding-top: 125px !important; }
  @media (max-width: 1024px) {
    .block-review-customer {
      padding-top: 50px !important;
      min-height: initial; } }

.block-post {
  background-color: #e6e6e6;
  padding-top: 95px;
  padding-bottom: 150px; }
  .block-post .container {
    padding-right: 0; }
    @media (max-width: 1024px) {
      .block-post .container {
        padding: 0.25rem; } }
  @media (max-width: 1024px) {
    .block-post {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; }
      .block-post .title {
        font-size: 32px; } }
  @media (max-width: 550px) {
    .block-post .title {
      padding-left: 1rem; } }
  .block-post .halo-block-header {
    padding-left: 0px; }
  .block-post .container-block-post:not(.slick-initialized) {
    white-space: nowrap;
    overflow: hidden; }
    .block-post .container-block-post:not(.slick-initialized) .halo-row-slider {
      display: inline-block;
      width: 66%; }
      @media (max-width: 1024px) {
        .block-post .container-block-post:not(.slick-initialized) .halo-row-slider {
          width: 100%; }
          .block-post .container-block-post:not(.slick-initialized) .halo-row-slider:nth-child(n + 2) {
            display: none; } }
  .block-post .container-block-post .slick-track {
    white-space: nowrap; }
  @media (min-width: 1401px) {
    .block-post .container-block-post .slick-list {
      padding-right: 675px !important; } }
  @media (min-width: 1025px) and (max-width: 1400px) {
    .block-post .container-block-post .slick-list {
      padding-right: 300px !important; } }
  .block-post .container-block-post.custom-button-change-slide {
    position: relative; }
    .block-post .container-block-post.custom-button-change-slide .slick-arrow {
      top: -72px; }
      @media (max-width: 1024px) {
        .block-post .container-block-post.custom-button-change-slide .slick-arrow {
          top: -32px; } }
      @media (max-width: 550px) {
        .block-post .container-block-post.custom-button-change-slide .slick-arrow {
          top: -40px; } }
      .block-post .container-block-post.custom-button-change-slide .slick-arrow.slick-prev {
        right: 100px;
        left: auto; }
        @media (max-width: 1024px) {
          .block-post .container-block-post.custom-button-change-slide .slick-arrow.slick-prev {
            right: 70px; } }
        @media (min-width: 1400px) {
          .block-post .container-block-post.custom-button-change-slide .slick-arrow.slick-prev {
            right: 153px; } }
      .block-post .container-block-post.custom-button-change-slide .slick-arrow.slick-next {
        right: 40px; }
        @media (max-width: 1024px) {
          .block-post .container-block-post.custom-button-change-slide .slick-arrow.slick-next {
            right: 10px; } }
        @media (min-width: 1400px) {
          .block-post .container-block-post.custom-button-change-slide .slick-arrow.slick-next {
            right: 63px; } }
  .block-post .container-block-post .halo-row-slider {
    width: 66%; }
    @media (max-width: 1025px) {
      .block-post .container-block-post .halo-row-slider.slick-current {
        max-width: none; }
        .block-post .container-block-post .halo-row-slider.slick-current .item-image {
          margin-right: 0; } }
  .block-post .item {
    display: flex; }
    @media (max-width: 550px) {
      .block-post .item {
        display: block; }
        .block-post .item .item-image {
          padding: 1rem; }
          .block-post .item .item-image img {
            width: 100% !important;
            height: 100% !important; } }
    .block-post .item .item-image {
      width: 100%; }
      @media (min-width: 1401px) {
        .block-post .item .item-image {
          width: 55.25%; } }
      @media (min-width: 1025px) and (max-width: 1400px) {
        .block-post .item .item-image {
          width: 40%; } }
      .block-post .item .item-image img {
        object-fit: cover; }
    .block-post .item .item-content {
      margin-right: 145px;
      margin-left: 42px;
      margin-block: auto;
      white-space: normal;
      padding-bottom: 9px;
      width: 40%; }
      .block-post .item .item-content .title {
        padding-left: 0px; }
      @media (max-width: 1025px) {
        .block-post .item .item-content {
          width: 90%;
          margin-left: 12px;
          margin-right: 12px; } }
      @media (min-width: 551px) and (max-width: 1024px) {
        .block-post .item .item-content {
          margin-left: 25px; } }
      .block-post .item .item-content .content-box .summary {
        margin-bottom: 40px; }
        @media (max-width: 1024px) {
          .block-post .item .item-content .content-box .summary {
            margin-bottom: 30px; } }
      .block-post .item .item-content .content-box .title {
        margin-bottom: 28px; }
        @media (max-width: 1024px) {
          .block-post .item .item-content .content-box .title {
            margin-bottom: 0px; } }
      .block-post .item .item-content .content-box .date {
        margin-bottom: 11px;
        font-size: 15px;
        line-height: 27px;
        letter-spacing: -0.02em; }
        @media (max-width: 1024px) {
          .block-post .item .item-content .content-box .date {
            margin-bottom: 0px; } }
      .block-post .item .item-content .redirect-item,
      .block-post .item .item-content .summary {
        letter-spacing: -0.02em;
        font-size: 17px;
        line-height: 27px; }
      .block-post .item .item-content .redirect-item:hover {
        background-color: -webkit-gradient(linear, left top, left bottom, from(#925708), to(#925708));
        color: #925708;
        border-color: #925708; }

h4.title.is-small {
  font-size: 17px !important;
  line-height: 50px !important; }
  .home-layout-4 h4.title.is-small {
    font-size: 15px !important;
    line-height: 60px !important;
    color: #ec6130;
    letter-spacing: -0.02em; }

.is-flex-center {
  display: flex;
  justify-content: center; }

.middle-text {
  position: relative;
  top: 10px;
  font-family: "Gotham", Arial, Helvetica, sans-serif; }
  @media (max-width: 1024px) {
    .middle-text {
      top: 6px; } }

.mr-1 {
  margin-right: 0.5rem; }

.pt-1 {
  padding-top: 0.5rem; }

.feed-back-customer {
  padding-top: 36px;
  padding-bottom: 25px; }
  @media (min-width: 551px) and (max-width: 1024px) {
    .feed-back-customer {
      padding-top: 20px;
      padding-bottom: 30px; } }
  @media (max-width: 550px) {
    .feed-back-customer {
      padding-top: 20px;
      padding-bottom: 30px; } }
  .feed-back-customer .description {
    line-height: 30px;
    font-size: 15px; }
    @media (min-width: 551px) and (max-width: 1024px) {
      .feed-back-customer .description {
        padding: 0 9rem; } }
  .feed-back-customer .col {
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 4rem; }
    @media (max-width: 1025px) {
      .feed-back-customer .col {
        margin-left: 0rem;
        margin-bottom: 0rem; } }

.container-load {
  position: fixed;
  width: 102vw;
  height: 102vh;
  z-index: 1000;
  display: none;
  top: 0;
  right: 0;
  transition: 0.2s;
  animation-name: view-in;
  animation-duration: 0.1s;
  animation-delay: 0; }
  .container-load .text {
    transition: 0.5s;
    transform: scale(0.5);
    opacity: 0.1; }
  .container-load.is-active {
    display: block; }
    .container-load.is-active .text {
      transform: scale(1);
      opacity: 1; }
  .container-load.view-out {
    animation-name: view-out;
    animation-duration: 1s;
    animation-delay: 0s;
    transition-timing-function: ease-in; }
  .container-load .data {
    display: none; }
  .container-load .load .content {
    font-size: 50px;
    position: relative;
    left: -18rem;
    top: -5rem;
    line-height: 50px;
    width: 50rem;
    text-align: center;
    color: white;
    font-weight: 700; }

@keyframes view-out {
  from {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 1; }
  to {
    transform: translate3d(0, 100%, 0) scale(0);
    opacity: 0.2; } }

@keyframes view-in {
  from {
    transform: translate3d(-100%, 0, 0) scale(0.2); }
  to {
    transform: translate3d(0, 0, 0) scale(1); } }

.tetrominos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-112px, -96px); }
  .tetrominos .text {
    font-size: 70px; }
  .tetrominos .icon-text {
    text-align: center; }

.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem; }

.mx-3 {
  margin-left: 3rem;
  margin-right: 3rem; }

.block-must-have .customerReviews__header .title {
  margin-top: 64px;
  margin-bottom: 41px; }
  @media (max-width: 1024px) {
    .block-must-have .customerReviews__header .title {
      margin-top: 50px;
      margin-bottom: 18px; } }

.block-must-have .cols .col {
  padding: 0 6.5px; }
  @media (max-width: 1024px) {
    .block-must-have .cols .col {
      padding: 0px; } }
  @media (min-width: 551px) and (max-width: 1024px) {
    .block-must-have .cols .col.animated .image-set {
      padding-bottom: calc(1rem + 10px); } }
  @media (max-width: 550px) {
    .block-must-have .cols .col.animated .image-set {
      padding-bottom: 17px; } }

.block-sale-off .title {
  margin-top: 0;
  margin-bottom: 20px; }

.block-sale-off .subtitle {
  margin-bottom: -17px; }

.block-sale-off .des {
  margin-bottom: 14px; }

.has-border {
  border: 1px solid #000000; }
  .has-border:hover {
    border-color: #000000 !important; }

.top-content-header {
  border-bottom: 1px solid #ffffff; }

.text-circle {
  font-family: "Gotham", Arial, Helvetica, sans-serif;
  position: absolute;
  top: 123px;
  right: -90px;
  z-index: 10;
  font-size: 30px;
  animation-name: spin;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  will-change: transform; }
  @media (min-width: 1025px) and (max-width: 1599px) {
    .text-circle {
      top: 30px; } }
  @media (max-width: 1024px) {
    .text-circle {
      display: none; } }
  .text-circle .icon {
    width: 269px;
    height: 276px; }

@keyframes spin {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0deg); } }

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(24px, 0); } }

.home-layout-3 .slick-arrow {
  background: transparent;
  border-color: transparent;
  transition: 0.3s; }
  .home-layout-3 .slick-arrow:hover:not(.slick-disabled), .home-layout-3 .slick-arrow:focus:not(.slick-disabled), .home-layout-3 .slick-arrow:active:not(.slick-disabled) {
    border-color: transparent;
    opacity: 1; }
  .home-layout-3 .slick-arrow:hover:not(.slick-disabled):before {
    transition: 0.3s;
    transform: scale(1.1); }

.halo-instagram-gallery .title {
  margin-bottom: 10px; }

@media (min-width: 551px) and (max-width: 1024px) {
  .home-layout-4 .halo-instagram-gallery .slick-dots {
    display: none; } }

.product-with-banner .loading {
  width: 10rem;
  height: 10rem;
  margin: auto; }

.product-with-banner .card-figure {
  background-color: transparent; }

#carouselBannerItem .carouselBannerCarousel:not(.slick-initialized) .carosel-item:nth-child(n + 2) {
  display: none; }

#carouselBannerItem .carosel-item .cols {
  padding: 0; }
  @media (min-width: 1025px) and (max-width: 1599px) {
    #carouselBannerItem .carosel-item .cols {
      padding: 0 65px; } }
  @media (min-width: 1600px) {
    #carouselBannerItem .carosel-item .cols {
      padding: 0 100px; } }
  @media (min-width: 1800px) {
    #carouselBannerItem .carosel-item .cols {
      padding: 0 250px; } }

#carouselBannerItem .carosel-item .col {
  margin: 0; }
  @media (max-width: 1024px) {
    #carouselBannerItem .carosel-item .col {
      max-width: unset; } }

.quickResults-item .productGrid .product {
  padding-left: 15px;
  padding-right: 8px; }

@media (min-width: 1801px) {
  .block-automotive-device .container {
    padding: 45px 162px 25px 163px; } }

@media (min-width: 1025px) and (max-width: 1800px) {
  .block-automotive-device .container {
    padding-top: 20px; } }

@media (min-width: 551px) and (max-width: 1024px) {
  .block-automotive-device .container {
    padding-top: 30px;
    padding-bottom: 36px;
    padding-left: 58px;
    padding-right: 58px; }
    .block-automotive-device .container .slick-list {
      padding-right: 23px; } }

@media (max-width: 550px) {
  .block-automotive-device .container {
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 46px; }
    .block-automotive-device .container .slick-list {
      padding-right: 0px; } }

.block-automotive-device .container .slick-arrow {
  width: 50px;
  height: 50px; }
  .block-automotive-device .container .slick-arrow.slick-prev {
    left: 24px; }
    @media (max-width: 550px) {
      .block-automotive-device .container .slick-arrow.slick-prev {
        left: 10px; } }
  .block-automotive-device .container .slick-arrow.slick-next {
    right: 24px; }
    @media (max-width: 550px) {
      .block-automotive-device .container .slick-arrow.slick-next {
        right: 10px; } }

.block-automotive-device .container:not(.slick-initialized) {
  white-space: nowrap; }
  @media (min-width: 551px) and (max-width: 1024px) {
    .block-automotive-device .container:not(.slick-initialized) {
      overflow: auto; }
      .block-automotive-device .container:not(.slick-initialized) .item-content:nth-child(n + 4) {
        display: none;
        overflow: auto; } }
  @media (max-width: 550px) {
    .block-automotive-device .container:not(.slick-initialized) {
      overflow: auto; }
      .block-automotive-device .container:not(.slick-initialized) .item-content:nth-child(n + 3) {
        display: none;
        overflow: auto; } }

.block-automotive-device .container .item-content {
  display: inline-block;
  width: 12.2%;
  float: none; }
  @media (min-width: 551px) and (max-width: 1024px) {
    .block-automotive-device .container .item-content {
      width: calc(33.3334% - 3px); } }
  @media (max-width: 550px) {
    .block-automotive-device .container .item-content {
      width: calc(50% - 3px); } }
  .block-automotive-device .container .item-content .item-img {
    width: 100%;
    display: flex;
    justify-content: center;
    transition: 1s; }
    .block-automotive-device .container .item-content .item-img img {
      width: auto; }
  .block-automotive-device .container .item-content .item {
    margin-top: 20px;
    display: block;
    width: 100%;
    font-size: 17px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    position: relative;
    transition: 0.2s; }
    .block-automotive-device .container .item-content .item .text {
      border-bottom: 1px solid transparent;
      text-transform: uppercase; }
  .block-automotive-device .container .item-content:hover .item-img {
    transform: scale3d(1.1, 1.1, 1); }
  .block-automotive-device .container .item-content:hover .item {
    color: #e9162b; }
    .block-automotive-device .container .item-content:hover .item .text {
      border-color: #e9162b; }

.block-banner-below-automotive .block-banner-list {
  display: flex;
  flex-wrap: wrap; }
  .block-banner-below-automotive .block-banner-list .slick-list,
  .block-banner-below-automotive .block-banner-list .slick-track {
    min-width: 100%; }
  .block-banner-below-automotive .block-banner-list .item-wrapper {
    font-size: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0 12px; }
    @media (min-width: 701px) {
      .block-banner-below-automotive .block-banner-list .item-wrapper {
        width: 50%; } }
    @media (min-width: 1261px) {
      .block-banner-below-automotive .block-banner-list .item-wrapper {
        width: 33.3334%; } }

.block-banner-below-automotive .item {
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5); }
  .block-banner-below-automotive .item .item-content {
    transition: 0.3s;
    bottom: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 2rem 1rem 1rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1.96%, #000000 100%); }
    @media (min-width: 992px) {
      .block-banner-below-automotive .item .item-content {
        padding: 2.5rem 1.5rem 1.5rem; } }
    @media (min-width: 1261px) {
      .block-banner-below-automotive .item .item-content {
        padding: 3rem 2rem 2rem; } }
    .block-banner-below-automotive .item .item-content .title {
      color: white;
      margin: 0;
      text-transform: uppercase;
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      line-height: 32px; }
  .block-banner-below-automotive .item.mobile-alignment-left .item-content,
  .block-banner-below-automotive .item.mobile-alignment-left .absolute-button {
    text-align: left; }
  .block-banner-below-automotive .item.mobile-alignment-right .item-content,
  .block-banner-below-automotive .item.mobile-alignment-right .absolute-button {
    text-align: right; }
  @media (min-width: 992px) {
    .block-banner-below-automotive .item.alignment-left .item-content,
    .block-banner-below-automotive .item.alignment-left .absolute-button {
      text-align: left; }
    .block-banner-below-automotive .item.alignment-right .item-content,
    .block-banner-below-automotive .item.alignment-right .absolute-button {
      text-align: right; } }
  .block-banner-below-automotive .item .des {
    transition: 0.3s;
    color: white;
    margin: 8px 0 0;
    padding: 0 24px; }
    @media (min-width: 551px) and (max-width: 1024px) {
      .block-banner-below-automotive .item .des {
        white-space: pre-wrap; } }
    @media (max-width: 550px) {
      .block-banner-below-automotive .item .des {
        white-space: pre-wrap; } }
  .block-banner-below-automotive .item .item-image img {
    width: auto;
    height: auto; }
    .block-banner-below-automotive .item .item-image img.lazyload, .block-banner-below-automotive .item .item-image img.lazyloading {
      opacity: 0; }
  .block-banner-below-automotive .item .button {
    margin: 0; }
  @media (min-width: 551px) and (max-width: 1024px) {
    .block-banner-below-automotive .item {
      display: inline-block; } }
  @media (max-width: 550px) {
    .block-banner-below-automotive .item .item-content .absolute-button {
      margin-bottom: 0; }
    .block-banner-below-automotive .item .des {
      color: white;
      margin-bottom: 0; } }
  @media (min-width: 551px) and (max-width: 1024px) {
    .block-banner-below-automotive .item .absolute-button {
      margin-bottom: 0;
      display: none; } }
  @media (min-width: 1261px) {
    .block-banner-below-automotive .item .item-image img {
      width: 100%;
      transition: 0.5s; }
    .block-banner-below-automotive .item:hover .item-image img {
      transform: scale3d(1.1, 1.1, 1); } }

.block-banner-car_brands .container {
  padding: 40px 40px;
  position: relative; }
  @media (max-width: 550px) {
    .block-banner-car_brands .container {
      padding: 20px 0px;
      padding-top: 55px; } }
  @media (min-width: 551px) and (max-width: 1024px) {
    .block-banner-car_brands .container {
      padding: 37px 4px;
      padding-bottom: 0; } }
  @media (min-width: 1800px) {
    .block-banner-car_brands .container {
      padding: 53px 170px;
      padding-bottom: 13px; } }
  .block-banner-car_brands .container .halo-block-categories .list-type {
    text-align: center;
    list-style-type: none;
    margin-bottom: 34px; }
    @media (min-width: 551px) and (max-width: 1024px) {
      .block-banner-car_brands .container .halo-block-categories .list-type {
        margin-bottom: 23px; } }
    @media (max-width: 550px) {
      .block-banner-car_brands .container .halo-block-categories .list-type {
        white-space: nowrap;
        overflow: scroll;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 14px; } }
    .block-banner-car_brands .container .halo-block-categories .list-type li {
      display: inline-block;
      margin: 0 15px; }
      @media (max-width: 550px) {
        .block-banner-car_brands .container .halo-block-categories .list-type li {
          margin-left: 5px;
          margin-right: 0px;
          border-radius: 5px;
          border: 1px solid #e6e6e6;
          padding: 0 10px;
          margin-bottom: 15px; } }
      .block-banner-car_brands .container .halo-block-categories .list-type li a span {
        font-size: 17px;
        background: linear-gradient(45deg, #ec6130, #e7334f);
        background-size: 0% 2px;
        background-position: 0 90%;
        background-repeat: no-repeat;
        transition: background-size 0.3s;
        padding-bottom: 9px; }
        @media (max-width: 550px) {
          .block-banner-car_brands .container .halo-block-categories .list-type li a span {
            background: transparent; } }
        @media (min-width: 551px) and (max-width: 1024px) {
          .block-banner-car_brands .container .halo-block-categories .list-type li a span {
            font-size: 17px;
            background: linear-gradient(45deg, #ec6130, #e7334f);
            background-size: 0% 2px;
            background-position: 0 90%;
            background-repeat: no-repeat;
            transition: background-size 0.3s;
            padding-bottom: 9px; } }
      .block-banner-car_brands .container .halo-block-categories .list-type li a:focus {
        color: #000000; }
      .block-banner-car_brands .container .halo-block-categories .list-type li a:active {
        color: #000000; }
      @media (min-width: 1025px) {
        .block-banner-car_brands .container .halo-block-categories .list-type li a:hover {
          color: #e9162b; } }
      .block-banner-car_brands .container .halo-block-categories .list-type li a:hover span {
        background-size: 100% 2px; }
        @media (min-width: 1025px) {
          .block-banner-car_brands .container .halo-block-categories .list-type li a:hover span {
            color: #e9162b; } }
      @media (max-width: 550px) {
        .block-banner-car_brands .container .halo-block-categories .list-type li.is-active {
          border-color: #e9162b; } }
      .block-banner-car_brands .container .halo-block-categories .list-type li.is-active a:hover span {
        color: #000000; }
      .block-banner-car_brands .container .halo-block-categories .list-type li.is-active a:focus {
        color: #000000; }
      .block-banner-car_brands .container .halo-block-categories .list-type li.is-active a:active {
        color: #000000; }
      .block-banner-car_brands .container .halo-block-categories .list-type li.is-active a span {
        font-weight: 700;
        background-size: 100% 2px; }
  .block-banner-car_brands .container .halo-block-content-categories {
    position: relative; }
    .block-banner-car_brands .container .halo-block-content-categories .container-item {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      z-index: -1;
      transition: 0.3s;
      width: 100%;
      display: inline-block;
      vertical-align: top; }
      .block-banner-car_brands .container .halo-block-content-categories .container-item:first-child {
        position: relative; }
      .block-banner-car_brands .container .halo-block-content-categories .container-item.is-active {
        opacity: 1;
        transform: translateY(0);
        z-index: 1; }
      .block-banner-car_brands .container .halo-block-content-categories .container-item .item-brands {
        display: inline-block;
        width: calc(16.6667% - 14px);
        height: 80px;
        line-height: 80px;
        border: 1px solid #d0d0d0;
        border-radius: 5px;
        text-align: center;
        margin: 7px 5.5px; }
        @media (min-width: 551px) and (max-width: 1024px) {
          .block-banner-car_brands .container .halo-block-content-categories .container-item .item-brands {
            width: calc(33.334% - 17px); } }
        @media (max-width: 550px) {
          .block-banner-car_brands .container .halo-block-content-categories .container-item .item-brands {
            width: 45.7%; } }
        @media (min-width: 1025px) and (max-width: 1799px) {
          .block-banner-car_brands .container .halo-block-content-categories .container-item .item-brands {
            width: calc(25% - 14px); } }
        @media (min-width: 1800px) and (max-width: 1887px) {
          .block-banner-car_brands .container .halo-block-content-categories .container-item .item-brands {
            width: 15.5%; } }
        .block-banner-car_brands .container .halo-block-content-categories .container-item .item-brands:hover {
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; }

.bg-light {
  background-color: #f5f5f5; }

.home-layout-4 h1,
.home-layout-4 h2,
.home-layout-4 h3,
.home-layout-4 h4,
.home-layout-4 h5,
.home-layout-4 h6 {
  font-weight: 700; }

.home-layout-4 .halo-block-product .container {
  position: relative; }
  .home-layout-4 .halo-block-product .container .button.button--secondary {
    text-transform: uppercase;
    font-weight: 500; }
  .home-layout-4 .halo-block-product .container .card-body .card-title {
    font-style: normal; }

.home-layout-4 .halo-block-product .halo-block-header .title {
  margin-bottom: 1rem; }
  .home-layout-4 .halo-block-product .halo-block-header .title .text {
    padding-left: 1rem;
    padding-right: 1rem;
    background: linear-gradient(45deg, #ec6130, #e7334f);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent; }

.home-block-top-category {
  overflow: unset !important; }
  .home-block-top-category .halo-block-header {
    margin-bottom: 30px; }
    @media (max-width: 550px) {
      .home-block-top-category .halo-block-header {
        margin-bottom: 10px; } }
    .home-block-top-category .halo-block-header .title {
      margin-bottom: 7px;
      text-transform: uppercase; }
      @media (max-width: 550px) {
        .home-block-top-category .halo-block-header .title {
          margin-bottom: 10px; } }
  .home-block-top-category .block-content {
    display: flex;
    color: white;
    border-radius: 4px;
    flex-wrap: wrap; }
    @media (min-width: 992px) {
      .home-block-top-category .block-content {
        overflow: hidden; } }
    .home-block-top-category .block-content .slick-list {
      overflow: hidden;
      border-radius: 4px; }
    .home-block-top-category .block-content:not(.slick-initialized) .item-wrapper:nth-child(n+2) {
      display: none; }
    @media (min-width: 701px) {
      .home-block-top-category .block-content:not(.slick-initialized) .item-wrapper:nth-child(2) {
        display: block; } }
    @media (min-width: 992px) {
      .home-block-top-category .block-content:not(.slick-initialized) .item-wrapper:nth-child(3) {
        display: block; } }
    @media (min-width: 1261px) {
      .home-block-top-category .block-content:not(.slick-initialized) .item-wrapper:nth-child(n + 2) {
        display: block; } }
    @media (min-width: 1261px) {
      .home-block-top-category .block-content {
        background: linear-gradient(#f5f5f5, #f5f5f5);
        background-position: 0 100%;
        background-size: 100% 50%;
        background-repeat: no-repeat; } }
    .home-block-top-category .block-content .item-wrapper {
      width: 100%; }
      @media (min-width: 701px) {
        .home-block-top-category .block-content .item-wrapper {
          width: 50%; } }
      @media (min-width: 992px) {
        .home-block-top-category .block-content .item-wrapper {
          width: 33.3334%; } }
      @media (min-width: 1261px) {
        .home-block-top-category .block-content .item-wrapper {
          width: 25%; } }
    .home-block-top-category .block-content .item .item-image img {
      width: 100%; }
      .home-block-top-category .block-content .item .item-image img.lazyload, .home-block-top-category .block-content .item .item-image img.lazyloading {
        opacity: 0; }
    .home-block-top-category .block-content.bg-light {
      background-color: #f5f5f5; }
    .home-block-top-category .block-content.service {
      padding-top: 60px;
      padding-bottom: 60px;
      overflow: scroll;
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: none;
      /* Firefox */ }
      .home-block-top-category .block-content.service::-webkit-scrollbar {
        display: none; }
      @media (min-width: 551px) and (max-width: 1024px) {
        .home-block-top-category .block-content.service {
          display: block;
          white-space: nowrap; } }
      @media (max-width: 550px) {
        .home-block-top-category .block-content.service {
          display: block;
          white-space: nowrap;
          padding-top: 30px;
          padding-bottom: 30px;
          margin-bottom: 9px; } }
      .home-block-top-category .block-content.service .item-content {
        position: relative;
        width: 33.3334%;
        color: black;
        padding-left: 40px;
        padding-right: 40px;
        white-space: nowrap;
        min-height: 99px; }
        @media (min-width: 551px) and (max-width: 1024px) {
          .home-block-top-category .block-content.service .item-content {
            display: inline-block;
            width: 60%; }
            .home-block-top-category .block-content.service .item-content:first-child {
              padding-left: 0; } }
        @media (max-width: 550px) {
          .home-block-top-category .block-content.service .item-content {
            display: inline-block;
            white-space: unset;
            padding: 0;
            padding-top: 1rem;
            width: 90%;
            padding-left: 20px;
            padding-right: 10px; }
            .home-block-top-category .block-content.service .item-content:first-child {
              padding-left: 0; } }
        @media (min-width: 1025px) and (max-width: 1799px) {
          .home-block-top-category .block-content.service .item-content {
            padding-left: 20px;
            padding-right: 20px; } }
        .home-block-top-category .block-content.service .item-content img {
          display: inline-block;
          position: relative;
          top: 0;
          transform: translateY(-30%); }
          @media (max-width: 550px) {
            .home-block-top-category .block-content.service .item-content img {
              transform: translateY(-50%); } }
        .home-block-top-category .block-content.service .item-content .content {
          display: inline-block;
          position: relative;
          padding-top: 21px;
          white-space: normal;
          padding-left: 26px; }
          @media (min-width: 551px) and (max-width: 1024px) {
            .home-block-top-category .block-content.service .item-content .content {
              padding-left: 26px; } }
          @media (max-width: 550px) {
            .home-block-top-category .block-content.service .item-content .content {
              padding-left: 26px;
              display: inline-block;
              width: 83%;
              padding-top: 11px; } }
          .home-block-top-category .block-content.service .item-content .content .text {
            margin-bottom: 10px; }
        @media (max-width: 550px) {
          .home-block-top-category .block-content.service .item-content:nth-child(1) {
            padding-left: 0; } }
        @media (min-width: 551px) and (max-width: 1024px) {
          .home-block-top-category .block-content.service .item-content:nth-child(1) .content {
            padding-left: 1.5rem;
            padding-right: 10px; } }
        @media (min-width: 1025px) and (max-width: 1799px) {
          .home-block-top-category .block-content.service .item-content:nth-child(1) .content {
            padding-left: 10px;
            padding-right: 10px; } }
        .home-block-top-category .block-content.service .item-content:nth-child(2) {
          border-left: 1px solid #d0d0d0;
          border-right: 1px solid #d0d0d0; }
          .home-block-top-category .block-content.service .item-content:nth-child(2) .content {
            padding-left: 1rem; }
            @media (min-width: 551px) and (max-width: 1024px) {
              .home-block-top-category .block-content.service .item-content:nth-child(2) .content {
                padding-left: 1rem; } }
            @media (min-width: 1025px) and (max-width: 1799px) {
              .home-block-top-category .block-content.service .item-content:nth-child(2) .content {
                padding-left: 10px;
                padding-right: 10px; } }
            @media (min-width: 1025px) and (max-width: 1799px) {
              .home-block-top-category .block-content.service .item-content:nth-child(2) .content {
                padding-left: 10px;
                padding-right: 10px; } }
        .home-block-top-category .block-content.service .item-content:nth-child(3) .content {
          padding-left: 17px; }
          @media (min-width: 551px) and (max-width: 1024px) {
            .home-block-top-category .block-content.service .item-content:nth-child(3) .content {
              padding-left: 1rem; } }
          @media (min-width: 1025px) and (max-width: 1799px) {
            .home-block-top-category .block-content.service .item-content:nth-child(3) .content {
              padding-left: 10px;
              padding-right: 10px; } }
        .home-block-top-category .block-content.service .item-content .title-content {
          display: inline-block;
          margin-bottom: 0;
          text-transform: uppercase;
          font-weight: 700;
          font-size: 24px;
          line-height: 32px; }
  .home-block-top-category .item {
    position: relative;
    background: rgba(0, 0, 0, 0.9); }
    .home-block-top-category .item .item-image {
      position: relative; }
      .home-block-top-category .item .item-image::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        pointer-events: none; }
    @media (min-width: 551px) and (max-width: 1024px) {
      .home-block-top-category .item {
        width: 100%; } }
    @media (max-width: 550px) {
      .home-block-top-category .item {
        width: 100%; } }
    .home-block-top-category .item .item-content-show {
      width: 100%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      color: white;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 24px;
      line-height: 32px;
      letter-spacing: 0;
      padding: 0 1.5rem;
      text-align: center;
      transition: 0.3s;
      opacity: 0;
      z-index: -1; }
      @media (min-width: 1261px) {
        .home-block-top-category .item .item-content-show {
          opacity: 1;
          z-index: 3; } }
    .home-block-top-category .item .item-content {
      position: absolute;
      width: 100%;
      height: calc(100%);
      left: 0;
      top: 0;
      transition: 0.3s;
      text-align: center;
      transform: none;
      opacity: 1;
      visibility: visible; }
      @media (min-width: 1261px) {
        .home-block-top-category .item .item-content {
          transform: translateY(35%);
          opacity: 0;
          visibility: hidden;
          background-color: rgba(0, 0, 0, 0.6); } }
      .home-block-top-category .item .item-content .center {
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
      @media (max-width: 550px) {
        .home-block-top-category .item .item-content {
          padding-top: 0;
          border-bottom-left-radius: 4px;
          border-bottom-right-radius: 4px; } }
      @media (min-width: 551px) and (max-width: 1024px) {
        .home-block-top-category .item .item-content {
          border-bottom-left-radius: 4px;
          border-bottom-right-radius: 4px; } }
      .home-block-top-category .item .item-content .title-content {
        color: white;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 24px;
        line-height: 32px; }
        @media (min-width: 551px) and (max-width: 1024px) {
          .home-block-top-category .item .item-content .title-content {
            display: none; } }
        @media (max-width: 550px) {
          .home-block-top-category .item .item-content .title-content {
            display: none; } }
      .home-block-top-category .item .item-content .absolute-button .button {
        height: 44px;
        line-height: 44px;
        margin: 28px 0 1rem; }
        @media (min-width: 1261px) {
          .home-block-top-category .item .item-content .absolute-button .button {
            margin: 28px 0 0; } }
      .home-block-top-category .item .item-content .list-item {
        padding-top: 1rem; }
        .home-block-top-category .item .item-content .list-item ul {
          list-style: none;
          padding: 0;
          margin: 0; }
        .home-block-top-category .item .item-content .list-item li + li {
          margin-top: 8px; }
        .home-block-top-category .item .item-content .list-item a {
          background: linear-gradient(#e9162b, #e9162b);
          background-position: 0 90%;
          background-repeat: no-repeat;
          background-size: 0 1px;
          transition: background-size 0.4px;
          color: white;
          line-height: 16px;
          line-height: 1.5;
          font-size: 16px; }
          .home-block-top-category .item .item-content .list-item a:hover {
            color: #e9162b;
            background-size: 100% 1px; }
    @media (min-width: 1261px) {
      .home-block-top-category .item:hover .item-content-show {
        opacity: 0;
        transform: translate(-50%, -100%);
        visibility: visible;
        z-index: -1; } }
    .home-block-top-category .item:hover .item-content {
      opacity: 1;
      transform: translateY(0);
      visibility: visible; }

.block-banner-below-block-popular {
  margin-bottom: 4px; }
  @media (max-width: 550px) {
    .block-banner-below-block-popular {
      margin-top: 33px; } }
  .block-banner-below-block-popular .container {
    padding: 0;
    position: relative; }
    .block-banner-below-block-popular .container .img-bg {
      width: auto; }
      .block-banner-below-block-popular .container .img-bg img {
        width: 100%;
        object-fit: cover;
        object-position: center center;
        min-height: 597px; }
        .block-banner-below-block-popular .container .img-bg img.lazyload, .block-banner-below-block-popular .container .img-bg img.lazyloading {
          opacity: 0; }
    .block-banner-below-block-popular .container .item-content {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      padding-top: 2px; }
      @media (min-width: 551px) and (max-width: 1024px) {
        .block-banner-below-block-popular .container .item-content {
          width: 100%;
          padding: 0 50px; } }
      @media (max-width: 550px) {
        .block-banner-below-block-popular .container .item-content {
          width: 100%;
          padding: 0 10px; } }
      .block-banner-below-block-popular .container .item-content .item {
        width: 100%;
        text-align: center; }
        @media (min-width: 1025px) and (max-width: 1799px) {
          .block-banner-below-block-popular .container .item-content .item {
            max-width: 1000px; } }
        @media (min-width: 1800px) {
          .block-banner-below-block-popular .container .item-content .item {
            max-width: 800px; } }
        .block-banner-below-block-popular .container .item-content .item.buttons .button {
          text-transform: uppercase;
          min-width: 168px;
          text-align: center; }
          @media (min-width: 481px) {
            .block-banner-below-block-popular .container .item-content .item.buttons .button + .button {
              margin-left: 27px; } }
          @media (max-width: 550px) {
            .block-banner-below-block-popular .container .item-content .item.buttons .button {
              padding: 0 15px; } }
        .block-banner-below-block-popular .container .item-content .item h3 {
          color: #ffffff;
          margin-top: 26px;
          margin-bottom: 20px;
          text-transform: uppercase; }
          @media (min-width: 551px) and (max-width: 1024px) {
            .block-banner-below-block-popular .container .item-content .item h3 {
              line-height: 46px; } }
          @media (max-width: 550px) {
            .block-banner-below-block-popular .container .item-content .item h3 {
              line-height: 46px; } }
        .block-banner-below-block-popular .container .item-content .item .text {
          color: #ffffff;
          line-height: 20px;
          margin-bottom: 37px; }
          @media (max-width: 550px) {
            .block-banner-below-block-popular .container .item-content .item .text {
              margin-bottom: 15px; } }

.block-banner_review_product .container {
  padding: 0px;
  padding-top: 52px; }
  @media (min-width: 1800px) {
    .block-banner_review_product .container {
      padding-top: 95px; } }
  .block-banner_review_product .container .block-content {
    display: flex; }
    @media (min-width: 1800px) {
      .block-banner_review_product .container .block-content {
        padding: 0 175px; } }
    @media (min-width: 1025px) and (max-width: 1799px) {
      .block-banner_review_product .container .block-content {
        padding: 0; } }
    @media (min-width: 551px) and (max-width: 1024px) {
      .block-banner_review_product .container .block-content {
        padding: 0;
        border-radius: 0; } }
    @media (max-width: 550px) {
      .block-banner_review_product .container .block-content {
        display: block;
        border-radius: 0;
        padding: 0 10px;
        background-color: #f5f5f5; } }
    .block-banner_review_product .container .block-content.bg-light {
      background-color: #f5f5f5; }
    .block-banner_review_product .container .block-content .item {
      position: relative;
      width: 100%;
      overflow: hidden; }
      .block-banner_review_product .container .block-content .item > img {
        width: 100%;
        transition: 0.5s;
        height: 100%;
        transform: scale(1.005); }
        .block-banner_review_product .container .block-content .item > img.lazyload, .block-banner_review_product .container .block-content .item > img.lazyloading {
          opacity: 0; }
      @media (min-width: 1025px) {
        .block-banner_review_product .container .block-content .item:hover > img {
          transform: scale(1.1); } }
      @media (max-width: 550px) {
        .block-banner_review_product .container .block-content .item {
          padding: 5px 0; } }
      .block-banner_review_product .container .block-content .item.is-2 {
        width: 50%; }
        @media (max-width: 550px) {
          .block-banner_review_product .container .block-content .item.is-2 {
            width: 100%; } }
      .block-banner_review_product .container .block-content .item.is-3 {
        width: 33.3334%;
        display: flex;
        padding-right: 10px; }
        @media (max-width: 550px) {
          .block-banner_review_product .container .block-content .item.is-3 {
            justify-content: center; } }
        @media (min-width: 551px) and (max-width: 1024px) {
          .block-banner_review_product .container .block-content .item.is-3 {
            justify-content: center; } }
        .block-banner_review_product .container .block-content .item.is-3 img {
          display: inline-block;
          width: auto; }
          @media (max-width: 550px) {
            .block-banner_review_product .container .block-content .item.is-3 img {
              width: 40px; } }
        .block-banner_review_product .container .block-content .item.is-3:hover img {
          transform: scale3d(1, 1, 1); }
        .block-banner_review_product .container .block-content .item.is-3 .text {
          display: inline-block;
          margin-left: 30px;
          padding-top: 4px;
          text-align: left !important;
          font-size: 18px;
          line-height: 30px;
          letter-spacing: -0.02em;
          font-weight: 500; }
      .block-banner_review_product .container .block-content .item .item-content {
        position: absolute;
        width: 100%;
        bottom: 34px; }
        @media (max-width: 550px) {
          .block-banner_review_product .container .block-content .item .item-content {
            bottom: 23px; } }
        @media (min-width: 551px) and (max-width: 1024px) {
          .block-banner_review_product .container .block-content .item .item-content {
            bottom: 20px; } }
        .block-banner_review_product .container .block-content .item .item-content.bottom {
          bottom: 42px; }
          @media (max-width: 550px) {
            .block-banner_review_product .container .block-content .item .item-content.bottom {
              bottom: 15px; } }
          @media (min-width: 551px) and (max-width: 1024px) {
            .block-banner_review_product .container .block-content .item .item-content.bottom {
              bottom: 59px; } }
        .block-banner_review_product .container .block-content .item .item-content.is-flex {
          display: flex;
          padding: 0 50px; }
          @media (max-width: 550px) {
            .block-banner_review_product .container .block-content .item .item-content.is-flex {
              padding: 0 10px; }
              .block-banner_review_product .container .block-content .item .item-content.is-flex .text {
                display: none; } }
          @media (min-width: 551px) and (max-width: 1024px) {
            .block-banner_review_product .container .block-content .item .item-content.is-flex .text {
              display: none; } }
          @media (min-width: 1800px) {
            .block-banner_review_product .container .block-content .item .item-content.is-flex {
              padding: 0 156px; } }
        .block-banner_review_product .container .block-content .item .item-content.center {
          top: 22%;
          transform: translateY(-22%);
          bottom: auto;
          padding-bottom: 35px; }
          @media (max-width: 550px) {
            .block-banner_review_product .container .block-content .item .item-content.center {
              padding-bottom: 25px; } }
          .block-banner_review_product .container .block-content .item .item-content.center h3 {
            font-size: 50px;
            margin-top: 3px; }
            @media (max-width: 550px) {
              .block-banner_review_product .container .block-content .item .item-content.center h3 {
                font-size: 30px;
                margin-top: 0;
                margin-bottom: 3px;
                line-height: 40px; } }
            @media (min-width: 551px) and (max-width: 1024px) {
              .block-banner_review_product .container .block-content .item .item-content.center h3 {
                font-size: 38px;
                margin-bottom: -5px; } }
        .block-banner_review_product .container .block-content .item .item-content h3,
        .block-banner_review_product .container .block-content .item .item-content .text {
          color: white;
          text-align: center; }
        .block-banner_review_product .container .block-content .item .item-content h3 {
          font-size: 30px;
          margin-bottom: 4px;
          text-transform: uppercase; }
          @media (min-width: 551px) and (max-width: 1024px) {
            .block-banner_review_product .container .block-content .item .item-content h3 {
              font-size: 24px;
              line-height: 28px;
              margin-bottom: 7px; } }
          @media (max-width: 550px) {
            .block-banner_review_product .container .block-content .item .item-content h3 {
              font-size: 24px;
              line-height: 28px;
              margin-bottom: 7px; } }
        .block-banner_review_product .container .block-content .item .item-content .text {
          margin-bottom: 0; }
          @media (min-width: 551px) and (max-width: 1024px) {
            .block-banner_review_product .container .block-content .item .item-content .text {
              font-size: 14px; } }

@media (max-width: 550px) {
  .block-customer-review .container {
    padding: 55px 0px; } }

@media (min-width: 551px) and (max-width: 1024px) {
  .block-customer-review .container {
    padding: 70px 20px;
    padding-top: 55px; } }

@media (min-width: 1025px) and (max-width: 1799px) {
  .block-customer-review .container {
    padding: 40px 103px; } }

@media (min-width: 1800px) {
  .block-customer-review .container {
    padding: 85px 175px;
    padding-bottom: 48px; } }

@media (min-width: 1025px) {
  .block-customer-review .container .slick-dots {
    position: absolute;
    text-align: right;
    bottom: auto;
    top: -46px; } }

@media (min-width: 551px) and (max-width: 1024px) {
  .block-customer-review .container .slick-dots {
    bottom: -56px; } }

@media (max-width: 550px) {
  .block-customer-review .container .slick-dots {
    bottom: -43px; } }

.block-customer-review .container .slick-arrow {
  border-radius: 5px;
  top: 15%;
  transform: translate(0, -15%); }
  @media (min-width: 1800px) {
    .block-customer-review .container .slick-arrow {
      height: 60px;
      width: 60px;
      transition: 0.3s; }
      .block-customer-review .container .slick-arrow.slick-next {
        right: -70px; }
      .block-customer-review .container .slick-arrow.slick-prev {
        left: -70px; } }
  @media (min-width: 1025px) and (max-width: 1799px) {
    .block-customer-review .container .slick-arrow.slick-next {
      right: -65px; }
    .block-customer-review .container .slick-arrow.slick-prev {
      left: -65px; } }

.block-customer-review .container .halo-block-header .title {
  text-transform: uppercase;
  margin-bottom: -4px; }

.block-customer-review .container .halo-block-slides:not(.slick-initialized) {
  display: flex;
  overflow: hidden;
  flex-direction: row; }
  .block-customer-review .container .halo-block-slides:not(.slick-initialized) .halo-block-body {
    min-width: 100%; }

.block-customer-review .container .halo-block-body {
  display: flex; }
  @media (max-width: 550px) {
    .block-customer-review .container .halo-block-body {
      display: block; } }
  .block-customer-review .container .halo-block-body .sum-review {
    width: 40.323%;
    padding-right: 20px; }
    @media (min-width: 1800px) {
      .block-customer-review .container .halo-block-body .sum-review {
        padding-right: 60px; } }
    @media (max-width: 550px) {
      .block-customer-review .container .halo-block-body .sum-review {
        padding-left: 14px;
        padding-right: 14px;
        width: 100%; } }
    @media (min-width: 551px) and (max-width: 1024px) {
      .block-customer-review .container .halo-block-body .sum-review {
        width: 50%; } }
    .block-customer-review .container .halo-block-body .sum-review .title {
      font-size: 20px;
      line-height: 28px;
      letter-spacing: -0.02em;
      font-style: initial;
      margin-top: 0;
      margin-bottom: 15px; }
      @media (max-width: 550px) {
        .block-customer-review .container .halo-block-body .sum-review .title {
          margin-bottom: 0; } }
    .block-customer-review .container .halo-block-body .sum-review .des {
      font-size: 15px; }
      @media (max-width: 550px) {
        .block-customer-review .container .halo-block-body .sum-review .des {
          margin-bottom: 10px; } }
    .block-customer-review .container .halo-block-body .sum-review .author {
      margin-bottom: 20px; }
      .block-customer-review .container .halo-block-body .sum-review .author img,
      .block-customer-review .container .halo-block-body .sum-review .author .name,
      .block-customer-review .container .halo-block-body .sum-review .author .date {
        display: inline-block;
        margin-left: 4px;
        margin-bottom: 0;
        width: auto; }
      .block-customer-review .container .halo-block-body .sum-review .author .name {
        font-weight: 500; }
      .block-customer-review .container .halo-block-body .sum-review .author .date {
        color: #808080; }
  .block-customer-review .container .halo-block-body .detail-reivew {
    width: calc(100% - 50%); }
    @media (max-width: 550px) {
      .block-customer-review .container .halo-block-body .detail-reivew {
        width: 100%;
        padding: 0 14px; } }
    @media (min-width: 551px) and (max-width: 1024px) {
      .block-customer-review .container .halo-block-body .detail-reivew {
        padding-left: 11px; } }
    .block-customer-review .container .halo-block-body .detail-reivew .star {
      margin-top: 2px; }
      .block-customer-review .container .halo-block-body .detail-reivew .star .icon {
        width: 17px;
        height: 17px; }
        .block-customer-review .container .halo-block-body .detail-reivew .star .icon svg {
          width: 17px;
          height: 17px; }
    .block-customer-review .container .halo-block-body .detail-reivew .content {
      font-size: 18px;
      line-height: 24px; }

@media (max-width: 550px) {
  .block-with-categories.most-popular .list-categories {
    margin-left: 10px;
    margin-right: 10px;
    max-width: calc(100% - 22px); } }

@media (max-width: 550px) {
  .block-with-categories .container {
    padding: 35px 0px; } }

@media (min-width: 551px) and (max-width: 1024px) {
  .block-with-categories .container {
    padding: 15px 7.5px 86px 7.5px; } }

@media (min-width: 1025px) and (max-width: 1799px) {
  .block-with-categories .container {
    padding: 85px 103px; } }

@media (min-width: 1800px) {
  .block-with-categories .container {
    padding: 85px 167.5px;
    padding-bottom: 91px; } }

.block-with-categories .productCarousel .slick-dots {
  bottom: -35px; }
  @media (min-width: 551px) and (max-width: 1024px) {
    .block-with-categories .productCarousel .slick-dots {
      bottom: -33px; } }
  @media (min-width: 1025px) {
    .block-with-categories .productCarousel .slick-dots {
      bottom: auto;
      top: -33px;
      text-align: right;
      padding-right: 8px; } }
  .home-layout-4 .block-with-categories .productCarousel .slick-dots li.slick-active button {
    border-color: #e9162b; }
    .home-layout-4 .block-with-categories .productCarousel .slick-dots li.slick-active button::before {
      background: #e9162b; }

.block-with-categories .halo-block-header {
  margin: 0 0 14px 0; }
  .block-with-categories .halo-block-header .title {
    letter-spacing: -0.02em;
    text-transform: uppercase; }

.list-categories {
  margin-bottom: 27px;
  max-width: 70%;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .list-categories::-webkit-scrollbar {
    display: none; }
  @media (min-width: 1800px) {
    .list-categories {
      overflow: unset; } }
  @media (max-width: 550px) {
    .list-categories {
      line-height: 40px;
      max-width: 100%;
      padding-left: 7.5px; }
      .list-categories::-webkit-scrollbar {
        -webkit-appearance: none;
        background: #f1f1f1;
        display: block; }
      .list-categories::-webkit-scrollbar:vertical {
        width: 10px; }
      .list-categories::-webkit-scrollbar:horizontal {
        height: 3px; }
      .list-categories::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 5px;
        margin-left: 1rem; } }
  @media (min-width: 551px) and (max-width: 1024px) {
    .list-categories {
      max-width: 100%;
      padding-left: 7.5px; }
      .list-categories::-webkit-scrollbar {
        -webkit-appearance: none;
        background: #f1f1f1;
        display: block; }
      .list-categories::-webkit-scrollbar:vertical {
        width: 10px; }
      .list-categories::-webkit-scrollbar:horizontal {
        height: 3px; }
      .list-categories::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 5px;
        margin-left: 1rem; } }
  @media (max-width: 550px) {
    .list-categories {
      max-width: 100%;
      padding-left: 0px; } }
  @media (min-width: 1025px) and (max-width: 1799px) {
    .list-categories {
      margin-bottom: 40px; }
      .list-categories::-webkit-scrollbar {
        -webkit-appearance: none;
        background: #f1f1f1;
        display: block; }
      .list-categories::-webkit-scrollbar:vertical {
        width: 10px; }
      .list-categories::-webkit-scrollbar:horizontal {
        height: 3px; }
      .list-categories::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 5px;
        margin-left: 1rem; } }
  .list-categories ul {
    margin-top: -6px;
    list-style: none;
    margin-left: 0;
    text-align: center;
    white-space: nowrap; }
    @media (min-width: 551px) and (max-width: 1024px) {
      .list-categories ul {
        margin-top: 0px;
        margin-bottom: 10px;
        line-height: 26px;
        padding: 0; }
        .list-categories ul li {
          padding: 0 16px;
          border-radius: 5px;
          border: 1px solid #e6e6e6; }
          .list-categories ul li + li {
            margin-left: 0px !important; }
          .list-categories ul li.is-active {
            border-color: #e9162b; }
            .list-categories ul li.is-active a {
              background: transparent; } }
    @media (max-width: 550px) {
      .list-categories ul {
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 26px;
        padding: 0; }
        .list-categories ul li {
          padding: 0 16px;
          border-radius: 5px;
          border: 1px solid #e6e6e6; }
          .list-categories ul li + li {
            margin-left: 0px !important; }
          .list-categories ul li.is-active {
            border-color: #e9162b; }
            .list-categories ul li.is-active a {
              background: transparent; } }
    .list-categories ul li {
      display: inline-block; }
      @media (max-width: 550px) {
        .list-categories ul li {
          margin-bottom: 10px; } }
      .list-categories ul li + li {
        margin-left: 30px; }
      .list-categories ul li.is-active {
        font-weight: 500; }
        .list-categories ul li.is-active a {
          background-size: 100% 2px; }
      .list-categories ul li a {
        font-size: 17px;
        background: linear-gradient(45deg, #ec6130, #e7334f);
        background-size: 0 2px;
        background-repeat: no-repeat;
        background-position: 0 90%;
        transition: background-size 0.3s;
        padding-bottom: 10px; }
        @media (max-width: 550px) {
          .list-categories ul li a {
            background: transparent; } }
        @media (min-width: 551px) and (max-width: 1024px) {
          .list-categories ul li a {
            background: transparent; } }
        .list-categories ul li a:hover, .list-categories ul li a:active, .list-categories ul li a:focus {
          background-size: 100% 2px;
          color: #000000; }

.halo-block-content-categories {
  position: relative;
  text-align: center; }
  .halo-block-content-categories .container-item {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: 0.3s;
    width: 100%;
    display: inline-block; }
    @media (max-width: 550px) {
      .halo-block-content-categories .container-item {
        padding: 0 5px; } }
    .halo-block-content-categories .container-item:first-child {
      position: relative; }
    .halo-block-content-categories .container-item.is-active {
      opacity: 1;
      transform: translateY(0);
      z-index: 1;
      left: 0;
      top: 0; }
    .halo-block-content-categories .container-item .slick-arrow.slick-next {
      right: -58px; }
      @media (min-width: 1025px) and (max-width: 1799px) {
        .halo-block-content-categories .container-item .slick-arrow.slick-next {
          right: -40px; } }
    .halo-block-content-categories .container-item .slick-arrow.slick-prev {
      left: -56px; }
      @media (min-width: 1025px) and (max-width: 1799px) {
        .halo-block-content-categories .container-item .slick-arrow.slick-prev {
          left: -40px; } }

.font-weight-medium {
  font-weight: 500; }

.dropdown-section {
  position: absolute;
  left: 0;
  height: 50px;
  width: 145px; }
  .dropdown-section .button.button-dropdown {
    width: 100%;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #e6e6e6 !important;
    color: #000000 !important;
    position: relative;
    padding-right: 30px;
    padding-left: 20px;
    font-weight: 400; }
    .dropdown-section .button.button-dropdown svg {
      margin-left: 3px;
      width: 15px;
      height: 15px;
      fill: #808080 !important;
      stroke: #808080 !important;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 15px; }
      .dropdown-section .button.button-dropdown svg.up {
        display: none; }
      .dropdown-section .button.button-dropdown svg.down {
        display: inline-block; }
  .dropdown-section .dropdown-section-menu {
    position: absolute;
    transform: translateY(20px);
    top: 51px;
    transition: 0.3s;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    background: #ffffff;
    max-height: 80vh;
    border-radius: 5px;
    overflow: scroll;
    min-width: 290px;
    border: 1px solid #f5f5f5;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .dropdown-section .dropdown-section-menu::-webkit-scrollbar {
      display: none; }
    .dropdown-section .dropdown-section-menu ul {
      background-color: #f0f0f0;
      margin-left: 0;
      list-style: none; }
      .dropdown-section .dropdown-section-menu ul li {
        cursor: pointer;
        padding: 2px 20px;
        border-bottom: 1px solid #d9d9d9; }
        .dropdown-section .dropdown-section-menu ul li p {
          margin-bottom: 0;
          line-height: 40px; }
        .dropdown-section .dropdown-section-menu ul li.sub-1 p {
          border-left: 1px solid #d9d9d9;
          padding-left: 20px; }
        .dropdown-section .dropdown-section-menu ul li.sub-2 p {
          border-left: 1px solid #d9d9d9;
          padding-left: 20px;
          margin-left: 20px; }
  .dropdown-section.is-active .button.button-dropdown svg.down {
    display: none; }
  .dropdown-section.is-active .button.button-dropdown svg.up {
    display: inline-block; }
  .dropdown-section.is-active .dropdown-section-menu {
    opacity: 1;
    transform: translateY(0);
    z-index: 50;
    visibility: visible; }

.is-hidden:not(.navPage-subMenu-item-child):not(.navPages-item) {
  display: none; }

@media (min-width: 551px) and (max-width: 1024px) {
  .block-with-product {
    margin-bottom: 30px; } }

.block-with-product .container {
  padding: 40px 40px;
  position: relative; }
  @media (max-width: 550px) {
    .block-with-product .container {
      padding: 20px 0px; } }
  @media (min-width: 551px) and (max-width: 1024px) {
    .block-with-product .container {
      padding: 40px 5px;
      padding-right: 0; } }
  @media (min-width: 1800px) {
    .block-with-product .container {
      padding: 53px 175px;
      padding-bottom: 13px;
      padding-right: 167.5px; } }
  .block-with-product .container .halo-block-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: -3px; }
    @media (max-width: 550px) {
      .block-with-product .container .halo-block-header {
        display: block; } }
    @media (min-width: 551px) and (max-width: 1024px) {
      .block-with-product .container .halo-block-header {
        display: block; } }
    .block-with-product .container .halo-block-header .title {
      letter-spacing: -0.02em;
      display: inline-block;
      text-transform: uppercase; }
      @media (max-width: 550px) {
        .block-with-product .container .halo-block-header .title {
          width: 100%;
          text-align: left; } }
      @media (min-width: 551px) and (max-width: 1024px) {
        .block-with-product .container .halo-block-header .title {
          width: 100%;
          text-align: left;
          padding-left: 8px; } }
    .block-with-product .container .halo-block-header .list-categories {
      display: inline-block;
      margin-top: 4px;
      padding-right: 9px; }
      @media (max-width: 550px) {
        .block-with-product .container .halo-block-header .list-categories {
          width: 100%;
          text-align: center;
          padding-right: 0px; } }
      @media (min-width: 551px) and (max-width: 1024px) {
        .block-with-product .container .halo-block-header .list-categories {
          width: 100%;
          text-align: center;
          padding-right: 0px; } }
      .block-with-product .container .halo-block-header .list-categories .list-type {
        margin-left: 0;
        margin-bottom: 0;
        list-style: none;
        text-align: left; }
        .block-with-product .container .halo-block-header .list-categories .list-type li {
          display: inline-block; }
        @media (min-width: 551px) and (max-width: 1024px) {
          .block-with-product .container .halo-block-header .list-categories .list-type {
            margin-bottom: 10px; } }
  .block-with-product .container .halo-block-body {
    display: block; }
    @media (max-width: 1024px) {
      .block-with-product .container .halo-block-body {
        padding: 0 10px; } }
    @media (min-width: 1025px) and (max-width: 1799px) {
      .block-with-product .container .halo-block-body {
        display: flex; } }
    @media (max-width: 550px) {
      .block-with-product .container .halo-block-body {
        display: flex;
        flex-direction: column-reverse; } }
    @media (min-width: 551px) and (max-width: 1024px) {
      .block-with-product .container .halo-block-body {
        display: flex; } }
    .block-with-product .container .halo-block-body .productCarousel {
      margin: 0;
      margin-bottom: 0; }
    .block-with-product .container .halo-block-body .slick-arrow.slick-prev {
      display: none !important; }
    .block-with-product .container .halo-block-body .slick-dots {
      bottom: -37px; }
      @media (min-width: 1025px) {
        .block-with-product .container .halo-block-body .slick-dots {
          bottom: auto;
          top: -33px;
          text-align: right;
          padding-right: 6px; } }
      @media (max-width: 550px) {
        .block-with-product .container .halo-block-body .slick-dots {
          text-align: center;
          bottom: -33px; } }
      .block-with-product .container .halo-block-body .slick-dots li:nth-child(n + 7) {
        display: none; }
      .home-layout-4 .block-with-product .container .halo-block-body .slick-dots li.slick-active button {
        border-color: #e9162b;
        background: #e9162b; }
        .home-layout-4 .block-with-product .container .halo-block-body .slick-dots li.slick-active button::before {
          background: #e9162b; }
    .block-with-product .container .halo-block-body .banner-item {
      display: flex;
      width: calc(20% - 11.5px);
      margin-right: 4.5px;
      margin-bottom: 1px;
      overflow: hidden;
      border-radius: 5px;
      vertical-align: top; }
      @media (min-width: 1800px) {
        .block-with-product .container .halo-block-body .banner-item {
          display: inline-block; } }
      .block-with-product .container .halo-block-body .banner-item .image-mobile {
        display: none; }
        @media (max-width: 550px) {
          .block-with-product .container .halo-block-body .banner-item .image-mobile {
            display: block; } }
      .block-with-product .container .halo-block-body .banner-item .has-image-mobile {
        display: block; }
        @media (max-width: 550px) {
          .block-with-product .container .halo-block-body .banner-item .has-image-mobile {
            display: none; } }
      .block-with-product .container .halo-block-body .banner-item img {
        transition: 0.5s;
        width: auto; }
        .block-with-product .container .halo-block-body .banner-item img:not(.lazyload) {
          width: 100%; }
        .block-with-product .container .halo-block-body .banner-item img:hover {
          transform: scale(1.1); }
      @media (max-width: 550px) {
        .block-with-product .container .halo-block-body .banner-item {
          width: 100%;
          margin-right: 0px;
          display: block;
          padding: 0 7.5px; } }
      @media (min-width: 551px) and (max-width: 1024px) {
        .block-with-product .container .halo-block-body .banner-item {
          width: calc(33.3334%);
          margin-right: 7.5px;
          margin-bottom: -20px; }
          .block-with-product .container .halo-block-body .banner-item img {
            height: 100%;
            object-fit: cover; } }
      @media (min-width: 1025px) and (max-width: 1799px) {
        .block-with-product .container .halo-block-body .banner-item {
          width: 20%;
          margin-bottom: 10px; }
          .block-with-product .container .halo-block-body .banner-item img {
            height: 100%;
            object-fit: cover; } }
    .block-with-product .container .halo-block-body .product-with-category-container {
      display: inline-block;
      width: 80%; }
      @media (max-width: 550px) {
        .block-with-product .container .halo-block-body .product-with-category-container {
          width: 100%;
          display: block;
          margin-bottom: 35px; } }
      @media (min-width: 551px) and (max-width: 1024px) {
        .block-with-product .container .halo-block-body .product-with-category-container {
          width: calc(66%); } }
      .block-with-product .container .halo-block-body .product-with-category-container .loading {
        text-align: center; }

.halo-block-categories .list-type {
  text-align: center;
  list-style-type: none;
  margin-bottom: 34px; }
  .halo-block-categories .list-type li {
    display: inline-block;
    margin: 0 15px; }
    .halo-block-categories .list-type li a span {
      font-size: 17px;
      background: linear-gradient(45deg, #ec6130, #e7334f);
      background-size: 0% 2px;
      background-position: 0 90%;
      background-repeat: no-repeat;
      transition: background-size 0.3s;
      padding-bottom: 9px; }
    .halo-block-categories .list-type li a:focus {
      color: #000000; }
    .halo-block-categories .list-type li a:active {
      color: #000000; }
    .halo-block-categories .list-type li a:hover {
      color: #e9162b; }
      .halo-block-categories .list-type li a:hover span {
        background-size: 100% 2px;
        color: #e9162b; }
    .halo-block-categories .list-type li.is-active a:focus {
      color: #000000; }
    .halo-block-categories .list-type li.is-active a:active {
      color: #000000; }
    .halo-block-categories .list-type li.is-active a span {
      font-weight: 700;
      background-size: 100% 2px; }

.block-image-below-cate .container {
  display: flex;
  padding-top: 0px;
  padding-bottom: 5px; }
  .block-image-below-cate .container:not(.slick-initialized) {
    overflow: hidden; }
    @media (min-width: 551px) and (max-width: 1024px) {
      .block-image-below-cate .container:not(.slick-initialized) {
        display: block;
        white-space: nowrap; }
        .block-image-below-cate .container:not(.slick-initialized) .item-item:nth-child(n + 3) {
          visibility: hidden; } }
    @media (max-width: 550px) {
      .block-image-below-cate .container:not(.slick-initialized) {
        display: block;
        white-space: nowrap; }
        .block-image-below-cate .container:not(.slick-initialized) .item-item:nth-child(n + 2) {
          visibility: hidden; } }
  @media (min-width: 1800px) {
    .block-image-below-cate .container {
      padding-bottom: 5px;
      padding-top: 0px;
      padding-right: 175px; } }
  @media (min-width: 551px) and (max-width: 1024px) {
    .block-image-below-cate .container {
      display: block;
      white-space: nowrap;
      padding-left: 0;
      padding-right: 15px; }
      .block-image-below-cate .container .slick-dots {
        bottom: -33px; }
        .block-image-below-cate .container .slick-dots .slick-active button {
          border-color: #e9162b; }
          .block-image-below-cate .container .slick-dots .slick-active button::before {
            background: #e9162b; } }
  @media (max-width: 550px) {
    .block-image-below-cate .container {
      display: block;
      white-space: nowrap;
      padding-right: 10px; }
      .block-image-below-cate .container .slick-dots {
        bottom: -33px; }
        .block-image-below-cate .container .slick-dots .slick-active button {
          border-color: #e9162b; }
          .block-image-below-cate .container .slick-dots .slick-active button::before {
            background: #e9162b; } }
  .block-image-below-cate .container .item-item {
    display: inline-block;
    width: 25%;
    position: relative;
    border-radius: 5px;
    overflow: hidden; }
    @media (max-width: 550px) {
      .block-image-below-cate .container .item-item {
        width: calc(100% - 22px);
        margin-left: 10px;
        margin-right: 0px; } }
    @media (min-width: 551px) and (max-width: 1024px) {
      .block-image-below-cate .container .item-item {
        width: calc(50% - 22px);
        margin-left: 15px;
        margin-right: 0px; } }
    .block-image-below-cate .container .item-item img {
      transition: 0.5s;
      width: 100%; }
      .block-image-below-cate .container .item-item img.lazyload, .block-image-below-cate .container .item-item img.lazyloading {
        opacity: 0; }
    .block-image-below-cate .container .item-item:hover .desc {
      opacity: 0;
      visibility: hidden; }
      @media (max-width: 550px) {
        .block-image-below-cate .container .item-item:hover .desc {
          opacity: 1;
          visibility: visible; } }
      @media (min-width: 551px) and (max-width: 1024px) {
        .block-image-below-cate .container .item-item:hover .desc {
          opacity: 1;
          visibility: visible; } }
    .block-image-below-cate .container .item-item:hover img {
      transform: scale3d(1.1, 1.1, 1.1); }
    .block-image-below-cate .container .item-item + .item-item {
      margin-left: 30px; }
      @media (max-width: 550px) {
        .block-image-below-cate .container .item-item + .item-item {
          width: calc(100% - 22px);
          margin-left: 10px;
          margin-right: 0px; } }
      @media (min-width: 551px) and (max-width: 1024px) {
        .block-image-below-cate .container .item-item + .item-item {
          width: calc(50% - 22px);
          margin-left: 15px;
          margin-right: 0px; } }
    .block-image-below-cate .container .item-item .desc {
      opacity: 1;
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0;
      text-align: center;
      font-size: 20px;
      color: #ffffff;
      font-family: "Gotham", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      font-style: italic;
      backdrop-filter: blur(50px);
      background-color: rgba(0, 0, 0, 0.2);
      transition: 0.3s; }
      @media (min-width: 551px) and (max-width: 1024px) {
        .block-image-below-cate .container .item-item .desc {
          line-height: 40px;
          font-size: 17px; } }

.block-cate-with-product .container {
  padding-bottom: 20px;
  padding-top: 75px; }
  @media (max-width: 550px) {
    .block-cate-with-product .container {
      padding-bottom: 30px;
      padding-top: 65px; } }
  @media (min-width: 551px) and (max-width: 1024px) {
    .block-cate-with-product .container {
      padding-top: 50px; } }
  @media (max-width: 550px) {
    .block-cate-with-product .container .halo-block-header {
      padding: 0 10px; } }
  @media (max-width: 550px) {
    .block-cate-with-product .container .halo-block-body {
      padding: 0 2.5px; } }
  @media (min-width: 551px) and (max-width: 1024px) {
    .block-cate-with-product .container .halo-block-body {
      padding: 0 7.5px; } }
  @media (max-width: 550px) {
    .block-cate-with-product .container .halo-block-body .product-with-category-container {
      margin-bottom: 51px; } }

[data-href] {
  cursor: pointer; }

.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 0.5s, transform 0.5s ease, visibility 0.5s ease;
  background-color: white; }
  .halo-sidebar-close {
    position: absolute;
    top: 0;
    width: 46px;
    height: 46px;
    z-index: 10;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    pointer-events: auto;
    background-color: transparent; }
    .halo-sidebar-close svg {
      fill: white;
      width: 19px;
      height: 19px; }
  @media (max-width: 1024px) {
    .halo-sidebar-left .halo-sidebar-header .close {
      left: auto;
      right: -46px; } }
  .halo-sidebar-header {
    position: relative; }
    .halo-sidebar-header .title {
      display: block;
      font-size: 26px;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 36px;
      color: black;
      text-transform: uppercase;
      margin: 0; }
    .halo-sidebar-header .close {
      position: absolute;
      line-height: 1;
      z-index: 10; }
      .halo-sidebar-header .close svg {
        width: 19px;
        height: 19px;
        fill: black; }
      @media (min-width: 1025px) {
        .halo-sidebar-header .close {
          top: 25px;
          right: 30px; }
          .halo-sidebar-header .close svg {
            fill: black; } }
      @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: 0 15px 30px 15px;
    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); }
    @media (min-width: 1025px) {
      .halo-sidebar-wrapper {
        padding: 0 30px 30px 30px; } }
  .halo-sidebar.halo-search-sidebar .halo-sidebar-content .quickResults-wrapper {
    opacity: 1; }
  .halo-sidebar.halo-search-sidebar .halo-sidebar-content .quickSearchResults.is-open + .quickSearchResultsCustom {
    display: none; }
  .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; }
    @media (min-width: 1025px) {
      .halo-sidebar.halo-auth-sidebar .halo-sidebar-header {
        padding: 22px 30px 26px 30px; } }
  .halo-sidebar.halo-cart-sidebar .halo-sidebar-header {
    padding: 10px 15px; }
    @media (min-width: 1025px) {
      .halo-sidebar.halo-cart-sidebar .halo-sidebar-header {
        padding: 22px 30px 10px 30px; } }
  .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: 22px 30px 26px 30px; } }
  .halo-sidebar.halo-menu-sidebar .halo-sidebar-header {
    padding: 10px 15px; }
    @media (min-width: 1025px) {
      .halo-sidebar.halo-menu-sidebar .halo-sidebar-header {
        padding: 22px 30px 26px 30px; } }
  .halo-sidebar.halo-menu-sidebar .navPages-container {
    display: block; }
    .halo-sidebar.halo-menu-sidebar .navPages-container .navPages {
      background: transparent; }
  @media (min-width: 1025px) {
    .halo-sidebar.halo-menu-sidebar .home-layout-3 .halo-sidebar-close {
      display: none; } }
  @media (min-width: 551px) and (max-width: 1024px) {
    .home-layout-3 .halo-sidebar.halo-search-sidebar .halo-sidebar-header .close {
      width: 35px;
      height: 35px; }
    .home-layout-3 .halo-sidebar.halo-search-sidebar .halo-sidebar-wrapper .halo-sidebar-search {
      padding: 60px 17px 30px 17px !important; }
      .home-layout-3 .halo-sidebar.halo-search-sidebar .halo-sidebar-wrapper .halo-sidebar-search .form-input {
        padding-left: 10px !important;
        line-height: 26px;
        border-color: transparent;
        border-width: 2px; }
      .home-layout-3 .halo-sidebar.halo-search-sidebar .halo-sidebar-wrapper .halo-sidebar-search .button--primary {
        top: 0;
        right: 0;
        border-color: transparent !important;
        outline-color: transparent !important; }
    .home-layout-3 .halo-sidebar.halo-search-sidebar .halo-sidebar-wrapper .halo-sidebar-content {
      margin-top: 9rem !important; } }
  @media (min-width: 551px) {
    .halo-sidebar.halo-auth-sidebar {
      max-width: 470px;
      width: 100%; }
    .halo-sidebar.halo-cart-sidebar {
      max-width: 470px;
      width: 100%; }
    .halo-sidebar.halo-search-sidebar {
      max-width: 470px;
      width: 100%;
      height: 100vh; }
      .home-layout-3.openSearchMobile .halo-sidebar.halo-search-sidebar {
        transform: translate3d(0, 0, 0); }
      .home-layout-3 .halo-sidebar.halo-search-sidebar {
        transition: 0.5s;
        width: 100%;
        max-width: 100%;
        background-color: rgba(0, 0, 0, 0.35);
        padding: 125px 70px 0.5rem 70px;
        transform: translate3d(0, -112%, 0); }
        .home-layout-3 .halo-sidebar.halo-search-sidebar .quickSearch {
          max-width: 940px; }
        .home-layout-3 .halo-sidebar.halo-search-sidebar .button--primary {
          min-width: 50px;
          height: 44px;
          right: -13px;
          left: auto;
          top: -6px; }
        .home-layout-3 .halo-sidebar.halo-search-sidebar .close {
          transition: 0.5s;
          right: 15px;
          top: 28px;
          background-color: #000000;
          padding: 0.5rem;
          z-index: 100; }
          .home-layout-3 .halo-sidebar.halo-search-sidebar .close svg {
            fill: white; }
          .home-layout-3 .halo-sidebar.halo-search-sidebar .close:hover {
            rotate: 90deg; }
        .home-layout-3 .halo-sidebar.halo-search-sidebar .halo-sidebar-wrapper {
          margin-top: 1rem;
          background-color: #ffffff;
          -ms-overflow-style: none;
          /* IE and Edge */
          scrollbar-width: none;
          /*FireFox*/
          height: calc(100% - 20px);
          border: 1px solid #000000;
          border-radius: 10px; }
          .home-layout-3 .halo-sidebar.halo-search-sidebar .halo-sidebar-wrapper::-webkit-scrollbar {
            display: none;
            /*Order*/ }
          .home-layout-3 .halo-sidebar.halo-search-sidebar .halo-sidebar-wrapper .halo-sidebar-search {
            padding: 1rem;
            position: absolute;
            left: 0;
            top: 0rem;
            margin-top: 0;
            width: 100%;
            z-index: 10;
            padding: 30px 17px 30px 17px; }
            .home-layout-3 .halo-sidebar.halo-search-sidebar .halo-sidebar-wrapper .halo-sidebar-search .form {
              border-bottom: 2px solid #000000; }
              .home-layout-3 .halo-sidebar.halo-search-sidebar .halo-sidebar-wrapper .halo-sidebar-search .form input {
                color: #000000; }
                .home-layout-3 .halo-sidebar.halo-search-sidebar .halo-sidebar-wrapper .halo-sidebar-search .form input:active, .home-layout-3 .halo-sidebar.halo-search-sidebar .halo-sidebar-wrapper .halo-sidebar-search .form input:focus, .home-layout-3 .halo-sidebar.halo-search-sidebar .halo-sidebar-wrapper .halo-sidebar-search .form input:focus-visible {
                  border-color: transparent !important;
                  outline-color: transparent !important; }
              .home-layout-3 .halo-sidebar.halo-search-sidebar .halo-sidebar-wrapper .halo-sidebar-search .form .button {
                background-color: #ffffff !important;
                color: #000000; }
                .home-layout-3 .halo-sidebar.halo-search-sidebar .halo-sidebar-wrapper .halo-sidebar-search .form .button svg {
                  fill: #000000 !important;
                  width: 25px;
                  height: 25px; }
            .home-layout-3 .halo-sidebar.halo-search-sidebar .halo-sidebar-wrapper .halo-sidebar-search .form-input {
              font-size: 17px;
              padding-right: 60px;
              padding-left: 0px;
              text-transform: initial; }
          .home-layout-3 .halo-sidebar.halo-search-sidebar .halo-sidebar-wrapper .halo-sidebar-content {
            margin-top: 7rem; }
        .home-layout-3 .halo-sidebar.halo-search-sidebar .quickResults-close {
          display: none; }
        .home-layout-3 .halo-sidebar.halo-search-sidebar .halo-sidebar-header {
          padding: 0; }
          .home-layout-3 .halo-sidebar.halo-search-sidebar .halo-sidebar-header .title {
            display: none; }
    .halo-sidebar.halo-leave-sidebar {
      max-width: 470px;
      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.3s ease;
  background-color: rgba(0, 0, 0, 0.6); }

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

.openQuickSearch {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }
  .openQuickSearch .halo-background {
    z-index: 101;
    opacity: 1;
    display: block;
    visibility: visible;
    pointer-events: auto; }
  @media (min-width: 1025px) {
    .openQuickSearch {
      padding-right: 10px; }
      .openQuickSearch .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; } }

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

.openBeforeYouLeave {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }
  .openBeforeYouLeave .halo-leave-sidebar {
    right: 0;
    transform: translate3d(0, 0, 0); }
  .openBeforeYouLeave .halo-background {
    z-index: 102;
    opacity: 1;
    display: block;
    visibility: visible; }
  @media (min-width: 1025px) {
    .openBeforeYouLeave {
      padding-right: 10px; } }

.login-form-sidebar .note {
  display: block;
  padding: 10px 0 1rem 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 .form-field {
  margin-bottom: 0; }
  .login-form-sidebar .form-field + .form-field {
    margin-top: 18px; }

.login-form-sidebar .form-actions {
  margin: 15px 0 0; }

.login-form-sidebar .forgot-password {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: black;
  line-height: 25px;
  padding: 16px 0 0 0;
  margin: 0 !important;
  text-decoration: unset;
  text-align: left; }
  .login-form-sidebar .forgot-password span {
    display: inline;
    background-image: linear-gradient(transparent 97%, #4d4d4d 3%);
    background-repeat: repeat-x;
    background-position-y: -3px;
    padding: 0 0 2px 0; }
    .home-layout-3 .login-form-sidebar .forgot-password span,
    .home-layout-4 .login-form-sidebar .forgot-password span {
      background-position-y: 0; }

.login-form-sidebar .create-account {
  margin: 28px 0 0 0 !important; }

.login-form-sidebar.is-loading:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url(../img/loading.svg);
  background-size: 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%;
    border-bottom: 1px solid #e6e6e6; }
    .account-dropdown-sidebar .account-item .account-action {
      display: block;
      width: 100%;
      color: black;
      font-size: 16px;
      font-weight: 400;
      padding: 0 35px 0 0;
      margin: 0;
      line-height: 45px;
      text-transform: capitalize;
      transition: all 0.3s ease; }
      .account-dropdown-sidebar .account-item .account-action:hover, .account-dropdown-sidebar .account-item .account-action:focus, .account-dropdown-sidebar .account-item .account-action:active {
        color: #e9162b; }
    .account-dropdown-sidebar .account-item .text {
      display: flex;
      align-items: center;
      color: inherit;
      font-size: inherit;
      font-weight: inherit;
      position: relative;
      transition: all 0.3s ease;
      padding: 0;
      white-space: nowrap; }
      .account-dropdown-sidebar .account-item .text > .icon {
        display: inline-block;
        vertical-align: middle;
        fill: #e9162b;
        stroke: #e9162b;
        margin: 0 10px 0 0;
        width: 18px;
        height: 18px; }
    .account-dropdown-sidebar .account-item:last-child {
      border-bottom: 0; }

.all-categories-list {
  list-style: none;
  margin: 0; }
  .all-categories-list a span {
    background-image: none; }
  .all-categories-list .navPages-item {
    line-height: 1;
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    float: none; }
    .all-categories-list .navPages-item a {
      font-size: 16px;
      letter-spacing: 0;
      text-transform: capitalize;
      color: black;
      z-index: 11;
      transition: unset;
      font-weight: 500;
      display: inline-block;
      border-bottom: none;
      margin-bottom: 0;
      padding: 8px 0; }
      .all-categories-list .navPages-item a span {
        color: black;
        padding: 0; }
      .all-categories-list .navPages-item a .text {
        padding: 0; }
      @media (min-width: 1025px) {
        .all-categories-list .navPages-item a:hover {
          color: black; }
          .all-categories-list .navPages-item a:hover span {
            color: black; } }
  .all-categories-list .navPage-subMenu-item {
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
    padding: 0 0 0 18px; }
    .all-categories-list .navPage-subMenu-item a {
      text-transform: capitalize; }
  .all-categories-list .navPages-level-2 .navPage-subMenu-item a span {
    font-weight: 400; }
  .all-categories-list .navPages-level-3 .navPage-subMenu-item {
    border: 0; }
    .all-categories-list .navPages-level-3 .navPage-subMenu-item a {
      color: black; }
      .all-categories-list .navPages-level-3 .navPage-subMenu-item a span {
        font-weight: 400; }
  .all-categories-list .dropdown-category-list {
    display: none;
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0; }
    .all-categories-list .dropdown-category-list a {
      font-size: 14px;
      line-height: 24px; }
  .all-categories-list .icon-dropdown {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: 40px;
    height: 40px;
    cursor: pointer; }
    .all-categories-list .icon-dropdown svg {
      height: 13px;
      width: 13px;
      fill: black;
      margin: 0; }
  .all-categories-list .is-clicked > a span {
    display: inline-block;
    background-image: linear-gradient(transparent 97%, #4c4c4c 3%);
    background-repeat: repeat-x;
    background-position-y: -10px;
    background-size: unset; }
  .all-categories-list .is-clicked > .icon-dropdown > svg {
    transform: rotate(-180deg); }

.products-list {
  display: block;
  margin: 0 0 33px 0;
  padding: 18px 0 0 0; }
  .products-list:before, .products-list:after {
    content: " ";
    display: table; }
  .products-list:after {
    clear: both; }
  .products-list .link {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.5;
    letter-spacing: 0;
    color: #e9162b;
    transition: unset; }
    .products-list .link span {
      padding: 0 0 1px 0;
      background-image: linear-gradient(transparent 97%, #e9162b 3%);
      background-repeat: repeat-x;
      background-position-y: 0px; }
  .products-list .slick-dots li {
    width: 40px;
    height: 40px; }
  .products-list .slick-dots button {
    border: 1px solid #959595;
    height: 10px;
    width: 10px; }
    .products-list .slick-dots button:before {
      height: 10px;
      width: 10px; }
  .products-list .slick-dots .slick-active button {
    background: black;
    border: 1px solid black; }
    .products-list .slick-dots .slick-active button:before {
      background: black; }
  @media (min-width: 1025px) {
    .products-list .link:hover {
      color: #e9162b; }
      .products-list .link:hover span {
        background-image: linear-gradient(transparent 97%, #e9162b 3%); } }

.advertisement-image {
  position: relative; }
  @media (min-width: 1025px) {
    .advertisement-image .image:hover:before {
      top: 0; } }

.other-content p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  color: black;
  margin: 0 0 25px 0;
  padding: 3px 0 0 0; }
  .other-content p:last-child {
    margin-bottom: 0; }

.halo-toolbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1.5rem 0; }
  .halo-toolbar .page-sidebar-mobile-wrapper {
    margin-bottom: 0; }
  @media (min-width: 320px) and (max-width: 1024px) {
    .has-stickyToolbar .halo-toolbar.sticky-down {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      padding: 10px;
      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; } }

.toolbar-wrapper {
  display: flex;
  justify-content: center;
  width: auto;
  text-align: right;
  padding: 0; }
  @media (min-width: 1025px) {
    .toolbar-wrapper {
      justify-content: right; } }
  .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: 16px;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-weight: 500;
      color: black;
      line-height: 25px;
      letter-spacing: 0;
      text-transform: uppercase;
      margin-right: 11px;
      margin-bottom: 0;
      padding: 0;
      line-height: 1;
      display: none; }
    .toolbar-wrapper .view-as-btn .form-group {
      display: flex;
      align-items: center;
      overflow: hidden; }
    .toolbar-wrapper .view-as-btn .btn-view {
      display: inline-block;
      background: #fff;
      font-size: 0;
      text-align: center;
      padding: 9px 5px;
      min-width: 50px;
      height: 50px;
      border: 1px solid #BEBEBE; }
      .toolbar-wrapper .view-as-btn .btn-view svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 24px;
        height: 24px;
        fill: #D4D4D4; }
      .toolbar-wrapper .view-as-btn .btn-view > .icon-view {
        width: 6px;
        height: 20px;
        padding-top: 7px;
        padding-bottom: 7px;
        display: inline-block;
        vertical-align: middle; }
        .toolbar-wrapper .view-as-btn .btn-view > .icon-view + .icon-view {
          margin-left: 1px; }
      .toolbar-wrapper .view-as-btn .btn-view .icon-bar {
        width: 6px;
        height: 6px;
        background: #d4d4d4;
        transition: all .15s ease; }
      .toolbar-wrapper .view-as-btn .btn-view.grid-view {
        border-right: none;
        border-radius: 5px 0 0 5px; }
        .toolbar-wrapper .view-as-btn .btn-view.grid-view .icon-bar {
          position: relative; }
          .toolbar-wrapper .view-as-btn .btn-view.grid-view .icon-bar:before, .toolbar-wrapper .view-as-btn .btn-view.grid-view .icon-bar:after {
            position: absolute;
            display: block;
            width: 6px;
            height: 6px;
            content: '';
            transition: all .15s ease;
            background: #d4d4d4; }
          .toolbar-wrapper .view-as-btn .btn-view.grid-view .icon-bar:before {
            top: -7px; }
          .toolbar-wrapper .view-as-btn .btn-view.grid-view .icon-bar:after {
            bottom: -7px; }
        .toolbar-wrapper .view-as-btn .btn-view.grid-view.current-view {
          background: #000;
          border-color: #000; }
          .toolbar-wrapper .view-as-btn .btn-view.grid-view.current-view .icon-bar {
            background: #fff; }
            .toolbar-wrapper .view-as-btn .btn-view.grid-view.current-view .icon-bar:before, .toolbar-wrapper .view-as-btn .btn-view.grid-view.current-view .icon-bar:after {
              background: #fff; }
      .toolbar-wrapper .view-as-btn .btn-view.list-view {
        margin-left: 0;
        padding: 15px 5px;
        border-radius: 0 5px 5px 0; }
        .toolbar-wrapper .view-as-btn .btn-view.list-view svg {
          width: 26px;
          height: 26px; }
        .toolbar-wrapper .view-as-btn .btn-view.list-view .icon-bar {
          width: 20px;
          margin: 0 auto; }
          .toolbar-wrapper .view-as-btn .btn-view.list-view .icon-bar + .icon-bar {
            margin: 1px auto 0; }
      .toolbar-wrapper .view-as-btn .btn-view.current-view {
        background: #000;
        border-color: #000; }
        .toolbar-wrapper .view-as-btn .btn-view.current-view svg {
          fill: #fff; }
        .toolbar-wrapper .view-as-btn .btn-view.current-view .icon-bar {
          background: #fff; }
  .toolbar-wrapper .actionBar {
    display: inline-block;
    vertical-align: top;
    margin: 0; }
    .toolbar-wrapper .actionBar .form-field {
      border: 0;
      margin-bottom: 0;
      display: flex;
      align-items: center; }
    .toolbar-wrapper .actionBar .form-label {
      vertical-align: middle;
      font-size: 16px;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-weight: 500;
      color: black;
      line-height: 25px;
      letter-spacing: 0;
      text-transform: capitalize;
      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 #d9d9d9;
      padding-left: 15px;
      color: black;
      border-radius: 0px;
      padding: 8px 15px 9px 15px;
      height: 50px;
      font-size: 16px;
      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 15px; }
    .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: 210px; }
    .toolbar-wrapper:not(.toolbar-mobile) .toolbar-item {
      width: 560px; }
      .toolbar-wrapper:not(.toolbar-mobile) .toolbar-item:first-child {
        width: calc(100% - 560px); } }
  @media (min-width: 1600px) {
    .toolbar-wrapper .actionBar .form-select {
      min-width: 180px; } }
  @media (min-width: 1800px) {
    .toolbar-wrapper .actionBar .form-select {
      min-width: 210px; } }

.halo-auth-popup {
  width: 100%;
  z-index: 11;
  padding: 0;
  text-align: left;
  white-space: normal;
  background-color: white;
  display: none; }
  @media (min-width: 1025px) {
    .halo-auth-popup {
      position: absolute;
      left: 50%;
      top: calc(100% + 10px);
      right: auto;
      width: 320px;
      transform: translateX(-50%);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      border-radius: 3px; }
      .halo-auth-popup.is-open {
        display: block; }
      .halo-auth-popup: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; }
      .halo-auth-popup: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; } }
  .halo-auth-popup:before {
    left: 140px;
    transform: unset; }
  .halo-auth-popup:after {
    left: 142px;
    transform: unset; }
  @media (min-width: 1600px) {
    .halo-auth-popup {
      left: -80px;
      transform: unset; }
      .halo-auth-popup:before {
        left: 150px;
        transform: unset; }
      .halo-auth-popup:after {
        left: 152px;
        transform: unset; } }

.login-form-popup .halo-popup-content {
  padding: 20px; }

.login-form-popup .form {
  margin: 0;
  position: relative;
  top: -2px; }
  .login-form-popup .form .form-label {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    color: black; }
    .login-form-popup .form .form-label em {
      display: none; }
  .login-form-popup .form .form-field {
    margin: 0; }
    .login-form-popup .form .form-field + .form-field {
      margin-top: 15px; }
  .login-form-popup .form .form-input {
    margin-bottom: 0;
    height: 46px; }
  .login-form-popup .form .form-actions {
    width: 100%;
    max-width: 100%;
    margin: 15px 0 0 0;
    text-align: center; }
  .login-form-popup .form .button {
    width: 100%;
    margin: 0; }
    .login-form-popup .form .button.create-account {
      background: black;
      border-color: black;
      color: white; }
  .login-form-popup .form .forgot-password {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    line-height: 25px;
    color: black;
    margin: 9px 0 19px 0;
    transition: unset; }

.login-form-popup.is-loading {
  z-index: 20; }
  .login-form-popup.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; }

@media (min-width: 1025px) {
  .login-form-popup .halo-popup-content {
    padding: 25px; }
  .login-form-popup .form .form-field + .form-field {
    margin-top: 19px; }
  .login-form-popup .form .forgot-password:hover {
    color: #e9162b;
    background-image: linear-gradient(transparent 97%, #e9162b 3%);
    background-repeat: repeat-x;
    background-position-y: -3px; }
    .home-layout-3 .login-form-popup .form .forgot-password:hover,
    .home-layout-4 .login-form-popup .form .forgot-password:hover {
      background-position-y: 0; } }

.account-popup .account-dropdown {
  list-style: none;
  margin: 0; }
  .account-popup .account-dropdown .account-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eeeef1; }
  .account-popup .account-dropdown .account-action {
    width: 100%;
    color: black;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 45px;
    text-transform: capitalize;
    transition: all 0.3s ease; }
  .account-popup .account-dropdown .text {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    position: relative;
    transition: all 0.3s ease;
    padding: 12px 20px 10px; }

@media (min-width: 1025px) {
  .account-popup .halo-popup-content {
    padding: 0 20px; }
  .account-popup .account-dropdown .account-item:last-child {
    border-bottom: 0; }
  .account-popup .account-dropdown .account-item:hover .text {
    color: #e9162b;
    background-image: linear-gradient(transparent 97%, #e9162b 3%);
    background-repeat: no-repeat;
    background-position-y: 0; }
  .account-popup .account-dropdown .text {
    display: inherit;
    padding: 0; } }

#halo-newsletter-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  overflow: visible;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1050;
  transition: all 0.3s ease; }
  .home-layout-4 #halo-newsletter-popup {
    background-color: rgba(0, 0, 0, 0); }
    @media (min-width: 551px) {
      .home-layout-4 #halo-newsletter-popup {
        max-width: 460px;
        max-height: 80vh;
        left: auto;
        right: 50px;
        top: auto;
        bottom: 30px; } }
  #halo-newsletter-popup .newsletter-popup-container {
    position: relative;
    width: auto;
    pointer-events: none;
    display: flex;
    align-items: center;
    max-width: calc(100% - 30px);
    min-height: calc(100% - (1.75rem * 2));
    margin: 0 auto; }
  #halo-newsletter-popup .newsletter-popup-inner {
    position: relative;
    text-align: left;
    padding: 0;
    height: auto;
    margin: 0 auto;
    max-height: 90vh;
    overflow-y: auto;
    width: 100%;
    max-width: 100%;
    pointer-events: auto;
    background-color: white;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
    #halo-newsletter-popup .newsletter-popup-inner .newsletter-term {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 16px; }
      #halo-newsletter-popup .newsletter-popup-inner .newsletter-term a {
        border-bottom: 1px solid;
        font-weight: 500; }
    .home-layout-4 #halo-newsletter-popup .newsletter-popup-inner {
      display: block;
      border-radius: 5px;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
      overflow-y: auto; }
  #halo-newsletter-popup [data-close-newsletter-popup] {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    padding: 0;
    line-height: 1;
    text-align: center;
    background: transparent; }
    .home-layout-4 #halo-newsletter-popup [data-close-newsletter-popup] {
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 5px;
      padding: 8px 10px; }
    #halo-newsletter-popup [data-close-newsletter-popup] svg {
      fill: black;
      width: 23px;
      height: 23px; }
      .home-layout-4 #halo-newsletter-popup [data-close-newsletter-popup] svg {
        fill: #ffffff;
        width: 10px;
        height: 10px; }
  #halo-newsletter-popup .newsletter-right {
    display: block;
    width: 100%;
    padding: 30px 15px;
    text-align: center; }
    #halo-newsletter-popup .newsletter-right:before, #halo-newsletter-popup .newsletter-right:after {
      content: " ";
      display: table; }
    #halo-newsletter-popup .newsletter-right:after {
      clear: both; }
    #halo-newsletter-popup .newsletter-right .socialLinks .socialLinks-item {
      margin-right: 13px; }
    #halo-newsletter-popup .newsletter-right .icon.icon--facebook svg {
      width: 20px;
      height: 18px; }
    #halo-newsletter-popup .newsletter-right .icon.icon--twitter svg {
      width: 20px;
      height: 18px; }
    #halo-newsletter-popup .newsletter-right .icon.icon--instagram svg {
      width: 20px;
      height: 18px; }
    #halo-newsletter-popup .newsletter-right .icon.icon--pinterest svg {
      width: 20px;
      height: 18px; }
    #halo-newsletter-popup .newsletter-right .icon.icon--youtube svg {
      width: 22px;
      height: 20px; }
    #halo-newsletter-popup .newsletter-right .icon.icon--snapchat svg {
      width: 20px;
      height: 18px; }
  #halo-newsletter-popup .newsletter-left {
    display: none; }
    .home-layout-4 #halo-newsletter-popup .newsletter-left {
      display: block; }
      .home-layout-4 #halo-newsletter-popup .newsletter-left img {
        width: 100%; }
  #halo-newsletter-popup .newsletter-heading {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: black;
    line-height: 1;
    margin: 0 0 20px 0;
    text-transform: uppercase; }
    #halo-newsletter-popup .newsletter-heading:after {
      content: "";
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translate(-50%);
      height: 2px;
      width: 50px;
      background-color: white; }
      .home-layout-4 #halo-newsletter-popup .newsletter-heading:after {
        display: none; }
  #halo-newsletter-popup .newsletter-message {
    display: block;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    color: black;
    line-height: 24px;
    padding: 0 10px; }
    #halo-newsletter-popup .newsletter-message span {
      display: block; }
  #halo-newsletter-popup #popupSubcribeForm {
    margin-top: 20px;
    margin-bottom: 20px; }
    #halo-newsletter-popup #popupSubcribeForm .form {
      margin: 0; }
    #halo-newsletter-popup #popupSubcribeForm .form-field {
      display: block;
      margin: 0; }
    #halo-newsletter-popup #popupSubcribeForm .form-input {
      width: 100%;
      max-width: 270px;
      text-align: center;
      margin: 0 auto 15px auto;
      border-color: #cccccc; }
      .home-layout-4 #halo-newsletter-popup #popupSubcribeForm .form-input {
        max-width: unset;
        border-radius: 5px;
        font-size: 18px;
        text-align: left;
        padding-left: 22px; }
      #halo-newsletter-popup #popupSubcribeForm .form-input::placeholder {
        color: #787878; }
    #halo-newsletter-popup #popupSubcribeForm input[type="submit"],
    #halo-newsletter-popup #popupSubcribeForm button[type="submit"] {
      display: block;
      width: 100%;
      max-width: 270px;
      margin: 0 auto; }
      .home-layout-4 #halo-newsletter-popup #popupSubcribeForm input[type="submit"], .home-layout-4
      #halo-newsletter-popup #popupSubcribeForm button[type="submit"] {
        max-width: unset;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 500; }
  #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: black; }
          #halo-newsletter-popup .form-show-again .form input:checked + label span {
            background-image: linear-gradient(transparent 97%, black 3%); }
          #halo-newsletter-popup .form-show-again .form input:checked + label:before {
            border-color: black;
            background: black; }
      #halo-newsletter-popup .form-show-again .form label {
        cursor: pointer;
        font-size: 16px;
        font-weight: 400;
        position: relative;
        line-height: 30px;
        color: #4d4d4d;
        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%, #4d4d4d 3%);
          background-repeat: repeat-x;
          background-position-y: -3px; }
          .home-layout-3 #halo-newsletter-popup .form-show-again .form label span,
          .home-layout-4 #halo-newsletter-popup .form-show-again .form label span {
            background-position-y: 0; }
        #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)); }
      .home-layout-4 #halo-newsletter-popup .newsletter-popup-container {
        border-radius: 5px;
        margin: 0;
        min-height: unset; }
    #halo-newsletter-popup .newsletter-right {
      padding: 30px; }
    #halo-newsletter-popup .newsletter-heading {
      font-size: 20px;
      margin: 0 0 20px 0; }
      .home-layout-4 #halo-newsletter-popup .newsletter-heading {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 7px 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-right {
      width: 50%;
      padding: 50px 30px; }
      .home-layout-4 #halo-newsletter-popup .newsletter-right {
        width: 100%; }
    #halo-newsletter-popup .newsletter-left {
      width: 50%;
      display: inline-block;
      position: relative;
      overflow: hidden; }
      .home-layout-4 #halo-newsletter-popup .newsletter-left {
        display: block;
        width: 100%; }
      #halo-newsletter-popup .newsletter-left img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
        #halo-newsletter-popup .newsletter-left img.lazyload, #halo-newsletter-popup .newsletter-left img.lazyloading {
          width: auto;
          height: auto;
          margin: 0 auto; } }
  @media (min-width: 1025px) {
    #halo-newsletter-popup .newsletter-popup-container {
      max-width: 870px; }
      .home-layout-4 #halo-newsletter-popup .newsletter-popup-container {
        max-width: 460px; }
    #halo-newsletter-popup .newsletter-popup-inner {
      overflow: visible; }
    #halo-newsletter-popup [data-close-newsletter-popup] {
      top: 0;
      right: -42px; }
      .home-layout-4 #halo-newsletter-popup [data-close-newsletter-popup] {
        top: 10px;
        right: 10px; }
      #halo-newsletter-popup [data-close-newsletter-popup] svg {
        fill: white; }
    #halo-newsletter-popup .newsletter-left:before {
      content: "";
      width: 100%;
      height: 100%;
      top: 100%;
      right: 0;
      left: auto;
      z-index: 2;
      transform: none;
      position: absolute;
      transition: all 0.3s ease;
      background-color: rgba(0, 0, 0, 0.25);
      background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.25) 100%); }
    #halo-newsletter-popup .newsletter-left:hover:before {
      top: 0; }
    #halo-newsletter-popup .newsletter-right {
      padding: 30px 70px 8px; }
      .home-layout-4 #halo-newsletter-popup .newsletter-right {
        padding: 26px 30px 8px; }
    #halo-newsletter-popup .newsletter-heading {
      margin: 0 0 30px 0; }
    #halo-newsletter-popup #popupSubcribeForm {
      margin-top: 26px;
      margin-bottom: 48px; }
      .home-layout-4 #halo-newsletter-popup #popupSubcribeForm {
        margin-bottom: 22px;
        margin-top: 21px; } }
  @media (min-width: 1025px) {
    #halo-newsletter-popup.halo-newsletter-popup-noImage .newsletter-popup-container {
      max-width: 700px; }
      .home-layout-4 #halo-newsletter-popup.halo-newsletter-popup-noImage .newsletter-popup-container {
        max-width: 460px; } }
  @media (min-width: 768px) {
    #halo-newsletter-popup.halo-newsletter-popup-noImage .newsletter-right {
      width: 100%; } }

#recently_bought_list {
  left: 30px;
  right: auto;
  bottom: 30px;
  position: fixed;
  z-index: 30;
  background: #fff;
  width: calc(100% - 30px);
  max-width: 436px;
  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: 1279px) {
    #recently_bought_list {
      left: 29.5px;
      bottom: 15px; } }
  @media (max-width: 480px) {
    #recently_bought_list {
      left: 14.5px;
      max-width: 100%; } }
  #recently_bought_list .halo-recently-bought [data-close-recently-bought] {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 3px;
    right: 10px;
    left: auto;
    text-align: center;
    text-decoration: none;
    z-index: 1; }
    #recently_bought_list .halo-recently-bought [data-close-recently-bought] svg {
      width: 15px;
      height: 15px;
      fill: black;
      stroke: white; }
  #recently_bought_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; }
    #recently_bought_list .recently-bought-inner .product-image {
      max-width: 67px;
      display: inline-block;
      position: relative;
      padding: 0; }
      .home-layout-3 #recently_bought_list .recently-bought-inner .product-image {
        max-width: 85px; }
    #recently_bought_list .recently-bought-inner .product-info {
      width: calc(100% - 67px);
      padding: 8px 25px 7px 10px;
      line-height: 20px; }
      .home-layout-3 #recently_bought_list .recently-bought-inner .product-info {
        width: calc(100% - 85px); }
        @media (min-width: 551px) {
          .home-layout-3 #recently_bought_list .recently-bought-inner .product-info {
            padding: 5px 35px 6px 15px; } }
      @media (min-width: 551px) {
        #recently_bought_list .recently-bought-inner .product-info {
          padding: 11px 35px 0 25px; } }
      #recently_bought_list .recently-bought-inner .product-info .text-wrap {
        display: inline-block;
        width: 100%;
        color: #585858;
        font-weight: 400;
        margin-bottom: 5px;
        line-height: 24px;
        letter-spacing: 0; }
        @media (min-width: 551px) {
          #recently_bought_list .recently-bought-inner .product-info .text-wrap {
            margin-bottom: 7px; } }
        #recently_bought_list .recently-bought-inner .product-info .text-wrap .text {
          margin-bottom: 2px;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 1;
          display: -webkit-box;
          -webkit-box-orient: vertical; }
      #recently_bought_list .recently-bought-inner .product-info .product-name {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        /* autoprefixer: off */ }
        #recently_bought_list .recently-bought-inner .product-info .product-name a {
          text-decoration: none;
          color: black;
          background-image: linear-gradient(transparent 95%, transparent 5%);
          background-repeat: repeat-x;
          background-position-y: -3px; }
          @media (min-width: 1025px) {
            #recently_bought_list .recently-bought-inner .product-info .product-name a:hover {
              background-image: linear-gradient(transparent 95%, #4c4c4c 5%);
              background-repeat: repeat-x;
              background-position-y: -3px; } }
          .home-layout-3 #recently_bought_list .recently-bought-inner .product-info .product-name a,
          .home-layout-4 #recently_bought_list .recently-bought-inner .product-info .product-name a {
            background-position-y: 0; }
            @media (min-width: 1025px) {
              .home-layout-3 #recently_bought_list .recently-bought-inner .product-info .product-name a:hover,
              .home-layout-4 #recently_bought_list .recently-bought-inner .product-info .product-name a:hover {
                background-position-y: 0; } }
      #recently_bought_list .recently-bought-inner .product-info .location-info {
        font-size: 14px;
        color: #585858;
        line-height: 20px;
        letter-spacing: 0.02em;
        margin-top: 3px; }
        @media (max-width: 767px) {
          #recently_bought_list .recently-bought-inner .product-info .location-info {
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 1;
            display: -webkit-box;
            -webkit-box-orient: vertical; } }

.backtoTop {
  cursor: pointer;
  height: 45px;
  transition: all 0.3s ease;
  font-size: 0; }
  .backtoTop .icon {
    font-size: 20px;
    width: 20px;
    height: 20px;
    fill: black;
    stroke: black;
    line-height: 20px;
    text-align: center;
    color: black; }
  .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 0.5s ease;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
  transition: 0.5s; }
  .wrap-icons div:hover svg {
    transform: scale(1.2); }
  .wrap-icons svg {
    width: 20px;
    height: 20px;
    position: relative; }
  .wrap-icons .text {
    display: none; }
  .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 0.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: black;
  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 0.5s ease, visibility 0.5s ease, all 0.5s ease; }
  .lst-seen-widget .in-content {
    padding: 15px 0 12px;
    transition: all 0.3s 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: #202020;
      line-height: 18px;
      margin-top: 0;
      text-transform: capitalize;
      font-family: "Montserrat", 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: 15px;
        opacity: 0.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: 16px;
        margin-top: 2px;
        margin-bottom: -3px; }
        .lst-seen-widget .in-content .product-info .card-title > a {
          color: #4d4d4d;
          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 {
          font-size: 0;
          display: inline-block; }
          .lst-seen-widget .in-content .product-info .card-price .price-section .price {
            font-size: 16px;
            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: #e9162b;
        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; }
        .home-layout-3 .lst-seen-widget .in-content .product-info .card-figcaption-link,
        .home-layout-4 .lst-seen-widget .in-content .product-info .card-figcaption-link, .home-layout-3
        .lst-seen-widget .in-content .product-info .card_out_of_stock,
        .home-layout-4
        .lst-seen-widget .in-content .product-info .card_out_of_stock {
          background-position-y: 0; }
      .lst-seen-widget .in-content .product-info .card_out_of_stock {
        color: black;
        background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 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(0, 0, 0, 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.75rem;
          width: 0.75rem;
          display: inline-block; }
        .lst-seen-widget .in-content .products-grid .slick-arrow.slick-prev {
          left: 0;
          top: -12px; }
          .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; }
          .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: black;
  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 0.5s ease, visibility 0.5s ease, all 0.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.3s 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: #202020;
      line-height: 18px;
      margin-top: 0;
      margin-bottom: 10px;
      text-transform: capitalize;
      font-family: "Montserrat", 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: black; }
          .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 0.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: #202020; }
    .lst-social-media .list-social .mail-newsletter .list-social__info {
      min-width: 140px; }

.before-you-leave {
  position: fixed;
  top: 0;
  right: -101%;
  bottom: 0;
  max-width: 470px;
  width: -webkit-calc(100% - 43px);
  width: -moz-calc(100% - 43px);
  width: -moz-calc(100% - 43px);
  width: calc(100% - 43px);
  background: #fff;
  transition: all 0.5s ease 0s;
  z-index: 999; }
  .openBeforeYouLeave .before-you-leave {
    right: 0;
    display: block; }
  .before-you-leave .btn-close {
    position: absolute;
    top: 19px;
    right: 30px; }
    .before-you-leave .btn-close:before, .before-you-leave .btn-close:after {
      background-color: black; }
    @media (max-width: 550px) {
      .before-you-leave .btn-close {
        left: -33px; }
        .before-you-leave .btn-close:before, .before-you-leave .btn-close:after {
          background-color: white; } }
  @media (min-width: 1025px) {
    .header-layout-2 .before-you-leave {
      top: 65px; } }
  .before-you-leave.show {
    right: 0; }
  .before-you-leave .before-you-leave-inner {
    height: 100%; }
  .before-you-leave .logo {
    text-align: center;
    padding: 18px 15px; }
    @media (min-width: 1025px) {
      .before-you-leave .logo {
        padding: 19px 30px 20px; } }
    .before-you-leave .logo img {
      max-height: 34px; }
  .before-you-leave .before-you-leave-banner .banner-inner {
    position: relative;
    min-height: 400px; }
    .before-you-leave .before-you-leave-banner .banner-inner .image-wrapper img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .before-you-leave .before-you-leave-banner .banner-inner .image-wrapper:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #1d2d1d;
      opacity: 0.5; }
  .before-you-leave .before-you-leave-banner .content {
    width: 100%;
    padding: 50px 20px;
    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;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
    text-align: center; }
    @media (min-width: 701px) {
      .before-you-leave .before-you-leave-banner .content {
        padding: 68px 30px 30px 30px; } }
    .before-you-leave .before-you-leave-banner .content .content-inner {
      width: 100%;
      padding: 0;
      margin-bottom: 20px; }
      @media (min-width: 701px) {
        .before-you-leave .before-you-leave-banner .content .content-inner {
          padding: 0 12%;
          margin-bottom: 25px; } }
      .before-you-leave .before-you-leave-banner .content .content-inner * {
        color: white;
        width: 100%; }
    .before-you-leave .before-you-leave-banner .content .title {
      font-size: 28px;
      font-weight: 700;
      text-transform: uppercase;
      margin-top: 17px;
      margin-bottom: 15px; }
    .before-you-leave .before-you-leave-banner .content .heading1 {
      margin-top: 0;
      margin-bottom: 23px;
      line-height: 40px;
      font-size: 24px;
      font-weight: 500; }
    .before-you-leave .before-you-leave-banner .content .heading2 {
      margin-top: 15px;
      margin-bottom: 20px;
      font-size: 24px;
      font-weight: 700; }
    .before-you-leave .before-you-leave-banner .content p {
      margin-bottom: 15px;
      line-height: 1.375rem; }
    .before-you-leave .before-you-leave-banner .content .desc1 {
      text-transform: uppercase;
      margin-bottom: 32px; }
    .before-you-leave .before-you-leave-banner .content .desc2 {
      line-height: 26px;
      margin-bottom: 13px; }
    .before-you-leave .before-you-leave-banner .content .button {
      width: 100%;
      margin-bottom: 0;
      text-transform: uppercase;
      font-weight: 600; }
    .before-you-leave .before-you-leave-banner .content.noImage {
      background-color: rgba(0, 0, 0, 0.5);
      position: relative;
      top: auto;
      left: auto;
      bottom: auto; }
  .before-you-leave .before-you-leave-tab .quickResults-close {
    display: none; }
  .before-you-leave .before-you-leave-tab .tabs-wrapper {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 20px;
    font-size: 0;
    max-height: 60px; }
    @media (min-width: 701px) {
      .before-you-leave .before-you-leave-tab .tabs-wrapper {
        padding: 0 30px; } }
  .before-you-leave .before-you-leave-tab .tabs {
    padding: 0;
    border: none;
    display: inline-block;
    margin-left: -9px;
    margin-right: -9px;
    transition: opacity 0.5s ease; }
    .before-you-leave .before-you-leave-tab .tabs:before {
      display: none; }
    .before-you-leave .before-you-leave-tab .tabs .tab {
      border: none;
      display: inline-block;
      padding: 0; }
      .before-you-leave .before-you-leave-tab .tabs .tab .tab-title {
        padding: 16px 9px;
        font-size: 16px;
        font-weight: 500;
        color: black;
        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;
        text-transform: capitalize;
        letter-spacing: 0; }
        .before-you-leave .before-you-leave-tab .tabs .tab .tab-title .count {
          width: 26px;
          height: 26px;
          line-height: 26px;
          background: #b2b2b2;
          color: white;
          text-align: center;
          display: inline-block;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          margin-left: 10px;
          font-weight: 400; }
      .before-you-leave .before-you-leave-tab .tabs .tab.is-active .tab-title {
        border-bottom: none; }
        .before-you-leave .before-you-leave-tab .tabs .tab.is-active .tab-title .count {
          background: black; }
      .before-you-leave .before-you-leave-tab .tabs .tab:before {
        display: none; }
  .before-you-leave .before-you-leave-tab.has-search-dropdown {
    position: relative;
    margin-bottom: 30px; }
    .before-you-leave .before-you-leave-tab.has-search-dropdown .tabs-contents {
      display: none; }
    .before-you-leave .before-you-leave-tab.has-search-dropdown + .back-to-store {
      display: none; }
  .before-you-leave .before-you-leave-tab .quickSearchResults {
    margin-top: 0; }
  .before-you-leave .before-you-leave-tab .before-you-leave-search {
    float: right;
    list-style: none;
    padding: 16px 0px; }
    .before-you-leave .before-you-leave-tab .before-you-leave-search .search-icon .icon-search {
      height: 1.1875rem;
      width: 1.1875rem;
      fill: #e9162b; }
    .before-you-leave .before-you-leave-tab .before-you-leave-search .search-icon .icon-close {
      display: none;
      font-size: 40px;
      width: 19px;
      height: 18px;
      line-height: 22px;
      color: #e9162b; }
    .before-you-leave .before-you-leave-tab .before-you-leave-search .search-icon.is-open .icon-search {
      display: none; }
    .before-you-leave .before-you-leave-tab .before-you-leave-search .search-icon.is-open .icon-close {
      display: block; }
    .before-you-leave .before-you-leave-tab .before-you-leave-search .search-icon.is-open + form {
      display: block; }
    .before-you-leave .before-you-leave-tab .before-you-leave-search .form {
      display: none;
      position: absolute;
      top: 0;
      left: 0px;
      width: calc(100% - 48px);
      z-index: 5;
      margin-bottom: 0; }
      @media (min-width: 1025px) {
        .before-you-leave .before-you-leave-tab .before-you-leave-search .form {
          width: calc(100% - 75px); } }
      .before-you-leave .before-you-leave-tab .before-you-leave-search .form .form-field {
        position: relative;
        margin-bottom: 0; }
        .before-you-leave .before-you-leave-tab .before-you-leave-search .form .form-field .form-input {
          border-color: #eaeaea;
          height: 57px;
          min-height: 57px;
          border-bottom: none;
          padding: 12px 50px 12px 20px; }
          @media (min-width: 1025px) {
            .before-you-leave .before-you-leave-tab .before-you-leave-search .form .form-field .form-input {
              padding: 12px 80px 12px 40px; } }
      .before-you-leave .before-you-leave-tab .before-you-leave-search .form button {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        padding: 0 15px; }
        @media (min-width: 1025px) {
          .before-you-leave .before-you-leave-tab .before-you-leave-search .form button {
            padding: 0 30px; } }
        .before-you-leave .before-you-leave-tab .before-you-leave-search .form button svg {
          fill: black;
          height: 1.1875rem;
          width: 1.1875rem; }
    .before-you-leave .before-you-leave-tab .before-you-leave-search .quickResults-wrapper .productGrid {
      overflow-y: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch; }
      .before-you-leave .before-you-leave-tab .before-you-leave-search .quickResults-wrapper .productGrid .product,
      .before-you-leave .before-you-leave-tab .before-you-leave-search .quickResults-wrapper .productGrid .product-sample {
        width: 320px; }
        .before-you-leave .before-you-leave-tab .before-you-leave-search .quickResults-wrapper .productGrid .product .card,
        .before-you-leave .before-you-leave-tab .before-you-leave-search .quickResults-wrapper .productGrid .product-sample .card {
          padding-bottom: 30px; }
    .before-you-leave .before-you-leave-tab .before-you-leave-search.is-open {
      padding: 20px 0; }
      .before-you-leave .before-you-leave-tab .before-you-leave-search.is-open .search-icon .icon.icon-search {
        display: none; }
      .before-you-leave .before-you-leave-tab .before-you-leave-search.is-open .search-icon .icon.icon-close {
        display: block; }
      .before-you-leave .before-you-leave-tab .before-you-leave-search.is-open .form {
        display: block; }
      .before-you-leave .before-you-leave-tab .before-you-leave-search.is-open .haloQuickSearchResults {
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        padding: 25px 20px;
        max-height: unset;
        min-height: 100vh;
        width: 100%; }
        @media (min-width: 1025px) {
          .before-you-leave .before-you-leave-tab .before-you-leave-search.is-open .haloQuickSearchResults {
            padding: 25px 40px; } }
  .before-you-leave .before-you-leave-tab .tabs-contents {
    padding: 20px 20px 15px;
    margin-bottom: 0;
    transition: opacity 0.5s ease; }
    @media (min-width: 701px) {
      .before-you-leave .before-you-leave-tab .tabs-contents {
        padding: 30px 30px 15px; } }
    .before-you-leave .before-you-leave-tab .tabs-contents .no-products {
      display: block;
      text-align: center;
      margin: 35px 0 0 0; }
      .before-you-leave .before-you-leave-tab .tabs-contents .no-products:before, .before-you-leave .before-you-leave-tab .tabs-contents .no-products:after {
        content: " ";
        display: table; }
      .before-you-leave .before-you-leave-tab .tabs-contents .no-products:after {
        clear: both; }
      .before-you-leave .before-you-leave-tab .tabs-contents .no-products .icon {
        width: 60px;
        height: 60px;
        opacity: 0.1;
        margin: 0 0 15px 0; }
      .before-you-leave .before-you-leave-tab .tabs-contents .no-products .text {
        font-size: 16px;
        font-weight: 400;
        color: #4d4d4d;
        line-height: 1.5;
        text-align: center;
        padding: 0;
        margin: 0; }
    .before-you-leave .before-you-leave-tab .tabs-contents .tab-content {
      padding-top: 0;
      padding-bottom: 0; }
    .before-you-leave .before-you-leave-tab .tabs-contents .productGrid {
      margin: 0 0 5px 0; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid:not(.slick-initialized) .productCarousel-slide:first-child .card {
        padding-top: 0; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid.slick-initialized .slick-slide > div:first-child .card {
        padding-top: 0; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid.slick-initialized .slick-slide > div:last-child .card {
        margin-bottom: 45px; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .productCarousel-slide {
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .product {
        padding: 0;
        width: 100%; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card {
        margin-bottom: 0;
        -ms-flex-direction: row;
        flex-direction: row;
        font-size: 0;
        padding: 25px 0; }
        .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-figure {
          width: 80px;
          display: inline-block;
          font-size: 16px;
          position: relative; }
          @media (min-width: 701px) {
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-figure {
              width: 100px; } }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-figure .product-badge {
            top: 12px;
            left: 12px; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-figure .card-img-container:after {
            content: none; }
        .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body {
          display: inline-block;
          width: calc(100% - 80px);
          vertical-align: top;
          padding-left: 20px;
          padding-top: 0;
          padding-right: 0;
          margin-top: -5px;
          position: relative;
          font-size: 16px;
          text-align: left; }
          @media (min-width: 701px) {
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body {
              padding-right: 40px;
              width: calc(100% - 100px); } }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-title {
            margin-bottom: 5px; }
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-title a {
              font-size: 16px; }
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-title .color-name {
              position: relative;
              right: auto;
              top: auto;
              max-width: 100%;
              display: inline-block;
              width: 100%;
              margin-top: 4px; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body [data-test-info-type="productRating"] {
            margin-bottom: 15px; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-price {
            margin-bottom: 15px;
            justify-content: left; }
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-price .price-section--saving {
              display: none !important; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card_optionImage .form-label {
            display: none; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card_optionImage [data-product-attribute="swatch"] {
            margin-bottom: -10px; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card_optionImage .form-option-swatch {
            width: 32px;
            height: 32px; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-action {
            position: relative;
            margin-left: 20px; }
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-action .text {
              background-image: linear-gradient(transparent 97%, #4c4c4c 3%);
              background-repeat: repeat-x;
              background-position-y: -3px;
              color: black; }
              .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-action .text:before, .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-action .text:after {
                content: "";
                position: absolute;
                display: block;
                line-height: 22px;
                background-color: black; }
              .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-action .text:before {
                top: 10px;
                right: calc(100% + 9px);
                width: 12px;
                height: 2px; }
              .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-action .text:after {
                top: 5px;
                right: calc(100% + 14px);
                width: 2px;
                height: 12px; }
              .home-layout-3 .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-action .text,
              .home-layout-4 .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-action .text {
                background-position-y: 0; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-option {
            min-height: auto; }
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-option .form-option-swatch,
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-option .showmore {
              padding: 0 0 20px; }
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-option .form-field {
              text-align: left; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow {
        bottom: -25px;
        top: auto;
        transition: all 0.3s ease; }
        .home-layout-3 .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow {
          bottom: -45px; }
          .home-layout-3 .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow:before {
            height: 25px;
            width: 25px; }
        .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow.slick-next {
          right: 0; }
          .home-layout-1 .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow.slick-next.slick-disabled:before,
          .home-layout-2 .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow.slick-next.slick-disabled:before {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23191919' stroke-width='4' stroke-linecap='inherit' stroke-linejoin='inherit' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
        .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow.slick-prev {
          left: 0; }
          .home-layout-1 .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow.slick-prev.slick-disabled:before,
          .home-layout-2 .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow.slick-prev.slick-disabled:before {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23191919' stroke-width='4' stroke-linecap='inherit' stroke-linejoin='inherit' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
        .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow.slick-disabled {
          opacity: 1;
          background: #f7f7f7;
          border: 1px solid #f7f7f7;
          pointer-events: none; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow.slick-disabled:before {
            opacity: 1; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-dots {
        bottom: 2px; }
        .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-dots li {
          margin-top: 5px; }
  .before-you-leave .before-you-leave-tab .is-hidden {
    opacity: 0;
    transition: opacity 0.5s ease; }
  .before-you-leave .before-you-leave-tab #history-products-list .no-products svg {
    width: 54px;
    height: 54px;
    fill: rgba(0, 0, 0, 0.1); }
  .before-you-leave .before-you-leave-tab #history-products-list .no-products .text {
    display: block;
    margin-top: 30px; }
  .before-you-leave .back-to-store {
    padding: 0 20px;
    margin-bottom: 50px; }
    @media (min-width: 701px) {
      .before-you-leave .back-to-store {
        padding: 0 30px; } }
    .before-you-leave .back-to-store .button {
      width: 100%;
      margin-top: 15px;
      padding: 0 20px;
      border-width: 1px; }
      @media (min-width: 1025px) {
        .before-you-leave .back-to-store .button:hover {
          color: black;
          border-color: black; } }

.halo-ask-an-expert .g-recaptcha {
  margin-top: 15px; }

.halo-ask-an-expert .hl-form-field-wrapper + .form-field {
  margin-top: 15px; }

.halo-ask-an-expert .modal-body {
  padding: 15px 30px 0 30px;
  margin: 12px auto 0 auto;
  max-width: 100%; }
  .halo-ask-an-expert .modal-body .halo-ask-an-expert-heading {
    font-size: 16px;
    font-weight: 600;
    color: black;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    margin: 0;
    text-transform: unset;
    padding: 4px 30px; }
  .halo-ask-an-expert .modal-body .halo-ask-an-expert-text {
    font-size: 16px;
    font-weight: 400;
    color: black;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    margin-bottom: 28px; }
  .halo-ask-an-expert .modal-body .halo-ask-an-expert-intro {
    font-size: 16px;
    font-weight: 400;
    color: black;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0; }
  .halo-ask-an-expert .modal-body .halo-line {
    display: block;
    width: 100%;
    max-width: 500px;
    height: 1px;
    background: #e6e6e6;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-size: 0px;
    margin-bottom: 20px; }
  .halo-ask-an-expert .modal-body #halo-ask-an-expert-results {
    margin-bottom: 22px; }

.halo-ask-an-expert .alertBox {
  font-size: 16px;
  margin: 20px 0 40px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }

.halo-ask-an-expert .alertBox-message {
  display: inherit;
  text-align: center; }

.halo-ask-an-expert .form-field {
  margin-bottom: 0; }
  .halo-ask-an-expert .form-field .hiddenLabels {
    display: none; }
  .halo-ask-an-expert .form-field + .form-field {
    margin-top: 15px; }
    .halo-ask-an-expert .form-field + .form-field.form-field-radio {
      margin-top: 22px;
      border-bottom: none;
      padding-bottom: 0; }
      @media (max-width: 767px) {
        .halo-ask-an-expert .form-field + .form-field.form-field-radio .form-label:first-child {
          display: block;
          margin-right: 0;
          margin-bottom: 16px; } }
  .halo-ask-an-expert .form-field + .form-field-textarea {
    margin-top: 13px; }
    .halo-ask-an-expert .form-field + .form-field-textarea .form-input {
      max-height: 136px;
      line-height: 26px; }
  .halo-ask-an-expert .form-field + .form-field-checkbox {
    margin-top: 21px; }
  .halo-ask-an-expert .form-field.form-field-radio .form-radio + .form-label {
    color: black; }

.halo-ask-an-expert .form-label {
  margin-bottom: 10px; }

.halo-ask-an-expert .form-input {
  font-style: normal;
  padding-left: 20px;
  padding-right: 20px; }

.halo-ask-an-expert .form-field-checkbox {
  position: relative; }
  .halo-ask-an-expert .form-field-checkbox input[type="checkbox"] {
    position: absolute;
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 0;
    border: 1px solid #d0d0d0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .halo-ask-an-expert .form-field-checkbox input[type="checkbox"] + .form-label {
      font-size: 16px;
      font-weight: 400;
      color: #4d4d4d;
      padding-left: 25px;
      margin-bottom: 0;
      position: relative; }
    .halo-ask-an-expert .form-field-checkbox input[type="checkbox"]:checked {
      background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 0, 0, 0.999)' /%3E%3C/svg%3E");
      background-size: contain;
      background-repeat: no-repeat; }
  .halo-ask-an-expert .form-field-checkbox .link {
    border-bottom: 1px solid #e9162b;
    color: #e9162b; }

.halo-ask-an-expert .form-field-radio {
  padding-top: 0; }

.halo-ask-an-expert .form-actions {
  text-align: center;
  margin-top: 25px; }
  .halo-ask-an-expert .form-actions .button {
    width: 100%;
    margin-bottom: 60px; }

@media (min-width: 992px) {
  .halo-ask-an-expert .modal-body {
    padding-left: 0;
    padding-right: 0; }
    .halo-ask-an-expert .modal-body > * {
      max-width: 500px;
      margin-left: auto !important;
      margin-right: auto !important; } }

#halo_sticky_addToCart {
  position: fixed;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  z-index: -1;
  padding: 0;
  text-align: center;
  background: white;
  transition: all 0.5s ease;
  border-bottom: 1px solid #ebebeb;
  box-shadow: 0 1px 6px 1px #e5e5e5;
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 550px) {
    #halo_sticky_addToCart {
      display: none; }
      #halo_sticky_addToCart.halo_sticky_addToCart_mb {
        display: block;
        top: auto;
        bottom: 0; } }
  @media (min-width: 701px) {
    #halo_sticky_addToCart {
      padding: 5px 0; } }
  @media (min-width: 992px) {
    #halo_sticky_addToCart {
      padding: 6px 0; } }
  #halo_sticky_addToCart > .container {
    position: unset; }
    #halo_sticky_addToCart > .container:before, #halo_sticky_addToCart > .container:after {
      content: none; }
    #halo_sticky_addToCart > .container .item-wrap {
      display: flex;
      position: static;
      align-items: center;
      justify-content: center;
      justify-content: space-between; }
    #halo_sticky_addToCart > .container .item {
      width: 100%;
      padding: 0 10px;
      display: inline-block; }
      @media (min-width: 992px) {
        #halo_sticky_addToCart > .container .item {
          padding: 0 15px; } }
      #halo_sticky_addToCart > .container .item:first-child {
        padding-left: 0;
        text-align: left; }
        @media (min-width: 1025px) {
          #halo_sticky_addToCart > .container .item:first-child {
            width: 45%;
            display: inline-block; } }
        @media (min-width: 1200px) {
          #halo_sticky_addToCart > .container .item:first-child {
            width: 40%; } }
        @media (min-width: 1400px) {
          #halo_sticky_addToCart > .container .item:first-child {
            width: 35%; } }
        @media (min-width: 1600px) {
          #halo_sticky_addToCart > .container .item:first-child {
            width: 30%; } }
        #halo_sticky_addToCart > .container .item:first-child .product-content {
          padding-left: 20px; }
        #halo_sticky_addToCart > .container .item:first-child .text {
          display: none; }
      #halo_sticky_addToCart > .container .item:last-child {
        padding-right: 10px;
        width: 60%; }
        @media (max-width: 550px) {
          #halo_sticky_addToCart > .container .item:last-child {
            width: 100%; } }
        @media (min-width: 768px) {
          #halo_sticky_addToCart > .container .item:last-child {
            width: 40%; } }
        @media (min-width: 1025px) {
          #halo_sticky_addToCart > .container .item:last-child {
            width: 35%;
            padding-right: 0; } }
        @media (min-width: 1200px) {
          #halo_sticky_addToCart > .container .item:last-child {
            width: 30%; } }
      #halo_sticky_addToCart > .container .item.product-info .productView-title {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        color: black;
        letter-spacing: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        overflow: hidden;
        position: relative;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis; }
      #halo_sticky_addToCart > .container .item.product-info .sticky-price {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        line-height: 1rem;
        display: inline-block; }
        #halo_sticky_addToCart > .container .item.product-info .sticky-price .price-section {
          margin-bottom: 0;
          font-size: 16px;
          font-weight: 600; }
          #halo_sticky_addToCart > .container .item.product-info .sticky-price .price-section.price-section--saving, #halo_sticky_addToCart > .container .item.product-info .sticky-price .price-section.rrp-price--withoutTax {
            display: none !important; }
          #halo_sticky_addToCart > .container .item.product-info .sticky-price .price-section.non-sale-price--withoutTax {
            font-weight: 400;
            margin: 0 10px 0 0; }
      @media (max-width: 550px) {
        #halo_sticky_addToCart > .container .item.product-info {
          display: none; } }
      #halo_sticky_addToCart > .container .item.count-down {
        display: none;
        width: 100%;
        padding-right: 30px; }
      #halo_sticky_addToCart > .container .item .productCountDown {
        margin: 0;
        text-align: center; }
        #halo_sticky_addToCart > .container .item .productCountDown .CountDownText {
          display: inline-block;
          padding-top: 2px;
          margin-right: 10px;
          background-position-y: -1px; }
        #halo_sticky_addToCart > .container .item .productCountDown .product-count-down {
          display: inline-block; }
      #halo_sticky_addToCart > .container .item .countDowntimer2 .clock-item {
        background: none;
        border: none;
        padding: 0;
        color: black;
        margin-bottom: 0;
        display: inline-block; }
      #halo_sticky_addToCart > .container .item.item-right {
        text-align: left; }
        @media (max-width: 550px) {
          #halo_sticky_addToCart > .container .item.item-right {
            padding: 0; } }
        @media (min-width: 768px) {
          #halo_sticky_addToCart > .container .item.item-right {
            text-align: right; } }
    @media (min-width: 1025px) {
      #halo_sticky_addToCart > .container {
        max-width: 1430px;
        padding-left: 30px;
        padding-right: 30px; } }
  #halo_sticky_addToCart .productView-countDown {
    display: none; }
    @media (min-width: 992px) {
      #halo_sticky_addToCart .productView-countDown {
        display: inline-block;
        margin-right: 5px; }
        #halo_sticky_addToCart .productView-countDown > .countDownDate {
          box-shadow: none;
          border: none; }
        #halo_sticky_addToCart .productView-countDown .block-time {
          width: 55px;
          height: 55px;
          font-size: 16px;
          line-height: 24px;
          font-weight: 600;
          text-align: center;
          display: inline-block;
          vertical-align: middle;
          border-radius: 50%;
          padding: 10px 0 11px 0;
          margin: 0 5px 5px 5px;
          position: relative; }
          #halo_sticky_addToCart .productView-countDown .block-time:after {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            content: "";
            display: block;
            opacity: 0.6;
            position: absolute;
            border-radius: 50%;
            border: 1px solid #ebebeb; }
          #halo_sticky_addToCart .productView-countDown .block-time:first-child {
            margin-left: 0; }
          #halo_sticky_addToCart .productView-countDown .block-time:last-child {
            margin-right: 0; }
        #halo_sticky_addToCart .productView-countDown .num {
          font-size: 16px;
          line-height: 1; }
        #halo_sticky_addToCart .productView-countDown .block-label {
          font-size: 16px;
          margin: 0;
          text-transform: capitalize; } }
  #halo_sticky_addToCart .product-wrapper {
    display: table;
    text-align: left; }
    #halo_sticky_addToCart .product-wrapper > .product-image {
      display: table-cell;
      vertical-align: middle;
      width: 60px; }
    #halo_sticky_addToCart .product-wrapper > .product-content {
      display: table-cell;
      vertical-align: middle;
      padding-left: 10px; }
    #halo_sticky_addToCart .product-wrapper .productView-price {
      font-size: 16px;
      margin-bottom: 0; }
      #halo_sticky_addToCart .product-wrapper .productView-price .price-section {
        font-size: 16px; }
  #halo_sticky_addToCart .productView-actions {
    margin: 0;
    padding: 0;
    min-width: 330px; }
    @media (max-width: 800px) {
      #halo_sticky_addToCart .productView-actions {
        min-width: 220px; } }
    @media (max-width: 550px) {
      #halo_sticky_addToCart .productView-actions {
        min-width: 100%;
        background-color: white;
        border-top: 1px solid #ebebeb;
        box-shadow: 0 1px 6px 1px #e5e5e5; } }
  #halo_sticky_addToCart .form-field--increments {
    margin: 0 !important;
    font-size: 0;
    padding-right: 10px;
    display: none; }
    @media (min-width: 992px) {
      #halo_sticky_addToCart .form-field--increments {
        display: inline-block; } }
    #halo_sticky_addToCart .form-field--increments .form-increment {
      height: 50px; }
      #halo_sticky_addToCart .form-field--increments .form-increment .button[data-action="inc"] {
        top: 0; }
      #halo_sticky_addToCart .form-field--increments .form-increment .button[data-action="dec"] {
        bottom: 0; }
    #halo_sticky_addToCart .form-field--increments .form-label {
      display: none; }
  #halo_sticky_addToCart .form-action {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: inline-block;
    height: 50px; }
    #halo_sticky_addToCart .form-action input {
      margin-bottom: 0;
      width: 100%; }
    #halo_sticky_addToCart .form-action .button {
      width: 100%;
      min-width: 100%;
      margin: 0;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      opacity: 1;
      visibility: visible;
      z-index: 5;
      padding: 0 10px;
      text-transform: none;
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      letter-spacing: 0;
      text-transform: unset; }
      @media (min-width: 1025px) {
        #halo_sticky_addToCart .form-action .button {
          top: 0; } }
      #halo_sticky_addToCart .form-action .button.is-active {
        opacity: 0;
        visibility: hidden; }
    @media (max-width: 550px) {
      #halo_sticky_addToCart .form-action {
        height: 70px;
        margin: 10px; } }
    @media (min-width: 701px) {
      #halo_sticky_addToCart .form-action {
        max-width: 215px; }
        #halo_sticky_addToCart .form-action .button {
          min-width: 215px; } }
  #halo_sticky_addToCart .show_select_options {
    color: black;
    border: 1px solid #d9d9d9;
    background-color: rgba(0, 0, 255, 0);
    min-width: 209px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 3px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: "Poppins", Arial, Helvetica, sans-serif; }
  #halo_sticky_addToCart .form {
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    height: 50px; }
    #halo_sticky_addToCart .form .pop-up-option {
      left: 0;
      right: 0;
      top: auto;
      bottom: calc(100% + 20px);
      width: 100%;
      z-index: 1;
      position: absolute;
      text-align: left;
      background: white;
      opacity: 0;
      overflow: visible;
      visibility: hidden;
      transition: all 0.5s ease;
      box-shadow: 0 0 0 black, 0 -2px 6px rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid #e5e5e5;
      border-top: 1px solid #e5e5e5;
      padding: 10px; }
      #halo_sticky_addToCart .form .pop-up-option .modal-close span:not(.aria-description--hidden) {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612 612' id='icon-close' style='&%2310; fill: %23232323;&%2310;'%3E%3Cpolygon points='612,36.004 576.521,0.603 306,270.608 35.478,0.603 0,36.004 270.522,306.011 0,575.997 35.478,611.397 306,341.411 576.521,611.397 612,575.997 341.459,306.011 '/%3E%3C/svg%3E");
        width: 17px;
        height: 17px; }
      @media (min-width: 551px) {
        #halo_sticky_addToCart .form .pop-up-option {
          padding: 30px 10px 20px;
          top: auto;
          bottom: 100%; } }
      @media (min-width: 1025px) {
        #halo_sticky_addToCart .form .pop-up-option {
          padding: 35px 0px 15px 0px; } }
      @media (max-width: 550px) {
        #halo_sticky_addToCart .form .pop-up-option {
          top: unset;
          bottom: -500px;
          visibility: visible;
          opacity: 1; }
          #halo_sticky_addToCart .form .pop-up-option.is-open {
            bottom: calc(100% + 20px); } }
      #halo_sticky_addToCart .form .pop-up-option.is-open {
        visibility: visible;
        opacity: 1; }
      #halo_sticky_addToCart .form .pop-up-option > .container {
        position: relative; }
        @media (min-width: 1025px) {
          #halo_sticky_addToCart .form .pop-up-option > .container {
            max-width: 1430px;
            padding-left: 30px;
            padding-right: 30px; } }
      #halo_sticky_addToCart .form .pop-up-option .modal-close {
        top: 15px;
        right: 0;
        transform: translateY(-50%); }
        @media (min-width: 551px) {
          #halo_sticky_addToCart .form .pop-up-option .modal-close {
            top: 0; } }
        @media (min-width: 1025px) {
          #halo_sticky_addToCart .form .pop-up-option .modal-close {
            right: 30px; } }
      #halo_sticky_addToCart .form .pop-up-option .data-product-name {
        display: block;
        padding-top: 0;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f8f8f8; }
        @media (min-width: 701px) {
          #halo_sticky_addToCart .form .pop-up-option .data-product-name {
            display: none; } }
        #halo_sticky_addToCart .form .pop-up-option .data-product-name .productView-title {
          margin-bottom: 0;
          font-size: 16px;
          font-weight: 400;
          line-height: 26px;
          color: black;
          letter-spacing: 0;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          overflow: hidden;
          position: relative;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          text-overflow: ellipsis;
          width: calc(100% - 30px); }
        #halo_sticky_addToCart .form .pop-up-option .data-product-name .productView-price {
          display: inline-block;
          height: auto;
          line-height: unset; }
        #halo_sticky_addToCart .form .pop-up-option .data-product-name .productView-price .price-section {
          font-size: 15px; }
      #halo_sticky_addToCart .form .pop-up-option .data-product-option {
        font-size: 0;
        display: block;
        width: calc(100% + 10px);
        padding-right: 10px;
        max-height: 300px;
        overflow-y: auto; }
        #halo_sticky_addToCart .form .pop-up-option .data-product-option .form-option-expanded {
          display: none; }
        @media (min-width: 701px) {
          #halo_sticky_addToCart .form .pop-up-option .data-product-option {
            position: relative; } }
        #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field {
          width: 100%; }
          #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field:nth-child(even) {
            padding-left: 0;
            border-left: none; }
          #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field:nth-child(odd) {
            padding-right: 0; }
          #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field[data-product-attribute="set-select"] .form-select {
            max-width: 100%; }
          #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field > .form-label--alternate {
            display: block;
            padding-bottom: 10px; }
        @media (min-width: 551px) {
          #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field {
            width: 49%; }
            #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field:nth-child(even) {
              padding-left: 15px; }
            #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field:nth-child(odd) {
              padding-right: 15px; } }
        @media (min-width: 768px) {
          #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field[data-product-attribute="set-select"] .form-select {
            max-width: 50%; } }
        @media (min-width: 1024px) {
          #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field:nth-child(even) {
            padding-left: 25px; }
          #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field:nth-child(odd) {
            padding-right: 25px; } }
      #halo_sticky_addToCart .form .pop-up-option .form-field {
        width: 100%;
        font-size: 16px;
        margin: 0 0 15px 0;
        display: block;
        vertical-align: top;
        position: relative; }
        @media (min-width: 992px) {
          #halo_sticky_addToCart .form .pop-up-option .form-field {
            font-size: 16px;
            margin: 0 0 20px 0;
            display: inline-block;
            vertical-align: top;
            width: auto; }
            #halo_sticky_addToCart .form .pop-up-option .form-field + [data-product-attribute="set-select"] {
              white-space: nowrap; }
            #halo_sticky_addToCart .form .pop-up-option .form-field:nth-child(even) {
              padding-left: 35px;
              border-left: 1px solid #e5e5e5; }
            #halo_sticky_addToCart .form .pop-up-option .form-field:nth-child(odd) {
              padding-right: 25px; } }
        #halo_sticky_addToCart .form .pop-up-option .form-field .form-label {
          display: inline-block;
          margin-bottom: 0;
          font-family: "Montserrat", Arial, Helvetica, sans-serif;
          font-size: 16px; }
          @media (max-width: 551px) {
            #halo_sticky_addToCart .form .pop-up-option .form-field .form-label {
              display: block;
              padding-bottom: 10px; } }
          @media (min-width: 701px) {
            #halo_sticky_addToCart .form .pop-up-option .form-field .form-label {
              display: inline-block;
              vertical-align: middle; } }
          #halo_sticky_addToCart .form .pop-up-option .form-field .form-label > small {
            float: none;
            color: #f1152f;
            margin: 0 15px 0 0;
            line-height: inherit; }
        #halo_sticky_addToCart .form .pop-up-option .form-field > .form-checkbox + .form-label {
          display: inline;
          width: auto; }
        #halo_sticky_addToCart .form .pop-up-option .form-field[data-product-attribute] .form-option {
          display: inline-block;
          vertical-align: middle;
          margin-bottom: 10px; }
        #halo_sticky_addToCart .form .pop-up-option .form-field .form-select {
          max-width: 530px; }
      #halo_sticky_addToCart .form .pop-up-option .close {
        font-size: 16px;
        color: white;
        position: absolute;
        right: 15px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: 50%;
        transform: translateY(-50%);
        opacity: 1;
        background: #fff;
        filter: alpha(opacity=100);
        text-align: center;
        font-weight: 600;
        z-index: 10;
        background-color: #7f7f7f;
        border-radius: 5px; }
    #halo_sticky_addToCart .form .alertBox--error {
      -ms-flex-pack: start;
      justify-content: flex-start; }

.show_sticky#halo_sticky_addToCart {
  z-index: 102;
  opacity: 1;
  visibility: visible; }

.background-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  display: none;
  visibility: hidden;
  transition: all 0.5s ease;
  background-color: rgba(0, 0, 0, 0.6); }

.openPopupOption #recently_bought_list {
  z-index: 1; }

@media (max-width: 550px) {
  .openPopupOption {
    overflow: hidden;
    -webkit-overflow-scrolling: auto; }
    .openPopupOption .header,
    .openPopupOption .recently-viewed-products-sidebar {
      z-index: 1; }
    .openPopupOption #halo_sticky_addToCart .background-overlay {
      z-index: 101;
      opacity: 1;
      display: block;
      visibility: visible; }
    .openPopupOption #halo_sticky_addToCart .pop-up-option,
    .openPopupOption #halo_sticky_addToCart .productView-actions {
      z-index: 102; } }

.halo-quickShop {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  padding: 0;
  margin: 0; }
  .halo-quickShop-header {
    display: block;
    position: relative;
    background-color: #faf8f6;
    padding: 10px 20px 10px 20px; }
  .halo-quickShop-title {
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 25px;
    color: black;
    text-transform: uppercase;
    margin: 0; }
  .halo-quickShop-close {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    line-height: 1; }
    .halo-quickShop-close svg {
      width: 16px;
      height: 16px;
      fill: #b9b8b7; }
  .halo-quickShop-content {
    display: block;
    padding: 20px;
    max-height: 300px;
    overflow: auto;
    width: 100%;
    margin-bottom: 1px; }
    .halo-quickShop-content .productView-options {
      margin-bottom: 0; }
    .halo-quickShop-content .productView-actions {
      display: block;
      padding-right: 0; }
      .halo-quickShop-content .productView-actions .form-field--increments {
        margin-right: 0 !important; }
      .halo-quickShop-content .productView-actions .form-action {
        margin-top: 15px;
        width: 100%; }
    .halo-quickShop-content .halo-productOptions [data-product-attribute="set-select"] .form-select {
      max-width: 100%; }
  @media (min-width: 768px) {
    .halo-quickShop-header {
      padding-left: 35px;
      padding-right: 35px; }
    .halo-quickShop-close {
      right: 15px; }
    .halo-quickShop-content {
      padding-left: 35px;
      padding-right: 35px;
      max-height: 350px; } }

.container-bundle-products {
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 20px; }
  @media (min-width: 1600px) {
    .container-bundle-products {
      padding-top: 45px;
      padding-bottom: 35px; } }

.halo-bundle-products {
  padding-top: 0;
  padding-bottom: 30px;
  margin: 20px 0;
  z-index: 20; }
  .halo-bundle-products .halo-block-header .title {
    font-size: 20px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: black;
    letter-spacing: 0;
    margin: 0;
    padding: 0 0 12px 0;
    position: relative;
    text-transform: capitalize;
    text-align: left; }
    @media (max-width: 1024px) {
      .halo-bundle-products .halo-block-header .title {
        text-align: center; } }
  .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-wrapper {
      background-color: white;
      padding: 10px; }
    .halo-bundle-products .halo-product-item .halo-product-image {
      display: block;
      position: relative; }
      .halo-bundle-products .halo-product-item .halo-product-image:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        opacity: 0.4;
        z-index: 1; }
    .halo-bundle-products .halo-product-item .halo-product-image2 {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      text-align: center;
      opacity: 0;
      backface-visibility: hidden;
      transform: translate(-50%, -50%);
      transition: opacity 0.8s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18) 0s; }
      .halo-bundle-products .halo-product-item .halo-product-image2 img {
        display: inline-block;
        vertical-align: top;
        max-height: 100%;
        width: 100%;
        transition: opacity 0.8s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18) 0s; }
    .halo-bundle-products .halo-product-item.halo-product-itemFirst .halo-product-link {
      pointer-events: none; }
    .halo-bundle-products .halo-product-item.isChecked .halo-product-image:after {
      display: none; }
    .halo-bundle-products .halo-product-item.isChecked .halo-detail-field {
      opacity: 1; }
    @media (min-width: 1025px) {
      .halo-bundle-products .halo-product-item {
        padding: 0 15px; }
        .halo-bundle-products .halo-product-item .halo-product-wrapper {
          padding: 15px; } }
  .halo-bundle-products .halo-product-link {
    display: block;
    position: relative;
    overflow: hidden; }
  .halo-bundle-products .halo-product-container {
    display: block;
    position: relative; }
    .halo-bundle-products .halo-product-container:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 100%; }
    .halo-bundle-products .halo-product-container > img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      opacity: 1;
      backface-visibility: visible;
      border: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      margin-top: 0;
      margin-bottom: 0;
      transition: opacity 0.8s ease; }
  .halo-bundle-products .halo-product-content {
    display: block;
    padding: 14px 0 0 0;
    text-align: left;
    position: relative; }
  .halo-bundle-products .halo-product-total {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    padding: 15px 0 0 0;
    display: block;
    text-align: center; }
    .halo-bundle-products .halo-product-total .total-price {
      display: block;
      font-size: 16px;
      font-weight: 400;
      color: black;
      letter-spacing: 0;
      line-height: 1.5;
      margin: 0 0 16px 0; }
    .halo-bundle-products .halo-product-total .text {
      display: inline-block;
      margin-bottom: 6px; }
      .halo-bundle-products .halo-product-total .text span {
        background-image: linear-gradient(transparent 96%, #a5a5a5 4%);
        background-repeat: repeat-x;
        background-position-y: -2px; }
    .halo-bundle-products .halo-product-total .price {
      font-weight: 600;
      font-size: 18px;
      letter-spacing: 0;
      margin: 0 0 0 5px; }
    .halo-bundle-products .halo-product-total .button {
      width: 100%;
      text-transform: uppercase;
      max-width: 100%; }
  .halo-bundle-products .icon-plus {
    position: absolute;
    top: 50%;
    left: -24px;
    z-index: 10;
    display: none;
    vertical-align: top;
    width: 20px;
    height: 20px;
    transform: translateY(-50%); }
    .halo-bundle-products .icon-plus:before, .halo-bundle-products .icon-plus:after {
      content: "";
      position: absolute;
      top: 50%;
      background-color: #d2d2d2; }
    .halo-bundle-products .icon-plus:before {
      width: 20px;
      height: 2px;
      left: 100%;
      transform: translate3D(-100%, -50%, 0) rotate(0); }
    .halo-bundle-products .icon-plus:after {
      width: 2px;
      height: 20px;
      left: 9px;
      right: 8px;
      transform: translate3D(0, -50%, 0) rotate(0); }
    @media (max-width: 1024px) {
      .halo-bundle-products .icon-plus {
        left: -30px; } }
  .halo-bundle-products .halo-detail-field {
    opacity: 0.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: 18px;
      height: 18px;
      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='%23ffffff' 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: 7px;
      left: 3px;
      width: 12px;
      height: 12px; }
  .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: #000000 !important;
    background: #000000 !important; }
  .halo-bundle-products .halo-detail-name {
    font-size: 16px;
    font-weight: 400;
    color: black;
    letter-spacing: 0;
    line-height: 24px;
    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 {
    display: none;
    position: absolute;
    text-align: left;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    z-index: 101;
    width: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease; }
    @media (min-width: 551px) {
      .halo-bundle-products .halo-detail-options {
        top: -50%; } }
    .halo-bundle-products .halo-detail-options .halo-option-header {
      display: block;
      position: relative;
      background-color: #fafafa;
      padding: 10px 20px 10px 20px; }
    .halo-bundle-products .halo-detail-options .halo-option-title {
      display: block;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 25px;
      color: black;
      text-transform: capitalize;
      margin: 0; }
    .halo-bundle-products .halo-detail-options .halo-option-close {
      position: absolute;
      top: 50%;
      right: 30px;
      transform: translateY(-50%);
      line-height: 1; }
      .halo-bundle-products .halo-detail-options .halo-option-close svg {
        width: 16px;
        height: 16px;
        fill: black; }
    .halo-bundle-products .halo-detail-options .halo-option-content {
      display: block;
      padding: 20px;
      max-height: 300px;
      overflow: auto; }
      @media (max-width: 375px) {
        .halo-bundle-products .halo-detail-options .halo-option-content {
          max-height: 200px; } }
    .halo-bundle-products .halo-detail-options .alertBox-message {
      display: block;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 24px;
      color: #e9162b;
      margin: 5px 0 0 0; }
    .halo-bundle-products .halo-detail-options .productView-optionsStock {
      display: block;
      font-size: 16px;
      font-weight: 400;
      font-style: italic;
      letter-spacing: 0;
      line-height: 24px;
      color: #e9162b;
      margin: 5px 0 0 0; }
    .halo-bundle-products .halo-detail-options .form-field {
      font-size: 0;
      margin: 0;
      padding: 0; }
      .halo-bundle-products .halo-detail-options .form-field > .form-label {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0;
        color: black;
        margin: 0 0 12px 0; }
        .halo-bundle-products .halo-detail-options .form-field > .form-label small {
          color: #f1152f;
          line-height: inherit;
          margin: 0 0 0 3px;
          float: none; }
        .halo-bundle-products .halo-detail-options .form-field > .form-label [data-option-value] {
          font-size: 16px;
          font-weight: 400;
          line-height: 24px;
          letter-spacing: 0;
          color: black;
          text-transform: capitalize;
          margin: 0 0 0 8px; }
      .halo-bundle-products .halo-detail-options .form-field + .form-field {
        margin-top: 20px; }
    .halo-bundle-products .halo-detail-options.is-open {
      display: block; }
  .halo-bundle-products .halo-toggle-options {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
    padding: 0;
    height: 45px;
    line-height: 43px;
    width: 100%;
    max-width: 100%; }
  .halo-bundle-products .hasOptions--selected .halo-toggle-options {
    border-color: white;
    background-color: #e9162b; }
    .home-layout-4 .halo-bundle-products .hasOptions--selected .halo-toggle-options {
      color: black; }
  .halo-bundle-products .slick-arrow {
    top: 38%; }
    .halo-bundle-products .slick-arrow.slick-prev {
      left: -5px; }
    .halo-bundle-products .slick-arrow.slick-next {
      right: -5px; }
  .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 black;
        background-color: transparent;
        transition: all 0.3s ease; }
        .halo-bundle-products .slick-dots li button:before {
          display: none; }
      .halo-bundle-products .slick-dots li:only-child {
        display: none; }
      .halo-bundle-products .slick-dots li.slick-active button {
        opacity: 1;
        border-color: black;
        background-color: black; }
  .halo-bundle-products .slick-slide + .slick-active .halo-detail-options {
    left: 15px;
    transform: translateY(-50%); }
    @media (min-width: 551px) {
      .halo-bundle-products .slick-slide + .slick-active .halo-detail-options {
        left: 50px; } }
  .halo-bundle-products .slick-active {
    position: relative; }
    .halo-bundle-products .slick-active + .slick-active .icon-plus {
      display: inline-block; }
    .halo-bundle-products .slick-active:first-of-type .halo-detail-options {
      left: 15px;
      transform: translateY(-50%); }
      @media (min-width: 551px) {
        .halo-bundle-products .slick-active:first-of-type .halo-detail-options {
          left: 50px; } }
    .halo-bundle-products .slick-active:last-of-type .halo-detail-options {
      left: auto;
      right: 15px;
      transform: translateY(-50%); }
      @media (min-width: 551px) {
        .halo-bundle-products .slick-active:last-of-type .halo-detail-options {
          right: 50px; } }
    .halo-bundle-products .slick-active + .slick-slide .halo-detail-options {
      left: auto;
      right: 15px;
      transform: translateY(-50%); }
      @media (min-width: 551px) {
        .halo-bundle-products .slick-active + .slick-slide .halo-detail-options {
          right: 50px; } }
  .halo-bundle-products.halo-block-disable .loadingOverlay {
    display: block;
    background: transparent; }
  @media (min-width: 375px) {
    .halo-bundle-products .halo-detail-options {
      width: 320px; } }
  @media (min-width: 768px) {
    .halo-bundle-products {
      padding-top: 0;
      padding-bottom: 45px;
      margin-top: 0; }
      .halo-bundle-products .halo-detail-options {
        width: 470px; }
        .halo-bundle-products .halo-detail-options .halo-option-header {
          padding-left: 35px;
          padding-right: 35px; }
        .halo-bundle-products .halo-detail-options .halo-option-close {
          right: 35px; }
        .halo-bundle-products .halo-detail-options .halo-option-content {
          padding-left: 35px;
          padding-right: 35px;
          max-height: 350px; } }
  @media (min-width: 1025px) {
    .halo-bundle-products {
      margin-bottom: 0; }
      .halo-bundle-products .container {
        z-index: 5;
        max-width: 1230px;
        padding-left: 30px;
        padding-right: 30px; }
      .halo-bundle-products .bundle-products-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .halo-bundle-products .bundle-product-left {
        width: calc(100% - 280px); }
      .halo-bundle-products .bundle-product-right {
        width: 250px;
        margin-top: 0; }
      .halo-bundle-products .halo-product-list {
        padding-left: 0;
        padding-right: 0;
        margin-left: -15px;
        margin-right: -15px; }
      .halo-bundle-products .halo-product-item {
        padding-left: 15px;
        padding-right: 15px; }
        .halo-bundle-products .halo-product-item .halo-product-imageSwap:hover .halo-product-container > img {
          opacity: 0;
          backface-visibility: hidden; }
        .halo-bundle-products .halo-product-item .halo-product-imageSwap:hover .halo-product-image2 {
          opacity: 1;
          backface-visibility: visible; }
          .halo-bundle-products .halo-product-item .halo-product-imageSwap:hover .halo-product-image2 img {
            transform: scale(1.09); }
        .halo-bundle-products .halo-product-item.halo-product-itemFirst .halo-product-image:before {
          display: none; }
      .halo-bundle-products .halo-product-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: all 0.3s ease; }
      .halo-bundle-products .halo-product-total {
        padding-top: 0;
        max-width: 100%; }
      .halo-bundle-products .icon-plus {
        left: -40px; } }
  @media (min-width: 1600px) {
    .halo-bundle-products {
      margin: 0 auto; }
      .halo-bundle-products .halo-product-list {
        padding-left: 0;
        padding-right: 0; } }

.halo-google-map {
  margin-top: 0; }

.page-contact .page-header {
  padding-left: 0; }
  .page-contact .page-header .page-heading {
    text-align: left; }

.page-contact .page-content {
  padding: 28px 0 0; }

.page-contact .halo-contact-form #contact-us-page > p {
  padding-right: 30px; }

.page-contact .halo-contact-form p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
  margin: 0 0 5px 0; }
  .page-contact .halo-contact-form p a {
    color: #e9162b; }
    .page-contact .halo-contact-form p a span {
      background-image: linear-gradient(transparent 97%, #e9162b 3%);
      background-repeat: repeat-x;
      background-position-y: -3px; }
      .home-layout-3 .page-contact .halo-contact-form p a span,
      .home-layout-4 .page-contact .halo-contact-form p a span {
        background-position-y: 0; }
  .page-contact .halo-contact-form p + p {
    margin-top: 26px; }

.page-contact .halo-contact-info {
  margin: 50px 0 0 0; }
  .page-contact .halo-contact-info .title {
    color: black;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6; }
  .page-contact .halo-contact-info .content {
    padding-bottom: 15px;
    margin-bottom: 22px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
    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: black; }
      .page-contact .halo-contact-info .content a span {
        background-image: linear-gradient(currentColor, currentColor);
        background-position: 0 88%;
        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 [data-contact-form] {
  margin: 0;
  padding: 28px 0 0 0; }
  .page-contact [data-contact-form] .form-row {
    margin: 0; }
    .page-contact [data-contact-form] .form-row + .form-field {
      margin-bottom: 15px; }
  .page-contact [data-contact-form] .form-field {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    width: 100%;
    margin: 0 0 20px 0;
    float: none; }
  .page-contact [data-contact-form] .form-label {
    margin-bottom: 6px; }
    .page-contact [data-contact-form] .form-label small {
      font-size: 16px; }
  .page-contact [data-contact-form] .form-input {
    margin-bottom: 0; }
  .page-contact [data-contact-form] textarea {
    min-height: 186px;
    line-height: 26px; }
  .page-contact [data-contact-form] .form-actions {
    display: block;
    margin: 20px 0 0 0;
    text-align: center; }
    .page-contact [data-contact-form] .form-actions .button {
      display: block;
      width: 100%;
      text-transform: uppercase; }

@media (min-width: 768px) {
  .page-contact .page-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .page-contact .halo-contact-form {
    width: 60%; }
  .page-contact .halo-contact-info {
    width: 40%;
    margin-top: 0;
    padding: 0 0 0 40px; }
  .page-contact [data-contact-form] .form-actions {
    margin-top: 5px;
    text-align: left; }
    .page-contact [data-contact-form] .form-actions .button {
      display: inline-block;
      vertical-align: top;
      max-width: 236px !important; } }

@media (min-width: 1025px) {
  .page-contact .halo-contact-form {
    width: 615px; }
    .page-contact .halo-contact-form p a:hover {
      color: #e9162b; }
      .page-contact .halo-contact-form p a:hover span {
        background-image: linear-gradient(transparent 97%, #e9162b 3%);
        background-repeat: repeat-x;
        background-position-y: -3px; }
        .home-layout-3 .page-contact .halo-contact-form p a:hover span,
        .home-layout-4 .page-contact .halo-contact-form p a:hover span {
          background-position-y: 0; }
  .page-contact .halo-contact-info {
    padding: 0 0 0 50px;
    width: calc(100% - 615px); }
    .page-contact .halo-contact-info .sample .button {
      max-width: 235px; } }

@media (min-width: 1400px) {
  .page-contact .halo-contact-info {
    padding-left: 10%; } }

@media (min-width: 1920px) {
  .page-contact .halo-contact-info {
    padding-left: calc(25% + 2px); } }

.haloFaqs-header .page-heading {
  position: relative;
  z-index: 2; }

.haloFaqs-header__des {
  max-width: 570px;
  width: 100%; }
  .haloFaqs-header__des p {
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 40px; }
  .haloFaqs-header__des a {
    color: #e9162b;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    background-image: linear-gradient(transparent 97%, #e9162b 3%);
    background-repeat: repeat-x;
    background-position-y: -3px; }
    .home-layout-3 .haloFaqs-header__des a,
    .home-layout-4 .haloFaqs-header__des a {
      background-position-y: 0; }
  @media (max-width: 1024px) {
    .haloFaqs-header__des {
      padding: 0 15px; }
      .haloFaqs-header__des + .page-sidebar-content {
        padding: 0 15px 0; }
        .haloFaqs-header__des + .page-sidebar-content .faq-contact {
          padding: 0; } }

.page--faqs {
  margin-top: 10px; }
  @media (min-width: 768px) {
    .page--faqs {
      margin-top: 35px; } }

.halo-faqs-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: black;
  margin: 0;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 3px solid #e9162b; }

.halo-faqs-sidebar {
  width: 290px;
  padding-left: 0;
  padding-right: 0;
  background-color: white; }
  @media (min-width: 1025px) {
    .halo-faqs-sidebar .page-sidebar-content {
      -webkit-box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.1); } }
  .halo-faqs-sidebar .faq-contact {
    display: block;
    padding: 30px 30px 38px 30px; }
    .halo-faqs-sidebar .faq-contact .halo-faqs-title {
      border-bottom: 1px solid #d9d9d9; }
  .halo-faqs-sidebar .faq-title {
    margin-bottom: 26px;
    text-align: center; }
  .halo-faqs-sidebar .faqs-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between; }
    .halo-faqs-sidebar .faqs-group .faqs-group-item {
      width: 50%;
      text-align: center; }
    .halo-faqs-sidebar .faqs-group a {
      text-decoration: none;
      transition: unset; }
      .halo-faqs-sidebar .faqs-group a .icon {
        display: block;
        margin: 0 auto 5px auto;
        width: 28px;
        height: 28px;
        fill: #e9162b; }
      .halo-faqs-sidebar .faqs-group a .text {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: black;
        text-transform: capitalize;
        padding: 0 0 1px 0; }
  .halo-faqs-sidebar + .halo-faqs-content {
    width: calc(100% - 290px);
    padding-left: 70px;
    padding-right: 0; }

.halo-faqs-content .faqs-paragraph {
  display: block; }
  .halo-faqs-content .faqs-paragraph + .faqs-paragraph {
    margin-top: 35px; }

.halo-faqs-content .card {
  margin-bottom: 0;
  border-bottom: 1px solid #e6e6e6; }

.halo-faqs-content .card-header {
  position: relative;
  background-color: transparent;
  padding: 0;
  margin: 0; }
  .halo-faqs-content .card-header:before, .halo-faqs-content .card-header:after {
    content: " ";
    display: table; }
  .halo-faqs-content .card-header:after {
    clear: both; }

.halo-faqs-content .card-body {
  padding: 13px 0 15px 0;
  line-height: 28px;
  text-align: left; }
  .halo-faqs-content .card-body h4 {
    font-weight: 600;
    font-size: 16px;
    margin-top: 28px;
    margin-bottom: 8px; }
  .halo-faqs-content .card-body ul {
    margin-bottom: 32px; }
  .halo-faqs-content .card-body strong {
    font-weight: 500; }
  .halo-faqs-content .card-body .number {
    margin-top: 27px;
    margin-bottom: 0; }
  .halo-faqs-content .card-body .bold {
    font-weight: 600; }

.halo-faqs-content .title {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0;
  color: black;
  text-transform: unset;
  text-align: left;
  padding: 15px 55px 17px 0;
  background: white;
  transition: all 0.3s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .halo-faqs-content .title span {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0 90%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .5s; }
  .halo-faqs-content .title:before {
    content: "Question";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 21px;
    line-height: 21px;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    background-color: #e13f3f;
    border-radius: 0;
    color: white;
    padding: 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 13px 0 0;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .halo-faqs-content .title.collapsed {
    position: relative;
    padding-left: 80px;
    color: #e9162b; }
    .halo-faqs-content .title.collapsed span {
      background-size: 100% 1px; }
    .halo-faqs-content .title.collapsed:before {
      width: 66px; }
    .halo-faqs-content .title.collapsed + .icon-plus:before {
      transform: translateY(-50%) rotate(90deg); }

.halo-faqs-content .icon-plus {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  z-index: 2;
  pointer-events: none;
  transform: translateY(-50%);
  background: transparent; }
  .halo-faqs-content .icon-plus:before, .halo-faqs-content .icon-plus:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 2;
    transform: translate(50%, -50%);
    background: #464646;
    transition: all 0.3s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .halo-faqs-content .icon-plus:before {
    width: 2px;
    height: 16px; }
  .halo-faqs-content .icon-plus:after {
    width: 16px;
    height: 2px; }

.halo-faqs-content .collapse {
  position: relative;
  display: none; }

.halo-faqs-content .faq-content {
  padding: 45px 0 0 0;
  text-align: center; }
  .halo-faqs-content .faq-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: black;
    margin: 0; }
  .halo-faqs-content .faq-content .button {
    margin: 15px 0 0 0; }

@media (min-width: 551px) {
  .halo-faqs-content .faq-content {
    text-align: right; }
    .halo-faqs-content .faq-content .button {
      margin: 15px 0 0 23px;
      min-width: 255px; } }

@media (min-width: 768px) {
  .halo-faqs-content .faq-content .button {
    margin-top: 0; } }

@media (min-width: 1025px) {
  .halo-faqs-title {
    padding-bottom: 17px; }
  .halo-faqs-sidebar {
    position: sticky;
    top: 90px; }
    .halo-faqs-sidebar .faqs-group a {
      text-decoration: none; }
      .halo-faqs-sidebar .faqs-group a:hover .icon {
        fill: #e9162b; }
      .halo-faqs-sidebar .faqs-group a:hover .text {
        color: #e9162b;
        background-image: linear-gradient(transparent 97%, #e9162b 3%);
        background-repeat: repeat-x;
        background-position-y: -3px; }
        .home-layout-3 .halo-faqs-sidebar .faqs-group a:hover .text,
        .home-layout-4 .halo-faqs-sidebar .faqs-group a:hover .text {
          background-position-y: 0; }
  .halo-faqs-content {
    padding-top: 1px; }
    .halo-faqs-content .faq-content .button {
      margin-top: 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) {
  .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; } }

.lookbook-top {
  position: relative; }

#halo-lookbook-slider {
  padding: 50px 0; }
  #halo-lookbook-slider .halo-special-logo {
    position: relative;
    margin: 0 0 30px 0;
    text-align: center;
    padding: 0 15px; }
    #halo-lookbook-slider .halo-special-logo img {
      width: 100%; }
      #halo-lookbook-slider .halo-special-logo img.lazyload, #halo-lookbook-slider .halo-special-logo img.lazyloading {
        width: auto;
        height: auto;
        margin: auto;
        object-fit: contain; }
    #halo-lookbook-slider .halo-special-logo:before {
      content: "";
      position: absolute;
      top: -65px;
      left: 50%;
      width: 1px;
      height: 40px;
      background-color: black;
      z-index: 1; }
  .page-normal #halo-lookbook-slider {
    padding-top: 0;
    padding-bottom: 0; }
  #halo-lookbook-slider .slick-arrow {
    transform: translate(0, -100%); }
  @media (min-width: 551px) {
    #halo-lookbook-slider {
      padding-top: 90px;
      padding-bottom: 55px; }
      #halo-lookbook-slider .halo-special-logo {
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        z-index: 2;
        width: 100%;
        max-width: calc(100% - 100px); }
        #halo-lookbook-slider .halo-special-logo:before {
          top: -86px; } }
  @media (min-width: 768px) {
    #halo-lookbook-slider {
      padding-top: 185px; }
      #halo-lookbook-slider .halo-special-logo {
        top: -80px; } }
  @media (min-width: 1025px) {
    #halo-lookbook-slider {
      padding-top: 235px; }
      #halo-lookbook-slider .halo-special-logo {
        width: 100%;
        max-width: 1050px;
        top: -125px; }
        #halo-lookbook-slider .halo-special-logo:before {
          height: 65px;
          top: -106px; } }

.halo-lookbook-slider {
  display: block; }
  .halo-lookbook-slider-slide {
    position: relative; }
  .halo-lookbook-slider-imageWrapper {
    position: relative; }
    .halo-lookbook-slider-imageWrapper:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background-color: rgba(90, 75, 68, 0.1); }
  .halo-lookbook-slider-image {
    text-align: center; }
    .halo-lookbook-slider-image img {
      display: none; }
      .halo-lookbook-slider-image img.lazyload, .halo-lookbook-slider-image img.lazyloading {
        width: auto;
        height: auto;
        margin: auto;
        object-fit: contain; }
      .halo-lookbook-slider-image img.image-mobile {
        display: block; }
        .halo-lookbook-slider-image img.image-mobile.lazyload, .halo-lookbook-slider-image img.image-mobile.lazyloading {
          width: auto;
          height: auto;
          margin: auto;
          object-fit: contain; }
    .page-blog .halo-lookbook-slider-image {
      width: 100%; }
      .page-blog .halo-lookbook-slider-image img {
        display: block; }
    .page-normal .halo-lookbook-slider-image {
      width: 100%; }
      .page-normal .halo-lookbook-slider-image img {
        display: block; }
  .halo-lookbook-slider-content {
    display: block;
    width: 100%;
    max-width: calc(100% - 100px);
    text-align: center;
    padding: 50px 0 0 0;
    margin: 0 auto;
    white-space: normal;
    background-color: rgba(0, 0, 255, 0); }
    .halo-lookbook-slider-content .subtitle {
      display: block;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 40px;
      text-transform: uppercase;
      color: #4d4d4d;
      margin: 0 0 11px 0; }
    .halo-lookbook-slider-content .title {
      font-size: 30px;
      font-weight: 400;
      line-height: 1.2;
      letter-spacing: 0;
      text-transform: uppercase;
      color: black;
      margin: 0 0 24px 0; }
    .halo-lookbook-slider-content .desc {
      display: block;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 1.5;
      color: #4d4d4d;
      margin: 0 0 30px 0; }
    .halo-lookbook-slider-content .button {
      text-transform: uppercase; }
  .halo-lookbook-slider-point {
    display: block;
    position: absolute;
    z-index: 5;
    pointer-events: auto; }
    .page-blog .halo-lookbook-slider-point {
      display: block; }
    .page-normal .halo-lookbook-slider-point {
      display: block; }
  .halo-lookbook-slider-icon {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    color: white;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    background-color: black;
    padding: 0 8px; }
    .halo-lookbook-slider-icon:before, .halo-lookbook-slider-icon:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      border-radius: 50%;
      opacity: .3;
      background-color: black; }
    .halo-lookbook-slider-icon:before {
      animation: zoom-animation 1.4s ease-in-out infinite; }
    .halo-lookbook-slider-icon:after {
      animation: zoom-animation-2 1.4s ease-in-out infinite; }
  .halo-lookbook-slider-info {
    display: block;
    padding: 15px 0; }
  .halo-lookbook-slider-text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 25px;
    color: black;
    text-align: center; }
  .halo-lookbook-slider .slick-slide .halo-lookbook-slider-content .subtitle {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown; }
  .halo-lookbook-slider .slick-slide .halo-lookbook-slider-content .title {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown; }
  .halo-lookbook-slider .slick-slide .halo-lookbook-slider-content .desc {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown; }
  .halo-lookbook-slider .slick-slide .halo-lookbook-slider-content .button {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown; }
  .halo-lookbook-slider .slick-current .halo-lookbook-slider-content .subtitle {
    visibility: visible;
    animation-delay: 50ms;
    animation-name: fadeInUp; }
  .halo-lookbook-slider .slick-current .halo-lookbook-slider-content .title {
    visibility: visible;
    animation-delay: 100ms;
    animation-name: fadeInUp; }
  .halo-lookbook-slider .slick-current .halo-lookbook-slider-content .desc {
    visibility: visible;
    animation-delay: 150ms;
    animation-name: fadeInUp; }
  .halo-lookbook-slider .slick-current .halo-lookbook-slider-content .button {
    visibility: visible;
    animation-delay: 200ms;
    animation-name: fadeInUp; }
  .halo-lookbook-slider .slick-dots {
    position: absolute;
    top: calc((100% - 320px)/2);
    left: auto;
    right: 15px;
    bottom: auto;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    width: auto; }
    .halo-lookbook-slider .slick-dots li {
      display: block;
      width: auto;
      height: auto;
      padding: 0;
      text-align: right; }
      .halo-lookbook-slider .slick-dots li button {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 40px;
        color: black;
        border: 0;
        border-radius: 0;
        width: auto;
        height: auto;
        position: relative;
        transition: all 0.3s ease;
        border-bottom: 1px solid transparent; }
        .halo-lookbook-slider .slick-dots li button:before {
          content: '0';
          display: inline;
          position: relative;
          top: unset;
          left: unset;
          right: unset;
          bottom: unset;
          background: unset;
          border: 0;
          border-radius: 0;
          width: auto;
          height: auto;
          font-size: 16px;
          font-weight: 400;
          letter-spacing: 0;
          line-height: 40px;
          color: black;
          line-height: inherit;
          opacity: 1; }
        .halo-lookbook-slider .slick-dots li button:after {
          display: none; }
      .halo-lookbook-slider .slick-dots li.slick-active button {
        border-color: black; }
    .page-blog .halo-lookbook-slider .slick-dots {
      top: auto;
      bottom: -50px;
      width: 100%;
      left: 0;
      right: auto;
      transform: unset;
      text-align: center; }
      .page-blog .halo-lookbook-slider .slick-dots li {
        display: inline-block;
        vertical-align: middle;
        line-height: 1; }
        .page-blog .halo-lookbook-slider .slick-dots li button {
          font-size: 0;
          padding-right: 0 !important;
          width: 8px;
          height: 8px;
          opacity: 1;
          border: 1px solid black;
          border-radius: 50%;
          background-color: transparent;
          transition: all 0.3s ease; }
          .page-blog .halo-lookbook-slider .slick-dots li button:before {
            display: none; }
          .page-blog .halo-lookbook-slider .slick-dots li button:after {
            display: none; }
        .page-blog .halo-lookbook-slider .slick-dots li.slick-active button {
          opacity: 1;
          border-color: black;
          background-color: black; }
    .page-normal .halo-lookbook-slider .slick-dots {
      top: auto;
      bottom: -50px;
      width: 100%;
      left: 0;
      right: auto;
      transform: unset;
      text-align: center; }
      .page-normal .halo-lookbook-slider .slick-dots li {
        display: inline-block;
        vertical-align: middle;
        line-height: 1; }
        .page-normal .halo-lookbook-slider .slick-dots li button {
          font-size: 0;
          padding-right: 0 !important;
          width: 8px;
          height: 8px;
          opacity: 1;
          border: 1px solid black;
          border-radius: 50%;
          background-color: transparent;
          transition: all 0.3s ease; }
          .page-normal .halo-lookbook-slider .slick-dots li button:before {
            display: none; }
          .page-normal .halo-lookbook-slider .slick-dots li button:after {
            display: none; }
        .page-normal .halo-lookbook-slider .slick-dots li.slick-active button {
          opacity: 1;
          border-color: black;
          background-color: black; }
  .halo-lookbook-slider:not(.slick-initialized) {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    letter-spacing: 0; }
    .halo-lookbook-slider:not(.slick-initialized) > .halo-lookbook-slider-slide {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      overflow: hidden; }
      .halo-lookbook-slider:not(.slick-initialized) > .halo-lookbook-slider-slide:not(:first-child) {
        opacity: 0;
        visibility: hidden; }
  .halo-lookbook-slider.slick-initialized {
    margin-bottom: 0; }
  @media (min-width: 321px) {
    .halo-lookbook-slider-content .title {
      font-size: 40px; } }
  @media (min-width: 375px) {
    .page-blog .halo-lookbook-slider-slide {
      padding-left: 8px;
      padding-right: 8px; }
    page-blog .halo-lookbook-slider:not(.slick-initialized) > .halo-lookbook-slider-slide {
      width: 50%;
      opacity: 1;
      visibility: visible; }
    .page-blog .halo-lookbook-slider {
      margin-left: -8px;
      margin-right: -8px;
      width: auto; } }
  @media (min-width: 551px) {
    .halo-lookbook-slider-image img {
      display: block; }
      .halo-lookbook-slider-image img.image-mobile {
        display: none; }
    .halo-lookbook-slider-content {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      z-index: 3;
      transform: translateY(-50%);
      padding: 15px; }
      .halo-lookbook-slider-content .subtitle {
        color: white; }
      .halo-lookbook-slider-content .title {
        color: white; }
      .halo-lookbook-slider-content .desc {
        color: white; }
    .halo-lookbook-slider .slick-dots {
      top: 50%; }
      .halo-lookbook-slider .slick-dots li button {
        border: 0; }
        .halo-lookbook-slider .slick-dots li button:after {
          content: "";
          display: block;
          position: absolute;
          top: 20px;
          left: auto;
          right: 0;
          width: 0;
          height: 1px;
          z-index: 1;
          opacity: 1;
          visibility: visible;
          border: 0;
          border-radius: 0;
          line-height: unset;
          font-size: 0;
          font-weight: unset;
          background-color: black;
          transition: all 0.3s ease; }
      .halo-lookbook-slider .slick-dots li.slick-active button {
        padding-right: 45px; }
        .halo-lookbook-slider .slick-dots li.slick-active button:after {
          width: 36px; }
    page-blog .halo-lookbook-slider:not(.slick-initialized) > .halo-lookbook-slider-slide {
      width: 33.3333333%;
      opacity: 1;
      visibility: visible; } }
  @media (min-width: 768px) {
    .halo-lookbook-slider-content {
      right: auto;
      text-align: left;
      max-width: 520px; }
    .halo-lookbook-slider-info {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .halo-lookbook-slider-text {
      text-align: left; } }
  @media (min-width: 1025px) {
    .page-blog .halo-lookbook-slider-slide {
      padding-left: 15px;
      padding-right: 15px; }
    .halo-lookbook-slider-parallax {
      height: 870px;
      background-size: cover;
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-position: center; }
      .halo-lookbook-slider-parallax .halo-lookbook-slider-image {
        opacity: 0;
        visibility: hidden; }
    .page-blog .halo-lookbook-slider-image {
      position: relative;
      z-index: 2; }
      .page-blog .halo-lookbook-slider-image:before {
        content: "";
        width: 100%;
        height: 100%;
        top: 100%;
        right: 0;
        left: auto;
        z-index: 2;
        transform: none;
        position: absolute;
        transition: all 0.3s ease;
        background-color: rgba(0, 0, 0, 0.25);
        background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.25) 100%); }
      .page-blog .halo-lookbook-slider-image:hover:before {
        top: 0; }
    .halo-lookbook-slider-content {
      left: 30px;
      right: auto;
      padding: 0 70px;
      transform: translateY(-50%);
      text-align: left; }
      .halo-lookbook-slider-content .title {
        font-size: 60px; }
    .halo-lookbook-slider .slick-dots {
      right: 30px; }
      .halo-lookbook-slider .slick-dots li:hover button {
        padding-right: 45px; }
        .halo-lookbook-slider .slick-dots li:hover button:after {
          width: 36px; }
      .page-blog .halo-lookbook-slider .slick-dots li button {
        width: 10px;
        height: 10px; }
    .page-blog .halo-lookbook-slider {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (min-width: 1600px) {
    .halo-lookbook-slider-content {
      left: calc((100% - 1470px)/2); }
    .halo-lookbook-slider .slick-dots {
      right: calc((100% - 1570px)/ 2); } }
  @media (min-width: 1920px) {
    .halo-lookbook-slider-content {
      left: calc((100% - 1570px)/2); }
    .halo-lookbook-slider .slick-dots {
      right: calc((100% - 1770px)/ 2); } }

.halo-lookbook-share {
  position: absolute;
  top: auto;
  bottom: 90px;
  right: 0;
  margin-top: 0; }
  .halo-lookbook-share .shareLinkSocial__social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    position: relative;
    right: -5px; }
    .halo-lookbook-share .shareLinkSocial__social > p {
      margin-right: 18px;
      margin-bottom: 0;
      color: #4d4d4d; }

@media (max-width: 991px) {
  .halo-lookbook-share {
    position: static;
    margin-top: 40px; }
    .halo-lookbook-share .shareLinkSocial__social {
      justify-content: center; } }

.halo-lookbook-content .halo-lookbook-button {
  text-align: center;
  border-top: 1px solid #e6e6e6;
  padding: 70px 0 0 0;
  margin: 0; }
  .halo-lookbook-content .halo-lookbook-button .button {
    text-transform: uppercase;
    min-width: 237px;
    border-color: black; }
    .halo-lookbook-content .halo-lookbook-button .button:hover {
      border-color: black; }
  @media (min-width: 1025px) {
    .halo-lookbook-content .halo-lookbook-button {
      padding-top: 35px;
      margin-bottom: 0; } }

.haloLookbook-header {
  margin-bottom: 32px; }

.halo-lookbook-content {
  padding: 0; }

.halo-lookbook-popup {
  display: none;
  position: relative; }
  .halo-lookbook-popup.is-open {
    display: block;
    position: absolute;
    z-index: 21; }

.halo-lookbook-close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  z-index: 10;
  background: white !important;
  width: 30px !important;
  height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 30px !important;
  padding: 5px; }
  .halo-lookbook-close svg {
    fill: black;
    width: 100%;
    height: 100%; }

@media (min-width: 551px) {
  .halo-lookbook-close {
    right: -30px;
    background: transparent; }
    .halo-lookbook-close svg {
      width: 16px;
      height: 16px;
      fill: black; } }

.page-errors form {
  max-width: 770px;
  margin: 0 auto; }

@media (min-width: 551px) {
  .page-errors form .button {
    min-width: 180px; } }

.page-location .halo-location-top {
  width: 600px;
  display: inline-block;
  vertical-align: top;
  margin-top: 27px;
  padding-right: 30px; }
  .page-location .halo-location-top .halo-location-title {
    color: black;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 13px;
    margin-top: 0; }
  .page-location .halo-location-top .halo-location-text {
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0; }

.page-location .halo-location-bottom {
  font-size: 0;
  margin-top: 50px; }
  .page-location .halo-location-bottom .HL-ColLeft {
    width: 310px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px; }
    .page-location .halo-location-bottom .HL-ColLeft .InfoFind {
      padding: 0 5px 0 0;
      max-height: 600px;
      overflow-y: auto;
      border: 1px solid #E6E6E6; }
      .page-location .halo-location-bottom .HL-ColLeft .InfoFind::-webkit-scrollbar {
        width: 5px; }
      .page-location .halo-location-bottom .HL-ColLeft .InfoFind::-webkit-scrollbar-track {
        background: #EAEAEA; }
      .page-location .halo-location-bottom .HL-ColLeft .InfoFind::-webkit-scrollbar-thumb {
        background: #000000; }
      .page-location .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list .map-hidden {
        display: none; }
      .page-location .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list .halo_maps_elist.map-active {
        background-color: #E6E6E6; }
      .page-location .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list > div {
        padding: 25px; }
        .page-location .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list > div + div {
          border-top: 1px solid #E6E6E6; }
      .page-location .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list .halo-location-heading {
        color: black;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        margin-top: 0;
        margin-bottom: 10px; }
        .page-location .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list .halo-location-heading span {
          background-image: linear-gradient(currentColor, currentColor);
          background-position: 0 90%;
          background-repeat: no-repeat;
          background-size: 0 1px;
          transition: background-size .5s; }
        .page-location .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list .halo-location-heading:hover span {
          background-size: 100% 1px; }
      .page-location .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list .halo-location-info {
        color: black;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8;
        margin-bottom: 0; }
  .page-location .halo-location-bottom .HL-ColRight {
    width: calc(100% - 310px);
    display: inline-block;
    vertical-align: top;
    font-size: 16px; }
    .page-location .halo-location-bottom .HL-ColRight iframe {
      width: 100%;
      min-height: 600px; }

@media (max-width: 991px) {
  .page-location .halo-location-top {
    width: 100%;
    display: block;
    padding-right: 0;
    margin-bottom: 30px; }
  .page-location .halo-location-bottom .HL-ColLeft {
    width: 100%;
    display: block; }
    .page-location .halo-location-bottom .HL-ColLeft .InfoFind .halo-location-list > div {
      padding: 20px; }
  .page-location .halo-location-bottom .HL-ColRight {
    width: 100%;
    display: block; } }

@media (max-width: 767px) {
  .page-location .halo-location-top .halo-location-topRight .halo-location-seach .halo_maps__div_search {
    display: block; }
    .page-location .halo-location-top .halo-location-topRight .halo-location-seach .halo_maps__div_search .form-input {
      width: 100%; }
    .page-location .halo-location-top .halo-location-topRight .halo-location-seach .halo_maps__div_search .button {
      width: 100%;
      margin-top: 15px;
      margin-left: 0; } }

h3.heading-dec-sky {
  font-size: 30px;
  margin: 30px 0;
  text-align: center; }

h3.heading-dec-sky span {
  border-bottom: 3px solid #e9162b; }

.hl-list-content-banner img {
  width: 100%;
  height: 100%; }

.hl-list-content-banner {
  position: relative; }
  .hl-list-content-banner .hl-block-image-item:after {
    content: '';
    display: block;
    height: 0;
    padding-bottom: 57.89474%; }
  .hl-list-content-banner img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate3d(-50%, -50%, 0); }
    .hl-list-content-banner img.lazyload, .hl-list-content-banner img.lazyloading {
      width: auto;
      height: auto;
      object-fit: contain;
      margin: auto; }

.hl-block-image-item {
  background-color: #dfdddb; }
  .hl-block-image-item:after {
    content: '';
    display: block;
    height: 0;
    padding-bottom: 100%; }
  .hl-block-image-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate3d(-50%, -50%, 0); }
    .hl-block-image-item img.lazyload, .hl-block-image-item img.lazyloading {
      width: auto;
      height: auto;
      object-fit: contain;
      margin: auto; }

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

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

.carousel {
  position: relative;
  box-sizing: border-box; }

.carousel *, .carousel :before, .carousel :after {
  box-sizing: inherit; }

.carousel.is-draggable {
  cursor: move;
  cursor: grab; }

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing; }

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%; }

.carousel__track {
  display: flex; }

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain; }

.has-dots {
  margin-bottom: calc(0.5rem + 22px); }

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none; }

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer; }

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: .25;
  transition: opacity .15s ease-in-out; }

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1; }

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity .15s ease; }

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.carousel__button.is-prev {
  left: 10px; }

.carousel__button.is-next {
  right: 10px; }

.carousel__button[disabled] {
  cursor: default;
  opacity: .3; }

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none; }

html.with-fancybox {
  scroll-behavior: auto; }

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none; }

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width:48px;
  --carousel-button-height:48px;
  --carousel-button-svg-width:24px;
  --carousel-button-svg-height:24px;
  --carousel-button-svg-stroke-width:2.5;
  --carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0,0,0,0.4)); }

.fancybox__container *, .fancybox__container ::before, .fancybox__container ::after {
  box-sizing: inherit; }

.fancybox__container :focus {
  outline: none; }

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94)); }

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px; } }

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92)); }

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10; }

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px); }

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default; }

.fancybox__track {
  display: flex;
  height: 100%; }

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width:36px;
  --carousel-button-height:36px;
  --carousel-button-svg-width:22px;
  --carousel-button-svg-height:22px; }

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto; }

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px; } }

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20; }

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none; }

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere; }

.is-loading .fancybox__caption {
  visibility: hidden; }

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff); }

.fancybox__nav .carousel__button {
  z-index: 40; }

.fancybox__nav .carousel__button.is-next {
  right: 8px; }

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px; } }

.fancybox__nav .carousel__button.is-prev {
  left: 8px; }

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px; } }

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top,0px) + 8px);
  right: calc(env(safe-area-inset-right,0px) + 8px);
  z-index: 40; }

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px; } }

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff); }

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none; }

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor); }

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053; }

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%; }

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }

.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1); }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: .15s ease backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: .15s ease both fancybox-fadeOut; }

.fancybox-fadeIn {
  animation: .15s ease both fancybox-fadeIn; }

.fancybox-fadeOut {
  animation: .1s ease both fancybox-fadeOut; }

.fancybox-zoomInUp {
  animation: .2s ease both fancybox-zoomInUp; }

.fancybox-zoomOutDown {
  animation: .15s ease both fancybox-zoomOutDown; }

.fancybox-throwOutUp {
  animation: .15s ease both fancybox-throwOutUp; }

.fancybox-throwOutDown {
  animation: .15s ease both fancybox-throwOutDown; }

@keyframes fancybox-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fancybox-fadeOut {
  to {
    opacity: 0; } }

@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; } }

@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0; } }

@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0; } }

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); }

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab; }

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing; }

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto; }

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in; }

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out; }

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab; }

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing; }

.fancybox__image {
  transform-origin: 0 0;
  user-select: none;
  transition: none; }

.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px; }

.is-closing .has-image .fancybox__content {
  overflow: visible; }

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none; }

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap; }

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto; }

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto; }

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto; }

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none; }

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%; }

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%; }

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%; }

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff; }

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df; }

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0); }

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0 3px;
  opacity: var(--fancybox-opacity, 1); }

@media (max-width: 1024px) {
  .fancybox__thumbs, .fancybox__button--thumbs {
    display: none; } }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: .15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0; }

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer; }

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity .15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px); }

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: .92; }

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none; }

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100%/(var(--fancybox-thumbs-ratio,1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px); }

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width:20px;
  --carousel-button-svg-height:20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4)); }

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px; } }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: .15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0; }

.fancybox__toolbar__items {
  display: flex; }

.fancybox__toolbar__items--left {
  margin-right: auto; }

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.fancybox__toolbar__items--right {
  margin-left: auto; }

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none; } }

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none; }

.fancybox__container:fullscreen::backdrop {
  opacity: 0; }

.fancybox__button--fullscreen g:nth-child(2) {
  display: none; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block; }

.fancybox__button--slideshow g:nth-child(2) {
  display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block; }

.navPages-item-page {
  position: relative; }

@media (min-width: 992px) {
  .navPages-item-category:hover > .level-2 .navPage-subMenu-container > .navPage-subMenu-list > .navPage-subMenu-item-child:not(.navPage-subMenu-item-parent):not(.navPage-subMenu-all):nth-child(1 of .navPage-subMenu-item-child:not(.navPage-subMenu-item-parent):not(.navPage-subMenu-all)) > .navPage-subMenu-action.navPages-action-lv2,
  .navPages-item-category:hover > .level-2 .navPage-subMenu-container > .navPage-subMenu-list > .navPage-subMenu-all + .navPage-subMenu-item-child > .navPage-subMenu-action.navPages-action-lv2, .navPages-item-category:focus-within > .level-2 .navPage-subMenu-container > .navPage-subMenu-list > .navPage-subMenu-item-child:not(.navPage-subMenu-item-parent):not(.navPage-subMenu-all):nth-child(1 of .navPage-subMenu-item-child:not(.navPage-subMenu-item-parent):not(.navPage-subMenu-all)) > .navPage-subMenu-action.navPages-action-lv2,
  .navPages-item-category:focus-within > .level-2 .navPage-subMenu-container > .navPage-subMenu-list > .navPage-subMenu-all + .navPage-subMenu-item-child > .navPage-subMenu-action.navPages-action-lv2 {
    background: #e9162b; }
    .navPages-item-category:hover > .level-2 .navPage-subMenu-container > .navPage-subMenu-list > .navPage-subMenu-item-child:not(.navPage-subMenu-item-parent):not(.navPage-subMenu-all):nth-child(1 of .navPage-subMenu-item-child:not(.navPage-subMenu-item-parent):not(.navPage-subMenu-all)) > .navPage-subMenu-action.navPages-action-lv2 span,
    .navPages-item-category:hover > .level-2 .navPage-subMenu-container > .navPage-subMenu-list > .navPage-subMenu-all + .navPage-subMenu-item-child > .navPage-subMenu-action.navPages-action-lv2 span, .navPages-item-category:focus-within > .level-2 .navPage-subMenu-container > .navPage-subMenu-list > .navPage-subMenu-item-child:not(.navPage-subMenu-item-parent):not(.navPage-subMenu-all):nth-child(1 of .navPage-subMenu-item-child:not(.navPage-subMenu-item-parent):not(.navPage-subMenu-all)) > .navPage-subMenu-action.navPages-action-lv2 span,
    .navPages-item-category:focus-within > .level-2 .navPage-subMenu-container > .navPage-subMenu-list > .navPage-subMenu-all + .navPage-subMenu-item-child > .navPage-subMenu-action.navPages-action-lv2 span {
      color: white; }
  .navPages-item-category:hover > .level-2 .navPage-subMenu-container > .navPage-subMenu-list > .navPage-subMenu-item-child:not(.navPage-subMenu-item-parent):not(.navPage-subMenu-all):nth-child(1 of .navPage-subMenu-item-child:not(.navPage-subMenu-item-parent):not(.navPage-subMenu-all)) > .level-3,
  .navPages-item-category:hover > .level-2 .navPage-subMenu-container > .navPage-subMenu-list > .navPage-subMenu-all + .navPage-subMenu-item-child > .level-3, .navPages-item-category:focus-within > .level-2 .navPage-subMenu-container > .navPage-subMenu-list > .navPage-subMenu-item-child:not(.navPage-subMenu-item-parent):not(.navPage-subMenu-all):nth-child(1 of .navPage-subMenu-item-child:not(.navPage-subMenu-item-parent):not(.navPage-subMenu-all)) > .level-3,
  .navPages-item-category:focus-within > .level-2 .navPage-subMenu-container > .navPage-subMenu-list > .navPage-subMenu-all + .navPage-subMenu-item-child > .level-3 {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background: #fff;
    transform: none !important; }
  .navPages-item-category:hover > .level-2 .navPage-subMenu-container > .navPage-subMenu-list:hover > .navPage-subMenu-item-child:not(.navPage-subMenu-item-parent):not(.navPage-subMenu-all):nth-child(1 of .navPage-subMenu-item-child:not(.navPage-subMenu-item-parent):not(.navPage-subMenu-all)):not(:hover) > .navPage-subMenu-action.navPages-action-lv2,
  .navPages-item-category:hover > .level-2 .navPage-subMenu-container > .navPage-subMenu-list:hover > .navPage-subMenu-all + .navPage-subMenu-item-child:not(:hover) > .navPage-subMenu-action.navPages-action-lv2, .navPages-item-category:focus-within > .level-2 .navPage-subMenu-container > .navPage-subMenu-list:hover > .navPage-subMenu-item-child:not(.navPage-subMenu-item-parent):not(.navPage-subMenu-all):nth-child(1 of .navPage-subMenu-item-child:not(.navPage-subMenu-item-parent):not(.navPage-subMenu-all)):not(:hover) > .navPage-subMenu-action.navPages-action-lv2,
  .navPages-item-category:focus-within > .level-2 .navPage-subMenu-container > .navPage-subMenu-list:hover > .navPage-subMenu-all + .navPage-subMenu-item-child:not(:hover) > .navPage-subMenu-action.navPages-action-lv2 {
    background: transparent; }
    .navPages-item-category:hover > .level-2 .navPage-subMenu-container > .navPage-subMenu-list:hover > .navPage-subMenu-item-child:not(.navPage-subMenu-item-parent):not(.navPage-subMenu-all):nth-child(1 of .navPage-subMenu-item-child:not(.navPage-subMenu-item-parent):not(.navPage-subMenu-all)):not(:hover) > .navPage-subMenu-action.navPages-action-lv2 span,
    .navPages-item-category:hover > .level-2 .navPage-subMenu-container > .navPage-subMenu-list:hover > .navPage-subMenu-all + .navPage-subMenu-item-child:not(:hover) > .navPage-subMenu-action.navPages-action-lv2 span, .navPages-item-category:focus-within > .level-2 .navPage-subMenu-container > .navPage-subMenu-list:hover > .navPage-subMenu-item-child:not(.navPage-subMenu-item-parent):not(.navPage-subMenu-all):nth-child(1 of .navPage-subMenu-item-child:not(.navPage-subMenu-item-parent):not(.navPage-subMenu-all)):not(:hover) > .navPage-subMenu-action.navPages-action-lv2 span,
    .navPages-item-category:focus-within > .level-2 .navPage-subMenu-container > .navPage-subMenu-list:hover > .navPage-subMenu-all + .navPage-subMenu-item-child:not(:hover) > .navPage-subMenu-action.navPages-action-lv2 span {
      color: black; }
  .navPages-item-category:hover > .level-2 .navPage-subMenu-container > .navPage-subMenu-list:hover > .navPage-subMenu-item-child:not(.navPage-subMenu-item-parent):not(.navPage-subMenu-all):nth-child(1 of .navPage-subMenu-item-child:not(.navPage-subMenu-item-parent):not(.navPage-subMenu-all)):not(:hover) > .level-3,
  .navPages-item-category:hover > .level-2 .navPage-subMenu-container > .navPage-subMenu-list:hover > .navPage-subMenu-all + .navPage-subMenu-item-child:not(:hover) > .level-3, .navPages-item-category:focus-within > .level-2 .navPage-subMenu-container > .navPage-subMenu-list:hover > .navPage-subMenu-item-child:not(.navPage-subMenu-item-parent):not(.navPage-subMenu-all):nth-child(1 of .navPage-subMenu-item-child:not(.navPage-subMenu-item-parent):not(.navPage-subMenu-all)):not(:hover) > .level-3,
  .navPages-item-category:focus-within > .level-2 .navPage-subMenu-container > .navPage-subMenu-list:hover > .navPage-subMenu-all + .navPage-subMenu-item-child:not(:hover) > .level-3 {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .navPages-item-category > .level-2 {
    width: 100% !important; }
    .navPages-item-category > .level-2 .navPage-subMenu-container {
      position: relative;
      height: 456px;
      max-height: 80vh; }
      .navPages-item-category > .level-2 .navPage-subMenu-container > .navPage-subMenu-list {
        width: 25%;
        max-width: 100%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        border-right: 1px solid #d9d9d9; }
        .navPages-item-category > .level-2 .navPage-subMenu-container > .navPage-subMenu-list > .navPage-subMenu-item-child {
          position: static;
          transform: none !important; }
          .navPages-item-category > .level-2 .navPage-subMenu-container > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action {
            position: relative;
            padding: 1rem 1.5rem !important; }
          .navPages-item-category > .level-2 .navPage-subMenu-container > .navPage-subMenu-list > .navPage-subMenu-item-child > .level-3 {
            box-shadow: none !important;
            width: 75% !important;
            max-width: 100% !important;
            border-radius: 0;
            padding: 1rem;
            height: 100%;
            overflow-y: auto;
            overflow-x: hidden;
            left: 25% !important;
            right: 0 !important;
            top: 0 !important;
            bottom: 0 !important; }
            .navPages-item-category > .level-2 .navPage-subMenu-container > .navPage-subMenu-list > .navPage-subMenu-item-child > .level-3 > .navPage-subMenu-list {
              max-width: 100%;
              display: flex;
              flex-wrap: wrap;
              margin: 0 -24px; }
              .navPages-item-category > .level-2 .navPage-subMenu-container > .navPage-subMenu-list > .navPage-subMenu-item-child > .level-3 > .navPage-subMenu-list::before, .navPages-item-category > .level-2 .navPage-subMenu-container > .navPage-subMenu-list > .navPage-subMenu-item-child > .level-3 > .navPage-subMenu-list::after {
                display: none; }
              .navPages-item-category > .level-2 .navPage-subMenu-container > .navPage-subMenu-list > .navPage-subMenu-item-child > .level-3 > .navPage-subMenu-list > .navPage-subMenu-item-child {
                width: 33.33%;
                margin-bottom: 7px; } }
              @media (min-width: 992px) and (min-width: 1261px) {
                .navPages-item-category > .level-2 .navPage-subMenu-container > .navPage-subMenu-list > .navPage-subMenu-item-child > .level-3 > .navPage-subMenu-list > .navPage-subMenu-item-child {
                  width: 25%; } }

@media (min-width: 992px) {
                .navPages-item-category > .level-2 .navPage-subMenu-container > .navPage-subMenu-list > .navPage-subMenu-item-child > .level-3 > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPages-action-lv3 {
                  display: flex;
                  flex-direction: column;
                  align-items: center;
                  justify-content: center;
                  text-align: center;
                  padding: 0 1.5rem !important; }
                  .navPages-item-category > .level-2 .navPage-subMenu-container > .navPage-subMenu-list > .navPage-subMenu-item-child > .level-3 > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPages-action-lv3 .navPages-image {
                    width: 150px;
                    max-width: 90%;
                    aspect-ratio: 4 / 3;
                    object-fit: contain;
                    margin: 0 auto .5rem; }
          .navPages-item-category > .level-2 .navPage-subMenu-container > .navPage-subMenu-list > .navPage-subMenu-item-child:hover > .navPage-subMenu-action.navPages-action-lv2, .navPages-item-category > .level-2 .navPage-subMenu-container > .navPage-subMenu-list > .navPage-subMenu-item-child.is-submenu-active > .navPage-subMenu-action.navPages-action-lv2 {
            background: #e9162b; }
            .navPages-item-category > .level-2 .navPage-subMenu-container > .navPage-subMenu-list > .navPage-subMenu-item-child:hover > .navPage-subMenu-action.navPages-action-lv2 span, .navPages-item-category > .level-2 .navPage-subMenu-container > .navPage-subMenu-list > .navPage-subMenu-item-child.is-submenu-active > .navPage-subMenu-action.navPages-action-lv2 span {
              color: white; }
          .navPages-item-category > .level-2 .navPage-subMenu-container > .navPage-subMenu-list > .navPage-subMenu-item-child:hover > .navPage-subMenu.navPage-subMenu-horizontal.level-3,
          .navPages-item-category > .level-2 .navPage-subMenu-container > .navPage-subMenu-list > .navPage-subMenu-item-child:hover > .level-3, .navPages-item-category > .level-2 .navPage-subMenu-container > .navPage-subMenu-list > .navPage-subMenu-item-child.is-submenu-active > .navPage-subMenu.navPage-subMenu-horizontal.level-3,
          .navPages-item-category > .level-2 .navPage-subMenu-container > .navPage-subMenu-list > .navPage-subMenu-item-child.is-submenu-active > .level-3 {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
            background: #fff;
            transform: none !important; } }

.channel-selection {
  display: inline-flex;
  align-items: stretch; }

.channel-action {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  color: #fff; }
  .channel-action svg {
    fill: currentColor; }
  .channel-action:hover, .channel-action:focus, .channel-action:active {
    color: #fff; }
  .channel-action .icon-earth {
    height: 1.25rem;
    width: 1.25rem; }
  .channel-action .icon-chevron-down {
    height: 0.625rem;
    width: 0.625rem; }

#channelSelection {
  z-index: 100;
  background: #fff;
  top: 40px !important;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  width: 136px !important;
  padding: 7px 0; }
  #channelSelection .dropdown-menu-item {
    padding: 0; }
  #channelSelection a {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: black !important;
    padding: 3px 10px; }
    #channelSelection a:hover {
      color: #e9162b !important; }
    #channelSelection a.is-active {
      color: #e9162b !important; }

#navPages-channel a.is-active {
  color: #e9162b !important; }

#consent-manager-update-banner {
  display: none !important; }

/* Helper Classes */
.contained {
  max-width: 1360px;
  margin-left: auto !important;
  margin-right: auto !important; }

.fixed-bg {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  background-size: cover;
  background-position: center; }

/* HTML Blocks */
figure.colson figcaption {
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: normal; }

figure.colson figcaption .cta {
  color: #e9162b !important; }

figure.colson figcaption h2 {
  text-transform: uppercase;
  color: #6a6a6a; }

figure.colson figcaption em {
  font-style: normal;
  color: #e9162b; }

figure.colson.alt-1 figcaption h2,
figure.colson.alt-2 figcaption h2 {
  font-size: 18px;
  font-weight: 900; }

figure.colson figcaption .description {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease; }

figure.colson.alt-2 figcaption .description {
  max-height: none;
  overflow: inherit; }

figure.colson:hover figcaption .description {
  max-height: 5rem; }

.video-section {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden; }

.video-section .video-bg {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover; }

.video-section.style-1 .video-bg {
  filter: grayscale(70%) brightness(50%); }

.video-section.style-2 .video-content {
  width: 50%;
  min-width: 20rem;
  margin-left: auto;
  margin-right: auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 1rem; }

.video-section .video-content {
  position: relative;
  z-index: 2;
  text-align: center;
  top: 50%;
  padding-left: 15%;
  padding-right: 15%;
  transform: translateY(-50%); }

.video-section .video-content h1,
.video-section .video-content h2 {
  text-transform: uppercase; }

.video-section .video-content h1,
.video-section .video-content h2,
.video-section .video-content p {
  color: #fff;
  max-width: 550px;
  margin-left: auto !important;
  margin-right: auto !important; }

.video-section .video-content h2 {
  margin: 1rem; }

.video-section .video-content img {
  margin-top: 1rem; }

dl.inline {
  display: grid;
  grid-template-columns: minmax(25%, max-content) 1fr;
  gap: 0 1rem;
  line-height: normal;
  margin-bottom: 0; }

dl.inline dd {
  min-width: 0;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: .75rem; }

.person {
  padding: 1rem;
  border: 1px solid #d9d9d9 !important;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 1em; }

.person table .desc {
  padding-left: 1em;
  line-height: normal;
  width: 60%; }

.person table .desc h3 {
  margin: 0 0 .5em;
  color: #e9162b;
  text-transform: uppercase; }

.person table .desc h4 {
  margin: 0 0 .5em;
  color: #757575; }

#homePromotion {
  padding-right: var(--home-promotion-padding-right, 120px); }

@media (min-width: 769px) {
  .weglot-container {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important; } }

@media (min-width: 769px) {
  .weglot-container .wg-drop.country-selector {
    position: absolute !important;
    right: 1rem !important;
    top: 8px !important;
    bottom: auto !important;
    background: transparent; } }

@media (min-width: 992px) {
  .weglot-container .wg-drop.country-selector {
    right: 2.5rem !important; } }

.weglot-container .wg-drop.country-selector .wgcurrent {
  font-size: 14px;
  line-height: 24px;
  background: transparent;
  border: none; }
  .weglot-container .wg-drop.country-selector .wgcurrent::after {
    width: 11px;
    height: 6px;
    background: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.902.302A.775.775 0 1 1 9.998 1.4l-4.3 4.3a.773.773 0 0 1-1.096-.001l-4.3-4.3A.775.775 0 1 1 1.398.302L5.15 4.053 8.901.303h.001z' fill='%23fff' stroke='%23fff' stroke-width='.15'/%3E%3C/svg%3E") no-repeat center center;
    background-size: contain;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  .weglot-container .wg-drop.country-selector .wgcurrent a {
    font-size: 14px;
    line-height: 24px;
    height: 40px;
    color: white;
    font-weight: 600;
    padding-right: 18px; }
    .weglot-container .wg-drop.country-selector .wgcurrent a::before {
      content: " ";
      display: inline-block;
      width: 24px;
      height: 20px;
      background: url("data:image/svg+xml,%3Csvg width='24' height='20' viewBox='0 0 24 20' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.273 6.12h-6V2.66C15.271 1.193 14.051.002 12.546 0H2.727C1.222.002.002 1.192 0 2.66v6.386c.002 1.47 1.222 2.66 2.727 2.661v1.112c0 .43.264.817.672.98.408.167.88.075 1.192-.231a.448.448 0 0 0 .055-.061l1.357-1.8h2.725v3.458c.002 1.47 1.221 2.66 2.727 2.66H17.5l1.91 1.863a1.11 1.11 0 0 0 1.542 0c.205-.2.32-.47.32-.752v-1.11c1.505-.002 2.726-1.192 2.727-2.66V8.78c-.002-1.47-1.222-2.66-2.727-2.661zM5.727 10.643a.55.55 0 0 0-.436.216l-1.473 1.948v-1.632a.54.54 0 0 0-.545-.532h-.546c-.903 0-1.636-.715-1.636-1.597V2.661c0-.882.733-1.597 1.636-1.597h9.818c.904 0 1.637.715 1.637 1.597v3.458h-2.727a2.748 2.748 0 0 0-1.61.525L8.133 2.972a.55.55 0 0 0-.993 0L4.413 8.825a.527.527 0 0 0 .272.705.546.546 0 0 0 .72-.263l.847-1.818h2.77l.039.083a2.57 2.57 0 0 0-.333 1.248v1.862h-3zm2.799-4.257H6.748l.889-1.907.89 1.907h-.001zm14.383 8.78c0 .882-.732 1.597-1.636 1.597h-.546a.54.54 0 0 0-.545.532v1.642l-2.07-2.018a.554.554 0 0 0-.385-.156h-6.273c-.904 0-1.636-.715-1.636-1.597V8.781c0-.882.732-1.597 1.636-1.597h9.818c.904 0 1.637.715 1.637 1.597v6.385z'/%3E%3Cpath d='M19.335 9.539h-2.667V8.513C16.668 8.23 16.369 8 16 8c-.368 0-.667.23-.667.513v1.026h-2.667c-.368 0-.667.23-.667.513 0 .283.299.513.667.513h4.947c-.163.87-.74 1.665-1.617 2.23a3.89 3.89 0 0 1-1.216-1.205c-.15-.259-.545-.374-.88-.26-.337.116-.488.42-.338.678l.013.022c.31.494.734.94 1.25 1.319a5.992 5.992 0 0 1-1.873.292c-.357.002-.646.225-.644.5v.013c.011.286.317.514.69.513 1.06 0 2.1-.219 3.014-.631a7.536 7.536 0 0 0 3.034.63c.357 0 .645-.224.644-.499v-.013c-.012-.286-.318-.514-.691-.513a5.837 5.837 0 0 1-1.813-.29c.993-.743 1.62-1.728 1.773-2.787h.373c.368 0 .667-.23.667-.513 0-.283-.299-.513-.667-.513h.002z'/%3E%3C/svg%3E") no-repeat center center;
      background-size: contain;
      margin-right: 8px; }

.weglot-container .wg-drop.country-selector.closed .wgcurrent:after {
  transform: translateY(-50%) rotate(0deg); }

.weglot-container .wg-drop.country-selector #weglot-listbox {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1); }
  .weglot-container .wg-drop.country-selector #weglot-listbox .wg-li a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600; }
    .weglot-container .wg-drop.country-selector #weglot-listbox .wg-li a:hover {
      color: #e9162b; }

.has-activeNavPages .weglot-container {
  z-index: 99 !important; }

.home-layout-4 .heroCarousel .slick-dots {
  bottom: 32px;
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  min-height: 14px; }
  .home-layout-4 .heroCarousel .slick-dots li {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    height: auto !important;
    width: auto !important;
    min-width: 20px;
    padding: 0 !important;
    margin: 0; }
  .home-layout-4 .heroCarousel .slick-dots button {
    display: block !important;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    top: 0 !important;
    line-height: 0; }
    .home-layout-4 .heroCarousel .slick-dots button::before {
      position: absolute !important;
      top: 50% !important;
      left: 50% !important;
      margin: 0 !important;
      transform: translate(-50%, -50%) !important; }

.home-layout-4 .heroCarousel-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  font-style: normal;
  font-family: Gotham; }

@media (max-width: 768px) {
  #homePromotion {
    padding-right: 0 !important; } }

#homePromotion .homePromotion__block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000; }
  #homePromotion .homePromotion__block .homePromotion__item {
    flex: 1;
    text-align: left; }
    #homePromotion .homePromotion__block .homePromotion__item span {
      font-weight: 700;
      color: #fff; }
  #homePromotion .homePromotion__block .login {
    display: none; }
    @media (min-width: 992px) {
      #homePromotion .homePromotion__block .login {
        display: block; } }
    #homePromotion .homePromotion__block .login > div {
      color: #fff;
      display: flex;
      align-items: center;
      gap: 1.5rem; }
      #homePromotion .homePromotion__block .login > div > a {
        font-size: 14px;
        font-weight: 600;
        line-height: 40px;
        color: #fff; }
        #homePromotion .homePromotion__block .login > div > a svg {
          fill: currentColor; }

[data-content-region="home_block_banner_below_automotive"] .background-image {
  position: relative;
  display: block;
  width: 100%; }
  [data-content-region="home_block_banner_below_automotive"] .background-image img {
    display: block;
    position: relative;
    z-index: 0; }
  [data-content-region="home_block_banner_below_automotive"] .background-image::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background-image: linear-gradient(359.02deg, rgba(0, 0, 0, 0.7) 20.89%, rgba(0, 0, 0, 0) 97.25%); }

.product-CAD {
  margin-bottom: 4em; }
  @media (min-width: 1025px) {
    .product-CAD {
      margin-bottom: 4.5rem; } }
  .product-CAD .cad-header {
    background: #424242;
    padding: 0.75rem 1.5rem; }
    .product-CAD .cad-header .cad-title {
      color: #fff;
      display: flex;
      align-items: center;
      gap: 0.5rem;
      font-size: 26px;
      line-height: 36px;
      margin: 0 0 0.5rem; }
      .product-CAD .cad-header .cad-title .icon {
        height: 1.625rem;
        width: 1.625rem;
        fill: currentColor; }
    .product-CAD .cad-header .cad-description {
      color: #fff;
      font-size: 1rem;
      line-height: 1.5;
      margin: 0; }
  .product-CAD .cad-actions {
    background: #e9162b;
    padding: 0.5rem 1.5rem; }
    .product-CAD .cad-actions a {
      font-weight: 500;
      font-size: 1rem;
      line-height: 1.5;
      text-decoration: underline;
      color: #fff; }
  .product-CAD .iframe-urls {
    aspect-ratio: 1 / 2; }
    @media (min-width: 1025px) {
      .product-CAD .iframe-urls {
        aspect-ratio: 1826 / 700; } }

[data-content-region] {
  overflow: hidden;
  margin-top: 0 !important; }

body.page-type-page #main-content [data-layout-name="Layout"],
body.page-type-page #main-content [data-layout-name^="container"] {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 701px) {
    body.page-type-page #main-content [data-layout-name="Layout"],
    body.page-type-page #main-content [data-layout-name^="container"] {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 992px) {
    body.page-type-page #main-content [data-layout-name="Layout"],
    body.page-type-page #main-content [data-layout-name^="container"] {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }

body.page-type-page #main-content [data-layout-name^="fixed"] {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: calc(100% - $container-padding * 2) !important; }
  @media (min-width: 701px) {
    body.page-type-page #main-content [data-layout-name^="fixed"] {
      max-width: calc(100% - 64px) !important; } }
  @media (min-width: 992px) {
    body.page-type-page #main-content [data-layout-name^="fixed"] {
      max-width: calc(100% - 80px) !important; } }

body.page-type-page #main-content [data-layout-name^="container-sm"] {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important; }
  @media (min-width: 992px) {
    body.page-type-page #main-content [data-layout-name^="container-sm"] {
      padding-left: calc(50% - 720px) !important;
      padding-right: calc(50% - 720px) !important; } }

#main-content [data-layout-name*="layout-column"] [data-sub-layout] {
  flex-basis: 100%;
  max-width: 100%; }

#main-content [data-layout-name*="align-top"] {
  align-items: stretch; }
  #main-content [data-layout-name*="align-top"] [data-sub-layout] {
    justify-content: flex-start; }

#main-content [data-layout-name*="align-center"] {
  align-items: stretch; }
  #main-content [data-layout-name*="align-center"] [data-sub-layout] {
    justify-content: center; }

#main-content [data-layout-name*="align-bottom"] {
  align-items: stretch; }
  #main-content [data-layout-name*="align-bottom"] [data-sub-layout] {
    justify-content: flex-end; }

#main-content [data-layout-name*="page-banner"]::after {
  max-height: 269px; }
  @media (min-width: 701px) {
    #main-content [data-layout-name*="page-banner"]::after {
      max-height: 210px; } }

.button-groups.divider .button--link {
  border-right: 1px solid #d9d9d9 !important;
  padding-right: .5rem !important; }
  @media (min-width: 992px) {
    .button-groups.divider .button--link {
      padding-right: 1rem !important; } }
  .button-groups.divider .button--link:last-child {
    border-right: none !important;
    padding-right: 0 !important; }

@media (min-width: 1025px) {
  header.header .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) {
    position: static; }
    header.header .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu {
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      width: 1200px;
      background: #fff;
      box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
      z-index: 1000;
      transition: opacity 0.2s ease;
      transform: translateX(-50%) !important; }
      header.header .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-list {
        display: grid;
        padding: 0;
        margin: 0; }
        header.header .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child {
          border: 1px solid #e7e7e7; }
        header.header .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child:not(:last-child) {
          border-right: 0; }
        header.header .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child > .navPage-subMenu-action {
          padding: 1rem 1rem 0; }
  header.header .navPages-item.industries .navPage-subMenu-list,
  header.header .navPages-item.resources .navPage-subMenu-list,
  header.header .navPages-item.about.us .navPage-subMenu-list {
    grid-template-columns: repeat(4, 1fr); }
  header.header .navPages-item.capabilities .navPage-subMenu-list {
    grid-template-columns: repeat(3, 1fr); }
  header.header .navPages-item.products .navPage-subMenu-list {
    grid-template-columns: repeat(5, 1fr); }
  header.header .navPages-action.navPages-action-lv2 span.text {
    color: #d63436;
    font-size: 14px;
    padding: .5rem; }
  header.header .navPages-action.navPages-action-lv2:hover span.text {
    color: #fff; }
  header.header .navPages-item .navPage-subMenu-action::before {
    content: "";
    width: 70px;
    height: 70px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='none' stroke='%23e9162b' stroke-width='3' stroke-linejoin='round'%3E%3Cpolygon points='50,10 61,38 90,38 66,57 76,86 50,68 24,86 34,57 10,38 39,38'/%3E%3C/svg%3E"); }
  header.header .navPages-item .navPage-subMenu-action::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='none' stroke='%23e9162b' stroke-width='3' stroke-linejoin='round'%3E%3Cpolygon points='50,10 61,38 90,38 66,57 76,86 50,68 24,86 34,57 10,38 39,38'/%3E%3C/svg%3E"); }
  header.header .navPages-item .navPage-subMenu-item-child {
    display: flex; }
  header.header .navPages-item .navPage-subMenu-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    /* important */
    padding: 30px 20px;
    text-align: center;
    width: 100%;
    transition-behavior: normal;
    transition-delay: 0s;
    transition-duration: 0.6s;
    transition-property: all;
    transition-timing-function: ease; }
  header.header .navPages-item .navPage-subMenu-action::before {
    content: "";
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e5e5e5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px;
    border-radius: 2px; }
  header.header .navPages-item .navPage-subMenu-action[href*="/industries/healthcare/"]::before {
    background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2223_18575)"><mask id="mask0_2223_18575" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="56" height="56"><path d="M0 3.8147e-06H56V56H0V3.8147e-06Z" fill="white"/></mask><g mask="url(%23mask0_2223_18575)"><path d="M28.0009 8.7392C30.1807 8.7392 31.9588 6.96109 31.9588 4.77818C31.9588 2.59845 30.1807 0.820337 28.0009 0.820337C25.8181 0.820337 24.04 2.59845 24.04 4.77818C24.04 6.96109 25.8181 8.7392 28.0009 8.7392Z" stroke="%23E9162B" stroke-width="1.75" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M28.0009 8.7392C30.1807 8.7392 31.9588 6.96109 31.9588 4.77818C31.9588 2.59845 30.1807 0.820337 28.0009 0.820337C25.8181 0.820337 24.04 2.59845 24.04 4.77818C24.04 6.96109 25.8181 8.7392 28.0009 8.7392Z" stroke="%23E9162B" stroke-width="1.75" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M22.0014 43.7046L21.6212 43.8181C15.076 45.7373 15.6248 51.7585 19.046 53.4415C21.5446 54.6709 23.8838 54.3551 21.9432 51.6542C20.9683 50.3021 19.7421 47.9476 23.3687 46.8745L28.0011 45.5012M15.0821 19.347C13.1876 22.0233 12.1237 26.6711 17.6266 29.0563L31.5633 35.1051C37.2134 37.5546 35.3525 39.7866 31.4959 40.9179L28.0011 41.9448L33.9976 43.7046C41.1713 41.2367 41.1345 35.3043 32.2622 31.4169L21.1859 26.5608C18.3624 25.3222 16.149 23.3202 19.9627 22.0325C21.002 21.6831 21.6612 21.0424 22.029 20.3771C22.6299 19.2796 23.0069 17.2469 22.2558 16.3763C21.6243 15.6435 20.3061 15.7385 19.04 16.2291C17.4979 16.8269 16.0293 18.0041 15.0821 19.347Z" stroke="%23E9162B" stroke-width="1.75" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M29.8165 28.7496V8.29776M29.8165 41.4113V34.3477M26.1836 46.0406V53.3616C26.1836 54.361 27.0023 55.1796 28.0016 55.1796C29.001 55.1796 29.8165 54.361 29.8165 53.3616V46.0406M26.1836 34.3477V41.4113M26.1836 8.29776V28.7496" stroke="%23E9162B" stroke-width="1.75" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M28.0012 29.5467L34.8131 26.5606C37.6397 25.322 39.8531 23.32 36.0363 22.0325C35.0001 21.683 34.338 21.0422 33.97 20.377C33.3692 19.2794 32.9921 17.2467 33.7432 16.3761C34.3779 15.6434 35.693 15.7384 36.9622 16.2289C38.5012 16.8267 39.9697 18.0041 40.917 19.3469C42.8116 22.0233 43.8753 26.6709 38.3755 29.0562L32.5967 31.5639M18.8255 34.5285C19.9354 33.5015 21.4957 32.5112 23.5314 31.6192M28.0012 33.5567L24.4357 35.105C18.7856 37.5545 20.6466 39.7864 24.5033 40.9177L34.3779 43.8179C40.9231 45.7371 40.3744 51.7583 36.953 53.4415C34.4544 54.6707 32.1153 54.355 34.0559 51.654C35.0308 50.3021 36.2571 47.9474 32.6335 46.8745L22.6669 43.919C18.4822 42.6774 16.4067 40.3935 16.7777 37.9254" stroke="%23E9162B" stroke-width="1.75" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M26.1832 11.946C21.9742 11.5138 20.0458 8.59203 19.7423 8.17509C15.6188 2.44822 10.4441 5.64897 2.81341 2.672C1.79261 2.27344 1.45235 2.203 1.42468 3.29128C1.31126 7.52825 4.64675 9.31555 10.3857 9.42295" stroke="%23E9162B" stroke-width="1.75" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.74791 8.45103C4.03369 13.0803 7.12999 14.9995 12.82 15.1038" stroke="%23E9162B" stroke-width="1.75" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M22.1554 20.4138C23.3878 20.2482 24.7368 20.0214 26.1837 19.7148M7.578 14.1719C6.93717 18.2984 11.0147 20.469 13.8903 20.7265" stroke="%23E9162B" stroke-width="1.75" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M48.042 3.96295C49.627 3.75448 51.3346 3.39573 53.1894 2.67221C54.2103 2.27376 54.5475 2.20321 54.575 3.29149C54.6885 7.52857 51.3529 9.31576 45.614 9.42317M29.8164 11.9462C34.0257 11.514 35.957 8.59224 36.2575 8.17542C38.5383 5.00846 41.1411 4.56998 44.3019 4.30945" stroke="%23E9162B" stroke-width="1.75" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M51.2517 8.45103C51.9691 13.0803 48.8697 14.9995 43.1797 15.1038" stroke="%23E9162B" stroke-width="1.75" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M33.8202 20.4106C32.5939 20.245 31.2572 20.0182 29.8164 19.7148M48.4221 14.1718C49.0628 18.2984 44.9854 20.4475 42.1098 20.7265" stroke="%23E9162B" stroke-width="1.75" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></g></g><defs><clipPath id="clip0_2223_18575"><rect width="56" height="56" fill="white"/></clipPath></defs></svg>'); }
  header.header .navPages-item .navPage-subMenu-action[href*="/industries/data-centers/"]::before {
    background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2223_18499)"><path d="M13.0665 17.7334H7.4665C6.95102 17.7334 6.5332 18.1512 6.5332 18.6667C6.5332 19.1822 6.95102 19.6 7.4665 19.6H13.0665C13.582 19.6 13.9998 19.1822 13.9998 18.6667C13.9998 18.1512 13.582 17.7334 13.0665 17.7334Z" fill="%23E9162B"/><path d="M13.0665 21.4668H7.4665C6.95102 21.4668 6.5332 21.8846 6.5332 22.4001C6.5332 22.9156 6.95102 23.3334 7.4665 23.3334H13.0665C13.582 23.3334 13.9998 22.9155 13.9998 22.4001C13.9998 21.8847 13.582 21.4668 13.0665 21.4668Z" fill="%23E9162B"/><path d="M10.2665 27.0669C8.20467 27.0669 6.5332 28.7384 6.5332 30.8002C6.5332 32.862 8.20467 34.5335 10.2665 34.5335C12.3273 34.5311 13.9975 32.861 13.9998 30.8002C13.9998 28.7384 12.3283 27.0669 10.2665 27.0669ZM10.2665 32.6669C9.23597 32.6659 8.40089 31.8307 8.3998 30.8002C8.3998 29.7692 9.23553 28.9335 10.2665 28.9335C11.2975 28.9335 12.1332 29.7692 12.1332 30.8002C12.1331 31.8312 11.2974 32.6669 10.2665 32.6669Z" fill="%23E9162B"/><path d="M11.2 9.3335H4.6667C4.15121 9.3335 3.7334 9.75142 3.7334 10.2668C3.7334 10.7823 4.15121 11.2001 4.6667 11.2001H11.2C11.7155 11.2001 12.1333 10.7822 12.1333 10.2668C12.1333 9.75142 11.7155 9.3335 11.2 9.3335Z" fill="%23E9162B"/><path d="M53.2 40.1333C54.7457 40.1317 55.9984 38.879 56 37.3333V7.4667C55.9984 5.92102 54.7457 4.66834 53.2 4.6667H40.1333V2.8C40.1317 1.25431 38.879 0.00164062 37.3333 0H18.6667C17.121 0.00164062 15.8683 1.25431 15.8667 2.8V4.6667H2.8C1.25431 4.66834 0.00164062 5.92102 0 7.4667V37.3334C0.00164062 38.8791 1.25431 40.1318 2.8 40.1334H9.3333V50.4H7.4667C6.43617 50.401 5.60109 51.2362 5.6 52.2667H0.933297C0.417813 52.2667 0 52.6845 0 53.2C0 53.7155 0.417813 54.1333 0.933297 54.1333H5.6C5.60098 55.1638 6.43617 55.9989 7.4667 56H13.0667C14.0972 55.999 14.9323 55.1638 14.9334 54.1333H23.3334C23.3344 55.1638 24.1696 55.9989 25.2001 56H30.8001C31.8306 55.999 32.6657 55.1638 32.6668 54.1333H41.0668C41.0678 55.1638 41.903 55.9989 42.9335 56H48.5335C49.564 55.999 50.3991 55.1638 50.4002 54.1333H55.0669C55.5824 54.1333 56.0002 53.7155 56.0002 53.2C56.0002 52.6845 55.5824 52.2667 55.0669 52.2667H50.4C50.399 51.2362 49.5638 50.4011 48.5333 50.4H46.6666V40.1333H53.2ZM40.1333 11.2H46.6666C47.1821 11.2 47.5999 10.7821 47.5999 10.2667C47.5999 9.75122 47.1821 9.33341 46.6666 9.33341H40.1333V6.53341H53.2C53.7152 6.53406 54.1326 6.95155 54.1333 7.4667V14H40.1333V11.2ZM17.7333 2.8C17.734 2.28484 18.1514 1.86736 18.6666 1.8667H37.3333C37.8485 1.86736 38.2659 2.28484 38.2666 2.8V11.2H17.7333V2.8ZM17.7333 13.0667H38.2666V42C38.2659 42.5152 37.8485 42.9326 37.3333 42.9333H18.6667C18.1515 42.9326 17.7341 42.5152 17.7334 42V13.0667H17.7333ZM1.8667 7.4667C1.86736 6.95155 2.28484 6.53406 2.8 6.53341H15.8667V9.33341H14.9334C14.4179 9.33341 14.0001 9.75133 14.0001 10.2667C14.0001 10.7822 14.4179 11.2 14.9334 11.2H15.8667V14H1.8667V7.4667ZM2.8 38.2667C2.28484 38.266 1.86736 37.8486 1.8667 37.3334V15.8667H15.8667V38.2667H2.8ZM7.4667 54.1333V52.2666H13.0667L13.0674 53.1966L13.0667 53.2L13.0674 53.2034L13.068 54.1333H7.4667ZM23.3333 52.2667H14.9333C14.9323 51.2362 14.0971 50.4011 13.0666 50.4H11.2V40.1333H15.8667V42C15.8683 43.5457 17.121 44.7984 18.6667 44.8H27.0667V50.4H25.2C24.1695 50.401 23.3344 51.2362 23.3333 52.2667ZM25.2 54.1333V52.2666H30.8L30.8007 53.1966L30.8 53.2L30.8007 53.2034L30.8013 54.1333H25.2ZM41.0667 52.2667H32.6667C32.6657 51.2362 31.8305 50.4011 30.8 50.4H28.9333V44.8H37.3333C38.879 44.7984 40.1317 43.5457 40.1333 42V40.1333H44.8V50.4H42.9333C41.9029 50.401 41.0677 51.2362 41.0667 52.2667ZM48.5333 52.2667L48.534 53.1967L48.5333 53.2001L48.534 53.2035L48.5346 54.1334H42.9332V52.2667H48.5333ZM40.1333 38.2667V15.8667H54.1333V37.3334C54.1326 37.8486 53.7152 38.266 53.2 38.2667H40.1333Z" fill="%23E9162B"/><path d="M48.5333 17.7334H42.9333C42.4178 17.7334 42 18.1512 42 18.6667C42 19.1822 42.4179 19.6 42.9333 19.6H48.5333C49.0488 19.6 49.4666 19.1822 49.4666 18.6667C49.4666 18.1512 49.0488 17.7334 48.5333 17.7334Z" fill="%23E9162B"/><path d="M48.5333 21.4668H42.9333C42.4178 21.4668 42 21.8846 42 22.4001C42 22.9156 42.4179 23.3334 42.9333 23.3334H48.5333C49.0488 23.3334 49.4666 22.9155 49.4666 22.4001C49.4666 21.8847 49.0488 21.4668 48.5333 21.4668Z" fill="%23E9162B"/><path d="M45.7333 27.0669C43.6715 27.0669 42 28.7384 42 30.8002C42 32.862 43.6715 34.5335 45.7333 34.5335C47.7951 34.5335 49.4666 32.862 49.4666 30.8002C49.4643 28.7393 47.7942 27.0692 45.7333 27.0669ZM45.7333 32.6669C44.7023 32.6669 43.8666 31.8312 43.8666 30.8002C43.8666 29.7692 44.7023 28.9335 45.7333 28.9335C46.7643 28.9335 47.6 29.7692 47.6 30.8002C47.599 31.8307 46.7638 32.6658 45.7333 32.6669Z" fill="%23E9162B"/><path d="M27.9999 31.7334C25.9381 31.7334 24.2666 33.4049 24.2666 35.4667C24.2666 37.5285 25.9381 39.2 27.9999 39.2C30.0617 39.2 31.7332 37.5285 31.7332 35.4667C31.7309 33.4059 30.0607 31.7358 27.9999 31.7334ZM27.9999 37.3334C26.9689 37.3334 26.1332 36.4977 26.1332 35.4667C26.1332 34.4357 26.9689 33.6001 27.9999 33.6001C29.0309 33.6001 29.8666 34.4358 29.8666 35.4668C29.8655 36.4972 29.0304 37.3324 27.9999 37.3334Z" fill="%23E9162B"/><path d="M51.3334 9.3335H50.4001C49.8846 9.3335 49.4668 9.75142 49.4668 10.2668C49.4668 10.7823 49.8847 11.2001 50.4001 11.2001H51.3334C51.8489 11.2001 52.2667 10.7822 52.2667 10.2668C52.2668 9.75142 51.8489 9.3335 51.3334 9.3335Z" fill="%23E9162B"/><path d="M30.7996 5.6001H20.5329C20.0174 5.6001 19.5996 6.01791 19.5996 6.53339C19.5996 7.04888 20.0174 7.46669 20.5329 7.46669H30.7996C31.3151 7.46669 31.7329 7.04888 31.7329 6.53339C31.7329 6.01791 31.3151 5.6001 30.7996 5.6001Z" fill="%23E9162B"/><path d="M35.4672 5.6001H34.5339C34.0184 5.6001 33.6006 6.01791 33.6006 6.53339C33.6006 7.04888 34.0184 7.46669 34.5339 7.46669H35.4672C35.9827 7.46669 36.4005 7.04888 36.4005 6.53339C36.4005 6.01791 35.9826 5.6001 35.4672 5.6001Z" fill="%23E9162B"/><path d="M23.3337 16.8002H32.667C33.1825 16.8002 33.6003 16.3823 33.6003 15.8669C33.6003 15.3515 33.1825 14.9336 32.667 14.9336H23.3337C22.8182 14.9336 22.4004 15.3514 22.4004 15.8669C22.4004 16.3824 22.8183 16.8002 23.3337 16.8002Z" fill="%23E9162B"/><path d="M23.3337 20.5331H32.667C33.1825 20.5331 33.6003 20.1153 33.6003 19.5998C33.6003 19.0843 33.1825 18.6665 32.667 18.6665H23.3337C22.8182 18.6665 22.4004 19.0843 22.4004 19.5998C22.4004 20.1153 22.8183 20.5331 23.3337 20.5331Z" fill="%23E9162B"/><path d="M23.3337 24.2665H32.667C33.1825 24.2665 33.6003 23.8486 33.6003 23.3332C33.6003 22.8177 33.1825 22.3999 32.667 22.3999H23.3337C22.8182 22.3999 22.4004 22.8178 22.4004 23.3332C22.4004 23.8486 22.8183 24.2665 23.3337 24.2665Z" fill="%23E9162B"/></g><defs><clipPath id="clip0_2223_18499"><rect width="56" height="56" fill="white"/></clipPath></defs></svg>'); }
  header.header .navPages-item .navPage-subMenu-action[href*="/industries/robotics/"]::before {
    background-image: url('data:image/svg+xml,<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M32.8645 31.1531C32.8645 29.0034 31.1176 27.2545 28.9704 27.2545C26.8231 27.2545 25.0762 29.0033 25.0762 31.1531C25.0762 33.3028 26.8231 35.0516 28.9704 35.0516C31.1177 35.0516 32.8645 33.3027 32.8645 31.1531ZM26.7169 31.1531C26.7169 29.9081 27.7279 28.8951 28.9705 28.8951C30.2131 28.8951 31.224 29.9081 31.224 31.1531C31.224 32.3981 30.2131 33.411 28.9705 33.411C27.7279 33.411 26.7169 32.3981 26.7169 31.1531Z" fill="%23E9162B"/><path d="M6.04737 12.0648C4.30185 12.0648 2.88184 13.4864 2.88184 15.2337C2.88184 16.9812 4.30185 18.4028 6.04737 18.4028C7.79288 18.4028 9.21301 16.9812 9.21301 15.2337C9.21301 13.4864 7.79288 12.0648 6.04737 12.0648ZM6.04737 16.762C5.20649 16.762 4.52246 16.0764 4.52246 15.2336C4.52246 14.391 5.20649 13.7053 6.04737 13.7053C6.88824 13.7053 7.57238 14.391 7.57238 15.2336C7.57238 16.0764 6.88824 16.762 6.04737 16.762Z" fill="%23E9162B"/><path d="M54.2545 7.68305C52.6948 6.88023 50.7314 7.51898 49.9364 9.0685L47.9199 12.9989L43.2095 11.3606L43.9133 6.42348L48.267 6.43377C52.3986 6.43377 52.5203 0.0273438 48.3398 0.0171719L41.1364 0C41.1339 0 41.1315 0 41.129 0C39.5438 0 38.1809 1.18213 37.9566 2.75592L37.8275 3.69173C37.6824 4.74239 39.3076 4.96672 39.4527 3.91606L39.5813 2.98386C39.6906 2.21747 40.3555 1.64073 41.1289 1.64073H41.1325L48.3359 1.6578C50.3675 1.66283 50.2999 4.79314 48.2709 4.79314L43.2038 4.78122C43.2031 4.78122 43.2025 4.78122 43.2018 4.78122C42.7938 4.78122 42.4475 5.08145 42.3898 5.4857L41.49 11.7976C41.4347 12.1861 41.6621 12.5593 42.0326 12.6883L48.0547 14.7829C48.441 14.9171 48.8674 14.7466 49.0541 14.3826L51.3961 9.81761C52.3198 8.0173 55.1047 9.45864 54.1834 11.2543L50.8954 17.6633C50.5463 18.3437 49.7226 18.6807 48.9896 18.4256L41.9629 15.988C41.7315 15.9078 41.4763 15.9351 41.2673 16.0625L38.6387 17.664C35.4334 19.6164 32.1195 14.5983 35.5116 12.532L38.1472 10.9261C38.3561 10.7988 38.4973 10.585 38.5323 10.3429L38.8353 8.24786C38.9871 7.19819 37.3633 6.96314 37.2115 8.01314L36.9639 9.72606L35.7826 10.4457H9.79805C7.07866 8.47787 2.9864 8.67639 1.05473 11.6813C-0.814055 14.3929 -0.133523 18.1227 2.57395 19.9979L15.7173 29.1024C13.937 29.783 11.9806 30.3172 10.3077 31.2426C9.3797 31.756 10.174 33.1922 11.1019 32.6782C11.3154 32.5602 11.5345 32.4578 11.7532 32.3743L27.43 26.3811C28.6994 25.8957 30.0818 25.9342 31.3223 26.4897C32.5629 27.045 33.513 28.0507 33.9987 29.3251C34.9977 31.9456 33.6802 34.8918 31.0619 35.8927L15.385 41.8859C12.7916 42.8772 9.80112 41.5272 8.8162 38.942C8.39981 37.8499 8.37279 36.638 8.74018 35.5296C9.07388 34.5228 7.51649 34.0067 7.1829 35.0135C6.69706 36.4794 6.73271 38.0822 7.28079 39.5198C7.9308 41.3398 9.47879 42.8019 11.2799 43.4579V47.226H9.71285C9.34316 47.226 9.0192 47.4733 8.92163 47.8299L7.1351 54.3594H4.58918C4.13615 54.3594 3.76887 54.7265 3.76887 55.1797C3.76887 55.6328 4.13615 56 4.58918 56H32.3027C32.7558 56 33.123 55.6328 33.123 55.1797C33.123 54.7265 32.7558 54.3594 32.3027 54.3594H29.7568L27.9704 47.8299C27.8728 47.4733 27.5489 47.226 27.1792 47.226H25.6119V39.7328L31.6479 37.4253C35.1105 36.1015 36.8528 32.2057 35.5306 28.737C34.6456 26.4157 32.4794 24.733 30.0114 24.4472L23.2101 19.7358H36.8968C38.7427 19.8118 40.2914 18.578 41.7908 17.6645L48.4515 19.9753C49.9328 20.4902 51.6402 19.8056 52.3552 18.4121L55.6432 12.003C56.4501 10.4302 55.8271 8.49231 54.2545 7.68305ZM28.0558 54.3594H8.83599L10.3388 48.8667H26.553L28.0558 54.3594ZM23.9712 47.226H12.9206V43.8326C13.9535 43.9338 15.0015 43.789 15.971 43.4185L23.9712 40.36V47.226ZM26.8441 24.8487L17.5739 28.3928L3.50812 18.6493C1.54166 17.2872 1.04827 14.5772 2.40824 12.6084C3.76449 10.6871 6.4887 10.1486 8.44782 11.5059L27.4306 24.6553C27.2335 24.7109 27.0377 24.7746 26.8441 24.8487ZM12.1665 12.086H33.5374C32.0873 13.7884 32.0932 16.3908 33.5331 18.0952H20.8415L12.1665 12.086Z" fill="%23E9162B"/><path d="M36.9829 15.9616C38.0385 15.9616 38.0403 14.321 36.9829 14.321C35.9272 14.321 35.9254 15.9616 36.9829 15.9616Z" fill="%23E9162B"/></svg>'); }
  header.header .navPages-item .navPage-subMenu-action[href*="/industries/aerospace/"]::before,
  header.header .navPages-item .navPage-subMenu-action[href*="/industries/air-cargo/"]::before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 56 56"><!-- Generator: Adobe Illustrator 30.2.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 1) --><defs><style> .st0 { fill: none; } .st1 { fill: %23e9162b; } .st2 { clip-path: url(%23clippath); } </style><clipPath id="clippath"><rect class="st0" width="56" height="56"/></clipPath></defs><g class="st2"><g><path class="st1" d="M4.46,17.47c-.19-.04-.41.02-.6.12l-3.37,1.96C.18,19.73,0,20.08,0,20.43s.21.68.55.84l4.66,2.33-1.79,1.04c-.35.2-.53.59-.49.98.06.39.33.7.72.82l5.32,1.43s.18.04.25.04c.18,0,.33-.04.49-.14l2.03-1.17c1.83-1.06,3.9-1.55,6-1.41,2.49.16,4.93-.41,7.09-1.66L55.51,5.71c.47-.27.62-.86.35-1.33-.74-1.29-1.81-2.33-3.04-3.07-.1-.1-.21-.16-.33-.2-.62-.33-1.27-.63-1.95-.82-2.25-.6-4.63-.29-6.66.88l-1.69.98-8.98,5.2-18.15-2.78c-.21-.04-.45,0-.64.12l-5.06,2.94c-.31.18-.51.53-.49.9s.25.7.58.84l11.65,4.99-7.32,4.25-9.35-1.13h.04-.01ZM3.04,20.33l1.52-.88,6.45.78-3.78,2.19s-4.19-2.09-4.19-2.09ZM49.96,2.15l-4.97,2.88-.97-1.7.84-.49c1.56-.9,3.35-1.13,5.1-.7M15.12,6.56l21.58,3.31-8.98,5.2-15.68-6.73s3.08-1.78,3.08-1.78ZM25.59,16.28c-.47.27-.62.86-.35,1.33.18.31.51.49.84.49.16,0,.33-.04.49-.14l15.17-8.81c.47-.27.62-.86.35-1.33-.27-.47-.88-.63-1.32-.35l-1.38.8-3.08-.47,6.04-3.5,1.46,2.54c.18.31.51.49.84.49.16,0,.33-.04.49-.14l7.01-4.07c.56.39,1.07.84,1.5,1.39l-29.8,17.3c-1.83,1.06-3.9,1.55-6,1.41-2.47-.16-4.93.41-7.09,1.66l-1.68.98-2.67-.72,16.95-9.82,2.24.96h-.01Z"/><path class="st1" d="M54.98,54h-1.02v-3c0-.56-.45-1-1.02-1h-.77v-25c0-.56-.45-1-1.02-1h-15.33c-.57,0-1.02.44-1.02,1v5h-16.4c-.57,0-1.02.44-1.02,1v2c0,.56.45,1,1.02,1s1.02-.44,1.02-1v-1h3.59v5c0,.38.2.7.53.88.33.18.74.16,1.04-.04l2.5-1.62,2.5,1.62c.16.12.37.16.57.16.16,0,.33-.04.49-.12.33-.18.53-.5.53-.88v-5h3.59v18h-15.35v-10.51s0-.03,0-.05v-2.45c0-.56-.45-1-1.02-1s-1.02.44-1.02,1v1.5H4.94c-.57,0-1.02.44-1.02,1l-.02,10.51h-.62c-.57,0-1.02.44-1.02,1v3h-1.02c-.57,0-1.02.44-1.02,1s.45,1,1.02,1h53.74c.57,0,1.02-.44,1.02-1s-.45-1-1.02-1ZM29.17,35.12h-.03l-1.47-.96c-.35-.22-.8-.22-1.13,0l-1.47.96v-3.12h4.1v3.12ZM45.53,26v3.14l-1.47-.96c-.35-.22-.8-.22-1.13,0l-1.47.96v-3.14h4.07ZM36.8,26h2.58v5c0,.38.2.7.53.88.33.18.74.16,1.04-.04l2.5-1.62,2.5,1.62c.16.12.37.16.57.16.16,0,.33-.04.49-.12.33-.18.53-.5.53-.88v-5h2.55v10.87h-13.29v-10.87ZM41.56,38.87h4.07v3.12l-1.47-.96c-.35-.22-.8-.22-1.13,0l-1.47.96v-3.12ZM36.79,38l.02.87h2.67v5c0,.38.2.7.53.88s.74.16,1.04-.04l2.5-1.62,2.5,1.62c.16.12.37.16.57.16.16,0,.33-.04.49-.12.33-.18.53-.5.53-.88v-5h2.44v11.13h-13.29v-12ZM9.52,40.49h4.07v3.14l-1.47-.96c-.35-.22-.8-.22-1.13,0l-1.47.96v-3.14ZM5.95,40.49h1.5v5c0,.38.2.7.53.88s.74.16,1.04-.04l2.5-1.62,2.5,1.62c.16.12.37.16.57.16.16,0,.33-.04.49-.12.33-.18.53-.5.53-.88v-5h1.47v9.51H5.95v-9.51ZM51.9,54H4.3v-2h47.6v2Z"/></g></g></svg>'); }
  header.header .navPages-item .navPage-subMenu-action[href*="/capabilities/engineering/"]::before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 56 56"><!-- Generator: Adobe Illustrator 30.2.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 1) --><defs><style> .st0 { fill: %23e9162b; } </style></defs><path class="st0" d="M52.55,4.36h-1.78v-1.77C50.78,1.16,49.62,0,48.21,0H13.05C12.59,0,12.23.37,12.23.83s.37.83.82.83h35.16c.51,0,.93.42.93.94v27.4c0,.52-.42.94-.93.94H7.79c-.51,0-.93-.42-.93-.94V2.59c0-.52.42-.94.93-.94h1.43c.45,0,.82-.37.82-.83s-.37-.83-.82-.83h-1.43c-1.42,0-2.57,1.16-2.57,2.59v1.77h-1.78c-1.9,0-3.45,1.56-3.45,3.47v32.96c0,1.91,1.55,3.47,3.45,3.47h15.85l-1.34,4.84h-2.09c-1.42,0-2.57,1.16-2.57,2.59v1.73c0,1.43,1.15,2.59,2.57,2.59h18.73c.45,0,.82-.37.82-.83s-.37-.83-.82-.83H15.87c-.51,0-.93-.42-.93-.94v-1.73c0-.52.42-.94.93-.94h24.25c.51,0,.93.42.93.94v1.73c0,.52-.42.94-.93.94h-1.69c-.45,0-.82.37-.82.83s.37.83.82.83h1.69c1.42,0,2.57-1.16,2.57-2.59v-1.73c0-1.43-1.15-2.59-2.57-2.59h-2.09l-1.34-4.84h15.85c1.9,0,3.45-1.56,3.45-3.47V7.83c0-1.91-1.55-3.47-3.45-3.47ZM3.45,6.01h1.78v23.98c0,1.43,1.15,2.59,2.57,2.59h40.41c1.42,0,2.57-1.16,2.57-2.59V6.01h1.78c1,0,1.8.81,1.8,1.82v28.14H1.64V7.83c0-1,.81-1.82,1.8-1.82h0ZM32.86,37.62l-.3,1.3c-.05.23-.25.38-.48.38h-8.15c-.23,0-.43-.16-.48-.38l-.3-1.3h9.72ZM36.33,49.1h-16.67l1.34-4.84h14l1.34,4.84ZM52.55,42.61H3.45c-1,0-1.8-.81-1.8-1.82v-3.17h19.82l.39,1.68c.23.98,1.08,1.66,2.08,1.66h8.15c1,0,1.85-.68,2.08-1.66l.39-1.68h19.82v3.17c0,1-.81,1.82-1.8,1.82Z"/><path class="st0" d="M12.06,10.68c.45,0,.82-.37.82-.83s-.37-.83-.82-.83h-2.63c-.45,0-.82.37-.82.83s.37.83.82.83h.53v15.84h-.5c-.45,0-.82.37-.82.83s.37.83.82.83h2.63c.45,0,.82-.37.82-.83s-.37-.83-.82-.83h-.5v-15.84h.46Z"/><path class="st0" d="M24.1,13.95c-2.55,0-4.62,2.09-4.62,4.65s2.07,4.65,4.62,4.65,4.62-2.09,4.62-4.65-2.07-4.65-4.62-4.65h0ZM24.1,21.6c-1.64,0-2.98-1.34-2.98-3s1.34-3,2.98-3,2.98,1.34,2.98,3-1.34,3-2.98,3Z"/><path class="st0" d="M14.06,4.4c-.45,0-.82.37-.82.83v2.65c0,.46.37.83.82.83s.82-.37.82-.83v-.5h18.43v.5c0,.46.37.83.82.83s.82-.37.82-.83v-2.65c0-.46-.37-.83-.82-.83s-.82.37-.82.83v.5H14.88v-.5c0-.46-.37-.83-.82-.83h0Z"/><path class="st0" d="M36.01,10.22h-1.61c-.34,0-.67.1-.95.29l-2.17,1.47-1.08-1.87c-.38-.66-1.09-1.07-1.85-1.07h-8.52c-.76,0-1.47.41-1.85,1.07l-4.26,7.42c-.38.66-.38,1.48,0,2.15l4.26,7.42c.38.66,1.09,1.07,1.85,1.07h8.52c.76,0,1.47-.41,1.85-1.07l4.26-7.42c.38-.66.38-1.48,0-2.15l-2.36-4.12,2.27-1.53s.02,0,.03,0h1.61c.45,0,.82-.37.82-.83s-.37-.83-.82-.83h0ZM33.04,18.85l-4.26,7.42c-.09.15-.25.25-.43.25h-8.52c-.18,0-.34-.09-.43-.25l-4.26-7.42c-.09-.15-.09-.34,0-.5l4.26-7.42c.09-.15.25-.25.43-.25h8.52c.18,0,.34.09.43.25l4.26,7.42c.09.15.09.34,0,.5Z"/><path class="st0" d="M34.25,23.79v2.67c0,.94.76,1.71,1.7,1.71h9.72c.93,0,1.7-.77,1.7-1.71v-2.67c0-.94-.76-1.71-1.7-1.71h-9.72c-.93,0-1.7.77-1.7,1.71ZM45.72,23.79v2.67s-.02.06-.05.06h-9.72s-.05-.02-.05-.06v-2.67s.02-.06.05-.06h9.72s.05.02.05.06Z"/><path class="st0" d="M39.13,11.87h6.85c.45,0,.82-.37.82-.83s-.37-.83-.82-.83h-6.85c-.45,0-.82.37-.82.83s.37.83.82.83Z"/><path class="st0" d="M39.13,14.84h6.85c.45,0,.82-.37.82-.83s-.37-.83-.82-.83h-6.85c-.45,0-.82.37-.82.83s.37.83.82.83Z"/><path class="st0" d="M39.13,17.81h6.85c.45,0,.82-.37.82-.83s-.37-.83-.82-.83h-6.85c-.45,0-.82.37-.82.83s.37.83.82.83Z"/><path class="st0" d="M39.13,20.78h5.32c.45,0,.82-.37.82-.83s-.37-.83-.82-.83h-5.32c-.45,0-.82.37-.82.83s.37.83.82.83Z"/></svg>'); }
  header.header .navPages-item .navPage-subMenu-action[href*="/capabilities/manufacturing/"]::before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 56 56"><!-- Generator: Adobe Illustrator 30.2.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 1) --><defs><style> .st0 { fill: %23e9162b; } </style></defs><path class="st0" d="M13.78,39.42h-7.44c-.48,0-.88.39-.88.88s.39.88.88.88h7.44c.48,0,.88-.39.88-.88s-.39-.88-.88-.88Z"/><path class="st0" d="M13.12,9.3c.17,0,.34-.05.49-.15.09-.06.17-.14.24-.24.27-.4.16-.94-.24-1.21-.4-.27-.94-.16-1.21.24-.27.4-.16.94.24,1.21.14.1.31.15.49.15Z"/><circle class="st0" cx="20.12" cy="18.05" r=".44"/><circle class="st0" cx="14.88" cy="23.3" r=".44"/><path class="st0" d="M27.12,9.3c.17,0,.34-.05.49-.15.09-.06.17-.14.24-.24.27-.4.16-.94-.24-1.21-.4-.27-.94-.16-1.21.24-.27.4-.16.94.24,1.21.14.1.31.15.49.15Z"/><path class="st0" d="M52.35,37.93c-.27-.4-.81-.51-1.22-.24-.4.27-.51.81-.24,1.22.27.4.81.51,1.22.24.24-.16.39-.43.39-.73,0-.17-.05-.34-.15-.49Z"/><path class="st0" d="M47.4,37.93c-.27.4-.16.94.24,1.21.3.2.68.2.98,0,.09-.06.17-.14.24-.24.27-.4.16-.94-.24-1.21-.4-.27-.94-.16-1.21.24Z"/><path class="st0" d="M43.9,37.93c-.27.4-.16.94.24,1.21.3.2.68.2.98,0,.09-.06.17-.14.24-.24.27-.4.16-.94-.24-1.21-.4-.27-.94-.16-1.21.24Z"/><path class="st0" d="M40.4,37.93c-.27.4-.16.94.24,1.21.3.2.68.2.98,0,.09-.06.17-.14.24-.24.27-.4.16-.94-.24-1.21-.4-.27-.94-.16-1.21.24Z"/><path class="st0" d="M36.9,37.93c-.27.4-.16.94.24,1.21.3.2.68.2.98,0,.09-.06.17-.14.24-.24.27-.4.16-.94-.24-1.21-.4-.27-.94-.16-1.21.24Z"/><path class="st0" d="M33.4,37.93c-.27.4-.16.94.24,1.21.3.2.68.2.98,0,.09-.06.17-.14.24-.24.27-.4.16-.94-.24-1.21-.4-.27-.94-.16-1.21.24Z"/><path class="st0" d="M29.9,37.93c-.27.4-.16.94.24,1.21.3.2.68.2.98,0,.09-.06.17-.14.24-.24.27-.4.16-.94-.24-1.21-.4-.27-.94-.16-1.21.24Z"/><path class="st0" d="M26.4,37.93c-.27.4-.16.94.24,1.21.3.2.68.2.98,0,.09-.06.17-.14.24-.24.27-.4.16-.94-.24-1.21-.4-.27-.94-.16-1.21.24Z"/><path class="st0" d="M22.9,37.93c-.27.4-.16.94.24,1.21.3.2.68.2.98,0,.09-.06.17-.14.24-.24.27-.4.16-.94-.24-1.21-.4-.27-.94-.16-1.21.24Z"/><path class="st0" d="M55.12,51.71h-6.12v-4.28h3.5c.48,0,.88-.39.88-.88s-.39-.88-.88-.88h-8.75c-.48,0-.88.39-.88.88s.39.88.88.88h3.5v4.28h-19.25v-4.28h3.5c.48,0,.88-.39.88-.88s-.39-.88-.88-.88h-8.75c-.48,0-.88.39-.88.88s.39.88.88.88h3.5v4.28h-8.75v-2.84c1.45,0,2.62-1.18,2.62-2.62v-3.31h32.38c1.93,0,3.5-2.07,3.5-4.5,0-2.43-1.31-4.25-3.06-4.47v-7.16c0-.97-.78-1.75-1.75-1.75h-6.12c-.97,0-1.75.78-1.75,1.75v7.13h-7v-7.13c0-.97-.78-1.75-1.75-1.75h-6.12c-.97,0-1.75.78-1.75,1.75v7.13h-6.6c-.21-1.26-1.31-2.19-2.59-2.19h-4.59v-4.94h1.58c.06,0,.11,0,.17,0,.05,0,.1,0,.16,0,.89,0,1.75-.35,2.38-.99l4.72-4.72c.16-.09.3-.2.44-.31.72-.61,1.18-1.49,1.25-2.44,0-.06,0-.11.01-.17,0-.03,0-.06,0-.09,0-.31-.02-.61-.1-.91,0-.04-.02-.08-.03-.12,0-.03-.02-.06-.03-.09-.11-.4-.3-.77-.54-1.11l-2.25-3.07h6.01c.1.14.22.28.34.4l7.58,7.58c1.11,1.11,2.83,1.33,4.18.54l.38.38c.34.34.43.86.24,1.3-.49,1.1-.25,2.39.6,3.25l1.13,1.13c.34.34.9.34,1.24,0,.34-.34.34-.9,0-1.24h0s-1.13-1.13-1.13-1.13c-.34-.34-.43-.86-.24-1.3.16-.37.25-.77.25-1.17.4,0,.8-.08,1.17-.25.44-.2.96-.1,1.3.24l1.13,1.13c.34.34.9.34,1.24,0,.34-.34.34-.9,0-1.24l-1.13-1.13c-.86-.85-2.15-1.09-3.25-.6-.44.2-.96.1-1.3-.24l-.38-.38c.79-1.36.57-3.07-.54-4.18l-7.58-7.58c-.11-.11-.23-.21-.36-.31-.22-2.24-2.1-3.96-4.35-3.96h-14.13c-1.97,0-3.69,1.32-4.21,3.21-1.99-.11-6.67,0-7.51,3.36-.36,1.28-.2,2.65.45,3.82.4.83.58,1.2-.31,2.45C-.25,19.29-.14,20.96.25,21.94c.31.79,1.08,1.78,2.94,2.29.39,1.45,1.66,2.48,3.16,2.55v4.95h-3.72C1.18,31.74,0,32.91,0,34.36v11.88c0,1.45,1.18,2.62,2.62,2.62v2.84H.88C.39,51.71,0,52.1,0,52.58s.39.88.87.88h54.25c.48,0,.88-.39.88-.88s-.39-.88-.88-.88ZM45.06,26.8h6.12v7.13h-6.12v-7.13ZM28.44,26.8h6.12v7.13h-6.12v-7.13ZM20.12,35.67h32.38c.97,0,1.73,1.35,1.75,2.75.02,1.32-.78,2.75-1.75,2.75H20.12v-5.5ZM15.95,24.57c-.64.61-1.65.61-2.29,0l-.06-.06c-.63-.63-.63-1.66,0-2.29l3.16-3.16.82,1.11c.4.55.95.96,1.59,1.19l-3.21,3.21ZM21.52,16.9c.58.79.45,1.89-.28,2.54-.32.27-.74.4-1.16.35-.44-.06-.83-.29-1.08-.65h0s-4.65-6.34-4.65-6.34h4.16l3.01,4.1ZM31.23,10.11l7.02,7.02c.51.52.64,1.3.32,1.95-.42.04-.75.37-.78.78-.65.32-1.43.19-1.95-.32l-7.05-7.05c1.1-.43,1.98-1.29,2.44-2.38ZM10.47,7.99c.21-1.27,1.3-2.2,2.59-2.2h14.13c1.45,0,2.62,1.18,2.62,2.62s-1.18,2.62-2.62,2.62h-14.13c-1.41,0-2.57-1.12-2.62-2.53.07-.17.08-.35.03-.52ZM3.17,22.39c-.57-.17-1.04-.57-1.3-1.1-.32-.81.04-2.01,1.03-3.4,1.38-1.94,1.05-3.02.46-4.23-.47-.79-.59-1.75-.33-2.63.52-2.06,4.09-2.11,5.69-2.03.25,1.8,1.58,3.26,3.35,3.67l3.63,4.95-2.17,2.17h-7.03c-1.58,0-2.95,1.07-3.34,2.6ZM4.81,23.34v-.09c0-.94.76-1.7,1.71-1.71h5.39c-.68,1.06-.71,2.41-.08,3.5h-5.31c-.94,0-1.7-.76-1.71-1.71ZM11.16,26.8v4.94h-3.06v-4.94h3.06ZM1.75,46.24v-11.88c0-.48.39-.87.88-.88h14.88c.48,0,.87.39.88.88v11.88c0,.48-.39.87-.88.88H2.62c-.48,0-.87-.39-.88-.88ZM15.75,51.71H4.38v-2.84h11.38v2.84Z"/></svg>'); }
  header.header .navPages-item .navPage-subMenu-action[href*="/capabilities/testing/"]::before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 56 56"><!-- Generator: Adobe Illustrator 30.2.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 1) --><defs><style> .st0 { fill: %23e9162b; } </style></defs><path class="st0" d="M36.71,38.4c-.56,0-1,.45-1,1v12.1c0,1.37-1.11,2.48-2.48,2.48H5.01c-1.37,0-2.48-1.11-2.48-2.48V11.11c0-1.37,1.11-2.48,2.48-2.48h4.09c.55,0,1-.45,1-1s-.45-1-1-1h-4.09c-2.47,0-4.49,2.01-4.49,4.49v40.41c0,2.47,2.01,4.49,4.49,4.49h28.21c2.47,0,4.49-2.01,4.49-4.49v-12.1c0-.56-.45-1-1-1Z"/><path class="st0" d="M29.13,8.63h4.09c1.37,0,2.48,1.11,2.48,2.48v5.92c0,.55.45,1,1,1s1-.45,1-1v-5.92c0-2.47-2.01-4.49-4.49-4.49h-4.09c-.56,0-1,.45-1,1s.45,1,1,1Z"/><path class="st0" d="M13.46,10.54h11.32c.99,0,1.79-.8,1.79-1.79v-2.26c0-1.35-1.14-2.48-2.48-2.48h-1.87v-.91c0-1.68-1.42-3.09-3.09-3.09h-.35c-1.68,0-3.09,1.42-3.09,3.09v.91h-1.52c-1.35,0-2.48,1.14-2.48,2.48v2.26c0,.99.8,1.79,1.79,1.79ZM17.68,3.09c0-.58.51-1.09,1.09-1.09h.35c.58,0,1.09.51,1.09,1.09v.91h-2.52v-.91ZM13.68,6.49c0-.23.25-.48.48-.48h9.93c.23,0,.48.24.48.48v2.04h-10.88v-2.04Z"/><path class="st0" d="M28.02,42.7c-.55,0-1,.45-1,1v4.18c0,.56.45,1,1,1h3.4c.56,0,1-.45,1-1v-4.18c0-.56-.45-1-1-1h-3.4ZM30.41,46.88h-1.39v-2.17h1.39v2.17Z"/><path class="st0" d="M20.96,36.6c-.55,0-1,.45-1,1v10.28c0,.56.45,1,1,1h3.4c.55,0,1-.45,1-1v-10.28c0-.56-.45-1-1-1h-3.4ZM23.35,46.87h-1.39v-8.27h1.39v8.27Z"/><path class="st0" d="M13.98,39.01c-.55,0-1,.45-1,1v7.84c0,.56.45,1,1,1h3.4c.55,0,1-.45,1-1v-7.84c0-.56-.45-1-1-1h-3.4ZM16.37,46.85h-1.39v-5.83h1.39v5.83Z"/><path class="st0" d="M6.92,32.21c-.55,0-1,.45-1,1v14.63c0,.56.45,1,1,1h3.4c.55,0,1-.45,1-1v-14.63c0-.56-.45-1-1-1h-3.4ZM9.31,46.84h-1.39v-12.62h1.39v12.62Z"/><path class="st0" d="M23.68,21.23c-.36-.16-.75-.25-1.17-.25-.44,0-.85.1-1.22.28l-2.99-2.99c.27-.44.43-.95.43-1.5,0-1.61-1.31-2.92-2.92-2.92s-2.92,1.31-2.92,2.92c0,.44.1.85.28,1.22l-3.24,3.24c-.36-.16-.75-.25-1.17-.25-1.61,0-2.92,1.31-2.92,2.92s1.31,2.92,2.92,2.92,2.92-1.31,2.92-2.92c0-.46-.12-.89-.31-1.28l3.22-3.22c.37.17.78.28,1.22.28.32,0,.62-.06.91-.16l3.16,3.16c-.17.37-.28.78-.28,1.22,0,1.61,1.31,2.92,2.92,2.92s2.92-1.31,2.92-2.92c0-.46-.12-.89-.31-1.28l3.22-3.22c.37.17.78.28,1.22.28,1.61,0,2.92-1.31,2.92-2.92s-1.31-2.92-2.92-2.92-2.92,1.31-2.92,2.92c0,.44.1.85.28,1.22l-3.24,3.24ZM8.75,24.82c-.49,0-.91-.42-.91-.91s.42-.91.91-.91.91.42.91.91-.42.91-.91.91ZM14.9,16.77c0-.49.42-.91.91-.91s.91.42.91.91-.42.91-.91.91-.91-.42-.91-.91ZM22.51,24.82c-.49,0-.91-.42-.91-.91s.42-.91.91-.91.91.42.91.91-.42.91-.91.91ZM29.57,15.85c.49,0,.91.42.91.91s-.42.91-.91.91-.91-.42-.91-.91.42-.91.91-.91Z"/><path class="st0" d="M55.48,28.26c0-6.12-4.98-11.11-11.11-11.11s-11.11,4.98-11.11,11.11c0,5.79,4.45,10.55,10.1,11.06v1.96h-1.35c-.56,0-1,.45-1,1v10.54c0,1.78,1.4,3.18,3.18,3.18h.35c1.78,0,3.18-1.4,3.18-3.18v-10.54c0-.56-.45-1-1-1h-1.35v-1.96c5.65-.51,10.1-5.27,10.1-11.06ZM35.27,28.26c0-5.02,4.08-9.1,9.1-9.1s9.1,4.08,9.1,9.1-3.9,8.9-8.75,9.08c-.11-.04-.22-.07-.35-.07s-.24.03-.35.07c-4.86-.18-8.75-4.18-8.75-9.08ZM45.72,52.82c0,.67-.5,1.17-1.17,1.17h-.35c-.67,0-1.17-.5-1.17-1.17v-9.53h2.69v9.53Z"/><path class="st0" d="M44.37,35.54c4.01,0,7.27-3.26,7.27-7.27s-3.3-7.27-7.36-7.27-7.27,3.26-7.27,7.27,3.37,7.27,7.36,7.27ZM44.29,23c2.95,0,5.35,2.36,5.35,5.27s-2.36,5.27-5.27,5.27-5.35-2.41-5.35-5.27,2.36-5.27,5.27-5.27Z"/></svg>'); }
  header.header .navPages-item .navPage-subMenu-action[href*="/casters/"]::before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_2" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 56 56"><!-- Generator: Adobe Illustrator 30.2.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 1) --><defs><style> .st0 { fill: %23e9162b; } </style></defs><path class="st0" d="M32.32,42.63h.03c-2.7,2.41-6.17,3.73-9.79,3.73-8.12,0-14.73-6.56-14.73-14.63s6.49-14.69,14.51-14.81l-1.87,4.51c-4.93.85-8.59,5.14-8.59,10.21,0,5.72,4.65,10.37,10.37,10.37s10.37-4.65,10.37-10.37c0-1.43-.3-2.79-.85-4.08.91-1.32,1.9-2.76,2.93-4.24,1.53,2.23,2.42,4.8,2.56,7.53.03.52.46.93.98.93h.05c.54-.03.96-.49.93-1.03-.18-3.34-1.34-6.48-3.34-9.13,4.81-6.93,9.9-14.17,9.99-14.3.21-.3.24-.69.07-1.02s-.51-.53-.87-.53h-1.32c-.02-.11-.02-.22-.05-.32l-.43-1.28c-.82-2.5-3.15-4.17-5.77-4.17h-4.86c-2.62,0-4.95,1.67-5.77,4.16l-.43,1.28c-.03.1-.03.21-.05.32h-11.27c-.37-.58-1.03-.97-1.78-.97l-8.86.09c-1.16,0-2.1.94-2.1,2.1v.92c0,1.04.76,1.9,1.76,2.06l5.06,3.14-3.35,3.4c-1.01,1.01-1.01,2.64,0,3.65.46.46,1.07.71,1.73.71h.15c.66-.04,1.29-.32,1.77-.8l5.63-5.63c.23-.23.41-.51.54-.8.7.25,1.44.35,1.99.35h5.88l-.41.98c-.2,0-.39-.02-.59-.02-9.2,0-16.69,7.53-16.69,16.78s7.49,16.6,16.69,16.6c4.1,0,8.04-1.5,11.09-4.22.4-.36.44-.98.08-1.39-.36-.41-.98-.44-1.39-.08ZM4.36,7.9v-.92c0-.07.06-.13.14-.13l8.86-.09c.07,0,.13.06.13.13v.92c0,.07-.07.13-.14.13l-8.86.09c-.07,0-.13-.06-.13-.13ZM7.89,9.97h-.01l5.48-.06c.07,0,.13,0,.2-.02v.19c-.75-.07-1.52.16-2.06.71l-.86.88-2.75-1.7ZM13.75,13.06l-5.62,5.62c-.13.13-.31.22-.49.23-.15,0-.28-.04-.38-.13-.24-.24-.24-.63,0-.88l5.62-5.72c.23-.23.64-.23.87,0,.12.12.18.27.18.44s-.06.32-.18.44ZM22.26,40.04c-4.63,0-8.41-3.77-8.41-8.4,0-3.66,2.35-6.82,5.69-7.95l-2.58,6.24c-.07.21-1.75,5.19,1.9,7.33,1.07.63,2.04.9,2.93.9,2.61,0,4.49-2.32,5.91-4.56.46-.73,1.43-2.18,2.7-4.02.17.67.26,1.36.26,2.07,0,4.62-3.77,8.39-8.4,8.39ZM28.51,5.65l.28-.84c.55-1.66,2.1-2.78,3.85-2.77h4.86c1.75,0,3.3,1.12,3.85,2.77l.32.96h-13.2l.04-.12ZM17.68,12.02s-2.15-.06-2.15-1.06c0-1.17-.03-2.4-.05-3.24h13.67v2.7c0,.48-.18,1.6-1.59,1.6h-9.88ZM25.68,13.99h1.88c2.61,0,3.55-2.12,3.55-3.55v-2.71h12.06c-1.82,2.59-5.59,7.98-9.17,13.13h.01c-.12.11-.2.24-.26.38-3.47,5.01-6.71,9.71-7.71,11.3-2.55,4.04-4.26,4.15-6.18,3.02-2.25-1.32-1.05-4.94-1.06-4.94l6.88-16.63Z"/><path class="st0" d="M20.44,33.56c.18.3.5.49.85.49h2.21c.35,0,.68-.19.85-.49l1.11-1.92c.18-.3.18-.68,0-.98l-1.11-1.91c-.18-.3-.5-.49-.85-.49h-2.21c-.35,0-.68.19-.85.49l-1.11,1.91c-.18.3-.18.68,0,.98l1.11,1.92ZM21.85,30.23h1.08l.54.93-.54.93h-1.08l-.54-.93.54-.93Z"/><path class="st0" d="M51.46,40.35l1.23-2.63c.49-1.06.42-2.56-.17-3.49-.35-.55-.86-.86-1.43-.86h-14.3c-.57,0-1.07.3-1.43.85-.59.92-.67,2.41-.19,3.47l1.25,2.75c-1.34,1.64-2.03,3.63-2.03,5.95,0,5.3,4.31,9.61,9.61,9.61s9.61-4.31,9.61-9.61c0-2.21-.76-4.33-2.15-6.04ZM36.98,35.33h13.91c.15.28.27,1.01.02,1.56l-4.26,9.16c-.75,1.62-1.76,2.55-2.76,2.55s-2.03-.96-2.79-2.62l-.69-1.51s0-.02-.01-.02l-3.43-7.56c-.24-.54-.13-1.27.02-1.55h-.01ZM44.02,54.05h-.02c-4.21-.01-7.64-3.44-7.64-7.65,0-1.49.33-2.78,1-3.89l1.24,2.72s0,.02.01.03l.7,1.54c1.08,2.39,2.75,3.77,4.57,3.78h.02c1.8,0,3.45-1.34,4.54-3.68l2.09-4.49c.73,1.19,1.13,2.57,1.13,4,0,4.21-3.43,7.64-7.64,7.64Z"/><path class="st0" d="M43.87,47.96c1.03,0,1.87-.84,1.87-1.87s-.84-1.88-1.87-1.88-1.87.84-1.87,1.88.84,1.87,1.87,1.87ZM43.87,46s.09.04.09.09c0,.1-.18.1-.18,0,0-.05.04-.09.09-.09Z"/></svg>'); }
  header.header .navPages-item .navPage-subMenu-action[href*="/wheels/"]::before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_2" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 56 56"><!-- Generator: Adobe Illustrator 30.2.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 1) --><defs><style> .st0 { fill: %23e9162b; } </style></defs><path class="st0" d="M23.99,37.29c-1.56.6-3.2.95-4.88,1.05-8.95.51-16.63-6.34-17.15-15.27C1.44,14.13,8.29,6.44,17.23,5.92c4.34-.25,8.5,1.2,11.74,4.08s5.16,6.86,5.41,11.19c.03.53.49.94,1.02.91s.94-.49.91-1.02c-.28-4.85-2.43-9.29-6.05-12.52-3.62-3.23-8.29-4.85-13.13-4.57C7.12,4.57-.55,13.18.03,23.18c.56,9.65,8.58,17.12,18.13,17.12.35,0,.7,0,1.06-.03,1.88-.11,3.72-.5,5.46-1.17.5-.19.75-.75.56-1.25s-.75-.74-1.25-.56Z"/><path class="st0" d="M15.24,7.9c-3.55.73-6.69,2.75-8.83,5.69-.31.43-.22,1.04.21,1.35.17.12.37.18.57.18.3,0,.59-.14.78-.4,1.86-2.55,4.58-4.31,7.65-4.94.52-.11.86-.62.75-1.14-.11-.52-.61-.86-1.14-.75h0Z"/><path class="st0" d="M18.17,11.85c-5.67,0-10.28,4.61-10.28,10.28s4.61,10.28,10.28,10.28,10.28-4.61,10.28-10.28-4.61-10.28-10.28-10.28ZM18.17,30.48c-4.6,0-8.35-3.74-8.35-8.35s3.75-8.35,8.35-8.35,8.35,3.75,8.35,8.35-3.74,8.35-8.35,8.35Z"/><path class="st0" d="M41.38,22.79c-8.06,0-14.62,6.56-14.62,14.62s6.56,14.62,14.62,14.62,14.62-6.56,14.62-14.62-6.56-14.62-14.62-14.62ZM41.38,50.11c-7,0-12.69-5.69-12.69-12.69s5.69-12.69,12.69-12.69,12.69,5.69,12.69,12.69-5.69,12.69-12.69,12.69Z"/><path class="st0" d="M41.38,29.06c-4.61,0-8.36,3.75-8.36,8.36s3.75,8.36,8.36,8.36,8.36-3.75,8.36-8.36-3.75-8.36-8.36-8.36ZM47.72,36.45h-2.28c-.36-1.53-1.57-2.74-3.1-3.1v-2.28c2.77.42,4.96,2.61,5.38,5.38ZM41.38,39.67c-1.25,0-2.26-1.01-2.26-2.26s1.01-2.26,2.26-2.26,2.26,1.01,2.26,2.26-1.01,2.26-2.26,2.26ZM40.41,31.07v2.28c-1.53.36-2.74,1.57-3.1,3.1h-2.28c.42-2.77,2.61-4.96,5.38-5.38ZM35.03,38.38h2.28c.36,1.53,1.57,2.74,3.1,3.1v2.28c-2.77-.42-4.96-2.61-5.38-5.38ZM42.34,43.76v-2.28c1.53-.36,2.74-1.57,3.1-3.1h2.28c-.42,2.77-2.61,4.96-5.38,5.38Z"/><path class="st0" d="M18.17,15.43c-3.69,0-6.7,3-6.7,6.7s3.01,6.7,6.7,6.7,6.7-3,6.7-6.7-3-6.7-6.7-6.7ZM18.17,26.9c-2.63,0-4.77-2.14-4.77-4.77s2.14-4.77,4.77-4.77,4.77,2.14,4.77,4.77-2.14,4.77-4.77,4.77Z"/></svg>'); }
  header.header .navPages-item .navPage-subMenu-action[href*="/products/powered/"]::before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="svg3351" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 56 56"><!-- Generator: Adobe Illustrator 30.2.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 1) --><defs><style> .st0 { fill: %23e9162b; } </style></defs><path class="st0" d="M51.48,35.78c-.51-.14-1.05.15-1.19.67-1.05,3.72-4.48,6.31-8.34,6.31-4.47,0-8.17-3.34-8.62-7.78-.05-.53-.52-.91-1.06-.86-.53.05-.92.53-.86,1.06.55,5.43,5.08,9.52,10.55,9.52,4.73,0,8.92-3.18,10.2-7.72.14-.51-.15-1.05-.67-1.19Z"/><path class="st0" d="M38.38,38.43c1.01.82,2.24,1.25,3.51,1.25.19,0,.39,0,.58-.03,3.06-.32,5.3-3.06,4.98-6.13-.16-1.54-.96-2.96-2.21-3.9-.43-.32-1.03-.23-1.35.19-.32.43-.23,1.03.19,1.35.81.61,1.34,1.54,1.44,2.55.21,2-1.26,3.8-3.26,4.01-.97.1-1.92-.18-2.68-.8-.76-.62-1.23-1.49-1.33-2.46-.13-1.3.44-2.57,1.49-3.34.43-.31.53-.92.22-1.35-.31-.43-.92-.53-1.35-.22-1.61,1.17-2.49,3.12-2.28,5.1.15,1.48.88,2.82,2.03,3.76Z"/><path class="st0" d="M41.95,35.06h0c.53,0,.96-.43.97-.96v-5.77c0-.53-.42-.97-.96-.97h0c-.53,0-.96.43-.97.96v5.77c0,.53.42.97.96.97Z"/><path class="st0" d="M43.42,20.35c-3.24-.34-6.48.46-9.19,2.25l-3.18-1.59v-10.17c0-.53-.43-.97-.97-.97H.97c-.53,0-.97.43-.97.97v13.22c0,.53.43.97.97.97h10.16l16.82,8.44c-.46,7.46,5.03,14.05,12.54,14.84.5.05.99.08,1.48.08,7.09,0,13.21-5.38,13.97-12.58.81-7.71-4.8-14.63-12.51-15.44ZM28.61,31.63s0,0,0,0l-19.41-9.74c-2.23-1.22-3.08-3.83-1.93-5.95.57-1.06,1.46-1.83,2.5-2.17,1.07-.35,2.2-.23,3.26.35,0,0,.01,0,.02,0,0,0,0,0,.01.01l20.74,10.41c2.73,1.5,1.57,4.35.93,5.51-1.14,2.09-3.89,2.8-6.13,1.58ZM29.11,20.03l-15.18-7.62s0,0,0,0c-.53-.28-1.08-.49-1.64-.61h16.83v8.23ZM1.93,11.8h7.76c-.18.04-.35.09-.52.14-1.51.5-2.78,1.59-3.59,3.08-1.52,2.8-.66,6.18,1.92,8.07H1.93v-11.29ZM54,35.59c-.7,6.65-6.66,11.48-13.32,10.79-6.31-.66-10.98-6.08-10.84-12.32.36.06.73.1,1.09.1,2.25,0,4.4-1.14,5.51-3.18,1.02-1.88,1.28-3.67.83-5.17.26.38.74.55,1.18.35,1.11-.49,2.29-.74,3.51-.74,3.86,0,7.29,2.59,8.34,6.31.12.43.51.7.93.7.09,0,.18-.01.26-.04.51-.14.81-.68.67-1.19-1.28-4.54-5.48-7.71-10.2-7.71-1.49,0-2.94.31-4.29.91-.38.17-.59.56-.56.95-.25-.59-.62-1.12-1.1-1.59,2.19-1.24,4.71-1.77,7.23-1.5,6.65.7,11.49,6.68,10.79,13.32Z"/><path class="st0" d="M11.29,15.3c-1.44,0-2.61,1.17-2.61,2.61s1.17,2.61,2.61,2.61,2.61-1.17,2.61-2.61-1.17-2.61-2.61-2.61ZM11.29,18.59c-.38,0-.68-.31-.68-.68s.31-.68.68-.68.68.31.68.68-.31.68-.68.68Z"/><path class="st0" d="M.97,9.56h29.65l8.53,4.69c.15.08.31.12.46.12.34,0,.67-.18.85-.5.26-.47.09-1.05-.38-1.31l-8.74-4.8s-.03,0-.05-.01c-.06-.03-.12-.04-.18-.06-.06-.02-.12-.03-.19-.04-.02,0-.03,0-.05,0H.97c-.53,0-.97.43-.97.97s.43.97.97.97Z"/></svg>'); }
  header.header .navPages-item .navPage-subMenu-action[href*="/surface-protection/"]::before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="svg147" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 56 56"><!-- Generator: Adobe Illustrator 30.2.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 1) --><defs><style> .st0 { fill: %23e9162b; } </style></defs><path class="st0" d="M51.4,17.18c-3.61-.23-7.11-1.27-10.26-2.99V.96c0-.13-.03-.25-.07-.37-.1-.24-.29-.42-.52-.52-.12-.05-.24-.07-.37-.07H2.5C1.97,0,1.54.43,1.54.96v37.67c0,.13.03.25.07.37.1.24.29.42.52.52.12.05.24.07.37.07h17.49c2.24,5.2,5.79,9.83,10.37,13.32l2.88,2.2c.77.59,1.7.88,2.62.88s1.85-.29,2.63-.88l2.88-2.2c8.2-6.24,13.09-16.12,13.09-26.42v-6.05c0-1.72-1.35-3.16-3.06-3.27ZM38.75,12.72l-1-.7c-1.13-.79-2.64-.79-3.77,0l-1,.7c-.97.68-1.99,1.29-3.04,1.83l-.99-.99,10.26-10.26v9.72c-.15-.1-.3-.19-.45-.3ZM4.83,37.67l4.81-4.81s0,0,0,0,0,0,0,0l5.42-5.42,2.39,2.39c.16,1.52.41,3.01.77,4.48l-3.35,3.35H4.83ZM33.83,5.94l-4.01-4.01h8.02l-4.01,4.01ZM21.23,5.63l-3.7-3.7h7.4l-3.7,3.7ZM19.86,7l-5.6,5.6s0,0,0,0,0,0,0,0l-5.78,5.78-4.95-4.95L14.91,2.04l4.95,4.95ZM3.47,16.1l3.65,3.65-3.65,3.65v-7.3ZM3.47,36.3v-8.25l4.12,4.12-4.12,4.12ZM17.29,26.93l-.86-.86.85-.85v1.27c0,.14.01.29.01.43ZM17.28,20.45v2.04l-8.32,8.32-5.09-5.09,11.08-11.08,3.4,3.4c-.65.6-1.07,1.45-1.07,2.4ZM20.34,17.18s-.07.01-.11.02l-3.92-3.92L27.38,2.21l5.09,5.09-9.56,9.56c-.85.14-1.7.26-2.56.32ZM27.58,14.92l.48.48c-.5.2-1.01.39-1.52.56l1.04-1.04ZM12.3,1.93L3.47,10.76V1.93h8.83ZM17.6,37.67l1.22-1.22c.13.41.26.82.4,1.22h-1.63ZM52.53,26.5c0,9.7-4.61,19.01-12.33,24.88l-2.88,2.2c-.86.65-2.05.65-2.91,0l-2.88-2.2c-7.72-5.88-12.33-15.18-12.33-24.88v-6.05c0-.71.55-1.3,1.26-1.34,4.9-.32,9.61-1.98,13.63-4.81l1-.7c.23-.16.5-.24.78-.24s.54.08.78.24l1,.7h0c4.02,2.83,8.73,4.49,13.63,4.81.71.05,1.26.64,1.26,1.34v6.05Z"/><path class="st0" d="M48.87,20.85c-5.12-.28-10.54-3.47-12.08-4.44-.28-.18-.61-.27-.93-.26,0,0,0,0,0,0-.02,0-.03,0-.05.01-.3.01-.6.09-.86.26-1.54.97-6.96,4.16-12.07,4.44-.93.05-1.65.81-1.65,1.74v3.22c0,.53.43.97.97.97s.97-.43.97-.97v-3.04c4.64-.3,9.38-2.7,11.74-4.07v30.18l-.97-.74c-3.33-2.54-6.07-5.86-7.93-9.61-1.49-3.01-2.43-6.37-2.73-9.74-.05-.53-.51-.93-1.05-.88-.53.05-.92.52-.88,1.05.32,3.6,1.33,7.2,2.93,10.42,1.99,4.02,4.93,7.58,8.49,10.29l2.06,1.57c.29.22.63.33.98.34.02,0,.04.01.06.01,0,0,0,0,0,0,0,0,0,0,0,0,.37,0,.74-.12,1.06-.35l2.06-1.57c.99-.75,1.94-1.58,2.83-2.46.38-.38.38-.99,0-1.37-.37-.38-.99-.38-1.37,0-.83.82-1.72,1.59-2.64,2.3l-1,.76v-30.22c2.35,1.37,7.11,3.78,11.77,4.09v3.62c0,4.19-.98,8.38-2.84,12.14-.89,1.8-2,3.52-3.28,5.1-.34.41-.27,1.02.14,1.36.18.15.39.22.61.22.28,0,.56-.12.75-.36,1.37-1.69,2.55-3.53,3.51-5.46,1.99-4.02,3.04-8.51,3.04-12.99v-3.8c0-.92-.73-1.69-1.65-1.74Z"/></svg>'); }
  header.header .navPages-item .navPage-subMenu-action[href*="/accessories/"]::before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_2" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 56 56"><!-- Generator: Adobe Illustrator 30.2.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 1) --><defs><style> .st0 { fill: %23e9162b; } </style></defs><path class="st0" d="M44.27,18.13c0-4.48-3.64-8.12-8.12-8.12s-8.12,3.64-8.12,8.12,3.64,8.12,8.12,8.12,8.12-3.64,8.12-8.12ZM29.96,18.13c0-3.41,2.78-6.19,6.19-6.19s6.19,2.78,6.19,6.19-2.78,6.19-6.19,6.19-6.19-2.78-6.19-6.19Z"/><path class="st0" d="M51.46,18.13c0-8.36-6.8-15.16-15.16-15.16s-15.16,6.8-15.16,15.16,6.8,15.16,15.16,15.16,15.16-6.8,15.16-15.16ZM28.41,26.75c0,.44-.36.8-.8.8s-.8-.36-.8-.8.36-.8.8-.8.8.36.8.8ZM27.18,18.13c0-4.94,4.02-8.97,8.97-8.97s8.97,4.02,8.97,8.97-4.02,8.97-8.97,8.97-8.97-4.02-8.97-8.97ZM26.8,9.65c0-.44.36-.8.8-.8s.8.36.8.8-.36.8-.8.8-.8-.36-.8-.8ZM36.15,6.82c-.44,0-.8-.36-.8-.8s.36-.8.8-.8.8.36.8.8-.36.8-.8.8ZM43.97,9.65c0-.44.36-.8.8-.8s.8.36.8.8-.36.8-.8.8-.8-.36-.8-.8ZM44.77,25.95c.44,0,.8.36.8.8s-.36.8-.8.8-.8-.36-.8-.8.36-.8.8-.8ZM36.15,29.43c.44,0,.8.36.8.8s-.36.8-.8.8-.8-.36-.8-.8.36-.8.8-.8ZM38.45,28.78c1.32-.28,2.55-.81,3.64-1.52.16.85.71,1.55,1.46,1.93-1.44.95-3.08,1.62-4.84,1.95.1-.28.16-.58.16-.89,0-.54-.16-1.03-.43-1.46h.01ZM45.28,24.07c.71-1.09,1.24-2.32,1.52-3.64.44.3.97.47,1.53.47.33,0,.64-.07.94-.18-.35,1.77-1.06,3.41-2.04,4.85-.37-.77-1.09-1.34-1.95-1.5ZM47.53,18.17c0-.44.36-.8.8-.8s.8.36.8.8-.36.8-.8.8-.8-.36-.8-.8ZM48.33,15.44c-.56,0-1.08.17-1.52.46-.27-1.29-.78-2.5-1.46-3.58.86-.19,1.57-.78,1.92-1.57.98,1.45,1.67,3.1,2.01,4.87-.3-.11-.61-.18-.95-.18ZM42.12,9.02c-1.1-.72-2.34-1.25-3.67-1.54.27-.42.43-.92.43-1.46,0-.31-.06-.61-.16-.89,1.81.34,3.49,1.03,4.96,2.02-.77.34-1.36,1.03-1.55,1.87h0ZM33.85,7.48c-1.3.28-2.52.8-3.6,1.5-.2-.77-.72-1.41-1.42-1.76,1.41-.97,3.01-1.67,4.74-2.03-.09.27-.15.54-.15.84,0,.54.16,1.04.43,1.46h0ZM26.96,12.29c-.69,1.08-1.19,2.28-1.47,3.57-.42-.27-.92-.42-1.45-.42-.25,0-.49.05-.72.11.33-1.67.99-3.23,1.89-4.61.36.67.99,1.18,1.75,1.36h0ZM24.84,18.17c0,.44-.36.8-.8.8s-.8-.36-.8-.8.36-.8.8-.8.8.36.8.8ZM24.04,20.9c.54,0,1.04-.16,1.47-.43.29,1.31.81,2.53,1.52,3.62-.76.16-1.4.65-1.78,1.31-.91-1.38-1.57-2.93-1.91-4.6.23.06.46.11.71.11h0ZM30.28,27.3c1.08.69,2.28,1.2,3.57,1.48-.27.42-.43.92-.43,1.46,0,.29.06.57.15.84-1.68-.35-3.24-1.03-4.63-1.95.68-.38,1.18-1.04,1.34-1.82h0Z"/><path class="st0" d="M18.96,18.26c.52.02.99-.39,1.01-.92.21-4.32,2.09-8.3,5.29-11.21,3.2-2.91,7.34-4.4,11.67-4.19,4.32.21,8.3,2.09,11.21,5.29s4.39,7.35,4.19,11.67c-.21,4.32-2.09,8.3-5.29,11.21s-7.36,4.4-11.67,4.19c-3.04-.15-5.96-1.14-8.44-2.86-.44-.31-1.04-.19-1.34.24-.3.44-.2,1.04.24,1.34,2.78,1.93,6.05,3.04,9.45,3.2.3,0,.6.02.89.02,4.51,0,8.8-1.65,12.16-4.71,3.59-3.25,5.69-7.71,5.92-12.55s-1.43-9.47-4.69-13.06C46.32,2.36,41.86.25,37.02.02c-4.82-.22-9.47,1.43-13.06,4.69-3.59,3.25-5.69,7.71-5.92,12.55-.03.53.39.99.92,1.01h0Z"/><path class="st0" d="M12.39,23.14c-3.72,0-6.74,3.02-6.74,6.74s3.02,6.74,6.74,6.74,6.74-3.02,6.74-6.74-3.02-6.74-6.74-6.74ZM12.39,34.69c-2.65,0-4.81-2.16-4.81-4.81s2.16-4.81,4.81-4.81,4.81,2.16,4.81,4.81-2.16,4.81-4.81,4.81Z"/><path class="st0" d="M12.39,19.21c-5.88,0-10.67,4.79-10.67,10.67s4.79,10.67,10.67,10.67,10.67-4.79,10.67-10.67-4.79-10.67-10.67-10.67ZM12.39,38.62c-4.82,0-8.74-3.92-8.74-8.74s3.92-8.74,8.74-8.74,8.74,3.92,8.74,8.74-3.92,8.74-8.74,8.74Z"/><path class="st0" d="M37.92,43.25c-2.01,0-3.65,1.64-3.65,3.65s1.64,3.65,3.65,3.65,3.65-1.64,3.65-3.65-1.64-3.65-3.65-3.65ZM37.92,48.62c-.95,0-1.72-.77-1.72-1.72s.77-1.72,1.72-1.72,1.72.77,1.72,1.72-.77,1.72-1.72,1.72Z"/><path class="st0" d="M37.92,40.48c-3.54,0-6.41,2.88-6.41,6.42s2.88,6.41,6.41,6.41,6.42-2.88,6.42-6.41-2.88-6.42-6.42-6.42ZM37.92,51.38c-2.47,0-4.48-2.01-4.48-4.48s2.01-4.48,4.48-4.48,4.48,2.01,4.48,4.48-2.01,4.48-4.48,4.48Z"/><path class="st0" d="M44.34,37.8h-12.85c-5.02,0-9.1,4.08-9.1,9.1s4.08,9.1,9.1,9.1h12.85c5.02,0,9.1-4.08,9.1-9.1s-4.08-9.1-9.1-9.1ZM49.6,51.76s-.05-.1-.09-.14c-.37-.37-1-.37-1.37,0-.18.18-.28.42-.28.69,0,.13.02.25.07.37.06.11.12.22.21.31-1.1.69-2.4,1.09-3.79,1.09h-12.85c-1.47,0-2.84-.45-3.97-1.21.05-.06.1-.12.13-.19.05-.12.08-.24.08-.37,0-.26-.11-.5-.29-.69-.27-.27-.7-.36-1.05-.21-.11.05-.21.11-.29.2-1.1-1.26-1.77-2.9-1.77-4.7s.69-3.49,1.82-4.76c.07.06.15.13.24.17.13.05.24.07.38.07.13,0,.25-.02.37-.07s.22-.13.31-.21c.18-.18.29-.42.29-.69,0-.18-.07-.35-.16-.5,1.13-.74,2.48-1.18,3.93-1.18h12.85c1.37,0,2.66.4,3.75,1.07-.15.17-.24.38-.24.61,0,.26.1.5.28.69.1.09.2.16.32.21s.24.07.37.07c.26,0,.5-.1.69-.28.03-.03.04-.06.06-.09,1.2,1.28,1.95,3,1.95,4.9s-.73,3.58-1.91,4.86l-.04-.02Z"/></svg>'); }
  header.header .navPages-item .navPage-subMenu-action[href*="/resources/cad-mobile-app/"]::before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_2" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 56 56"><!-- Generator: Adobe Illustrator 30.2.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 1) --><defs><style> .st0 { fill: %23e9162b; } </style></defs><path class="st0" d="M42.47,0h-19.93c-2.76,0-5,2.24-5,5v2.52c0,.56.45,1.01,1.01,1.01s1.01-.45,1.01-1.01v-2.52c0-1.65,1.34-2.98,2.98-2.98h19.93c1.65,0,2.98,1.34,2.98,2.98v45.99c0,1.65-1.34,2.98-2.98,2.98h-19.93c-1.65,0-2.98-1.34-2.98-2.98v-4.75c0-.56-.45-1.01-1.01-1.01s-1.01.45-1.01,1.01v4.75c0,2.76,2.24,5,5,5h19.93c2.76,0,5-2.25,5-5V5c0-2.76-2.25-5-5-5Z"/><path class="st0" d="M35.21,5.74c.56,0,1.01-.45,1.01-1.01s-.45-1.01-1.01-1.01h-5.41c-.56,0-1.01.45-1.01,1.01s.45,1.01,1.01,1.01h5.41Z"/><path class="st0" d="M23.51,35.48v-6.35l5.95-3.12c.49-.26.68-.87.42-1.36s-.87-.68-1.36-.42l-6.02,3.16-5.87-3.02c-.5-.25-1.1-.06-1.36.44-.26.5-.06,1.1.44,1.36l5.79,2.97v6.35c0,.56.45,1.01,1.01,1.01s1.01-.45,1.01-1.01h0Z"/><path class="st0" d="M32.39,40.87c.44-.35.51-.98.16-1.42-.35-.43-.98-.5-1.42-.16-2.47,1.98-5.45,3.02-8.62,3.02s-6.13-1.04-8.6-3.01c-.43-.35-1.07-.28-1.42.16s-.28,1.07.16,1.42c2.83,2.26,6.24,3.45,9.86,3.45s7.1-1.23,9.88-3.47h0Z"/><path class="st0" d="M26.91,14.34c-.2.52.06,1.1.58,1.31,5.28,2.04,8.82,7.22,8.82,12.88,0,.82-.07,1.65-.22,2.46-.1.55.27,1.07.82,1.17.06,0,.12.02.18.02.48,0,.91-.34.99-.83.17-.93.25-1.88.25-2.82,0-6.49-4.06-12.42-10.11-14.76-.52-.2-1.1.06-1.31.58h0Z"/><path class="st0" d="M7.8,31.6h.14c.55-.08.94-.58.86-1.14-.09-.64-.13-1.3-.13-1.95.03-5.67,3.46-10.68,8.73-12.77.52-.21.77-.79.57-1.31-.2-.52-.79-.77-1.31-.57-6.05,2.39-9.97,8.13-10.01,14.64,0,.75.05,1.5.15,2.23.07.51.5.87,1,.87Z"/><path class="st0" d="M10.71,36.49l2.5-1.45,8.77,5.06c.16.09.33.14.5.14s.35-.05.5-.14l8.76-5.06,2.48,1.43s.06.03.1.04l-.86,1.33c-.2.3-.21.69-.05,1.01s.49.53.85.55l5.01.25h.05c.34,0,.66-.17.85-.46.2-.3.22-.69.05-1.01l-2.29-4.47c-.16-.32-.49-.53-.85-.55-.36-.02-.7.16-.9.46l-.8,1.23s-.09-.1-.15-.13l-2.48-1.43v-10.12c0-.36-.19-.69-.5-.87l-8.76-5.06.02-2.91h1.51c.36,0,.69-.19.87-.5s.18-.7,0-1.01l-2.51-4.35c-.36-.63-1.39-.63-1.75,0l-2.51,4.35c-.18.31-.18.7,0,1.01s.51.5.87.5h1.48l-.02,2.91-8.77,5.07c-.31.18-.5.51-.5.87v10.13l-2.41,1.39-.65-1.27c-.16-.32-.49-.53-.85-.55-.36-.03-.7.16-.9.46l-2.72,4.22c-.2.3-.21.69-.05,1.01s.49.53.85.55l5.01.25h.05c.34,0,.66-.17.85-.46.2-.3.21-.69.05-1.01l-.72-1.41h.02ZM36.94,36.2l.69,1.36-1.52-.08.83-1.28ZM22.52,10.98l.76,1.32h-1.52l.76-1.32ZM14.22,23.75l8.26-4.77,8.26,4.77v9.54l-8.25,4.77-8.27-4.77v-9.55h0ZM7.32,37.19l.82-1.28.23.44c.02.09.04.19.09.28.04.07.09.13.14.18l.23.45-1.52-.08h.01Z"/></svg>'); }
  header.header .navPages-item .navPage-subMenu-action[href*="/articles/tag/Newsletters"]::before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 56 56"><!-- Generator: Adobe Illustrator 30.2.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 1) --><defs><style> .st0 { fill: %23e9162b; } </style></defs><path class="st0" d="M43.03,29.5h-18.78c-.45,0-.82.37-.82.82s.37.82.82.82h18.78c.45,0,.82-.37.82-.82s-.37-.82-.82-.82Z"/><path class="st0" d="M43.03,33.04h-18.78c-.45,0-.82.37-.82.82s.37.82.82.82h18.78c.45,0,.82-.37.82-.82s-.37-.82-.82-.82Z"/><path class="st0" d="M43.03,36.57h-18.78c-.45,0-.82.37-.82.82s.37.82.82.82h18.78c.45,0,.82-.37.82-.82s-.37-.82-.82-.82Z"/><path class="st0" d="M43.03,40.11h-18.78c-.45,0-.82.37-.82.82s.37.82.82.82h18.78c.45,0,.82-.37.82-.82s-.37-.82-.82-.82Z"/><path class="st0" d="M43.03,43.64h-18.78c-.45,0-.82.37-.82.82s.37.82.82.82h18.78c.45,0,.82-.37.82-.82s-.37-.82-.82-.82Z"/><path class="st0" d="M43.03,47.18h-18.78c-.45,0-.82.37-.82.82s.37.82.82.82h18.78c.45,0,.82-.37.82-.82s-.37-.82-.82-.82Z"/><path class="st0" d="M4.36,52.35h38.67c.45,0,.82-.37.82-.82s-.37-.82-.82-.82H4.36c-.45,0-.82.37-.82.82s.37.82.82.82Z"/><path class="st0" d="M43.85,11.1c0-.45-.37-.82-.82-.82H4.36c-.45,0-.82.37-.82.82v14.81c0,.45.37.82.82.82h38.67c.45,0,.82-.37.82-.82v-14.81ZM42.21,25.08H5.18v-13.16h37.03v13.16Z"/><path class="st0" d="M7.59,23.19c.45,0,.82-.37.82-.82v-5.09l3.72,5.39c.25.36.66.51,1.04.39.4-.12.65-.5.65-.96l-.07-7.47c0-.45-.37-.81-.82-.81h0c-.45,0-.82.38-.81.83l.05,5.19-3.9-5.65c-.2-.3-.58-.42-.92-.32-.34.11-.58.42-.58.78v7.72c0,.45.37.82.82.82Z"/><path class="st0" d="M16.48,23.19h3.26c.45,0,.82-.37.82-.82s-.37-.82-.82-.82h-2.44v-2.23h2.2c.45,0,.82-.37.82-.82s-.37-.82-.82-.82h-2.2v-2.23h2.44c.45,0,.82-.37.82-.82s-.37-.82-.82-.82h-3.26c-.45,0-.82.37-.82.82v7.73c0,.45.37.82.82.82Z"/><path class="st0" d="M37.46,23.19c1.56,0,2.87-.99,3.11-2.35.18-1.02-.29-2.36-2.15-3.04-.97-.36-1.88-.75-2.13-.86-.2-.15-.3-.39-.26-.65.02-.16.14-.57.72-.74,1.17-.35,2.24.5,2.26.52.35.29.86.24,1.15-.1.29-.35.25-.86-.1-1.16-.07-.06-1.75-1.44-3.79-.83-1.01.31-1.73,1.1-1.87,2.08-.13.91.26,1.79,1.03,2.29.04.02.07.04.11.06.04.02,1.11.49,2.3.93.79.29,1.19.73,1.11,1.22-.09.49-.67,1-1.5,1s-1.59-.33-2.09-.88c-.3-.34-.82-.36-1.16-.06-.34.3-.36.82-.06,1.16.8.89,2.04,1.42,3.3,1.42Z"/><polygon class="st0" points="37.46 23.19 37.46 23.19 37.46 23.19 37.46 23.19"/><path class="st0" d="M23.98,22.41s.02.08.03.12c.14.4.52.66.94.66h0c.42,0,.8-.27.94-.67,0,0,0-.01,0-.02l1.57-5.07,1.56,5.07s0,.02.01.03c.14.4.52.66.94.66h0c.42,0,.8-.27.94-.67.01-.03.02-.07.03-.1l1.51-7.6c.09-.44-.2-.88-.64-.96-.44-.09-.88.2-.96.64l-1.01,5.07-1.59-5.17h0c-.08-.24-.27-.45-.54-.53-.43-.13-.89.11-1.03.54l-1.6,5.15-1.01-5.08c-.09-.44-.52-.73-.96-.65-.44.09-.73.52-.65.96l1.51,7.62Z"/><path class="st0" d="M53.13,0h0s-.09,0-.11,0h-15.12c-.45,0-.82.37-.82.82s.37.82.82.82h12.46c-.2.4-.32.85-.32,1.33v18.63c0,.45.37.82.82.82s.82-.37.82-.82V2.97c0-.72.62-1.34,1.36-1.34.69,0,1.31.64,1.31,1.39v48.01c0,1.83-1.57,3.32-3.49,3.32h0c-1.92,0-3.49-1.49-3.49-3.32v-6.19h1.28c1.67,0,3.03-1.36,3.03-3.03v-16.38c0-.45-.37-.82-.82-.82s-.82.37-.82.82v16.38c0,.77-.62,1.39-1.39,1.39h-1.28V9.88c0-1.67-1.36-3.03-3.03-3.03H6.17v-3.88c0-.74.6-1.33,1.33-1.33h26.58c.45,0,.82-.37.82-.82S34.53,0,34.08,0H7.5C5.86,0,4.53,1.33,4.53,2.97v3.88h-1.5C1.36,6.85,0,8.21,0,9.88v24.19c0,.45.37.82.82.82s.82-.37.82-.82V9.88c0-.77.62-1.39,1.39-1.39h41.32c.77,0,1.39.62,1.39,1.39v41.15c0,1.28.5,2.44,1.32,3.32H5.13c-1.92,0-3.49-1.49-3.49-3.32v-13.14c0-.45-.37-.82-.82-.82S0,37.44,0,37.9v13.14C0,53.77,2.3,56,5.13,56h45.74c2.83,0,5.13-2.23,5.13-4.97V3.03C56,1.39,54.74.06,53.13,0Z"/><path class="st0" d="M4.78,39.25c0,4.45,3.61,8.05,8.05,8.05s8.05-3.61,8.05-8.05c0-4.45-3.61-8.05-8.05-8.05-4.45,0-8.05,3.61-8.05,8.05ZM10.92,32.94c-.81,1.02-1.46,2.16-1.93,3.38h-2.05c.81-1.62,2.25-2.84,3.98-3.38ZM6.24,39.25c0-.49.06-.98.17-1.46h2.17c-.19.97-.19,1.96,0,2.93h-2.17c-.11-.48-.17-.97-.17-1.46ZM6.94,42.18h2.05c.47,1.22,1.12,2.36,1.93,3.38-1.73-.53-3.18-1.75-3.98-3.38ZM12.1,44.68c-.61-.77-1.12-1.61-1.53-2.5h1.53v2.5ZM12.1,40.71h-2.02c-.24-.96-.24-1.97,0-2.93h2.02v2.93ZM12.1,36.32h-1.52c.4-.89.91-1.73,1.52-2.49v2.49ZM14.74,45.55c.81-1.02,1.47-2.16,1.93-3.38h2.06c-.81,1.63-2.25,2.85-3.99,3.38ZM19.42,39.25c0,.49-.06.98-.17,1.46h-2.17c.19-.97.19-1.96,0-2.93h2.17c.11.48.17.97.17,1.46ZM18.73,36.32h-2.06c-.47-1.22-1.12-2.36-1.93-3.38,1.74.53,3.18,1.75,3.99,3.38ZM13.56,33.82c.61.77,1.12,1.61,1.53,2.5h-1.53v-2.5ZM13.56,37.78h2.02c.24.96.24,1.97,0,2.93h-2.02v-2.93ZM13.56,42.18h1.52c-.4.89-.91,1.73-1.52,2.49v-2.49Z"/></svg>'); }
  header.header .navPages-item .navPage-subMenu-action[href*="/articles/tag/Press+Releases"]::before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="svg6255" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 56 56"><!-- Generator: Adobe Illustrator 30.2.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 1) --><defs><style> .st0 { fill: %23e9162b; } </style></defs><path class="st0" d="M13.19,23.03h11.27c.55,0,1-.45,1-1s-.45-1-1-1h-11.27c-.55,0-1,.45-1,1s.45,1,1,1Z"/><path class="st0" d="M13.19,26.57h11.27c.55,0,1-.45,1-1s-.45-1-1-1h-11.27c-.55,0-1,.45-1,1s.45,1,1,1Z"/><path class="st0" d="M13.19,30.11h11.27c.55,0,1-.45,1-1s-.45-1-1-1h-11.27c-.55,0-1,.45-1,1s.45,1,1,1Z"/><path class="st0" d="M13.19,33.64h11.27c.55,0,1-.45,1-1s-.45-1-1-1h-11.27c-.55,0-1,.45-1,1s.45,1,1,1Z"/><path class="st0" d="M13.19,37.18h7.96c.55,0,1-.45,1-1s-.45-1-1-1h-7.96c-.55,0-1,.45-1,1s.45,1,1,1Z"/><path class="st0" d="M52.97,3.36h-6.96V.82c0-.55-.45-1-1-1H9.66c-.55,0-1,.45-1,1v8.06H3.03s0,0,0,0c-1.77,0-3.21,1.44-3.21,3.21v38.58c0,1.48.61,2.92,1.67,3.96,1.02,1,2.35,1.55,3.76,1.55.03,0,.07,0,.1,0h35.25c2.99,0,5.42-2.43,5.42-5.42v-12.89c0-.55-.45-1-1-1s-1,.45-1,1v12.89c0,1.89-1.53,3.42-3.42,3.42H9.44c.76-.93,1.22-2.12,1.22-3.42v-26.81c0-.55-.45-1-1-1s-1,.45-1,1v22.06h-2.42v-6c0-.55-.45-1-1-1s-1,.45-1,1v7c0,.55.45,1,1,1h3.42v2.76c0,1.88-1.52,3.4-3.39,3.42-.89.02-1.73-.34-2.38-.97-.68-.67-1.07-1.59-1.07-2.53V12.09c0-.67.54-1.21,1.21-1.21.67,0,1.21.54,1.21,1.21v24.08c0,.55.45,1,1,1s1-.45,1-1V12.09c0-.43-.08-.84-.24-1.21h2.66v9.24c0,.55.45,1,1,1s1-.45,1-1V1.82h33.36v1.54h-13.81c-1.77,0-3.21,1.44-3.21,3.21v21.66c0,1.77,1.44,3.21,3.21,3.21h.55v3.86c0,.38.22.73.56.9.14.07.29.1.44.1.22,0,.44-.07.62-.21l5.92-4.65h5.73v2.61c0,.55.45,1,1,1s1-.45,1-1v-2.61h6.96c1.77,0,3.21-1.44,3.21-3.21V6.57c0-1.77-1.44-3.21-3.21-3.21ZM54.18,28.22c0,.67-.54,1.21-1.21,1.21h-15.03c-.22,0-.44.08-.62.21l-4.57,3.59v-2.8c0-.55-.45-1-1-1h-1.55c-.67,0-1.21-.54-1.21-1.21V6.57c0-.67.54-1.21,1.21-1.21h14.8s0,0,0,0,0,0,0,0h7.95c.67,0,1.21.54,1.21,1.21v21.66Z"/><path class="st0" d="M51.94,12.46l-2.83-.89v-3.68c0-.31-.15-.61-.39-.79-.25-.19-.57-.25-.87-.17l-12.03,3.28h-2.52c-1.53,0-2.77,1.24-2.77,2.77v5.3c0,1.23.81,2.26,1.93,2.62l1.11,5.32c.2.97,1.07,1.67,2.06,1.67h1.55c.57,0,1.1-.25,1.46-.7s.5-1.02.38-1.57l-.82-3.93,9.64,2.63c.09.02.17.04.26.04.22,0,.43-.07.61-.21.25-.19.39-.48.39-.79v-3.68l2.83-.89c.42-.13.7-.52.7-.95v-4.42c0-.44-.28-.82-.7-.95ZM32.54,12.97c0-.42.34-.77.77-.77h1.65v6.84h-1.65c-.42,0-.77-.34-.77-.77v-5.3ZM37.04,25.9h-1.41s-.09-.03-.1-.08l-1-4.77h1.29l.22.06,1,4.79ZM36.95,19.28v-7.31l10.15-2.77v3.11s0,0,0,0v6.63s0,0,0,0v3.11l-10.15-2.77ZM50.64,17.1l-1.54.48v-3.91l1.54.48v2.95Z"/><path class="st0" d="M12.19,50.54c0,1.16.94,2.1,2.1,2.1h26.08c1.16,0,2.1-.94,2.1-2.1v-9.72c0-1.16-.94-2.1-2.1-2.1H14.3c-1.16,0-2.1.94-2.1,2.1v9.72ZM14.19,40.82c0-.06.05-.1.1-.1h26.08c.06,0,.1.05.1.1v9.72c0,.06-.05.1-.1.1H14.3c-.06,0-.1-.05-.1-.1v-9.72Z"/><path class="st0" d="M14.3,19.5h9.06c1.16,0,2.1-.94,2.1-2.1V5.46c0-1.16-.94-2.1-2.1-2.1h-9.06c-1.16,0-2.1.94-2.1,2.1v11.93c0,1.16.94,2.1,2.1,2.1ZM14.19,5.46c0-.06.05-.1.1-.1h9.06c.06,0,.1.05.1.1v11.93c0,.06-.05.1-.1.1h-9.06c-.06,0-.1-.05-.1-.1V5.46Z"/></svg>'); }
  header.header .navPages-item .navPage-subMenu-action[href*="/resources/literature/"]::before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_2" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 56 56"><!-- Generator: Adobe Illustrator 30.2.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 1) --><defs><style> .st0 { fill: %23e9162b; } </style></defs><path class="st0" d="M53.65,8.19h-2.92v-1.98c0-.52-.41-.94-.92-.96-10.65-.47-20.02,2.34-21.85,2.93-1.83-.59-11.2-3.4-21.85-2.93-.52.02-.92.45-.92.96v1.98h-2.9C1.01,8.19-.03,9.23-.03,10.51v36.41c0,1.28,1.04,2.32,2.32,2.32h51.37c1.28,0,2.32-1.04,2.32-2.32V10.51c0-1.28-1.04-2.32-2.32-2.32ZM48.8,7.14v35.36c-3.31.13-14.27.8-19.88,3.9V9.9c2.34-.71,10.62-2.99,19.88-2.76ZM7.11,7.14c9.25-.24,17.54,2.05,19.88,2.76v36.5c-5.61-3.1-16.57-3.76-19.88-3.9V7.14ZM1.9,46.92V10.51c0-.21.18-.38.38-.38h2.9v33.31c0,.53.42.95.95.97.14,0,11.73.28,18.27,2.9H2.29c-.21,0-.38-.18-.38-.38ZM54.04,46.92c0,.21-.18.38-.38.38h-22.14c6.54-2.62,18.14-2.9,18.27-2.9.53-.01.95-.44.95-.97V10.12h2.92c.21,0,.38.18.38.38v36.41Z"/><path class="st0" d="M33.79,21.98c1.66,0,3.01-1.35,3.01-3.01s-1.35-3.01-3.01-3.01-3.01,1.35-3.01,3.01,1.35,3.01,3.01,3.01ZM33.79,17.89c.59,0,1.08.48,1.08,1.08s-.48,1.08-1.08,1.08-1.08-.48-1.08-1.08.48-1.08,1.08-1.08Z"/><path class="st0" d="M39.2,18.42h7.07c.53,0,.97-.43.97-.97s-.43-.97-.97-.97h-7.07c-.53,0-.97.43-.97.97s.43.97.97.97Z"/><path class="st0" d="M39.2,21.32h7.07c.53,0,.97-.43.97-.97s-.43-.97-.97-.97h-7.07c-.53,0-.97.43-.97.97s.43.97.97.97Z"/><path class="st0" d="M33.79,29.98c1.66,0,3.01-1.35,3.01-3.01s-1.35-3.01-3.01-3.01-3.01,1.35-3.01,3.01,1.35,3.01,3.01,3.01ZM33.79,25.89c.59,0,1.08.48,1.08,1.08s-.48,1.08-1.08,1.08-1.08-.48-1.08-1.08.48-1.08,1.08-1.08Z"/><path class="st0" d="M39.2,26.43h7.07c.53,0,.97-.43.97-.97s-.43-.97-.97-.97h-7.07c-.53,0-.97.43-.97.97s.43.97.97.97Z"/><path class="st0" d="M39.2,29.32h7.07c.53,0,.97-.43.97-.97s-.43-.97-.97-.97h-7.07c-.53,0-.97.43-.97.97s.43.97.97.97Z"/><path class="st0" d="M33.79,31.97c-1.66,0-3.01,1.35-3.01,3.01s1.35,3.01,3.01,3.01,3.01-1.35,3.01-3.01-1.35-3.01-3.01-3.01ZM33.79,36.06c-.59,0-1.08-.48-1.08-1.08s.48-1.08,1.08-1.08,1.08.48,1.08,1.08-.48,1.08-1.08,1.08Z"/><path class="st0" d="M39.2,34.44h7.07c.53,0,.97-.43.97-.97s-.43-.97-.97-.97h-7.07c-.53,0-.97.43-.97.97s.43.97.97.97Z"/><path class="st0" d="M39.2,37.33h7.07c.53,0,.97-.43.97-.97s-.43-.97-.97-.97h-7.07c-.53,0-.97.43-.97.97s.43.97.97.97Z"/><path class="st0" d="M24.05,23.76l1.13-2.42c.47-1,.4-2.42-.16-3.3-.34-.53-.83-.82-1.38-.82h-13.3c-.55,0-1.03.29-1.37.81-.56.87-.64,2.28-.18,3.28l1.15,2.53c-1.24,1.53-1.88,3.39-1.88,5.54,0,4.96,4.03,8.99,8.99,8.99s8.99-4.03,8.99-8.99c0-2.06-.71-4.03-1.99-5.63ZM10.54,19.14h12.88c.12.27.22.91,0,1.38l-3.97,8.53c-.69,1.49-1.61,2.34-2.52,2.34h0c-.91,0-1.87-.91-2.55-2.41l-.64-1.41s0-.02-.01-.02l-3.19-7.03c-.21-.46-.12-1.1,0-1.37ZM17.04,36.44c-3.89,0-7.06-3.17-7.06-7.06,0-1.34.3-2.49.88-3.5l1.1,2.43s0,.02.01.02l.65,1.43c1.02,2.24,2.58,3.53,4.3,3.54h.02c1.69,0,3.25-1.26,4.27-3.46l1.9-4.08c.65,1.08,1,2.32,1,3.61,0,3.89-3.17,7.06-7.06,7.06Z"/><path class="st0" d="M16.92,30.9c.99,0,1.8-.81,1.8-1.8s-.81-1.8-1.8-1.8-1.8.81-1.8,1.8.81,1.8,1.8,1.8ZM16.92,28.96c.07,0,.14.06.14.13,0,.15-.27.15-.27,0,0-.07.06-.13.13-.13Z"/></svg>'); }
  header.header .navPages-item .navPage-subMenu-action[href*="/about-us/leadership/"]::before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="svg4575" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 56 56"><!-- Generator: Adobe Illustrator 30.2.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 1) --><defs><style> .st0 { fill: %23e9162b; } </style></defs><path class="st0" d="M55.87,42.39c0-3.73-1.81-7.25-4.85-9.42-.43-.31-1.04-.21-1.35.22-.31.43-.21,1.04.22,1.35,2.53,1.81,4.04,4.74,4.04,7.85,0,2.24-.77,4.3-2.06,5.93-1.11-2.03-2.59-3.39-3.79-4.22.64-.83,1-1.85,1-2.92,0-2.64-2.14-4.78-4.78-4.78s-4.78,2.14-4.78,4.78c0,1.06.36,2.09,1,2.92-1.21.83-2.69,2.19-3.8,4.22-1.29-1.64-2.06-3.7-2.06-5.93,0-5.31,4.32-9.64,9.64-9.64,1.02,0,2.03.16,2.99.47.5.16,1.05-.11,1.22-.62.17-.51-.11-1.05-.62-1.22-1.16-.38-2.36-.57-3.59-.57-3.72,0-7.03,1.77-9.15,4.51l-6.31-4.07v-6.13c2.69-.22,5.11-1.37,6.96-3.12.04-.03.08-.06.11-.1,2.17-2.1,3.52-5.04,3.52-8.3,0-6.38-5.19-11.57-11.57-11.57-2.36,0-4.64.71-6.58,2.05-.44.3-.55.91-.24,1.34.3.44.9.55,1.34.24,1.61-1.12,3.51-1.71,5.48-1.71,5.31,0,9.64,4.32,9.64,9.64,0,2.24-.77,4.3-2.06,5.93-1.11-2.03-2.59-3.39-3.8-4.22.64-.83,1-1.85,1-2.92,0-2.63-2.14-4.78-4.78-4.78s-4.78,2.14-4.78,4.78c0,1.07.36,2.09,1,2.92-1.21.83-2.69,2.19-3.79,4.22-1.29-1.64-2.06-3.7-2.06-5.93s.69-4.18,2-5.87c.33-.42.25-1.03-.18-1.35-.42-.32-1.03-.25-1.35.18-1.57,2.04-2.4,4.48-2.4,7.05,0,3.25,1.36,6.19,3.53,8.3.03.04.07.07.11.1,1.85,1.75,4.28,2.9,6.96,3.12v6.13l-6.34,4.09c-2.12-2.74-5.42-4.51-9.14-4.51C5.05,30.84-.13,36.03-.13,42.41c0,5.38,3.81,10.13,9.06,11.29.52.11,1.04-.21,1.15-.73.12-.52-.21-1.04-.73-1.15-1.52-.34-2.9-1.04-4.05-2,1.24-2.64,3.25-4.07,4.39-4.69.29-.16.48-.46.5-.79.02-.33-.13-.65-.4-.84-.74-.54-1.19-1.4-1.19-2.31,0-1.57,1.28-2.85,2.85-2.85s2.85,1.28,2.85,2.85c0,.91-.44,1.78-1.19,2.31-.27.19-.42.51-.4.84.02.33.21.63.5.79,1.14.62,3.15,2.05,4.39,4.69-1.45,1.21-3.27,2.01-5.3,2.19-.53.05-.92.52-.87,1.05.05.5.47.88.96.88.03,0,.06,0,.09,0,5.99-.55,10.51-5.5,10.51-11.52,0-1.97-.5-3.82-1.37-5.44l6.25-4.03,6.22,4.01c-.87,1.62-1.36,3.47-1.36,5.44,0,3.25,1.36,6.19,3.52,8.3.03.04.07.07.11.1,2.07,1.96,4.86,3.17,7.93,3.17s5.86-1.21,7.93-3.17c.04-.03.08-.06.11-.1,2.17-2.1,3.52-5.04,3.52-8.3ZM19.04,48.34c-1.11-2.04-2.6-3.4-3.81-4.24.64-.83,1-1.85,1-2.92,0-2.64-2.14-4.78-4.78-4.78s-4.78,2.14-4.78,4.78c0,1.06.36,2.09,1,2.92-1.21.84-2.7,2.2-3.81,4.24-1.3-1.66-2.07-3.73-2.07-5.94,0-5.31,4.32-9.63,9.64-9.63s9.63,4.32,9.63,9.63c0,2.24-.75,4.3-2.03,5.93ZM26.11,16.35c.29-.16.48-.46.5-.79.02-.33-.13-.65-.4-.84-.74-.54-1.18-1.4-1.18-2.31,0-1.57,1.28-2.85,2.85-2.85s2.85,1.28,2.85,2.85c0,.91-.44,1.78-1.18,2.31-.27.19-.42.51-.4.84.02.33.21.63.5.79,1.14.62,3.15,2.04,4.39,4.67-1.67,1.39-3.81,2.23-6.15,2.23s-4.48-.84-6.15-2.23c1.24-2.63,3.24-4.05,4.39-4.67ZM38.15,49.8c1.24-2.63,3.24-4.05,4.39-4.67.29-.16.48-.46.5-.79.02-.33-.13-.65-.4-.84-.74-.54-1.19-1.4-1.19-2.31,0-1.57,1.28-2.85,2.85-2.85s2.85,1.28,2.85,2.85c0,.91-.44,1.78-1.18,2.31-.27.19-.42.51-.4.84.02.33.21.63.5.79,1.14.62,3.15,2.04,4.38,4.67-1.67,1.39-3.81,2.23-6.15,2.23s-4.48-.84-6.15-2.23Z"/></svg>'); }
  header.header .navPages-item .navPage-subMenu-action[href*="/about-us/brands/"]::before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 56 56"><!-- Generator: Adobe Illustrator 30.2.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 1) --><defs><style> .st0 { fill: %23ea0029; } </style></defs><path class="st0" d="M35.44,39.93h-14.34c-1.75,0-3.2-.67-4.09-1.9-.97-1.33-1.17-3.2-.55-5.12l5.84-16.34c.68-1.84,1.53-4.14,5.16-4.14h14.57c1.67,0,3.21.74,4.13,1.99.82,1.11,1.07,2.5.66,3.81l-2.14,5.96c-.27.73-.53,1.42-1.66,1.42h-8.2c-.64,0-1.2-.25-1.52-.68-.27-.37-.35-.84-.21-1.29l1.21-3.48c-.14-.02-.33-.03-.51.02-.12.03-.29.1-.34.24l-4.82,12.2c-.06.17,0,.23.14.28.28.1.8,0,1.07-.71.36-.77.63-1.38.94-2.12.19-.44.4-.94.66-1.52.16-.37.52-.6.92-.6h9.1c.73,0,1.09.38,1.24.6.29.44.24.95.09,1.29-.46,1.28-.88,2.34-1.3,3.37-.24.61-.49,1.21-.74,1.87-.48,1.21-1.94,4.84-5.31,4.84ZM27.46,14.45c-2.23,0-2.6,1-3.27,2.82l-.16.42-5.67,15.87c-.41,1.27-.32,2.48.27,3.28.51.7,1.36,1.07,2.46,1.07h14.34c1.35,0,2.47-1.17,3.43-3.56.25-.66.5-1.27.75-1.89.31-.78.63-1.58.98-2.5h-7.58c-.14.32-.27.62-.39.9-.33.77-.6,1.4-.95,2.13-.67,1.75-2.36,2.26-3.6,1.81-1.2-.43-1.76-1.64-1.34-2.87l4.85-12.26c.58-1.39,2.31-1.82,3.55-1.35.99.37,1.48,1.27,1.18,2.19l-1.08,3.09h7.52s.03-.06.04-.1l.05-.14,2.07-5.76c.2-.65.07-1.37-.37-1.98-.54-.73-1.48-1.17-2.51-1.17h-14.57ZM40.91,29.11s-.01.03-.02.05c0-.02.01-.03.02-.05Z"/><g><path class="st0" d="M20.65,4.65c-3.98,1.85-7.39,4.75-9.92,8.48-3.68,5.43-5.02,11.96-3.78,18.4C2.55,15.44,15.27,6.29,20.65,4.65Z"/><path class="st0" d="M6.95,31.77c-.11,0-.2-.07-.23-.18C2.39,15.76,14.42,6.3,20.58,4.42c.12-.04.25.03.3.15.05.12,0,.25-.12.31-3.95,1.84-7.35,4.74-9.82,8.39-3.64,5.37-4.97,11.84-3.74,18.22.02.13-.06.25-.18.28-.02,0-.04,0-.06,0ZM15.08,7.92c-4.51,3.42-8.99,9.39-8.79,17.65.23-4.46,1.67-8.79,4.24-12.58,1.29-1.9,2.82-3.6,4.55-5.07Z"/></g><path class="st0" d="M28.34,1.95c6.01,0,11.64,2.08,16.11,5.61-3.72-2.5-8.18-3.93-12.9-3.93-.83,0-1.67.04-2.51.13-12.76,1.37-21.99,12.82-20.62,25.58,1.28,11.91,11.35,20.75,23.07,20.75.83,0,1.67-.04,2.51-.13,9.54-1.03,17.11-7.69,19.74-16.32-2.35,10.62-11.25,19.04-22.66,20.27-.95.1-1.88.15-2.82.15-13.14,0-24.44-9.91-25.87-23.27C.86,16.48,11.21,3.63,25.52,2.1c.95-.1,1.88-.15,2.81-.15M53.75,33.63h0M28.33,0c-1,0-2.02.05-3.02.16C9.96,1.81-1.18,15.64.47,30.99c1.53,14.26,13.49,25.01,27.81,25.01,1,0,2.02-.05,3.02-.16,11.93-1.28,21.69-9.99,24.33-21.68.05-.17.07-.34.07-.52,0-1.04-.81-1.89-1.84-1.94-.04,0-.08,0-.11,0-.13,0-.26.01-.38.04-.29.06-.56.18-.79.35-.22.16-.4.37-.54.61-.07.13-.13.27-.17.41-2.51,8.15-9.6,14-18.08,14.91-.76.08-1.54.12-2.3.12-10.88,0-19.97-8.17-21.13-19.01-1.25-11.67,7.22-22.18,18.89-23.44.76-.08,1.54-.12,2.3-.12,4.22,0,8.3,1.25,11.82,3.6.33.22.71.33,1.08.33.6,0,1.19-.28,1.57-.8.62-.84.45-2.02-.37-2.67C40.73,2.14,34.58,0,28.34,0h0s0,0,0,0h0Z"/></svg>'); }
  header.header .navPages-item .navPage-subMenu-action[href*="/about-us/contact/"]::before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 56 56"><!-- Generator: Adobe Illustrator 30.2.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 1) --><defs><style> .st0 { fill: %23e9162b; } </style></defs><path class="st0" d="M53.66,6.66H15.13c-1.29,0-2.34,1.05-2.34,2.34v4.3l-.42-.76-1.55-2.77c-.71-1.28-2.3-1.77-3.6-1.11l-3.78,1.89c-1.24.6-2.2,1.66-2.67,2.95-1.7,4.7-1.37,13.04,9.81,26.14,8.89,10.4,15.88,13.57,20.84,13.96,1.15.1,2.3.04,3.44-.18,1.35-.27,2.54-1.04,3.33-2.17l2.46-3.45c.85-1.19.61-2.83-.54-3.73l-5.46-4.3h19.02c1.29,0,2.34-1.04,2.34-2.33V9.01c0-1.29-1.05-2.34-2.34-2.34ZM38.96,45.52c.37.29.45.83.17,1.21l-2.46,3.45c-.51.74-1.3,1.25-2.18,1.43-4.43.85-11.93-.76-22.53-13.18C1.37,26.02.96,18.36,2.49,14.12c.31-.85.94-1.54,1.76-1.93l3.79-1.89c.42-.21.94-.05,1.17.36l3.58,6.41,1.51,2.7c.23.41.1.92-.29,1.18l-1.22.8-2.22,1.46c-1.13.73-1.55,2.18-.99,3.4l.22.49c.78,1.75,1.76,3.94,5.58,8.42.8.94,1.52,1.74,2.18,2.42.69.73,1.31,1.33,1.87,1.84,1.43,1.3,2.47,1.98,3.39,2.58l.45.29c1.12.75,2.62.56,3.52-.44l2.22-2.43.56-.61c.32-.34.84-.39,1.21-.1l.9.71,7.29,5.74ZM12.78,23.96v4.98c-.49-.83-.92-1.69-1.3-2.58l-.23-.5c-.18-.4-.04-.87.32-1.1l1.21-.79ZM22.32,39.78h4.19l-1.08,1.19c-.29.33-.78.39-1.14.15l-.46-.3c-.46-.3-.95-.62-1.51-1.04ZM53.66,37.95h-21.35l-.4-.32c-1.12-.88-2.74-.75-3.7.3h-.01s-8.03.01-8.03.01c-.63-.6-1.34-1.33-2.15-2.22.17-.04.33-.13.46-.27l9.42-10.09c.31-.38.28-.93-.08-1.26-.36-.33-.91-.33-1.26.01l-9.42,10.09c-.09.09-.15.2-.19.31-.05-.06-.1-.12-.15-.18-.4-.46-.75-.89-1.09-1.31l-1.07-1.39v-8.88l.39-.26c1.19-.79,1.57-2.36.88-3.61l-1.28-2.29v-7.59c0-.13.05-.26.15-.36s.22-.15.36-.15h38.53c.13,0,.26.05.36.15s.15.22.15.36v28.44h0c0,.28-.23.5-.51.5Z"/><path class="st0" d="M50.49,10.92l-15.37,11.65c-.43.32-1.02.32-1.46,0l-15.36-11.65c-.4-.31-.98-.23-1.29.18-.31.4-.23.98.18,1.29l15.36,11.65c1.09.81,2.58.81,3.68,0l15.37-11.65c.19-.15.32-.37.36-.61.03-.24-.03-.49-.18-.68-.31-.4-.88-.48-1.29-.18Z"/><path class="st0" d="M42.3,24.12c-.35-.37-.93-.39-1.3-.05-.37.35-.39.93-.05,1.3l9.42,10.09c.35.37.93.39,1.3.05.37-.35.39-.93.05-1.3l-9.42-10.09Z"/></svg>'); }
  header.header .navPages-item .navPage-subMenu-action[href*="/about-us/locations/"]::before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_4" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 56 56"><!-- Generator: Adobe Illustrator 30.2.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 1) --><defs><style> .st0 { fill: %23e9162b; } </style></defs><path class="st0" d="M1.93,29.27c0-3.41.73-6.79,2.13-9.9l4.76,8.11c.27.46.86.61,1.32.34.14-.08.26-.2.34-.34l6.81-11.59c.67-1.11,1.03-2.37,1.05-3.67,0-.92-.15-1.83-.45-2.7-.3-.87-.74-1.7-1.3-2.43,2.42-1.04,4.99-1.68,7.61-1.89.53-.05.93-.51.88-1.04-.04-.53-.5-.92-1.03-.88-3.07.23-6.08,1.01-8.88,2.31-.97-.83-2.12-1.43-3.35-1.77-.52-.13-1.04.17-1.18.69-.13.52.17,1.04.69,1.18,2.22.6,3.99,2.27,4.73,4.45.23.67.35,1.38.35,2.09-.02.95-.29,1.88-.78,2.69l-5.97,10.17L3.68,14.91c-.5-.8-.77-1.72-.78-2.66,0-3.08,2.08-5.78,5.07-6.55.52-.13.83-.66.69-1.18s-.66-.83-1.18-.69C3.64,4.82.95,8.3.97,12.27c.02,1.28.38,2.53,1.05,3.62l.87,1.49C.99,21.06,0,25.14,0,29.27c0,.53.43.97.97.97s.97-.43.97-.97Z"/><path class="st0" d="M4.83,12.25c0,2.67,2.16,4.83,4.83,4.83s4.83-2.16,4.83-4.83-2.16-4.83-4.83-4.83c-2.66,0-4.82,2.16-4.83,4.83ZM9.66,9.35c1.6,0,2.9,1.3,2.9,2.9s-1.3,2.9-2.9,2.9-2.9-1.3-2.9-2.9,1.3-2.9,2.9-2.9Z"/><path class="st0" d="M56,9.34c0-.91-.15-1.82-.44-2.68-.06-.18-.12-.35-.19-.52-.2-.49-.76-.73-1.26-.53s-.73.76-.53,1.26c.05.12.1.24.14.39.23.67.34,1.38.35,2.09-.02.95-.29,1.88-.78,2.69l-5.97,10.17-1.96-3.33c-.27-.46-.86-.61-1.32-.34-.46.27-.61.86-.34,1.32l2.79,4.75c.27.46.86.61,1.32.34.14-.08.26-.2.34-.34l1.14-1.93c.62,2.15.93,4.38.93,6.62,0,1.22-.09,2.43-.27,3.64l-3.58,1.23c-2.08.71-4.37.54-6.32-.46-.07-.03-.14-.05-.21-.06.47-.94.72-1.97.73-3.02,0-4.8-3.9-8.69-8.7-8.69-.38,0-.76.03-1.14.08-.53.07-1.06.2-1.57.38l-.82-1.57c-.3-.59-.29-1.29.01-1.88.34-.68.97-1.16,1.71-1.29l1.8-.32c1.96-.35,3.26-2.22,2.91-4.18-.06-.33-.17-.65-.31-.96-.3-.61-.2-1.34.25-1.84l2.29-2.57c.57.29,1.13.6,1.68.94-.02.23-.04.45-.04.68.02,1.28.38,2.53,1.05,3.62l2,3.4c.27.46.86.61,1.32.34s.61-.86.34-1.32l-2-3.4c-.5-.8-.77-1.72-.78-2.66,0-3.73,3.03-6.76,6.76-6.76.3,0,.6.02.9.06,1.22.16,2.37.66,3.32,1.45.41.34,1.02.29,1.36-.12.34-.41.29-1.02-.12-1.36-1.23-1.03-2.72-1.69-4.31-1.89-4.16-.55-8.12,1.95-9.41,5.94-3.36-1.94-7.11-3.09-10.98-3.39-.53-.03-.99.38-1.01.91-.03.52.36.96.87,1.01,2.48.19,4.91.76,7.22,1.69l-1.89,2.12c-.98,1.09-1.19,2.67-.54,3.98.41.83.07,1.83-.76,2.23-.14.07-.29.12-.44.14l-1.8.32c-1.34.25-2.49,1.11-3.1,2.33-.58,1.16-.58,2.52.02,3.67l.76,1.44c-.34.21-.67.45-.98.71-.41.34-.46.95-.12,1.36.34.41.95.46,1.36.12.94-.79,2.1-1.29,3.32-1.45,3.7-.5,7.1,2.1,7.6,5.8.04.31.06.62.06.93-.02.93-.29,1.85-.78,2.64l-2,3.4c-.27.46-.12,1.05.34,1.32.46.27,1.05.12,1.32-.34l1.42-2.42c.06.07.14.13.22.17,2.43,1.25,5.25,1.45,7.84.58l2.51-.86c-.95,3.81-2.82,7.33-5.44,10.25v-.08c-.4-2.37-2.64-3.97-5.01-3.57-.27.05-.54.12-.8.21l-1.14.42c-.73.27-1.55.17-2.2-.28l.58-.99c.27-.46.12-1.05-.34-1.32-.46-.27-1.05-.12-1.32.34l-1.96,3.33-5.97-10.17c-.5-.81-.77-1.74-.78-2.69,0-.72.12-1.43.35-2.11.04-.13.09-.25.14-.37.2-.49-.04-1.06-.53-1.26s-1.06.04-1.26.53c-.07.17-.13.34-.19.5-.29.87-.44,1.78-.45,2.7.02,1.29.38,2.56,1.05,3.67l6.81,11.59c.27.46.86.61,1.32.34.14-.08.26-.2.34-.34l1.23-2.1c1.14.74,2.57.9,3.85.42l1.14-.42c.68-.25,1.43-.19,2.06.17.6.34,1.03.94,1.16,1.62l.15,1.62c-7.08,6.47-17.33,8.09-26.05,4.11.28-.33.65-.59,1.06-.73l2.29-.76c1.29-.43,2.31-1.44,2.74-2.73l.14-.4c.42-1.27,1.78-1.96,3.05-1.54,0,0,.01,0,.02,0,.51.14,1.05-.16,1.19-.68.13-.48-.12-.98-.59-1.16-2.27-.73-4.71.48-5.49,2.74l-.14.4c-.24.72-.8,1.28-1.52,1.53l-2.29.76c-.9.3-1.67.89-2.19,1.68-1.96-1.08-3.77-2.43-5.36-4l1.3-.21c1.6-.25,2.7-1.76,2.44-3.36-.06-.38-.2-.75-.4-1.08-.29-.47-.14-1.09.33-1.38,0,0,.01,0,.02-.01l1.33-.78c1.18-.7,1.72-2.12,1.31-3.43l-.4-1.23c-.5-1.54.03-3.22,1.32-4.19l3.02-2.28c2.31-1.74,2.77-5.03,1.02-7.33-.43-.57-.96-1.04-1.58-1.39-.46-.28-1.05-.13-1.33.33-.28.46-.13,1.05.33,1.33.01,0,.03.02.04.02,1.58.91,2.13,2.93,1.23,4.51-.22.39-.52.72-.87.99l-3.02,2.28c-1.95,1.47-2.75,4.01-1.99,6.33l.4,1.23c.14.45-.04.94-.45,1.18l-1.33.78c-1.4.82-1.87,2.62-1.06,4.02.01.02.02.04.03.05.29.47.14,1.09-.33,1.38-.11.07-.24.12-.37.14l-2.58.41c-2.81-3.34-4.65-7.38-5.32-11.69-.09-.53-.59-.88-1.11-.79-.51.09-.86.56-.79,1.08,2.04,12.66,12.93,22,25.76,22.06,6.64,0,13.03-2.54,17.85-7.1.04-.04.09-.08.12-.12,5.17-4.91,8.1-11.73,8.09-18.85,0-3.01-.53-6-1.56-8.83l4.37-7.44c.67-1.11,1.03-2.37,1.05-3.67Z"/><path class="st0" d="M47.31,4.52c-2.67,0-4.83,2.16-4.83,4.83s2.16,4.83,4.83,4.83,4.83-2.16,4.83-4.83c0-2.66-2.16-4.82-4.83-4.83ZM47.31,12.25c-1.6,0-2.9-1.3-2.9-2.9s1.3-2.9,2.9-2.9,2.9,1.3,2.9,2.9-1.3,2.9-2.9,2.9Z"/><path class="st0" d="M36.69,30.59c0-2.67-2.16-4.83-4.83-4.83s-4.83,2.16-4.83,4.83,2.16,4.83,4.83,4.83c2.66,0,4.82-2.16,4.83-4.83ZM28.97,30.59c0-1.6,1.3-2.9,2.9-2.9s2.9,1.3,2.9,2.9-1.3,2.9-2.9,2.9-2.9-1.3-2.9-2.9Z"/></svg>'); }
  header.header .navPages-item .navPage-subMenu-action[href*="/about-us/history/"]::before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Bahan_copy" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 56 56"><!-- Generator: Adobe Illustrator 30.2.1, SVG Export Plug-In . SVG Version: 2.1.1 Build 1) --><defs><style> .st0 { fill: %23e9162b; } </style></defs><path class="st0" d="M41.01,29.29h12.99c1.1,0,2-.9,2-2v-8.99c0-1.1-.9-2-2-2h-12.99c-1.1,0-2,.9-2,2v3.5h-8.06c-.32-1-1.11-1.78-2.11-2.11v-5.31c1.71-.54,2.67-2.37,2.13-4.08-.32-1.01-1.11-1.81-2.13-2.13V2.99c0-.55-.46-.99-1.02-.98-.54,0-.98.44-.98.98v5.17c-1,.32-1.78,1.11-2.11,2.11h-7.75v-3.5c0-1.1-.9-2-2-2H2c-1.1,0-2,.9-2,2v8.99c0,1.1.9,2,2,2h12.99c1.1,0,2-.9,2-2v-3.49h7.75c.32,1,1.11,1.78,2.1,2.1v5.31c-1.72.56-2.65,2.41-2.09,4.13.32.99,1.1,1.76,2.09,2.09v5.31c-1,.32-1.78,1.11-2.11,2.11h-7.75v-3.5c0-1.1-.9-2-2-2H2c-1.1,0-2,.9-2,2v8.99c0,1.1.9,2,2,2h12.99c1.1,0,2-.9,2-2v-3.49h7.75c.32,1,1.11,1.78,2.1,2.1v5.31c-1.71.56-2.65,2.41-2.08,4.13.32.99,1.1,1.76,2.08,2.08v5.06c0,.55.45,1,1,1,.55,0,1-.45,1-1v-5.06c1-.32,1.78-1.1,2.1-2.1h8.06v3.49c0,1.1.9,2,2,2h12.99c1.1,0,2-.9,2-2v-8.99c0-1.1-.9-2-2-2h-12.99c-1.1,0-2,.9-2,2v3.5h-8.06c-.32-1-1.11-1.78-2.11-2.11v-5.31c1.71-.56,2.65-2.41,2.08-4.13-.32-.99-1.1-1.76-2.08-2.08v-5.31c1-.32,1.78-1.1,2.1-2.1h8.06v3.49c0,1.1.9,2,2,2ZM41.01,18.3h12.99v8.99s-12.99,0-12.99,0v-8.99ZM14.99,15.76c-.25,0-12.99,0-12.99,0V6.77h12.99v4.5s0,4.74,0,4.49ZM2,38.81v-8.99h12.99v8.99s-12.99,0-12.99,0ZM41.01,41.34h12.99v8.99h-12.99v-8.99ZM26.59,11.25c0-.69.57-1.25,1.26-1.26.71.01,1.27.59,1.26,1.3-.01.69-.57,1.25-1.26,1.26-.71,0-1.27-.59-1.26-1.29ZM29.11,45.85c0,.69-.57,1.25-1.26,1.26-.7,0-1.27-.59-1.26-1.29,0-.69.57-1.25,1.26-1.26.7,0,1.27.59,1.26,1.29ZM29.11,34.33c0,.69-.57,1.25-1.26,1.26-.7,0-1.27-.58-1.26-1.29,0-.69.57-1.25,1.26-1.26.7,0,1.27.58,1.26,1.29ZM27.85,24.07c-.7,0-1.27-.58-1.26-1.29,0-.7.57-1.26,1.26-1.26.7.01,1.27.59,1.26,1.29-.01.69-.57,1.25-1.26,1.26Z"/><rect class="st0" x="3.28" y="10.28" width="1.99" height="1.99"/><rect class="st0" x="6.47" y="10.28" width="7.25" height="1.99"/><rect class="st0" x="3.28" y="33.32" width="1.99" height="1.99"/><rect class="st0" x="6.47" y="33.32" width="7.25" height="1.99"/><rect class="st0" x="42.29" y="21.8" width="1.99" height="1.99"/><rect class="st0" x="45.47" y="21.8" width="7.25" height="1.99"/><rect class="st0" x="42.29" y="44.85" width="1.99" height="1.99"/><rect class="st0" x="45.47" y="44.85" width="7.25" height="1.99"/></svg>'); }
  header.header #navPages-industries .navPage-subMenu-item-child:last-child,
  header.header #navPages-resources .navPage-subMenu-item-child:last-child {
    grid-column: 1 / -1 !important; }
  header.header #navPages-industries .navPage-subMenu-item-child:last-child a,
  header.header #navPages-resources .navPage-subMenu-item-child:last-child a {
    padding-top: 0; }
  header.header #navPages-industries .navPage-subMenu-item-child:last-child .navPage-subMenu-action::before,
  header.header #navPages-resources .navPage-subMenu-item-child:last-child .navPage-subMenu-action::before {
    display: none; } }

@media (min-width: 992px) {
  header.header .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu-list:before,
  header.header .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu-list:after {
    display: none; } }

@media (min-width: 1025px) {
  .channel-1856761 header.header .navPages-item.products .navPage-subMenu-list {
    grid-template-columns: repeat(4, 1fr); } }

.colson .card-list .card-item {
  padding: .5rem !important; }

.colson .card-list .card-item .card-content {
  padding: 1rem !important;
  border: 1px solid #d9d9d9 !important;
  margin-bottom: 0 !important;
  border-radius: 5px !important;
  overflow: hidden !important;
  justify-content: space-between !important; }

.colson .card-list .card-item .card-heading {
  width: 100% !important;
  color: #000000 !important;
  font-family: Gotham !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  margin: 30px 0px 10px 0px !important; }

.colson.icon-cards .card-list .card-media {
  background-color: #ececec;
  padding: 3em;
  text-align: center;
  width: 100%;
  aspect-ratio: auto !important; }

.colson.icon-cards .card-list .card-media img {
  max-width: 3rem !important; }

.colson.icon-cards .card-list .card-media svg {
  max-width: 5rem !important;
  fill: #e9162b !important; }

.colson.icon-cards .card-list .card-item .card-heading {
  margin: initial !important; }

.colson .background-image {
  position: relative;
  display: block;
  width: 100%; }

.colson .background-image img {
  display: block;
  position: relative;
  z-index: 0; }

.colson .background-image::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(359.02deg, rgba(0, 0, 0, 0.7) 20.89%, rgba(0, 0, 0, 0) 97.25%); }

.page-type-category #main-content [data-layout-name=Layout],
.page-type-category #main-content [data-layout-name^=container] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.page-type-category #main-content .page-listing-header--content .halo-description {
  padding-right: 0; }

.page-type-category #main-content .page-listing-header--content .halo-description a span {
  background-image: none !important; }

.page-type-category #main-content .page-listing-header--content .halo-description a:hover {
  color: inherit; }

.page-type-category #main-content .page-listing-header--content .halo-description .caster-widget {
  border-bottom: 5px solid red; }

.page-type-category #main-content .page-listing-header--content .halo-description .caster-widget .media .media-inner {
  justify-content: center; }

.page-type-category #main-content .page-listing-header--content .halo-description .caster-widget .media {
  text-align: center; }

.page-type-category #main-content .page-listing-header--content .halo-description .media a {
  display: inline-flex;
  font-weight: 700;
  min-width: unset !important;
  margin-left: .5rem;
  margin-right: .5rem; }

#cad-wrapper .product-CAD {
  padding: 0;
  margin: 0; }

.colson .image-container img {
  object-fit: contain !important;
  object-position: center !important; }

.colson .image-container {
  margin-bottom: 0 !important;
  padding: 25% !important;
  text-align: center !important; }

.caster-widget .product-block {
  padding: 20px 0;
  font-family: Arial, sans-serif; }

.caster-widget .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  padding: 0; }

.caster-widget .content h1 {
  font-size: 28px;
  margin: 10px 0; }

.caster-widget .eyebrow {
  font-size: 14px;
  color: #666; }

.caster-widget .description {
  font-size: 14px;
  color: #444;
  line-height: 1.6; }
  .caster-widget .description a {
    color: #000;
    text-decoration: underline; }

.caster-widget .cta {
  margin: 20px 0;
  padding: 12px 20px;
  background: #e02020;
  color: #fff;
  border: none;
  width: 100%;
  font-weight: bold;
  cursor: pointer; }

.caster-widget .item {
  padding: 15px 0;
  border-top: 1px solid #ccc;
  font-weight: bold;
  font-size: 14px; }

.caster-widget .item:last-child {
  border-bottom: 1px solid #ccc; }

.caster-widget .media-inner {
  display: flex;
  gap: 20px; }

.caster-widget .thumbnails {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex-shrink: 0; }
  .caster-widget .thumbnails img {
    width: 50px;
    height: auto;
    border: 2px solid transparent;
    cursor: pointer; }

.caster-widget .main-image img {
  max-width: 100%;
  height: auto; }

.caster-widget .cad-button {
  margin-top: 20px;
  padding: 15px;
  background: #ccc;
  text-align: center;
  font-weight: bold;
  color: #666; }

/* Responsive stack (<1025px) */
@media (max-width: 1024px) {
  .caster-widget .container {
    grid-template-columns: 1fr; }
  .category-prefix #main-content [data-layout-name=Layout],
  .category-prefix #main-content [data-layout-name^=container] {
    padding-left: 0;
    padding-right: 0; } }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/Gotham-Thin.eot");
  src: url("../fonts/Gotham/Gotham-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-Thin.woff2") format("woff2"), url("../fonts/Gotham/Gotham-Thin.woff") format("woff"), url("../fonts/Gotham/Gotham-Thin.ttf") format("truetype"), url("../fonts/Gotham/Gotham-Thin.svg#Gotham-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/Gotham-ThinItalic.eot");
  src: url("../fonts/Gotham/Gotham-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-ThinItalic.woff2") format("woff2"), url("../fonts/Gotham/Gotham-ThinItalic.woff") format("woff"), url("../fonts/Gotham/Gotham-ThinItalic.ttf") format("truetype"), url("../fonts/Gotham/Gotham-ThinItalic.svg#Gotham-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/Gotham-XLight.eot");
  src: url("../fonts/Gotham/Gotham-XLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-XLight.woff2") format("woff2"), url("../fonts/Gotham/Gotham-XLight.woff") format("woff"), url("../fonts/Gotham/Gotham-XLight.ttf") format("truetype"), url("../fonts/Gotham/Gotham-XLight.svg#Gotham-XLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/Gotham-XLightItalic.eot");
  src: url("../fonts/Gotham/Gotham-XLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-XLightItalic.woff2") format("woff2"), url("../fonts/Gotham/Gotham-XLightItalic.woff") format("woff"), url("../fonts/Gotham/Gotham-XLightItalic.ttf") format("truetype"), url("../fonts/Gotham/Gotham-XLightItalic.svg#Gotham-XLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/Gotham-Light.eot");
  src: url("../fonts/Gotham/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham/Gotham-Light.woff") format("woff"), url("../fonts/Gotham/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/Gotham-LightItalic.eot");
  src: url("../fonts/Gotham/Gotham-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-LightItalic.woff2") format("woff2"), url("../fonts/Gotham/Gotham-LightItalic.woff") format("woff"), url("../fonts/Gotham/Gotham-LightItalic.ttf") format("truetype"), url("../fonts/Gotham/Gotham-LightItalic.svg#Gotham-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/Gotham-Book.eot");
  src: url("../fonts/Gotham/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham/Gotham-Book.woff") format("woff"), url("../fonts/Gotham/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/Gotham-BookItalic.eot");
  src: url("../fonts/Gotham/Gotham-BookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-BookItalic.woff2") format("woff2"), url("../fonts/Gotham/Gotham-BookItalic.woff") format("woff"), url("../fonts/Gotham/Gotham-BookItalic.ttf") format("truetype"), url("../fonts/Gotham/Gotham-BookItalic.svg#Gotham-BookItalic") format("svg");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/Gotham-Medium.eot");
  src: url("../fonts/Gotham/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/Gotham-MediumItalic.eot");
  src: url("../fonts/Gotham/Gotham-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-MediumItalic.woff2") format("woff2"), url("../fonts/Gotham/Gotham-MediumItalic.woff") format("woff"), url("../fonts/Gotham/Gotham-MediumItalic.ttf") format("truetype"), url("../fonts/Gotham/Gotham-MediumItalic.svg#Gotham-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/Gotham-Bold.eot");
  src: url("../fonts/Gotham/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/Gotham-BoldItalic.eot");
  src: url("../fonts/Gotham/Gotham-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-BoldItalic.woff2") format("woff2"), url("../fonts/Gotham/Gotham-BoldItalic.woff") format("woff"), url("../fonts/Gotham/Gotham-BoldItalic.ttf") format("truetype"), url("../fonts/Gotham/Gotham-BoldItalic.svg#Gotham-BoldItalic") format("svg");
  font-weight: 700;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/Gotham-Black.eot");
  src: url("../fonts/Gotham/Gotham-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-Black.woff2") format("woff2"), url("../fonts/Gotham/Gotham-Black.woff") format("woff"), url("../fonts/Gotham/Gotham-Black.ttf") format("truetype"), url("../fonts/Gotham/Gotham-Black.svg#Gotham-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham/Gotham-BlackItalic.eot");
  src: url("../fonts/Gotham/Gotham-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham/Gotham-BlackItalic.woff2") format("woff2"), url("../fonts/Gotham/Gotham-BlackItalic.woff") format("woff"), url("../fonts/Gotham/Gotham-BlackItalic.ttf") format("truetype"), url("../fonts/Gotham/Gotham-BlackItalic.svg#Gotham-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }
