@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
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 -webkit-focus-ring-color !important;
  outline-offset: 1px !important; }

input:focus-visible + label {
  outline: 2px solid -webkit-focus-ring-color !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: 551px)/";
  width: 0; }

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

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

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

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

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

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

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

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

/* Vertical Carousel */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.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: #f6f6f6;
  background: linear-gradient(to right, #f6f6f6 4%, #e6e6e6 25%, #f6f6f6 36%);
  background-size: 1200px 100%; }

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

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes animateZoomIn {
  0% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }

.animateZoomIn {
  animation-name: animateZoomIn;
  animation-duration: 1s;
  animation-fill-mode: both; }

@keyframes animateZoomOut {
  0% {
    transform: scale(1.15); }
  100% {
    transform: scale(1); } }

.animateZoomOut {
  animation-name: animateZoomOut;
  animation-duration: 1s;
  animation-fill-mode: both; }

@keyframes animateZoomOutSpec {
  0% {
    transform: translate3d(-50%, -50%, 0) scale(1.15); }
  100% {
    transform: translate3d(-50%, -50%, 0) scale(1); } }

.animateZoomOutSpec {
  animation-name: animateZoomOutSpec;
  animation-duration: 1s;
  animation-fill-mode: both; }

@keyframes appearUp {
  0% {
    opacity: 0;
    transform: translateY(1rem); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.appearUp {
  animation-name: appearUp;
  animation-duration: 0.5s;
  animation-fill-mode: both; }

@keyframes zoomFadeSmall {
  0% {
    opacity: 0;
    transform: scale(1.1); }
  to {
    opacity: 1;
    transform: scale(1); } }

.zoomFadeSmall {
  animation-name: zoomFadeSmall;
  animation-duration: 0.5s;
  animation-fill-mode: both; }

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

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

.fadeInDown {
  animation-name: fadeInDown; }

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

.fadeOutUp {
  animation-name: fadeOutUp; }

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

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes haloFadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.haloFadeInLeft {
  animation-name: haloFadeInLeft; }

@keyframes haloFadeOutRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(50%, 0, 0); } }

.haloFadeOutRight {
  animation-name: haloFadeOutRight; }

@keyframes rotate_180 {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes zoom-animation {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.4, 1.4, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

.zoom-animation {
  animation-name: zoom-animation; }

@keyframes shimmer {
  0% {
    background-position: -1200px 0; }
  100% {
    background-position: 1200px 0; } }

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

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

.fadeIn {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both; }

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

.fadeOut {
  animation-name: fadeOut; }

@keyframes animateBounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    opacity: 1;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.animateBounceIn {
  animation-name: animateBounceIn; }

.btn-loading:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 46%;
  transform: translate(-50%, -50%);
  display: inline-block;
  border: 2px solid #f6f6f6;
  border-radius: 50%;
  border-top: 2px solid #ffcc00;
  border-right: 2px solid #4dd4c6;
  border-bottom: 2px solid red;
  width: 20px;
  height: 20px;
  animation: spin 1.4s linear infinite; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

button {
  background: none;
  border: 0; }

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

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

select {
  width: 100%; }

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

html {
  font-size: 16px; }

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

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

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

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

a {
  color: black;
  line-height: inherit;
  text-decoration: underline; }

a:hover,
a:focus {
  color: #c4390f; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.75rem; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: black;
  font-size: 60%;
  line-height: 0; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

hr {
  border: solid #e6e6e6;
  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 p {
  font-size: 22px;
  line-height: 29px; }

cite {
  color: #999999;
  display: block;
  font-size: 15px; }

.icon {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: middle; }

.icon svg {
  display: inline-block;
  fill: black;
  height: 100%;
  vertical-align: top;
  width: 100%; }

/*doc
---
title: Lists
name: lists
category: Elements
---

*/
/*doc
---
title: Inline List
name: inline_list
category: Elements
parent: lists
---


```html_example
<ul class="inlineList">
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <li><a href="#">Link 3</a></li>
    <li><a href="#">Link 4</a></li>
    <li><a href="#">Link 5</a></li>
</ul>
```
##### Inline list settings
```sass_file_example
src/settings/foundation/inlineList/_settings.scss
```

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 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 #e6e6e6;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }

.table thead {
  background: #e5e5e5; }

.table thead tr th,
.table thead tr td {
  font-size: 15px;
  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 #e6e6e6; }

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

.table-tbody tr {
  border-bottom: 1px solid #e6e6e6; }

.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: "Playfair Display", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: 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: black;
  border-color: black;
  color: white; }

.button:active {
  background-color: black;
  border: 1px solid black;
  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: #c4390f;
  border-color: #c4390f;
  color: white; }

.button--primary:hover,
.button--primary:focus,
.button--primary.is-active,
.button--primary.active {
  background-color: black;
  border-color: black;
  color: white; }

.button--primary:active {
  background-color: black;
  border: 1px solid black;
  color: white; }

.button--tertiary {
  background-color: #c4390f;
  border-color: rgba(0, 0, 255, 0);
  color: white; }

.button--tertiary:hover,
.button--tertiary:focus,
.button--tertiary.is-active,
.button--tertiary.active {
  background-color: black;
  border-color: rgba(0, 0, 255, 0);
  color: white; }

.button--tertiary:active {
  background-color: black;
  border: 1px solid rgba(0, 0, 255, 0);
  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: 15px; }

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

.button--slab {
  display: block;
  width: 100%; }

.button + .button--slab {
  margin-left: 0; }

.button--icon {
  font-size: 15px;
  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: 15px;
  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: 15px;
  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: 15px;
  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: 32px;
  margin-bottom: 0.75rem;
  padding: 0;
  width: 100%; }

/*doc
---
title: Form labels and inputs
name: 03forms_basics
category: Forms
parent: forms
---

Inputs of all types should be associated with a label which has a `for` attribute

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label {
  color: black;
  cursor: pointer;
  display: block;
  font-size: 15px;
  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 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  border-color: #cfcfcf;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: black;
  display: block;
  font-family: inherit;
  font-size: 15px;
  -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: #cfcfcf;
  color: black;
  font-family: inherit;
  font-size: 15px;
  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: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }

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

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

.form-row .form-field {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  max-width: none; }

@media (min-width: 551px) {
  .form-row--half .form-field {
    width: 50%; }
  .form-row--third .form-field {
    width: 33.33333%; }
  .form-row--quarter .form-field {
    width: 25%; } }

/*doc
---
title: Form Fields
name: 02forms_basics
category: Forms
parent: forms
---

Each form input should be wrapped in a `form-field`

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none; }

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

.form-field:after {
  clear: both; }

/*doc
---
title: Selects [multiple]
name: 06forms_basics
category: Forms
parent: forms
---

Styling of the select element with the multiple attribute

```html_example
<div class="form-field">
    <label class="form-label" for="multiselect1">Native Select Multiple label</label>
    <select class="form-select" multiple name="multiselect1" id="multiselect1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
        <option value="3">Option 3</option>
        <option value="4">Option 4</option>
    </select>
</div>
```
*/
.form-select[multiple] {
  height: auto; }

.form-select[multiple] option {
  padding: 5px; }

/*doc
---
title: Radios and Checkbox
name: 07forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-checkbox" type="checkbox" id="check1">
    <label class="form-label" for="check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="check2">
    <label class="form-label" for="check2">Checkbox 2 label</label>
</div>
```

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-checkbox + .form-label,
.form-radio + .form-label {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0.375rem;
  padding-left: 1.875rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }

.form-checkbox + .form-label::before,
.form-checkbox + .form-label::after,
.form-radio + .form-label::before,
.form-radio + .form-label::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 50ms ease-out; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  background-color: white;
  border: solid #8f8f8f;
  border-width: 1px;
  height: 1rem;
  left: 0;
  top: 0;
  width: 1rem; }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  height: 0.875rem;
  left: 1px;
  opacity: 0;
  top: 1px;
  transform: scale(0);
  width: 0.875rem; }

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

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

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

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

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(6, 6, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(6, 6, 6, 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(6, 6, 6, 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: #f1a500;
  border-color: #f1a500; }

.switch--checked .switch-toggle {
  background-color: #008a06;
  border-color: #008a06; }

.switch--disabled .switch-toggle {
  background-color: #e5e5e5;
  border-color: #999999;
  cursor: default; }

.switch-toggle::before {
  background: white;
  border-radius: 1.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: 24px;
  margin: 0.375rem 0 -0.5rem;
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

/*doc
---
title: Panels
name: panel
category: Components
---

Panels are a simple container which is relatively positioned within the document which helps you section
your content. Panels may also have a header, which contains a related title to describe the contents.

```sass_file_example
src/settings/foundation/panels/_settings.scss
```
```html_example
<div class="panel">
    <div class="panel-header">
        <h2 class="panel-title">Panel Title</h2>
    </div>
    <div class="panel-body">
        <h2>Some Panel Content</h2>
        <p>Should be able to handle any type of content.</p>
    </div>
</div>
```
*/
.panel {
  position: relative; }

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

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

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1.5rem;
  background: #e5e5e5; }

.panel-body > :first-child {
  margin-top: 0; }

.panel-body > :last-child {
  margin-bottom: 0; }

.panel-body > :last-child {
  margin-bottom: 0; }

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

.breadcrumb {
  color: black;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }

.breadcrumb a {
  color: black; }

.breadcrumb.current {
  color: black;
  cursor: default; }

.breadcrumb.current a {
  color: black;
  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: black;
  content: "/";
  margin: 0;
  position: relative;
  top: 1px; }

.breadcrumb:first-child:before {
  content: " ";
  margin: 0; }

.breadcrumb::before {
  margin: 0 0.5rem; }

@media (min-width: 481px) {
  .breadcrumb::before {
    margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }

.breadcrumb-label:hover {
  color: black;
  text-decoration: none; }

.breadcrumb.is-active > .breadcrumb-label {
  color: black;
  cursor: default; }

.breadcrumb.is-unavailable > .breadcrumb-label {
  color: #999999;
  cursor: default; }

.tabs {
  border-bottom: 1px solid #e6e6e6;
  margin: 0; }

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

.tabs:after {
  clear: both; }

.tab {
  border-bottom: #f2e3d8;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }

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

.tab-title {
  color: black;
  display: block;
  font-size: 15px;
  padding: 0.75rem 1.5rem; }

.tab-title:hover {
  color: black; }

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

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

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

.tabs-contents:before,
.tabs-contents:after {
  content: " ";
  display: table; }

.tabs-contents:after {
  clear: both; }

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

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

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

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

/*doc
---
title: Navigation
name: nav
category: Components
---

The navigation pattern holds a list of links wrapped in a navigation element. The links can help you navigate
the document, or the information architecture. Each link should modify the URL in some way.

```sass_file_example
src/settings/bigcommerce/nav/_settings.scss
```
We generate our own navigation abstractions through a `nav()` mixin. The mixin works as follows:

```scss_example
nav($style: "navBar", $wrapper: "nav")
```
Where:

 - `$style` - The type of navigation (a bar or list)
 - `$wrapper` - The wrapper of the navigation (usually nav, ul or ol)

There is also a `nav-action()` mixin, which when used will set the styles for any actionable items in your navigation list.

```scss_example
nav-action($color, $fontFamily, $fontSize, $padding)
```

*/
/*doc
---
title: Navigation Bar
name: navBar
parent: nav
category: Components
---

The Navigation Bar is a horizontal navigation component, useful for page navigation or any other primary content navigation.

```html_example
<nav class="navBar navBar--internal">
    <ul class="navBar-section">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 1</a>
        </li>
        <li class="navBar-item is-active">
            <a class="navBar-action" href="#">Item 2</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 3</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 4</a>
        </li>
    </ul>
    <ul class="navBar-section navBar-section--alt">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 5</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 6</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 7</a>
        </li>
    </ul>
</nav>
```

You can create a navigation bar abstraction with the following mixin:

```scss_example
.pageNavigation {
    @include nav("navBar", "nav");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navBar:before,
.navBar:after {
  content: " ";
  display: table; }

.navBar:after {
  clear: both; }

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

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

.navBar ul li,
.navBar ol li {
  margin: 0;
  padding: 0; }

.navBar-section {
  float: left; }

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

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

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

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

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

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

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

.pagination-list {
  display: block;
  margin-left: 0; }

.pagination-list li {
  color: black;
  font-size: 15px;
  margin-left: 0.375rem; }

.pagination-list li a,
.pagination-list li button {
  border-radius: 4px;
  transition: background-color 300ms ease-out;
  background: none;
  color: black;
  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: black; }

li.pagination-item--current a,
li.pagination-item--current button {
  color: black;
  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: 15px;
  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: #87724f; }

.alertBox--info svg {
  fill: white; }

.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: white; }

.alertBox--success svg {
  fill: #008a06; }

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

.alertBox--warning svg {
  fill: #f1a500; }

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

.alertBox--error svg {
  fill: #cc4749; }

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

.alertBox-icon {
  padding-right: 1.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: #e6e6e6 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin: 0 0 1.5rem; }

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

.accordion:after {
  clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e6e6e6 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: "Jost", Arial, Helvetica, sans-serif;
  font-size: 15px; }

.accordion-navigation > a:hover {
  background: #e5e5e5; }

.accordion-navigation .accordion-title {
  padding: 1.5rem 1.875rem; }

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

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

.accordion-content.is-open {
  display: block; }

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

.has-activeModal .modal-background {
  display: block; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #f2e3d8;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e6e6e6;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }

@media only screen and (max-width: 551px) {
  .modal {
    min-height: 100vh; } }

.modal .column,
.modal .columns {
  min-width: 0; }

.modal > :first-child {
  margin-top: 0; }

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

@media only screen and (min-width: 551px) {
  .modal {
    left: 0;
    margin: 0 auto;
    max-width: 80%;
    right: 0;
    width: 900px; } }

@media only screen and (min-width: 551px) {
  .modal {
    top: 50% !important; } }

@media (min-width: 551px) {
  .modal {
    transform: translateY(-50%); } }

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

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

.modal-header {
  border-bottom: 1px solid #e6e6e6;
  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 #e6e6e6;
  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: 15px;
  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: 25px;
  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: 15px;
  padding: 0.375rem 0.75rem; }

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

.loadingOverlay {
  background: rgba(51, 51, 51, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }

.loadingOverlay::before {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 2.5rem;
  border: solid 2px;
  border-color: white white #999999 #999999;
  content: "";
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transform-style: preserve-3d;
  animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }

.loadingOverlay.ng-enter,
.loadingOverlay.ng-leave.ng-leave-active {
  opacity: 0; }

.loadingOverlay.ng-leave,
.loadingOverlay.ng-enter.ng-enter-active {
  opacity: 1; }

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

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

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

.actionBar:after {
  clear: both; }

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

.actionBar .buttonGroup {
  vertical-align: middle; }

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

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

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

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

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

.actionBar-item {
  margin-bottom: 1.5rem; }

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

/*doc
---
title: Cards
name: cards
category: Components
---

Cards are a typical component consisting of a figure and a short snippet of descriptive text.
This could include a heading and a caption or definition, and perhaps a call to action
or other actionable functions.

```sass_file_example
src/settings/bigcommerce/cards/_settings.scss
```
```html_example
<article class="card">
    <figure class="card-figure">
        <img class="card-image" src="http://lorempixel.com/960/360/sports/" alt="Example card image">
        <figcaption class="card-figcaption">
            <a class="card-figcaption-action" href="#">
                <div class="card-figcaption-body">
                    <span class="button card-figcaption-button">Learn more</span>
                </div>
            </a>
        </figcaption>
    </figure>
    <div class="card-body">
        <h2 class="card-title">20% Off First Design Project</h2>
        <h3 class="card-subTitle">Custom Designs</h3>
        <p class="card-text">
            Be seen by customers at the very moment that
            they are searching on Google for the things you offer.
        </p>
    </div>
</article>
```
*/
.card {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0 0; }

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

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

.card-figcaption-button {
  background-color: rgba(196, 57, 15, 0.9);
  color: white; }

.card-figcaption-button:hover {
  background-color: #c4390f;
  color: white; }

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

.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;
  -moz-user-select: none;
  user-select: none;
  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 {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

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

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  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: black;
  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: black;
  opacity: 0.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1; }

.slick-next,
.slick-prev {
  z-index: 1;
  border: 1px solid #e5e5e5;
  height: 3.125rem;
  padding: 0.875rem 1.125rem;
  width: 3.125rem;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.9); }

.home-layout-2 .slick-next,
.home-layout-2 .slick-prev {
  border-width: 2px;
  border-radius: 0; }

.home-layout-2 .slick-next::before,
.home-layout-2 .slick-prev::before {
  height: 1.1875rem;
  width: 0.6875rem; }

.home-layout-2 .slick-next:focus,
.home-layout-2 .slick-prev:focus {
  background-color: rgba(255, 255, 255, 0.9); }

.home-layout-2 .slick-next.slick-disabled:hover,
.home-layout-2 .slick-next.slick-disabled:focus,
.home-layout-2 .slick-prev.slick-disabled:hover,
.home-layout-2 .slick-prev.slick-disabled:focus {
  background-color: rgba(255, 255, 255, 0.9); }

.home-layout-3 .slick-next,
.home-layout-3 .slick-prev {
  border-width: 1px;
  border-radius: 8px;
  transition: all .3s ease; }

.home-layout-3 .slick-next:focus,
.home-layout-3 .slick-prev:focus {
  background-color: rgba(255, 255, 255, 0.9); }

.home-layout-3 .slick-next.slick-disabled:hover,
.home-layout-3 .slick-next.slick-disabled:focus,
.home-layout-3 .slick-prev.slick-disabled:hover,
.home-layout-3 .slick-prev.slick-disabled:focus {
  background-color: rgba(255, 255, 255, 0.9); }

.home-layout-4 .slick-next,
.home-layout-4 .slick-prev {
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 0;
  width: 34px;
  height: 44px; }

@media (min-width: 1025px) {
  .home-layout-4 .slick-next,
  .home-layout-4 .slick-prev {
    width: 45px;
    height: 75px;
    padding: 0.875rem 0.9375rem; } }

.home-layout-4 .slick-next::before,
.home-layout-4 .slick-prev::before {
  height: 1.0625rem;
  width: 0.625rem;
  background-image: none;
  background: black;
  position: absolute; }

.home-layout-4 .slick-next::after,
.home-layout-4 .slick-prev::after {
  content: "";
  height: 1.0625rem;
  width: 0.625rem;
  background-image: none;
  background: black;
  position: absolute; }

.home-layout-4 .slick-next:focus,
.home-layout-4 .slick-prev:focus {
  background-color: rgba(255, 255, 255, 0.9); }

.home-layout-4 .slick-next.slick-disabled::before,
.home-layout-4 .slick-next.slick-disabled::after,
.home-layout-4 .slick-prev.slick-disabled::before,
.home-layout-4 .slick-prev.slick-disabled::after {
  opacity: 0.6; }

.home-layout-4 .slick-next.slick-disabled:hover,
.home-layout-4 .slick-next.slick-disabled:focus,
.home-layout-4 .slick-prev.slick-disabled:hover,
.home-layout-4 .slick-prev.slick-disabled:focus {
  background-color: rgba(255, 255, 255, 0.9); }

.slick-next::before,
.slick-prev::before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  height: 1.25rem;
  width: 0.75rem; }

.slick-next:hover,
.slick-next:focus,
.slick-prev:hover,
.slick-prev:focus {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #e5e5e5; }

.home-layout-4 .slick-next:hover::before,
.home-layout-4 .slick-next:hover::after,
.home-layout-4 .slick-next:focus::before,
.home-layout-4 .slick-next:focus::after,
.home-layout-4 .slick-prev:hover::before,
.home-layout-4 .slick-prev:hover::after,
.home-layout-4 .slick-prev:focus::before,
.home-layout-4 .slick-prev:focus::after {
  background-image: none; }

.slick-next:hover:not(.slick-disabled),
.slick-next:focus:not(.slick-disabled),
.slick-prev:hover:not(.slick-disabled),
.slick-prev:focus:not(.slick-disabled) {
  border-color: #e5e5e5;
  background-color: #e5e5e5; }

.home-layout-4 .slick-next:hover:not(.slick-disabled)::before,
.home-layout-4 .slick-next:hover:not(.slick-disabled)::after,
.home-layout-4 .slick-next:focus:not(.slick-disabled)::before,
.home-layout-4 .slick-next:focus:not(.slick-disabled)::after,
.home-layout-4 .slick-prev:hover:not(.slick-disabled)::before,
.home-layout-4 .slick-prev:hover:not(.slick-disabled)::after,
.home-layout-4 .slick-prev:focus:not(.slick-disabled)::before,
.home-layout-4 .slick-prev:focus:not(.slick-disabled)::after {
  background: black; }

.slick-next {
  right: 15px; }

.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='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.home-layout-4 .slick-next::before {
  left: 50%;
  top: 50%;
  width: 10px;
  height: 2px;
  transform: rotate(45deg);
  margin-left: -5px;
  margin-top: -4px; }

.home-layout-4 .slick-next::after {
  left: 50%;
  bottom: 50%;
  width: 10px;
  height: 2px;
  transform: rotate(-45deg);
  margin-left: -5px;
  margin-bottom: -4px; }

.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='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.home-layout-3 .slick-next {
  right: 15px; }

.home-layout-3 .slick-next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 3.9 6.9'%3E%3Cpath d='M.77.13l3,3a.46.46,0,0,1,0,.64l-3,3a.47.47,0,0,1-.64,0,.47.47,0,0,1,0-.64L2.81,3.45.13.77a.47.47,0,0,1,0-.64A.47.47,0,0,1,.77.13Z' clip-rule='evenodd' fill-rule='evenodd' /%3E%3C/svg%3E");
  height: 1.25rem;
  width: 0.875rem; }

.home-layout-3 .slick-next:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 3.9 6.9'%3E%3Cpath d='M.77.13l3,3a.46.46,0,0,1,0,.64l-3,3a.47.47,0,0,1-.64,0,.47.47,0,0,1,0-.64L2.81,3.45.13.77a.47.47,0,0,1,0-.64A.47.47,0,0,1,.77.13Z' clip-rule='evenodd' fill-rule='evenodd' /%3E%3C/svg%3E"); }

@media (min-width: 1025px) {
  .home-layout-3 .slick-next {
    right: -13px; } }

.slick-prev {
  left: 15px; }

.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='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.home-layout-4 .slick-prev::before {
  left: 50%;
  top: 50%;
  width: 10px;
  height: 2px;
  transform: rotate(135deg);
  margin-left: -5px;
  margin-top: -4px; }

.home-layout-4 .slick-prev::after {
  left: 50%;
  bottom: 50%;
  width: 10px;
  height: 2px;
  transform: rotate(-135deg);
  margin-left: -5px;
  margin-bottom: -4px; }

.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='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.home-layout-3 .slick-prev {
  left: 15px;
  padding: 0.5rem 0.5rem; }

.home-layout-3 .slick-prev::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath d='M8.81809 4.18179C8.99383 4.35753 8.99383 4.64245 8.81809 4.81819L6.13629 7.49999L8.81809 10.1818C8.99383 10.3575 8.99383 10.6424 8.81809 10.8182C8.64236 10.9939 8.35743 10.9939 8.1817 10.8182L5.1817 7.81819C5.09731 7.73379 5.0499 7.61933 5.0499 7.49999C5.0499 7.38064 5.09731 7.26618 5.1817 7.18179L8.1817 4.18179C8.35743 4.00605 8.64236 4.00605 8.81809 4.18179Z' clip-rule='evenodd' fill-rule='evenodd' /%3E%3C/svg%3E");
  height: 1.875rem;
  width: 1.875rem; }

.home-layout-3 .slick-prev:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath d='M8.81809 4.18179C8.99383 4.35753 8.99383 4.64245 8.81809 4.81819L6.13629 7.49999L8.81809 10.1818C8.99383 10.3575 8.99383 10.6424 8.81809 10.8182C8.64236 10.9939 8.35743 10.9939 8.1817 10.8182L5.1817 7.81819C5.09731 7.73379 5.0499 7.61933 5.0499 7.49999C5.0499 7.38064 5.09731 7.26618 5.1817 7.18179L8.1817 4.18179C8.35743 4.00605 8.64236 4.00605 8.81809 4.18179Z' clip-rule='evenodd' fill-rule='evenodd' /%3E%3C/svg%3E"); }

@media (min-width: 1025px) {
  .home-layout-3 .slick-prev {
    left: -13px; } }

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

.slick-dots {
  margin: 0; }

.slick-dots li {
  height: 1.625rem;
  width: 1.625rem;
  margin: 0;
  padding: 0.3125rem; }

.slick-dots li button,
.slick-dots li button::before {
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 50%; }

.slick-dots li button {
  border: 1px solid black;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: middle; }

.slick-dots li button:hover::before {
  background: black; }

.slick-dots li button::before {
  display: block;
  left: -1px;
  top: -1px;
  transition: background 100ms ease-out; }

.slick-dots li.slick-active button::before {
  background: black; }

.home-layout-3 .slick-dots li {
  padding-left: 2px;
  padding-right: 2px;
  width: 20px; }

.home-layout-3 .slick-dots li button {
  border: 1px solid #d4d4d4;
  width: 10px;
  height: 10px; }

.home-layout-3 .slick-dots li button:before {
  background: #d4d4d4;
  width: 10px;
  height: 10px; }

.home-layout-3 .slick-dots li.slick-active {
  width: 52px; }

.home-layout-3 .slick-dots li.slick-active button {
  width: 43px !important;
  border-radius: 5px;
  transition: background 100ms ease-out, width 300ms ease-out;
  border: 1px solid #28c7b7; }

.home-layout-3 .slick-dots li.slick-active button:before {
  transform: translateX(-50%);
  width: 43px !important;
  border-radius: 5px;
  left: 50%;
  transition: background 100ms ease-out, width 300ms ease-out;
  background: #28c7b7; }

.home-layout-4 .slick-dots li button {
  border: 1px solid black; }

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

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

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

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

.carousel-tooltip {
  height: 1px;
  display: none !important;
  position: relative;
  margin-top: 10px; }

.carousel-tooltip:before {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  border-width: 0.625rem;
  border-style: solid;
  border-color: transparent transparent #313440 transparent; }

.carousel-tooltip:after {
  content: attr(aria-label);
  padding: 0.25rem 0.375rem;
  background-color: #313440;
  color: white;
  position: absolute;
  font-size: 1rem;
  white-space: nowrap;
  right: 0;
  top: 100%;
  cursor: default;
  border-radius: 0.5rem; }

.carousel-tooltip:before,
.carousel-tooltip:after {
  display: none; }

.carousel-tooltip:focus:before,
.carousel-tooltip:focus:after {
  display: block; }

@media (min-width: 551px) {
  .carousel-tooltip {
    display: block; } }

.carousel-tooltip:after {
  padding: 15px 10px;
  top: 10px; }

.slick-prev:focus .carousel-tooltip:before,
.slick-prev:focus .carousel-tooltip:after,
.slick-next:focus .carousel-tooltip:before,
.slick-next:focus .carousel-tooltip:after,
.slick-dots button:focus .carousel-tooltip:before,
.slick-dots button:focus .carousel-tooltip:after {
  display: block; }

.slick-prev .carousel-tooltip:before,
.slick-next .carousel-tooltip:before {
  top: -7px; }

.slick-prev .carousel-tooltip:before {
  right: -2px; }

.slick-prev .carousel-tooltip:after {
  right: auto;
  left: -5px; }

.slick-next .carousel-tooltip:after {
  right: -5px; }

.slick-dots button .carousel-tooltip {
  margin-top: 25px; }

.slick-dots button .carousel-tooltip:before,
.slick-dots button .carousel-tooltip:after {
  right: 50%;
  transform: translateX(50%); }

.slick-dots button .carousel-tooltip:before {
  top: -7px; }

.carousel-play-pause-button {
  display: none;
  position: absolute;
  left: 15px;
  bottom: 0.5rem;
  height: 32px;
  min-width: 60px;
  max-width: 60px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: black;
  transition: color 100ms ease-out;
  z-index: 5;
  border: 1px solid #ffcc00;
  border-radius: 4px;
  background-color: #ffcc00;
  background-color: rgba(255, 204, 0, 0.9); }

@media (min-width: 375px) {
  .carousel-play-pause-button {
    min-width: 80px;
    max-width: 90px; } }

@media (min-width: 551px) {
  .carousel-play-pause-button {
    max-width: 150px;
    font-size: 18px; } }

@media (min-width: 801px) {
  .carousel-play-pause-button {
    left: 25px;
    bottom: 1.5rem; } }

.carousel-play-pause-button:hover {
  color: black; }

.nanobar {
  display: none;
  width: 100%;
  height: 0.3125rem;
  z-index: 9999;
  top: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: 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;
  -webkit-user-select: none;
  -moz-user-select: none;
  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::-moz-placeholder,
.swal2-file::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
  color: #cccccc; }

.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;
  -webkit-user-select: none;
  -moz-user-select: none;
  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: "Jost", Arial, Helvetica, sans-serif; }

.swal2-modal .swal2-title {
  color: black;
  font-size: 1.875rem; }

.swal2-modal .swal2-content {
  color: black;
  font-size: 1.125rem; }

.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
  border: 1px solid #cfcfcf;
  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: "Playfair Display", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: 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: black;
  border-color: black;
  color: white; }

.swal2-modal .swal2-styled:active {
  background-color: black;
  border: 1px solid black;
  color: white; }

.swal2-modal .swal2-styled:focus {
  outline: none; }

.swal2-modal .swal2-confirm {
  background-color: #c4390f;
  border-color: #c4390f;
  color: white; }

.swal2-modal .swal2-confirm:focus,
.swal2-modal .swal2-confirm:hover,
.swal2-modal .swal2-confirm:active {
  background-color: black;
  border-color: black;
  color: white; }

.swal2-modal .swal2-cancel {
  color: white;
  background-color: #c4390f;
  border-color: rgba(0, 0, 255, 0); }

.swal2-modal .swal2-cancel:focus,
.swal2-modal .swal2-cancel:hover,
.swal2-modal .swal2-cancel:active {
  color: white;
  background-color: black;
  border-color: rgba(0, 0, 255, 0); }

.swal2-modal .button + .button {
  margin-left: 0.75rem; }

.swal2-icon {
  display: flex; }

html,
body {
  height: auto; }

figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }

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

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

body {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2; }

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  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: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

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

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

.table {
  margin-top: 2rem; }

.table td + td {
  border-left: 1px solid #e6e6e6; }

.table .table-alignCenter {
  text-align: center; }

.table .table-alignRight {
  text-align: right; }

.table-actions {
  margin: 1.5rem;
  text-align: center; }

.table-actions .form {
  margin-bottom: 0; }

.table-actions .button {
  display: block;
  margin-left: 0;
  margin-right: 0;
  width: 100%; }

@media (min-width: 551px) {
  .table-actions .button {
    display: inline-block;
    margin-bottom: 0;
    width: auto; } }

@media (min-width: 551px) {
  .table-actions .button + .button {
    margin-left: 0.375rem; } }

.table--line {
  border-color: #e6e6e6;
  border-width: 0 0 1px; }

.table--line .table-thead {
  background-color: #f2e3d8;
  border-color: #e6e6e6;
  border-width: 0 0 1px; }

.table--line .table-thead tr th {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 551px) {
  .table--line .table-thead tr th {
    text-align: center; }
  .table--line .table-thead tr th:first-child {
    text-align: left; }
  .table--line .table-thead tr th:last-child {
    text-align: right; } }

.table--line .table-thead tr th + th {
  padding-left: 1.5rem; }

.table--line tr {
  border-color: 1px solid #e6e6e6; }

.table--line tr td {
  display: block;
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 551px) {
  .table--line tr td {
    text-align: center; }
  .table--line tr td:first-child {
    text-align: left; }
  .table--line tr td:last-child {
    text-align: right; } }

.table--line tr td + td {
  padding-left: 1.5rem; }

.table--line td + td {
  border-left: 0; }

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

.dropdown-menu {
  z-index: 5; }

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

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

.dropdown-menu .button:focus {
  z-index: 5; }

.dropdown-menu-item {
  text-align: left; }

.dropdown-menu-item:first-child > a {
  padding-top: 0.75rem; }

.dropdown-menu-item:last-child > a {
  padding-bottom: 1rem; }

.dropdown-menu-item > a {
  margin: 0;
  padding: 0.25rem 1.125rem;
  text-decoration: none; }

.form-wishlist {
  position: relative; }

.dropdown-menu-button {
  width: 100%; }

.dropdown-menu-button .icon {
  float: right;
  margin-left: 10px; }

.dropdown-menu-button:focus {
  z-index: 10; }

#wishlist-dropdown.is-open,
#wishlist-dropdown2.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important;
  margin-top: 10px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 0; }

#wishlist-dropdown.is-open:focus,
#wishlist-dropdown2.is-open:focus {
  outline: none; }

#wishlist-dropdown.is-open [data-wishlist],
#wishlist-dropdown2.is-open [data-wishlist] {
  border-top: none;
  margin-bottom: 0px;
  width: 100%; }

#wishlist-dropdown.is-open .button,
#wishlist-dropdown2.is-open .button {
  background-color: white;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  width: 100%;
  text-transform: initial;
  font-size: 16px;
  font-weight: 400;
  color: black; }

#wishlist-dropdown.is-open .button:hover,
#wishlist-dropdown.is-open .button:focus,
#wishlist-dropdown.is-open .button:active,
#wishlist-dropdown2.is-open .button:hover,
#wishlist-dropdown2.is-open .button:focus,
#wishlist-dropdown2.is-open .button:active {
  color: #c4390f; }

#wishlist-dropdown.is-open .button--has-items,
#wishlist-dropdown2.is-open .button--has-items {
  font-weight: 700; }

#wishlist-dropdown.is-open li:not(:last-child) .button,
#wishlist-dropdown2.is-open li:not(:last-child) .button {
  border-radius: 0px;
  margin-bottom: 0px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

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

.modal.modal-loaded,
.modal.modal--quickShop {
  overflow: visible; }

.modal .form-field {
  position: relative; }

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

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

.modal-header-title {
  font-size: 22px;
  text-align: center;
  font-family: "Jost", Arial, Helvetica, sans-serif; }

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

.modal-close {
  width: 32px;
  height: 32px;
  font-size: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: -37px;
  right: -7px; }

.modal-close:before {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  border-width: 0.625rem;
  border-style: solid;
  border-color: transparent transparent #313440 transparent; }

.modal-close:after {
  content: attr(title);
  padding: 0.25rem 0.375rem;
  background-color: #313440;
  color: white;
  position: absolute;
  font-size: 1rem;
  white-space: nowrap;
  right: 0;
  top: 100%;
  cursor: default;
  border-radius: 0.5rem; }

.modal-close:before,
.modal-close:after {
  display: none; }

.modal-close:focus:before,
.modal-close:focus:after {
  display: block; }

.modal-close svg,
.modal-close .icon {
  fill: #ffffff;
  width: 100%;
  height: 100%; }

@media (min-width: 1200px) {
  .modal-close {
    top: -7px;
    right: -47px; } }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  max-height: 80vh !important; }

@media (min-width: 768px) {
  .modal-body {
    padding: 30px; } }

@media (min-width: 1200px) {
  .modal-body {
    padding: 60px; } }

.modal-body::-webkit-scrollbar {
  width: 10px; }

.modal-body::-webkit-scrollbar-track {
  background: #EAEAEA; }

.modal-body::-webkit-scrollbar-thumb {
  background: #000000; }

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Jost", 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: #c4390f;
  border-color: #c4390f;
  color: white; }

.modal--alert .button-container .confirm:focus,
.modal--alert .button-container .confirm:hover {
  background-color: black;
  border-color: black;
  color: white; }

.modal--alert .button-container .confirm:active {
  background-color: black;
  border-color: black;
  color: black; }

.hide-content {
  opacity: 0; }

ol.breadcrumbs {
  font-size: 0;
  text-align: center;
  overflow: visible; }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 10px;
  font-size: 16px; }

.breadcrumb > .breadcrumb-label {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none; }

.breadcrumb > .breadcrumb-label span {
  background-repeat: repeat-x;
  background-position-y: 0px;
  display: inline-block;
  line-height: 1; }

.breadcrumb:hover:not(.is-active) .breadcrumb-label {
  color: #C4390F; }

.breadcrumb.is-active > .breadcrumb-label {
  cursor: pointer; }

.breadcrumb.is-active > .breadcrumb-label {
  color: #C4390F; }

.breadcrumb:not(:first-child):before {
  display: inline-block;
  margin: 0 0.25rem;
  transform: rotate(15deg);
  border-right: 0.1em solid black;
  height: 0.8em;
  content: '';
  left: -3px; }

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

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem;
  background-color: #f6f6f6; }

.pagination {
  clear: both; }

.pagination-list {
  margin-top: 55px;
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  padding-top: 30px;
  border-top: 1px solid #E6E6E6; }

.pagination-list:before,
.pagination-list:after {
  content: " ";
  display: table; }

.pagination-list:after {
  clear: both; }

.pagination-list .pagination-item {
  display: inline-block; }

.pagination-item {
  border: 1px solid transparent;
  line-height: 1;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease; }

.pagination-item .pagination-link {
  text-decoration: none;
  transition: all 0.2s ease;
  width: 44px;
  height: 44px;
  line-height: 24px;
  padding: 10px;
  text-align: center;
  font-weight: 400;
  color: black;
  font-size: 16px; }

.pagination-item .pagination-link:hover {
  color: black; }

.pagination-item.pagination-item--current {
  border-color: #F5F5F5 !important;
  background-color: #F5F5F5 !important;
  margin: 0 5px; }

.pagination-item.pagination-item--current .pagination-link {
  font-weight: 500; }

.pagination-item.pagination-item--previous,
.pagination-item.pagination-item--next {
  border: 1px solid #CCCCCC;
  background-color: #ffffff;
  text-align: center; }

.pagination-item.pagination-item--previous .pagination-link,
.pagination-item.pagination-item--next .pagination-link {
  font-size: 0;
  color: black;
  padding: 9px; }

.pagination-item.pagination-item--previous .pagination-link .icon,
.pagination-item.pagination-item--next .pagination-link .icon {
  display: inline-block;
  margin: 0;
  width: 26px;
  height: 26px; }

.pagination-item.pagination-item--previous .pagination-link .icon > svg,
.pagination-item.pagination-item--next .pagination-link .icon > svg {
  width: 100%;
  height: 100%; }

.pagination-item.pagination-item--previous .pagination-link:hover,
.pagination-item.pagination-item--previous .pagination-link:focus,
.pagination-item.pagination-item--previous .pagination-link:active,
.pagination-item.pagination-item--next .pagination-link:hover,
.pagination-item.pagination-item--next .pagination-link:focus,
.pagination-item.pagination-item--next .pagination-link:active {
  color: black; }

.pagination-item.pagination-item--previous .pagination-link:hover .icon,
.pagination-item.pagination-item--previous .pagination-link:focus .icon,
.pagination-item.pagination-item--previous .pagination-link:active .icon,
.pagination-item.pagination-item--next .pagination-link:hover .icon,
.pagination-item.pagination-item--next .pagination-link:focus .icon,
.pagination-item.pagination-item--next .pagination-link:active .icon {
  color: black; }

.pagination-item.pagination-item--previous .pagination-link:hover .icon > svg,
.pagination-item.pagination-item--previous .pagination-link:focus .icon > svg,
.pagination-item.pagination-item--previous .pagination-link:active .icon > svg,
.pagination-item.pagination-item--next .pagination-link:hover .icon > svg,
.pagination-item.pagination-item--next .pagination-link:focus .icon > svg,
.pagination-item.pagination-item--next .pagination-link:active .icon > svg {
  fill: black; }

.pagination-item:hover,
.pagination-item:focus,
.pagination-item:active {
  background-color: #c4390f;
  border-color: #c4390f; }

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

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

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

.pagination-list--small {
  position: relative; }

.pagination-list--small .pagination-item {
  color: black;
  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-info {
  text-align: center;
  color: #787878;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px; }

.button {
  line-height: 1rem;
  transition: all 0.15s ease;
  font-family: "Jost", Arial, Helvetica, sans-serif; }

.button + .button {
  margin-left: 0; }

@media (min-width: 801px) {
  .button + .button {
    margin-left: 0.75rem; } }

.home-layout-2 .button {
  border-radius: 0;
  transition: all 0.3s ease; }

.home-layout-3 .button {
  border-radius: 8px;
  transition: all 0.3s ease; }

.home-layout-4 .button {
  border-radius: 0px;
  letter-spacing: .05em; }

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

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

.button {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 17px 20px 16px; }

.button--tertiary {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 17px 20px 16px;
  color: white;
  background-color: #c4390f;
  border: 1px solid rgba(0, 0, 255, 0); }

.button--tertiary:hover,
.button--tertiary:active {
  color: white;
  background-color: black;
  border-color: rgba(0, 0, 255, 0); }

.home-layout-2 .button--tertiary {
  border: none;
  height: 50px; }

.home-layout-3 .button--tertiary {
  font-size: 17px;
  padding: 16px 20px 17px;
  border-radius: 8px; }

.home-layout-4 .button--tertiary {
  position: relative; }

.home-layout-4 .button--tertiary:before {
  content: "";
  position: absolute;
  right: 1px;
  top: 1px;
  width: 1px;
  height: calc(100% - 2px);
  background: white;
  opacity: 0.8; }

.home-layout-4 .button--tertiary:after {
  content: "";
  position: absolute;
  left: 1px;
  bottom: 1px;
  width: calc(100% - 2px);
  height: 1px;
  background: white;
  opacity: 0.8; }

@media (min-width: 1025px) {
  .home-layout-4 .button--tertiary:hover:after,
  .home-layout-4 .button--tertiary:hover:before,
  .home-layout-4 .button--tertiary:active:after,
  .home-layout-4 .button--tertiary:active:before,
  .home-layout-4 .button--tertiary:focus:after,
  .home-layout-4 .button--tertiary:focus:before {
    background: white; } }

.button--primary {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 17px 20px 16px; }

.home-layout-2 .button--primary {
  height: 50px; }

@media (min-width: 1025px) {
  .home-layout-2 .button--primary:hover,
  .home-layout-2 .button--primary:active,
  .home-layout-2 .button--primary:focus {
    box-shadow: 0 0 0 0 black, inset 0 0 0 0 black; } }

.home-layout-3 .button--primary {
  font-size: 17px;
  padding: 16px 20px 17px;
  border-radius: 8px; }

.home-layout-4 .button--primary {
  position: relative;
  padding: 16px 20px; }

.home-layout-4 .button--primary:before {
  content: "";
  position: absolute;
  right: 1px;
  top: 1px;
  width: 1px;
  height: calc(100% - 2px);
  background: white;
  opacity: 0.8; }

.home-layout-4 .button--primary:after {
  content: "";
  position: absolute;
  left: 1px;
  bottom: 1px;
  width: calc(100% - 2px);
  height: 1px;
  background: white;
  opacity: 0.8; }

@media (min-width: 1025px) {
  .home-layout-4 .button--primary:hover:after,
  .home-layout-4 .button--primary:hover:before,
  .home-layout-4 .button--primary:active:after,
  .home-layout-4 .button--primary:active:before,
  .home-layout-4 .button--primary:focus:after,
  .home-layout-4 .button--primary:focus:before {
    background: white; } }

@media (max-width: 767px) {
  .button,
  .button--tertiary,
  .button--primary {
    padding: 15px 15px 13px; } }

.tab {
  border-top: 1px solid #e6e6e6;
  float: none; }

@media (min-width: 801px) {
  .tab {
    border-top-color: #f2e3d8;
    float: left; } }

.tab.is-active {
  border-left-color: #f2e3d8;
  border-right-color: #f2e3d8; }

@media (min-width: 551px) {
  .tab.is-active {
    margin-bottom: -1px; } }

@media (min-width: 801px) {
  .tab.is-active {
    border: 1px solid #e6e6e6;
    border-bottom: 1px solid #f2e3d8; } }

.tab-title {
  padding: 1.125rem 0;
  text-align: center;
  text-decoration: none; }

@media (min-width: 551px) {
  .tab-title {
    text-align: left; } }

@media (min-width: 801px) {
  .tab-title {
    padding: 0.75rem 1.5rem; } }

@media (min-width: 1261px) {
  .tab-title {
    padding: 0.6875rem 1.125rem; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }

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

.accordion {
  border-radius: 4px;
  box-shadow: none; }

.accordion .navList {
  margin-bottom: 0; }

.accordion-content {
  border: 0; }

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

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

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

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

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

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

.accordion--navList .accordion-content {
  padding: 1rem; }

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

@media (min-width: 801px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0;
    margin-bottom: 0.75rem !important;
    padding: 0; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }

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

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

.accordion-block:first-child {
  margin-top: 0; }

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

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

.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0; }

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

.accordion-nav-clear-holder {
  position: relative; }

.facetedSearch-clearLink {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: black; }

@media (min-width: 801px) {
  .facetedSearch-clearLink {
    right: 20px;
    top: 3px;
    transform: none; } }

.facetedSearch-clearLink:hover {
  color: black; }

ul.inlineList {
  overflow: visible; }

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

ul.inlineList:after {
  clear: both; }

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

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

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

.alertBox.banner {
  margin: 0;
  max-width: 100%;
  margin-bottom: 12px; }

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

.alertBox--info {
  color: white;
  background-color: #c4390f; }

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

.alertBox--warning {
  border-color: #fbf8e7;
  background-color: #fbf8e7; }

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

.form-label {
  color: black;
  font-weight: 500; }

.form-label small {
  color: #F94436;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  text-transform: capitalize;
  margin-left: 0;
  margin-right: 5px; }

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

.form-input,
.form-select {
  height: 50px;
  border-color: #CCCCCC; }

.home-layout-3 .form-input,
.home-layout-3 .form-select {
  border-radius: 8px; }

textarea.form-input {
  height: auto; }

.form-field {
  margin-bottom: 23px; }

.form-inlineMessage {
  display: block; }

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

.form-field--error .form-inlineMessage:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 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-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; }

.form-option-wrapper {
  position: relative;
  display: inline-block; }

.form-option-wrapper .form-radio,
.form-option-wrapper .form-checkbox {
  bottom: 0.5rem;
  left: 0.5rem; }

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

@media (min-width: 551px) {
  .form-actions {
    margin-top: 1.5rem; } }

.form-actions .button,
.form-actions input,
.form-actions a {
  vertical-align: top;
  width: 100%; }

@media (min-width: 551px) {
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    margin-bottom: 0;
    width: auto; } }

.form-actions .button + .button,
.form-actions .button + input,
.form-actions .button + a,
.form-actions input + .button,
.form-actions input + input,
.form-actions input + a,
.form-actions a + .button,
.form-actions a + input,
.form-actions a + a {
  margin-top: 0.75rem; }

@media (min-width: 551px) {
  .form-actions .button + .button,
  .form-actions .button + input,
  .form-actions .button + a,
  .form-actions input + .button,
  .form-actions input + input,
  .form-actions input + a,
  .form-actions a + .button,
  .form-actions a + input,
  .form-actions a + a {
    margin: 0 0 0 0.75rem; } }

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

.form-select--date {
  width: initial; }

.form-select--date + .form-select--date {
  margin-left: 0.375rem; }

.form-select--small,
.form-select--date {
  font-size: 15px;
  height: 50px;
  line-height: 1;
  max-width: 20rem;
  padding: 10px 30px 10px 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 30px; }

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

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

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

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

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

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

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

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

.home-layout-2 .form-prefixPostfix .form-input,
.home-layout-2 .form-prefixPostfix .button {
  border-radius: 0; }

.home-layout-3 .form-prefixPostfix .form-input,
.home-layout-3 .form-prefixPostfix .button {
  border-radius: 8px; }

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

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

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

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

.form-prefixPostfix .button {
  height: auto; }

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

.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: 95px; }

.form-increment .button {
  margin: 0;
  padding: 0;
  border: none;
  width: .83333rem;
  height: .83333rem;
  position: absolute;
  right: 10px;
  background: 0 0; }

.form-increment .button:before {
  content: "";
  width: 1px;
  height: 1px;
  border: 4px solid transparent;
  position: absolute;
  left: 0; }

.form-increment .button[data-action=dec] {
  bottom: 11px; }

.form-increment .button[data-action=dec]:before {
  border-top-color: #000;
  bottom: 2px; }

.form-increment .button[data-action=inc] {
  top: 11px; }

.form-increment .button[data-action=inc]:before {
  border-bottom-color: #000;
  top: 2px; }

.form-input--incrementTotal {
  display: inline-block;
  color: #202020;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 30px 10px 18px;
  text-align: left;
  vertical-align: middle;
  width: 95px;
  height: 50px;
  -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 #cfcfcf;
  color: black;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 1px;
  transition: all 0.15s ease; }

.form-option:hover {
  border-color: black; }

.form-radio:checked + .form-option {
  border-color: #060606;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); }

.form-option-variant {
  display: inline-block;
  font-size: 15px;
  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;
  border-radius: 50%; }

@media (min-width: 551px) {
  .form-option-variant--color,
  .form-option-variant--pattern {
    pointer-events: inherit; } }

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

.form-input--small {
  font-size: 15px;
  height: 50px;
  line-height: 1;
  padding: 10px 15px; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }

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

.form-minMaxRow:after {
  clear: both; }

.form-minMaxRow .form-field {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  margin-bottom: 0;
  padding-left: 0.375rem;
  padding-right: 0.375rem; }

.form-minMaxRow .button {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

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

[data-product-attribute] .form-option {
  position: relative; }

[data-product-attribute] .form-option.unavailable {
  background-color: #f6f6f6;
  opacity: 0.5;
  position: relative; }

[data-product-attribute] .form-option.unavailable:before {
  content: "";
  width: 150%;
  height: 1px;
  top: 50%;
  left: -25%;
  position: absolute;
  background-color: #F94436;
  transform: rotate(-45deg); }

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

@media (min-width: 1261px) {
  [data-page-type="404"] .form-prefixPostfix.wrap {
    justify-content: center; }
  [data-page-type="404"] #search_query_adv {
    max-width: 615px; } }

@media (max-width: 767px) {
  .form-input--small,
  .form-select--small,
  .form-select--date {
    height: 45px; } }

html *::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
  position: relative;
  left: 0;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  visibility: visible; }

html *::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  position: relative;
  left: 0;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  visibility: visible; }

html *:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  position: relative;
  left: 0;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  visibility: visible; }

html *:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  position: relative;
  left: 0;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  visibility: visible; }

html *:focus::-webkit-input-placeholder {
  opacity: 0;
  left: 5%;
  visibility: hidden; }

.newTextAjax {
  display: none; }

.card {
  margin-bottom: 35px; }

.home-layout-2 .card {
  position: relative; }

.home-layout-3 .card {
  position: relative; }

.home-layout-4[data-page-type="wishlist"] .card {
  margin-bottom: 20px; }

@media (min-width: 1200px) {
  .home-layout-4[data-page-type="wishlist"] .card {
    margin-bottom: 10px; } }

.card:focus-within .card-figcaption {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0); }

.card.focus-within .card-figcaption {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0); }

.home-layout-2 .card .card-img-hover .product-additional > .card-image {
  transform: translate3d(0, 50px, 0); }

@media (min-width: 1025px) {
  .home-layout-2 .card:hover .card-img-hover > .card-image {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .home-layout-2 .card:hover .card-img-hover .product-additional {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .home-layout-2 .card:hover .card-img-hover .product-additional > .card-image {
    transform: translate3d(0, 0, 0); }
  .home-layout-2 .card:hover .card-figcaption {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); } }

@media (min-width: 1025px) {
  .home-layout-3 .card:hover .card-img-hover > .card-image {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .home-layout-3 .card:hover .card-img-hover .product-additional {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .home-layout-3 .card:hover .card-img-hover .product-additional > .card-image {
    transform: translate3d(0, 0, 0); }
  .home-layout-3 .card:hover .card-figcaption {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); } }

.card-figure {
  margin-top: 0;
  position: relative;
  overflow: hidden;
  padding: 3px;
  margin-left: -3px;
  margin-right: -3px; }

.card-figure .card-img-hover > .card-image {
  transition: all 0.3s ease; }

.card-figure .card-img-hover .product-additional {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease; }

.card-figure .card-img-hover .product-additional > .card-image {
  transition: all 0.3s ease;
  transform: translate3d(-50px, 0, 0); }

.card-figure .card-figcaption {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translate3d(-50px, 0, 0); }

.home-layout-2 .card-figure .card-figcaption {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0); }

@media (min-width: 1025px) {
  .card-figure:hover .card-img-hover > .card-image {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .card-figure:hover .card-img-hover .product-additional {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .card-figure:hover .card-img-hover .product-additional > .card-image {
    transform: translate3d(0, 0, 0); }
  .card-figure:hover .card-figcaption {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); } }

.card-figure__link {
  display: block;
  position: relative; }

@media (max-width: 1199px) {
  .card-figure .card-figcaption-top {
    display: none !important; }
  .card-figure .card-figcaption-bottom {
    display: none !important; } }

.home-layout-2 .card-figure {
  position: unset; }

.home-layout-2 .card-figure .card-figcaption-bottom {
  display: none !important; }

.home-layout-3 .card-figure {
  border-radius: 8px; }

.card-img-container {
  max-width: 640px; }

@media (min-width: 768px) {
  .card-img-container {
    max-width: 100%; } }

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

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

@media (min-width: 801px) {
  .card-figcaption {
    display: block; } }

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

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

.card-title {
  font-size: 18px;
  margin: 0 0 4px 0;
  font-weight: 700; }

.card-title > a {
  color: black;
  text-decoration: none;
  display: block;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Jost", Arial, Helvetica, sans-serif; }

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

.card-title > a:hover {
  color: #c4390f; }

.card-title > a:hover span {
  background-size: 100% 1px; }

.card-title.card-ellipsis > a {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */ }

@media (min-width: 1200px) {
  .card-title.has-options {
    position: relative;
    padding-right: 70px; } }

.home-layout-3 .card-title > a {
  font-size: 18px;
  font-weight: 700;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  line-height: 30px; }

.home-layout-4 .card-title > a {
  font-size: 17px; }

.card-text {
  margin-bottom: 0.1875rem; }

.card-text abbr {
  border: 0;
  color: inherit;
  font-size: inherit; }

.card-figcaption-button {
  display: block;
  margin: 15px 0 0 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 17px 20px 16px;
  color: white;
  background-color: #c4390f;
  border: 1px solid #c4390f; }

.card-figcaption-button:hover,
.card-figcaption-button:active {
  color: white;
  background-color: black;
  border-color: black; }

.home-layout-2 .card-figcaption-button {
  font-weight: 600;
  text-transform: capitalize;
  margin: 20px 0 0 0;
  border-width: 1px; }

.home-layout-3 .card-figcaption-button {
  text-transform: uppercase;
  font-size: 17px; }

.home-layout-3 .card-figcaption-button.button--outOfStock {
  color: #ffffff;
  background-color: #d7d7d7;
  border-color: #d7d7d7; }

.card-body {
  text-align: left; }

.home-layout-2 .card-body {
  text-align: center; }

.home-layout-4 .card-body {
  display: flex;
  flex-wrap: wrap; }

.home-layout-4 .card-body > * {
  width: 100%; }

.home-layout-4 .card-body .card-figcaption-bottom {
  order: 6; }

@media (max-width: 1024px) {
  .home-layout-4 .card-body .card-figcaption-bottom .card-figcaption-button {
    margin-top: 5px; }
  .home-layout-4 .card-body .card-figcaption-bottom .card-figcaption-button:before {
    content: "";
    position: absolute;
    right: 1px;
    top: 1px;
    width: 1px;
    height: calc(100% - 2px);
    background: white;
    opacity: 0.8; }
  .home-layout-4 .card-body .card-figcaption-bottom .card-figcaption-button:after {
    content: "";
    position: absolute;
    left: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    height: 1px;
    background: white;
    opacity: 0.8; }
  .home-layout-4 .card-body .card-figcaption-bottom .card-figcaption-button:hover:before,
  .home-layout-4 .card-body .card-figcaption-bottom .card-figcaption-button:hover:after,
  .home-layout-4 .card-body .card-figcaption-bottom .card-figcaption-button:active:before,
  .home-layout-4 .card-body .card-figcaption-bottom .card-figcaption-button:active:after {
    background: white; }
  .home-layout-4 .card-body .card-figcaption-bottom .btn-loading:after {
    transform: none;
    border: none;
    border-radius: 0;
    animation: unset;
    top: auto; }
  .home-layout-4 .card-body .card-figcaption-bottom .btn-loading > span {
    position: relative; }
  .home-layout-4 .card-body .card-figcaption-bottom .btn-loading > span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    border: 2px solid #f6f6f6;
    border-radius: 50%;
    border-top: 2px solid #ffcc00;
    border-right: 2px solid #4dd4c6;
    border-bottom: 2px solid red;
    width: 20px;
    height: 20px;
    animation: spin 1.4s linear infinite; } }

.card-body .card-desc {
  display: none; }

.card-body .button--compare {
  margin-top: 15px;
  display: none; }

.home-layout-4 .card-body .button--compare {
  margin-top: 0;
  margin-bottom: 15px; }

.card-body .button--compare input {
  width: 15px;
  height: 15px;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle; }

.card-body .button--compare span {
  color: black;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
  background-repeat: repeat-x;
  background-position-y: 0px;
  display: inline-block;
  vertical-align: middle; }

@media (min-width: 1200px) {
  .card-body .card-figcaption-bottom {
    display: none !important; }
  .home-layout-2 .card-body .card-figcaption-bottom {
    display: block !important; }
  .card-body .button--compare {
    display: block; } }

@media (max-width: 767px) {
  .card-body .card-figcaption-bottom .card-figcaption-button {
    padding: 12px 10px 13px;
    font-size: 13px; } }

.card .card-figcaption .button {
  pointer-events: all; }

.card .card-figcaption .card-figcaption-top {
  position: absolute;
  top: 15px;
  left: 15px; }

.home-layout-4 .card .card-figcaption .card-figcaption-top {
  left: auto;
  right: 15px; }

.card .card-figcaption .card-figcaption-top .button {
  border: none;
  font-size: 0;
  padding: 0;
  margin: 0;
  display: block;
  background-color: transparent;
  min-width: 0; }

.card .card-figcaption .card-figcaption-top .button svg {
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle; }

.card .card-figcaption .card-figcaption-top .button svg:hover + .text,
.card .card-figcaption .card-figcaption-top .button svg:focus + .text,
.card .card-figcaption .card-figcaption-top .button svg:active + .text {
  opacity: 1;
  visibility: visible;
  transform: translateX(0); }

.home-layout-2 .card .card-figcaption .card-figcaption-top .button .icon-action {
  display: inline-block;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  width: 35px;
  height: 35px; }

.home-layout-2 .card .card-figcaption .card-figcaption-top .button svg {
  width: 19px;
  height: 35px; }

.home-layout-3 .card .card-figcaption .card-figcaption-top .button .icon-action {
  display: inline-block;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  width: 35px;
  height: 35px; }

.home-layout-3 .card .card-figcaption .card-figcaption-top .button svg {
  width: 18px;
  height: 35px; }

.home-layout-3 .card .card-figcaption .card-figcaption-top .button.wishlist svg {
  width: 15px; }

.home-layout-4 .card .card-figcaption .card-figcaption-top .button {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  width: 100%; }

.home-layout-4 .card .card-figcaption .card-figcaption-top .button .icon-action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #ffffff; }

.home-layout-4 .card .card-figcaption .card-figcaption-top .button svg {
  width: 24px;
  height: 24px;
  border-radius: 0; }

.home-layout-4 .card .card-figcaption .card-figcaption-top .button .text {
  margin-left: 0;
  margin-right: 10px;
  border-radius: 0;
  font-size: 13px;
  padding: 6px 10px 5px; }

.home-layout-4 .card .card-figcaption .card-figcaption-top .button.quickview {
  stroke-width: 1px;
  stroke: #000000; }

.card .card-figcaption .card-figcaption-top .button .text {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px 6px;
  border-radius: 4px;
  background-color: #ffffff;
  margin-left: 10px;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateX(-10px);
  box-shadow: 0px 1px 3px 0px #595959; }

.card .card-figcaption .card-figcaption-top .wishlist + .quickview {
  margin-top: 10px; }

.card .card-figcaption .card-figcaption-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 10px;
  background-color: #ffffff; }

@media (min-width: 1025px) {
  .card .card-figcaption .card-figcaption-bottom {
    left: 2px;
    right: 2px;
    bottom: 2px; } }

.card .card-figcaption .card-figcaption-bottom .card-figcaption-button {
  margin: 3px; }

.home-layout-3 .card .card-figcaption .card-figcaption-bottom .card-figcaption-button {
  margin: 0 3px; }

@media (min-width: 1025px) {
  .home-layout-3 .card .card-figcaption .card-figcaption-bottom {
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent; } }

.home-layout-4 .card .card-figcaption .card-figcaption-bottom .card-figcaption-button:before {
  content: "";
  position: absolute;
  right: 1px;
  top: 1px;
  width: 1px;
  height: calc(100% - 2px);
  background: white; }

.home-layout-4 .card .card-figcaption .card-figcaption-bottom .card-figcaption-button:after {
  content: "";
  position: absolute;
  left: 1px;
  bottom: 1px;
  width: calc(100% - 2px);
  height: 1px;
  background: white; }

.home-layout-4 .card .card-figcaption .card-figcaption-bottom .card-figcaption-button:hover:before,
.home-layout-4 .card .card-figcaption .card-figcaption-bottom .card-figcaption-button:hover:after,
.home-layout-4 .card .card-figcaption .card-figcaption-bottom .card-figcaption-button:active:before,
.home-layout-4 .card .card-figcaption .card-figcaption-bottom .card-figcaption-button:active:after {
  background: white; }

.home-layout-4 .card .card-figcaption .card-figcaption-bottom .btn-loading:after {
  transform: none;
  border: none;
  border-radius: 0;
  animation: unset;
  top: auto; }

.home-layout-4 .card .card-figcaption .card-figcaption-bottom .btn-loading > span {
  position: relative; }

.home-layout-4 .card .card-figcaption .card-figcaption-bottom .btn-loading > span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  border: 2px solid #f6f6f6;
  border-radius: 50%;
  border-top: 2px solid #ffcc00;
  border-right: 2px solid #4dd4c6;
  border-bottom: 2px solid red;
  width: 20px;
  height: 20px;
  animation: spin 1.4s linear infinite; }

.card .card-body {
  padding-top: 20px; }

.home-layout-2 .card .card-body {
  padding-bottom: 5px;
  padding-top: 15px; }

.home-layout-3 .card .card-body {
  padding-bottom: 8px;
  padding-top: 15px; }

.home-layout-4 .card .card-body {
  padding-top: 12px; }

.card [data-test-info-type="brandName"] {
  color: #787878;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 5px; }

.home-layout-2 .card [data-test-info-type="brandName"] {
  font-weight: 700;
  text-transform: capitalize;
  color: #232323;
  font-size: 16px; }

.home-layout-3 .card [data-test-info-type="brandName"] {
  font-weight: 300;
  text-transform: uppercase;
  color: #787878;
  font-size: 13px;
  margin-bottom: 2px; }

.home-layout-4 .card [data-test-info-type="brandName"] {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .05em;
  color: black;
  order: 2; }

.card [data-test-info-type="productRating"] {
  margin-bottom: 13px; }

.home-layout-3 .card [data-test-info-type="productRating"] {
  margin-bottom: 10px; }

.home-layout-4 .card [data-test-info-type="productRating"] {
  order: 5; }

@media (min-width: 1025px) {
  .home-layout-4 .card [data-test-info-type="productRating"] {
    margin-bottom: 5px; } }

.card [data-test-info-type="price"] {
  margin-bottom: 15px; }

.home-layout-3 .card [data-test-info-type="price"] {
  margin-bottom: 12px; }

.home-layout-4 .card [data-test-info-type="price"] {
  order: 4;
  margin-bottom: 10px; }

.home-layout-4 .card .card-option {
  order: 1;
  margin-bottom: 12px;
  display: none; }

.home-layout-4 .card .card-option--variant {
  display: block; }

.home-layout-4 .card .card-title {
  order: 3;
  margin-bottom: 10px; }

.card-sample .card-img-container {
  background-color: #f6f6f6; }

.card-sample [data-test-info-type="brandName"] span {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.card-sample .card-title span {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.card-sample [data-test-info-type="productRating"] span {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.home-layout-4 .card-sample [data-test-info-type="productRating"] {
  order: 5; }

.card-sample [data-test-info-type="price"] span {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.home-layout-4 .card-sample [data-test-info-type="price"] {
  order: 4; }

.card-sample .card-option label {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.price-section {
  font-size: 0px;
  letter-spacing: 0;
  display: inline-block; }

.price-section .price {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700; }

.home-layout-4 .price-section .price {
  font-size: 17px; }

.price-section .non-sale-price-label,
.price-section .price-now-label {
  display: none !important; }

.price-section.price-section--withoutTax,
.price-section.price-section--withTax {
  color: #e95144; }

.price-section.price-section--withoutTax.rrp-price--withoutTax,
.price-section.price-section--withoutTax.rrp-price--withTax,
.price-section.price-section--withTax.rrp-price--withoutTax,
.price-section.price-section--withTax.rrp-price--withTax {
  color: #787878; }

.home-layout-4 .price-section.price-section--withoutTax.rrp-price--withoutTax .price,
.home-layout-4 .price-section.price-section--withoutTax.rrp-price--withTax .price,
.home-layout-4 .price-section.price-section--withTax.rrp-price--withoutTax .price,
.home-layout-4 .price-section.price-section--withTax.rrp-price--withTax .price {
  font-weight: 400; }

.price-section.rrp-price--withoutTax,
.price-section.rrp-price--withTax {
  color: #787878;
  margin-right: 5px; }

.price-section.rrp-price--withoutTax + .non-sale-price--withoutTax,
.price-section.rrp-price--withoutTax .non-sale-price--withTax,
.price-section.rrp-price--withTax + .non-sale-price--withoutTax,
.price-section.rrp-price--withTax .non-sale-price--withTax {
  display: none !important; }

.price-section.rrp-price--withoutTax + .non-sale-price--withoutTax.no-retail-price,
.price-section.rrp-price--withoutTax .non-sale-price--withTax.no-retail-price,
.price-section.rrp-price--withTax + .non-sale-price--withoutTax.no-retail-price,
.price-section.rrp-price--withTax .non-sale-price--withTax.no-retail-price {
  display: inline-block !important; }

.price-section.rrp-price--withoutTax + .non-sale-price--withoutTax.no-retail-price.price-none,
.price-section.rrp-price--withoutTax .non-sale-price--withTax.no-retail-price.price-none,
.price-section.rrp-price--withTax + .non-sale-price--withoutTax.no-retail-price.price-none,
.price-section.rrp-price--withTax .non-sale-price--withTax.no-retail-price.price-none {
  display: none !important; }

.price-section.non-sale-price--withoutTax,
.price-section.non-sale-price--withTax {
  color: #787878;
  margin-right: 7px; }

.price-section.price-none + .price-section--withoutTax,
.price-section.price-none + .price-section--withTax {
  color: black; }

.price-section.price_range {
  color: black; }

.card .price-section--saving {
  display: none !important; }

.card-option {
  display: block;
  min-height: 24px; }

@media (min-width: 1200px) {
  .card-option {
    min-height: 28px; } }

.card-option .form-field {
  margin-bottom: 0; }

.card-option [data-product-attribute] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0; }

.home-layout-2 .card-option [data-product-attribute] {
  justify-content: center; }

.card-option [data-product-attribute] .showmore {
  margin-left: 2px;
  color: #787878;
  font-size: 13px;
  text-decoration: none; }

.card-option [data-product-attribute] .form-option {
  min-width: auto;
  margin-bottom: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%; }

.card-option [data-product-attribute] .form-option.form-option-swatch {
  width: 24px;
  height: 24px;
  margin-right: 7px;
  padding: 0;
  border-color: transparent; }

.home-layout-2 .card-option [data-product-attribute] .form-option.form-option-swatch {
  width: 28px;
  height: 28px; }

.home-layout-3 .card-option [data-product-attribute] .form-option.form-option-swatch {
  width: 26px;
  height: 26px; }

.home-layout-4 .card-option [data-product-attribute] .form-option.form-option-swatch {
  width: 28px;
  height: 28px;
  border-color: #d1d2d3; }

.card-option [data-product-attribute] .form-option.form-option-swatch.two-colors .form-option-variant--color,
.card-option [data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant--color {
  display: inline-block !important; }

.card-option [data-product-attribute] .form-option.form-option-swatch.two-colors .form-option-variant--color span,
.card-option [data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant--color span {
  display: none; }

.card-option [data-product-attribute] .form-option.form-option-swatch:hover,
.card-option [data-product-attribute] .form-option.form-option-swatch.is-active {
  border-color: #cccccc; }

.home-layout-4 .card-option [data-product-attribute] .form-option.form-option-swatch:hover,
.home-layout-4 .card-option [data-product-attribute] .form-option.form-option-swatch.is-active {
  border-color: #000000; }

@media (min-width: 1200px) {
  .card-option [data-product-attribute] .form-option.form-option-swatch {
    width: 28px;
    height: 28px; }
  .home-layout-2 .card-option [data-product-attribute] .form-option.form-option-swatch {
    width: 32px;
    height: 32px; }
  .home-layout-3 .card-option [data-product-attribute] .form-option.form-option-swatch {
    width: 34px;
    height: 34px; }
  .home-layout-4 .card-option [data-product-attribute] .form-option.form-option-swatch {
    width: 30px;
    height: 30px; } }

.card-option [data-product-attribute] .form-option .form-option-variant {
  border: 2px solid #ffffff;
  background-size: 100%; }

.home-layout-3 .card-option [data-product-attribute] .form-option .form-option-variant {
  border: 3px solid #ffffff; }

.card-option [data-product-attribute] .form-option .form-option-variant--color.White:after,
.card-option [data-product-attribute] .form-option .form-option-variant--color.white:after,
.card-option [data-product-attribute] .form-option .form-option-variant--color[title="White"]:after {
  content: '';
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
  border-radius: 50%;
  display: block; }

.card-option [data-product-attribute] .form-option.unavailable:before {
  display: none; }

.card-option [data-product-attribute] .form-option.unavailable .form-option-variant {
  opacity: 1; }

.home-layout-2 .card-option [data-product-attribute] .form-option .form-option-tooltip {
  display: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: #c4390f;
  text-align: center;
  background: black;
  position: absolute;
  bottom: 100%;
  left: 50%;
  padding: 4px 7px;
  z-index: 2;
  min-width: 40px;
  transform: translateX(-50%);
  margin: 0 0 10px 0;
  transition: color 0.15s ease;
  white-space: nowrap; }

.home-layout-2 .card-option [data-product-attribute] .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%); }

@media (min-width: 1025px) {
  .home-layout-2 .card-option [data-product-attribute] .form-option .form-option-tooltip {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .home-layout-2 .card-option [data-product-attribute] .form-option:hover .form-option-tooltip {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; } }

.home-layout-3 .card-option [data-product-attribute] .form-option .form-option-tooltip {
  display: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  color: black;
  text-align: center;
  background: #c4390f;
  position: absolute;
  bottom: 100%;
  left: 50%;
  padding: 4px 7px;
  z-index: 2;
  min-width: 40px;
  transform: translateX(-50%);
  margin: 0 0 10px 0;
  transition: color 0.15s ease;
  white-space: nowrap; }

.home-layout-3 .card-option [data-product-attribute] .form-option .form-option-tooltip:before {
  content: " ";
  position: absolute;
  bottom: -7px;
  left: 50%;
  height: 0;
  width: 0;
  border-top: 7px solid #c4390f;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  transform: translateX(-50%); }

@media (min-width: 1025px) {
  .home-layout-3 .card-option [data-product-attribute] .form-option .form-option-tooltip {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
  .home-layout-3 .card-option [data-product-attribute] .form-option:hover .form-option-tooltip {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; } }

.card-option [data-product-attribute] .form-radio:checked + .form-option {
  border-color: #e5e5e5; }

.card-option .form-option-variant--color,
.card-option .form-option-variant--pattern {
  width: 22px;
  height: 22px;
  min-width: 22px; }

.card-option .form-option-swatch {
  height: 24px;
  width: 24px; }

.card-option .form-option-swatch.has-pattern .form-option-expanded {
  display: none; }

.card-option .form-option-swatch.is-active {
  border-color: black; }

.quickShopPopup {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  transform: translate3d(-50px, 0, 0);
  height: auto;
  max-height: 80%;
  z-index: 1; }

.quickShopPopup.scrollbar::-webkit-scrollbar {
  width: 5px; }

.quickShopPopup.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0); }

.quickShopPopup .halo-quickShop-header {
  padding: 20px;
  text-align: center;
  display: none; }

.quickShopPopup .halo-quickShop-header .halo-quickShop-title {
  color: black;
  font-size: 16px;
  font-weight: 700; }

.quickShopPopup .halo-quickShop-content {
  padding: 20px 0 0 0;
  position: relative; }

.quickShopPopup .halo-quickShop-content .halo-productOptions {
  text-align: center; }

.quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] .form-field {
  margin-bottom: 10px;
  padding: 0 15px; }

.home-layout-4 .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] .form-field .form-label--alternate {
  text-transform: uppercase;
  font-weight: 600; }

.home-layout-4 .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] .form-field .form-label--alternate [data-option-value] {
  text-transform: capitalize; }

.quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] .form-option-expanded {
  display: none; }

.quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="set-rectangle"] .form-option {
  border-color: #cfcfcf;
  border-radius: 8px;
  height: 35px; }

.home-layout-4 .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="set-rectangle"] .form-option {
  border-color: #d1d2d3;
  border-radius: 0;
  padding: 0 15px; }

.quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
  border-color: #C4390F;
  box-shadow: none;
  font-weight: 600; }

.home-layout-4 .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
  font-weight: 400;
  position: relative; }

.home-layout-4 .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="set-rectangle"] .form-radio:checked + .form-option:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #000; }

.quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="swatch"] .form-option-swatch {
  width: 32px;
  height: 32px;
  border-color: #cfcfcf; }

.home-layout-4 .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="swatch"] .form-option-swatch {
  border-color: #d1d2d3; }

.quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="swatch"] .form-option-swatch[for="attribute_swatch__none"] .form-option-variant--none {
  min-width: 30px;
  line-height: 24px; }

.quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="swatch"] .form-radio:checked + .form-option {
  border-color: #C4390F;
  box-shadow: none; }

.home-layout-4 .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="swatch"] .form-radio:checked + .form-option {
  border-color: #000000; }

.quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment {
  width: 100%;
  display: block;
  margin: 0 auto; }

.quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment .form-input--incrementTotal {
  height: 45px; }

.quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment .button[data-action=dec] {
  bottom: 9px; }

.quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment .button[data-action=inc] {
  top: 9px; }

.quickShopPopup .halo-quickShop-content .halo-productOptions .alertBox {
  margin-bottom: 20px; }

.quickShopPopup .halo-quickShop-content .halo-productOptions .form-action {
  width: 50%;
  padding-right: 10px;
  margin-right: 0; }

.quickShopPopup .halo-quickShop-content .halo-productOptions .form-action #form-action-addToCart {
  margin-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action {
  width: 50%;
  float: left;
  display: inline-block;
  padding-left: 10px; }

.quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action .halo-quickShop-close {
  width: 100%;
  margin-bottom: 0; }

@media (max-width: 1199px) {
  .quickShopPopup {
    max-height: 100%; }
  .quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment .form-input--incrementTotal {
    height: 42px; }
  .quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment .button[data-action=dec] {
    bottom: 8px; }
  .quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment .button[data-action=inc] {
    top: 8px; }
  .quickShopPopup .halo-quickShop-content .halo-productOptions .form-action {
    width: 100%;
    padding-right: 0; }
  .quickShopPopup .halo-quickShop-content .halo-productOptions .form-action #form-action-addToCart {
    padding: 12px 10px 13px;
    font-size: 13px; }
  .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action {
    width: 100%;
    padding-left: 0;
    padding-top: 10px; }
  .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action .halo-quickShop-close {
    padding: 12px 10px 13px;
    font-size: 13px; } }

@media (max-width: 767px) {
  .quickShopPopup {
    position: static; } }

.home-layout-2 .quickShopPopup {
  background-color: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  max-height: 100%;
  height: 100%;
  transform: translate3d(0, 50px, 0); }

.home-layout-2 .quickShopPopup.is-open {
  transform: translate3d(0, 0, 0); }

.home-layout-2 .quickShopPopup .halo-quickShop {
  width: 100%; }

.home-layout-2 .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="swatch"] .form-option-swatch {
  width: 38px;
  height: 38px;
  margin-right: 3px;
  font-weight: 600; }

.home-layout-2 .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="swatch"] .form-option-swatch[for="attribute_swatch__none"] .form-option-variant--none {
  line-height: 30px; }

.home-layout-2 .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
  font-weight: 400; }

.home-layout-2 .quickShopPopup .halo-quickShop-content .halo-productOptions .form-action #form-action-addToCart {
  text-transform: capitalize; }

.home-layout-2 .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action {
  padding-left: 5px;
  padding-right: 5px; }

.home-layout-2 .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action .halo-quickShop-close {
  text-transform: capitalize;
  font-weight: 600; }

@media (min-width: 1025px) {
  .home-layout-2 .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action .halo-quickShop-close:hover,
  .home-layout-2 .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action .halo-quickShop-close:active,
  .home-layout-2 .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action .halo-quickShop-close:focus {
    background-color: #e5e5e5;
    color: #000000;
    box-shadow: 0 0 0 0 #e5e5e5, inset 0 0 0 0 #e5e5e5; } }

@media (max-width: 1199px) {
  .home-layout-2 .quickShopPopup .halo-quickShop-content .halo-productOptions #add-to-cart-wrapper .form-action {
    padding-right: 5px; }
  .home-layout-2 .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action {
    padding-left: 0; } }

@media (max-width: 1199px) {
  .home-layout-2 .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action .halo-quickShop-close {
    padding: 12px 10px 13px;
    font-size: 13px; } }

.home-layout-3 .quickShopPopup {
  background-color: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  max-height: 100%;
  height: 100%;
  transform: translate3d(0, 50px, 0); }

.home-layout-3 .quickShopPopup.is-open {
  transform: translate3d(0, 0, 0); }

.home-layout-3 .quickShopPopup .halo-quickShop {
  width: 100%; }

.home-layout-3 .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="swatch"] .form-option-swatch {
  width: 38px;
  height: 38px;
  margin-right: 3px;
  font-weight: 600; }

.home-layout-3 .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="swatch"] .form-option-swatch[for="attribute_swatch__none"] .form-option-variant--none {
  line-height: 30px; }

.home-layout-3 .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
  font-weight: 400; }

.home-layout-3 .quickShopPopup .halo-quickShop-content .halo-productOptions .form-action #form-action-addToCart {
  text-transform: uppercase; }

.home-layout-3 .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action {
  padding-left: 5px;
  padding-right: 5px; }

.home-layout-3 .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action .halo-quickShop-close {
  text-transform: uppercase;
  font-size: 17px; }

@media (max-width: 1199px) {
  .home-layout-3 .quickShopPopup .halo-quickShop-content .halo-productOptions #add-to-cart-wrapper .form-action {
    padding-right: 5px; }
  .home-layout-3 .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action {
    padding-left: 0; } }

@media (max-width: 1199px) {
  .home-layout-3 .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action .halo-quickShop-close {
    padding: 12px 10px 13px;
    font-size: 13px; } }

.home-layout-2 .open-quick-shop .card-figure .product-additional {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.home-layout-2 .open-quick-shop .card-figure .product-additional > .card-image {
  transform: translate3d(0, 0, 0); }

.home-layout-2 .open-quick-shop .card-figcaption-bottom .card-figcaption-button {
  box-shadow: 0 0 0 0 black, inset 0 0 0 0 black; }

.home-layout-3 .open-quick-shop .card-figure .product-additional {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.home-layout-3 .open-quick-shop .card-figure .product-additional > .card-image {
  transform: translate3d(0, 0, 0); }

.modal--quickShop .quickShopPopup .halo-quickShop-content {
  padding: 20px; }

.modal--quickShop .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] .form-field {
  padding: 0; }

.button--quickShop.btn-loading {
  font-size: 0 !important;
  position: relative !important;
  pointer-events: none !important; }

.halo-product-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end; }

.halo-product-badge .product-badge {
  padding: 3px 5px;
  color: white;
  font-size: 13px;
  font-weight: 400;
  background-color: #1e1e1e;
  text-align: center;
  min-width: 43px; }

.halo-product-badge .product-badge span {
  display: block;
  line-height: 15px; }

.halo-product-badge .product-badge + .product-badge {
  margin-top: 5px; }

.halo-product-badge .product-badge.new-badge {
  color: black;
  background-color: white;
  border: 1px solid #d2d2d2; }

.halo-product-badge .product-badge.sale-badge {
  color: white;
  background-color: #f94436;
  border: 1px solid #f94436; }

.halo-product-badge .product-badge.soldout-badge {
  color: #f94436;
  background-color: white;
  border: 1px solid white; }

.halo-product-badge .product-badge.custom-badge {
  color: black;
  background-color: #ffcc00;
  border: 1px solid #ffcc00; }

.home-layout-3 .halo-product-badge .product-badge {
  padding: 4px 8px;
  border-radius: 5px; }

.home-layout-3 .halo-product-badge .product-badge + .product-badge {
  margin-top: 10px; }

.home-layout-4 .halo-product-badge {
  right: auto;
  left: 3px;
  align-items: flex-start; }

.card-subTitle-color {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  color: #787878;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 70px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Jost", Arial, Helvetica, sans-serif; }

@media (max-width: 1199px) {
  .card-subTitle-color {
    display: none; } }

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

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

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

.navList-action--checkbox {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0.375rem;
  padding-left: 1.875rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }

.navList-action--checkbox::before,
.navList-action--checkbox::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 50ms ease-out; }

.navList-action--checkbox::before {
  background-color: white;
  border: solid #8f8f8f;
  border-width: 1px;
  height: 1rem;
  left: 0;
  top: 0;
  width: 1rem; }

.navList-action--checkbox::after {
  height: 0.875rem;
  left: 1px;
  opacity: 0;
  top: 1px;
  transform: scale(0);
  width: 0.875rem; }

.navList-action--checkbox::before {
  border-radius: 4px; }

.navList-action--checkbox::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(6, 6, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(6, 6, 6, 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: black; }

.navList-action.is-selected:hover .navList-action-close {
  opacity: 1;
  visibility: visible; }

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }

.navBar--sub .navBar-section {
  float: none; }

.navBar--sub .navBar-item {
  float: none;
  margin: 0 0.75rem; }

@media (min-width: 801px) {
  .navBar--sub .navBar-item {
    display: inline-block; } }

@media (min-width: 801px) {
  .navBar--sub .navBar-item.is-active {
    border-bottom: 1px solid black; } }

.navBar--sub .navBar-item.is-active > .navBar-action {
  color: #666666; }

@media (min-width: 801px) {
  .navBar--sub .navBar-item.navBar-item--separate {
    border-left: 1px solid black;
    margin: 0;
    padding-left: 0.75rem; } }

.navBar--sub .navBar-action {
  color: black;
  font-size: 15px;
  padding: 0; }

.navBar--sub .navBar-action:hover {
  color: black; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

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

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

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

.actionBar-section .form-field:hover {
  border-color: black; }

.actionBar-section .form-label {
  color: black;
  font-size: 13px;
  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: black;
  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:before,
.navUser:after {
  content: " ";
  display: table; }

.navUser:after {
  clear: both; }

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

.navUser ul ul,
.navUser ul ol,
.navUser ol ul,
.navUser ol ol {
  list-style: none;
  margin-bottom: 0; }

.navUser ul li,
.navUser ol li {
  margin: 0;
  padding: 0; }

.navUser-section {
  float: left; }

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

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

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

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

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

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

.navUser .dropdown-menu {
  background-color: white;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  position: absolute; }

.navUser .dropdown-menu.is-open:before {
  border: inset 10px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  bottom: 100%;
  left: 0.75rem;
  position: absolute; }

.navUser .dropdown-menu.is-open:after {
  border: inset 8px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent white transparent;
  border-bottom-style: solid;
  bottom: 100%;
  left: 0.875rem;
  position: absolute; }

.navUser .navUser-action--quickSearch {
  padding: 12px 0.73333rem;
  font-size: 0; }

.navUser .navUser-actionCart {
  padding: 12px 0 12px 0.73333rem; }

.home-layout-4 .navUser .navUser-actionCart {
  padding: 10px 0 10px 0.73333rem;
  position: relative; }

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

.home-layout-4 .navUser-item--currency {
  margin-left: 8px; }

.navUser-item--currency > .navUser-action {
  padding-right: 0; }

.header__desktop .navUser-item > .navUser-action {
  color: white; }

.header__desktop .navUser-item > .navUser-action:hover,
.header__desktop .navUser-item > .navUser-action.is-open {
  color: white; }

.header__desktop .navUser-item > .navUser-action:hover svg,
.header__desktop .navUser-item > .navUser-action.is-open svg {
  fill: white;
  stroke: white; }

.header__desktop .navUser-item > .navUser-action svg {
  fill: white;
  stroke: white; }

.home-layout-2 .header__desktop .navUser-item .navUser-action {
  font-size: 14px; }

.navUser-action {
  color: black;
  font-weight: 500;
  padding: 1rem 0.75rem;
  text-decoration: none;
  text-transform: capitalize; }

.navUser-action:hover,
.navUser-action.is-open {
  color: #c4390f; }

.navUser-action:hover svg,
.navUser-action.is-open svg {
  fill: #c4390f;
  stroke: #c4390f; }

.navUser-action .icon {
  height: 0.5rem;
  width: 0.5rem;
  margin: -1px 0 0 0.1875rem; }

.navUser-action svg {
  fill: white;
  stroke: white;
  transition: all 0.15s ease; }

.navUser-action--currencySelector + .dropdown-menu:before {
  left: auto !important;
  right: 50%;
  transform: translateX(50%); }

.navUser-action--currencySelector + .dropdown-menu:after {
  left: auto !important;
  right: 50%;
  transform: translateX(50%); }

.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 #e6e6e6;
  color: black;
  display: inline-block;
  padding: 0 1.25rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }

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

.navUser-item--cart {
  display: block; }

@media (max-width: 551px) {
  .navUser-item--cart__hidden-s {
    display: none; } }

.navUser-item--cart .navUser-action {
  color: black; }

.home-layout-2 .navUser-item--cart .navUser-action {
  padding-top: 10px;
  padding-bottom: 10px; }

.navUser-item--cart .navUser-action:hover,
.navUser-item--cart .navUser-action.is-open {
  color: #c4390f; }

.navUser-item--cart .dropdown-menu {
  max-width: 20rem; }

.navUser-item--cart .dropdown-menu.is-open {
  top: auto !important;
  left: auto !important;
  right: 0.3125rem; }

@media (min-width: 801px) {
  .navUser-item--cart .dropdown-menu.is-open {
    right: 0; } }

.navUser-item--cart .dropdown-menu.is-open:before,
.navUser-item--cart .dropdown-menu.is-open:after {
  left: auto; }

.navUser-item--cart .dropdown-menu.is-open:before {
  right: 0.4375rem; }

@media (min-width: 801px) {
  .navUser-item--cart .dropdown-menu.is-open:before {
    right: 0.75rem; } }

.navUser-item--cart .dropdown-menu.is-open:after {
  right: 0.5625rem; }

@media (min-width: 801px) {
  .navUser-item--cart .dropdown-menu.is-open:after {
    right: 0.875rem; } }

.navUser-item--cart svg {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle; }

.home-layout-4 .navUser-item--cart svg {
  width: 28px;
  height: 28px;
  margin-top: -2px; }

.navUser-item--cart .navUser-item-cartLabel {
  display: none; }

.navUser-item--cart .cart-quantity {
  width: 23px;
  height: 23px;
  line-height: 23px;
  display: inline-block;
  vertical-align: middle; }

.home-layout-4 .navUser-item--cart .cart-quantity {
  position: absolute;
  top: 1px;
  right: -9px; }

.navUser-item-cartLabel {
  display: none; }

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

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

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

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

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

.home-layout-4 .navUser-item--account .navUser-action {
  padding-top: 10px;
  padding-bottom: 10px; }

.navUser-item--account .navUser-action svg {
  position: relative;
  top: -2px;
  width: 23px;
  height: 24px;
  stroke: none !important; }

.home-layout-4 .navUser-item--account .navUser-action svg {
  width: 30px;
  height: 30px; }

.navUser-item--account .navUser-icon {
  width: 23px;
  height: 24px; }

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

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

.home-layout-4 .navUser-item--wishlist .navUser-action {
  padding-top: 14px;
  padding-bottom: 14px; }

.navUser-item--wishlist .navUser-action svg {
  width: 22px;
  height: 22px; }

.home-layout-4 .navUser-item--wishlist .navUser-action svg {
  width: 26px;
  height: 26px;
  margin-top: -3px; }

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

.navUser-action--quickSearch svg {
  width: 23px;
  height: 24px; }

.home-layout-4 .navUser-action--quickSearch svg {
  width: 26px;
  height: 26px; }

.navUser-action--quickSearch span {
  display: none; }

.dropdown--quickSearch {
  background-color: #f2e3d8;
  display: none;
  max-height: 63.5vh;
  overflow-y: auto; }

@media (min-width: 1025px) and (max-width: 1440px) {
  .dropdown--quickSearch {
    max-height: 91vh; } }

.dropdown--quickSearch::-webkit-scrollbar {
  width: 10px; }

.dropdown--quickSearch::-webkit-scrollbar-track {
  background: #f6f6f6; }

.dropdown--quickSearch::-webkit-scrollbar-thumb {
  background: #464646; }

.dropdown--quickSearch.is-open {
  display: block;
  left: 0 !important;
  outline: none;
  right: 0 !important;
  width: 100% !important;
  z-index: 50;
  top: 0 !important; }

.dropdown--quickSearch .form {
  margin: auto;
  max-width: 30rem;
  background-color: #f6f6f6; }

.dropdown--quickSearch .form,
.dropdown--quickSearch .form-field {
  margin-bottom: 0; }

.dropdown--quickSearch .form-input {
  font-size: 20px;
  height: unset; }

.dropdown--quickSearch .productGrid {
  padding: 1.5rem 0 0; }

@media (min-width: 551px) {
  .dropdown--quickSearch .productGrid {
    padding: 3rem 0 0; } }

.dropdown--quickSearch > .container {
  max-width: 1200px;
  padding: 45px 15px; }

.home-layout-2[data-page-type=default] .dropdown--quickSearch > .container {
  max-width: 1200px;
  padding: 45px 15px; }

@media (max-width: 767px) {
  .home-layout-2[data-page-type=default] .dropdown--quickSearch > .container {
    padding: 25px 15px; } }

.home-layout-3[data-page-type=default] .dropdown--quickSearch > .container {
  max-width: 1200px;
  padding: 45px 15px; }

@media (max-width: 767px) {
  .home-layout-3[data-page-type=default] .dropdown--quickSearch > .container {
    padding: 25px 15px; } }

.quickSearch-form {
  padding: 14px 15px;
  background-color: #f6f6f6; }

.quickSearch-form > .container {
  max-width: 1200px; }

.quickSearch-form .form {
  max-width: calc(100% - 200px); }

.quickSearch-form .form .form-field {
  position: relative; }

.quickSearch-form #nav-quick-search {
  background-color: #f6f6f6;
  border: none;
  color: #464646;
  font-size: 18px;
  text-align: center;
  max-width: 30rem;
  margin: 0 auto; }

.quickSearch-form #nav-quick-search::-moz-placeholder {
  color: #464646; }

.quickSearch-form #nav-quick-search::placeholder {
  color: #464646; }

.quickSearch-form #nav-quick-search:-ms-input-placeholder {
  color: #464646; }

.quickSearch-form #nav-quick-search::-ms-input-placeholder {
  color: #464646; }

.quickSearch-form .quickSearch-btn {
  width: 47px;
  height: 47px;
  padding: 12px;
  position: absolute;
  top: 0;
  right: 0; }

.quickSearch-form .quickSearch-btn svg {
  fill: #000000;
  width: 100%;
  height: 100%; }

.quickSearch-form .modal-close {
  font-size: 0;
  width: 24px;
  height: 24px;
  transform: rotate(45deg);
  top: 12px;
  right: 15px; }

.quickSearch-form .modal-close:before {
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  background-color: #000000;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  border: none;
  padding: 0; }

.quickSearch-form .modal-close:after {
  content: '';
  width: 2px;
  height: 100%;
  display: block;
  background-color: #000000;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  border: none;
  padding: 0; }

.quickSearch-form .modal-close svg {
  display: none; }

.quickSearch-recommended {
  font-size: 0;
  text-align: left;
  background: #f2e3d8; }

.quickSearch-recommended .qsRecommended-products {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  padding-right: 15px; }

.quickSearch-recommended .qsRecommended-products .productCarousel {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px; }

.quickSearch-recommended .qsRecommended-products .productCarousel .productCarousel-slide {
  width: 33.33%;
  display: inline-block;
  vertical-align: top; }

.quickSearch-recommended .qsRecommended-products .productCarousel .productCarousel-slide .card .card-figure .halo-product-badge {
  display: none; }

.quickSearch-recommended .qsRecommended-products .productCarousel .productCarousel-slide .card .card-figure .card-figcaption {
  display: none; }

.quickSearch-recommended .qsRecommended-products .productCarousel .productCarousel-slide .card .card-body {
  padding-top: 15px; }

.quickSearch-recommended .qsRecommended-products .productCarousel .productCarousel-slide .card .card-body [data-test-info-type="brandName"] {
  margin-bottom: 2px; }

.quickSearch-recommended .qsRecommended-topSearches {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  padding-left: 15px; }

.quickSearch-recommended .topSearches-title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 20px 0;
  text-transform: uppercase; }

.quickSearch-recommended .topSearches-list {
  font-size: 0;
  margin-left: 0; }

.quickSearch-recommended .topSearches-list li {
  display: inline-block;
  margin: 0 10px 10px 0; }

.quickSearch-recommended .topSearches-list li a {
  text-decoration: none;
  display: inline-block;
  padding: 10px 15px 11px;
  background-color: #f6f6f6;
  font-size: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 400;
  color: #464646;
  transition: all 0.3s ease; }

.quickSearch-recommended .topSearches-list li a span {
  display: inline-block;
  vertical-align: middle; }

.quickSearch-recommended .topSearches-list li a svg {
  fill: #464646;
  display: inline-block;
  vertical-align: middle; }

.quickSearch-recommended .topSearches-list li a:hover,
.quickSearch-recommended .topSearches-list li a:focus,
.quickSearch-recommended .topSearches-list li a:active {
  color: #202020;
  background-color: #ffffff;
  border-color: #000000; }

@media (max-width: 550px) {
  .dropdown--quickSearch > .container {
    padding: 20px 15px; }
  .quickSearch-recommended {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start; }
  .quickSearch-recommended .qsRecommended-products {
    width: 100%;
    padding-right: 0;
    padding-top: 10px;
    order: 1; }
  .quickSearch-recommended .qsRecommended-topSearches {
    width: 100%;
    padding-left: 0;
    order: 0; }
  .quickSearch-form {
    padding: 5px 0; }
  .quickSearch-form .form {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px; }
  .quickSearch-form .form .quickSearch-btn {
    left: -50px;
    right: auto; } }

.countPill {
  background-color: white;
  border-radius: 50%;
  color: white;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.1875rem;
  text-align: center;
  width: 20px; }

.home-layout-2 .countPill {
  color: #000000;
  font-weight: 400;
  line-height: 24px; }

.home-layout-3 .countPill {
  color: #ffffff;
  font-weight: 400;
  line-height: 24px; }

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

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

.navUser-itemBlock--compare {
  position: fixed;
  right: 30px;
  z-index: 2; }

@media (min-width: 1025px) {
  .navUser-itemBlock--compare {
    top: calc(45% - 200px); } }

@media (min-width: 1281px) {
  .navUser-itemBlock--compare {
    top: calc(45% - 220px); } }

@media (min-width: 1440px) {
  .navUser-itemBlock--compare {
    top: calc(45% - 260px); } }

.navUser-itemBlock--compare .navUser-item--compare {
  color: black;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding-right: 0; }

.home-layout-2 .navUser-itemBlock--compare .navUser-item--compare:hover {
  color: black; }

.home-layout-3 .navUser-itemBlock--compare .navUser-item--compare:hover {
  color: black; }

.home-layout-2 .navUser-itemBlock--compare .navUser-item--compare {
  color: black; }

.home-layout-3 .navUser-itemBlock--compare .navUser-item--compare {
  color: black; }

.navUser-itemBlock--compare .navUser-item--compare .navUser-compare--title {
  background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
  background-repeat: repeat-x;
  background-position-y: 0px;
  display: inline-block;
  vertical-align: middle; }

.navUser-itemBlock--compare .navUser-item--compare .countPill {
  color: black;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle; }

@media (max-width: 1199px) {
  .navUser-itemBlock--compare {
    display: none !important; } }

.home-layout-4 .navUser-action--currencySelector {
  padding: 0 0 0 .75rem;
  display: inline-block;
  vertical-align: middle; }

.home-layout-4 .navUser-action--currencySelector .icon {
  position: relative;
  margin-left: 2px;
  width: 10px;
  height: 10px;
  margin-top: 1px; }

.home-layout-4 .navUser-action--currencySelector .icon svg {
  display: none; }

.home-layout-4 .navUser-action--currencySelector .icon:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-top-color: white; }

.navUser-action--currencySelector span,
.navUser-action--currencySelector .icon {
  display: inline-block;
  vertical-align: middle; }

.navUser-action--currencySelector .cur-flag {
  height: 11px;
  line-height: 1;
  font-size: 0; }

.navUser-action--currencySelector .cur-code {
  margin-left: 3px; }

.home-layout-4 .navUser-action--currencySelector .cur-code {
  font-weight: 600;
  font-size: 16px; }

#currencySelection {
  min-width: 100px; }

#currencySelection .dropdown-menu-item > a img,
#currencySelection .dropdown-menu-item > a span,
#currencySelection .dropdown-menu-item > a strong {
  display: inline-block;
  vertical-align: middle; }

#currencySelection .dropdown-menu-item > a span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .5s;
  margin-left: 2px; }

#currencySelection .dropdown-menu-item > a strong {
  background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
  background-repeat: repeat-x;
  background-position-y: 0px; }

.home-layout-4 #currencySelection .dropdown-menu-item > a strong {
  background-position-y: -3px; }

#currencySelection .dropdown-menu-item > a:hover span {
  background-size: 100% 1px; }

#currencySelection .dropdown-menu-item > a:hover strong {
  background-image: linear-gradient(transparent 96%, rgba(196, 57, 15, 0.6) 4%); }

.navPages-accountList .navPages-list {
  list-style: none;
  margin-left: 0;
  width: 100%; }

.navPages-accountList .navPages-list .navPages-item {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #cccccc; }

.navPages-accountList .navPages-list .navPages-item .navPage-subMenu-action {
  padding-left: 0;
  padding: 13px 0;
  display: inline-block;
  text-align: left;
  color: black;
  font-size: 16px;
  font-weight: 600; }

.navPages-accountList .navPages-list .navPages-item .navPage-subMenu-action span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .5s; }

.navPages-accountList .navPages-list .navPages-item .navPage-subMenu-action:hover span {
  background-size: 100% 1px; }

.navPages .navPage-subMenu-list,
.navPage-childList {
  border-left: 1px solid #cccccc;
  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: 801px) {
  .navPages-container {
    background: transparent;
    display: block;
    height: auto;
    padding: 0;
    position: relative; } }

.navPages-container.is-open {
  display: block;
  padding-top: 55px;
  z-index: 0; }

.navPages {
  background-color: white;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }

@media (min-width: 801px) {
  .navPages {
    margin: 0 auto;
    max-width: 75rem;
    width: 100%;
    background: none;
    font-size: 0;
    overflow-y: visible;
    padding: 0;
    text-align: center; }
  .navPages:before,
  .navPages:after {
    content: " ";
    display: table; }
  .navPages:after {
    clear: both; }
  .navPages:before,
  .navPages:after {
    content: " ";
    display: table; }
  .navPages:after {
    clear: both; }
  .navPages ul,
  .navPages ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
  .navPages ul ul,
  .navPages ul ol,
  .navPages ol ul,
  .navPages ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navPages ul li,
  .navPages ol li {
    margin: 0;
    padding: 0; }
  .navPages-section {
    float: left; }
  .navPages-section:before,
  .navPages-section:after {
    content: " ";
    display: table; }
  .navPages-section:after {
    clear: both; }
  .navPages-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navPages-section + .navPages-section {
    margin-left: 1.5rem; } }

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

@media (min-width: 801px) {
  .navPages-item,
  .navPages-action {
    display: block; } }

.navPages ul {
  list-style: none; }

.navPages .navPage-subMenu-list {
  border-left: 0;
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

@media (min-width: 801px) {
  .navPages .navPage-subMenu-list {
    margin: 0 auto;
    max-width: 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; } }

.navPages-list {
  margin: 0; }

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

.navPages-list + .navPages-list {
  border-top: 1px solid #cccccc;
  margin-top: 0.75rem;
  padding-top: 0.75rem; }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }

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

.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
  display: none; }

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

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

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #cccccc;
  text-align: center; }

@media (min-width: 801px) {
  .navPages-action-depth-max.has-subMenu.is-open {
    border-bottom: 0;
    text-align: left; } }

.navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
  border: solid 1px #d6cdc0;
  border-radius: 4px;
  float: left;
  height: 35px;
  margin-top: -10px;
  padding: 11.7px;
  transform: rotate(90deg);
  width: 35px; }

@media (min-width: 801px) {
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    height: 0.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: 801px) {
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 100%;
    width: 100%; } }

.header__desktop .navPages-item > .navPages-action {
  color: white; }

.home-layout-2 .header__desktop .navPages-item > .navPages-action {
  text-transform: uppercase;
  font-size: 14px; }

.home-layout-4 .header__desktop .navPages-item > .navPages-action {
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px 23px; }

.navPages-action {
  color: black;
  display: block;
  font-size: 15px;
  font-weight: 400;
  padding: 0.75rem 0;
  text-decoration: none;
  text-transform: capitalize; }

.home-layout-2 .navPages-action {
  font-size: 16px; }

.home-layout-3 .navPages-action {
  font-size: 16px; }

.home-layout-4 .navPages-action {
  font-size: 16px; }

.home-layout-4 .navPages-action.menu-sale {
  color: #007dc6; }

.navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.navPages-action.is-open svg,
.navPages-action .collapsible-icon-wrapper.is-open svg {
  fill: #c4390f;
  stroke: #c4390f; }

@media (min-width: 801px) {
  .navPages-action {
    display: inline-block;
    padding: 12px 15px; }
  .navPages-action.is-open {
    background-color: white; } }

@media (min-width: 1600px) {
  .header-logo--center .navPages-action {
    font-size: 16px;
    padding: 12px 30px; } }

.navPages-action span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .5s; }

.home-layout-4 .navPages-action span {
  background-position: 0 97%; }

.navPages-action:hover {
  color: black; }

.navPages-action:hover span {
  background-size: 100% 1px; }

.navPages-action svg {
  fill: black;
  stroke: black;
  transition: all 0.15s ease; }

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

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

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

.navPages-action-moreIcon {
  height: 0.5rem;
  width: 0.5rem;
  margin-left: 0.75rem;
  transform: rotate(-90deg); }

@media (min-width: 801px) {
  .navPages-action-moreIcon {
    transform: none; } }

.has-subMenu.is-open .navPages-action-moreIcon,
.collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
  transform: rotate(0); }

.navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
  height: 0.6875rem;
  width: 0.6875rem;
  margin: 0 1.5rem; }

@media (min-width: 801px) {
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 0.5rem;
    width: 0.5rem;
    margin: 0 0 0 0.75rem; } }

@media (min-width: 1200px) {
  .navPages-action-moreIcon {
    display: none; } }

.navPage-childList {
  display: none; }

@media (min-width: 801px) {
  .navPage-childList {
    border: 0;
    display: block; } }

.navPage-childList.is-open {
  display: block; }

.navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
  margin-left: 3rem; }

@media (min-width: 801px) {
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }

@media (min-width: 801px) {
  .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: 801px) {
  .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: #EAEAEA; }

.navPage-subMenu::-webkit-scrollbar-thumb {
  background: #000000; }

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

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

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

.navPage-subMenu-item {
  padding: 0.75rem 0; }

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

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }

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

.navPage-subMenu-action {
  padding: 0.75rem 0; }

.navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
  padding: 0 0 0 1.5rem; }

@media (min-width: 801px) {
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0.75rem 0 1.125rem; } }

@media (min-width: 801px) {
  .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: 801px) {
  .navPage-subMenu-action .collapsible-icon-wrapper {
    display: none; } }

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

.navPages-quickSearch {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0.75rem; }

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

.navPages-quickSearch > .container {
  padding: 0; }

.navPages-quickSearch .form {
  margin: 0; }

.navPages-quickSearch .form-field {
  margin-bottom: 0; }

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

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #e6e6e6; }

.navPages-list--user #currencySelection2 .dropdown-menu-item {
  padding: 0; }

.navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
  border-bottom: 1px solid #e6e6e6; }

.navPages-list--user #currencySelection2 a {
  padding: 0.75rem 1.5rem; }

.navPages-item > .navPages-action {
  font-weight: 700; }

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

@media (min-width: 1200px) {
  .navPages-container {
    position: static; }
  .navPages-container .navPages-item {
    position: relative; }
  .navPages-container .navPages-item > .navPages-action {
    position: relative; }
  .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu {
    width: 210px;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(-50px, 0, 0);
    transition: all .3s ease;
    box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.1);
    background-color: white; }
  .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child {
    padding: 0 20px; }
  .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child > .navPage-subMenu-action {
    padding: 12px 0px 12px 0; }
  .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child > .navPage-subMenu-action.has-subMenu {
    padding: 12px 15px 12px 0; }
  .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child > .navPage-subMenu-action .navPages-action-moreIcon {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 18px;
    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-top: 1px solid #e6e6e6; }
  .navPages-container .navPages-item.has-dropdown:not(.has-megamenu):hover > .navPage-subMenu,
  .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu-item-child:hover > .navPage-subMenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    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%; }
  .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(-50px, 0, 0);
    transition: all 0.3s ease;
    margin-top: 14px;
    z-index: 1; }
  .navPages-container .navPages-item > .navPage-subMenu .navPage-subMenu-item-parent {
    display: none; }
  .navPages-container .navPages-item > .navPage-subMenu .navPage-subMenu {
    padding-left: 0;
    padding-right: 0; }
  .navPages-container .navPages-item.has-megamenu {
    position: static; }
  .navPages-container .navPages-item.has-megamenu > .navPage-subMenu {
    padding: 30px calc((100% - 1200px)/2);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    background-color: white;
    z-index: 1; }
  .home-layout-2 .navPages-container .navPages-item.has-megamenu.style-3 > .navPage-subMenu {
    padding: 30px 0 0 0; }
  .home-layout-2 .navPages-container .navPages-item.has-megamenu.style-3 .cateArea {
    padding: 0 calc((100% - 1200px) / 2); }
  .home-layout-2 .navPages-container .navPages-item.has-megamenu.style-3 .imageArea {
    padding: 20px calc((100% - 1170px) / 2) 0;
    position: relative; }
  .home-layout-2 .navPages-container .navPages-item.has-megamenu.style-3 .imageArea:after {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fafafa;
    height: 195px;
    z-index: -1; }
  .home-layout-3 .navPages-container .navPages-item.has-megamenu.style-3 > .navPage-subMenu {
    padding: 30px 0 0 0; }
  .home-layout-3 .navPages-container .navPages-item.has-megamenu.style-3 .cateArea {
    padding: 0 calc((100% - 1200px) / 2); }
  .home-layout-3 .navPages-container .navPages-item.has-megamenu.style-3 .imageArea {
    padding: 20px calc((100% - 1170px) / 2) 0;
    position: relative; }
  .home-layout-3 .navPages-container .navPages-item.has-megamenu.style-3 .imageArea:after {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f6f6f6;
    height: 255px;
    z-index: -1; }
  .navPages-container .navPages-item.has-megamenu .navPage-subMenu-links .navPage-subMenu-title {
    display: none; }
  .navPages-container .navPages-item.has-megamenu .navPage-subMenu-links > .navPage-subMenu-item-child {
    padding-left: 15px;
    padding-right: 15px; }
  .navPages-container .navPages-item.has-megamenu .navPage-subMenu-links > .navPage-subMenu-item-child .navPage-subMenu-action {
    margin-bottom: 0; }
  .navPages-container .navPages-item.has-megamenu .navPage-subMenu-links > .navPage-subMenu-item-child .navPage-subMenu-item-child {
    padding-left: 0;
    padding-right: 0; }
  .navPages-container .navPages-item:hover > .navPages-action {
    position: relative; }
  .navPages-container .navPages-item:hover > .navPages-action:after {
    content: '';
    width: 100%;
    height: 14px;
    background-color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    z-index: 1; }
  .navPages-container .navPages-item:hover > .navPage-subMenu {
    top: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0); }
  header.header.is-sticky .navPages-container .navPages-item > .navPage-subMenu {
    margin-top: 8px; } }

.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-3 > .navPage-subMenu {
  flex-direction: column;
  padding-bottom: 0; }

.home-layout-2 .navPages-list-megamenu .has-megamenu .cateArea > .navPage-subMenu-list {
  position: relative;
  top: -5px; }

.home-layout-3 .navPages-list-megamenu .has-megamenu .cateArea > .navPage-subMenu-list {
  position: relative;
  top: -5px; }

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

.navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action {
  border-bottom: 0;
  transition: unset;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.5;
  padding: 6px 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; }

.home-layout-2 .navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action {
  padding: 5px 0; }

.home-layout-3 .navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action {
  padding: 5px 0; }

.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-product-list {
  padding: 0; }

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  color: black;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 15px 0;
  text-align: center;
  font-family: "Jost", Arial, Helvetica, sans-serif; }

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .productCarousel-slide {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px; }

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .productCarousel-slide .card {
  text-align: center; }

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .productCarousel-slide .card .card-figure .card-img-container {
  max-width: 120px;
  display: block;
  margin: 0 auto; }

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .productCarousel-slide .card .card-figure .halo-product-badge {
  display: none; }

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .productCarousel-slide .card .card-figure .card-figcaption {
  display: none; }

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .productCarousel-slide .card .card-body {
  padding-top: 15px;
  text-align: center; }

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .productCarousel-slide .card .card-body .card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */ }

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .productCarousel-slide .card .card-body [data-test-info-type="productRating"] {
  font-size: 16px; }

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .productCarousel-slide .card .card-body .card-option .form-field {
  justify-content: center; }

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider:not(.slick-initialized) .productCarousel-slide:nth-child(n+2) {
  display: none; }

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .slick-arrow {
  fill: black;
  top: 55px;
  width: 22px;
  height: 22px;
  transform: none;
  padding: 0;
  background-color: transparent;
  border-color: transparent; }

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .slick-arrow:before {
  width: 11px;
  height: 19px;
  display: inline-block; }

.home-layout-4 .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .slick-arrow:before {
  width: 10px;
  height: 2px; }

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .slick-arrow.slick-prev {
  left: 0;
  text-align: left; }

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .slick-arrow.slick-next {
  right: 0;
  text-align: right; }

.home-layout-4 .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .slick-arrow:hover:before,
.home-layout-4 .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .slick-arrow:hover:after,
.home-layout-4 .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .slick-arrow:active:before,
.home-layout-4 .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider .slick-arrow:active:after {
  background: black; }

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-brands .image {
  margin-bottom: 15px; }

.navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-brands .image:before {
  display: none; }

.navPages-list-megamenu .has-megamenu .megamenu-custom-list {
  display: block;
  width: 100%;
  background-color: #f5dacb;
  text-align: center;
  padding: 15px 0; }

.navPages-list-megamenu .has-megamenu .megamenu-custom-list .megamenu-custom-link {
  display: inline-block;
  vertical-align: top;
  color: #b06f42;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  margin: 0 auto;
  transition: unset; }

.navPages-list-megamenu .has-megamenu .megamenu-custom-list .megamenu-custom-link .text {
  padding: 0 0 1px 0; }

.navPages-list-megamenu .has-megamenu .megamenu-custom-list .megamenu-custom-link:after {
  content: '>';
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: inherit;
  margin: 0 0 0 10px; }

.navPages-list-megamenu .cateArea {
  display: flex;
  align-items: stretch;
  justify-content: flex-start; }

.navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child {
  padding-bottom: 16px !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-weight: 600;
  padding-left: 0; }

.navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action > .text {
  color: inherit; }

.navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action > .text:before {
  display: none !important; }

.home-layout-2 .navPages-list-megamenu .cateArea > .navPage-subMenu-list.navPage-subMenu-links > .navPage-subMenu-item-child > .navPage-subMenu-action {
  font-weight: 500; }

.home-layout-3 .navPages-list-megamenu .cateArea > .navPage-subMenu-list.navPage-subMenu-links > .navPage-subMenu-item-child > .navPage-subMenu-action {
  font-weight: 500; }

.navPages-list-megamenu .imageArea {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0 0 0 15px; }

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

.navPages-list-megamenu .style-1 .megamenu-right-item {
  padding: 5px 0 0 0;
  text-align: right;
  width: 100%; }

.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;
  -o-object-fit: contain;
  object-fit: contain; }

.navPages-list-megamenu .style-1 .megamenu-right-item .image + .image {
  margin-top: 20px; }

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

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

.navPages-list-megamenu .style-2 .megamenu-right-item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: right; }

.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;
  -o-object-fit: contain;
  object-fit: contain; }

.navPages-list-megamenu .style-2 .megamenu-right-item .image + .image {
  margin-top: 20px; }

.navPages-list-megamenu .style-2 .megamenu-left-item {
  width: 195px;
  display: inline-block;
  vertical-align: top; }

.navPages-list-megamenu .style-2 .megamenu-left-item + .megamenu-right-item {
  width: calc(100% - 195px);
  padding-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: #e85342; }

.navPages-list-megamenu .style-3 .imageArea {
  padding: 20px 15px 0; }

.navPages-list-megamenu .style-3 .imageArea .megamenu-left-item {
  width: 66.66666666666667%;
  display: inline-block;
  vertical-align: top; }

.navPages-list-megamenu .style-3 .imageArea .megamenu-right-item {
  width: 33.33333333333333%;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px; }

.home-layout-2 .navPages-list-megamenu .style-3 .imageArea .megamenu-right-item {
  padding-top: 25px; }

.home-layout-3 .navPages-list-megamenu .style-3 .imageArea .megamenu-right-item {
  padding-top: 25px; }

.navPages-list-megamenu .style-3 .imageArea .item {
  width: 50%;
  display: inline-block;
  vertical-align: top; }

.navPages-list-megamenu .style-3 .imageArea .megamenu-title {
  color: black;
  font-size: 16px;
  font-weight: 600;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  margin-top: 0;
  margin-bottom: 12px; }

.navPages-list-megamenu .style-3 .imageArea .megamenu-brands {
  margin-bottom: 30px; }

.home-layout-2 .navPages-list-megamenu .style-3 .imageArea .megamenu-brands {
  margin-bottom: 20px; }

.home-layout-3 .navPages-list-megamenu .style-3 .imageArea .megamenu-brands {
  margin-bottom: 20px; }

.navPages-list-megamenu .style-3 .imageArea .megamenu-brands ul {
  margin-left: -10px;
  margin-right: auto; }

.navPages-list-megamenu .style-3 .imageArea .megamenu-brands ul li {
  display: inline-block; }

.navPages-list-megamenu .style-3 .imageArea .megamenu-brands ul li a {
  color: #787878;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 10px;
  line-height: 2;
  pointer-events: none; }

.navPages-list-megamenu .style-3 .imageArea .megamenu-brands ul li a span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .5s; }

.navPages-list-megamenu .style-3 .imageArea .megamenu-brands ul li a:hover span {
  background-size: 100% 1px; }

.home-layout-2 .navPages-list-megamenu .style-3 .imageArea .megamenu-brands ul li a {
  font-size: 14px; }

.home-layout-3 .navPages-list-megamenu .style-3 .imageArea .megamenu-brands ul li a {
  font-size: 14px; }

.navPages-list-megamenu .style-3 .imageArea .megamenu-brands ul li.has-letter a {
  color: black;
  pointer-events: auto; }

.navPages-list-megamenu .style-3 .imageArea .megamenu-brands .view-all {
  display: inline-block;
  text-decoration: none;
  color: black;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
  background-repeat: repeat-x;
  background-position-y: 0px; }

.home-layout-2 .navPages-list-megamenu .style-3 .imageArea .megamenu-brands .view-all {
  font-weight: 400;
  margin-top: 15px; }

.home-layout-3 .navPages-list-megamenu .style-3 .imageArea .megamenu-brands .view-all {
  font-weight: 400;
  margin-top: 15px; }

.navPages-list-megamenu .style-4 > .navPage-subMenu {
  display: block; }

.navPages-list-megamenu .style-4 .cateArea {
  display: block; }

.navPages-list-megamenu .style-4 .cateArea > .navPage-subMenu-list {
  display: block !important;
  font-size: 0;
  letter-spacing: 0;
  width: auto !important;
  margin-left: -15px;
  margin-right: -15px; }

.navPages-list-megamenu .style-4 .cateArea > .navPage-subMenu-list > li {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px !important;
  padding-right: 15px !important; }

.navPages-list-megamenu .style-4 .cateArea > .navPage-subMenu-list > li.navPage-subMenu-title {
  display: none; }

.navPages-list-megamenu .style-4 .cateArea > .navPage-subMenu-list > li.navPage-subMenu-all {
  display: none; }

.navPages-list-megamenu .style-4 .cateArea > .navPage-subMenu-list .navPage-subMenu-action {
  padding-left: 0; }

.navPages-list-megamenu .style-4 .cateArea > .navPage-subMenu-list .navPage-subMenu-item-child {
  padding-left: 0;
  padding-right: 0; }

.navPages-list-megamenu .style-4 .cateArea .image {
  margin-top: 15px;
  margin-bottom: 23px; }

.navPages-list-megamenu .style-4 .cateArea.columns-3 > .navPage-subMenu-list > li {
  width: 33.333333%; }

.navPages-list-megamenu .style-4 .cateArea.columns-4 > .navPage-subMenu-list > li {
  width: 25%; }

.navPages-list-megamenu .style-4 .cateArea.columns-5 > .navPage-subMenu-list > li {
  width: 20%; }

.navPages-list-megamenu .navPages-label {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  left: calc(100% - 15px);
  top: -6px;
  margin: 0;
  height: 17px;
  line-height: 17px;
  padding: 0 5px;
  transform: translateX(-50%);
  background-image: none; }

.navPages-list-megamenu .navPages-label.sale-label {
  color: white;
  border-color: #f94436;
  background-color: #f94436; }

.navPages-list-megamenu .navPages-label.new-label {
  color: white;
  border-color: #c4390f;
  background-color: #c4390f; }

.navPages-list-megamenu .navPages-label.hot-label {
  color: white;
  border-color: #ffbb49;
  background-color: #ffbb49; }

#menuMobile .navPages {
  padding: 10px 0 0 0; }

#menuMobile .navPages > .navPages-list {
  display: block; }

#menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu {
  overflow: visible;
  max-height: 100%;
  position: static;
  padding: 0;
  width: 100%; }

#menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .cateArea {
  display: block;
  max-width: 100% !important; }

#menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .cateArea .navPage-subMenu-list {
  display: block; }

#menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .cateArea .navPage-subMenu-links {
  width: 100%; }

#menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .cateArea .navPage-subMenu-links.is-hidden {
  display: none; }

#menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .imageArea {
  display: block;
  max-width: 100% !important;
  padding: 30px 0;
  text-align: center; }

#menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .imageArea.is-hidden {
  display: none; }

#menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .imageArea .megamenu-left-item {
  width: 100%;
  text-align: center; }

#menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .imageArea .megamenu-left-item .item {
  width: 100%;
  text-align: center; }

#menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .imageArea .megamenu-left-item .item + .item {
  padding-top: 20px; }

#menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .imageArea .megamenu-right-item {
  width: 100%;
  padding-left: 0;
  padding-top: 0;
  text-align: center; }

#menuMobile .navPages > .navPages-list .navPages-item > .navPage-subMenu .imageArea .megamenu-left-item + .megamenu-right-item {
  padding-top: 30px; }

#menuMobile .navPages > .navPages-list .navPages-item,
#menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent,
#menuMobile .navPages > .navPages-list .navPage-subMenu-item-child {
  display: block;
  float: none;
  width: 100%;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #cccccc;
  padding: 0;
  padding-bottom: 0 !important; }

#menuMobile .navPages > .navPages-list .navPages-item .navPages-action,
#menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent .navPages-action,
#menuMobile .navPages > .navPages-list .navPage-subMenu-item-child .navPages-action {
  padding: 13px 0;
  display: inline-block;
  text-align: left;
  font-weight: 500;
  line-height: inherit; }

#menuMobile .navPages > .navPages-list .navPages-item .navPages-action .navPages-action-moreIcon,
#menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent .navPages-action .navPages-action-moreIcon,
#menuMobile .navPages > .navPages-list .navPage-subMenu-item-child .navPages-action .navPages-action-moreIcon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: unset;
  text-align: right;
  margin-left: 0;
  margin-right: 0; }

#menuMobile .navPages > .navPages-list .navPages-item .navPages-action .navPages-action-moreIcon svg,
#menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent .navPages-action .navPages-action-moreIcon svg,
#menuMobile .navPages > .navPages-list .navPage-subMenu-item-child .navPages-action .navPages-action-moreIcon svg {
  width: 12px;
  height: 12px;
  margin-top: 16px;
  transform: rotate(-90deg);
  transition: all 0.3s ease; }

#menuMobile .navPages > .navPages-list .navPages-item .navPage-subMenu,
#menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent .navPage-subMenu,
#menuMobile .navPages > .navPages-list .navPage-subMenu-item-child .navPage-subMenu {
  display: none; }

#menuMobile .navPages > .navPages-list .navPages-item.is-hidden,
#menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent.is-hidden,
#menuMobile .navPages > .navPages-list .navPage-subMenu-item-child.is-hidden {
  display: none; }

#menuMobile .navPages > .navPages-list .navPages-item.is-open,
#menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent.is-open,
#menuMobile .navPages > .navPages-list .navPage-subMenu-item-child.is-open {
  border: none; }

#menuMobile .navPages > .navPages-list .navPages-item.is-open > .has-subMenu,
#menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent.is-open > .has-subMenu,
#menuMobile .navPages > .navPages-list .navPage-subMenu-item-child.is-open > .has-subMenu {
  color: black;
  border: none;
  position: relative;
  display: block;
  text-align: right;
  border-bottom: 1px solid #cccccc; }

#menuMobile .navPages > .navPages-list .navPages-item.is-open > .has-subMenu.is-hidden,
#menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent.is-open > .has-subMenu.is-hidden,
#menuMobile .navPages > .navPages-list .navPage-subMenu-item-child.is-open > .has-subMenu.is-hidden {
  display: none; }

#menuMobile .navPages > .navPages-list .navPages-item.is-open > .has-subMenu .navPages-action-moreIcon,
#menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent.is-open > .has-subMenu .navPages-action-moreIcon,
#menuMobile .navPages > .navPages-list .navPage-subMenu-item-child.is-open > .has-subMenu .navPages-action-moreIcon {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  float: none;
  text-align: left; }

#menuMobile .navPages > .navPages-list .navPages-item.is-open > .has-subMenu .navPages-action-moreIcon svg,
#menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent.is-open > .has-subMenu .navPages-action-moreIcon svg,
#menuMobile .navPages > .navPages-list .navPage-subMenu-item-child.is-open > .has-subMenu .navPages-action-moreIcon svg {
  fill: #787878;
  stroke: #787878;
  transform: rotate(90deg); }

#menuMobile .navPages > .navPages-list .navPages-item.is-open > .has-subMenu .navPages-action-moreIcon:after,
#menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent.is-open > .has-subMenu .navPages-action-moreIcon:after,
#menuMobile .navPages > .navPages-list .navPage-subMenu-item-child.is-open > .has-subMenu .navPages-action-moreIcon:after {
  content: "Back";
  position: absolute;
  top: 13px;
  left: 25px;
  color: #787878;
  font-size: 16px;
  font-weight: 600; }

#menuMobile .navPages > .navPages-list .navPages-item.is-open > .navPage-subMenu,
#menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent.is-open > .navPage-subMenu,
#menuMobile .navPages > .navPages-list .navPage-subMenu-item-child.is-open > .navPage-subMenu {
  display: block; }

#menuMobile .navPages > .navPages-list .navPage-subMenu-list {
  margin: 0; }

#menuMobile .navPages > .navPages-list .navPage-subMenu-item-parent {
  display: block;
  text-align: left;
  position: relative; }

#menuMobile .navPages > .navPages-list + .navPages-list {
  border: none;
  margin-top: 25px; }

#menuMobile .navPages > .navPages-list + .navPages-list.navPages-list--user .navPages-item {
  border: none; }

#menuMobile .navPages > .navPages-list + .navPages-list.navPages-list--user .navPages-item .navPages-action {
  color: black;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0; }

#menuMobile .navPages > .navPages-list + .navPages-list.navPages-list--user .navPages-item .navPages-action svg {
  color: black;
  display: inline-block;
  vertical-align: middle; }

#menuMobile .navPages > .navPages-list + .navPages-list.navPages-list--user .navPages-item .navPages-action svg.icon-location {
  width: 17px;
  height: 17px; }

#menuMobile .navPages > .navPages-list + .navPages-list.navPages-list--user .navPages-item .navPages-action svg.icon-telephone {
  width: 15px;
  height: 15px; }

#menuMobile .navPages > .navPages-list + .navPages-list.navPages-list--user .navPages-item .navPages-action span {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 1px;
  margin-left: 5px;
  line-height: 1.2; }

#menuMobile .navPages > .navPages-list + .navPages-list.navPages-list--user .navPages-item .socialLinks {
  margin-top: 5px;
  margin-left: -11px; }

#menuMobile .navPages > .navPages-list + .navPages-list.navPages-list--user .navPages-item .socialLinks .socialLinks-item {
  margin-right: 5px; }

#menuMobile .navPages > .navPages-list + .navPages-list.navPages-list--user .navPages-item .socialLinks .socialLinks-item .icon {
  border: none; }

#menuMobile .navPages > .navPages-list + .navPages-list.navPages-list--user .navPages-item .socialLinks .socialLinks-item .icon svg {
  width: 16px;
  height: 16px; }

#menuMobile .navPages > .navPages-list .navPages-label {
  top: 50%;
  left: calc(100% - 45px);
  right: auto;
  transform: translate(-50%, -50%); }

.has-megamenu .image {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center; }

.has-megamenu .image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.has-megamenu .image img.lazyload,
.has-megamenu .image img.lazyloading {
  width: auto;
  height: auto;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.has-megamenu .image img.lazyloaded {
  transition: all .7s ease; }

@media (min-width: 1025px) {
  .has-megamenu .image:before {
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    left: auto;
    bottom: auto;
    z-index: 2;
    transform: none;
    position: absolute;
    transition: all 0.5s ease;
    background-color: rgba(246, 246, 246, 0.2); }
  .has-megamenu .image:hover:before {
    width: 100%; } }

#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: 15px; }

.tag a {
  color: black;
  display: inline-block;
  padding: 0.375rem 0.5rem;
  text-decoration: none; }

.tag a:hover {
  color: black; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px;
  font-size: 0; }

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

.socialLinks:after {
  clear: both; }

.socialLinks ul,
.socialLinks ol {
  list-style: none;
  margin-bottom: 0; }

.socialLinks li {
  margin: 0;
  padding: 0; }

.socialLinks .icon {
  height: 1.25rem;
  width: 1.25rem;
  margin: 0;
  text-decoration: none; }

.socialLinks .icon:hover svg {
  fill: black; }

.socialLinks .icon svg {
  fill: black;
  transition: all 0.15s ease; }

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

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }

.socialLinks .socialLinks-item {
  margin-bottom: 0.375rem;
  margin-right: 13px; }

.socialLinks .socialLinks-item:last-child {
  margin-right: 0; }

.socialLinks-item .socialLinks__link {
  position: relative;
  height: 2rem; }

.socialLinks-item .socialLinks__link:before {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  border-width: 0.625rem;
  border-style: solid;
  border-color: transparent transparent #313440 transparent; }

.socialLinks-item .socialLinks__link:after {
  content: attr(title);
  padding: 0.25rem 0.375rem;
  background-color: #313440;
  color: white;
  position: absolute;
  font-size: 1rem;
  white-space: nowrap;
  right: 0;
  top: 100%;
  cursor: default;
  border-radius: 0.5rem; }

.socialLinks-item .socialLinks__link:before,
.socialLinks-item .socialLinks__link:after {
  display: none; }

.socialLinks-item .socialLinks__link:focus:before,
.socialLinks-item .socialLinks__link:focus:after {
  display: block; }

.socialLinks-item .socialLinks__link:focus:after {
  right: auto;
  left: 0;
  z-index: 20; }

.socialLinks--alt .icon {
  width: 32px;
  height: 32px;
  border: 1px solid black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }

.home-layout-2 .socialLinks--alt .icon {
  border: none;
  justify-content: left;
  width: 22px; }

.home-layout-4 .socialLinks--alt .icon {
  border-color: black; }

.home-layout-4 .socialLinks--alt .icon:hover {
  transform: scale(1.1); }

.socialLinks--alt svg {
  width: 14px;
  height: 14px;
  fill: black; }

[data-page-type="default"] .body {
  margin-top: 0; }

[data-page-type="default"] .heroCarousel {
  margin-top: 0; }

.heroCarousel {
  width: 1px;
  min-width: 100%;
  margin-bottom: 30px;
  margin-top: -1.5rem; }

.home-layout-4 .heroCarousel {
  margin-bottom: 0; }

@media (min-width: 801px) {
  .home-layout-4 .heroCarousel {
    margin-bottom: 30px; } }

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

.heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
  display: none; }

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

.heroCarousel.slick-initialized .heroCarousel-image-wrapper > .heroCarousel-image {
  opacity: 1;
  animation-name: fadeIn;
  animation-duration: 0.8s; }

.heroCarousel a {
  text-decoration: none; }

.heroCarousel .slick-arrow {
  background-color: white;
  border-color: #e5e5e5; }

.heroCarousel .slick-next,
.heroCarousel .slick-prev {
  top: 65%;
  transform: translateY(-50%);
  margin: 0; }

.heroCarousel .slick-next {
  right: 15px; }

@media (min-width: 801px) {
  .heroCarousel .slick-next {
    right: 25px; } }

.heroCarousel .slick-prev {
  left: 15px; }

@media (min-width: 801px) {
  .heroCarousel .slick-prev {
    left: 25px; } }

.heroCarousel .slick-dots {
  bottom: 0.5rem; }

@media (min-width: 801px) {
  .heroCarousel .slick-dots {
    bottom: 1.5rem; } }

.heroCarousel .slick-dots li {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9); }

.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: 551px) {
  .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 .slick-slide .heroCarousel-subtitle,
.heroCarousel .slick-slide .heroCarousel-title,
.heroCarousel .slick-slide .heroCarousel-description,
.heroCarousel .slick-slide .heroCarousel-action {
  visibility: hidden;
  animation-delay: 0ms;
  animation-name: fadeOutDown; }

.heroCarousel .slick-current .heroCarousel-subtitle {
  visibility: visible;
  animation-delay: 50ms;
  animation-name: fadeInUp; }

.heroCarousel .slick-current .heroCarousel-title {
  visibility: visible;
  animation-delay: 100ms;
  animation-name: fadeInUp; }

.heroCarousel .slick-current .heroCarousel-description {
  visibility: visible;
  animation-delay: 150ms;
  animation-name: fadeInUp; }

.heroCarousel .slick-current .heroCarousel-action {
  visibility: visible;
  animation-delay: 200ms;
  animation-name: fadeInUp; }

.home-layout-2 .heroCarousel {
  margin-bottom: 10px; }

.home-layout-3 .heroCarousel {
  margin-bottom: 10px; }

.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%;
  -o-object-fit: contain;
  object-fit: contain;
  /* Object-fit polyfill */
  font-family: 'object-fit: contain;'; }

.heroCarousel-slide.stretch .heroCarousel-image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  position: unset; }

.heroCarousel-slide.stretch .heroCarousel-image-wrapper::after {
  content: unset; }

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

.heroCarousel-slide .heroCarousel-image-wrapper:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 46.3276836158192%; }

.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%;
  -o-object-fit: contain;
  object-fit: contain;
  /* Object-fit polyfill */
  font-family: 'object-fit: contain;'; }

.home-layout-2 .heroCarousel-slide .heroCarousel-image-wrapper:after {
  padding-bottom: 37.9106%; }

@media (max-width: 550px) {
  .home-layout-2 .heroCarousel-slide .heroCarousel-image-wrapper:after {
    padding-bottom: 80%; }
  .home-layout-2 .heroCarousel-slide .heroCarousel-image-wrapper.no-image-mobile:after {
    padding-bottom: 37.9106%; } }

.home-layout-3 .heroCarousel-slide .heroCarousel-image-wrapper:after {
  padding-bottom: 37.8125%; }

@media (max-width: 550px) {
  .home-layout-3 .heroCarousel-slide .heroCarousel-image-wrapper:after {
    padding-bottom: 80%; }
  .home-layout-3 .heroCarousel-slide .heroCarousel-image-wrapper.no-image-mobile:after {
    padding-bottom: 37.8125%; } }

.home-layout-4 .heroCarousel-slide .heroCarousel-image-wrapper:after {
  padding-bottom: 34.90%; }

@media (max-width: 550px) {
  .home-layout-4 .heroCarousel-slide .heroCarousel-image-wrapper:after {
    padding-bottom: 80%; }
  .home-layout-4 .heroCarousel-slide .heroCarousel-image-wrapper.no-image-mobile:after {
    padding-bottom: 50%; }
  .home-layout-4 .heroCarousel-slide .heroCarousel-image-wrapper.no-image-mobile .heroCarousel-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;"; } }

@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: 80%; }
  .heroCarousel-slide .heroCarousel-image-wrapper.no-image-mobile:after {
    padding-bottom: 46.3276836158192%; } }

.heroCarousel-content {
  background-color: #ffffff;
  padding: 27px 20px 30px;
  text-align: center;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  max-width: 350px;
  background-color: transparent;
  left: 30px;
  padding: 1.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-height: 80%;
  padding: 0;
  text-align: left; }

.heroCarousel-content.heroCarousel-content--empty {
  background-color: transparent; }

@media (min-width: 1440px) {
  .heroCarousel-content {
    left: 410px; } }

.home-layout-2 .heroCarousel-content {
  text-align: center; }

.home-layout-3 .heroCarousel-content {
  text-align: center; }

@media (min-width: 1025px) {
  .home-layout-3 .heroCarousel-content {
    max-width: 460px; } }

.home-layout-4 .heroCarousel-content .button-group {
  max-width: 500px;
  margin: 0 auto; }

@media (min-width: 768px) and (max-width: 1024px) {
  .home-layout-4 .heroCarousel-content .button-group {
    max-width: 100%; } }

.heroCarousel-title {
  color: black;
  font-size: 20px;
  margin-top: 0;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px; }

@media (min-width: 1025px) {
  .heroCarousel-title {
    font-size: 50px; } }

.home-layout-2 .heroCarousel-title {
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  font-weight: 900;
  margin-bottom: 25px; }

@media (min-width: 1025px) {
  .home-layout-2 .heroCarousel-title {
    font-size: 40px; } }

.home-layout-3 .heroCarousel-title {
  position: relative;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  font-weight: 900;
  margin-bottom: 23px;
  padding-bottom: 17px; }

.home-layout-3 .heroCarousel-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 1px;
  background: #333333;
  transform: translateX(-50%); }

@media (min-width: 1025px) {
  .home-layout-3 .heroCarousel-title {
    font-size: 55px; } }

.home-layout-4 .heroCarousel-title {
  font-weight: 900;
  letter-spacing: .05em;
  font-size: 22px; }

@media (min-width: 1200px) {
  .home-layout-4 .heroCarousel-title {
    font-size: 28px; } }

@media (max-width: 1199px) {
  .home-layout-4 .heroCarousel-title {
    color: black; } }

.heroCarousel-subTitle {
  color: black;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px; }

@media (min-width: 1200px) {
  .heroCarousel-subTitle {
    font-size: 18px;
    margin-bottom: 30px; } }

@media (max-width: 1199px) {
  .home-layout-4 .heroCarousel-subTitle {
    color: black; } }

.heroCarousel-description {
  color: black;
  font-size: 15px;
  line-height: 24px; }

.home-layout-2 .heroCarousel-description {
  font-size: 16px;
  margin-bottom: 18px; }

.home-layout-3 .heroCarousel-description {
  font-size: 16px;
  margin-bottom: 18px; }

.home-layout-4 .heroCarousel-description {
  font-size: 16px; }

@media (max-width: 1199px) {
  .home-layout-4 .heroCarousel-description {
    color: black; } }

.heroCarousel-action {
  margin: 0;
  min-width: 178px;
  background-color: transparent; }

@media (min-width: 1025px) {
  .heroCarousel-action {
    margin-top: 25px; } }

.home-layout-2 .heroCarousel-action {
  background-color: #c4390f;
  min-width: 196px; }

@media (min-width: 1025px) {
  .home-layout-2 .heroCarousel-action:hover,
  .home-layout-2 .heroCarousel-action:active,
  .home-layout-2 .heroCarousel-action:focus {
    background-color: black; } }

.home-layout-3 .heroCarousel-action {
  background-color: #c4390f;
  color: black;
  border-color: #c4390f;
  min-width: 178px; }

@media (min-width: 1025px) {
  .home-layout-3 .heroCarousel-action:hover,
  .home-layout-3 .heroCarousel-action:active,
  .home-layout-3 .heroCarousel-action:focus {
    background-color: black;
    color: white;
    border-color: black; } }

@media (max-width: 1199px) {
  .home-layout-3 .heroCarousel-action {
    border-color: #c4390f; } }

.home-layout-4 .heroCarousel-action {
  min-width: 263px;
  background-color: #c4390f;
  border: none;
  padding: 17px 20px; }

@media (min-width: 1200px) {
  .home-layout-4 .heroCarousel-action {
    margin-top: 20px; }
  .home-layout-4 .heroCarousel-action:hover,
  .home-layout-4 .heroCarousel-action:active,
  .home-layout-4 .heroCarousel-action:focus {
    background-color: black; } }

@media (max-width: 1199px) {
  .home-layout-4 .heroCarousel-action {
    color: white;
    background-color: black;
    border-color: rgba(0, 0, 255, 0); }
  .home-layout-4 .heroCarousel-action:after,
  .home-layout-4 .heroCarousel-action:before {
    background: rgba(0, 0, 255, 0); } }

.home-layout-4 .heroCarousel-action + .heroCarousel-action {
  margin-left: 0;
  margin-top: 10px; }

@media (min-width: 768px) and (max-width: 1024px) {
  .home-layout-4 .heroCarousel-action + .heroCarousel-action {
    margin-top: 0px;
    margin-left: 10px; } }

.container--heroCarousel .heroCarousel .slick-dots {
  position: absolute;
  top: 50%;
  left: auto;
  right: 25px;
  bottom: auto;
  display: inline-block;
  width: auto;
  transform: translateY(-50%); }

.container--heroCarousel .heroCarousel .slick-dots li {
  width: auto;
  height: auto;
  display: block;
  background-color: transparent;
  padding: 0.3125rem; }

.container--heroCarousel .heroCarousel .slick-dots li button {
  height: 1rem;
  width: 1rem;
  width: 100% !important;
  border: none;
  font-size: 1rem;
  color: black;
  border-radius: 0;
  transition: none;
  padding: 2px; }

.container--heroCarousel .heroCarousel .slick-dots li button:before {
  width: 0 !important;
  height: 1px;
  position: absolute;
  top: 49%;
  left: auto;
  right: 2px;
  transform: unset;
  border-radius: 0;
  transition: all 0.6s ease;
  background: black; }

.container--heroCarousel .heroCarousel .slick-dots li button .dot-stt {
  display: inline-block;
  transition: all 0.6s ease; }

.container--heroCarousel .heroCarousel .slick-dots li button [data-carousel-tooltip] {
  display: none; }

.container--heroCarousel .heroCarousel .slick-dots li.slick-active button {
  color: black; }

.container--heroCarousel .heroCarousel .slick-dots li.slick-active button::before {
  width: 30px !important;
  background-color: black; }

.container--heroCarousel .heroCarousel .slick-dots li.slick-active .dot-stt {
  padding-right: 40px; }

@media (max-width: 1024px) {
  .container--heroCarousel .heroCarousel .slick-dots {
    top: 30%;
    right: 10px; }
  .container--heroCarousel .heroCarousel .slick-dots li.slick-active button::before {
    width: 20px !important;
    background-color: black; }
  .container--heroCarousel .heroCarousel .slick-dots li.slick-active .dot-stt {
    padding-right: 25px; } }

@media (max-width: 550px) {
  .container--heroCarousel .heroCarousel .slick-dots {
    top: 28%; } }

.writeReview-productDetails {
  text-align: center;
  margin-bottom: 40px; }

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

.writeReview-productDetails .product-brand {
  color: black;
  margin: 15px 0 0;
  line-height: 2.2;
  text-transform: uppercase;
  font-size: 16px; }

.writeReview-productDetails .product-title {
  color: black;
  margin-top: 0;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px; }

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

.writeReview-form .form-fieldset .form-field--textarea {
  margin-bottom: 15px; }

.writeReview-form .form-field--submit {
  margin-top: 5px; }

.writeReview-form .form-field--submit .button {
  min-width: 210px; }

.writeReview-productImage-container {
  position: relative; }

.writeReview-productImage-container img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  /* Object-fit polyfill */
  font-family: 'object-fit: contain;'; }

.writeReview-productImage-container:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 111.06061%; }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }

@media (min-width: 551px) {
  .account--addReturn .table {
    display: table;
    margin-bottom: 6rem; } }

.account--addReturn .table tr {
  display: block;
  padding: 1.5rem 0; }

@media (min-width: 551px) {
  .account--addReturn .table tr {
    display: table-row;
    padding: 0; } }

.account--addReturn .table th,
.account--addReturn .table td {
  display: block;
  padding: 0; }

@media (min-width: 551px) {
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: table-cell;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem; } }

.account--addReturn .table th + th,
.account--addReturn .table th + td,
.account--addReturn .table td + th,
.account--addReturn .table td + td {
  padding-left: 0; }

@media (min-width: 551px) {
  .account--addReturn .table th + th,
  .account--addReturn .table th + td,
  .account--addReturn .table td + th,
  .account--addReturn .table td + td {
    padding-left: 1.5rem; } }

.account--addReturn .table .return-itemTitle + .definitionList {
  margin-top: 0.1875rem; }

@media (min-width: 551px) {
  .account--addReturn .table .return-itemPrice {
    text-align: center; } }

@media (min-width: 551px) {
  .account--addReturn .table .return-itemQuantity {
    text-align: right; } }

.account--addReturn .table-thead {
  display: none; }

@media (min-width: 551px) {
  .account--addReturn .table-thead {
    display: table-header-group; } }

.account--addReturn .table-thead th {
  font-size: 15px; }

.account--addReturn .table-thead th:first-child {
  width: 60%; }

.account--addReturn .table-tbody {
  display: block; }

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

.return-itemName {
  font-size: 15px;
  font-weight: 700; }

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

.return-itemPrice {
  color: #999999;
  margin-bottom: 0.375rem; }

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

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.375rem; }

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

.account--addReturn-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 -1rem; }

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

.account--addReturn-row:after {
  clear: both; }

.account--addReturn-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }

@media (min-width: 551px) {
  .account--addReturn-column {
    width: 50%; } }

.productCarousel {
  width: 1px;
  min-width: 100%;
  position: relative;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 -15px; }

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

.productCarousel:after {
  clear: both; }

@media (max-width: 1024px) {
  .home-layout-4 .productCarousel {
    margin: 0 -10px; } }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left;
  padding: 0 15px; }

@media (min-width: 551px) {
  .productCarousel-slide {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .productCarousel-slide {
    width: 25%; } }

@media (min-width: 1261px) {
  .productCarousel-slide {
    width: 16.66667%; } }

.productCarousel-slide .card {
  margin-bottom: 0; }

.productCarousel-slide .card .card-title {
  overflow-wrap: break-word; }

@media (min-width: 1025px) {
  .home-layout-2 .productCarousel-slide {
    padding: 0 15px; } }

@media (min-width: 1025px) {
  .home-layout-3 .productCarousel-slide {
    padding: 0 15px; } }

@media (max-width: 1199px) {
  .home-layout-4 .productCarousel-slide {
    padding: 0 10px; } }

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

.quickView:after {
  clear: both; }

.quickView .halo-compareColors,
.quickView .halo-bundle-products,
.quickView .productView-desShort,
.quickView .productView-description,
.quickView .productView-nextProducts {
  display: none; }

.quickView .productView-images {
  display: block; }

.quickView .productView-images .productView-nav-inner {
  width: 100%;
  padding-left: 0; }

.quickView .productView-images .productView-thumbnails-wrap {
  width: 100%;
  display: block; }

.quickView .productView-images .productView-thumbnails-wrap .productView-thumbnails {
  width: 100%;
  padding: 20px 30px; }

@media (min-width: 1200px) {
  .quickView .productView-images .productView-thumbnails-wrap .productView-thumbnails .productView-thumbnail {
    width: auto;
    height: auto;
    max-width: unset;
    display: inline-block;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .quickView .productView-images .productView-thumbnails-wrap .productView-thumbnails .productView-thumbnail img {
    width: 100%; }
  .quickView .productView-images .productView-thumbnails-wrap .productView-thumbnails .slick-arrow {
    top: 50%;
    transform: translate(0, -50%) rotate(-90deg);
    width: 19px;
    height: 11px; }
  .home-layout-4 .quickView .productView-images .productView-thumbnails-wrap .productView-thumbnails .slick-arrow {
    transform: translate(0, -50%) rotate(0deg); }
  .quickView .productView-images .productView-thumbnails-wrap .productView-thumbnails .slick-arrow.slick-prev {
    left: 0;
    right: auto; }
  .quickView .productView-images .productView-thumbnails-wrap .productView-thumbnails .slick-arrow.slick-next {
    left: auto;
    right: 0; } }

.quickView .productView-images .productView-thumbnails-wrap .productView-thumbnails:not(.slick-initialized) .productView-thumbnail:nth-child(n+3) {
  display: none; }

.quickView .productView__top {
  margin-bottom: 0; }

.home-layout-4 .quickView .productView__top .halo-product-badge {
  left: 0; }

.quickView .productView__top .container {
  padding-left: 0;
  padding-right: 0; }

.quickView .productView-rating .productReview_link,
.quickView .productView-rating #productReview_link {
  margin-left: 5px; }

.quickView .productView-rating .productView-reviewLink {
  margin-left: 10px; }

.quickView .productView-rating-wrapper .sold-product {
  margin-left: 10px; }

@media (min-width: 768px) {
  .quickView .productView__top .productView__topLeft {
    width: 45%; }
  .quickView .productView__top .productView__topRight {
    width: 55%;
    padding-left: 30px; } }

@media (min-width: 1200px) {
  .modal--quickView {
    max-width: 1013px; }
  .quickView .productView__top .productView__topLeft {
    width: 380px; }
  .quickView .productView__top .productView__topRight {
    width: calc(100% - 380px);
    padding-left: 30px; } }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }

.productReviews-list ul,
.productReviews-list ol {
  list-style: none;
  margin-bottom: 0; }

.productReviews-list:before,
.productReviews-list:after {
  content: " ";
  display: table; }

.productReviews-list:after {
  clear: both; }

.productReview {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 15px;
  vertical-align: top; }

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

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

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

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

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

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

.productView {
  padding-top: 1rem; }

.productView-images {
  margin-bottom: 27px;
  display: flex;
  flex-direction: row-reverse;
  position: relative; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 0 0 auto;
  position: relative; }

@media (min-width: 801px) {
  .productView-image {
    min-height: 366px;
    min-width: inherit; } }

@media (min-width: 320px) and (max-width: 801px) {
  .productView-image {
    pointer-events: none; } }

.productView-img-container {
  position: relative;
  margin: auto;
  max-width: 660px;
  width: 100%; }

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

.productView-img-container:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 111.06061%; }

.productView-imageVideo .productView-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%; }

.productView-imageVideo .productView-video iframe {
  width: 100% !important;
  height: 100% !important; }

.productView-nav:not(.slick-initialized) .productView-image:nth-child(n+2) {
  display: none; }

@media (min-width: 1200px) {
  .home-layout-4 .productView__topLeft .halo-product-badge {
    left: 96px; }
  .productView-nav-inner {
    width: calc(100% - 72px);
    display: inline-block;
    padding-left: 24px; }
  .productView-thumbnails-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .productView-thumbnails-wrap .productView-thumbnails {
    width: 72px;
    padding: 31px 0 17px; }
  .home-layout-4 .productView-thumbnails-wrap .productView-thumbnails {
    padding: 45px 0; } }

.productView-thumbnails {
  margin: 0; }

.productView-thumbnails.productView-thumbnails-noArrow.slick-vertical .slick-list {
  display: flex;
  align-items: center; }

.productView-thumbnails .slick-arrow {
  width: 11px;
  height: 19px;
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent; }

.productView-thumbnails .slick-arrow .carousel-tooltip {
  display: none; }

.productView-thumbnails .slick-arrow:before {
  width: 11px;
  height: 19px;
  display: inline-block; }

.productView-thumbnails .slick-arrow.slick-prev {
  left: 0; }

.home-layout-4 .productView-thumbnails .slick-arrow.slick-prev::before {
  left: 50%;
  top: 50%;
  width: 10px;
  height: 2px;
  transform: rotate(135deg);
  margin-left: -5px;
  margin-top: -4px; }

.home-layout-4 .productView-thumbnails .slick-arrow.slick-prev::after {
  left: 50%;
  bottom: 50%;
  width: 10px;
  height: 2px;
  transform: rotate(-135deg);
  margin-left: -5px;
  margin-bottom: -4px; }

.productView-thumbnails .slick-arrow.slick-next {
  right: 0; }

.home-layout-4 .productView-thumbnails .slick-arrow.slick-next::before {
  left: 50%;
  top: 50%;
  width: 10px;
  height: 2px;
  transform: rotate(45deg);
  margin-left: -5px;
  margin-top: -4px; }

.home-layout-4 .productView-thumbnails .slick-arrow.slick-next::after {
  left: 50%;
  bottom: 50%;
  width: 10px;
  height: 2px;
  transform: rotate(-45deg);
  margin-left: -5px;
  margin-bottom: -4px; }

@media (min-width: 1200px) {
  .productView-thumbnails .slick-arrow {
    transform: translate(0, 0);
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    height: 11px;
    left: 0;
    right: 0; }
  .home-layout-4 .productView-thumbnails .slick-arrow {
    transform: translateX(-50%) rotate(90deg);
    width: 44px;
    height: 44px;
    left: 50%; }
  .home-layout-4 .productView-thumbnails .slick-arrow:not(.slick-disabled):hover,
  .home-layout-4 .productView-thumbnails .slick-arrow:not(.slick-disabled):active {
    background: transparent;
    border: none; }
  .home-layout-4 .productView-thumbnails .slick-arrow:not(.slick-disabled):hover:before,
  .home-layout-4 .productView-thumbnails .slick-arrow:not(.slick-disabled):hover:after,
  .home-layout-4 .productView-thumbnails .slick-arrow:not(.slick-disabled):active:before,
  .home-layout-4 .productView-thumbnails .slick-arrow:not(.slick-disabled):active:after {
    background: black; }
  .productView-thumbnails .slick-arrow:before {
    width: 19px;
    height: 11px;
    display: inline-block; }
  .productView-thumbnails .slick-arrow.slick-prev {
    top: 0;
    bottom: auto; }
  .productView-thumbnails .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"); }
  .productView-thumbnails .slick-arrow.slick-next {
    top: auto;
    bottom: 0; }
  .productView-thumbnails .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"); }
  .productView-thumbnails .productView-thumbnail {
    text-align: center;
    border: none;
    height: 94px;
    max-width: 72px;
    float: none;
    width: 100%; }
  .productView-thumbnails:not(.slick-initialized) .productView-thumbnail:nth-child(n+3) {
    display: none; } }

.productView-thumbnails .productView-thumbnail-link {
  padding: 0;
  position: relative;
  width: 100%;
  display: block;
  border: 1px solid transparent;
  transition: all 0.3s ease; }

.productView-thumbnails .productView-thumbnail-link:hover {
  border-color: #C4390F; }

.productView-thumbnails .productView-thumbnail-link img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  /* Object-fit polyfill */
  font-family: 'object-fit: contain;'; }

.productView-thumbnails .productView-thumbnail-link:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 111.42857%; }

.productView-thumbnails .productView-thumbnail-link.productView-thumbnail-linkVideo {
  overflow: hidden; }

.productView-thumbnails .productView-thumbnail-link.productView-thumbnail-linkVideo img {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: auto;
  height: 100%;
  max-width: none;
  transform: translate(-50%, -50%); }

.productView-thumbnails .productView-thumbnail-link.productView-thumbnail-linkVideo .videoText {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%); }

.productView-thumbnails .productView-thumbnail-link.productView-thumbnail-linkVideo .videoText svg {
  width: 31px;
  height: 31px;
  border-radius: 50%; }

.productView-thumbnails:not(.slick-initialized) .productView-thumbnail-link.is-active,
.productView-thumbnails.slick-initialized .productView-thumbnail.slick-current.slick-active .productView-thumbnail-link {
  border-color: #C4390F; }

.productView-thumbnails img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin: 0;
  width: 70px;
  -o-object-fit: contain;
  object-fit: contain;
  /* Object-fit polyfill */
  font-family: 'object-fit: contain;';
  position: relative; }

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

.productView-title {
  font-size: 20px;
  margin: 0 0 10px 0;
  line-height: 30px;
  font-weight: 700;
  font-family: "Jost", Arial, Helvetica, sans-serif; }

.productView-brand {
  color: black;
  font-size: 16px;
  margin: 10px 0 5px 0;
  text-transform: uppercase;
  line-height: 28px;
  letter-spacing: 0;
  font-family: "Jost", Arial, Helvetica, sans-serif; }

.productView-brand a {
  color: black;
  text-decoration: none; }

.productView-brand a:hover {
  color: #c4390f; }

.productView-price {
  margin-bottom: 25px; }

.productView-price .price-section .price {
  font-size: 20px; }

.productView-price .price-section--saving {
  display: block;
  margin-top: 5px; }

.productView-price .price-section--saving .price {
  color: #969696;
  font-size: 16px;
  font-style: italic;
  font-weight: 400; }

.productView-price abbr {
  border: 0;
  color: inherit;
  font-size: inherit; }

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.375rem;
  vertical-align: middle;
  color: black; }

.productView-reviewLink:hover {
  color: black; }

.productView-reviewLink--new {
  padding: 0; }

.productView-info {
  margin: 0 0 15px 0; }

.productView-info:before,
.productView-info:after {
  content: " ";
  display: table; }

.productView-info:after {
  clear: both; }

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

.productView-info-name,
.productView-info-value {
  float: left;
  color: black;
  font-size: 16px;
  line-height: 28px;
  margin: 0; }

.productView-info-name {
  clear: both;
  min-width: 130px;
  font-weight: 500; }

.productView-info-value {
  font-weight: 400; }

.productView-options {
  text-align: left; }

.productView-options:before,
.productView-options:after {
  content: " ";
  display: table; }

.productView-options:after {
  clear: both; }

@media (min-width: 551px) {
  .productView-options .form-input[type="number"] {
    width: 16.66667%; } }

.productView-options .form {
  display: inline; }

.productView-options input[type="file"] {
  font-size: 13px; }

.productView-options .form-field {
  font-size: 0;
  margin-bottom: 20px; }

.productView-options .form-field > .form-checkbox + .form-label {
  display: inline-block;
  margin-left: 1.5rem;
  width: auto; }

@media (min-width: 551px) {
  .productView-options .form-field > .form-checkbox + .form-label {
    margin-left: 0;
    width: 100%; } }

.productView-options .form-field > .form-radio + .form-label {
  text-align: justify;
  display: inline-block; }

.productView-options .form-field > .form-label:nth-of-type(2) {
  margin-left: 0; }

.productView-options .form-field .form-label--alternate {
  color: black;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", Arial, Helvetica, sans-serif; }

.productView-options .form-field .form-label--alternate [data-option-value] {
  color: black;
  font-size: 16px;
  font-weight: 400; }

.productView-options .form-field .form-label--alternate small {
  vertical-align: initial; }

@media (min-width: 551px) {
  .productView-options .form-action {
    float: left;
    padding: 0;
    width: 50%; } }

@media (min-width: 801px) {
  .productView-options .form-action {
    float: none;
    padding: 0;
    width: auto; } }

@media (min-width: 1261px) {
  .productView-options .form-action {
    display: inline-block;
    margin-top: 1rem; } }

.productView-options .form-action .button {
  width: 100%; }

@media (min-width: 1261px) {
  .productView-options .form-action .button {
    margin-right: 0.75rem;
    width: auto; } }

.productView-options .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__link p,
.productView-options .shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__social > p {
  text-transform: uppercase;
  font-size: 13px;
  color: #323232; }

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

.productOptions-list {
  border: 1px solid #cfcfcf;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }

.productOptions-list-item {
  padding: 1.5rem; }

.productOptions-list-item + .productOptions-list-item {
  border-top: 1px solid #cfcfcf; }

.productOptions-list-item .form-label {
  text-align: left;
  top: -2px; }

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

.productOptions-list-item-figure {
  width: 3rem; }

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

.shareProduct {
  text-align: center; }

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

.productView-image .easyzoom-flyout img {
  max-width: none;
  width: auto; }

.productView-title-hasPrevNext {
  padding-right: 62px;
  position: relative; }

.productView-nextProducts {
  display: none;
  position: absolute;
  top: 5px;
  right: 0; }

@media (min-width: 1025px) {
  .productView-nextProducts {
    display: block; } }

.productView-nextProducts .next-prev-icons {
  font-size: 0; }

.productView-nextProducts .next-prev-icons > a.disable {
  color: #cecece;
  opacity: 0.5;
  pointer-events: none; }

.productView-nextProducts .next-prev-icons > a {
  font-size: 0;
  display: inline-block;
  width: 26px;
  height: 19px; }

.productView-nextProducts .next-prev-icons > a:before {
  content: '';
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block; }

.productView-nextProducts .next-prev-icons > a.prev-icon {
  padding-right: 15px; }

.productView-nextProducts .next-prev-icons > a.prev-icon: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='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.productView-nextProducts .next-prev-icons > a.next-icon {
  padding-left: 15px; }

.productView-nextProducts .next-prev-icons > a.next-icon: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='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.productView-nextProducts .next-prev-modal {
  display: none;
  width: 350px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 3;
  padding-top: 10px; }

.productView-nextProducts .next-prev-modal.is-active {
  display: block; }

.productView-nextProducts .next-prev-content {
  display: none;
  width: 100%;
  padding: 0;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }

.productView-nextProducts .next-prev-content.is-show {
  display: block; }

.productView-nextProducts .card {
  margin-bottom: 0; }

.productView-nextProducts .card .card-prevNext-image {
  display: table-cell;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 80px;
  border: 0; }

.productView-nextProducts .card .card-prevNext-image .card-link {
  width: 100%; }

.productView-nextProducts .card .card-prevNext-image .card-link .card-img-container img {
  padding: 10px; }

.productView-nextProducts .card .card-content {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 70px);
  padding: 10px 20px 10px 10px; }

.productView-nextProducts .card .card-content .card-title {
  margin: 0 0 5px;
  margin-top: -3px;
  text-align: left;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0; }

.productView-nextProducts .card .card-content .card-price {
  line-height: 1;
  position: relative;
  margin: 0 0 16px;
  visibility: visible;
  margin-bottom: 0;
  color: black;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px; }

.productView-nextProducts .card .card-content .card-price .price--rrp {
  color: #8d8d8d;
  margin-right: 5px;
  font-weight: 500; }

.productView-nextProducts .card .card-content .card-price .price--rrp ~ .price--withTax,
.productView-nextProducts .card .card-content .card-price .price--rrp ~ .price--withoutTax {
  color: #e95144; }

.productView-nextProducts .card .card-content .card-price .price-section--saving {
  display: none; }

.productView-rating .icon {
  width: 14px;
  height: 14px; }

.productView-rating .productReview_link,
.productView-rating #productReview_link {
  color: black;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  text-decoration: none; }

.productView-rating .productView-reviewLink {
  color: black;
  margin-left: 25px;
  text-decoration: none;
  transition: all 0.3s ease; }

.productView-rating .productView-reviewLink:hover {
  color: #c4390f; }

.sold-product {
  font-size: 16px;
  font-weight: 400;
  color: #e85342;
  display: none;
  background-size: 14px;
  position: relative; }

.sold-product > .icon,
.sold-product > span {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0; }

.sold-product .icon {
  height: 1rem;
  width: 1rem;
  fill: #e85342;
  stroke: #e85342;
  margin-right: 5px; }

.productView-rating-wrapper {
  margin-bottom: 20px; }

.productView-rating-wrapper .productView-rating {
  display: inline-block;
  vertical-align: middle; }

.productView-rating-wrapper .sold-product {
  margin: 0 0 0 25px;
  display: inline-block;
  vertical-align: middle; }

.productView-desShort {
  margin-bottom: 30px; }

.productView-desShort p {
  color: black;
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0; }

.productCountDown {
  margin-top: 0;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%; }

.productCountDown .CountDownText {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 400;
  color: black;
  border-bottom: 1px solid black;
  margin-bottom: 10px; }

.countDowntimer2 {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px; }

.countDowntimer2 .clock-item {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: black;
  display: inline-block; }

.countDowntimer2 .clock-item .text {
  padding: 0 5px; }

.productView-optionsStock {
  font-size: 16px;
  font-weight: 400;
  color: #e85342;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 0; }

.productView-optionsStock [data-stock-left] {
  font-weight: 600; }

#modal-size-chart-form {
  max-width: 910px; }

#modal-size-chart-form .modal-header {
  padding: 15px 70px;
  text-align: center;
  background-color: #f6f6f6; }

#modal-size-chart-form .modal-header h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: black;
  text-transform: capitalize; }

#modal-size-chart-form .modal-header .modal-close {
  position: absolute;
  top: 12px;
  right: 13px; }

#modal-size-chart-form .modal-body {
  padding: 30px 70px; }

#modal-size-chart-form .modal-body::-webkit-scrollbar {
  width: 10px; }

#modal-size-chart-form .modal-body::-webkit-scrollbar-track {
  background: #EAEAEA; }

#modal-size-chart-form .modal-body::-webkit-scrollbar-thumb {
  background: #000000; }

#modal-size-chart-form .modal-body .sizeChart__des {
  margin-bottom: 70px; }

#modal-size-chart-form .modal-body .sizeChart__des p {
  margin-bottom: 25px; }

#modal-size-chart-form .modal-body .sizeChart__img {
  text-align: center; }

a[data-reveal-id="modal-size-chart-form"] {
  float: right;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  text-decoration: none; }

a[data-reveal-id="modal-size-chart-form"] svg {
  width: 28px;
  height: 15px;
  margin-right: 10px; }

a[data-reveal-id="modal-size-chart-form"] span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: black;
  background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
  background-repeat: repeat-x;
  background-position-y: 0px; }

a[data-reveal-id="modal-size-chart-form"]:hover span {
  color: #c4390f;
  background-image: linear-gradient(transparent 96%, rgba(196, 57, 15, 0.6) 4%); }

.shareLinkSocial {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative; }

.shareLinkSocial .shareLinkSocial__button {
  display: inline-block;
  width: 20px;
  height: 50px;
  line-height: 46px; }

.shareLinkSocial .shareLinkSocial__button:hover .icon {
  fill: #C4390F; }

.shareLinkSocial .shareLinkSocial__button .icon {
  width: 20px;
  height: 20px; }

.shareLinkSocial .shareLinkSocial__popup {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2;
  padding: 20px;
  width: 300px;
  background-color: #ffffff;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  border-radius: 4px;
  text-align: left;
  display: none; }

.shareLinkSocial .shareLinkSocial__popup p {
  display: block;
  color: black;
  font-size: 16px;
  font-weight: 400; }

.shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__link {
  position: relative;
  margin-bottom: 25px; }

.shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__link p {
  margin-bottom: 15px; }

.shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__link input {
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  background-color: #f6f6f6;
  padding: 11px 10px;
  display: block;
  width: 100%;
  color: #a0a0a0; }

.shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__link .shareLinkSocial__close {
  position: absolute;
  top: -5px;
  right: -3px; }

.shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__link .shareLinkSocial__close .icon {
  width: 18px;
  height: 18px; }

.shareLinkSocial .shareLinkSocial__popup .shareLinkSocial__social > p {
  margin-bottom: 10px; }

.productView-options [data-wishlist-add] .dropdown-menu-button {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
  padding: 12px 20px 13px; }

.productView-options [data-wishlist-add] .dropdown-menu-button span {
  display: inline-block;
  vertical-align: middle; }

.productView-options [data-wishlist-add] .dropdown-menu-button .icon {
  float: none;
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 5px;
  fill: black; }

.productView-options [data-wishlist-add] .dropdown-menu-button:hover .icon,
.productView-options [data-wishlist-add] .dropdown-menu-button:focus .icon,
.productView-options [data-wishlist-add] .dropdown-menu-button:active .icon {
  fill: white; }

@media (max-width: 767px) {
  .productView-options [data-wishlist-add] .dropdown-menu-button {
    padding: 13px 15px 12px; }
  .productView-options [data-wishlist-add] .dropdown-menu-button .icon {
    width: 18px;
    height: 18px; } }

.viewing-product {
  color: black;
  margin-bottom: 20px; }

.viewing-product svg {
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

.viewing-product span {
  display: inline-block;
  vertical-align: middle; }

.productView-description {
  border-top: 1px solid #f6f6f6;
  padding-top: 50px; }

.productView-description .tabs {
  text-align: center;
  border-bottom: none;
  font-size: 0; }

.productView-description .tabs .tab {
  float: none;
  width: auto;
  border: none;
  display: inline-block;
  position: relative;
  margin-bottom: 15px; }

.productView-description .tabs .tab .tab-title {
  padding: 0 50px;
  font-size: 24px;
  font-weight: 700;
  color: black;
  text-transform: capitalize; }

.productView-description .tabs .tab .tab-title span {
  background-image: linear-gradient(#ffcc00, #ffcc00);
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size .5s;
  padding-bottom: 3px; }

.home-layout-4 .productView-description .tabs .tab .tab-title span {
  background-image: linear-gradient(#3b3a3a, #000000); }

.productView-description .tabs .tab + .tab a:before {
  content: "/";
  display: block;
  position: absolute;
  top: 0;
  left: -6px;
  color: #787878;
  font-weight: 400; }

.productView-description .tabs .tab.is-active .tab-title span {
  background-size: 100% 2px; }

.productView-description .tabs-contents {
  padding-top: 35px; }

.productView-description .tabs-contents .tab-content {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }

.productView-description .tabs-contents .tab-content p {
  line-height: 26px; }

.productView-description .tab-titleMobile {
  display: none;
  color: black;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #CCCCCC;
  padding: 15px 0;
  position: relative;
  text-decoration: none; }

.productView-description .tab-titleMobile:before {
  top: 50%;
  right: 20px;
  z-index: 2;
  content: "";
  width: 2px;
  height: 12px;
  position: absolute;
  transition: all .4s ease;
  transform: translateY(-50%);
  background-color: black; }

.productView-description .tab-titleMobile:after {
  top: 50%;
  right: 15px;
  z-index: 2;
  content: "";
  width: 12px;
  height: 2px;
  position: absolute;
  transform: translateY(-50%);
  background-color: black; }

.productView-description .tab-titleMobile.is-active:before {
  transform: translateY(-50%) rotate(90deg); }

@media (max-width: 1199px) {
  .productView-description .tabs .tab .tab-title {
    font-size: 20px;
    padding: 0 25px; } }

@media (max-width: 767px) {
  .productView-description {
    padding-top: 30px; }
  .productView-description .tabs {
    display: none; }
  .productView-description .tab-titleMobile {
    display: block; }
  .productView-description .tabs-contents {
    padding-top: 0; }
  .productView-description .tabs-contents .tab-content {
    display: block;
    padding: 0; } }

#tab-description {
  color: black;
  font-size: 16px;
  font-weight: 400; }

.des-container {
  margin-bottom: 50px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto; }

.description-2col {
  margin-bottom: 50px; }

.des2col-item {
  display: flex; }

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

.des2col-item .des2colItem-content {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 20px;
  text-align: center;
  background-color: #f6f6f6; }

.des2col-item .des2colItem-content .des2colItem-container {
  max-width: 430px;
  margin: 0 auto; }

.des2col-item .des2colItem-content .des2colItem-featured {
  color: #787878;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px; }

.des2col-item .des2colItem-content .des2colItem-title {
  font-size: 50px;
  color: #202020;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 30px; }

.des2col-item .des2colItem-content p + p {
  margin-top: 1.5rem; }

.des2col-item .des2colItem-content .des2colItem-des {
  margin-bottom: 0; }

.des2col-item .des2colItem-content .des2colItem-des + p {
  margin-top: 1.5rem; }

.description-twoList {
  font-size: 0;
  max-width: 1170px;
  margin: 0 auto; }

.desTwoList-item {
  margin-bottom: 20px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px; }

.desTwoList-item .desTwoList-title {
  color: #202020;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px; }

.desTwoList-item .desTwoList-list li {
  line-height: 26px; }

.desTwoList-item.desTwoList-item--number .desTwoList-list {
  list-style: auto; }

.description-blockQuote {
  max-width: 1170px;
  margin: 0 auto 50px;
  border: 1px solid #EAEAEA;
  padding: 40px 15px;
  text-align: center; }

.description-blockQuote > * {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto; }

.description-blockQuote .desBlockQuote-title {
  margin-top: 0;
  margin-bottom: 10px;
  color: #202020;
  font-size: 16px;
  font-weight: 700;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-style: italic;
  text-transform: capitalize; }

.home-layout-4 blockquote,
.home-layout-4 .blockquote {
  font-size: 16px;
  background: #fafafa;
  padding: 15px; }

@media (min-width: 768px) {
  .home-layout-4 blockquote,
  .home-layout-4 .blockquote {
    padding: 15px 30px; } }

#tab-warranty {
  line-height: 26px; }

#product-reviews {
  border-top: none; }

#product-reviews .toggle-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  color: black;
  margin-bottom: 20px; }

#product-reviews #productReviews-content {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto; }

#product-reviews #productReviews-content #productReviews-list {
  margin: 0; }

#product-reviews #productReviews-content #productReviews-list .productReview {
  width: 100%;
  display: block;
  border: 1px solid #E9E9E9;
  padding: 30px;
  margin-bottom: 10px; }

#product-reviews #productReviews-content #productReviews-list .productReview .header-height {
  height: auto !important; }

#product-reviews #productReviews-content #productReviews-list .productReview .productReview-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  color: black;
  margin-bottom: 5px; }

#product-reviews #productReviews-content #productReviews-list .productReview .productReview-rating {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 15px;
  margin-bottom: 5px; }

#product-reviews #productReviews-content #productReviews-list .productReview .productReview-author {
  color: #969696;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px; }

#product-reviews #productReviews-content #productReviews-list .productReview .productReview-body {
  margin-bottom: 0;
  line-height: 26px;
  font-size: 16px;
  font-weight: 400; }

#product-reviews #productReviews-content #productReviews-list .productReview .productReview-body + p {
  margin-top: 1.5rem; }

.productViewBlock {
  border-top: 1px solid #f6f6f6;
  padding-top: 50px;
  margin-bottom: 80px; }

.home-layout-4 .productViewBlock {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: none; }

.home-layout-4 .productViewBlock#related-product {
  padding-top: 0; }

.productViewBlock .halo-heading {
  margin-bottom: 35px;
  text-transform: capitalize; }

.productViewBlock .productCarousel {
  padding-bottom: 40px; }

.home-layout-4 .productViewBlock .productCarousel {
  padding-bottom: 25px; }

.productViewBlock .productCarousel .slick-arrow {
  top: 35%; }

.haloPVService .haloPVService__top {
  margin-bottom: 50px;
  position: relative; }

.haloPVService .haloPVService__top .haloPVService__img {
  position: relative;
  display: block;
  overflow: hidden; }

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

.haloPVService .haloPVService__top .haloPVService__img:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 33.05084745762711%; }

.haloPVService .haloPVService__top .haloPVService__img.noImage + .haloPVService__content h5 {
  color: black; }

.haloPVService .haloPVService__top .haloPVService__img.noImage + .haloPVService__content p {
  color: black; }

.haloPVService .haloPVService__top .haloPVService__content {
  background-color: #f6f6f6;
  padding: 20px;
  text-align: center; }

.haloPVService .haloPVService__top .haloPVService__content .haloPVService__featured {
  margin-bottom: 15px; }

.haloPVService .haloPVService__top .haloPVService__content h5 {
  color: black;
  font-size: 26px;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 25px; }

.haloPVService .haloPVService__top .haloPVService__content p {
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px; }

.haloPVService .haloPVService__top .haloPVService__content .button {
  margin-top: 20px;
  min-width: 220px; }

.haloPVService .haloPVService__service {
  padding: 50px 0; }

.haloPVService .haloPVService__service .haloPVService__container {
  font-size: 0;
  margin: 0 -15px; }

.haloPVService .haloPVService__service .haloPVService__item {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin-bottom: 50px;
  padding: 0 15px;
  text-align: center; }

.haloPVService .haloPVService__service .haloPVService__item .haloPVService__itemImg {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 35px; }

.haloPVService .haloPVService__service .haloPVService__item .haloPVService__itemImg img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: auto;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  /* Object-fit polyfill */
  font-family: 'object-fit: contain;'; }

.haloPVService .haloPVService__service .haloPVService__item .haloPVService__itemImg:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 24.24242424242424%; }

.haloPVService .haloPVService__service .haloPVService__item .haloPVService__itemContent .haloPVService__itemTitle {
  color: black;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px; }

.haloPVService .haloPVService__service .haloPVService__item .haloPVService__itemContent p {
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 5px; }

.haloPVService .haloPVService__service .haloPVService__item .haloPVService__itemContent a {
  text-decoration: none;
  color: black;
  background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
  background-repeat: repeat-x;
  background-position-y: 0px; }

.haloPVService .haloPVService__service .haloPVService__item .haloPVService__itemContent a:hover {
  color: #c4390f;
  background-image: linear-gradient(transparent 96%, rgba(196, 57, 15, 0.6) 4%); }

.home-layout-4 .productView-options [data-cart-item-add] .form-action #form-action-addToCart {
  border: 1px solid white; }

.home-layout-4 .productView-options [data-cart-item-add] .form-action #form-action-addToCart:hover {
  border: 1px solid rgba(0, 0, 255, 0); }

@media (min-width: 1025px) {
  .haloPVService .haloPVService__top .haloPVService__content {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 15px 225px;
    max-width: 880px;
    background-color: transparent;
    max-height: 100%;
    overflow-y: auto; }
  .haloPVService .haloPVService__top .haloPVService__content::-webkit-scrollbar {
    width: 10px; }
  .haloPVService .haloPVService__top .haloPVService__content::-webkit-scrollbar-track {
    background: #EAEAEA; }
  .haloPVService .haloPVService__top .haloPVService__content::-webkit-scrollbar-thumb {
    background: #000000; }
  .haloPVService .haloPVService__top .haloPVService__content h5 {
    color: #ffffff;
    font-size: 50px; }
  .home-layout-4 .haloPVService .haloPVService__top .haloPVService__content h5 {
    font-size: 25px; }
  .haloPVService .haloPVService__top .haloPVService__content p {
    color: #ffffff; }
  .home-layout-2 .haloPVService .haloPVService__top .haloPVService__content h5 {
    color: #000000;
    font-family: "Jost", Arial, Helvetica, sans-serif; }
  .home-layout-2 .haloPVService .haloPVService__top .haloPVService__content p {
    color: #000000; }
  .home-layout-3 .haloPVService .haloPVService__top .haloPVService__content h5 {
    color: #000000;
    font-family: "Jost", Arial, Helvetica, sans-serif; }
  .home-layout-3 .haloPVService .haloPVService__top .haloPVService__content p {
    color: #000000; } }

@media (min-width: 1200px) {
  #modal-size-chart-form {
    overflow: initial; }
  #modal-size-chart-form .modal-header .modal-close {
    top: -3px;
    right: -35px; }
  #modal-size-chart-form .modal-header .modal-close:before,
  #modal-size-chart-form .modal-header .modal-close:after {
    background-color: #ffffff; }
  .productView-options [data-cart-item-add] .form-action {
    width: calc(50% - 30px);
    margin-right: 10px;
    float: left;
    margin-top: 0; }
  .productView-options [data-cart-item-add] .form-action #form-action-addToCart {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  .productView-options [data-wishlist-add] {
    float: left;
    width: calc(50% - 30px);
    margin-left: 10px;
    margin-bottom: 0;
    margin-top: 0; }
  .productView-options [data-wishlist-add].product-outOfStock {
    margin-left: 0; }
  .productView-options .productAttributes-message {
    margin-bottom: 20px; } }

@media (max-width: 1199px) {
  #modal-size-chart-form {
    width: calc(100% - 30px); }
  #modal-size-chart-form .modal-header {
    padding: 15px 20px; }
  #modal-size-chart-form .modal-body {
    padding: 30px 20px; }
  .productView-options .form-action {
    float: left;
    width: calc(100% - 40px);
    display: inline-block; }
  .productView-options .form-action[data-wishlist-add] {
    margin-bottom: 0; }
  .productView-options .productAttributes-message {
    margin-bottom: 1rem; }
  .shareLinkSocial .shareLinkSocial__button {
    height: 120px;
    line-height: 112px; }
  .shareLinkSocial.product-outOfStock .shareLinkSocial__button {
    height: 50px;
    line-height: 46px; }
  .des2col-item .des2colItem-content .des2colItem-title {
    font-size: 26px; } }

@media (max-width: 992px) {
  .des2col-item {
    display: block; }
  .des2col-item .des2colItem-img {
    display: block;
    width: 100%;
    text-align: left; }
  .des2col-item .des2colItem-content {
    display: block;
    width: 100%; } }

@media (max-width: 767px) {
  .shareLinkSocial .shareLinkSocial__button {
    height: 25px;
    line-height: 101px; } }

@media (max-width: 480px) {
  .shareLinkSocial .shareLinkSocial__popup {
    width: 280px; }
  .des2col-item .des2colItem-content {
    padding: 15px; } }

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

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

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

.compareTable-row {
  vertical-align: top; }

.compareTable-row + .compareTable-row .compareTable-heading,
.compareTable-row + .compareTable-row .compareTable-item {
  border-top: 1px solid #e6e6e6; }

.compareTable-row + .compareTable-row .compareTable-heading:empty {
  border-top: 0; }

.compareTable-heading {
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.25rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }

@media (min-width: 801px) {
  .compareTable-heading {
    width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.25rem;
  white-space: nowrap; }

@media (min-width: 801px) {
  .compareTable-headingText {
    position: inherit;
    top: inherit; } }

.compareTable-item {
  padding: 3.25rem 1rem 1.25rem; }

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

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

.compareTable-removeProduct .icon {
  fill: black;
  height: 1.5rem;
  margin-top: 0.5rem;
  width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.25rem; }

.compareTable-product .card {
  margin-bottom: 0; }

.compareTable-product .card-body {
  min-height: 6rem;
  padding-top: 1rem; }

.compareTable-product .card-figure {
  overflow: visible; }

.compareTable-action {
  padding: 0 1rem 1rem; }

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

.blocker {
  background: rgba(242, 227, 216, 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: #f2e3d8;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #e6e6e6;
  margin-bottom: 2.25rem; }

.toggle:last-of-type {
  margin-bottom: 4.5rem; }

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

.toggleLink {
  color: black; }

.toggleLink:hover {
  color: black; }

.toggle-title .toggleLink {
  float: right;
  line-height: 24px; }

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

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

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

.toggleLink-text--on {
  display: none; }

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

.toggle-content {
  display: none; }

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

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  border: #e6e6e6 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }

.facetedSearch-toggle:before,
.facetedSearch-toggle:after {
  content: " ";
  display: table; }

.facetedSearch-toggle:after {
  clear: both; }

@media (min-width: 801px) {
  .facetedSearch-toggle {
    display: none !important; } }

.facetedSearch-toggle.is-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0; }

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

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

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

.facetedSearch-navList {
  display: none; }

@media (min-width: 801px) {
  .facetedSearch-navList {
    display: block !important; } }

.facetedSearch-navList.is-open {
  display: block; }

.facetedSearch-navList.is-open .accordion--navList,
.facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.facetedSearch-toggle + .facetedSearch-navList,
.sidebarBlock + .facetedSearch-navList {
  margin-top: 2rem; }

.facetedSearch-toggle + .facetedSearch-navList.is-open,
.sidebarBlock + .facetedSearch-navList.is-open {
  margin-top: -1px; }

@media (min-width: 801px) {
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: 2rem; } }

.facetedSearch-navList .navList--inner {
  margin-left: 1.5rem; }

.facetedSearch-navList .navList .navList-item .navList-action {
  padding-left: 30px !important; }

.facetedSearch-navList .navList .navList-item .navList-action span {
  background-image: none !important; }

.facetedSearch-navList .accordion-content > .toggleLink .toggleLink-text {
  font-size: 15px;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .5s;
  line-height: 1.5; }

.facetedSearch-navList .accordion-content > .toggleLink:hover {
  color: #c4390f; }

.facetedSearch-navList .accordion-content > .toggleLink:hover span {
  background-size: 100% 1px; }

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

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

.facetedSearch-refineFilters {
  display: none; }

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

.facetedSearch-refineFilters .inlineList {
  margin-bottom: 10px; }

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

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

[data-page-type="category"] [data-banner-location="top"] {
  background: none; }

[data-page-type="category"] [data-banner-location="top"] .banner {
  max-width: 100%; }

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.1875rem 0.5rem 0.1875rem 0.6875rem;
  text-decoration: none; }

.facetLabel .icon {
  height: 0.75rem;
  width: 0.75rem;
  display: inline-block;
  fill: black;
  position: relative;
  top: -1px; }

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

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

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

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

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

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

.cart-additionalCheckoutButtons .CheckoutButton,
.previewCart-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }

.cart-additionalCheckoutButtons .CheckoutButton:first-child,
.previewCart-additionalCheckoutButtons .CheckoutButton:first-child {
  margin-top: 1.5rem; }

.cart-additionalCheckoutButtons .CheckoutButton:last-child,
.previewCart-additionalCheckoutButtons .CheckoutButton:last-child {
  margin-bottom: 1.5rem; }

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }

.cart-header {
  display: none; }

@media (min-width: 801px) {
  .cart-header {
    display: block;
    text-align: left;
    background-color: #f6f6f6;
    border-radius: 4px; } }

.cart-header > tr {
  display: block;
  font-size: 0; }

.cart-header-item {
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  color: black;
  display: inline-block; }

.cart-header-item.cart-header-items {
  width: 54%;
  padding-left: 30px; }

.cart-header-item.cart-header-price {
  width: 13%; }

.cart-header-item.cart-header-quantity {
  width: 13%; }

.cart-header-item.cart-header-total {
  width: 13%;
  text-align: right; }

.cart-header-item.cart-header-remove {
  width: 7%;
  text-align: center;
  padding-right: 30px;
  font-size: 0; }

.cart-list {
  display: block; }

@media (min-width: 801px) {
  .cart-list {
    display: block; } }

.cart-item {
  background-color: #f6f6f6;
  border: 1px solid #CCCCCC;
  clear: both;
  display: block;
  padding: 20px 0;
  border-radius: 4px;
  margin-top: 10px; }

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

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

@media (min-width: 551px) {
  .cart-item {
    padding-left: 25%; }
  .cart-item:before,
  .cart-item:after {
    content: " ";
    display: table; }
  .cart-item:after {
    clear: both; } }

@media (min-width: 801px) {
  .cart-item {
    display: inline-block;
    width: 100%;
    padding: 0; }
  .cart-item:before,
  .cart-item:after {
    display: none; } }

.cart-item-block {
  display: inline-block;
  padding: 30px 15px; }

@media (min-width: 801px) {
  .cart-item-block {
    display: table-cell; } }

.cart-item-block .definitionList {
  margin-bottom: 8px; }

.cart-item-block.cart-item-figure {
  width: 145px;
  padding: 30px 15px 30px 30px;
  vertical-align: top; }

.cart-item-block.cart-item-title {
  width: calc(54% - 145px);
  vertical-align: top; }

.cart-item-block.cart-item-price {
  width: 13%; }

.cart-item-block.cart-item-price .cart-item-value {
  font-weight: 700; }

.cart-item-block.cart-item-quantity {
  width: 13%;
  text-align: center; }

.cart-item-block.cart-item-total {
  width: 13%;
  text-align: right; }

.cart-item-block.cart-item-remove {
  width: 7%;
  padding-right: 30px; }

@media (max-width: 1199px) {
  .cart-header {
    display: none; }
  .cart-item {
    padding-left: 145px; }
  .cart-item-block {
    display: inline-block; }
  .cart-item-block.cart-item-figure {
    margin-left: -145px;
    float: left; }
  .cart-item-block.cart-item-title {
    display: block;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0; }
  .cart-item-block.cart-item-price {
    width: calc((100% - 65px) / 3);
    float: left;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 30px; }
  .cart-item-block.cart-item-quantity {
    width: calc((100% - 65px) / 3);
    float: left;
    text-align: left;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 30px; }
  .cart-item-block.cart-item-quantity .form-increment {
    margin-left: 0; }
  .cart-item-block.cart-item-total {
    width: calc((100% - 65px) / 3);
    float: left;
    text-align: left;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 30px; }
  .cart-item-block.cart-item-remove {
    width: 65px;
    float: left;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 30px; } }

@media (max-width: 800px) {
  .cart-item {
    padding-left: 110px; }
  .cart-item-block.cart-item-figure {
    width: 110px;
    padding: 0 10px 0 20px;
    margin-left: -110px; }
  .cart-item-block.cart-item-figure .cart-item-image {
    max-width: 80px; }
  .cart-item-block.cart-item-title {
    padding-left: 10px;
    padding-top: 0; }
  .cart-item-block.cart-item-title .definitionList:after {
    clear: none; } }

@media (max-width: 767px) {
  .cart-item-block.cart-item-price {
    display: block;
    width: 100%;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 15px; }
  .cart-item-block.cart-item-quantity {
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-bottom: 20px; }
  .cart-item-block.cart-item-total {
    width: calc(100% - 65px);
    padding-top: 0;
    padding-left: 15px;
    padding-bottom: 0; }
  .cart-item-block.cart-item-remove {
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0; } }

.cart-item-figure {
  float: left;
  text-align: center;
  margin-bottom: 1.5rem;
  width: 33.33333%;
  position: relative; }

@media (min-width: 551px) {
  .cart-item-figure {
    margin-bottom: 0;
    margin-left: -33.33333%;
    width: 33.33333%; } }

@media (min-width: 801px) {
  .cart-item-figure {
    float: none;
    width: 100px;
    padding: 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: 100px;
  width: 100%; }

@media (min-width: 801px) {
  .cart-item-image {
    margin-left: 0; } }

.cart-item-title {
  display: table-cell; }

@media (min-width: 551px) {
  .cart-item-title {
    display: block;
    height: auto;
    margin-bottom: 1.5rem;
    overflow: hidden; } }

@media (min-width: 801px) {
  .cart-item-title {
    display: table-cell; } }

.cart-item-info {
  clear: both;
  width: 100%;
  clear: none; }

@media (min-width: 551px) {
  .cart-item-info {
    clear: none;
    float: left;
    overflow: hidden;
    width: 33.33333%; }
  .cart-item-info + .cart-item-info {
    margin-top: 0; } }

@media (min-width: 801px) {
  .cart-item-info {
    float: none;
    width: 16.66667%; }
  .cart-item-info:last-child {
    text-align: right; } }

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

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 0.1875rem 1px 1.5rem;
  vertical-align: middle; }

@media (min-width: 801px) {
  .cart-item-quantity .form-increment {
    margin-left: 0; } }

.cart-item-label {
  color: black;
  padding-left: 0; }

@media (min-width: 551px) {
  .cart-item-label {
    display: none;
    text-align: left;
    width: 100%; } }

@media (min-width: 801px) {
  .cart-item-label {
    display: none; } }

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

.cart-item-brand {
  color: black;
  margin-bottom: 0.1875rem;
  display: none; }

.cart-item-name {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  display: inline-block; }

.cart-item-name__label {
  display: inline-block;
  text-decoration: none;
  font-family: "Jost", Arial, Helvetica, sans-serif; }

.cart-item-name + .definitionList {
  margin-top: 8px; }

.definitionList {
  color: #6e6e6e;
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

.definitionList .definitionList-key {
  color: #6e6e6e; }

.cart-item-options--giftWrapping {
  margin: 12px 0; }

.cart-item-options--giftWrapping .cart-item-option-title {
  display: inline-block;
  font-weight: 400;
  color: black;
  margin-bottom: 0; }

.cart-item-options--giftWrapping .cart-item-option-description {
  color: black;
  display: inline-block;
  margin-bottom: 0; }

.cart-item-options--giftWrapping .cart-item-option-description a {
  display: inline-block;
  color: #c4390f;
  text-decoration: none;
  background-image: linear-gradient(transparent 96%, rgba(196, 57, 15, 0.6) 4%);
  background-repeat: repeat-x;
  background-position-y: 0px; }

.cart-changeOption-btn {
  text-decoration: none; }

.cart-changeOption-btn .icon {
  fill: #202020;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle; }

.cart-changeOption-btn span {
  display: inline-block;
  vertical-align: middle;
  background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
  background-repeat: repeat-x;
  background-position-y: 0px; }

.cart-changeOption-btn:hover span {
  background-image: linear-gradient(transparent 96%, rgba(196, 57, 15, 0.6) 4%); }

.cart-remove {
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.5rem;
  transition: background-color 0.15s ease;
  width: 1.5rem;
  padding: 0;
  margin-right: -4px;
  margin-top: -3px; }

.cart-remove.cart-remove--spacer {
  visibility: hidden; }

.cart-remove > svg {
  width: 100%;
  height: 100%;
  fill: #808080;
  transition: .3s ease all; }

.cart-remove:hover svg {
  fill: #C4390F; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }

.cart-totals ul,
.cart-totals ol {
  list-style: none;
  margin-bottom: 0; }

@media (min-width: 551px) {
  .cart-totals {
    float: right;
    width: 75%; } }

@media (min-width: 801px) {
  .cart-totals {
    margin-bottom: 1rem;
    width: 58.33333%; } }

@media (min-width: 1261px) {
  .cart-totals {
    width: 41.66667%; } }

.cart-total {
  border-bottom: 0; }

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

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

.cart-total + .cart-total {
  border-top: 1px solid #CCCCCC; }

.cart-total .form-input {
  display: inline-block;
  height: 3.125rem;
  padding: 0 20px;
  vertical-align: top;
  width: 75%;
  border-color: #CCCCCC; }

.cart-total .form-input::-moz-placeholder {
  color: black; }

.cart-total .form-input::placeholder {
  color: black; }

.cart-total .form-input:-ms-input-placeholder {
  color: black; }

.cart-total .form-input::-ms-input-placeholder {
  color: black; }

.cart-total .form-select {
  background-position: right 0.3125rem center;
  background-size: 1.25rem 1.25rem;
  height: 3.125rem;
  margin-bottom: 0.75rem;
  padding: 0 20px;
  border-color: #CCCCCC; }

.cart-total .form-inlineMessage {
  text-align: left; }

.cart-total-label {
  color: black;
  width: 50%;
  display: block;
  padding-left: 0;
  text-align: left; }

.cart-total-label strong {
  font-weight: 600; }

.cart-total-value {
  text-align: right;
  width: 50%; }

.cart-total-value.cart-subtotal-value {
  font-weight: 700;
  color: black; }

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 1rem 0; }

.cart-total-grandTotal {
  font-size: 18px;
  padding: 1rem 0;
  position: relative;
  font-weight: 700;
  color: black; }

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

.coupon-code-add:hover,
.coupon-code-cancel:hover,
.shipping-estimate-show:hover,
.gift-certificate-add:hover,
.gift-certificate-cancel:hover {
  color: black; }

.coupon-code-cancel,
.shipping-estimate-show[aria-expanded="true"] {
  color: #c4390f; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 25px; }

.coupon-form:before,
.coupon-form:after,
.cart-gift-certificate-form:before,
.cart-gift-certificate-form:after {
  content: " ";
  display: table; }

.coupon-form:after,
.cart-gift-certificate-form:after {
  clear: both; }

.coupon-form .form-input,
.coupon-form .button,
.cart-gift-certificate-form .form-input,
.cart-gift-certificate-form .button {
  float: left; }

.coupon-form .form-input,
.cart-gift-certificate-form .form-input {
  width: 78%; }

.coupon-form .button,
.cart-gift-certificate-form .button {
  margin: 0 0 0 2%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 20%; }

.shipping-estimator,
.cart-form {
  display: inline-block;
  width: 100%;
  margin-top: 15px; }

.estimator-form {
  margin-bottom: 0; }

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

.estimator-form .button {
  width: 70%; }

.estimator-form > dl {
  margin-bottom: 15px; }

.shipping-quotes {
  margin-bottom: 15px; }

.shipping-quotes ul {
  margin-left: 0; }

.shipping-quotes .estimator-form-row {
  background-color: #fbf8e7;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 4px;
  color: #87724f; }

.shipping-quotes .estimator-form-row .estimator-form-label input {
  width: 14px;
  height: 14px; }

.shipping-quotes .estimator-form-row .estimator-form-input {
  margin-bottom: 0; }

.shipping-quotes .select-shipping-quote {
  width: 70%;
  border-color: #CCCCCC;
  text-transform: capitalize; }

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

.estimator-form-label .form-label {
  line-height: 3.125rem;
  margin-bottom: 0;
  font-weight: 500; }

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

.estimator-form-input {
  float: right;
  margin-bottom: 10px;
  width: 70%; }

.estimator-form-input .form-input,
.estimator-form-input .form-select {
  margin-bottom: 0; }

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

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

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

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

.cart-actions {
  clear: both; }

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

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

.cart-actions .button {
  display: block;
  margin-bottom: 0; }

@media (min-width: 551px) {
  .cart-actions .button {
    display: inline-block;
    float: right; } }

.cart-actions .button.button--primary {
  width: 100%;
  font-size: 18px;
  font-weight: 800;
  padding: 21px 20px 22px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); }

.home-layout-2 .cart-actions .button.button--primary {
  padding: 16px 20px 17px; }

@media (min-width: 1025px) {
  .home-layout-2 .cart-actions .button.button--primary:hover,
  .home-layout-2 .cart-actions .button.button--primary:active,
  .home-layout-2 .cart-actions .button.button--primary:focus {
    box-shadow: 0 0 0 0 black, inset 0 0 0 0 black; } }

.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: black;
  float: none !important;
  margin: 0 0 0.5rem 0;
  text-align: center; }

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

.cart-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }

.cart-additionalCheckoutButtons .CheckoutButton:first-child {
  margin-top: 1.5rem; }

.cart-additionalCheckoutButtons .CheckoutButton:last-child {
  margin-bottom: 0; }

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

.previewCartWrapper {
  padding-bottom: 80px; }

.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: 19px; }

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

.previewCartItem:after {
  clear: both; }

.previewCartItem + .previewCartItem {
  border-top: 1px solid #e6e6e6; }

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

.previewCartItem-image {
  padding: 0;
  text-align: left; }

.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: black;
  display: inline-block;
  font-size: 16px; }

.previewCartAction {
  width: 100%;
  display: inline-block;
  padding-top: 15px; }

.previewCartAction .button {
  margin: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%; }

.previewCartAction .button--tertiary {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #000000;
  transition: all 0.3s ease; }

.previewCartAction .button--tertiary:hover {
  color: #ffffff;
  background-color: #000000; }

.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-left: 0;
  padding-right: 5px; }

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

.previewCartAction-viewCart {
  padding-left: 5px;
  padding-right: 0; }

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

.cart-notification {
  text-align: center;
  margin-bottom: 25px; }

@media (min-width: 801px) {
  .cart-notification {
    margin-bottom: 45px; } }

.cart-notification .alertBox-column {
  display: inline-block;
  padding-right: 7px; }

.cart-notification .alertBox-message {
  max-width: calc(100% - 40px);
  width: auto;
  display: inline-block; }

.cart-notification .cart-count-down {
  font-weight: 600; }

[data-cart-page-title] {
  color: black;
  font-size: 36px;
  font-weight: 700;
  position: relative;
  padding: 0 70px; }

[data-cart-page-title] span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #787878;
  font-size: 16px;
  font-weight: 400;
  text-transform: initial;
  font-family: "Jost", Arial, Helvetica, sans-serif; }

.page-content.page-content--cart {
  padding-left: 0;
  padding-right: 0; }

.container--cart {
  max-width: 1400px;
  padding: 0 15px;
  display: block;
  margin: 0 auto; }

@media (min-width: 1280px) {
  .container--cart {
    max-width: 1520px;
    padding: 0 75px; } }

.cartContent--left .halo_securityImage {
  margin-top: 32px; }

[data-page-type="cart"] .haloRecommendedBlock {
  margin-top: 110px; }

@media (min-width: 1025px) {
  .cartContent {
    font-size: 0; }
  .cartContent--left {
    width: calc(100% - 385px);
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding-right: 15px; }
  .cartContent--right {
    width: 385px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background-color: #f6f6f6; }
  .cartContent--right .cart-totals {
    width: 100%; } }

@media (max-width: 1024px) {
  .cartContent--right {
    max-width: 370px;
    padding-left: 0;
    margin-right: auto; }
  .cartContent--right .cart-totals {
    width: 100%; } }

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

.address {
  display: inline-block;
  padding: 0 0.75rem;
  vertical-align: top;
  width: 100%; }

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

@media (min-width: 1261px) {
  .address {
    width: 33.33333%; } }

.panel--address {
  font-size: 15px;
  position: relative; }

.panel--address .panel-body {
  min-height: 15.625rem;
  padding: 1.5rem; }

@media (min-width: 551px) {
  .panel--address .panel-body {
    padding: 1.5rem 1.5rem 4.5rem; } }

.panel--address .form-actions {
  margin-bottom: -0.75rem;
  margin-top: 1.5rem;
  text-align: left; }

@media (min-width: 551px) {
  .panel--address .form-actions {
    bottom: 1.5rem;
    position: absolute;
    width: auto; } }

.panel--address .form-actions .button {
  margin-bottom: 0.75rem; }

.panel--address .form-actions .button + .button {
  margin-left: 0;
  margin-top: 0; }

@media (min-width: 551px) {
  .panel--address .form-actions .button + .button {
    margin-left: 0.375rem; } }

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

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

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

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

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

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }

.panel--newAddress:hover .address-title {
  color: #c4390f; }

.panel--newAddress .panel-body {
  background-color: transparent;
  border: 1px solid #e6e6e6;
  display: block; }

.panel--newAddress .address-title {
  margin-bottom: 0;
  transition: all 0.15s ease; }

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

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

.videoGallery-main {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
  margin-bottom: 1.875rem; }

.videoGallery-main.widescreen {
  padding-bottom: 56.34%; }

.videoGallery-main.vimeo {
  padding-top: 0; }

.videoGallery-main iframe,
.videoGallery-main object,
.videoGallery-main embed,
.videoGallery-main video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }

.videoGallery-list ul,
.videoGallery-list ol {
  list-style: none;
  margin-bottom: 0; }

.videoGallery-list:before,
.videoGallery-list:after {
  content: " ";
  display: table; }

.videoGallery-list:after {
  clear: both; }

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }

@media (min-width: 801px) {
  .videoGallery-item {
    width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.875rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }

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

.video:after {
  clear: both; }

.video-figure {
  float: left;
  margin-right: 0.75rem; }

.video-figure > img {
  display: block; }

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

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

.video-body:after {
  clear: both; }

@media (min-width: 801px) {
  .video {
    margin-bottom: 1.875rem; } }

.video:hover,
.video.is-active {
  color: #333333;
  opacity: 1; }

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

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

.video-description {
  font-size: 15px;
  margin-bottom: 0; }

.previewCart {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }

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

.previewCart:after {
  clear: both; }

@media (min-width: 801px) {
  .previewCart .productView {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 75%;
    float: left;
    display: flex;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0; }
  .previewCart .productView-image {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 58.33333%;
    float: left;
    display: flex;
    flex-direction: column; }
  .previewCart .productView-image--cart {
    align-self: flex-start;
    margin: 0 auto;
    width: 100%; }
  .previewCart .productView-details {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 41.66667%;
    float: left; } }

.previewCart .productView-title {
  margin-top: 0; }

.previewCartCheckout {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center; }

@media (min-width: 801px) {
  .previewCartCheckout {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 25%;
    float: right;
    padding: 1.5rem; } }

.previewCartCheckout .button {
  display: block;
  margin: 0;
  width: 100%; }

.previewCartCheckout .button + .button,
.previewCartCheckout .button + p {
  margin-top: 0.75rem; }

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

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

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

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }

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

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

.suggestiveCart {
  display: none;
  text-align: center; }

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

#sideBlock_cart {
  max-width: 480px; }

#sideBlock_cart .previewCart__header {
  padding-bottom: 5px; }

#sideBlock_cart .previewCart__header .previewCart__qty {
  color: #6e6e6e;
  margin-bottom: 0; }

#sideBlock_cart .previewCartList {
  display: block; }

#sideBlock_cart .previewCartList .previewCartItem {
  display: block;
  font-size: 0;
  padding: 30px 0; }

#sideBlock_cart .previewCartList .previewCartItem .previewCartItem-image {
  font-size: 16px;
  width: 100px;
  height: auto;
  display: inline-block;
  vertical-align: top; }

#sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content {
  font-size: 16px;
  width: calc(100% - 100px);
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  padding-right: 50px;
  position: relative; }

#sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-brand {
  color: #787878;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase; }

#sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name {
  margin-bottom: 8px;
  letter-spacing: 0;
  line-height: 1.2; }

#sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a {
  display: inline-block;
  position: relative;
  color: black;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s ease;
  text-decoration: none; }

#sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .5s;
  font-family: "Jost", Arial, Helvetica, sans-serif; }

#sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a:hover,
#sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a:active {
  color: #c4390f; }

#sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a:hover span,
#sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a:active span {
  background-size: 100% 1px; }

#sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name.card-ellipsis a {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */ }

#sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-option {
  color: #6e6e6e;
  margin-bottom: 13px; }

#sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-option .btn-editPreCart {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 10px;
  transition: all 0.3s ease; }

#sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-option .btn-editPreCart svg {
  fill: #6e6e6e;
  width: 14px;
  height: 14px; }

#sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-option .btn-editPreCart:hover svg,
#sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-option .btn-editPreCart:active svg {
  fill: #202020; }

#sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-price {
  color: black;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 10px; }

#sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-qty .form-label {
  display: inline-block;
  margin-right: 10px;
  font-weight: 500;
  line-height: 24px;
  color: #202020;
  vertical-align: middle;
  margin-bottom: 0; }

#sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-qty .form-increment {
  display: inline-block;
  vertical-align: middle; }

#sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 100%;
  padding: 0;
  background-color: transparent;
  transition: all 0.5s ease; }

#sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-remove svg {
  fill: #808080;
  width: 24px;
  height: 24px;
  transition: all 0.5s ease; }

#sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-remove:active {
  background-color: #F4F5F7; }

#sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-remove:active svg {
  fill: black; }

@media (max-width: 480px) {
  #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-image {
    width: 70px; }
  #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content {
    width: calc(100% - 70px);
    padding-left: 15px;
    padding-right: 0; }
  #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-qty .form-label {
    display: none; }
  #sideBlock_cart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-remove {
    width: 24px;
    height: 24px;
    top: auto;
    right: -4px;
    bottom: 13px; }
  #sideBlock_cart .previewCartAction .previewCartAction-checkout {
    width: 100%;
    padding-right: 0; }
  #sideBlock_cart .previewCartAction .previewCartAction-viewCart {
    width: 100%;
    padding-left: 0;
    margin-top: 15px; } }

.previewCartTotalsPrice {
  margin: 0;
  list-style: none;
  border-top: 1px solid #e6e6e6;
  padding-top: 15px; }

.previewCartTotalsPrice .previewCartTotals {
  font-size: 0; }

.previewCartTotalsPrice .previewCartTotals .previewCartTotals-label {
  font-size: 16px;
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding: 11px 0 12px; }

.previewCartTotalsPrice .previewCartTotals .previewCartTotals-value {
  font-size: 16px;
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  padding: 11px 0 12px; }

.previewCartTotalsPrice .previewCartTotals.subTotal .previewCartTotals-label {
  color: black;
  font-weight: 500; }

.previewCartTotalsPrice .previewCartTotals.subTotal .previewCartTotals-value {
  font-weight: 700; }

.previewCartTotalsPrice .previewCartTotals.grandTotal .previewCartTotals-label {
  font-size: 16px;
  color: black;
  font-weight: 600;
  text-transform: capitalize; }

.previewCartTotalsPrice .previewCartTotals.grandTotal .previewCartTotals-value {
  font-weight: 700;
  font-size: 16px; }

.modal--editOptions {
  width: 95%;
  max-width: 870px;
  overflow: unset; }

.modal--editOptions .modal-header {
  border-bottom: none;
  padding: 15px 40px; }

.modal--editOptions .modal-header .modal-header-title {
  font-size: 15px;
  font-weight: 700;
  color: black;
  text-align: left; }

.modal--editOptions .modal-header .btn-close {
  position: absolute;
  top: -2px;
  right: -42px; }

.modal--editOptions .modal-header .btn-close:before,
.modal--editOptions .modal-header .btn-close:after {
  background-color: #ffffff; }

.modal--editOptions .modal-body {
  padding: 0;
  overflow-y: hidden; }

.product-edit-wrapper {
  display: block;
  max-height: 53vh;
  overflow-y: auto; }

.product-edit-wrapper::-webkit-scrollbar {
  width: 5px; }

.product-edit-wrapper::-webkit-scrollbar-track {
  background: #EAEAEA; }

.product-edit-wrapper::-webkit-scrollbar-thumb {
  background: #000000; }

.product-edit-wrapper .product-edit-item {
  display: block;
  padding: 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.product-edit-itemFirst {
  padding-top: 20px; }

.product-edit-wrapper .product-edit-image {
  display: block;
  width: 100px;
  margin: 0 30px 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: #c4390f;
  width: 32px;
  height: 32px;
  padding: 7px; }

.product-edit-wrapper .product-edit-image .link .icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: white;
  stroke: white; }

.product-edit-wrapper .product-edit-content {
  display: block;
  width: calc(100% - 130px); }

.product-edit-wrapper .product-edit-content .product-edit-title {
  display: block;
  margin: -6px 0 7px 0; }

.product-edit-wrapper .product-edit-content .product-edit-title .subtitle {
  display: none;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #8a8a8a;
  border-bottom: 1px solid #8a8a8a; }

.product-edit-wrapper .product-edit-content .product-edit-title a {
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
  color: black;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  text-decoration: none;
  text-transform: capitalize; }

.product-edit-wrapper .product-edit-content .product-edit-variant {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: capitalize;
  color: #8a8a8a; }

.product-edit-wrapper .product-edit-content .product-edit-variant span {
  display: inline; }

.product-edit-wrapper .product-edit-content .product-edit-variant span + span {
  margin-left: 4px; }

.product-edit-wrapper .product-edit-content .product-edit-variant span + span:before {
  content: '/';
  margin: 0 4px 0 0; }

.product-edit-wrapper .product-edit-content .product-edit-price {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  margin: 2px 0 0 0;
  position: relative; }

.product-edit-wrapper .product-edit-content .product-edit-price .price-section {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: black; }

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

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

.product-edit-wrapper .product-edit-content .product-edit-price > p {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.75;
  letter-spacing: 0;
  color: black;
  margin-bottom: 0; }

.product-edit-wrapper .product-edit-content .product-edit-price .price-section--saving {
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  line-height: 28px;
  letter-spacing: 0;
  color: black;
  margin: 5px 0 0 0; }

.product-edit-wrapper .product-edit-content .product-edit-increment {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 18px 0 0 0;
  padding: 0;
  position: relative;
  font-size: 0;
  letter-spacing: 0; }

.product-edit-wrapper .product-edit-content .product-edit-increment .form-label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
  padding: 0;
  color: black;
  font-weight: 500; }

.product-edit-wrapper .product-edit-content .product-edit-increment .form-increment {
  display: inline-block;
  vertical-align: middle;
  font-style: normal; }

.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;
  line-height: inherit;
  margin: 0 0 0 3px;
  float: none; }

.product-edit-wrapper .product-edit-change .form-field > .form-label [data-option-value] {
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  line-height: 20px;
  letter-spacing: 0;
  color: black;
  text-transform: capitalize;
  margin: 0 0 0 8px; }

.product-edit-wrapper .product-edit-change .form-field + .form-field {
  margin-top: 20px; }

.product-edit-wrapper .product-edit-optionsStock {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  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: -6px; }

.product-edit-wrapper .product-edit-itemFirst .product-edit-content .product-edit-title .subtitle {
  display: inline-block;
  vertical-align: middle; }

@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: 20px;
    width: 50%; }
  .product-edit-wrapper .product-edit-item .product-edit-itemRight {
    width: 50%;
    margin-top: 0;
    padding-left: 20px; }
  .product-edit-wrapper .product-edit-image .link:hover {
    background-color: black; }
  .product-edit-wrapper .product-edit-image .link:hover .icon {
    fill: white; } }

.product-edit-action {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  background: #ffffff; }

.product-edit-action .product-add-more {
  margin: 16px 0 0 0;
  padding: 0 45px 16px 45px; }

.product-edit-action .product-add-more .link {
  font-size: 16px;
  font-weight: 400;
  text-transform: unset;
  letter-spacing: 0;
  position: relative;
  margin: 0;
  padding: 0 0 0 15px;
  color: #3385f6;
  transition: unset;
  text-decoration: none; }

.product-edit-action .product-add-more .link .text {
  line-height: 1.2;
  display: inline-block;
  border-bottom: 1px solid #3385f6; }

.product-edit-action .product-add-more .link:before {
  content: "";
  position: absolute;
  top: 11px;
  width: 11px;
  height: 1px;
  left: -5px;
  background-color: #3385f6; }

.product-edit-action .product-add-more .link:after {
  content: "";
  position: absolute;
  top: 6px;
  width: 1px;
  height: 11px;
  left: 0;
  background-color: #3385f6; }

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

.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: #c4390f;
    background-image: linear-gradient(transparent 97%, #c4390f 3%);
    background-repeat: repeat-x;
    background-position-y: 0; }
  .product-edit-action .product-add-more .link:hover:after,
  .product-edit-action .product-add-more .link:hover:before {
    background: #c4390f; } }

@media (max-width: 767px) {
  .modal--editOptions .modal-header {
    padding: 15px 20px; }
  .product-edit-wrapper .product-edit-item {
    padding: 20px; }
  .product-edit-wrapper .product-edit-item .product-edit-image {
    margin-right: 20px; }
  .product-edit-action .product-add-more {
    padding: 0 25px 16px 25px; } }

.halo-free-shipping-message {
  margin: 0 0 25px 0; }

.halo-free-shipping-message.animated-loading {
  min-height: 43px; }

.halo-free-shipping-message .progress-shipping {
  width: 100%;
  height: 14px;
  margin: 0 0 10px 0;
  background-color: #f4f5f7; }

.halo-free-shipping-message .progress-shipping .progress-meter {
  position: relative;
  display: block;
  height: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #ffffff;
  animation: 2s linear 0s infinite progress-bar-stripes;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px;
  transition: 0.9s linear;
  transition-property: width, background-color; }

.halo-free-shipping-message .progress-shipping.progress-shipping-49 .progress-meter {
  background-color: #c12f49; }

.halo-free-shipping-message .progress-shipping.progress-shipping-74 .progress-meter {
  background-color: #ffc206; }

.halo-free-shipping-message .progress-shipping.progress-shipping-99 .progress-meter {
  background-color: #4DD4C6; }

.halo-free-shipping-message .progress-shipping.progress-shipping-full .progress-meter {
  background-color: #0CCE6B; }

.halo-free-shipping-message .progress-shipping.progress-shipping-full + .shipping-message {
  color: #202020;
  font-weight: 500; }

.halo-free-shipping-message .shipping-message {
  font-size: 16px;
  font-weight: 400;
  min-height: 19px;
  color: #6e6e6e;
  display: block;
  margin: 0; }

#cart-preview-dropdown .halo-free-shipping-message .shipping-message {
  font-size: 14px; }

#cart-preview-dropdown .halo-free-shipping-message {
  margin: 25px 0 0 0; }

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

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #999999;
  color: #333333;
  left: 1.125rem;
  padding: 1rem 1.3125rem;
  position: fixed;
  top: 1.125rem;
  width: 24rem;
  z-index: 500; }

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

.maintenanceNotice a {
  color: #333333; }

.maintenanceNotice-header {
  font-family: "Playfair Display";
  margin: 0 0 0.75rem; }

body.hasAdminBar {
  padding-top: 55px; }

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

body.hasAdminBar .navPages-container.is-open {
  padding-top: 55px; }

.adminBar {
  display: none;
  background-color: white;
  box-shadow: 0 0.125rem 0.4375rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }

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

.adminBar .svg-icon {
  display: inline-flex;
  align-self: center; }

.adminBar .svg-icon svg {
  height: 1em;
  width: 1em; }

.adminBar .svg-icon.svg-baseline svg {
  top: .125em;
  position: relative; }

.adminBar-logo {
  float: left;
  height: 46px;
  width: 45px; }

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

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between; }

.adminBar-content a {
  color: #3E67F8;
  text-decoration: none; }

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

.adminBar-private {
  margin-right: auto;
  text-align: left;
  /* Tooltip container */
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */ }

.adminBar-private a {
  padding: 10px; }

.adminBar-private span {
  white-space: nowrap; }

.adminBar-private .tooltip {
  position: relative;
  display: inline-block; }

.adminBar-private .tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #313440;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1; }

.adminBar-private .tooltip-bottom {
  top: 135%;
  left: 50%;
  margin-left: -60px; }

.adminBar-private .tooltip:hover .tooltiptext {
  visibility: visible; }

.adminBar-links {
  margin-left: auto;
  text-align: right;
  padding-right: 5px; }

.adminBar-links a {
  padding: 10px; }

.adminBar-links span {
  white-space: nowrap; }

.adminBar-large {
  display: none; }

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

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

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

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

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

.cookieMessage {
  background: #e5e5e5;
  color: #333333;
  display: none; }

.cookieMessage .button {
  width: 100%; }

@media (min-width: 801px) {
  .cookieMessage .button {
    vertical-align: middle;
    width: 25%; } }

@media (min-width: 1261px) {
  .cookieMessage .button {
    vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }

@media (min-width: 801px) {
  .cookieMessage-container {
    width: 83.33333%; } }

@media (min-width: 1261px) {
  .cookieMessage-container {
    width: 58.33333%; } }

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

@media (max-width: 404px) {
  #consent-manager .css-rehje9 button {
    display: inline-block;
    float: left; }
  #consent-manager .css-rehje9 button:nth-child(1) {
    width: calc(50% - 4px);
    margin-right: 4px; }
  #consent-manager .css-rehje9 button:nth-child(2) {
    width: calc(50% - 4px);
    margin-left: 4px; }
  #consent-manager .css-rehje9 button:nth-child(3) {
    display: block;
    margin-top: 8px;
    margin-left: 0;
    width: 100%; } }

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

.login .form-label {
  color: black;
  font-weight: 500; }

.login .form-input {
  height: 50px;
  border-color: #CCCCCC; }

.login .form-actions {
  text-align: left; }

.login .form-actions .button {
  min-width: 170px;
  display: inline-block;
  vertical-align: middle; }

.login .form-actions .forgot-password {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  color: #c4390f;
  background-image: linear-gradient(transparent 96%, rgba(196, 57, 15, 0.6) 4%);
  background-repeat: repeat-x;
  background-position-y: 0px;
  text-decoration: none;
  margin-left: 25px; }

.login-row {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  max-width: 100%;
  font-size: 0; }

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

.login-row:after {
  clear: both; }

@media (min-width: 801px) {
  .login-row {
    margin-top: 4.5rem; } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 50px;
  font-size: 16px; }

@media (min-width: 768px) {
  .login-form {
    width: 50%;
    padding-left: 0;
    padding-right: 70px;
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-bottom: 0; } }

@media (max-width: 1199px) and (min-width: 768px) {
  .login-form {
    padding-right: 15px; } }

.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px; }

@media (min-width: 768px) {
  .new-customer {
    width: 50%;
    padding-left: 70px;
    padding-right: 0;
    display: inline-block;
    vertical-align: middle;
    float: none; } }

.new-customer .panel {
  background-color: #ffffff;
  box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px; }

.new-customer .panel .panel-header {
  background-color: transparent;
  padding: 95px 100px 0 100px; }

.new-customer .panel .panel-header .panel-title {
  color: black;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px; }

.new-customer .panel .panel-body {
  background-color: transparent;
  padding: 0 100px 100px 100px;
  margin-bottom: 0; }

.new-customer .panel .panel-body .new-customer-intro {
  color: black;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px; }

.new-customer .panel .panel-body .new-customer-fact-list {
  margin-left: 17px;
  margin-bottom: 35px; }

.new-customer .panel .panel-body .new-customer-fact-list .new-customer-fact {
  padding: 9px 0 9px 3px;
  color: black;
  font-size: 16px;
  font-weight: 400; }

.new-customer .panel .panel-body .button {
  width: 100%;
  max-width: 271px;
  margin-bottom: 0; }

@media (max-width: 1199px) and (min-width: 768px) {
  .new-customer {
    padding-left: 15px; }
  .new-customer .panel .panel-header {
    padding: 30px 30px 0 30px; }
  .new-customer .panel .panel-body {
    padding: 0 30px 30px 30px; } }

@media (max-width: 767px) {
  .new-customer .panel .panel-header {
    padding: 20px 20px 0 20px; }
  .new-customer .panel .panel-body {
    padding: 0 20px 20px 20px; } }

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

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

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

.search-suggestion {
  margin-bottom: 2rem; }

.search-suggestion > :last-child {
  margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

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

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

.quickSearchResults {
  margin-top: 0; }

.quickSearchResults .modal-close {
  display: none; }

@media (min-width: 801px) {
  .quickSearchResults .modal-close {
    display: block; } }

.quickSearchResults > .productGrid {
  padding-top: 0; }

.advancedSearch-separator {
  display: none; }

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

.search-price-range label {
  display: inline; }

.search-price-range label input {
  display: block;
  padding-left: 1.5rem; }

@media (min-width: 551px) {
  .search-price-range label input {
    display: inline;
    width: 6rem; } }

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

.category-suggestion-list {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  list-style-type: none; }

.category-suggestion-list:before,
.category-suggestion-list:after {
  content: " ";
  display: table; }

.category-suggestion-list:after {
  clear: both; }

.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 15px;
  line-height: 1.8; }

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

.quickSearchMessage {
  font-size: 18px;
  margin: 1.5rem 0 0;
  text-align: center; }

@media (max-width: 767px) {
  .quickSearchMessage {
    margin-top: 0; } }

.search-nav {
  position: relative; }

.search-nav .navBar-section {
  font-size: 0; }

.search-nav .navBar-section .navBar-item {
  margin: 0;
  padding-left: 0;
  border: 1px solid #CCCCCC; }

.search-nav .navBar-section .navBar-item > a {
  display: inline-block;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: black; }

.search-nav .navBar-section .navBar-item > a .toggleLink-text {
  font-size: 15px;
  font-weight: 500; }

.search-nav .navBar-section .navBar-item > a.is-open,
.search-nav .navBar-section .navBar-item > a.navBar-action-color--active {
  background-color: #f6f6f6; }

.search-nav .navBar-section .navBar-item + .navBar-item {
  border-left: none; }

.search-nav .navBar-section .navBar-item:first-child {
  border-radius: 4px 0 0 4px; }

.search-nav .navBar-section .navBar-item:last-child {
  border-radius: 0 4px 4px 0; }

@media (max-width: 800px) {
  .search-nav {
    margin-bottom: 30px; }
  .search-nav .navBar-section .navBar-item {
    border-radius: 4px; }
  .search-nav .navBar-section .navBar-item a {
    display: block; }
  .search-nav .navBar-section .navBar-item + .navBar-item {
    margin-top: 10px;
    border-left: 1px solid #CCCCCC; }
  .search-nav .navBar-section .navBar-item:first-child {
    border-radius: 4px; }
  .search-nav .navBar-section .navBar-item:last-child {
    border-radius: 4px; } }

.navBar--account {
  display: none; }

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

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

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

.account-listItem {
  border-bottom: 1px solid #e6e6e6;
  padding: 1.5rem 0;
  position: relative; }

.account-listItem img {
  width: 100%; }

.account-listItem .account-product-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

@media (min-width: 1200px) {
  .account-listItem {
    padding: 45px 0; } }

.account-listShipping {
  border-bottom: 1px solid #e6e6e6;
  font-weight: 700;
  padding: 2rem 0; }

.account-listShipping .account-listShipping-title {
  margin: 0;
  text-transform: inherit; }

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

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

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

.account-product-figure > img {
  display: block; }

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

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

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

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 20px 0 0;
  position: relative;
  width: 100px; }

@media (min-width: 768px) {
  .account-product-figure {
    margin: 0 30px 0 0; } }

.account-product-figure:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 111%; }

.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-bottom: 3.5rem;
  position: relative; }

@media (min-width: 551px) {
  .account-product-body {
    padding-bottom: 0; } }

.account-product-body .definitionList {
  font-size: 15px;
  margin-bottom: 0; }

.account-product-title {
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
  margin: 0 0 0.1875rem;
  text-transform: uppercase;
  margin-bottom: 5px; }

.account-product-title > a {
  text-decoration: none; }

.account-product-title + .definitionList {
  margin-top: 0.75rem; }

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

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

.account-product-description {
  color: #232323;
  margin-bottom: 32px;
  line-height: 2.35; }

.account-product-description span {
  font-weight: 700; }

.account-product-description + .definitionList {
  margin: -1.375rem 0 1.5rem; }

.account-product-refundQty {
  color: #999999;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }

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

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

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 551px) {
  .account-product-detail {
    width: 33.33333%; } }

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

.account-product-detail + .account-product-detail {
  margin-top: 1rem; }

@media (min-width: 551px) {
  .account-product-detail + .account-product-detail {
    margin-top: 0; } }

@media (min-width: 551px) {
  .account-product-detail + .account-product-detail--full {
    margin-top: 1.5rem; } }

.account-product-detail span {
  display: block;
  font-style: italic; }

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

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

.account-product-detail-heading {
  color: #232323;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  margin: 0 0 15px;
  text-transform: capitalize;
  background-image: linear-gradient(transparent 96%, rgba(35, 35, 35, 0.6) 4%);
  background-repeat: repeat-x;
  background-position-y: 0px;
  display: inline-block; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }

.account-product--alignMiddle .account-product-checkItem {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  width: 2rem; }

@media (min-width: 1261px) {
  .account-product--alignMiddle .account-product-checkItem {
    left: -2.5rem; } }

.account-product--alignMiddle .account-product-checkItem .form-label {
  height: 1.5rem;
  margin: 0;
  padding: 0;
  width: 1.5rem; }

.account-product--alignMiddle .account-product-figure,
.account-product--alignMiddle .account-product-body {
  display: table-cell; }

.account-product--alignMiddle .account-product-figure {
  float: none;
  margin-right: 0; }

@media (min-width: 1261px) {
  .account-product--alignMiddle .account-product-figure {
    left: -2rem; } }

.account-product--alignMiddle .account-product-body {
  padding-left: 2rem;
  vertical-align: middle; }

@media (min-width: 1261px) {
  .account-product--alignMiddle .account-product-body {
    padding-left: 0; } }

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

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

.account-orderTotal-key {
  color: black;
  float: left;
  font-weight: 400; }

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

.account-orderTotal-value {
  border-bottom: 1px solid #e6e6e6;
  text-align: right; }

.account-orderTotal-value:last-child {
  border-bottom: 0;
  font-size: 20px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }

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

.account-orderStatus-label {
  background-color: #5a5a5a;
  color: white;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 0.375rem;
  padding: 0.1875rem 0.5rem;
  text-transform: capitalize;
  font-style: italic; }

.account-orderStatus-action {
  color: black;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.75rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }

@media (min-width: 551px) {
  .account-orderStatus-action {
    display: block;
    margin-left: 0; } }

.account-orderStatus-action:hover {
  color: black; }

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

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

.account-sidebar-block {
  font-size: 15px; }

.account-sidebar-block + .account-sidebar-block {
  margin-top: 3rem; }

.account-sidebar-block .account-heading {
  margin-bottom: 1.5rem; }

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

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

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

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

.account-downloads-summary {
  border-bottom: 1px solid #e6e6e6;
  font-size: 15px;
  padding-bottom: 1.5rem; }

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

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

.account-downloadsItem {
  margin-bottom: 1.5rem; }

.account-downloadsItem > :first-child {
  margin-top: 0; }

.account-downloadsItem > :last-child {
  margin-bottom: 0; }

.account-downloadsItem-title {
  color: black;
  font-size: 15px;
  margin-bottom: 0.1875rem;
  text-transform: inherit; }

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

.account-downloadsItem-availability {
  color: black; }

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

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

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

.wishlist-form {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 34.375rem; }

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

.wishlist-form:after {
  clear: both; }

.wishlist-form .form-field {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 40.625rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #7a6f6f; }

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

.rating--small {
  display: inline-block; }

.rating--small .icon {
  height: 0.875rem;
  width: 0.875rem; }

.home-layout-3 .rating--small .icon {
  height: 0.9375rem;
  width: 0.9375rem;
  margin-right: 2px; }

.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: 0;
  text-transform: none;
  width: 100%;
  margin: 0 0 0.75rem; }

.paymentMethodsGrid {
  margin: -0.75rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap; }

.paymentMethodsGrid-item {
  padding: 0.75rem;
  width: 100%; }

@media (min-width: 551px) {
  .paymentMethodsGrid-item {
    width: 50%; } }

.paymentMethod {
  border: 1px solid #e6e6e6;
  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: #ffffff; }

.paymentMethod-row:last-child {
  margin-top: auto; }

.paymentMethod-row:only-child {
  height: 100%; }

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

.methodHeader {
  justify-content: space-between;
  display: flex;
  flex-flow: row;
  align-items: center; }

.methodHeader-icon {
  margin-right: 0.75rem;
  width: 1.75rem; }

@media (min-width: 1261px) {
  .methodHeader-icon {
    width: 2.625rem; } }

.methodHeader-title {
  font-size: 13px;
  font-weight: 600; }

@media (min-width: 1261px) {
  .methodHeader-title {
    font-size: 15px; } }

.methodHeader-brand {
  font-size: 13px;
  font-weight: 600; }

@media (min-width: 1261px) {
  .methodHeader-brand {
    font-size: 15px; } }

.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: 15px;
  text-transform: capitalize; }

.methodDetails {
  margin: 0;
  display: flex; }

.methodDetails-label {
  flex: 1;
  font-weight: 600; }

.methodDetails-description {
  flex: 2;
  font-size: 13px; }

.newPaymentMethod {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;
  min-height: 11.625rem;
  height: 100%; }

.newPaymentMethod-icon {
  font-size: 50px;
  line-height: 1;
  margin: auto 0 0.75rem; }

.newPaymentMethod-title {
  margin: 0 auto auto;
  text-align: center; }

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

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

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

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

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

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

.paymentMethodForm-inputs {
  position: relative; }

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

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.5625rem;
  top: 2.4375rem; }

.paymentMethodForm-inputs-icon.icon {
  fill: #999999;
  height: 1.3125rem;
  width: 1.3125rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }

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

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

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

[data-page-type="category"] .body {
  margin-top: 0; }

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

.categoryHeader__container {
  margin-bottom: 30px; }

.categoryHeader {
  margin-top: 30px;
  margin-bottom: 15px; }

.categoryHeader .breadcrumb > .breadcrumb-label {
  color: black; }

.categoryHeader .breadcrumb > .breadcrumb-label span {
  background: none; }

.categoryHeader .breadcrumb > .breadcrumb-label:hover {
  color: #c4390f; }

.categoryHeader .breadcrumb.is-active > .breadcrumb-label {
  color: #c4390f; }

@media (min-width: 1025px) {
  .categoryHeader {
    margin-bottom: 50px; }
  .categoryHeader .categoryHeader__content {
    max-width: 690px; } }

.categoryHeader .categoryHeader__content {
  display: block;
  margin: 0 auto;
  text-align: center; }

.categoryHeader .categoryHeader__content .breadcrumbs {
  margin-bottom: 10px; }

.categoryHeader .categoryHeader__content .page-heading {
  color: black;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px; }

.categoryHeader .categoryHeader__content .categoryHeader__des {
  line-height: 26px; }

@media (max-width: 767px) {
  .categoryHeader .categoryHeader__content .page-heading {
    font-size: 26px; } }

.categoryHeader--img {
  margin-top: 0; }

.categoryHeader--img .categoryHeader__content {
  padding: 20px;
  background-color: #f6f6f6; }

@media (min-width: 1025px) {
  .categoryHeader--img {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 0; }
  .categoryHeader--img .categoryHeader__content {
    padding: 30px 15px;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    overflow-y: auto;
    background-color: transparent; }
  .categoryHeader--img .categoryHeader__content::-webkit-scrollbar {
    width: 10px; }
  .categoryHeader--img .categoryHeader__content::-webkit-scrollbar-track {
    background: #EAEAEA; }
  .categoryHeader--img .categoryHeader__content::-webkit-scrollbar-thumb {
    background: #000000; } }

.categoryHeader--img .categoryHeader__img {
  position: relative;
  display: block; }

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

.categoryHeader--img .categoryHeader__img:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 26.55367231638418%; }

.haloSubCategories {
  background-color: #f6f6f6;
  padding: 55px 0 35px; }

.haloSubCategories .haloSubCategories__container {
  font-size: 0; }

.haloSubCategories .haloSubCategories__carousel {
  padding: 0 15px; }

.haloSubCategories .haloSubCategories__carousel .haloSubCategories__item {
  font-size: 16px;
  width: 20%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 20px; }

.haloSubCategories .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__img {
  margin-bottom: 25px; }

.haloSubCategories .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__img > a {
  position: relative;
  display: block;
  overflow: hidden; }

.haloSubCategories .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__img > a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: auto;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  /* Object-fit polyfill */
  font-family: 'object-fit: contain;'; }

.haloSubCategories .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__img > a:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 61.7283950617284%; }

.haloSubCategories .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__content {
  padding: 0 20px; }

.haloSubCategories .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__content .haloSubCategories__name {
  font-size: 20px;
  font-weight: 700;
  color: black;
  text-decoration: none;
  margin-bottom: 5px;
  display: block; }

.haloSubCategories .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__content .haloSubCategories__count {
  line-height: 26px; }

.haloSubCategories .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__content .haloSubCategories__des {
  line-height: 26px;
  margin-top: 10px; }

.haloSubCategories .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__content .haloSubCategories__des p:last-child {
  margin-bottom: 0; }

.haloSubCategories .haloSubCategories__carousel.slick-slider .slick-prev {
  left: 0; }

.haloSubCategories .haloSubCategories__carousel.slick-slider .slick-next {
  right: 0; }

.haloSubCategories .haloSubCategories__carousel:not(.slick-initialized) .haloSubCategories__item:nth-child(n+6) {
  display: none; }

.haloSubCategories .halo-comingSoon {
  background-color: #ffffff; }

@media (max-width: 1199px) {
  .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item {
    width: 25%; }
  .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item:not(.slick-initialized) .haloSubCategories__item:nth-child(n+5) {
    display: none; }
  .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item .haloSubCategories__content {
    padding: 0 5px; } }

@media (max-width: 992px) {
  .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item {
    width: 33.33334%; }
  .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item:not(.slick-initialized) .haloSubCategories__item:nth-child(n+4) {
    display: none; } }

@media (max-width: 767px) {
  .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item {
    width: 50%; }
  .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item:not(.slick-initialized) .haloSubCategories__item:nth-child(n+3) {
    display: none; } }

@media (max-width: 480px) {
  .haloSubCategories .haloSubCategories__carousel {
    padding: 0; }
  .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item {
    width: 100%; }
  .haloSubCategories .haloSubCategories__carousel .haloSubCategories__item:not(.slick-initialized) .haloSubCategories__item:nth-child(n+2) {
    display: none; } }

.category__showMoreBtn {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.category__showMoreBtn.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.category__showMoreBtn a {
  margin-bottom: 0;
  min-width: 248px; }

.category__showMoreBtn a.btn-loading {
  font-size: 0;
  position: relative;
  pointer-events: none; }

.category__showMoreBtn a.disable {
  pointer-events: none;
  color: #ffffff;
  border-color: #CCCCCC;
  background-color: #CCCCCC; }

.halo-category-toolbar {
  font-size: 0;
  padding: 20px 0 45px; }

.halo-category-toolbar .column-left {
  font-size: 16px;
  width: 160px;
  display: inline-block;
  vertical-align: middle;
  text-align: left; }

.halo-category-toolbar .column-left .sidebar-label {
  display: inline-block; }

.halo-category-toolbar .column-left .sidebar-label a {
  display: inline-block;
  text-decoration: none; }

.halo-category-toolbar .column-left .sidebar-label .icon-filter {
  display: inline-block;
  vertical-align: middle; }

.halo-category-toolbar .column-left .sidebar-label .icon-filter svg {
  width: 23px;
  height: 23px;
  fill: black; }

.halo-category-toolbar .column-left .sidebar-label .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; }

.halo-category-toolbar .column-left .sidebar-label .sidebar_more:hover {
  color: #c4390f; }

.halo-category-toolbar .column-right {
  width: calc(100% - 160px);
  display: inline-block;
  vertical-align: middle;
  text-align: right; }

.halo-category-toolbar .column-right .view-as-btn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px; }

.halo-category-toolbar .column-right .view-as-btn .form-label {
  font-size: 16px;
  color: black;
  font-weight: 600;
  margin-bottom: 0; }

.halo-category-toolbar .column-right .actionBar {
  display: inline-block;
  vertical-align: middle;
  margin: 0; }

.halo-category-toolbar .column-right .actionBar + .actionBar {
  margin-left: 30px; }

.halo-category-toolbar .column-right .actionBar .form-field {
  margin-bottom: 0;
  border: none;
  font-size: 0; }

.halo-category-toolbar .column-right .actionBar .form-field .form-label {
  font-size: 16px;
  color: black;
  font-weight: 600;
  margin-right: 15px;
  padding-left: 0; }

.halo-category-toolbar .column-right .actionBar .form-field .form-select {
  border: 1px solid #CCCCCC;
  padding: 10px 30px 10px 15px;
  height: 50px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: center right;
  background-size: 30px;
  font-size: 16px;
  color: black;
  min-width: 190px; }

@media (max-width: 991px) {
  .halo-category-toolbar .column-right .actionBar .form-field .form-label {
    display: none; } }

@media (max-width: 767px) {
  .halo-category-toolbar {
    padding: 0 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0; }
  .halo-category-toolbar .column-left {
    width: 40px; }
  .halo-category-toolbar .column-left .sidebar-label {
    width: 40px;
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 4px; }
  .halo-category-toolbar .column-left .sidebar-label .icon-filter svg {
    padding: 8.5px;
    width: 40px;
    height: 40px; }
  .halo-category-toolbar .column-left .sidebar-label .sidebar_more {
    display: none; }
  .halo-category-toolbar .column-right {
    width: calc(100% - 40px);
    display: flex;
    justify-content: flex-end;
    font-size: 0; }
  .halo-category-toolbar .column-right .view-as-btn {
    width: 80px;
    margin-right: 0;
    display: flex;
    justify-content: flex-end;
    margin-left: 10px; }
  .halo-category-toolbar .column-right .view-as-btn .btn-group .btn-select {
    white-space: nowrap; }
  .halo-category-toolbar .column-right .view-as-btn .btn-group .btn-select > .btn-view {
    border: 1px solid #CCCCCC;
    border-radius: 4px 0 0 4px;
    min-width: 40px;
    padding: 9px 5px; }
  .halo-category-toolbar .column-right .view-as-btn .btn-group .btn-select > .btn-view + .btn-view {
    border-left: none;
    border-radius: 0 4px 4px 0; }
  .halo-category-toolbar .column-right .actionBar {
    display: flex;
    justify-content: flex-end; }
  .halo-category-toolbar .column-right .actionBar .form-field {
    display: block; }
  .halo-category-toolbar .column-right .actionBar .form-field .form-select {
    width: 100%;
    min-width: 40px;
    height: 40px; }
  .halo-category-toolbar .column-right .actionBar + .actionBar {
    margin-left: 10px; }
  .halo-category-toolbar .column-right .actionBar.show-product {
    display: none; } }

.view-as-btn {
  display: flex;
  align-items: center;
  flex-wrap: nowrap; }

.view-as-btn label {
  display: inline-block;
  margin: 0 15px 0 0;
  vertical-align: middle;
  display: none; }

.view-as-btn .btn-group {
  display: inline-block;
  font-size: 0;
  position: relative;
  vertical-align: middle; }

.view-as-btn .btn-group .btn-view {
  display: inline-block;
  background: #fff;
  font-size: 0;
  text-align: center;
  padding: 14px 5px;
  min-width: 45px;
  height: auto; }

.view-as-btn .btn-group .btn-view > .icon-view {
  width: 6px;
  height: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: inline-block;
  vertical-align: middle; }

.view-as-btn .btn-group .btn-view > .icon-view + .icon-view {
  margin-left: 1px; }

.view-as-btn .btn-group .btn-view:hover:not(.current-view) .icon-bar {
  background-color: #000000; }

.view-as-btn .btn-group .btn-view .icon-bar {
  width: 6px;
  height: 6px;
  background: #d4d4d4;
  transition: all .15s ease; }

.view-as-btn .btn-group .btn-view.grid-view .icon-bar {
  position: relative; }

.view-as-btn .btn-group .btn-view.grid-view .icon-bar:before,
.view-as-btn .btn-group .btn-view.grid-view .icon-bar:after {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  content: '';
  transition: all .15s ease;
  background: #d4d4d4; }

.view-as-btn .btn-group .btn-view.grid-view .icon-bar:before {
  top: -7px; }

.view-as-btn .btn-group .btn-view.grid-view .icon-bar:after {
  bottom: -7px; }

.view-as-btn .btn-group .btn-view.grid-view:hover:not(.current-view) .icon-bar {
  background: #000000; }

.view-as-btn .btn-group .btn-view.grid-view:hover:not(.current-view) .icon-bar:before,
.view-as-btn .btn-group .btn-view.grid-view:hover:not(.current-view) .icon-bar:after {
  background: #000000; }

.view-as-btn .btn-group .btn-view.grid-view.current-view .icon-bar:before,
.view-as-btn .btn-group .btn-view.grid-view.current-view .icon-bar:after {
  background: #000000; }

.view-as-btn .btn-group .btn-view#list-view > div {
  padding-top: 0;
  width: 20px; }

.view-as-btn .btn-group .btn-view#list-view .icon-bar {
  width: 20px; }

.view-as-btn .btn-group .btn-view#list-view .icon-bar + .icon-bar {
  margin: 1px 0 0; }

.view-as-btn .btn-group .btn-view.current-view .icon-bar {
  background: black; }

.view-as-btn .btn-select {
  display: inline-block; }

.view-as-btn .btn-dropdown {
  margin-top: 5px;
  background: #f2e3d8;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  z-index: 1;
  min-width: 43px; }

@media (min-width: 551px) {
  .view-as-btn .btn-dropdown {
    min-width: 78px; } }

@media (min-width: 1261px) {
  .view-as-btn .btn-dropdown {
    min-width: 120px; } }

@media (min-width: 1600px) {
  .view-as-btn .btn-dropdown {
    min-width: 169px; } }

@media (min-width: 1920px) {
  .view-as-btn .btn-dropdown {
    min-width: 225px; } }

.view-as-btn .btn-dropdown.is-open {
  display: block; }

.view-as-btn .btn-dropdown .btn-view {
  border: none;
  padding-left: 0;
  padding-right: 0;
  min-width: 0; }

.view-as-btn .btn-dropdown .btn-view + .btn-view {
  margin-left: 15px; }

.view-as-btn .btn-dropdown .btn-view.grid-view:not(.current-view) .icon-bar {
  background: #c4c4ce; }

.view-as-btn .btn-dropdown .btn-view.grid-view:not(.current-view) .icon-bar:before,
.view-as-btn .btn-dropdown .btn-view.grid-view:not(.current-view) .icon-bar:after {
  background: #c4c4ce; }

.view-as-btn .btn-dropdown .grid-view3,
.view-as-btn .btn-dropdown .grid-view4,
.view-as-btn .btn-dropdown .grid-view5,
.view-as-btn .btn-dropdown .grid-view6 {
  display: none; }

@media (min-width: 551px) {
  .view-as-btn .btn-dropdown .grid-view3 {
    display: inline-block; } }

@media (min-width: 1261px) {
  .view-as-btn .btn-dropdown .grid-view4 {
    display: inline-block; } }

@media (min-width: 1600px) {
  .view-as-btn .btn-dropdown .grid-view5 {
    display: inline-block; } }

@media (min-width: 1920px) {
  .view-as-btn .btn-dropdown .grid-view6 {
    display: inline-block; } }

@media (min-width: 1600px) {
  .view-as-btn .btn-dropdown.sidebar-show {
    min-width: 141px; } }

.view-as-btn .btn-dropdown.sidebar-show .grid-view6 {
  display: none; }

#sideBlock_category,
#sideBlock_search,
#sideBlock_brand,
#sideBlock_blog {
  max-width: 370px; }

#sideBlock_category .side-block-header,
#sideBlock_search .side-block-header,
#sideBlock_brand .side-block-header,
#sideBlock_blog .side-block-header {
  padding: 0; }

#sideBlock_category .side-block-body,
#sideBlock_search .side-block-body,
#sideBlock_brand .side-block-body,
#sideBlock_blog .side-block-body {
  padding: 25px 50px 50px 50px;
  height: 100%; }

@media (max-width: 550px) {
  #sideBlock_category .side-block-body,
  #sideBlock_search .side-block-body,
  #sideBlock_brand .side-block-body,
  #sideBlock_blog .side-block-body {
    padding: 0 20px 20px 20px;
    height: -ms-calc(100% - 60px);
    height: calc(100% - 60px); } }

#sideAllCategories .sidebarBlock-heading {
  margin-bottom: 10px; }

.all-categories-list {
  margin: 0;
  list-style: none; }

.all-categories-list li {
  margin-bottom: 0px;
  padding: 4px 0 4px 0;
  position: relative; }

.all-categories-list li:last-child {
  padding-bottom: 0px; }

.all-categories-list > .navPages-item > .dropdown-category-list {
  margin: 2px 0 0 0; }

.all-categories-list .navPages-item {
  float: none;
  display: block;
  position: relative;
  padding: 0; }

.all-categories-list .navPages-item + .navPages-item {
  border-top: 1px solid #F1F2F5; }

.all-categories-list .navPages-item a {
  padding: 10px 15px 10px 0;
  vertical-align: top;
  display: inline-block;
  color: black;
  font-weight: 600;
  position: relative;
  z-index: 3;
  transition: all 0.5s ease; }

.all-categories-list .navPages-item a span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .5s; }

.all-categories-list .navPages-item a:hover span {
  color: #c4390f;
  background-size: 100% 1px; }

.all-categories-list .navPages-item .icon-dropdown {
  float: right;
  width: 100%;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2; }

.all-categories-list .navPages-item .icon-dropdown svg {
  width: 23px;
  height: 23px;
  fill: black;
  transform: rotate(90deg); }

.all-categories-list .navPages-item > .icon-dropdown {
  height: 48px; }

.all-categories-list .navPages-item > .icon-dropdown.is-clicked svg {
  transform: rotate(-90deg); }

.all-categories-list .navPages-item.current-cat > a > span,
.all-categories-list .navPages-item.open > a > span {
  background-image: linear-gradient(black, black);
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size .5s; }

.all-categories-list .navPages-item.current-cat > a:hover > span,
.all-categories-list .navPages-item.open > a:hover > span {
  background-image: linear-gradient(#c4390f, #c4390f); }

.all-categories-list .navPages-item.current-cat > .icon-dropdown.is-clicked svg,
.all-categories-list .navPages-item.open > .icon-dropdown.is-clicked svg {
  transform: rotate(-90deg);
  margin-right: 0px; }

.all-categories-list .navPages-item.current-cat.open > .icon-dropdown svg,
.all-categories-list .navPages-item.open.open > .icon-dropdown svg {
  transform: rotate(-90deg);
  margin-right: 0px; }

.all-categories-list .navPages-item.open {
  padding-bottom: 0;
  margin-bottom: 5px; }

.all-categories-list .navPages-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

.all-categories-list .navPages-item.is-clicked > a,
.all-categories-list .navPages-item .current-cat > a {
  font-weight: 600; }

.all-categories-list .dropdown-category-list {
  margin: 0;
  display: none;
  list-style: none;
  overflow: hidden;
  width: 100%; }

.all-categories-list .dropdown-category-list.cat-expanded {
  display: block; }

.all-categories-list .dropdown-category-list.cat-expanded .icon-dropdown.is-clicked svg {
  transform: rotate(-90deg);
  margin-right: 0px; }

.all-categories-list .dropdown-category-list .icon-dropdown {
  margin-right: -10px; }

.all-categories-list .dropdown-category-list > .navPage-subMenu-item > .navPage-subMenu-action {
  text-transform: capitalize;
  font-weight: 500;
  color: black;
  display: inline-block;
  padding: 10px 0; }

.all-categories-list .dropdown-category-list .navPage-subMenu-item {
  width: 100%;
  display: block;
  position: relative;
  padding: 0 20px; }

.all-categories-list .dropdown-category-list .navPage-subMenu-item a {
  padding: 0; }

.all-categories-list .dropdown-category-list .navPage-subMenu-item:first-child > .icon-dropdown {
  height: 25px; }

.all-categories-list .dropdown-category-list .navPage-subMenu-item.current-cat > a > span,
.all-categories-list .dropdown-category-list .navPage-subMenu-item.open > a > span {
  background-image: linear-gradient(black, black);
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size .5s; }

.all-categories-list .dropdown-category-list .navPage-subMenu-item.current-cat > a:hover > span,
.all-categories-list .dropdown-category-list .navPage-subMenu-item.open > a:hover > span {
  background-image: linear-gradient(#c4390f, #c4390f); }

.all-categories-list .dropdown-category-list .navPage-subMenu-item.current-cat > .icon-dropdown.is-clicked svg,
.all-categories-list .dropdown-category-list .navPage-subMenu-item.open > .icon-dropdown.is-clicked svg {
  transform: rotate(-90deg);
  margin-right: 0px; }

.all-categories-list .dropdown-category-list .navPage-subMenu-item.open > .icon-dropdown.is-clicked svg {
  transform: rotate(-90deg);
  margin-right: 0px; }

.all-categories-list .dropdown-category-list .navPage-subMenu-item a {
  width: auto;
  -webkit-transition: padding-left 0.3s linear;
  -moz-transition: padding-left 0.3s linear;
  -ms-transition: padding-left 0.3s linear;
  -o-transition: padding-left 0.3s linear; }

.all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item {
  padding: 10px 20px; }

.all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item a {
  position: relative;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: black; }

.all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item .icon-dropdown {
  height: 37px; }

.all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.current-cat > a > span,
.all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.open > a > span {
  background-image: linear-gradient(black, black);
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: background-size .5s; }

.all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.current-cat > a:hover > span,
.all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.open > a:hover > span {
  background-image: linear-gradient(#c4390f, #c4390f); }

.all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.open > .icon-dropdown.is-clicked svg {
  transform: rotate(-90deg);
  margin-right: 0px; }

.all-categories-list .dropdown-category-list .navPage-subMenu-item .navPages-level-4 .navPage-childList-item a:hover {
  color: black; }

.all-categories-list .dropdown-category-list .navPage-subMenu-item .navPages-level-5 .navPage-childList-item a:hover {
  padding-left: 60px; }

.all-categories-list .dropdown-category-list .navPage-subMenu-item .navPages-level-5 .navPage-childList-item a:hover:before {
  left: 45px; }

.all-categories-list .dropdown-category-list .navPage-subMenu-item .navPage-subMenu-action {
  margin: 0;
  width: auto;
  border: none; }

#sideShopByBrands .view_all a span {
  background-size: 100% 1px; }

#ProductCarouselTopSellers .sidebarBlock-heading {
  position: relative; }

#ProductCarouselTopSellers .sidebarBlock-heading .btnViewAll {
  line-height: 1.2;
  text-transform: capitalize;
  font-style: normal;
  display: block; }

#ProductCarouselTopSellers .productCarousel {
  padding-top: 10px;
  padding-bottom: 20px; }

#ProductCarouselTopSellers .productCarousel .card {
  margin-bottom: 30px; }

#ProductCarouselTopSellers .productCarousel .slick-arrow {
  top: auto;
  bottom: -2px;
  transform: none;
  border: none;
  background-color: transparent;
  padding: 0;
  width: 40px;
  height: 20px;
  padding: 2px 0; }

#ProductCarouselTopSellers .productCarousel .slick-arrow:before {
  width: 40px;
  height: 16px; }

#ProductCarouselTopSellers .productCarousel .slick-arrow.slick-prev:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='42' viewBox='0 -120 512.008 1024.016' style='enable-background:new 0 20 512.008 1024.016;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath fill='%23000000' d='M480.004,352.004H54.628l68.688-68.688l-22.624-22.624l-96,96c-6.256,6.256-6.256,16.368,0,22.624l96,96l22.624-22.624 l-68.688-68.688h425.376V352.004z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); }

#ProductCarouselTopSellers .productCarousel .slick-arrow.slick-next:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='42' viewBox='0 -345 512.008 1024.016' style='enable-background:new 0 0 512.008 1024.016;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath fill='%23000000' d='M507.316,132.692l-96-96l-22.624,22.624l68.688,68.688H32.004v32H457.38l-68.688,68.688l22.624,22.624l96-96 C513.572,149.06,513.572,138.948,507.316,132.692z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); }

#ProductCarouselTopSellers .productCarousel .slick-dots {
  bottom: 0; }

#sideBannerImage {
  margin-top: 50px;
  padding-bottom: 15px; }

#sideBannerImage .cms-image {
  display: block;
  position: relative;
  overflow: hidden; }

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

#sideBannerImage .cms-image:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 137.037037037037%; }

#sideCustomCMS .side-cms-content {
  font-size: 16px;
  color: black;
  line-height: 26px; }

#sideCustomCMS .side-cms-content p {
  margin-bottom: 25px; }

.card-top-sellers {
  font-size: 0; }

.card-top-sellers .card-figure {
  width: 86px;
  height: auto;
  display: inline-block;
  vertical-align: top; }

.card-top-sellers .card-body {
  font-size: 16px;
  padding-top: 0;
  padding-left: 20px;
  width: calc(100% - 86px);
  display: inline-block;
  vertical-align: top;
  margin-top: -3px; }

.home-layout-2 .card-top-sellers .card-body {
  text-align: left; }

.home-layout-3 .card-top-sellers .card-body {
  text-align: left; }

.card-top-sellers .card-body .card-option [data-product-attribute] {
  justify-content: flex-start; }

.card-top-sellers .card-body [data-test-info-type="brandName"] {
  display: none; }

.card-top-sellers .card-body .card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */ }

.card-top-sellers .card-body .card-figcaption-button {
  text-decoration: none;
  color: black;
  border: none;
  background: none;
  padding: 0;
  text-transform: capitalize;
  font-weight: 400;
  box-shadow: none; }

.card-top-sellers .card-body .card-figcaption-button span {
  background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
  background-repeat: repeat-x;
  background-position-y: 0px; }

.card-top-sellers .card-body .card-figcaption-button:hover {
  color: #c4390f; }

.card-top-sellers .card-body .card-figcaption-button:hover span {
  background-image: linear-gradient(transparent 96%, rgba(196, 57, 15, 0.6) 4%); }

#categoryBottomBanner {
  margin-top: 75px; }

@media (max-width: 1599px) {
  #categoryBottomBanner.haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content {
    background-color: #FFF2D5; } }

#categoryBottomBanner.haloBottomBanner .homeBottomBanner__container .homeBottomBanner__img:before {
  background-color: #FFF2D5; }

.product.product--banner {
  width: 100% !important; }

.categoryBannerProduct {
  font-size: 0;
  margin-bottom: 40px; }

.categoryBannerProduct .categoryBannerProduct__item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin-bottom: 30px; }

.categoryBannerProduct .categoryBannerProduct__item:nth-child(even) {
  padding-left: 15px; }

.categoryBannerProduct .categoryBannerProduct__item:nth-child(odd) {
  padding-right: 15px; }

@media (max-width: 800px) {
  .categoryBannerProduct {
    margin-bottom: 0; }
  .categoryBannerProduct .categoryBannerProduct__item {
    width: 100%; }
  .categoryBannerProduct .categoryBannerProduct__item:nth-child(even) {
    padding-left: 0; }
  .categoryBannerProduct .categoryBannerProduct__item:nth-child(odd) {
    padding-right: 0; } }

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

.skip-to-main-link:focus {
  transform: translate(-50%, 0%); }

.header {
  background-color: #1e1e1e;
  border-bottom: 1px solid #e6e6e6;
  padding: 13px 0; }

@media (min-width: 1024px) {
  .home-layout-2 .header {
    padding: 14px 0; }
  .home-layout-2 .header.is-sticky {
    padding: 14px 0; } }

@media (min-width: 1025px) {
  .home-layout-3 .header {
    padding: 11px 0; }
  .home-layout-3 .header.is-sticky {
    padding: 11px 0; } }

@media (min-width: 1025px) {
  .home-layout-4 .header {
    padding: 0; }
  .home-layout-4 .header.is-sticky {
    padding: 0; }
  .home-layout-4 .header.is-sticky .header-top {
    display: none; } }

.header.is-open {
  height: auto; }

@media (min-width: 801px) {
  .header.is-open {
    height: auto; } }

.header.is-sticky {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  padding: 5px 0;
  animation-duration: 0.5s; }

@media (max-width: 1199px) {
  .header {
    padding: 0; }
  .header.is-sticky {
    padding: 0; } }

[data-page-type="default"] .header:not(.is-sticky) {
  border-color: transparent; }

body.quickSearch-open .header.is-sticky {
  z-index: 100; }

.header-logo {
  font-size: 0;
  margin: 0 3.4375rem;
  text-align: center;
  height: 55px; }

@media (min-width: 551px) {
  .header-logo {
    margin-left: 5.15625rem;
    margin-right: 5.15625rem; } }

@media (min-width: 801px) {
  .header-logo {
    margin: 0;
    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: #333333;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  width: 70%;
  z-index: 10; }

.header-logo__link:before,
.header-logo__link:after {
  content: " ";
  display: table; }

.header-logo__link:after {
  clear: both; }

@media (min-width: 801px) {
  .header-logo__link {
    background: none;
    border-bottom: 0;
    display: inline-flex;
    padding: 0;
    width: auto; } }

.header-logo__link:hover {
  color: #c4390f; }

.header-logo__link:active {
  color: #c4390f; }

.header-logo-text {
  display: block;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  letter-spacing: 0.125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }

@media (min-width: 551px) {
  .header-logo-text {
    font-size: 2.5vw; } }

@media (min-width: 801px) {
  .header-logo-text {
    display: inline;
    font-size: 28px;
    max-width: none;
    white-space: normal;
    padding: 0; }
  .header.fixed .header-logo-text {
    font-size: 25px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }

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

.header-logo-image {
  max-height: 1.9375rem;
  display: block;
  margin: 0 auto; }

@media (min-width: 801px) {
  .header-logo-image {
    max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 1.9375rem; }

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

.mobileMenu-toggle {
  height: 3.4375rem;
  width: 3.4375rem;
  display: inline-block;
  font-size: 0;
  overflow: hidden;
  padding: 0 1.125rem;
  position: relative;
  z-index: 50; }

@media (min-width: 1200px) {
  .mobileMenu-toggle {
    display: none; } }

.mobileMenu-toggle .mobileMenu-toggleIcon,
.mobileMenu-toggle .mobileMenu-toggleIcon::before,
.mobileMenu-toggle .mobileMenu-toggleIcon::after {
  background: black;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transform: rotate(0deg);
  transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
  width: 1.25rem; }

.home-layout-2 .mobileMenu-toggle .mobileMenu-toggleIcon,
.home-layout-2 .mobileMenu-toggle .mobileMenu-toggleIcon::before,
.home-layout-2 .mobileMenu-toggle .mobileMenu-toggleIcon::after {
  background: white; }

.home-layout-3 .mobileMenu-toggle .mobileMenu-toggleIcon,
.home-layout-3 .mobileMenu-toggle .mobileMenu-toggleIcon::before,
.home-layout-3 .mobileMenu-toggle .mobileMenu-toggleIcon::after {
  background: white; }

.mobileMenu-toggle .mobileMenu-toggleIcon {
  top: 1.6875rem;
  transition: background-color 10ms ease-in 100ms; }

.mobileMenu-toggle .mobileMenu-toggleIcon::before {
  top: -0.5rem; }

.mobileMenu-toggle .mobileMenu-toggleIcon::after {
  bottom: -0.5rem; }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
  background-color: transparent;
  transition-delay: 100ms; }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before,
.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
  background-color: black;
  bottom: auto;
  top: auto;
  transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
  top: 0;
  transform: rotate(45deg); }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
  bottom: 0;
  transform: rotate(-45deg); }

.header-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1800px;
  margin: 0 auto;
  width: 100%; }

@media (min-width: 1280px) {
  .header-center {
    padding: 0 60px;
    max-width: 1920px; } }

@media (min-width: 1600px) {
  .home-layout-3 .header-center {
    padding: 0 45px; } }

.home-layout-4 .header-center {
  -moz-column-gap: 30px;
  column-gap: 30px;
  padding-top: 16px;
  padding-bottom: 16px;
  max-width: 100%; }

.header-center .header__desktop--left {
  width: 330px; }

.home-layout-3 .header-center .header__desktop--left {
  width: auto; }

.home-layout-4 .header-center .header__desktop--left {
  width: auto;
  min-width: 145px; }

.header-center .header__desktop--left .header-logo {
  text-align: left;
  padding: 0 15px; }

.header-logo--center .header-center .header__desktop--left {
  width: calc((100% - 330px)/2);
  display: flex;
  align-items: center;
  justify-content: left; }

.header-center .header__desktop--center {
  width: calc(100% - 660px);
  display: flex;
  align-items: center;
  justify-content: center; }

.header-logo--center .header-center .header__desktop--center {
  width: 330px; }

.home-layout-4 .header-center .header__desktop--center {
  width: 100%;
  justify-content: flex-start; }

.home-layout-4 .header-center .header__desktop--center .navPages > .navPages-list {
  margin-left: -23px;
  margin-right: -23px; }

.header-center .header__desktop--right {
  width: 330px; }

.home-layout-4 .header-center .header__desktop--right {
  width: auto;
  min-width: 320px; }

.header-center .header__desktop--right .navUser {
  text-align: right;
  padding: 0 15px; }

.home-layout-4 .header-center .header__desktop--right .navUser {
  padding-left: 0; }

.header-center .header__desktop--right .navUser .navUser-section {
  float: none;
  display: inline-block;
  vertical-align: middle; }

.header-center .header__desktop--right .navUser .navUser-section + .navUser-section {
  margin-left: 0; }

@media (min-width: 1600px) {
  .header-logo--center .header-center .header__desktop--right .navUser {
    padding: 0 30px; } }

.header-center .header__desktop--right .navUser-section--link .navUser-action {
  font-weight: 700; }

@media (min-width: 1600px) {
  .header-center .header__desktop--right .navUser-section--link {
    padding-right: 20px; }
  .header-center .header__desktop--right .navUser-section--link .navUser-action {
    padding: 12px 25px; } }

.header-logo--left .header-center .header__desktop--right .navUser-section--link {
  margin-right: -15px; }

.header-logo--left .header-center .header__desktop--right .navUser-section--link .navUser-action {
  padding: 12px 15px; }

@media (min-width: 1600px) {
  .header-logo--left .header-center .header__desktop--right .navUser-section--link {
    padding-right: 0; } }

.header-logo--center .header-center .header__desktop--right {
  width: calc((100% - 330px)/2); }

#header_topBarPromotion {
  background-color: #c4390f;
  background-repeat: repeat; }

#header_topBarPromotion .container {
  max-width: 800px;
  padding: 0 15px; }

.home-layout-3 #header_topBarPromotion .container {
  max-width: 770px; }

.home-layout-4 #header_topBarPromotion .container {
  max-width: 1770px;
  padding: 0 15px; }

@media (min-width: 1025px) {
  .home-layout-4 #header_topBarPromotion .container {
    padding: 0 75px; } }

#header_topBarPromotion .topBarPromotion-carousel {
  display: block;
  padding: 11px 0 12px; }

.home-layout-2 #header_topBarPromotion .topBarPromotion-carousel {
  padding: 13px 0 13px;
  max-height: 38px; }

@media (min-width: 1024px) {
  .home-layout-2 #header_topBarPromotion .topBarPromotion-carousel {
    max-height: 41px; } }

.home-layout-3 #header_topBarPromotion .topBarPromotion-carousel {
  padding: 13px 0;
  max-height: 41px; }

#header_topBarPromotion .topBarPromotion-carousel:not(.slick-slider) .topBarPromotion-item:nth-child(n+2) {
  display: none; }

#header_topBarPromotion .topBarPromotion-carousel .topBarPromotion-item {
  text-align: center;
  border: none;
  padding: 0 15px; }

#header_topBarPromotion .topBarPromotion-carousel .topBarPromotion-item a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  color: white;
  vertical-align: top;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.home-layout-2 #header_topBarPromotion .topBarPromotion-carousel .topBarPromotion-item a {
  font-weight: 500;
  font-size: 14px; }

.home-layout-3 #header_topBarPromotion .topBarPromotion-carousel .topBarPromotion-item a {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5; }

.home-layout-4 #header_topBarPromotion .topBarPromotion-carousel .topBarPromotion-item a {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  text-transform: uppercase; }

#header_topBarPromotion .topBarPromotion-carousel .slick-arrow {
  width: 21px;
  height: 29px;
  padding: 5px;
  margin-top: 0;
  border: none;
  background-color: transparent; }

.home-layout-3 #header_topBarPromotion .topBarPromotion-carousel .slick-arrow {
  width: 24px;
  height: 24px; }

#header_topBarPromotion .topBarPromotion-carousel .slick-arrow:before {
  width: 100%;
  height: 100%; }

.home-layout-4 #header_topBarPromotion .topBarPromotion-carousel .slick-arrow:before {
  width: 10px;
  height: 2px;
  background: white; }

.home-layout-4 #header_topBarPromotion .topBarPromotion-carousel .slick-arrow:after {
  background: white; }

#header_topBarPromotion .topBarPromotion-carousel .slick-arrow.slick-prev {
  left: -20px; }

#header_topBarPromotion .topBarPromotion-carousel .slick-arrow.slick-prev:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.home-layout-4 #header_topBarPromotion .topBarPromotion-carousel .slick-arrow.slick-prev:before {
  background-image: none; }

#header_topBarPromotion .topBarPromotion-carousel .slick-arrow.slick-next {
  right: -20px; }

#header_topBarPromotion .topBarPromotion-carousel .slick-arrow.slick-next:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.home-layout-4 #header_topBarPromotion .topBarPromotion-carousel .slick-arrow.slick-next:before {
  background-image: none; }

@media (max-width: 1024px) {
  #header_topBarPromotion .topBarPromotion-carousel {
    padding: 11px 15px 12px; }
  #header_topBarPromotion .topBarPromotion-carousel .slick-arrow.slick-prev {
    left: 0; }
  #header_topBarPromotion .topBarPromotion-carousel .slick-arrow.slick-next {
    right: 0; } }

@media (max-width: 767px) {
  #header_topBarPromotion .topBarPromotion-carousel {
    padding: 11px 0 12px; }
  #header_topBarPromotion .topBarPromotion-carousel .topBarPromotion-item {
    padding: 0; }
  #header_topBarPromotion .topBarPromotion-carousel .slick-arrow {
    display: none !important; } }

.header-top .container-full {
  max-width: 100%; }

.header-tabs {
  background: black;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  -moz-column-gap: 15px;
  column-gap: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .header-tabs {
    -moz-column-gap: 30px;
    column-gap: 30px; } }

@media (min-width: 1025px) {
  .header-tabs {
    padding-right: 75px; } }

@media (max-width: 767px) {
  .header-tabs {
    overflow-y: auto;
    white-space: nowrap; } }

.header-tabs .need-help {
  display: flex;
  align-items: center;
  color: white;
  position: relative; }

.header-tabs .need-help .need-help--btn {
  padding: 0;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .header-tabs .need-help .need-help--btn .text {
    letter-spacing: .05em; } }

.header-tabs .need-help .icon-help {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid white;
  margin-right: 10px;
  font-size: 15px; }

.header-tabs--list {
  display: flex;
  align-items: stretch;
  margin: 0; }

.header-tabs--list .tab-item {
  display: inline-block; }

.header-tabs--list .tab-item a {
  color: white;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding: 12px 15px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  height: 100%; }

@media (min-width: 768px) {
  .header-tabs--list .tab-item a {
    padding: 12px 30px;
    letter-spacing: .05em; } }

@media (min-width: 1025px) {
  .header-tabs--list .tab-item a {
    padding: 16px 70px; } }

.header-tabs .tab--item--active a,
.header-tabs--list .tab-item a:hover {
  background: white;
  color: black; }

.need-help--dropdown {
  position: fixed;
  right: 0;
  width: 100%;
  bottom: 0;
  background: black;
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .3s ease;
  transform: translate3d(0, 50px, 0); }

@media (min-width: 1025px) {
  .need-help--dropdown {
    right: -75px;
    position: absolute;
    right: -15px;
    top: 100%;
    width: 230px;
    bottom: auto; }
  .need-help--dropdown .close,
  .need-help--dropdown .need-help-title {
    display: none; } }

.need-help--dropdown .need-help-title {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 25px; }

.need-help--dropdown .close {
  position: absolute;
  top: 14px;
  right: 15px;
  width: 40px;
  height: 40px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0; }

.need-help--dropdown .close svg {
  fill: black;
  width: 24px;
  height: 24px; }

.need-help--dropdown .need-help--list {
  list-style: none;
  margin: 0;
  padding: 10px 15px 25px 15px; }

@media (min-width: 1025px) {
  .need-help--dropdown .need-help--list {
    padding: 10px 30px 25px 30px; } }

.need-help--dropdown .need-help--list .help-item {
  padding: 8px 0; }

.need-help--dropdown .need-help--list .help-item a {
  color: black;
  text-decoration: none; }

@media (min-width: 1025px) {
  .need-help--dropdown .need-help--list .help-item a {
    color: white; } }

.need-help--dropdown .need-help--list .help-item a:hover {
  text-decoration: underline; }

.need-help--dropdown .background-overlay {
  opacity: 0;
  visibility: hidden; }

.need-help--dropdown-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0); }

@media (max-width: 1024px) {
  .need-help--dropdown-show {
    background: #fff;
    color: black; } }

@media (max-width: 1024px) {
  .need-help-show {
    overflow: hidden; }
  .need-help-show .need-help .background-overlay {
    opacity: 1;
    visibility: visible;
    z-index: 11;
    display: block; } }

.header__mobile .haloHeaderMobile {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 25px; }

.header__mobile .haloHeaderMobile .haloHeaderMobile__item {
  display: flex;
  align-items: center;
  z-index: 10; }

.header__mobile .haloHeaderMobile .haloHeaderMobile__item--left {
  justify-content: flex-start; }

.header__mobile .haloHeaderMobile .haloHeaderMobile__item--right {
  justify-content: flex-end; }

.header__mobile .haloHeaderMobile .haloHeaderMobile__item--center {
  padding: 0 15px; }

.header__mobile .haloHeaderMobile .haloHeaderMobile__item--center .header-logo {
  margin: 0;
  height: 50px; }

.header__mobile .haloHeaderMobile .haloHeaderMobile__item--center .header-logo .header-logo__link {
  width: 100%; }

.header__mobile .haloHeaderMobile .navUser-action {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  font-size: 0; }

.header__mobile .haloHeaderMobile .mobileMenu-toggle {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  width: 23px;
  height: 23px;
  margin-right: 30px; }

.header__mobile .haloHeaderMobile .mobileMenu-toggle .mobileMenu-toggleIcon {
  width: 100%;
  top: 49%; }

.header__mobile .haloHeaderMobile .mobileMenu-toggle .mobileMenu-toggleIcon:before {
  width: 100%;
  top: -7px; }

.header__mobile .haloHeaderMobile .mobileMenu-toggle .mobileMenu-toggleIcon:after {
  width: 100%;
  bottom: -7px; }

.header__mobile .haloHeaderMobile .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:before {
  top: 0; }

.header__mobile .haloHeaderMobile .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:after {
  bottom: 0; }

.header__mobile .haloHeaderMobile .navUserAction-login svg {
  width: 23px;
  height: 23px; }

.header__mobile .haloHeaderMobile .navUser-actionCart {
  position: relative;
  margin-left: 0;
  padding-right: 0; }

.header__mobile .haloHeaderMobile .navUser-actionCart svg {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle; }

.header__mobile .haloHeaderMobile .navUser-actionCart .countPill {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: -8px;
  right: 0; }

.header__desktop {
  display: none; }

@media (max-width: 1199px) {
  .header__desktop {
    display: none; } }

.body {
  margin-bottom: 6rem;
  margin-top: 1.5rem; }

@media (min-width: 801px) {
  .body {
    margin-top: 2.5rem; } }

.home-layout-2[data-page-type="default"] .body {
  margin-bottom: 0; }

.home-layout-3[data-page-type="default"] .body {
  margin-bottom: 0; }

.home-layout-4[data-page-type="default"] .body {
  margin-bottom: 0; }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0; }

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

.page:after {
  clear: both; }

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

@media (min-width: 801px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

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

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }

@media (min-width: 801px) {
  .page-sidebar {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 25%;
    float: left; }
  .page-sidebar + .page-content {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 75%;
    float: left; } }

.modal-background {
  background: rgba(0, 0, 0, 0.5); }

body::-webkit-scrollbar {
  width: 10px; }

body::-webkit-scrollbar-track {
  background: #f6f6f6; }

body::-webkit-scrollbar-thumb {
  background: #464646; }

body.is-side-block,
body.quickSearch-open,
body.has-activeNavPages,
body.halo-open-before-you-leave {
  overflow: hidden; }

body.is-side-block:after,
body.quickSearch-open:after,
body.has-activeNavPages:after,
body.halo-open-before-you-leave:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s; }

@media (min-width: 1280px) {
  body.is-side-block,
  body.quickSearch-open,
  body.has-activeNavPages,
  body.halo-open-before-you-leave {
    padding-right: 10px; } }

body.is-side-block:after {
  z-index: 100; }

body.halo-open-before-you-leave:after {
  z-index: 200; }

body.has-activeNavPages #sideBlock_menu {
  left: 0; }

@media (min-width: 1280px) {
  body.has-activeModal {
    padding-right: 10px; } }

.footer {
  background-color: #f2e3d8;
  border-top: 1px solid #e6e6e6;
  position: relative; }

.home-layout-2 .footer .container.container-custom {
  padding: 0 15px; }

@media (min-width: 1366px) {
  .home-layout-2 .footer .container.container-custom {
    padding: 0 30px; } }

@media (min-width: 1700px) {
  .home-layout-2 .footer .container.container-custom {
    padding: 0 75px; } }

.home-layout-3[data-page-type="default"] .footer .container.container-custom {
  padding: 0 15px; }

@media (min-width: 1024px) {
  .home-layout-3[data-page-type="default"] .footer .container.container-custom {
    padding: 0 75px; } }

.footer-title-sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.footer-info {
  margin: 0 -15px;
  max-width: none;
  width: auto;
  font-size: 0;
  padding: 60px 0; }

@media (min-width: 1700px) {
  .footer-info {
    margin: 0 -30px; } }

.footer--style2 .footer-info {
  padding: 60px 0 40px 0; }

.home-layout-2 .footer-info {
  padding: 24px 0 40px; }

.home-layout-3 .footer-info {
  padding: 58px 0 40px; }

.footer-info-col {
  padding-left: 30px;
  padding-right: 30px;
  color: black;
  display: inline-block;
  float: none;
  font-size: 15px;
  margin-bottom: 27px;
  text-align: left;
  vertical-align: top;
  -ms-word-break: break-all;
  overflow-wrap: break-word; }

@media (min-width: 801px) {
  .footer-info-col {
    width: 33.33334%; } }

.footer-info-col > :first-child {
  margin-top: 0; }

.footer-info-col > :last-child {
  margin-bottom: 0; }

@media (min-width: 801px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 801px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

@media (min-width: 1200px) {
  .footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] {
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 1650px) {
  .footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] {
    padding-left: 85px;
    padding-right: 85px; } }

.footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix {
  display: flex;
  margin: 0;
  border: 1px solid black; }

.footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .form-input {
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: left;
  margin: 0;
  padding: 0 15px;
  border-radius: 0;
  border-color: transparent;
  background: transparent;
  color: black; }

@media (min-width: 801px) {
  .footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .form-input {
    height: 55px;
    line-height: 55px; } }

.footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .form-input::-moz-placeholder {
  color: black;
  text-transform: capitalize; }

.footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .form-input::placeholder {
  color: black;
  text-transform: capitalize; }

.footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .form-input:-ms-input-placeholder {
  color: black;
  text-transform: capitalize; }

.footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .form-input::-webkit-input-placeholde {
  color: black;
  text-transform: capitalize; }

.footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .button {
  width: 44px;
  height: 44px;
  margin-bottom: 0;
  font-size: 0;
  position: relative;
  margin-left: 0;
  border: none;
  margin-top: 0;
  background: black; }

.footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .button::before,
.footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .button::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 10px;
  height: 2px;
  margin-left: -4px;
  background: #f2e3d8; }

.footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .button::before {
  top: 50%;
  transform: rotate(45deg);
  margin-top: -4px; }

.footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .button::after {
  bottom: 50%;
  transform: rotate(-45deg);
  margin-bottom: -4px; }

.footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .button:hover,
.footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .button:active {
  background: black; }

.footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .button:hover::before,
.footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .button:hover::after,
.footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .button:active::before,
.footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .button:active::after {
  background: #f2e3d8; }

@media (min-width: 801px) {
  .footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix .button {
    width: 55px;
    height: 55px; } }

@media (min-width: 1200px) {
  .footer-info-col[data-section-type="footer-logoRight"] .footer-info__logo {
    text-align: right; } }

@media (max-width: 767px) {
  .footer-info-col[data-section-type="footer-logoRight"] {
    margin-top: 15px;
    margin-bottom: 20px; } }

@media (min-width: 1261px) {
  .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix.wrap {
    flex-wrap: nowrap; } }

@media (min-width: 1200px) {
  .footer-info-col {
    margin-bottom: 20px; }
  .footer-info-col[data-section-type="storeInfo"] {
    width: 28.22222222222222%; }
  .footer--style2 .footer-info-col[data-section-type="storeInfo"] {
    width: 19%; }
  .footer-info-col[data-section-type="footer-categories"],
  .footer-info-col[data-section-type="footer-webPages"],
  .footer-info-col[data-section-type="footer-brands"] {
    width: 14.66666666666667%; }
  .footer--style2 .footer-info-col[data-section-type="footer-categories"],
  .footer--style2 .footer-info-col[data-section-type="footer-webPages"],
  .footer--style2 .footer-info-col[data-section-type="footer-brands"] {
    width: 13%; }
  .footer-info-col[data-section-type="newsletterSubscription"] {
    width: 27.77777777777778%; }
  .footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] {
    width: 28%; }
  .footer-info-col[data-section-type="footer-logoRight"] {
    width: 14%; }
  .footer-info-col[data-section-type="footer-logoRight"] .footer-info__logo {
    margin-bottom: 25px; } }

.footer-info-col[data-section-type="footer-categories"] .footer-info-list,
.footer-info-col[data-section-type="footer-webPages"] .footer-info-list,
.footer-info-col[data-section-type="footer-brands"] .footer-info-list {
  display: block !important; }

@media (min-width: 1024px) and (max-width: 1199px) {
  .footer-info-col {
    width: 33.33333333333333%; }
  .footer--style2 .footer-info-col {
    width: 24%; }
  .footer--style2 .footer-info-col[data-section-type="storeInfo"] {
    width: 28%; }
  .footer-info-col[data-section-type="newsletterSubscription"] {
    width: 66.66666666666667%; }
  .footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] {
    width: 76%;
    max-width: 100%; }
  .footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] > * {
    max-width: 66.6666%; }
  .footer-info-col[data-section-type="footer-logoRight"] {
    width: 24%; } }

@media (max-width: 1023px) {
  .footer-info-col {
    width: 100%; }
  .footer-info-col[data-section-type="newsletterSubscription"] {
    width: 100%;
    max-width: 100%;
    margin-top: 4rem; }
  .footer--style2 .footer-info-col[data-section-type="newsletterSubscription"] {
    width: 100%; }
  .footer-info-col[data-section-type="footer-categories"],
  .footer-info-col[data-section-type="footer-webPages"],
  .footer-info-col[data-section-type="footer-brands"] {
    margin-bottom: 0; }
  .footer-info-col[data-section-type="footer-categories"] .footer-info-heading,
  .footer-info-col[data-section-type="footer-webPages"] .footer-info-heading,
  .footer-info-col[data-section-type="footer-brands"] .footer-info-heading {
    border-top: 1px solid #9C9C9C;
    margin-bottom: 0;
    padding: 25px 0 0;
    position: relative;
    margin: 0 -30px; }
  .footer-info-col[data-section-type="footer-categories"].open-dropdown .footer-info-heading:before,
  .footer-info-col[data-section-type="footer-webPages"].open-dropdown .footer-info-heading:before,
  .footer-info-col[data-section-type="footer-brands"].open-dropdown .footer-info-heading:before {
    transform: translateY(-50%) rotate(90deg); }
  .footer-info-col[data-section-type="footer-categories"] .footer-info-list,
  .footer-info-col[data-section-type="footer-webPages"] .footer-info-list,
  .footer-info-col[data-section-type="footer-brands"] .footer-info-list {
    display: none;
    margin-bottom: 30px;
    margin-top: 12px; } }

.footer-bottom {
  background-color: #131417;
  padding: 35px 0; }

.home-layout-2 .footer-bottom {
  padding: 42px 0; }

.home-layout-3 .footer-bottom {
  padding: 45px 0 13px; }

.home-layout-4 .footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.3); }

.footer-bottom .footer-copyright {
  display: inline-block; }

.footer-bottom .footer-bottom__container {
  font-size: 0; }

.footer-bottom .footer-bottom__left {
  font-size: 16px;
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
  text-align: left; }

.home-layout-3 .footer-bottom .footer-bottom__left {
  font-size: 13px; }

.footer-bottom .footer-bottom__center {
  font-size: 16px;
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
  text-align: center;
  margin-bottom: 15px; }

.footer-bottom .footer-bottom__right {
  font-size: 16px;
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  text-align: right; }

.footer-bottom .footer-bottom__right .footer-payment-icons {
  margin-top: 0; }

.footer-bottom .has-item-center .footer-bottom__left,
.footer-bottom .has-item-center .footer-bottom__center,
.footer-bottom .has-item-center .footer-bottom__right {
  width: 33.33334%; }

@media (max-width: 1199px) {
  .footer-bottom .footer-bottom__left,
  .footer-bottom .footer-bottom__center,
  .footer-bottom .footer-bottom__right {
    width: 100%;
    text-align: left;
    padding: 0; } }

@media (max-width: 1279px) {
  .home-layout-2 .footer-bottom .footer-bottom__left,
  .home-layout-2 .footer-bottom .footer-bottom__center,
  .home-layout-2 .footer-bottom .footer-bottom__right {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 20px; }
  .home-layout-2 .footer-bottom .footer-bottom__center .footer-copyright {
    display: block;
    text-align: center; } }

@media (max-width: 1279px) {
  .home-layout-3 .footer-bottom .footer-bottom__left,
  .home-layout-3 .footer-bottom .footer-bottom__center,
  .home-layout-3 .footer-bottom .footer-bottom__right {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 20px; }
  .home-layout-3 .footer-bottom .footer-bottom__center .footer-copyright {
    display: block;
    text-align: center; } }

.footer-info [data-section-type="storeInfo"] address {
  font-style: normal;
  line-height: 26px;
  margin-bottom: 15px;
  letter-spacing: 0.02em;
  font-weight: 300; }

.home-layout-2 .footer-info [data-section-type="storeInfo"] address {
  font-size: 16px; }

.home-layout-3 .footer-info [data-section-type="storeInfo"] address {
  font-size: 16px; }

.footer-info [data-section-type="storeInfo"] .footer-info__phone {
  display: block;
  margin-bottom: 0; }

.footer-info [data-section-type="storeInfo"] .footer-info__phone a {
  display: inline-block;
  line-height: 26px;
  text-decoration: none;
  letter-spacing: 0.02em; }

.home-layout-2 .footer-info [data-section-type="storeInfo"] .footer-info__phone a {
  font-size: 16px; }

.home-layout-3 .footer-info [data-section-type="storeInfo"] .footer-info__phone a {
  font-size: 16px; }

.footer-info [data-section-type="storeInfo"] .footer-info-col--social {
  margin-top: 15px; }

.footer-info [data-section-type="storeInfo"] .footer-info-col--social .socialLinks {
  line-height: 1; }

.footer-info .footer-info-list > li {
  padding: 5px 0 0; }

@media (min-width: 1024px) {
  .footer-info .footer-info-list > li {
    padding: 7px 0; } }

.footer-info .footer-info-list > li > a {
  display: inline-block; }

.footer-info [data-section-type="newsletterSubscription"] .footer-info-heading {
  margin-bottom: 20px; }

.footer-info [data-section-type="newsletterSubscription"] p {
  line-height: 22px;
  margin-bottom: 20px;
  margin-top: -10px; }

.footer-info [data-section-type="newsletterSubscription"] form .form-field {
  margin-bottom: 0; }

.home-layout-2 .footer-info [data-section-type="newsletterSubscription"] form .form-input {
  color: #C4390F;
  background-color: rgba(72, 72, 72, 0.1); }

.home-layout-2 .footer-info [data-section-type="newsletterSubscription"] form .form-input::-moz-placeholder {
  color: #000000;
  font-size: 15px;
  text-transform: capitalize; }

.home-layout-2 .footer-info [data-section-type="newsletterSubscription"] form .form-input::placeholder {
  color: #000000;
  font-size: 15px;
  text-transform: capitalize; }

.home-layout-2 .footer-info [data-section-type="newsletterSubscription"] form .form-input:-ms-input-placeholder {
  color: #646464; }

.home-layout-2 .footer-info [data-section-type="newsletterSubscription"] form .form-input::-ms-input-placeholder {
  color: #646464; }

.home-layout-2 .footer-info [data-section-type="newsletterSubscription"] form .button {
  box-shadow: none;
  background-color: #C4390F;
  border: 1px solid #C4390F;
  color: #ffffff; }

@media (min-width: 1025px) {
  .home-layout-2 .footer-info [data-section-type="newsletterSubscription"] form .button:hover {
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000000; } }

.home-layout-3 .footer-info [data-section-type="newsletterSubscription"] form .form-input {
  color: #000000; }

.home-layout-3 .footer-info [data-section-type="newsletterSubscription"] form .form-input::-moz-placeholder {
  color: #646464; }

.home-layout-3 .footer-info [data-section-type="newsletterSubscription"] form .form-input::placeholder {
  color: #646464; }

.home-layout-3 .footer-info [data-section-type="newsletterSubscription"] form .form-input:-ms-input-placeholder {
  color: #646464; }

.home-layout-3 .footer-info [data-section-type="newsletterSubscription"] form .form-input::-ms-input-placeholder {
  color: #646464; }

.home-layout-3 .footer-info [data-section-type="newsletterSubscription"] form .button {
  box-shadow: none;
  background-color: #c4390f;
  border: 1px solid #c4390f;
  color: white;
  min-width: 126px;
  font-size: 16px;
  border-radius: 8px; }

@media (min-width: 1025px) {
  .home-layout-3 .footer-info [data-section-type="newsletterSubscription"] form .button:hover {
    color: #c4390f;
    background-color: black; } }

@media (min-width: 1261px) {
  .footer-info [data-section-type="newsletterSubscription"] form .form-prefixPostfix-button--postfix {
    margin-left: 15px; } }

.footer-info-heading {
  color: black;
  font-size: 18px;
  font-weight: 500;
  text-transform: inherit;
  margin-bottom: 12px;
  font-family: "Jost", Arial, Helvetica, sans-serif; }

.home-layout-2 .footer-info-heading {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 17px; }

.home-layout-3 .footer-info-heading {
  font-size: 19px;
  text-transform: capitalize;
  margin-bottom: 17px;
  font-weight: 900;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif; }

.footer--style2 .footer-info-heading {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 25px; }

@media (min-width: 768px) {
  .footer--style2 .footer-info-heading {
    -webkit-text-decoration: solid underline 2px;
    text-decoration: solid underline 2px;
    text-underline-offset: 9px;
    font-size: 17px; } }

.footer-info-col .footer-info__logo_txt {
  color: black;
  text-transform: uppercase;
  margin-bottom: 28px;
  font-size: 16px;
  font-weight: 700; }

@media (min-width: 768px) {
  .footer-info-col .footer-info__logo_txt {
    -webkit-text-decoration: solid underline 2px;
    text-decoration: solid underline 2px;
    text-underline-offset: 9px;
    font-size: 17px; } }

.footer-info-col a {
  text-underline-offset: 3px; }

.footer-info-col a,
.footer-info-col p,
.footer-info-col address {
  color: black; }

.footer-info-col a:hover,
.footer-info-col p:hover,
.footer-info-col address:hover {
  color: #c4390f; }

.footer-info-col .footer-info__phone svg,
.footer-info-col .footer-info__mail svg {
  margin-top: -3px;
  margin-right: 6px; }

.footer-info-col .socialLinks .icon svg {
  fill: black; }

.footer-info-col .socialLinks .icon svg:hover {
  fill: #c4390f; }

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

.footer-info-list a {
  color: black;
  text-decoration: none; }

.footer-info-list a:hover {
  color: #c4390f; }

.home-layout-4 .footer-info-list a:hover {
  text-decoration: underline;
  text-underline-offset: 5px; }

.footer-copyright {
  text-align: left; }

.footer-copyright > .powered-by {
  color: black;
  margin: 0;
  line-height: 20px;
  letter-spacing: 0.02em; }

.home-layout-2 .footer-copyright > .powered-by {
  color: #FFF5F5; }

.home-layout-3 .footer-copyright > .powered-by {
  color: #010101;
  text-align: center; }

.footer-copyright > .paypal-credit {
  color: black;
  font-size: 12px;
  margin: 1em 0 2em; }

.footer-copyright a {
  color: black;
  text-decoration: none; }

.footer-copyright a:hover {
  color: black; }

.home-layout-2 .footer-copyright a {
  color: #FFF5F5; }

.home-layout-2 .footer-copyright a:hover {
  color: #c4390f; }

.home-layout-3 .footer-copyright a {
  color: #010101; }

.home-layout-3 .footer-copyright a:hover {
  color: black; }

.home-layout-4 .footer-copyright a:hover {
  color: black;
  text-decoration: underline;
  text-underline-offset: 5px; }

.footer-payment-icons {
  height: 2.5rem;
  margin-top: 1.5rem;
  font-size: 0;
  height: auto; }

@media (min-width: 801px) {
  .footer-payment-icons {
    margin-top: 40px; } }

.footer-payment-icons .footer-payment-icon {
  height: 24px;
  vertical-align: middle;
  width: 42px;
  border-radius: 2px;
  background-color: #ffffff;
  margin-bottom: 15px;
  margin-right: 10px; }

.footer-payment-icons .footer-payment-icon.footer-payment-icon--westernUnion {
  background: #f7de4b; }

.footer-payment-icons .footer-payment-icon:last-child {
  margin-right: 0; }

.footer-payment-icons svg {
  fill: black; }

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

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

.footer-newsletter-summary {
  text-align: left; }

@media (max-width: 767px) {
  .footer-info {
    padding: 30px 0; }
  .footer-info-col[data-section-type="newsletterSubscription"] {
    margin-bottom: 20px; } }

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

.home-layout-4 {
  font-size: 16px; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
  padding: 0 30px;
  position: relative;
  width: 100%; }

@media (min-width: 1280px) {
  .container {
    padding: 0 75px;
    max-width: 1920px; } }

@media (min-width: 1280px) {
  .home-layout-2[data-page-type="default"] .container {
    max-width: 1720px; } }

.home-layout-3[data-page-type="default"] .container.container-custom,
.home-layout-3[data-page-type="default"] .container.container--heroCarousel {
  padding: 0;
  max-width: 100%; }

.home-layout-4[data-page-type="default"] .container.container-custom {
  max-width: 100%; }

@media (min-width: 1200px) {
  .home-layout-4[data-page-type="default"] .container.container-custom {
    padding: 0; } }

.container--medium {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.container--small {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }

.row {
  margin: 0 -15px; }

.page-heading {
  color: black;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  outline: none; }

.home-layout-4 .page-heading {
  font-size: 25px; }

@media (max-width: 767px) {
  .home-layout-4 .page-heading {
    font-size: 22px; } }

.halo-heading {
  font-size: 24px;
  font-weight: 700;
  color: black;
  display: block;
  text-align: center;
  margin: 0 0 25px 0;
  text-transform: capitalize;
  position: relative; }

.home-layout-2 .halo-heading {
  font-weight: 900; }

.home-layout-3 .halo-heading {
  font-weight: 900; }

.home-layout-4 .halo-heading {
  font-weight: 900;
  text-transform: uppercase; }

@media (max-width: 767px) {
  .page-heading {
    font-size: 24px; } }

.hide {
  display: none; }

.scrollbar {
  overflow-y: auto; }

.scrollbar::-webkit-scrollbar {
  width: 10px; }

.scrollbar::-webkit-scrollbar-track {
  background: #EAEAEA; }

.scrollbar::-webkit-scrollbar-thumb {
  background: #000000; }

.text-center {
  text-align: center; }

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

.text-right {
  text-align: right; }

.txt-trans-up {
  text-transform: uppercase; }

.txt-dec-under {
  text-decoration: underline; }

.d-inline-block {
  display: inline-block; }

.w-100 {
  width: 100%; }

.icon-loading {
  display: block;
  margin: 0 auto; }

.icon-arrow-right {
  position: relative;
  width: 8px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 12px; }

.icon-arrow-right:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 8px;
  height: 2px;
  background: black;
  transform: rotate(45deg); }

.icon-arrow-right:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 8px;
  height: 2px;
  background: black;
  transform: rotate(-45deg); }

@media (min-width: 1025px) {
  .link-effect > .text {
    position: relative; }
  .link-effect > .text:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 1px;
    width: 100%;
    transform: scaleX(0);
    transition: transform 350ms ease-out;
    transform-origin: right;
    background: black; }
  .link-effect:hover .text:after {
    transform: scaleX(1);
    transform-origin: left;
    background: black; }
  .image-zoom img {
    will-change: transform;
    transition: transform .64s ease; }
  .image-zoom:hover img {
    transform: scale(1.08); }
  .animate-icon:hover img {
    animation: animateBounceIn forwards;
    animation-duration: 1s;
    animation-delay: 0; } }

img:not(.card-image).lazyloaded {
  opacity: 1;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both; }

.bar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: black;
  display: block;
  transition: left .3s ease-in-out; }

@media (min-width: 1200px) {
  .showDotsBar {
    margin-bottom: 45px; }
  .showDotsBar .slick-dots {
    display: none !important; } }

.showDotsBar + .progress {
  width: 100%;
  height: 4px;
  overflow: hidden;
  background-color: #f0f0f0;
  background-image: linear-gradient(to right, black, black);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size .4s ease-in-out;
  margin-top: 30px;
  position: relative;
  cursor: pointer;
  display: none; }

@media (min-width: 1200px) {
  .showDotsBar + .progress {
    display: block;
    width: calc(100% - 150px);
    margin-left: 75px; } }

.bgRating--full {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 306 306' id='icon-star' fill='%F6CF04'%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/polygon%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat; }

.bgRating--empty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 306 306' id='icon-star' fill='%23e4e4e4'%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/polygon%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat; }

.halo--checkbox {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 5px;
  font-size: 0; }

.halo--checkbox label {
  width: 15px;
  height: 15px;
  display: inline-block;
  border: 1px solid #202020;
  border-radius: 0; }

.halo--checkbox label:after {
  content: '';
  background-image: url("data:image/svg+xml,%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='%23ffffff'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  transform: scale(0);
  opacity: 0;
  width: 14px;
  height: 14px;
  display: block; }

.halo--checkbox .form-checkbox:checked + label {
  background-color: #202020; }

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

.btnViewAll {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: black;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  text-decoration: none;
  background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
  background-repeat: repeat-x;
  background-position-y: 0px;
  text-transform: capitalize; }

.btnViewAll:hover {
  color: #c4390f;
  background-image: linear-gradient(transparent 96%, rgba(196, 57, 15, 0.6) 4%); }

.home-layout-3 .btnViewAll {
  background-image: none;
  text-transform: none;
  padding-right: 28px; }

.home-layout-3 .btnViewAll:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 5px;
  border: solid black;
  border-width: 0 1px 1px 0;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.home-layout-3 .btnViewAll:hover:after {
  border: solid #c4390f;
  border-width: 0 1px 1px 0; }

p:focus-visible {
  outline: none; }

@media (max-width: 550px) {
  .btnViewAll {
    display: none; } }

.halo-comingSoon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background-color: #f6f6f6;
  color: black;
  font-size: 16px; }

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

.siteMap-lv1 > li {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 15px;
  margin-bottom: 30px; }

.siteMap-lv1 > li h2 {
  margin-top: 0;
  margin-bottom: 10px;
  color: black;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase; }

.siteMap-lv1 li {
  line-height: 1.8; }

.siteMap-lv1 li a {
  text-decoration: none; }

.siteMap-lv1 li a span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .5s; }

.siteMap-lv1 li a:hover span {
  background-size: 100% 1px; }

.siteMap-lv1 .siteMap-lv2 {
  list-style: none; }

.siteMap-lv1 .siteMap-lv2 > li {
  padding: 3px 0; }

.siteMap-lv1 .siteMap-lv2 > li > a {
  font-weight: 700; }

.siteMap-lv1 .siteMap-lv2 .siteMap-lv3 {
  list-style: none;
  margin-top: 5px;
  margin-bottom: 10px; }

.siteMap-lv1 .siteMap-lv2 .siteMap-lv3 > li > a {
  font-weight: 500; }

.siteMap-lv1 .siteMap-lv2 .siteMap-lv3 ul {
  list-style: none;
  margin-top: 5px;
  margin-bottom: 10px; }

.siteMap-lv1 .siteMap-lv2 .siteMap-lv3 ul li a {
  color: #787878; }

.siteMap-lv1 .siteMap-lv2 .siteMap-lv3 ul li a:hover {
  color: #c4390f; }

.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: #000000;
  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: #000000;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  border: none;
  padding: 0; }

#sideBlock_category.halo-side-block,
#sideBlock_search.halo-side-block,
#sideBlock_brand.halo-side-block,
#sideBlock_blog.halo-side-block {
  transform: translate3d(-112%, 0, 0); }

#sideBlock_category.halo-side-block.is-open,
#sideBlock_search.halo-side-block.is-open,
#sideBlock_brand.halo-side-block.is-open,
#sideBlock_blog.halo-side-block.is-open {
  transform: translate3d(0, 0, 0); }

.halo-side-block {
  position: fixed;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  width: calc(100% - 43px);
  max-width: 430px;
  background: #f2e3d8;
  transition: all 0.5s ease;
  z-index: 101;
  transform: translate3d(112%, 0, 0); }

.halo-side-block.is-open {
  right: 0;
  transform: translate3d(0, 0, 0); }

.halo-side-block .side-block-container {
  width: 100%;
  height: 100%; }

.halo-side-block .side-block-header {
  position: relative;
  padding: 30px 30px 26px 30px; }

.halo-side-block .side-block-header h3 {
  color: #202020;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  text-transform: capitalize;
  font-family: "Jost", Arial, Helvetica, sans-serif; }

.halo-side-block .side-block-body {
  padding: 0 30px 30px 30px;
  overflow-y: auto;
  width: 100%;
  height: -ms-calc(100% - 80px);
  height: calc(100% - 80px); }

.halo-side-block .side-block-body::-webkit-scrollbar {
  width: 10px; }

.halo-side-block .side-block-body::-webkit-scrollbar-track {
  background: #f6f6f6; }

.halo-side-block .side-block-body::-webkit-scrollbar-thumb {
  background: #464646; }

.halo-side-block .btn-close {
  position: absolute;
  top: 19px;
  left: -41px; }

.halo-side-block .btn-close:before,
.halo-side-block .btn-close:after {
  background-color: #ffffff; }

.halo-side-block.haloSideBlock--left {
  right: auto;
  left: -102%;
  transform: unset; }

.halo-side-block.haloSideBlock--left.is-open {
  left: 0; }

.halo-side-block.haloSideBlock--left .btn-close {
  left: auto;
  right: -41px; }

@media (max-width: 550px) {
  .halo-side-block {
    max-width: 100%; }
  .halo-side-block .side-block-header {
    padding: 20px 20px 16px 20px; }
  .halo-side-block .side-block-body {
    padding: 0 20px 20px 20px;
    height: -ms-calc(100% - 60px);
    height: calc(100% - 60px); }
  .halo-side-block .side-block-body::-webkit-scrollbar {
    width: 5px; }
  .halo-side-block .btn-close {
    top: 10px;
    left: -33px; }
  .halo-side-block.haloSideBlock--left .btn-close {
    left: auto;
    right: -33px; } }

.at-share-btn-elements .at-icon-wrapper {
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  margin: 0 8px 0 0 !important; }

.at-share-btn-elements .at-icon-wrapper svg {
  width: 20px !important;
  height: 20px !important;
  fill: black !important; }

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

.at-share-btn-elements .at-icon-wrapper:last-child {
  margin-right: 0 !important; }

.halo_securityImage {
  margin-top: 20px;
  margin-bottom: 25px; }

.halo_securityImage .halo_securityDes {
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px; }

.halo_securityImage ul {
  list-style: none;
  margin: 0;
  font-size: 0;
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 10px; }

.halo_securityImage ul li {
  margin: 0 20px 0 0;
  display: inline-block; }

.halo_securityImage ul li:last-child {
  margin-right: 0; }

.halo_securityImage ul::-webkit-scrollbar {
  height: 5px; }

.halo_securityImage ul::-webkit-scrollbar-track {
  background: #EAEAEA; }

.halo_securityImage ul::-webkit-scrollbar-thumb {
  background: #000000; }

#sideBlock_login .navPages-accountList .navPages-item {
  float: none; }

#sideBlock_login .login-form-popup {
  margin-bottom: 20px; }

#sideBlock_login .login-form-popup .form-field {
  margin-bottom: 0; }

#sideBlock_login .login-form-popup .form-field + .form-field {
  margin-top: 20px; }

#sideBlock_login .login-form-popup .form-field .form-label {
  color: black;
  font-weight: 500;
  line-height: 24px; }

#sideBlock_login .login-form-popup .form-field .form-input {
  color: black;
  border-color: #CCCCCC; }

#sideBlock_login .login-form-popup .form-field .form-input::-moz-placeholder {
  color: black; }

#sideBlock_login .login-form-popup .form-field .form-input::placeholder {
  color: black; }

#sideBlock_login .login-form-popup .form-field .form-input:-ms-input-placeholder {
  color: black; }

#sideBlock_login .login-form-popup .form-field .form-input::-ms-input-placeholder {
  color: black; }

#sideBlock_login .login-form-popup .form-actions {
  margin-top: 15px; }

#sideBlock_login .login-form-popup .form-actions .button {
  width: 100%;
  display: block;
  margin-bottom: 25px; }

#sideBlock_login .login-form-popup .form-actions .forgot-password {
  margin: 0;
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #C4390F;
  line-height: 1;
  display: inline-block;
  width: auto; }

#sideBlock_login .login-form-popup .form-actions .forgot-password:hover {
  color: #C4390F;
  border-bottom: 1px solid #000000; }

#sideBlock_login .new-customer {
  width: 100%;
  padding: 0;
  float: none; }

#sideBlock_login .new-customer .button {
  width: 100%;
  display: block; }

.halo-home-section {
  margin-bottom: 30px; }

.home-layout-4 .halo-home-section {
  display: inline-block;
  width: 100%; }

.haloProductBlockFull .container-custom {
  padding: 0;
  max-width: 100%; }

@media (max-width: 1199px) {
  .haloProductBlockFull .container-custom {
    padding: 0 5px 0 5px; } }

.haloProductBlockFull .container-custom .row {
  margin: 0; }

.haloProductBlockFull .container-custom .halo-heading {
  text-align: left;
  padding-left: 10px; }

@media (max-width: 1199px) {
  .haloProductBlockFull .container-custom .halo-heading {
    padding-right: 10px; } }

@media (min-width: 1200px) {
  .haloProductBlockFull .container-custom .halo-heading {
    padding-left: 75px; } }

.haloProductBlockFull .container-custom .halo-heading .btnViewAll {
  right: 15px; }

@media (min-width: 1200px) {
  .haloProductBlockFull .container-custom .halo-heading .btnViewAll {
    right: 75px; } }

.haloProductBlockFull .productCarousel {
  margin: 0; }

@media (min-width: 1200px) {
  .haloProductBlockFull .productCarousel {
    padding-left: 60px; } }

@media (min-width: 1200px) {
  .haloProductBlockFull .productCarousel .slick-list {
    padding-right: 60px; } }

@media (min-width: 1200px) {
  .haloProductBlockFull .productCarousel .slick-prev {
    left: 90px; } }

@media (min-width: 1200px) {
  .haloProductBlockFull .productCarousel .slick-next {
    right: 90px; } }

@media (max-width: 550px) {
  .haloProductBlockFull .productCarousel {
    padding-bottom: 20px; }
  .haloProductBlockFull .productCarousel .slick-arrow {
    top: 30%; } }

.haloProductBlockFull .productCarousel:not(.slick-initialized) .productCarousel-slide {
  width: 25%; }

.haloProductBlockFull .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+5) {
  display: none; }

@media (max-width: 1199px) {
  .haloProductBlockFull .productCarousel:not(.slick-initialized) .productCarousel-slide {
    width: 33.33334%; }
  .haloProductBlockFull .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+4) {
    display: none; } }

@media (max-width: 991px) {
  .haloProductBlockFull .productCarousel:not(.slick-initialized) .productCarousel-slide {
    width: 50%; }
  .haloProductBlockFull .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+3) {
    display: none; } }

@media (max-width: 520px) {
  .haloProductBlockFull .productCarousel:not(.slick-initialized) .productCarousel-slide {
    width: 100%; }
  .haloProductBlockFull .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+2) {
    display: none; } }

.home-layout-2 #homeProductFeatured,
.home-layout-3 #homeProductFeatured {
  margin-top: 20px;
  display: inline-block;
  width: 100%; }

.home-layout-4 #homeProductFeatured {
  margin-top: 20px;
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .home-layout-4 #homeProductFeatured {
    margin-top: 40px; } }

#homeProductFeatured .halo-heading {
  margin-bottom: 20px; }

@media (min-width: 768px) {
  #homeProductFeatured .halo-heading {
    margin-bottom: 40px; } }

#homeProductFeatured .productCarousel {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 70px; }

.home-layout-2 #homeProductFeatured .productCarousel {
  margin-bottom: 30px; }

.home-layout-4 #homeProductFeatured .productCarousel {
  padding-bottom: 0px;
  margin-bottom: 55px; }

@media (max-width: 550px) {
  .home-layout-4 #homeProductFeatured .productCarousel {
    padding-bottom: 20px; } }

@media (min-width: 768px) {
  #homeProductFeatured .productCarousel {
    margin-bottom: 85px; }
  .home-layout-2 #homeProductFeatured .productCarousel,
  .home-layout-3 #homeProductFeatured .productCarousel {
    margin-bottom: 40px; }
  .home-layout-4 #homeProductFeatured .productCarousel {
    margin-bottom: 25px; } }

@media (min-width: 1025px) {
  .home-layout-4 #homeProductFeatured .productCarousel {
    margin-bottom: 25px; } }

#homeProductFeatured .productCarousel .slick-arrow {
  top: 40%; }

#homeProductFeatured .productCarousel:not(.slick-initialized) .productCarousel-slide {
  width: 25%;
  display: inline-block; }

#homeProductFeatured .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+5) {
  display: none; }

@media (max-width: 800px) {
  #homeProductFeatured .productCarousel:not(.slick-initialized) .productCarousel-slide {
    width: 33.33334%; }
  #homeProductFeatured .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+4) {
    display: none; } }

@media (max-width: 550px) {
  #homeProductFeatured .productCarousel:not(.slick-initialized) .productCarousel-slide {
    width: 50%; }
  #homeProductFeatured .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+3) {
    display: none; } }

#homeService {
  margin-bottom: 30px; }

#homeService .homeService__container {
  padding: 68px 0 69px;
  background-color: #f6f6f6; }

#homeService .homeService__carousel:not(.slick-initialized) {
  display: flex; }

#homeService .homeService__item {
  width: 33.33%;
  padding: 20px;
  text-align: center;
  display: flex;
  justify-content: center; }

#homeService .homeService__item .homeService__img {
  text-align: center; }

#homeService .homeService__item .homeService__img img {
  width: auto;
  display: inline-block; }

#homeService .homeService__item .homeService__content {
  padding-left: 30px;
  text-align: left; }

#homeService .homeService__item .homeService__content h5 {
  font-size: 20px;
  color: black;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: capitalize; }

#homeService .homeService__item .homeService__content p {
  color: black;
  line-height: 26px;
  letter-spacing: 0.02em;
  margin-bottom: 5px; }

#homeService .homeService__item .homeService__content a {
  color: black;
  letter-spacing: 0.02em;
  text-decoration: none;
  border-bottom: 1px solid black;
  line-height: 1;
  display: inline-block; }

@media (max-width: 1024px) {
  #homeService .homeService__container {
    display: block;
    padding: 30px 0; }
  #homeService .homeService__container .homeService__carousel {
    font-size: 0; }
  #homeService .homeService__container .homeService__item {
    display: inline-block;
    vertical-align: top; }
  #homeService .homeService__container .homeService__item .homeService__img {
    margin: 0 0 15px;
    width: 100%; }
  #homeService .homeService__container .homeService__item .homeService__content {
    padding-left: 0;
    font-size: 16px;
    text-align: center; }
  #homeService .homeService__container .homeService__item .homeService__content h5 {
    font-size: 18px; } }

@media (max-width: 767px) {
  #homeService .homeService__container {
    padding: 15px 0; }
  #homeService .homeService__container .homeService__item {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px; }
  #homeService .homeService__container .homeService__carousel {
    margin-bottom: 30px;
    position: relative; }
  #homeService .homeService__container .homeService__carousel:not(.slick-initialized) .homeService__item:nth-child(n+2) {
    display: none; } }

#homeTopBanner {
  margin-bottom: 55px; }

#homeTopBanner .homeTopBanner__container {
  position: relative; }

#homeTopBanner .homeTopBanner__container .homeTopBanner__img {
  position: relative;
  overflow: hidden; }

#homeTopBanner .homeTopBanner__container .homeTopBanner__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: auto;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  /* Object-fit polyfill */
  font-family: 'object-fit: contain;'; }

#homeTopBanner .homeTopBanner__container .homeTopBanner__img:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 37.85310734463277%; }

#homeTopBanner .homeTopBanner__container .homeTopBanner__content {
  text-align: center;
  padding: 20px;
  background-color: #f6f6f6; }

#homeTopBanner .homeTopBanner__container .homeTopBanner__content .homeTopBanner__title {
  margin-top: 0;
  margin-bottom: 0;
  color: black;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px; }

#homeTopBanner .homeTopBanner__container .homeTopBanner__content .homeTopBanner__price {
  color: black;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px; }

#homeTopBanner .homeTopBanner__container .homeTopBanner__content .homeTopBanner__des {
  color: black;
  line-height: 24px;
  margin-bottom: 25px; }

#homeTopBanner .homeTopBanner__container .homeTopBanner__content .button {
  margin-bottom: 0;
  min-width: 180px; }

@media (min-width: 1200px) {
  #homeTopBanner .homeTopBanner__container .homeTopBanner__content .homeTopBanner__title {
    font-size: 50px; }
  #homeTopBanner .homeTopBanner__container .homeTopBanner__content .homeTopBanner__price {
    font-size: 18px;
    margin-bottom: 35px; }
  #homeTopBanner .homeTopBanner__container .homeTopBanner__content .button {
    margin-top: 20px; } }

@media (min-width: 1025px) {
  #homeTopBanner .homeTopBanner__container .homeTopBanner__content {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 15px 125px;
    max-width: 600px;
    text-align: left;
    background-color: transparent;
    max-height: 100%;
    overflow-y: auto; }
  #homeTopBanner .homeTopBanner__container .homeTopBanner__content::-webkit-scrollbar {
    width: 10px; }
  #homeTopBanner .homeTopBanner__container .homeTopBanner__content::-webkit-scrollbar-track {
    background: #EAEAEA; }
  #homeTopBanner .homeTopBanner__container .homeTopBanner__content::-webkit-scrollbar-thumb {
    background: #000000; } }

@media (max-width: 1199px) and (min-width: 1025px) {
  #homeTopBanner .homeTopBanner__container .homeTopBanner__content {
    padding: 25px 20px;
    max-width: 500px; } }

@media (max-width: 550px) {
  #homeTopBanner .homeTopBanner__container .homeTopBanner__content .homeTopBanner__title {
    font-size: 20px; } }

@media (max-width: 480px) {
  #homeTopBanner .homeTopBanner__container .homeTopBanner__img img {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }
  #homeTopBanner .homeTopBanner__container .homeTopBanner__img:after {
    padding-bottom: 70%; } }

.haloBottomBanner {
  margin-bottom: 75px; }

.haloBottomBanner .homeBottomBanner__container {
  position: relative; }

.haloBottomBanner .homeBottomBanner__container .homeBottomBanner__img {
  position: relative;
  display: block;
  z-index: 1; }

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

.haloBottomBanner .homeBottomBanner__container .homeBottomBanner__img:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 46.3276836158192%; }

.haloBottomBanner .homeBottomBanner__container .homeBottomBanner__img:before {
  content: '';
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  background-color: #f6f6f6;
  width: 30%;
  max-width: 420px;
  height: 100%;
  transition: all 2s ease; }

.haloBottomBanner .homeBottomBanner__container .homeBottomBanner__img:hover:before {
  width: calc(50% + 15px);
  max-width: calc(50% + 15px); }

.haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content {
  padding: 20px;
  background-color: #f6f6f6;
  text-align: center; }

.haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content .homeBottomBanner__title {
  color: black;
  font-size: 28px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px; }

.haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content .homeBottomBanner__ads {
  color: black;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px; }

.haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content .homeBottomBanner__des {
  color: black;
  line-height: 24px;
  margin-bottom: 25px; }

.haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content .button {
  min-width: 180px;
  margin-bottom: 0; }

.haloBottomBanner .homeBottomBanner__reviews {
  max-width: 1200px;
  display: block;
  margin: 80px auto 0; }

.haloBottomBanner .homeBottomBanner__reviews .homeBottomBanner__carousel .homeBottomBanner__item {
  padding: 0 15px;
  text-align: center;
  margin-bottom: 30px; }

.haloBottomBanner .homeBottomBanner__reviews .homeBottomBanner__carousel .homeBottomBanner__item .homeBottomBanner__itemDes {
  max-width: 900px;
  margin: 0 auto; }

.haloBottomBanner .homeBottomBanner__reviews .homeBottomBanner__carousel .homeBottomBanner__item .homeBottomBanner__itemDes p {
  color: black;
  line-height: 26px;
  letter-spacing: 0.02em; }

.haloBottomBanner .homeBottomBanner__reviews .homeBottomBanner__carousel .homeBottomBanner__item .homeBottomBanner__itemContent {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding-top: 10px; }

.haloBottomBanner .homeBottomBanner__reviews .homeBottomBanner__carousel .homeBottomBanner__item .homeBottomBanner__itemContent .homeBottomBanner__itemImg {
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle; }

.haloBottomBanner .homeBottomBanner__reviews .homeBottomBanner__carousel .homeBottomBanner__item .homeBottomBanner__itemContent .homeBottomBanner__itemTitle {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  text-align: left; }

.haloBottomBanner .homeBottomBanner__reviews .homeBottomBanner__carousel .homeBottomBanner__item .homeBottomBanner__itemContent .homeBottomBanner__itemTitle h5 {
  color: black;
  font-size: 16px;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 5px; }

.haloBottomBanner .homeBottomBanner__reviews .homeBottomBanner__carousel .homeBottomBanner__item .homeBottomBanner__itemContent .homeBottomBanner__itemTitle h5 a {
  text-decoration: none; }

.haloBottomBanner .homeBottomBanner__reviews .homeBottomBanner__carousel .homeBottomBanner__item .homeBottomBanner__itemContent .homeBottomBanner__itemTitle p {
  color: #787878;
  line-height: 26px;
  letter-spacing: 0.02em;
  margin-bottom: 0; }

.haloBottomBanner .homeBottomBanner__reviews .homeBottomBanner__carousel:not(.slick-initialized) .homeBottomBanner__item:nth-child(n+2) {
  display: none; }

@media (min-width: 1025px) {
  .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    max-width: 300px;
    text-align: left;
    z-index: 1;
    max-height: 100%;
    overflow-y: auto; }
  .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content::-webkit-scrollbar {
    width: 10px; }
  .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content::-webkit-scrollbar-track {
    background: #EAEAEA; }
  .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content::-webkit-scrollbar-thumb {
    background: #000000; } }

@media (min-width: 1200px) {
  .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content .homeBottomBanner__title {
    font-size: 50px; }
  .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content .homeBottomBanner__ads {
    font-size: 18px;
    margin-bottom: 30px; }
  .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content .homeBottomBanner__des {
    margin-bottom: 45px; }
  .haloBottomBanner .homeBottomBanner__carousel .slick-prev {
    left: -3px; }
  .haloBottomBanner .homeBottomBanner__carousel .slick-next {
    right: -3px; } }

@media (min-width: 1600px) {
  .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content {
    padding: 20px 125px;
    max-width: 600px;
    background-color: transparent; } }

@media (max-width: 1024px) {
  .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__img:before {
    width: calc(50% + 15px);
    max-width: calc(50% + 15px); } }

@media (max-width: 550px) {
  .haloBottomBanner .homeBottomBanner__container .homeBottomBanner__content .homeBottomBanner__title {
    font-size: 20px; } }

#homeFeaturedCollections {
  margin-bottom: 85px; }

#homeFeaturedCollections .homeFeaturedCollections__container {
  font-size: 0;
  margin: 0 -15px; }

#homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__carousel {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px; }

#homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__carousel:not(.slick-initialized) .homeFeaturedCollections__item:nth-child(n+5) {
  display: none; }

#homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item {
  font-size: 16px;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 15px; }

#homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item .homeFeaturedCollections__img {
  position: relative; }

#homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item .homeFeaturedCollections__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: auto;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  /* Object-fit polyfill */
  font-family: 'object-fit: contain;'; }

#homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item .homeFeaturedCollections__img:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 52.85714285714285%; }

#homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item .homeFeaturedCollections__content {
  padding-top: 35px; }

#homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item .homeFeaturedCollections__content .homeFeaturedCollections__title {
  margin-top: 0;
  margin-bottom: 15px;
  color: black;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  border-bottom: 1px solid transparent;
  transition: all 0.5s ease; }

#homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item .homeFeaturedCollections__content .homeFeaturedCollections__title:hover {
  border-color: black; }

#homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item .homeFeaturedCollections__content .homeFeaturedCollections__des {
  color: black;
  line-height: 26px;
  margin-bottom: 0; }

#homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item .homeFeaturedCollections__content .homeFeaturedCollections__price {
  color: black;
  line-height: 26px;
  margin-bottom: 20px; }

#homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item .homeFeaturedCollections__content .button {
  min-width: 180px;
  margin-bottom: 0; }

@media (max-width: 1199px) {
  #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item {
    width: 33.3333%; }
  #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__carousel:not(.slick-initialized) .homeFeaturedCollections__item:nth-child(n+4) {
    display: none; } }

@media (max-width: 991px) {
  #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item {
    width: 50%; }
  #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__carousel:not(.slick-initialized) .homeFeaturedCollections__item:nth-child(n+3) {
    display: none; } }

@media (max-width: 550px) {
  #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__item {
    width: 100%; }
  #homeFeaturedCollections .homeFeaturedCollections__container .homeFeaturedCollections__carousel:not(.slick-initialized) .homeFeaturedCollections__item:nth-child(n+2) {
    display: none; } }

#homeReviewsBlock {
  margin-bottom: 55px; }

#homeReviewsBlock .halo-heading {
  margin-bottom: 20px; }

#homeReviewsBlock .homeReviewsBlock_des {
  display: block;
  text-align: center; }

#homeReviewsBlock .homeReviewsBlock_container {
  margin: 0 -15px;
  padding-top: 40px; }

#homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel {
  font-size: 0;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 35px; }

#homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item {
  font-size: 16px;
  width: 33.334%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 15px; }

#homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item .homeReviewsBlock_img {
  position: relative; }

#homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item .homeReviewsBlock_img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: auto;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  /* Object-fit polyfill */
  font-family: 'object-fit: contain;'; }

#homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item .homeReviewsBlock_img:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 43.50877192982455%; }

#homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item .homeReviewsBlock_content {
  padding-top: 40px;
  max-width: 400px;
  margin: 0 auto; }

#homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item .homeReviewsBlock_content .homeReviewsBlock_rating {
  margin-bottom: 18px; }

#homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item .homeReviewsBlock_content .homeReviewsBlock_rating .icon {
  width: 24px;
  height: 24px; }

#homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item .homeReviewsBlock_content .homeReviewsBlock_review {
  color: black;
  line-height: 26px;
  margin-bottom: 12px; }

#homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item .homeReviewsBlock_content .homeReviewsBlock_author {
  color: #787878;
  line-height: 26px;
  margin-bottom: 0; }

#homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel:not(.slick-slider) .homeReviewsBlock_item:nth-child(n+4) {
  display: none; }

#homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .slick-arrow {
  top: 25%;
  border-color: #d4d5d7; }

@media (max-width: 1199px) {
  #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item {
    width: 50%; }
  #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel:not(.slick-slider) .homeReviewsBlock_item:nth-child(n+3) {
    display: none; } }

@media (max-width: 550px) {
  #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel .homeReviewsBlock_item {
    width: 100%; }
  #homeReviewsBlock .homeReviewsBlock_container .homeReviewsBlock_carousel:not(.slick-slider) .homeReviewsBlock_item:nth-child(n+2) {
    display: none; } }

/* Popup Someone Purchased */
#recently_bought_list {
  padding: 0;
  left: 30px;
  right: auto;
  bottom: 30px;
  width: auto;
  position: fixed;
  background: #fff;
  border-radius: 2px;
  width: calc(100% - 30px);
  max-width: 370px;
  z-index: 9;
  animation-duration: 0.5s;
  transition: all 0.5s ease;
  box-shadow: 0px 3px 10px 0px 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;
  color: #ffffff;
  width: 29px;
  height: 29px;
  top: -14.5px;
  left: -14.5px;
  right: auto;
  background-color: #000000;
  text-align: center;
  text-decoration: none;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 1; }

#recently_bought_list .halo-recently-bought [data-close-recently-bought] svg {
  width: 29px;
  height: 29px;
  padding: 5px;
  fill: #ffffff;
  stroke: #ffffff; }

#recently_bought_list .recently-bought-inner {
  display: -moz-flex;
  display: flex;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start; }

#recently_bought_list .recently-bought-inner .product-image {
  width: 80px;
  display: inline-block;
  position: relative;
  padding: 10px; }

#recently_bought_list .recently-bought-inner .product-info {
  width: calc(100% - 80px);
  padding: 8px 25px 7px 10px;
  line-height: 20px; }

@media (min-width: 551px) {
  #recently_bought_list .recently-bought-inner .product-info {
    padding: 12px 25px 13px 10px; } }

#recently_bought_list .recently-bought-inner .product-info .text-wrap {
  display: inline-block;
  width: 100%;
  color: #969696;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 22px;
  letter-spacing: 0.02em; }

@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;
  /* autoprefixer: off */ }

#recently_bought_list .recently-bought-inner .product-info .product-name {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  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; }

#recently_bought_list .recently-bought-inner .product-info .location-info {
  font-size: 13px;
  color: #969696;
  line-height: 20px;
  letter-spacing: 0.02em; }

@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;
    /* autoprefixer: off */ } }

.haloBrandsSlider {
  background-color: #000000;
  padding: 30px 0; }

.haloBrandsSlider .haloBrandsSlider__container {
  max-width: 1800px;
  padding: 0 15px;
  margin: 0 auto;
  display: block; }

.haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__row {
  margin: 0 -15px; }

.haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel {
  font-size: 0;
  position: relative; }

.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%;
  -o-object-fit: contain;
  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: 23.93939393939394%; }

.haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .slick-arrow {
  background-color: transparent;
  padding: 0;
  transition: .3s ease-in-out;
  border: none; }

.haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .slick-arrow.slick-prev:before {
  transition: .3s ease-in-out;
  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='%23c4390f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
  height: 1.1875rem;
  width: 0.6875rem;
  background-size: 100%;
  background-position: center;
  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='%23424242' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .slick-arrow.slick-next:before {
  transition: .3s ease-in-out;
  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='%23c4390f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
  height: 1.1875rem;
  width: 0.6875rem;
  background-size: 100%;
  background-position: center;
  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='%23424242' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

@media (min-width: 1280px) {
  .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel {
    padding-left: 160px;
    padding-right: 160px; } }

@media (max-width: 1279px) {
  .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel {
    padding-left: 50px;
    padding-right: 50px; } }

@media (max-width: 1199px) {
  .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel .haloBrandsSlider__item {
    width: 25%; }
  .haloBrandsSlider .haloBrandsSlider__container .haloBrandsSlider__carousel:not(.slick-slider) .haloBrandsSlider__item:nth-child(n+5) {
    display: none; } }

@media (max-width: 991px) {
  .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; } }

.halo-ask-an-expert {
  position: fixed;
  bottom: 30px;
  right: 30px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 10;
  transition: all 0.5s ease; }

@media (max-width: 1279px) {
  .halo-ask-an-expert {
    bottom: 15px;
    right: 15px; } }

@media (max-width: 800px) {
  .halo-ask-an-expert {
    bottom: 150px;
    right: 15px; } }

@media (min-width: 801px) {
  .halo-ask-an-expert .ask-an-expert-link.no-image .icon-mobile {
    display: flex; } }

.halo-ask-an-expert img {
  display: none; }

@media (min-width: 801px) {
  .halo-ask-an-expert img {
    display: block; } }

.halo-ask-an-expert .icon-mobile {
  height: 2.5rem;
  width: 2.5rem;
  background: #c4390f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px; }

@media (min-width: 801px) {
  .halo-ask-an-expert .icon-mobile {
    display: none; } }

.halo-ask-an-expert .icon-mobile svg {
  fill: white;
  width: 22px;
  height: 22px; }

.home-layout-2 .halo-ask-an-expert .icon-mobile {
  background: black; }

.home-layout-3 .halo-ask-an-expert .icon-mobile {
  background: #c4390f; }

.home-layout-3 .halo-ask-an-expert .icon-mobile svg {
  fill: black; }

@media (min-width: 551px) {
  #halo-ask-an-expert.modal {
    width: 860px;
    max-height: 90%; } }

#halo-ask-an-expert .modal-header {
  background: none;
  padding: 16px 15px;
  background-color: #f6f6f6; }

@media (min-width: 801px) {
  #halo-ask-an-expert .modal-header {
    padding: 15px 50px 16px; } }

#halo-ask-an-expert .modal-header-title {
  color: black;
  font-size: 16px;
  font-weight: 700; }

#halo-ask-an-expert .halo-ask-an-expert-logo {
  text-align: center;
  padding: 0 15px 20px 15px; }

@media (min-width: 801px) {
  #halo-ask-an-expert .halo-ask-an-expert-logo {
    padding: 0 50px 20px 50px; } }

#halo-ask-an-expert .halo-ask-an-expert-logo > a {
  font-size: 28px; }

#halo-ask-an-expert .halo-ask-an-expert-subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  margin: 0 0 16px 0;
  text-transform: capitalize;
  color: black; }

#halo-ask-an-expert .halo-ask-an-expert-text {
  font-size: 16px;
  font-weight: 400;
  color: black;
  line-height: 1.7;
  text-align: center; }

#halo-ask-an-expert .halo-ask-an-expert-text .alertBox {
  margin: 20px 0 40px 0;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  width: 100%;
  color: black; }

#halo-ask-an-expert .halo-ask-an-expert-text.description {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E6E6; }

#halo-ask-an-expert .halo-ask-an-expert-text.question {
  font-weight: 500; }

#halo-ask-an-expert .modal-body {
  padding: 30px 15px 0px 15px; }

@media (min-width: 551px) {
  #halo-ask-an-expert .modal-body {
    padding: 30px 30px 0px 30px; } }

@media (min-width: 801px) {
  #halo-ask-an-expert .modal-body {
    padding: 30px 116px 0px 116px; } }

#halo-ask-an-expert .modal-body #halo-ask-an-expert-form {
  margin-top: 25px; }

#halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field {
  margin-bottom: 15px; }

#halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field .form-label {
  display: inline-block;
  margin-bottom: 7px; }

@media (max-width: 320px) {
  #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field .form-label {
    display: block;
    margin-right: 0 !important; } }

#halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field .form-label.label-last {
  display: block;
  margin-bottom: 0.875rem; }

#halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field input::-moz-placeholder {
  color: black; }

#halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field input::placeholder {
  color: black; }

#halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black; }

#halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black; }

#halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field input[type="radio"] + label {
  font-weight: 400;
  width: auto;
  margin-right: 25px;
  cursor: pointer;
  margin-bottom: 9px;
  position: relative;
  padding-left: 24px; }

#halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.form-field-radio {
  margin-bottom: 16px;
  padding-top: 5px; }

#halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.form-field-radio label:first-child {
  margin-right: 25px; }

@media (max-width: 767px) {
  #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.form-field-radio label:first-child {
    display: block;
    margin-bottom: 13px; } }

#halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.form-field-radio .form-label-custom {
  display: block;
  margin-bottom: 16px; }

#halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.comment-area {
  margin-bottom: 18px; }

#halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.comment-area textarea {
  max-height: 136px; }

#halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions {
  margin-top: 20px;
  margin-bottom: 40px; }

@media (min-width: 768px) {
  #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions {
    margin-bottom: 60px; } }

@media (min-width: 801px) {
  #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions {
    margin-bottom: 100px; } }

#halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions #halo-ask-an-expert-button {
  width: 100%; }

#halo-newsletter-popup {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  transition: color 0.15s ease;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  display: block;
  overflow: visible;
  z-index: 9996; }

#halo-newsletter-popup .popup-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  position: fixed;
  overflow: hidden;
  background: rgba(44, 44, 44, 0.65); }

#halo-newsletter-popup .newsletter-popup-container {
  position: relative;
  width: auto;
  pointer-events: none;
  display: flex;
  align-items: center;
  min-height: calc(100% - (1.75rem * 2));
  margin: 1.75rem auto;
  width: calc(100% - 120px);
  max-height: 85%;
  z-index: 101;
  max-width: 870px; }

@media (max-width: 550px) {
  #halo-newsletter-popup .newsletter-popup-container {
    width: calc(100% - 30px); } }

@media (min-width: 768px) {
  #halo-newsletter-popup .newsletter-popup-container.no-imageNewsletter {
    max-width: 470px; }
  #halo-newsletter-popup .newsletter-popup-container.no-imageNewsletter .newsletter-right {
    width: 100%; } }

#halo-newsletter-popup.hide {
  display: none !important;
  opacity: 0;
  overflow: hidden; }

.newsletter-popup-inner {
  text-align: left;
  width: 100%;
  padding: 0;
  height: auto;
  margin: 0 auto;
  position: relative;
  pointer-events: auto;
  font-size: 16px;
  background-color: #ffffff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }

@media (min-width: 768px) {
  .newsletter-popup-inner {
    display: flex;
    align-items: stretch; } }

.home-layout-4 .newsletter-popup-inner {
  background-color: #000; }

.newsletter-popup-inner [data-close-newsletter-popup] {
  position: absolute;
  top: -3px;
  right: -40px;
  z-index: 5;
  width: 25px;
  height: 25px;
  padding: 0;
  background-color: transparent; }

.newsletter-popup-inner [data-close-newsletter-popup]:before,
.newsletter-popup-inner [data-close-newsletter-popup]:after {
  background-color: #ffffff; }

@media (max-width: 550px) {
  .newsletter-popup-inner [data-close-newsletter-popup] {
    top: -40px;
    right: -3px; } }

.newsletter-popup-inner .newsletter-left {
  display: none; }

@media (min-width: 768px) {
  .newsletter-popup-inner .newsletter-left {
    width: 50%;
    display: inline-block;
    position: relative;
    overflow: hidden; }
  .newsletter-popup-inner .newsletter-left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .newsletter-popup-inner .newsletter-left img.lazyload,
  .newsletter-popup-inner .newsletter-left img.lazyloading {
    width: auto;
    height: auto;
    margin: 0 auto; } }

.newsletter-popup-inner .newsletter-right {
  width: 100%;
  padding: 35px 15px 20px 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  overflow: auto;
  max-height: 85vh; }

.newsletter-popup-inner .newsletter-right .newsletter-heading {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 30px 0;
  text-transform: none;
  letter-spacing: 0.02em;
  color: black; }

.home-layout-4 .newsletter-popup-inner .newsletter-right .newsletter-heading {
  color: white;
  margin: 0 0 15px 0; }

@media (min-width: 768px) {
  .newsletter-popup-inner .newsletter-right {
    width: 50%;
    padding: 25px 20px 20px 20px; } }

@media (min-width: 991px) {
  .newsletter-popup-inner .newsletter-right {
    padding: 30px 30px 20px 30px; } }

@media (min-width: 801px) {
  .newsletter-popup-inner .newsletter-right {
    padding: 35px 30px 25px 30px; } }

@media (min-width: 1261px) {
  .newsletter-popup-inner .newsletter-right {
    padding: 35px 90px 25px 90px; }
  .newsletter-popup-inner .newsletter-right .newsletter-heading {
    margin-top: 30px; } }

.newsletter-popup-inner .newsletter-right .newsletter-message {
  display: block;
  margin: 0;
  color: black;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 16px;
  line-height: 26px; }

.home-layout-4 .newsletter-popup-inner .newsletter-right .newsletter-message {
  color: white;
  font-weight: 400; }

.newsletter-popup-inner .newsletter-right .no-thanks a {
  background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
  background-repeat: repeat-x;
  background-position-y: 0px;
  text-decoration: none;
  color: black;
  line-height: 20px;
  letter-spacing: 0.02em;
  display: inline-block; }

.home-layout-4 .newsletter-popup-inner .newsletter-right .no-thanks a {
  color: white; }

.newsletter-popup-inner .newsletter-right .social-links {
  margin-top: 28px;
  margin-bottom: 10px; }

@media (min-width: 551px) {
  .newsletter-popup-inner .newsletter-right .social-links {
    margin-top: 45px; }
  .home-layout-4 .newsletter-popup-inner .newsletter-right .social-links {
    margin-top: 35px; } }

.newsletter-popup-inner .newsletter-right .social-links .socialLinks-item {
  margin-right: 20px;
  margin-bottom: 20px; }

.newsletter-popup-inner .newsletter-right .social-links .socialLinks-item .icon {
  width: 18px;
  height: 18px;
  border: none; }

.newsletter-popup-inner .newsletter-right .social-links .socialLinks-item .icon svg {
  width: 100%;
  height: 100%; }

.home-layout-4 .newsletter-popup-inner .newsletter-right .social-links .socialLinks-item .icon svg {
  fill: white; }

.newsletter-popup-inner .newsletter-right .social-links .socialLinks-item .icon.icon--snapchat {
  height: 19px; }

.newsletter-popup-inner .newsletter-right .social-links .socialLinks-item .icon.icon--twitter {
  width: 22px;
  height: 22px;
  padding-top: 5px; }

.newsletter-popup-inner #popupSubcribeForm {
  margin-top: 20px;
  margin-bottom: 15px; }

@media (min-width: 801px) {
  .newsletter-popup-inner #popupSubcribeForm {
    margin-top: 31px;
    margin-bottom: 18px; } }

.newsletter-popup-inner #popupSubcribeForm .form {
  margin: 0; }

.newsletter-popup-inner #popupSubcribeForm .form-field {
  display: block;
  margin: 0; }

.newsletter-popup-inner #popupSubcribeForm .form-input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 0 15px 0;
  background-color: #ffffff;
  padding: 0 15px;
  border-radius: 4px; }

.home-layout-4 .newsletter-popup-inner #popupSubcribeForm .form-input {
  border-radius: 0; }

@media (min-width: 801px) {
  .newsletter-popup-inner #popupSubcribeForm .form-input {
    height: 45px;
    line-height: 45px; } }

.newsletter-popup-inner #popupSubcribeForm input[type="submit"] {
  width: 100%;
  display: block;
  min-width: 120px;
  margin: 0; }

.before-you-leave {
  position: fixed;
  top: 0;
  right: -101%;
  bottom: 0;
  max-width: 480px;
  width: calc(100% - 43px);
  background: #fff;
  transition: all .5s ease 0s;
  z-index: 10001; }

.halo-open-before-you-leave .before-you-leave {
  right: 0;
  display: block; }

.before-you-leave .btn-close {
  position: absolute;
  top: 19px;
  left: -41px; }

.before-you-leave .btn-close:before,
.before-you-leave .btn-close:after {
  background-color: #ffffff; }

@media (max-width: 550px) {
  .before-you-leave .btn-close {
    top: 10px;
    left: -33px; } }

@media (min-width: 801px) {
  .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: 801px) {
  .before-you-leave .logo {
    padding: 18px 30px; } }

.before-you-leave .logo img {
  max-height: 34px; }

.home-layout-2 .before-you-leave .logo {
  background-color: #1e1e1e; }

.home-layout-3 .before-you-leave .logo {
  background-color: #1e1e1e; }

.before-you-leave .before-you-leave-banner .banner-inner {
  position: relative; }

.before-you-leave .before-you-leave-banner .banner-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.before-you-leave .before-you-leave-banner .content {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
  text-align: center; }

@media (min-width: 551px) {
  .before-you-leave .before-you-leave-banner .content {
    padding: 32px 30px 30px 30px; } }

.before-you-leave .before-you-leave-banner .content .content-inner {
  width: 100%;
  padding: 0;
  margin-bottom: 20px; }

@media (min-width: 551px) {
  .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 h3 {
  font-size: 30px;
  font-weight: 700; }

.before-you-leave .before-you-leave-banner .content .title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 17px;
  margin-bottom: 15px;
  font-family: "Jost", Arial, Helvetica, sans-serif; }

.before-you-leave .before-you-leave-banner .content .heading1 {
  margin-top: 0;
  margin-bottom: 23px;
  line-height: 40px;
  font-family: "Jost", Arial, Helvetica, sans-serif; }

.before-you-leave .before-you-leave-banner .content .heading1 span {
  background-image: linear-gradient(transparent 95%, white 5%);
  background-repeat: repeat-x;
  background-position-y: 0px;
  padding-bottom: 3px; }

.before-you-leave .before-you-leave-banner .content .heading2 {
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: "Jost", Arial, Helvetica, sans-serif; }

.before-you-leave .before-you-leave-banner .content p {
  margin-bottom: 15px;
  line-height: 1.375rem; }

.before-you-leave .before-you-leave-banner .content .desc2 {
  line-height: 26px;
  margin-bottom: 15px; }

.before-you-leave .before-you-leave-banner .content .button {
  width: 100%;
  margin-bottom: 0; }

.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 .tabs-wrapper {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  padding: 0 20px;
  font-size: 0; }

@media (min-width: 551px) {
  .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: -10px;
  margin-right: -10px; }

.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: 18px 10px;
  font-weight: 500;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  letter-spacing: 0; }

.before-you-leave .before-you-leave-tab .tabs .tab .tab-title .count {
  width: 23px;
  height: 23px;
  line-height: 23px;
  background: #c8c8c8;
  color: #ffffff;
  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 .search {
  float: right;
  list-style: none;
  padding: 20px 0px; }

.before-you-leave .before-you-leave-tab .search .search-icon .icon-search {
  height: 1.1875rem;
  width: 1.1875rem;
  fill: black; }

.before-you-leave .before-you-leave-tab .search .search-icon .icon-close {
  display: none;
  font-size: 40px;
  width: 19px;
  height: 18px;
  line-height: 22px;
  color: black; }

.before-you-leave .before-you-leave-tab .search .search-icon.is-open .icon-search {
  display: none; }

.before-you-leave .before-you-leave-tab .search .search-icon.is-open .icon-close {
  display: block; }

.before-you-leave .before-you-leave-tab .search .search-icon.is-open + form {
  display: block; }

.before-you-leave .before-you-leave-tab .search .form {
  display: none;
  position: absolute;
  top: 0;
  left: 0px;
  width: calc(100% - 48px);
  z-index: 5;
  margin-bottom: 0; }

@media (min-width: 801px) {
  .before-you-leave .before-you-leave-tab .search .form {
    width: calc(100% - 75px); } }

.before-you-leave .before-you-leave-tab .search .form .form-field {
  position: relative;
  margin-bottom: 0; }

.before-you-leave .before-you-leave-tab .search .form .form-field .form-input {
  border-color: #eaeaea;
  height: 60px;
  border-bottom: none;
  padding: 15px 50px 15px 15px; }

@media (min-width: 801px) {
  .before-you-leave .before-you-leave-tab .search .form .form-field .form-input {
    padding: 15px 80px 15px 30px; } }

.before-you-leave .before-you-leave-tab .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: 801px) {
  .before-you-leave .before-you-leave-tab .search .form button {
    padding: 0 30px; } }

.before-you-leave .before-you-leave-tab .search .form button svg {
  margin-top: -1px;
  fill: rgba(0, 0, 0, 0.7);
  height: 1.1875rem;
  width: 1.1875rem; }

.before-you-leave .before-you-leave-tab .search .dropdown--quickSearch {
  border: none;
  border-bottom: 1px solid #eaeaea;
  margin-top: 1px;
  padding: 25px 15px; }

@media (min-width: 801px) {
  .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch {
    padding: 25px 30px; } }

.before-you-leave .before-you-leave-tab .search .dropdown--quickSearch.is-open {
  display: block;
  z-index: 5;
  top: 60px !important; }

.before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .container {
  padding: 0; }

.before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .header-search-wrap {
  margin-top: 0; }

.before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .header-search-wrap.show-result {
  display: flex;
  flex-wrap: wrap; }

.before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .header-search-wrap .header-search-column {
  width: 100%; }

.before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .header-search-wrap .header-search-column .title-wrap {
  position: relative; }

.before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .header-search-wrap .search_product_block {
  order: 2;
  -ms-flex-order: 2;
  margin-top: 10px; }

.before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .header-search-wrap .header-search-trending {
  order: 1;
  -ms-flex-order: 1; }

.before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .productGrid {
  overflow-y: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }

@media (min-width: 801px) {
  .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .productGrid {
    scrollbar-color: #323232 #f5f5f5;
    scrollbar-width: thin !important; }
  .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .productGrid::-webkit-scrollbar {
    height: 10px;
    background-color: #f5f5f5; }
  .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .productGrid::-webkit-scrollbar-thumb {
    background-color: #323232; } }

.before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .productGrid .product {
  width: 220px; }

.before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .productGrid .product .card {
  margin-bottom: 20px; }

.before-you-leave .before-you-leave-tab .tabs-contents {
  padding: 20px;
  margin-bottom: 0; }

@media (min-width: 551px) {
  .before-you-leave .before-you-leave-tab .tabs-contents {
    padding: 30px; } }

.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:not(.slick-initialized) .productCarousel-slide + .productCarousel-slide .card {
  border-top: 1px solid #E6E6E6; }

.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:nth-child(n+2) .card {
  border-top: 1px solid #E6E6E6; }

.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;
  flex-direction: row;
  font-size: 0;
  padding: 20px 0; }

@media (min-width: 551px) {
  .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card {
    padding: 30px 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: 551px) {
  .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-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: 551px) {
  .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; }

.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-figcaption-button {
  max-width: 122px;
  padding: 12px 10px; }

@media (min-width: 381px) {
  .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button {
    padding: 12px 15px 11px 15px; } }

@media (min-width: 801px) {
  .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button {
    padding: 15px 25px 13px 25px; } }

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span {
  position: relative; }

@media (min-width: 381px) {
  .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span {
    padding-left: 18px; } }

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span:before,
.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span:after {
  content: "";
  position: absolute;
  background: white; }

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span:before {
  width: 1px;
  height: 9px;
  left: 4px;
  top: 2px; }

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span:after {
  width: 9px;
  height: 1px;
  top: 6px;
  left: 0; }

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .wishlist {
  border: none;
  padding: 15px 0; }

.home-layout-4 .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .wishlist {
  width: auto;
  background: none; }

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .wishlist .text {
  font-size: 15px;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle; }

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .wishlist:hover,
.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .wishlist:active,
.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .wishlist:focus {
  color: black;
  background-color: transparent; }

@media (min-width: 551px) {
  .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .wishlist {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0; }
  .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .wishlist .icon {
    width: 20px;
    height: 20px; }
  .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .wishlist .text {
    display: none; } }

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow {
  bottom: -25px;
  top: auto;
  height: 30px; }

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow:before {
  height: 30px;
  width: 35px; }

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow.slick-next {
  right: -5px; }

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow.slick-prev {
  left: -5px; }

.before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-dots li {
  margin-top: 5px; }

.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: 551px) {
  .before-you-leave .back-to-store {
    padding: 0 30px; } }

.before-you-leave .back-to-store .button {
  width: 100%;
  margin-top: 15px;
  padding: 17px 20px 16px; }

#homeProductNew {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px; }

.home-layout-4 #homeProductNew {
  margin-top: 30px;
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .home-layout-4 #homeProductNew {
    margin-top: 40px; } }

#homeProductNew .halo-heading {
  margin-bottom: 20px; }

@media (min-width: 768px) {
  #homeProductNew .halo-heading {
    margin-bottom: 40px; } }

#homeProductNew .productGrid .product:nth-child(n+9) {
  display: none; }

@media (max-width: 800px) {
  #homeProductNew .productGrid .product:nth-child(n+7) {
    display: none; } }

@media (max-width: 550px) {
  #homeProductNew .productGrid .product:nth-child(n+5) {
    display: none; } }

.homePGF_btn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  text-align: center;
  margin-bottom: 70px; }

.homePGF_btn.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.homePGF_btn a {
  min-width: 248px;
  margin-bottom: 0; }

@media (max-width: 550px) {
  .homePGF_btn {
    margin-bottom: 40px; } }

#homeBookingTours .homeBookingTours__bg {
  background-color: #4DD4C6;
  margin-bottom: 75px;
  display: inline-block;
  width: 100%; }

#homeBookingTours .homeBookingTours__header {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 40px; }

#homeBookingTours .homeBookingTours__header .homeBookingTours__heading {
  font-size: 50px;
  font-weight: 700;
  color: black;
  margin-top: -33px;
  margin-bottom: 20px; }

#homeBookingTours .homeBookingTours__header .homeBookingTours__des {
  font-size: 18px;
  line-height: 28px;
  color: black;
  margin-bottom: 0; }

#homeBookingTours .homeBookingTours__container {
  max-width: 1230px;
  margin: 0 auto 45px;
  padding: 0 30px; }

#homeBookingTours .homeBookingTours__container .homeBookingTours__row {
  margin: 0 -15px; }

#homeBookingTours .homeBookingTours__container .homeBookingTours__carousel {
  font-size: 0;
  position: relative;
  margin-bottom: 30px; }

#homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .homeBookingTours__item {
  font-size: 16px;
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  margin-bottom: 28px;
  text-align: center; }

#homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .homeBookingTours__item .homeBookingTours__content {
  background-color: #ffffff;
  padding: 20px; }

#homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .homeBookingTours__item .homeBookingTours__content .homeBookingTours__title {
  margin-top: 5px;
  font-size: 24px;
  font-weight: 700;
  color: black;
  text-transform: capitalize; }

#homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .homeBookingTours__item .homeBookingTours__content .homeBookingTours__time {
  line-height: 26px;
  color: black;
  margin-bottom: 0; }

#homeBookingTours .homeBookingTours__container .homeBookingTours__carousel:not(.slick-initialized) .homeBookingTours__item:nth-child(n+4) {
  display: none; }

#homeBookingTours .homeBookingTours__btn {
  text-align: center;
  margin-bottom: 80px;
  padding: 0 20px; }

#homeBookingTours .homeBookingTours__btn .button {
  margin-bottom: 0; }

@media (min-width: 1440px) {
  #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .slick-arrow {
    border: none;
    background-color: transparent;
    padding: 0;
    width: 33px;
    height: 63px; }
  #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .slick-arrow:before {
    width: 33px;
    height: 63px; }
  #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .slick-arrow.slick-prev {
    left: -85px; }
  #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .slick-arrow.slick-next {
    right: -85px; } }

@media (max-width: 991px) {
  #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .homeBookingTours__item {
    width: 50%; }
  #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel:not(.slick-initialized) .homeBookingTours__item:nth-child(n+3) {
    display: none; } }

@media (max-width: 550px) {
  #homeBookingTours .homeBookingTours__header {
    margin-bottom: 30px; }
  #homeBookingTours .homeBookingTours__header .homeBookingTours__heading {
    font-size: 26px;
    margin-top: -17px;
    margin-bottom: 10px; }
  #homeBookingTours .homeBookingTours__header .homeBookingTours__des {
    font-size: 16px;
    line-height: 1.2; }
  #homeBookingTours .homeBookingTours__container {
    padding: 0 20px; }
  #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .homeBookingTours__item {
    width: 100%; }
  #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel .homeBookingTours__item .homeBookingTours__content .homeBookingTours__title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 5px; }
  #homeBookingTours .homeBookingTours__container .homeBookingTours__carousel:not(.slick-initialized) .homeBookingTours__item:nth-child(n+2) {
    display: none; }
  #homeBookingTours .homeBookingTours__btn {
    margin-bottom: 20px; } }

.backtoTop {
  cursor: pointer;
  height: 45px;
  transition: all .3s ease 0s;
  font-size: 0; }

.backtoTop .icon {
  font-size: 20px;
  width: 10px;
  height: 36px;
  line-height: 32px;
  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 {
  width: 40px;
  height: auto;
  position: fixed;
  top: 45%;
  right: -50px;
  z-index: 9;
  background: #f2e3d8;
  transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transition: right .5s ease 0s;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }

@media (min-width: 361px) {
  .wrap-icons {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%); } }

.wrap-icons svg {
  width: 20px;
  height: 20px; }

.wrap-icons .text {
  display: none; }

.wrap-icons.collapsed {
  right: 15px; }

.wrap-icons div {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  color: #f2e3d8; }

.wrap-icons div + div {
  border-top: 1px solid #e7e7e7; }

.wrap-icons div.backtoTop .icon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.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 {
  border-radius: 0px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7; }

.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: 45%;
  right: -130px;
  width: 80px;
  height: auto;
  z-index: 9;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: black;
  background: #f2e3d8;
  border-radius: 0 3px 3px;
  transition: right .5s ease 0s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }

.lst-seen-widget:before {
  width: 2px;
  height: 26px;
  content: "";
  top: 1px;
  left: 0px;
  z-index: 1;
  position: absolute;
  background: #f2e3d8; }

.lst-seen-widget .collapse-icon,
.lst-seen-widget .backtoTop,
.lst-seen-widget .top {
  display: flex;
  align-items: center;
  justify-content: center; }

.lst-seen-widget .collapse-icon {
  top: 0;
  width: 20px;
  height: 26px;
  left: -20px;
  cursor: pointer;
  position: absolute;
  background: #f2e3d8;
  border-radius: 3px 0 0 3px;
  box-shadow: -1px 0 2px 1px rgba(0, 0, 0, 0.1); }

.lst-seen-widget .collapse-icon svg {
  width: 10px;
  height: 10px;
  stroke: black; }

.lst-seen-widget .top {
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all .25s ease 0s; }

.lst-seen-widget .top .cart-icon {
  position: relative;
  margin-top: 1px;
  cursor: pointer; }

.lst-seen-widget .top .cart-icon svg {
  width: 24px;
  height: 24px;
  stroke: black; }

.lst-seen-widget .top .cart-icon .countPill {
  position: absolute;
  top: -5px;
  right: -14px;
  width: 23px;
  height: 23px;
  line-height: 23px;
  display: inline-block; }

.home-layout-2 .lst-seen-widget .top .cart-icon .countPill {
  background-color: #000000;
  color: #ffffff;
  line-height: 24px; }

.home-layout-3 .lst-seen-widget .top .cart-icon .countPill {
  background-color: #000000;
  color: #ffffff;
  line-height: 24px; }

.lst-seen-widget .in-content {
  border-top: 1px solid #f2e3d8;
  border-bottom: 1px solid #f2e3d8;
  padding: 15px 0;
  border-radius: 3px;
  transition: all .3s ease; }

.lst-seen-widget .in-content .title {
  letter-spacing: 0.02em;
  font-size: 13px;
  padding: 0 5px;
  position: relative;
  margin-bottom: 28px;
  font-weight: 500;
  color: #1a2531;
  line-height: 18px;
  margin-top: 0;
  text-transform: capitalize;
  font-family: "Jost", 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: .1; }

.lst-seen-widget .in-content .product-info {
  position: absolute;
  right: 0px;
  visibility: hidden;
  opacity: 0;
  width: 271px;
  margin-top: 0px;
  display: flex;
  z-index: 1;
  transition: visibility 0s ease 0s, opacity 0.25s linear 0s;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 2px 3px 5px -2px rgba(0, 0, 0, 0.12);
  background: #f2e3d8; }

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

.lst-seen-widget .in-content .product-info .second img {
  max-width: 48px;
  max-height: 53px; }

.home-layout-4 .lst-seen-widget .in-content .product-info .second img {
  max-height: 61px; }

.lst-seen-widget .in-content .product-info .card-title {
  padding-right: 0;
  font-size: 16px;
  margin-bottom: 2px; }

.lst-seen-widget .in-content .product-info .card-title > a {
  color: black;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block; }

.lst-seen-widget .in-content .product-info .card-price {
  margin-bottom: 0; }

.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: 13px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: black;
  background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.5) 4%);
  background-repeat: repeat-x;
  background-position-y: 0px;
  text-transform: capitalize;
  text-decoration: none; }

.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: 73px; }

.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: 53px; }

.home-layout-4 .lst-seen-widget .in-content .products-grid .item img {
  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 {
  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;
  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: -16px; }

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

.home-layout-4 .lst-seen-widget .in-content .products-grid .slick-arrow.slick-prev:before {
  background-image: none;
  width: 10px;
  height: 2px; }

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

.home-layout-4 .lst-seen-widget .in-content .products-grid .slick-arrow.slick-next:before {
  background-image: none;
  width: 10px;
  height: 2px; }

.home-layout-4 .lst-seen-widget .in-content .products-grid .slick-arrow {
  transform: rotate(90deg);
  width: 44px;
  margin: 0 auto; }

.home-layout-4 .lst-seen-widget .in-content .products-grid .slick-arrow:hover:before,
.home-layout-4 .lst-seen-widget .in-content .products-grid .slick-arrow:hover:after,
.home-layout-4 .lst-seen-widget .in-content .products-grid .slick-arrow:active:before,
.home-layout-4 .lst-seen-widget .in-content .products-grid .slick-arrow:active:after {
  background: black; }

.lst-seen-widget .backtoTop .icon {
  font-size: 16px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center; }

.lst-seen-widget .backtoTop .text {
  color: #1a2531;
  font-size: 12px;
  font-weight: 500;
  margin-left: 5px;
  text-transform: uppercase;
  letter-spacing: 0.02em; }

.lst-seen-widget.is-show-widget {
  right: 15px; }

@media (min-width: 1200px) {
  .lst-seen-widget.is-show-widget {
    right: 30px; } }

.haloRecommendedBlock {
  width: 100%;
  display: inline-block;
  border-top: 1px solid #f6f6f6;
  padding-top: 55px;
  margin-top: 40px; }

.haloRecommendedBlock .halo-heading {
  margin-bottom: 40px;
  position: relative;
  padding: 0 15px; }

.haloRecommendedBlock .halo-heading .btnViewAll {
  right: 15px; }

.haloRecommendedBlock .haloRecommendedBlock__carousel,
.haloRecommendedBlock .productCarousel {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-left: 0;
  margin-right: 0; }

.haloRecommendedBlock .haloRecommendedBlock__carousel .productCarousel-slide,
.haloRecommendedBlock .productCarousel .productCarousel-slide {
  width: 25%; }

.haloRecommendedBlock .haloRecommendedBlock__carousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+5),
.haloRecommendedBlock .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+5) {
  display: none; }

.haloRecommendedBlock .haloRecommendedBlock__carousel .slick-arrow,
.haloRecommendedBlock .productCarousel .slick-arrow {
  top: 40%; }

@media (max-width: 550px) {
  .haloRecommendedBlock .haloRecommendedBlock__carousel .slick-arrow,
  .haloRecommendedBlock .productCarousel .slick-arrow {
    top: 30%; } }

@media (max-width: 1199px) {
  .haloRecommendedBlock .haloRecommendedBlock__carousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+4) {
    display: none; } }

@media (max-width: 767px) {
  .haloRecommendedBlock .haloRecommendedBlock__carousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+3) {
    display: none; } }

[data-page-type="category"] #homeProductNew,
[data-page-type="category"] #homeProductFeatured,
[data-page-type="category"] #ProductCarouselTopSellers {
  padding-top: 55px;
  margin-top: 40px;
  border-top: 5px solid #f6f6f6; }

[data-page-type="category"] #homeProductNew .halo-heading,
[data-page-type="category"] #homeProductFeatured .halo-heading,
[data-page-type="category"] #ProductCarouselTopSellers .halo-heading {
  margin-bottom: 40px; }

[data-page-type="category"] #homeProductNew .productCarousel,
[data-page-type="category"] #homeProductFeatured .productCarousel,
[data-page-type="category"] #ProductCarouselTopSellers .productCarousel {
  padding-bottom: 30px;
  margin-bottom: 30px; }

.halo-back-to-top {
  position: fixed;
  top: auto;
  bottom: 30%;
  right: 10px;
  z-index: 101;
  font-size: 0;
  display: none;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  transition: all 0.5s ease;
  border: 1px solid #c4390f;
  color: white;
  background-color: #c4390f;
  width: 40px;
  height: 40px;
  padding: 6px;
  border-radius: 50%; }

.halo-back-to-top a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  text-align: center; }

.halo-back-to-top .icon {
  fill: white;
  width: 100%;
  height: 100%;
  display: block;
  transform: rotate(-180deg); }

.halo-back-to-top.is-visible {
  display: block; }

.halo-back-to-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50%;
  opacity: .3;
  background-color: #c4390f;
  animation: zoom-animation 1.4s ease-in-out infinite; }

.halo-back-to-top:hover {
  color: white;
  border-color: black;
  background-color: black; }

.halo-back-to-top:hover .icon {
  fill: white; }

@media (min-width: 551px) {
  .halo-back-to-top {
    right: 15px;
    border-radius: 0;
    padding: 2px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    width: auto;
    height: auto; }
  .halo-back-to-top a {
    display: block;
    width: 100%;
    height: auto; }
  .halo-back-to-top .icon {
    width: 32px;
    height: 32px; }
  .halo-back-to-top:before {
    display: none; } }

@media (min-width: 1025px) {
  .halo-back-to-top {
    right: 45px; }
  .halo-back-to-top .icon {
    width: 35px;
    height: 35px; } }

.contact-us .halo-heading {
  position: relative;
  z-index: 1; }

.contact-us .halo-heading .page-heading {
  margin-bottom: 0; }

.contact-us .halo_map {
  margin-bottom: 45px; }

.contact-us #contact-us-page {
  font-size: 0; }

.contact-us #contact-us-page .halo_form {
  width: 615px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px; }

.contact-us #contact-us-page .halo_form > p {
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  padding-right: 60px;
  margin-bottom: 35px; }

.contact-us #contact-us-page .halo_form > p a {
  color: #c4390f; }

.contact-us #contact-us-page .halo_form [data-contact-form] > .form-field {
  margin-bottom: 15px; }

.contact-us #contact-us-page .halo_form .form-field {
  width: 100%; }

.contact-us #contact-us-page .halo_form .form-actions {
  text-align: left;
  margin-top: 15px; }

.contact-us #contact-us-page .halo_form .form-actions .button {
  min-width: 236px; }

.contact-us #contact-us-page .halo_location {
  width: calc(100% - 615px);
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  padding-left: 60px; }

.contact-us #contact-us-page .halo_location .halo_location__container {
  width: 100%;
  margin-left: auto;
  padding: 50px;
  margin-top: -150px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.08); }

.contact-us #contact-us-page .halo_location .halo_location__container .title {
  color: black;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #E6E6E6; }

.contact-us #contact-us-page .halo_location .halo_location__container .content {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E6E6E6;
  font-size: 16px;
  font-weight: 400; }

.contact-us #contact-us-page .halo_location .halo_location__container .content:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

.contact-us #contact-us-page .halo_location .halo_location__container .content:last-child .store-link:last-child {
  margin-bottom: 0; }

.contact-us #contact-us-page .halo_location .halo_location__container .content .store-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 17px; }

.contact-us #contact-us-page .halo_location .halo_location__container .content .store-info .icon {
  width: 18px;
  height: 18px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle; }

.contact-us #contact-us-page .halo_location .halo_location__container .content .store-info .icon.icon-pen {
  width: 20px;
  height: 20px; }

.contact-us #contact-us-page .halo_location .halo_location__container .content .store-info p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0; }

.contact-us #contact-us-page .halo_location .halo_location__container .content .store-info p span {
  display: block; }

.contact-us #contact-us-page .halo_location .halo_location__container .content .store-info p span + span {
  margin-top: 7px; }

.contact-us #contact-us-page .halo_location .halo_location__container .content a {
  text-decoration: none; }

.contact-us #contact-us-page .halo_location .halo_location__container .content a span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .5s; }

.contact-us #contact-us-page .halo_location .halo_location__container .content a:hover span {
  background-size: 100% 1px; }

.contact-us #contact-us-page .halo_location .halo_location__container .content .store-link {
  display: block;
  margin-bottom: 17px; }

@media (max-width: 1199px) {
  .contact-us #contact-us-page .halo_form {
    width: 50%;
    padding-right: 15px; }
  .contact-us #contact-us-page .halo_location {
    width: 50%;
    padding-left: 15px; }
  .contact-us #contact-us-page .halo_location .halo_location__container {
    max-width: 100%;
    margin-top: 0;
    padding: 20px; } }

@media (max-width: 767px) {
  .contact-us #contact-us-page .halo_form {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px; }
  .contact-us #contact-us-page .halo_location {
    width: 100%;
    padding-left: 0; } }

.page-location .halo-location-top {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between; }

.page-location .halo-location-top .halo-location-topLeft {
  width: 600px;
  display: inline-block;
  vertical-align: top;
  padding-right: 30px; }

.page-location .halo-location-top .halo-location-topLeft .halo-location-title {
  color: black;
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 18px;
  margin-top: 0; }

.page-location .halo-location-top .halo-location-topLeft .halo-location-text {
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 0; }

.page-location .halo-location-top .halo-location-topRight {
  width: 700px;
  display: inline-block;
  vertical-align: top; }

.page-location .halo-location-top .halo-location-topRight .halo-location-seach .ENV_maps__div_search {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative; }

.page-location .halo-location-top .halo-location-topRight .halo-location-seach .ENV_maps__div_search .form-label {
  width: 53px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 13px 15px 14px;
  margin-bottom: 0; }

.page-location .halo-location-top .halo-location-topRight .halo-location-seach .ENV_maps__div_search .form-label svg {
  fill: black;
  width: 100%;
  height: 100%; }

.page-location .halo-location-top .halo-location-topRight .halo-location-seach .ENV_maps__div_search .form-label span {
  display: none; }

.page-location .halo-location-top .halo-location-topRight .halo-location-seach .ENV_maps__div_search .form-input {
  padding-left: 53px;
  width: calc(100% - 165px); }

.page-location .halo-location-top .halo-location-topRight .halo-location-seach .ENV_maps__div_search .button {
  width: 150px;
  margin-left: 15px;
  margin-bottom: 0; }

.page-location .halo-location-bottom {
  font-size: 0;
  margin-top: 70px; }

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

@media (max-width: 991px) {
  .page-location .halo-location-top {
    display: block; }
  .page-location .halo-location-top .halo-location-topLeft {
    width: 100%;
    display: block;
    padding-right: 0;
    margin-bottom: 30px; }
  .page-location .halo-location-top .halo-location-topRight {
    width: 100%;
    display: block; }
  .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 .ENV_maps__div_search {
    display: block; }
  .page-location .halo-location-top .halo-location-topRight .halo-location-seach .ENV_maps__div_search .form-input {
    width: 100%; }
  .page-location .halo-location-top .halo-location-topRight .halo-location-seach .ENV_maps__div_search .button {
    width: 100%;
    margin-top: 15px;
    margin-left: 0; } }

#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;
  -o-object-fit: contain;
  object-fit: contain; }

#halo-lookbook-slider .halo-special-logo:before {
  content: "";
  position: absolute;
  top: -65px;
  left: 50%;
  width: 1px;
  height: 40px;
  z-index: 1; }

.page-normal #halo-lookbook-slider {
  padding-top: 0;
  padding-bottom: 0; }

@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 .slick-arrow.slick-prev {
  left: 0; }

.halo-lookbook-slider .slick-arrow.slick-next {
  right: 0; }

.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;
  -o-object-fit: contain;
  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;
  -o-object-fit: contain;
  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: black;
  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.75;
  color: black;
  margin: 0 0 30px 0; }

.halo-lookbook-slider-content .button {
  min-width: 200px;
  text-transform: uppercase; }

.halo-lookbook-slider-point {
  display: block;
  position: absolute;
  z-index: 5;
  pointer-events: auto; }

.page-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: 32px;
  height: 32px;
  color: white;
  font-size: 36px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  background-color: black; }

.home-layout-4 .halo-lookbook-slider-icon {
  width: 26px;
  height: 26px;
  font-size: 22px;
  line-height: 22px;
  color: black; }

.halo-lookbook-slider-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50%;
  opacity: .3;
  background-color: black;
  animation: zoom-animation 1.4s ease-in-out infinite; }

.halo-lookbook-slider-info {
  display: block;
  padding: 24px 0 25px 0; }

.halo-lookbook-slider-text {
  font-size: 16px;
  font-weight: 400;
  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: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; }
  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: color 0.15s 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; }
  .page-blog .halo-lookbook-slider {
    margin-left: -15px;
    margin-right: -15px; } }

.halo-lookbook-button {
  padding-top: 45px;
  text-align: center;
  border-top: 1px solid #e6e6e6;
  margin: 0; }

.halo-lookbook-button .button {
  min-width: 255px;
  margin-bottom: 0; }

.halo-lookbook-share {
  position: absolute;
  top: auto;
  bottom: 105px;
  right: 0;
  margin-top: 0; }

.halo-lookbook-share .shareLinkSocial__social {
  display: flex;
  justify-content: flex-end; }

.halo-lookbook-share .shareLinkSocial__social > p {
  margin-right: 10px; }

@media (max-width: 991px) {
  .halo-lookbook-share {
    position: static;
    margin-top: 40px; }
  .halo-lookbook-share .shareLinkSocial__social {
    justify-content: center; } }

@media (max-width: 767px) {
  .halo-lookbook-button {
    padding-top: 75px; }
  .halo-lookbook-slider .slick-dots {
    bottom: -50px; } }

.halo-lookbook-popup {
  display: none;
  position: relative;
  max-width: 240px;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1); }

.halo-lookbook-popup.is-open {
  display: block;
  position: absolute;
  z-index: 21; }

.halo-lookbook-popup .productCarousel-slide {
  width: 100%;
  padding: 0; }

.home-layout-4 .halo-lookbook-popup .productCarousel-slide .card-figcaption {
  z-index: 1; }

.home-layout-4 .halo-lookbook-popup .productCarousel-slide .card-figcaption .button .icon-action {
  width: 40px;
  height: 40px; }

.home-layout-4 .halo-lookbook-popup .productCarousel-slide .card-figcaption-button {
  padding: 16px 10px; }

.halo-lookbook-close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  z-index: 10;
  background: #c4390f !important;
  width: 30px !important;
  height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 30px !important;
  padding: 10px; }

.halo-lookbook-close svg {
  fill: white;
  width: 100%;
  height: 100%; }

@media (min-width: 551px) {
  .halo-lookbook-close {
    right: -30px;
    background: transparent; }
  .halo-lookbook-close svg {
    width: 16px;
    height: 16px;
    fill: #ffffff; } }

.haloFaqs-header .page-heading {
  margin-bottom: -20px;
  position: relative;
  z-index: 2; }

.haloFaqs-header .haloFaqs-header__content {
  position: relative;
  overflow: hidden;
  background-color: #f6f6f6; }

.haloFaqs-header .haloFaqs-header__des {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  max-width: 570px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 15px; }

.haloFaqs-header .haloFaqs-header__des p {
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  margin-bottom: 0; }

.haloFaqs-header .haloFaqs-header__img {
  position: relative;
  overflow: hidden;
  display: block;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.haloFaqs-header .haloFaqs-header__img:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 15.25423728813559%; }

.page--faqs {
  margin-top: 55px; }

.halo-faqs-title {
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
  line-height: 1.7;
  color: black;
  margin: 0;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 2px solid #232323; }

.halo-faqs-sidebar {
  width: 290px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff; }

.halo-faqs-sidebar .faq-contact {
  display: block;
  padding: 30px; }

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

.halo-faqs-sidebar .faqs-group a .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  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: 48px; }

.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: 15px 0 52px 0;
  line-height: 1.8;
  text-align: left; }

.halo-faqs-content .card-body h4 {
  font-weight: 700;
  font-size: 16px; }

.halo-faqs-content .card-body .bold {
  font-weight: 600; }

.halo-faqs-content .title {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0;
  color: black;
  text-transform: unset;
  text-align: left;
  padding: 15px 25px 15px 0;
  background: #ffffff;
  transition: color 0.15s 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: 13px;
  font-weight: 400;
  background-color: #F94436;
  border-radius: 4px;
  color: white;
  padding: 0;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform: translateY(-50%);
  transition: color 0.15s ease;
  transition: all 0.5s ease; }

.halo-faqs-content .title.collapsed {
  position: relative;
  padding-left: 81px;
  color: #c4390f; }

.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: black;
  transition: color 0.15s 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 30px 0;
  text-align: center; }

.halo-faqs-content .faq-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: black;
  margin: 0; }

.halo-faqs-content .faq-content .button {
  margin: 15px 0 0 0;
  min-width: 200px; }

@media (min-width: 551px) {
  .halo-faqs-content .faq-content {
    text-align: right; }
  .halo-faqs-content .faq-content .button {
    margin: 15px 0 0 30px;
    min-width: 255px; } }

@media (min-width: 768px) {
  .halo-faqs-content .faq-content .button {
    margin-top: 0; } }

@media (min-width: 1025px) {
  .halo-faqs-title {
    padding-bottom: 16px; }
  .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: #c4390f; }
  .halo-faqs-sidebar .faqs-group a:hover .text {
    color: #c4390f;
    background-image: linear-gradient(transparent 97%, #c4390f 3%);
    background-repeat: repeat-x;
    background-position-y: 0; }
  .halo-faqs-content {
    padding-top: 30px; }
  .halo-faqs-content .faq-content .button {
    margin-top: 0; } }

@media (max-width: 1199px) {
  .haloFaqs-header .haloFaqs-header__img:after {
    padding-bottom: 30%; } }

@media (max-width: 1024px) {
  .haloFaqs-header .haloFaqs-header__img:after {
    padding-bottom: 35%; }
  .halo-faqs-sidebar {
    width: 250px; }
  .halo-faqs-sidebar + .halo-faqs-content {
    width: calc(100% - 250px);
    padding-left: 30px; } }

@media (max-width: 767px) {
  .haloFaqs-header .page-heading {
    margin-bottom: -13px; }
  .haloFaqs-header .haloFaqs-header__img:after {
    padding-bottom: 50%; }
  .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; } }

@media (max-width: 480px) {
  .haloFaqs-header .haloFaqs-header__img:after {
    padding-bottom: 80%; } }

.home-custom-text {
  text-align: center; }

.home-custom-text .customText-item {
  padding: 10px 0;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 28px; }

#homeThreeBanner .homeThreeBanner__container {
  font-size: 0;
  vertical-align: top;
  padding: 0 5px; }

#homeThreeBanner .homeThreeBanner__container .homeThreeBanner__item {
  margin: 0;
  padding: 0 5px;
  width: 33.333333%;
  vertical-align: top;
  display: inline-block;
  font-size: 15px; }

@media (max-width: 1024px) {
  #homeThreeBanner .homeThreeBanner__container {
    width: auto;
    display: block;
    margin-left: 0;
    margin-right: 0; }
  #homeThreeBanner .homeThreeBanner__container .homeThreeBanner__item {
    padding: 0 8px; } }

@media (max-width: 550px) {
  #homeThreeBanner .homeThreeBanner__container .homeThreeBanner__item {
    width: 100%;
    margin-bottom: 10px; } }

#homeThreeBanner .homeThreeBanner__wrapper {
  overflow: hidden;
  position: relative;
  background-color: #fafafa; }

#homeThreeBanner .homeThreeBanner__wrapper:before {
  content: "";
  display: block;
  padding-top: 76%; }

#homeThreeBanner .homeThreeBanner__wrapper img {
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: none;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  transition: all 1s ease; }

#homeThreeBanner .homeThreeBanner__wrapper .homeThreeBanner__link {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  position: absolute; }

#homeThreeBanner .homeThreeBanner__wrapper .homeThreeBanner__content {
  top: 50%;
  left: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  padding: 15px;
  text-align: center;
  position: absolute;
  transform: translateY(-50%); }

#homeThreeBanner .homeThreeBanner__wrapper .homeThreeBanner__title {
  margin: 0;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: capitalize;
  display: inline-block;
  position: relative; }

#homeThreeBanner .homeThreeBanner__wrapper .homeThreeBanner__title:before {
  content: '';
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  position: absolute;
  background-color: #ffffff;
  transition: all 0.3s ease; }

@media (max-width: 992px) and (min-width: 551px) {
  #homeThreeBanner .homeThreeBanner__wrapper .homeThreeBanner__title {
    font-size: 18px; } }

@media (min-width: 1025px) {
  #homeThreeBanner .homeThreeBanner__wrapper:hover img {
    transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1); }
  #homeThreeBanner .homeThreeBanner__wrapper:hover .homeThreeBanner__title:before {
    width: 100%; } }

.home-layout-2 #homeProductNew {
  padding-top: 28px; }

.home-layout-2 #homeProductNew .halo-heading {
  margin-bottom: 35px; }

.home-layout-2 #homeProductNew .productCarousel {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 70px; }

@media (min-width: 768px) {
  .home-layout-2 #homeProductNew .productCarousel {
    margin-bottom: 55px; } }

.home-layout-2 #homeProductNew .productCarousel .slick-arrow {
  top: 40%; }

.home-layout-2 #homeProductNew .productCarousel .slick-dots li button {
  height: 10px;
  width: 10px; }

.home-layout-2 #homeProductNew .productCarousel .slick-dots li button:before {
  height: 10px;
  width: 10px; }

@media (max-width: 550px) {
  .home-layout-2 #homeProductNew .productCarousel .slick-arrow {
    top: 30%; } }

.home-layout-2 #homeProductNew .productCarousel:not(.slick-initialized) .productCarousel-slide {
  width: 25%;
  display: inline-block; }

.home-layout-2 #homeProductNew .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+5) {
  display: none; }

@media (max-width: 800px) {
  .home-layout-2 #homeProductNew .productCarousel:not(.slick-initialized) .productCarousel-slide {
    width: 33.33334%; }
  .home-layout-2 #homeProductNew .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+4) {
    display: none; } }

@media (max-width: 550px) {
  .home-layout-2 #homeProductNew .productCarousel:not(.slick-initialized) .productCarousel-slide {
    width: 50%; }
  .home-layout-2 #homeProductNew .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+3) {
    display: none; } }

.home-layout-3 #homeProductNew {
  padding-top: 28px; }

.home-layout-3 #homeProductNew .halo-heading {
  margin-bottom: 55px; }

.home-layout-3 #homeProductNew .productCarousel {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 70px; }

@media (min-width: 768px) {
  .home-layout-3 #homeProductNew .productCarousel {
    margin-bottom: 70px; } }

.home-layout-3 #homeProductNew .productCarousel .slick-arrow {
  top: 40%; }

.home-layout-3 #homeProductNew .productCarousel .slick-dots li button {
  height: 10px;
  width: 10px; }

.home-layout-3 #homeProductNew .productCarousel .slick-dots li button:before {
  height: 10px;
  width: 10px; }

@media (max-width: 550px) {
  .home-layout-3 #homeProductNew .productCarousel .slick-arrow {
    top: 30%; } }

.home-layout-3 #homeProductNew .productCarousel:not(.slick-initialized) .productCarousel-slide {
  width: 25%;
  display: inline-block; }

.home-layout-3 #homeProductNew .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+5) {
  display: none; }

@media (max-width: 800px) {
  .home-layout-3 #homeProductNew .productCarousel:not(.slick-initialized) .productCarousel-slide {
    width: 33.33334%; }
  .home-layout-3 #homeProductNew .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+4) {
    display: none; } }

@media (max-width: 550px) {
  .home-layout-3 #homeProductNew .productCarousel:not(.slick-initialized) .productCarousel-slide {
    width: 50%; }
  .home-layout-3 #homeProductNew .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+3) {
    display: none; } }

#homeTopBanner2 {
  margin-bottom: 0px; }

#homeTopBanner2 .homeTopBanner2__container {
  position: relative; }

#homeTopBanner2 .homeTopBanner2__container .homeTopBanner2__img {
  position: relative;
  overflow: hidden; }

#homeTopBanner2 .homeTopBanner2__container .homeTopBanner2__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  /* Object-fit polyfill */
  font-family: 'object-fit: contain;'; }

#homeTopBanner2 .homeTopBanner2__container .homeTopBanner2__img:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 37.85310734463277%; }

#homeTopBanner2 .homeTopBanner2__container .homeTopBanner2__content {
  text-align: center;
  padding: 20px;
  background-color: #f6f6f6; }

#homeTopBanner2 .homeTopBanner2__container .homeTopBanner2__content .homeTopBanner2__title {
  margin-top: 0;
  margin-bottom: 0;
  color: black;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 28px; }

#homeTopBanner2 .homeTopBanner2__container .homeTopBanner2__content .homeTopBanner2__des {
  color: black;
  line-height: 24px;
  margin-bottom: 25px;
  font-size: 16px; }

#homeTopBanner2 .homeTopBanner2__container .homeTopBanner2__content .button {
  margin-bottom: 0;
  min-width: 196px; }

#homeTopBanner2 .home-textTopBanner {
  padding: 78px 0 40px; }

#homeTopBanner2 .home-textTopBanner .container {
  max-width: 1020px; }

#homeTopBanner2 .home-textTopBanner .container .customText-item {
  font-size: 18px;
  text-align: center;
  color: #3c3c3c; }

@media (min-width: 1200px) {
  #homeTopBanner2 .homeTopBanner2__container .homeTopBanner2__content .homeTopBanner2__title {
    font-size: 40px; }
  #homeTopBanner2 .homeTopBanner2__container .homeTopBanner2__content .button {
    margin-top: 20px; } }

@media (min-width: 1025px) {
  #homeTopBanner2 .homeTopBanner2__container .homeTopBanner2__content {
    position: absolute;
    top: 50%;
    right: calc((100% - 1200px)/ 2);
    transform: translateY(-50%);
    padding: 15.5px 50px;
    max-width: 480px;
    text-align: center;
    background-color: transparent;
    max-height: 100%;
    overflow-y: auto; }
  #homeTopBanner2 .homeTopBanner2__container .homeTopBanner2__content::-webkit-scrollbar {
    width: 10px; }
  #homeTopBanner2 .homeTopBanner2__container .homeTopBanner2__content::-webkit-scrollbar-track {
    background: #EAEAEA; }
  #homeTopBanner2 .homeTopBanner2__container .homeTopBanner2__content::-webkit-scrollbar-thumb {
    background: #000000; } }

@media (max-width: 1199px) and (min-width: 1025px) {
  #homeTopBanner2 .homeTopBanner2__container .homeTopBanner2__content {
    right: 0;
    padding: 25px 50px;
    max-width: 500px; } }

@media (max-width: 550px) {
  #homeTopBanner2 .homeTopBanner2__container .homeTopBanner2__content .homeTopBanner2__title {
    font-size: 20px; } }

@media (max-width: 480px) {
  #homeTopBanner2 .homeTopBanner2__container .homeTopBanner__img img {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }
  #homeTopBanner2 .homeTopBanner2__container .homeTopBanner__img:after {
    padding-bottom: 70%; } }

.halo-block-product-tabs {
  padding-top: 20px; }

.home-layout-1 .halo-block-product-tabs {
  padding-top: 0px;
  display: inline-block;
  width: 100%; }

@media (min-width: 768px) {
  .home-layout-1 .halo-block-product-tabs {
    margin-bottom: 30px; } }

.halo-block-product-tabs .productCarousel-tabs .tabs {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  padding: 0;
  border: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  overflow-x: auto; }

.halo-block-product-tabs .productCarousel-tabs .tabs .tab {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 0 0 2px 15px;
  background: 0;
  border: 0;
  float: none; }

.halo-block-product-tabs .productCarousel-tabs .tabs .tab:first-child {
  margin-left: 0; }

.halo-block-product-tabs .productCarousel-tabs .tabs .tab.is-active .tab-title {
  color: #232323;
  font-weight: 900;
  border-color: black; }

.halo-block-product-tabs .productCarousel-tabs .tabs .tab-title {
  color: #969696;
  font-size: 18px;
  font-weight: 900;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  padding: 8px 10px;
  border: 1px solid #b5b5b5;
  border-radius: 3px;
  background: transparent;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

@media (min-width: 768px) {
  .halo-block-product-tabs .productCarousel-tabs .tabs .tab-title {
    font-size: 24px; } }

.home-layout-3 .halo-block-product-tabs .productCarousel-tabs .tabs .tab {
  margin: 0 0 2px 20px; }

.home-layout-3 .halo-block-product-tabs .productCarousel-tabs .tabs .tab.is-active .tab-title {
  color: black;
  font-weight: 500;
  border-color: black;
  background: white; }

.home-layout-3 .halo-block-product-tabs .productCarousel-tabs .tabs .tab-title {
  color: #393939;
  font-size: 17px;
  font-weight: 400;
  font-family: "Jost", Arial, Helvetica, sans-serif;
  border: 1px solid #f6f6f6;
  border-radius: 8px;
  background: #f6f6f6;
  min-width: 158px;
  text-align: center;
  padding: 15px 10px 14px; }

.halo-block-product-tabs .productCarousel-tabs .tabs-contents {
  position: relative; }

@media (max-width: 767px) {
  .halo-block-product-tabs .productCarousel-tabs .tabs-contents {
    margin-bottom: 0; } }

.halo-block-product-tabs .productCarousel-tabs .tabs-contents .productGrid {
  margin: 0; }

.halo-block-product-tabs .productCarousel-tabs .tabs-contents .productCarousel-sample {
  width: 25%;
  display: inline-block; }

@media (max-width: 1261px) {
  .halo-block-product-tabs .productCarousel-tabs .tabs-contents .productCarousel-sample {
    width: 33.33334%; }
  .halo-block-product-tabs .productCarousel-tabs .tabs-contents .productCarousel-sample:nth-child(7) {
    display: none; } }

@media (max-width: 767px) {
  .halo-block-product-tabs .productCarousel-tabs .tabs-contents .productCarousel-sample {
    width: 50%; }
  .halo-block-product-tabs .productCarousel-tabs .tabs-contents .productCarousel-sample:nth-child(6) {
    display: none; } }

@media (min-width: 551px) {
  .halo-block-product-tabs .productCarousel-tabs .tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    white-space: unset;
    overflow-x: hidden;
    margin-bottom: 8px; }
  .halo-block-product-tabs .productCarousel-tabs .tabs .tab {
    width: auto;
    margin-left: 0;
    margin-bottom: 0; }
  .home-layout-1 .halo-block-product-tabs .productCarousel-tabs .tabs .tab.is-active .tab-title span,
  .home-layout-2 .halo-block-product-tabs .productCarousel-tabs .tabs .tab.is-active .tab-title span,
  .home-layout-4 .halo-block-product-tabs .productCarousel-tabs .tabs .tab.is-active .tab-title span {
    border-bottom: 3px solid #232323;
    padding-bottom: 4px; }
  .home-layout-1 .halo-block-product-tabs .productCarousel-tabs .tabs .tab-title,
  .home-layout-2 .halo-block-product-tabs .productCarousel-tabs .tabs .tab-title,
  .home-layout-4 .halo-block-product-tabs .productCarousel-tabs .tabs .tab-title {
    padding-left: 26px;
    padding-right: 26px;
    line-height: 1.625;
    border: 0;
    border-radius: 0;
    white-space: unset;
    overflow: unset;
    text-overflow: unset; } }

.halo-block-product-tabs .productCarousel-tabs .productCarousel {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 70px; }

@media (max-width: 767px) {
  .home-layout-1 .halo-block-product-tabs .productCarousel-tabs .productCarousel,
  .home-layout-2 .halo-block-product-tabs .productCarousel-tabs .productCarousel,
  .home-layout-3 .halo-block-product-tabs .productCarousel-tabs .productCarousel {
    margin-bottom: 20px; } }

@media (min-width: 768px) {
  .halo-block-product-tabs .productCarousel-tabs .productCarousel {
    margin-bottom: 17px; } }

.halo-block-product-tabs .productCarousel-tabs .productCarousel .slick-arrow {
  top: 40%; }

.halo-block-product-tabs .productCarousel-tabs .productCarousel .slick-dots li button {
  height: 10px;
  width: 10px; }

.halo-block-product-tabs .productCarousel-tabs .productCarousel .slick-dots li button:before {
  height: 10px;
  width: 10px; }

@media (max-width: 550px) {
  .halo-block-product-tabs .productCarousel-tabs .productCarousel .slick-arrow {
    top: 30%; } }

.halo-block-product-tabs .productCarousel-tabs .productCarousel:not(.slick-initialized) .productCarousel-slide {
  width: 25%;
  display: inline-block; }

.halo-block-product-tabs .productCarousel-tabs .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+5) {
  display: none; }

@media (max-width: 1261px) {
  .halo-block-product-tabs .productCarousel-tabs .productCarousel:not(.slick-initialized) .productCarousel-slide {
    width: 33.33334%; }
  .halo-block-product-tabs .productCarousel-tabs .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+4) {
    display: none; } }

@media (max-width: 767px) {
  .halo-block-product-tabs .productCarousel-tabs .productCarousel:not(.slick-initialized) .productCarousel-slide {
    width: 50%; }
  .halo-block-product-tabs .productCarousel-tabs .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(n+3) {
    display: none; } }

.home-layout-3 .halo-block-product-tabs {
  padding-top: 25px; }

.home-layout-3 .halo-block-product-tabs .halo-heading {
  margin-bottom: 30px; }

#homeBottomBanner2 {
  margin-bottom: 40px; }

#homeBottomBanner2 .homeBottomBanner2__container {
  position: relative; }

#homeBottomBanner2 .homeBottomBanner2__container .homeBottomBanner2__img {
  position: relative;
  overflow: hidden; }

#homeBottomBanner2 .homeBottomBanner2__container .homeBottomBanner2__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  /* Object-fit polyfill */
  font-family: 'object-fit: contain;'; }

#homeBottomBanner2 .homeBottomBanner2__container .homeBottomBanner2__img:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 37.85310734463277%; }

#homeBottomBanner2 .homeBottomBanner2__container .homeBottomBanner2__content {
  text-align: center;
  padding: 20px;
  background-color: #f6f6f6; }

#homeBottomBanner2 .homeBottomBanner2__container .homeBottomBanner2__content .homeBottomBanner2__title {
  margin-top: 0;
  margin-bottom: 0;
  color: black;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 28px; }

#homeBottomBanner2 .homeBottomBanner2__container .homeBottomBanner2__content .homeBottomBanner2__des {
  color: black;
  line-height: 24px;
  margin-bottom: 25px;
  font-size: 16px; }

#homeBottomBanner2 .homeBottomBanner2__container .homeBottomBanner2__content .button {
  margin-bottom: 0;
  min-width: 196px; }

#homeBottomBanner2 .home-textTopBanner {
  padding: 78px 0 40px; }

#homeBottomBanner2 .home-textTopBanner .container {
  max-width: 1020px; }

#homeBottomBanner2 .home-textTopBanner .container .customText-item {
  font-size: 18px;
  text-align: center;
  color: #3c3c3c; }

@media (min-width: 1200px) {
  #homeBottomBanner2 .homeBottomBanner2__container .homeBottomBanner2__content .homeBottomBanner2__title {
    font-size: 40px; }
  #homeBottomBanner2 .homeBottomBanner2__container .homeBottomBanner2__content .button {
    margin-top: 20px; } }

@media (min-width: 1025px) {
  #homeBottomBanner2 .homeBottomBanner2__container .homeBottomBanner2__content {
    position: absolute;
    top: 50%;
    left: calc((100% - 1200px)/ 2);
    transform: translateY(-50%);
    padding: 15.5px 50px;
    max-width: 480px;
    text-align: center;
    background-color: transparent;
    max-height: 100%;
    overflow-y: auto; }
  #homeBottomBanner2 .homeBottomBanner2__container .homeBottomBanner2__content::-webkit-scrollbar {
    width: 10px; }
  #homeBottomBanner2 .homeBottomBanner2__container .homeBottomBanner2__content::-webkit-scrollbar-track {
    background: #EAEAEA; }
  #homeBottomBanner2 .homeBottomBanner2__container .homeBottomBanner2__content::-webkit-scrollbar-thumb {
    background: #000000; } }

@media (max-width: 1199px) and (min-width: 1025px) {
  #homeBottomBanner2 .homeBottomBanner2__container .homeBottomBanner2__content {
    left: 0;
    padding: 25px 50px;
    max-width: 500px; } }

@media (max-width: 550px) {
  #homeBottomBanner2 .homeBottomBanner2__container .homeBottomBanner2__content .homeBottomBanner2__title {
    font-size: 20px; } }

@media (max-width: 480px) {
  #homeBottomBanner2 .homeBottomBanner2__container .homeTopBanner__img img {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }
  #homeBottomBanner2 .homeBottomBanner2__container .homeTopBanner__img:after {
    padding-bottom: 70%; } }

.halo-block-post {
  margin-top: 35px;
  padding: 30px 0px 40px; }

.home-layout-1 .halo-block-post,
.home-layout-2 .halo-block-post {
  padding-top: 0; }

@media (max-width: 1024px) {
  .home-layout-1 .halo-block-post,
  .home-layout-2 .halo-block-post {
    margin-bottom: 40px; } }

@media (max-width: 551px) {
  .halo-block-post {
    padding: 0 0 0; } }

.halo-block-post .halo-block-header {
  text-align: center; }

.home-layout-4 .halo-block-post .halo-block-header {
  text-align: left;
  position: relative; }

.home-layout-4 .halo-block-post .halo-block-header .title {
  padding: 0;
  margin-bottom: 22px;
  font-weight: 900; }

@media (min-width: 768px) {
  .home-layout-4 .halo-block-post .halo-block-header .title {
    margin-bottom: 38px; } }

.home-layout-4 .halo-block-post .halo-block-header .btnViewAll {
  margin-top: 6px;
  background-position-y: -2px;
  background-image: linear-gradient(transparent 96%, black 4%); }

.halo-block-post .halo-block-header .title {
  color: black;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  margin: 0px;
  padding: 25px 0 45px; }

@media (max-width: 767px) {
  .halo-block-post .halo-block-header .title {
    font-size: 24px; } }

.halo-block-post .halo-row {
  padding: 0;
  margin: 0; }

@media (max-width: 1024px) {
  .halo-block-post .halo-row .halo-row-slider.slick-current .halo-row-item {
    padding-left: 0; }
  .halo-block-post .halo-row .halo-row-slider.slick-active:first-of-type .halo-row-item {
    padding-left: 0; }
  .halo-block-post .halo-row .halo-row-slider.slick-active:last-of-type .halo-row-item {
    padding-right: 0; }
  .halo-block-post .halo-row .halo-row-slider.slick-active + .slick-slide .halo-row-item {
    padding-right: 0; } }

.halo-block-post .halo-row .halo-row-item {
  margin: 0;
  outline: none;
  white-space: normal; }

.halo-block-post .halo-row .halo-row-item .item-content {
  text-align: center;
  max-width: 100%;
  margin: 0 auto; }

@media (min-width: 1600px) {
  .halo-block-post .halo-row .halo-row-item .item-content {
    max-width: calc(100% - 100px); } }

.halo-block-post .halo-row .halo-row-item .item-content .date {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #707070;
  margin-bottom: 14px; }

.halo-block-post .halo-row .halo-row-item .item-content .title {
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0;
  font-weight: 900;
  color: #232323;
  margin-top: 0px;
  margin-bottom: 8px; }

.halo-block-post .halo-row .halo-row-item .item-content .title a {
  text-transform: uppercase;
  text-decoration: unset; }

.halo-block-post .halo-row .halo-row-item .item-content .summary {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0px;
  padding-bottom: 40px;
  color: #3c3c3c; }

.halo-block-post .halo-row .halo-row-item .item-content .button {
  min-width: 196px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 20px; }

.home-layout-4 .halo-block-post .halo-row .halo-row-item .item-content {
  text-align: left;
  max-width: 100%; }

.home-layout-4 .halo-block-post .halo-row .halo-row-item .item-content .date-author {
  margin-bottom: 5px; }

.home-layout-4 .halo-block-post .halo-row .halo-row-item .item-content .date,
.home-layout-4 .halo-block-post .halo-row .halo-row-item .item-content .author {
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #505050;
  margin-bottom: 5px; }

.home-layout-4 .halo-block-post .halo-row .halo-row-item .item-content .author {
  margin-left: 8px;
  padding-left: 15px;
  position: relative; }

.home-layout-4 .halo-block-post .halo-row .halo-row-item .item-content .author:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 3px;
  background: #505050;
  border-radius: 50%;
  transform: translateY(-50%); }

.home-layout-4 .halo-block-post .halo-row .halo-row-item .item-content .title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .01em;
  margin-bottom: 18px;
  line-height: 1.2; }

.home-layout-4 .halo-block-post .halo-row .halo-row-item .item-content .title .link-effect .text:after {
  background: #c4390f;
  bottom: 3px;
  opacity: .5; }

.home-layout-4 .halo-block-post .halo-row .halo-row-item .item-content .button {
  min-width: 166px;
  text-transform: uppercase; }

.halo-block-post .halo-row:not(.slick-initialized) {
  display: block;
  overflow: auto;
  font-size: 0;
  letter-spacing: 0; }

@media (max-width: 1024px) {
  .halo-block-post .halo-row:not(.slick-initialized) {
    margin-left: 0px; } }

@media (min-width: 1025px) {
  .halo-block-post .halo-row:not(.slick-initialized) {
    overflow: hidden; } }

.halo-block-post .halo-row:not(.slick-initialized) .halo-row-slider {
  display: inline-block;
  vertical-align: top;
  width: 33.3333333%;
  overflow: hidden; }

@media (max-width: 1024px) {
  .halo-block-post .halo-row:not(.slick-initialized) .halo-row-slider {
    width: 100%; } }

.halo-block-post .halo-row .slick-dots {
  bottom: -45px; }

.halo-block-post .halo-row .slick-dots li button {
  height: 10px;
  width: 10px; }

.halo-block-post .halo-row .slick-dots li button:before {
  height: 10px;
  width: 10px; }

.halo-block-post .halo-recent-post .item-image a {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 32px; }

.home-layout-4 .halo-block-post .halo-recent-post .item-image a {
  margin-bottom: 24px; }

.halo-block-post .halo-recent-post .item-image a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 1s ease-out; }

.halo-block-post .halo-recent-post .item-image a:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 72%; }

@media (min-width: 1025px) {
  .halo-block-post .halo-row {
    width: auto;
    padding: 0 50px;
    min-width: 100%;
    overflow: visible;
    margin-left: 0;
    margin-right: 0; }
  .halo-block-post .halo-row .halo-row-item {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .halo-block-post .halo-row .halo-row-item .image-with-overlay:hover img {
    transform: scale3d(1.1, 1.1, 1); } }

.home-layout-3 .halo-block-post {
  margin-top: 0;
  padding: 20px 0 75px; }

.home-layout-3 .halo-block-post .container.container-custom {
  padding: 0 15px; }

@media (min-width: 1025px) {
  .home-layout-3 .halo-block-post .container.container-custom {
    padding: 0; } }

@media (max-width: 551px) {
  .home-layout-3 .halo-block-post {
    padding: 0 0 50px; } }

.home-layout-3 .halo-block-post .halo-block-header .title {
  font-size: 25px;
  font-weight: 900;
  padding: 22px 0 35px; }

.home-layout-3 .halo-block-post .halo-row .halo-row-item .item-content .date {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  color: #787878;
  margin-bottom: 8px; }

.home-layout-3 .halo-block-post .halo-row .halo-row-item .item-content .title {
  font-size: 20px;
  margin-bottom: 13px; }

.home-layout-3 .halo-block-post .halo-row .halo-row-item .item-content .summary {
  padding-bottom: 30px;
  color: #000000; }

.home-layout-3 .halo-block-post .halo-row .halo-row-item .item-content .button {
  text-transform: uppercase; }

.home-layout-3 .halo-block-post .halo-recent-post .item-image a {
  border-radius: 10px; }

.home-layout-3 .halo-block-post .halo-recent-post .item-image a:after {
  padding-bottom: 83.15789%; }

@media (min-width: 1025px) {
  .home-layout-3 .halo-block-post .halo-row {
    padding: 0 60px; } }

.home-layout-4 .halo-block-post {
  padding-top: 0;
  margin-top: 32px; }

.home-layout-4 .halo-block-post .halo-row {
  padding: 0; }

@media (min-width: 1200px) {
  .home-layout-4 .halo-block-post .halo-row {
    margin: 0 -15px; } }

@media (max-width: 1199px) {
  .home-layout-4 .halo-block-post .halo-row .halo-row-item {
    padding: 0 10px; } }

.home-layout-4 .halo-block-post .halo-row .slick-dots {
  bottom: -30px; }

.home-layout-4 .halo-block-post .halo-row:not(.slick-initialized) {
  white-space: unset;
  overflow: unset; }

@media (max-width: 1024px) {
  .home-layout-4 .halo-block-post .halo-row:not(.slick-initialized) .halo-row-slider {
    width: 50%; }
  .home-layout-4 .halo-block-post .halo-row:not(.slick-initialized) .halo-row-slider:nth-child(n+3) {
    display: none; } }

@media (max-width: 550px) {
  .home-layout-4 .halo-block-post .halo-row:not(.slick-initialized) .halo-row-slider {
    width: 100%; }
  .home-layout-4 .halo-block-post .halo-row:not(.slick-initialized) .halo-row-slider:nth-child(n+2) {
    display: none; } }

@media (max-width: 550px) {
  .home-layout-4 .halo-block-post .halo-row .halo-row-slider.slick-active:first-of-type .halo-row-item {
    padding-right: 0; } }

@media (max-width: 550px) {
  .home-layout-4 .halo-block-post .halo-row .halo-row-slider.slick-active + .slick-slide .halo-row-item {
    padding-right: 0; } }

.haloHomeService .haloHomeService_header {
  text-align: center; }

.haloHomeService .haloHomeService_header .title {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  margin: 0px;
  padding: 40px 0 10px; }

@media (max-width: 767px) {
  .haloHomeService .haloHomeService_header .title {
    font-size: 24px;
    padding: 50px 0 10px; } }

.haloHomeService .haloHomeService__service {
  padding: 40px 0; }

.haloHomeService .haloHomeService__service .haloHomeService__container {
  font-size: 0;
  margin: 0 -15px; }

.haloHomeService .haloHomeService__service .haloHomeService__item {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin-bottom: 0;
  padding: 0 15px;
  text-align: center; }

.haloHomeService .haloHomeService__service .haloHomeService__item .haloHomeService__itemImg {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 50px; }

.haloHomeService .haloHomeService__service .haloHomeService__item .haloHomeService__itemImg img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: auto;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  /* Object-fit polyfill */
  font-family: 'object-fit: contain;'; }

.haloHomeService .haloHomeService__service .haloHomeService__item .haloHomeService__itemImg:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 18.18181818181818%; }

.haloHomeService .haloHomeService__service .haloHomeService__item .haloHomeService__itemContent {
  max-width: 260px;
  margin: 0 auto; }

.haloHomeService .haloHomeService__service .haloHomeService__item .haloHomeService__itemContent .haloHomeService__itemTitle {
  color: black;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  padding: 0 0 4px 0; }

.haloHomeService .haloHomeService__service .haloHomeService__item .haloHomeService__itemContent p {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 16px;
  margin-bottom: 12px; }

@media (max-width: 1199px) {
  .haloHomeService .haloHomeService__service .haloHomeService__item .haloHomeService__itemContent p {
    margin-bottom: 35px; } }

.haloHomeService .haloHomeService__service .haloHomeService__item .haloHomeService__itemContent a {
  text-decoration: none;
  color: black;
  background-image: linear-gradient(transparent 96%, white 4%);
  background-repeat: repeat-x;
  background-position-y: 0px; }

.haloHomeService .haloHomeService__service .haloHomeService__item .haloHomeService__itemContent a:hover {
  background-image: linear-gradient(transparent 96%, black 4%); }

#halo_instagram {
  background-color: #ecf5f5;
  text-align: center;
  padding: 20px 15px 40px; }

@media (min-width: 1025px) {
  #halo_instagram {
    padding: 35px 65px 72px;
    margin-top: 40px; } }

#halo_instagram .halo-block-header {
  text-align: center;
  max-width: calc(100% - 60px);
  margin: 0 auto; }

@media (min-width: 551px) {
  #halo_instagram .halo-block-header {
    max-width: 450px; } }

#halo_instagram .halo-block-header .title {
  font-size: 24px;
  font-weight: 900;
  line-height: 35px;
  color: black;
  margin-bottom: 12px; }

#halo_instagram .halo-block-header .title svg {
  width: 25px;
  height: 24px;
  color: #292a2a;
  margin-right: 12px;
  position: relative;
  top: -2.5px; }

#halo_instagram .halo-block-header .desc {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 30px; }

@media (min-width: 1025px) {
  #halo_instagram .halo-block-header .desc {
    margin-bottom: 27px; } }

#halo_instagram .halo-block-footer {
  margin-top: 30px; }

@media (min-width: 1025px) {
  #halo_instagram .halo-block-footer {
    margin-top: 45px; } }

.home-layout-2 #halo_instagram .halo-block-footer .button {
  min-width: 230px;
  background-color: #1a2531; }

.home-layout-2 #halo_instagram .halo-block-footer .button:hover {
  background-color: black; }

.home-layout-3 #halo_instagram {
  background-color: transparent; }

@media (min-width: 1025px) {
  .home-layout-3 #halo_instagram {
    padding: 20px 75px 42px;
    margin-top: 25px; } }

.home-layout-3 #halo_instagram .halo-block-header .title {
  font-size: 25px;
  line-height: 30px;
  margin-top: 0; }

.home-layout-3 #halo_instagram .halo-block-header .desc {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 35px; }

.home-layout-3 #halo_instagram .halo-block-footer .button {
  min-width: 178px; }

.halo-image-instagram {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  margin: 0;
  overflow: auto;
  white-space: nowrap; }

@media (max-width: 551px) {
  .halo-image-instagram {
    margin: 0 -10px;
    padding-left: 10px;
    padding-right: 10px; } }

.halo-image-instagram .item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 320px;
  margin: 0 10px 2px 0;
  white-space: normal;
  padding: 0; }

.halo-image-instagram .item:last-child {
  margin-right: 0; }

.halo-image-instagram .image-collection2 {
  position: relative; }

.halo-image-instagram .image-collection2 .image-with-overlay:after {
  content: '';
  display: block;
  padding-bottom: 100%; }

.halo-image-instagram .image-collection2 .image-with-overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate3d(-50%, -50%, 0);
  transition: all .7s ease; }

.halo-image-instagram .image-collection2 .image-with-overlay img.lazyload,
.halo-image-instagram .image-collection2 .image-with-overlay img.lazyloading {
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin: auto; }

.halo-image-instagram .image-collection2 .image-with-overlay img.lazyloaded {
  width: auto;
  height: auto;
  min-width: 100%; }

.halo-image-instagram .image-collection2 .image-with-overlay span {
  opacity: 0;
  overflow: hidden; }

@media (min-width: 551px) {
  .halo-image-instagram .item {
    width: 60%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .halo-image-instagram .item {
    width: 40%; } }

@media (min-width: 1025px) {
  .halo-image-instagram {
    margin-left: -5px;
    margin-right: -5px;
    white-space: unset;
    overflow: hidden;
    padding-left: 0; }
  .halo-image-instagram .item {
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0; }
  .halo-image-instagram .image-collection2 {
    display: block;
    overflow: hidden;
    position: relative; }
  .halo-image-instagram .image-collection2 .image-with-overlay:before {
    background-color: rgba(30, 30, 30, 0.4);
    transition: all .6s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    content: '';
    visibility: hidden; }
  .halo-image-instagram .image-collection2 .image-with-overlay:after {
    padding-bottom: 100%; }
  .halo-image-instagram .image-collection2 .image-with-overlay span {
    font-size: 0px;
    width: 36px;
    height: 36px;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    overflow: hidden;
    transition: all .6s ease; }
  .halo-image-instagram .image-collection2 .image-with-overlay span:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    width: 2px;
    height: 100%; }
  .halo-image-instagram .image-collection2 .image-with-overlay span:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    width: 100%;
    height: 2px; }
  .halo-image-instagram .image-collection2 .title {
    font-size: 32px;
    margin-bottom: 30px;
    max-width: 158px; }
  .halo-image-instagram .image-collection2:hover .image-with-overlay:before {
    opacity: 1;
    overflow: visible;
    visibility: visible; }
  .halo-image-instagram .image-collection2:hover .image-with-overlay span {
    opacity: 1;
    overflow: visible;
    visibility: visible; }
  .halo-image-instagram .image-collection2:hover .image-with-overlay img {
    transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1); } }

.home-layout-3 .halo-image-instagram .image-collection2 {
  border-radius: 10px; }

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

.homeTopBanner3 {
  padding: 45px 0 6px; }

.homeTopBanner3 .homeTopBanner3__container {
  font-size: 0; }

@media (min-width: 1600px) {
  .homeTopBanner3 .homeTopBanner3__container {
    padding: 0 calc((100% - 1274px)/2); } }

.homeTopBanner3 .homeTopBanner3__header {
  margin-bottom: 90px; }

.homeTopBanner3 .homeTopBanner3__carousel {
  padding: 0 15px; }

.homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item {
  font-size: 16px;
  width: 20%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 9px;
  margin-bottom: 20px; }

.homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item a {
  text-decoration: none; }

@media (min-width: 1025px) {
  .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item:hover .homeTopBanner3__img > .image:before {
    opacity: 1; }
  .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item:hover .homeTopBanner3__img > .image .button {
    opacity: 1;
    visibility: visible; }
  .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item:hover .homeTopBanner3__content .homeTopBanner3__name {
    color: #c4390f; }
  .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item:hover .homeTopBanner3__content .homeTopBanner3__name:after {
    opacity: 1; } }

.homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item .homeTopBanner3__img {
  margin-bottom: 3px; }

.homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item .homeTopBanner3__img > .image {
  position: relative;
  display: block;
  overflow: hidden; }

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

.homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item .homeTopBanner3__img > .image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: radial-gradient(#ececec 52%, #f9f9f9 60%, #fff 65%);
  opacity: 0;
  transition: opacity .3s ease-in-out; }

.homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item .homeTopBanner3__img > .image:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%; }

.homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item .homeTopBanner3__content {
  padding: 0 20px; }

.homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item .homeTopBanner3__content .homeTopBanner3__name {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: black;
  margin-bottom: 5px;
  transition: all .3s ease; }

.homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item .homeTopBanner3__content .homeTopBanner3__name:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(transparent 96%, rgba(196, 57, 15, 0.6) 4%);
  background-repeat: repeat-x;
  background-position-y: 0px;
  opacity: 0;
  transition: opacity .3s ease-in-out; }

.homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item .homeTopBanner3__content .homeTopBanner3__count {
  line-height: 26px; }

.homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item .homeTopBanner3__content .homeTopBanner3__des {
  line-height: 26px;
  margin-top: 10px; }

.homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item .homeTopBanner3__content .homeTopBanner3__des p:last-child {
  margin-bottom: 0; }

.homeTopBanner3 .homeTopBanner3__carousel.slick-slider .slick-prev {
  left: 25px;
  top: 42%; }

@media (min-width: 1600px) {
  .homeTopBanner3 .homeTopBanner3__carousel.slick-slider .slick-prev {
    left: -68px; } }

.homeTopBanner3 .homeTopBanner3__carousel.slick-slider .slick-next {
  right: 25px;
  top: 42%; }

@media (min-width: 1600px) {
  .homeTopBanner3 .homeTopBanner3__carousel.slick-slider .slick-next {
    right: -68px; } }

.homeTopBanner3 .homeTopBanner3__carousel:not(.slick-initialized) .homeTopBanner3__item:nth-child(n+6) {
  display: none; }

.homeTopBanner3 .halo-comingSoon {
  background-color: #ffffff; }

@media (max-width: 1199px) {
  .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item {
    width: 25%; }
  .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item:not(.slick-initialized) .homeTopBanner3__item:nth-child(n+5) {
    display: none; }
  .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item .homeTopBanner3__content {
    padding: 0 5px; } }

@media (max-width: 992px) {
  .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item {
    width: 33.33334%; }
  .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item:not(.slick-initialized) .homeTopBanner3__item:nth-child(n+4) {
    display: none; } }

@media (max-width: 767px) {
  .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item {
    width: 50%; }
  .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item:not(.slick-initialized) .homeTopBanner3__item:nth-child(n+3) {
    display: none; } }

@media (max-width: 480px) {
  .homeTopBanner3 .homeTopBanner3__carousel {
    padding: 0; }
  .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item {
    width: 100%; }
  .homeTopBanner3 .homeTopBanner3__carousel .homeTopBanner3__item:not(.slick-initialized) .homeTopBanner3__item:nth-child(n+2) {
    display: none; } }

.homeFiveBanner {
  display: inline-block;
  width: 100%;
  padding-bottom: 32px; }

.homeFiveBanner__container {
  font-size: 0;
  vertical-align: top;
  padding: 0 15px; }

@media (min-width: 768px) {
  .homeFiveBanner__container {
    padding: 0 10px; } }

@media (min-width: 1600px) {
  .homeFiveBanner__container {
    padding: 0 60px; } }

.homeFiveBanner__list + .homeFiveBanner__list {
  margin-top: 10px; }

@media (min-width: 551px) {
  .homeFiveBanner__list + .homeFiveBanner__list {
    margin-top: 10px; } }

@media (min-width: 1025px) {
  .homeFiveBanner__list + .homeFiveBanner__list {
    margin-top: 30px; } }

@media (max-width: 768px) {
  .homeFiveBanner__list .homeFiveBanner__item + .homeFiveBanner__item {
    margin-top: 15px; } }

.homeFiveBanner__item {
  margin: 0;
  padding: 0;
  font-size: 15px; }

@media (min-width: 768px) {
  .homeFiveBanner__item {
    vertical-align: top;
    display: inline-block;
    padding: 0 5px; } }

@media (min-width: 1025px) {
  .homeFiveBanner__item {
    padding: 0 15px; } }

.homeFiveBanner__wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 10px; }

.homeFiveBanner__wrapper:before {
  content: "";
  display: block;
  padding-top: 76%; }

.homeFiveBanner__wrapper img {
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: none;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  transition: all 1s ease; }

.homeFiveBanner__wrapper .homeFiveBanner__link {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  position: absolute; }

@media (min-width: 1025px) {
  .homeFiveBanner__wrapper:hover img {
    transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1); } }

.homeFiveBanner__small .homeFiveBanner__item {
  width: 100%; }

@media (min-width: 768px) {
  .homeFiveBanner__small .homeFiveBanner__item {
    width: 33.333333%; } }

.homeFiveBanner__small .homeFiveBanner__wrapper:before {
  content: "";
  display: block;
  padding-top: 70.17544%; }

.homeFiveBanner__large .homeFiveBanner__item {
  width: 100%; }

@media (min-width: 768px) {
  .homeFiveBanner__large .homeFiveBanner__item {
    width: 50%; } }

.homeFiveBanner__large .homeFiveBanner__wrapper:before {
  content: "";
  display: block;
  padding-top: 45.97701%; }

#homeService3 {
  margin-bottom: 30px; }

#homeService3 .container {
  padding: 0 15px; }

@media (min-width: 1600px) {
  #homeService3 .container {
    padding: 0 75px; } }

#homeService3 .homeService3__container {
  position: relative;
  background-color: #f6f6f6;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center; }

#homeService3 .homeService3__carousel {
  width: 100%;
  padding: 0 15px; }

#homeService3 .homeService3__carousel:not(.slick-initialized) {
  display: flex; }

#homeService3 .homeService3__item {
  width: 33.33%;
  padding: 20px;
  text-align: center;
  display: flex;
  justify-content: center; }

#homeService3 .homeService3__item .homeService3__img {
  text-align: center; }

#homeService3 .homeService3__item .homeService3__img img {
  width: auto;
  display: inline-block; }

#homeService3 .homeService3__item .homeService3__content {
  padding-left: 15px;
  text-align: left; }

#homeService3 .homeService3__item .homeService3__content h5 {
  font-size: 20px;
  color: black;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 12px;
  text-transform: capitalize; }

#homeService3 .homeService3__item .homeService3__content p {
  color: #333333;
  line-height: 26px;
  letter-spacing: 0;
  margin-bottom: 0; }

#homeService3 .homeService3__item .homeService3__content a {
  color: #333333;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  background-image: linear-gradient(transparent 96%, rgba(51, 51, 51, 0.6) 4%);
  background-repeat: repeat-x;
  background-position-y: 0px;
  line-height: 20px;
  display: inline-block; }

@media (max-width: 1024px) {
  #homeService3 .homeService3__container {
    display: block;
    padding: 0 0 60px;
    height: 280px; }
  #homeService3 .homeService3__container .homeService3__carousel {
    font-size: 0; }
  #homeService3 .homeService3__container .homeService3__item {
    display: inline-block;
    vertical-align: top; }
  #homeService3 .homeService3__container .homeService3__item .homeService3__img {
    margin: 0 0 15px;
    width: 100%; }
  #homeService3 .homeService3__container .homeService3__item .homeService3__content {
    padding-left: 0;
    font-size: 16px;
    text-align: center; }
  #homeService3 .homeService3__container .homeService3__item .homeService3__content h5 {
    font-size: 18px; }
  #homeService3 .homeService3__container .slick-dots {
    bottom: -40px; } }

@media (max-width: 767px) {
  #homeService3 .homeService3__container {
    padding: 15px 0; }
  #homeService3 .homeService3__container .homeService3__item {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px; }
  #homeService3 .homeService3__container .homeService3__carousel {
    margin-bottom: 30px;
    position: relative; }
  #homeService3 .homeService3__container .homeService3__carousel:not(.slick-initialized) .homeService3__item:nth-child(n+2) {
    display: none; }
  #homeService3 .homeService3__container .slick-dots {
    bottom: -25px; } }

#homeBottomBanner3 {
  margin-bottom: 0; }

#homeBottomBanner3 .homeBottomBanner3__container {
  position: relative; }

#homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__img {
  position: relative;
  overflow: hidden; }

#homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  /* Object-fit polyfill */
  font-family: 'object-fit: contain;'; }

#homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__img:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 37.85310734463277%; }

#homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content {
  text-align: center;
  padding: 20px;
  background-color: #f6f6f6; }

#homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content .homeBottomBanner3__title {
  margin-top: 0;
  margin-bottom: 0;
  color: black;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 15px; }

#homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content .halo-line {
  display: block;
  width: 100%;
  max-width: 80px;
  height: 1px;
  background: #333333;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 0;
  margin-bottom: 25px; }

#homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content .homeBottomBanner3__des {
  color: #333333;
  line-height: 24px;
  padding: 0 10px;
  margin-bottom: 25px;
  font-size: 16px; }

#homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content .button {
  margin-bottom: 0;
  min-width: 178px;
  background-color: #c4390f;
  color: black;
  border-color: #c4390f; }

#homeBottomBanner3 .home-textTopBanner {
  padding: 78px 0 40px; }

#homeBottomBanner3 .home-textTopBanner .container {
  max-width: 1020px; }

#homeBottomBanner3 .home-textTopBanner .container .customText-item {
  font-size: 18px;
  text-align: center;
  color: #3c3c3c; }

@media (min-width: 1200px) {
  #homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content .homeBottomBanner3__title {
    font-size: 55px; }
  #homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content .button {
    margin-top: 20px; } }

@media (min-width: 1025px) {
  #homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15.5px 50px;
    max-width: 610px;
    text-align: center;
    background-color: transparent;
    max-height: 100%;
    overflow-y: auto; }
  #homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content::-webkit-scrollbar {
    width: 10px; }
  #homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content::-webkit-scrollbar-track {
    background: #EAEAEA; }
  #homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content::-webkit-scrollbar-thumb {
    background: #000000; }
  #homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content .button:hover,
  #homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content .button:active,
  #homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content .button:focus {
    background-color: black;
    color: white;
    border-color: black; } }

@media (max-width: 1199px) and (min-width: 1025px) {
  #homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content {
    left: 0;
    padding: 25px 50px;
    max-width: 500px; } }

@media (max-width: 550px) {
  #homeBottomBanner3 .homeBottomBanner3__container .homeBottomBanner3__content .homeBottomBanner3__title {
    font-size: 20px; } }

@media (max-width: 480px) {
  #homeBottomBanner3 .homeBottomBanner3__container .homeTopBanner__img img {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }
  #homeBottomBanner3 .homeBottomBanner3__container .homeTopBanner__img:after {
    padding-bottom: 70%; } }

.homeTestimonial {
  display: block;
  position: relative;
  padding: 10px 0;
  margin: 0; }

.homeTestimonial__container {
  font-size: 0;
  background-color: #f9f9f9;
  padding: 40px 15px; }

@media (min-width: 1600px) {
  .homeTestimonial__container {
    padding: 130px calc((100% - 1274px)/2) 100px; } }

.homeTestimonial__carousel {
  display: block; }

.homeTestimonial__carousel.slick-slider .slick-prev {
  left: 25px; }

@media (min-width: 1600px) {
  .homeTestimonial__carousel.slick-slider .slick-prev {
    left: -68px; } }

.homeTestimonial__carousel.slick-slider .slick-next {
  right: 25px; }

@media (min-width: 1600px) {
  .homeTestimonial__carousel.slick-slider .slick-next {
    right: -68px; } }

.homeTestimonial__carousel:not(.slick-initialized) {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  letter-spacing: 0; }

.homeTestimonial__carousel:not(.slick-initialized) .homeTestimonial__item {
  display: inline-block;
  vertical-align: top;
  width: 100%; }

.homeTestimonial__wrapper {
  display: block;
  width: 100%;
  position: relative;
  padding: 0; }

@media (min-width: 1600px) {
  .homeTestimonial__wrapper {
    padding: 0 48px; } }

.homeTestimonial__wrapper .image-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px; }

.homeTestimonial__wrapper .image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transform: translate3d(-50%, -50%, 0);
  transition: all .7s ease; }

.homeTestimonial__wrapper .image-wrapper img.lazyload,
.homeTestimonial__wrapper .image-wrapper img.lazyloading {
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0; }

.homeTestimonial__wrapper .image-wrapper img.lazyloaded {
  width: auto;
  height: auto;
  min-width: 100%; }

.homeTestimonial__wrapper .image-wrapper:after {
  content: '';
  display: block;
  padding-bottom: 100%; }

.homeTestimonial__wrapper .content-wrapper {
  width: 100%;
  padding: 30px 0 0 0;
  position: relative;
  display: block; }

.homeTestimonial__wrapper .quote {
  position: absolute;
  top: -2px;
  left: 45px;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-quote-left' viewBox='0 0 512 434' fill='%23fff9dd'%3E%3Cg transform='translate(0.000000,434.000000) scale(0.100000,-0.100000)'%3E%3Cpath d='M1500 4334 c-588 -36 -1101 -380 -1345 -900 -81 -172 -127 -339 -146 -527 -6 -64 -9 -534 -7 -1267 l3 -1165 22 -66 c62 -180 216 -327 408 -386 56 -17 108 -18 740 -18 746 0 732 -1 860 61 132 64 243 188 294 327 l26 72 3 692 c3 765 3 762 -61 892 -40 84 -158 204 -242 248 -126 66 -126 66 -615 72 -437 6 -446 6 -487 29 -54 28 -107 81 -135 135 -31 58 -38 267 -14 387 47 229 209 441 418 543 137 68 192 79 420 86 l196 6 43 30 c23 17 53 50 66 74 22 43 23 52 23 278 0 254 -4 280 -58 336 -51 54 -76 61 -222 63 -74 1 -160 0 -190 -2z'/%3E%3Cpath d='M4260 4333 c-494 -25 -964 -290 -1232 -693 -61 -92 -158 -289 -192 -390 -13 -41 -35 -120 -47 -175 l-23 -100 -4 -1220 c-2 -887 0 -1236 8 -1280 33 -174 155 -331 315 -409 128 -62 114 -61 860 -61 632 0 684 1 740 18 192 59 346 206 408 386 22 65 22 73 25 742 3 732 2 758 -51 872 -54 118 -176 240 -287 290 -108 48 -122 50 -585 56 -436 6 -440 6 -485 29 -137 72 -182 188 -161 415 5 62 20 144 31 182 76 247 288 453 542 526 58 16 114 22 274 27 190 7 202 8 236 31 44 30 77 79 89 128 12 55 11 413 -2 474 -16 72 -76 132 -148 148 -47 10 -169 12 -311 4z'/%3E%3C/g%3E%3C/svg%3E"); }

.homeTestimonial__wrapper .quote .icon {
  width: 105px;
  height: 89px;
  fill: #fff9dd; }

.homeTestimonial__wrapper .star {
  margin-bottom: 18px; }

.homeTestimonial__wrapper .star .icon {
  width: 19px;
  height: 17px;
  margin-right: 9px; }

.homeTestimonial__wrapper .star .icon.icon--ratingFull {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 456 435' id='icon-star-2' fill='%23fdb10d'%3E%3Cg transform='translate(0.000000,435.000000) scale(0.100000,-0.100000)'%3E%3Cpath d='M2205 4326 c-16 -7 -37 -22 -46 -32 -9 -11 -155 -300 -324 -644 -169 -344 -310 -628 -314 -632 -3 -3 -321 -52 -706 -108 -499 -72 -709 -106 -730 -119 -67 -39 -97 -140 -61 -209 8 -15 216 -224 463 -464 246 -240 474 -463 506 -495 l57 -59 -120 -700 c-126 -736 -125 -729 -85 -790 25 -38 91 -67 141 -61 30 3 215 95 663 331 342 179 626 326 632 326 5 0 288 -146 628 -325 340 -179 632 -328 649 -331 50 -10 99 4 136 39 67 63 69 34 -64 812 l-120 699 47 49 c27 27 254 250 507 495 252 246 464 459 472 474 36 69 6 170 -61 210 -22 12 -224 45 -730 119 -385 55 -703 104 -706 108 -4 3 -145 287 -314 631 -169 344 -315 633 -324 644 -37 43 -134 59 -196 32z'/%3E%3C/g%3E%3C/svg%3E"); }

.homeTestimonial__wrapper .star .icon.icon--ratingEmpty {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 456 435' id='icon-star-2' fill='%23dbdbdb'%3E%3Cg transform='translate(0.000000,435.000000) scale(0.100000,-0.100000)'%3E%3Cpath d='M2205 4326 c-16 -7 -37 -22 -46 -32 -9 -11 -155 -300 -324 -644 -169 -344 -310 -628 -314 -632 -3 -3 -321 -52 -706 -108 -499 -72 -709 -106 -730 -119 -67 -39 -97 -140 -61 -209 8 -15 216 -224 463 -464 246 -240 474 -463 506 -495 l57 -59 -120 -700 c-126 -736 -125 -729 -85 -790 25 -38 91 -67 141 -61 30 3 215 95 663 331 342 179 626 326 632 326 5 0 288 -146 628 -325 340 -179 632 -328 649 -331 50 -10 99 4 136 39 67 63 69 34 -64 812 l-120 699 47 49 c27 27 254 250 507 495 252 246 464 459 472 474 36 69 6 170 -61 210 -22 12 -224 45 -730 119 -385 55 -703 104 -706 108 -4 3 -145 287 -314 631 -169 344 -315 633 -324 644 -37 43 -134 59 -196 32z'/%3E%3C/g%3E%3C/svg%3E"); }

.homeTestimonial__wrapper .desc {
  display: block;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  color: black;
  margin: 0 0 24px 0; }

.homeTestimonial__wrapper .author {
  position: relative;
  display: inline-block;
  float: right;
  padding-right: 80px; }

.homeTestimonial__wrapper .author span {
  display: block; }

.homeTestimonial__wrapper .author:before {
  content: '';
  position: absolute;
  top: 20px;
  left: -102px;
  height: 1px;
  width: 80px;
  background-color: black; }

.homeTestimonial__wrapper .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: black;
  position: relative;
  text-transform: unset;
  margin: 5px 0 0 0; }

.homeTestimonial__wrapper .subtitle {
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  color: #787878;
  margin: 0; }

.homeTestimonial .slick-dots {
  bottom: -45px; }

@media (min-width: 551px) {
  .homeTestimonial .homeTestimonial__wrapper {
    display: flex;
    justify-content: space-between; }
  .homeTestimonial .homeTestimonial__wrapper .image-wrapper {
    width: 40%; }
  .homeTestimonial .homeTestimonial__wrapper .content-wrapper {
    width: 60%;
    padding-top: 60px;
    padding-left: 15px; }
  .homeTestimonial .slick-arrow {
    display: block; } }

@media (min-width: 992px) {
  .homeTestimonial .homeTestimonial__wrapper .content-wrapper {
    padding-left: 30px; } }

@media (min-width: 1025px) {
  .homeTestimonial .homeTestimonial__wrapper .image-wrapper {
    width: 325px; }
  .homeTestimonial .homeTestimonial__wrapper .image-wrapper:hover img {
    transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1); }
  .homeTestimonial .homeTestimonial__wrapper .content-wrapper {
    width: calc(100% - 325px); }
  .homeTestimonial .homeTestimonial__wrapper .desc {
    margin-bottom: 56px; } }

@media (min-width: 1600px) {
  .homeTestimonial .homeTestimonial__wrapper .content-wrapper {
    padding-left: 80px; }
  .homeTestimonial .slick-dots {
    bottom: -100px; } }

.homeTopCategory {
  padding: 25px 0 6px; }

@media (min-width: 1200px) {
  .homeTopCategory {
    padding-top: 45px; } }

.homeTopCategory .homeTopCategory__container {
  font-size: 0; }

.homeTopCategory .homeTopCategory__header {
  margin-bottom: 20px;
  position: relative;
  padding: 0 15px 0 0; }

.homeTopCategory .homeTopCategory__header .btnViewAll {
  right: 15px; }

@media (min-width: 1200px) {
  .homeTopCategory .homeTopCategory__header {
    padding: 0 75px;
    margin-bottom: 40px; }
  .homeTopCategory .homeTopCategory__header .btnViewAll {
    right: 75px; } }

@media (min-width: 1200px) {
  .homeTopCategory .homeTopCategory__carousel {
    padding-left: 60px; } }

.homeTopCategory .homeTopCategory__carousel .slick-list {
  padding-right: 45px; }

@media (min-width: 768px) {
  .homeTopCategory .homeTopCategory__carousel .slick-list {
    padding-right: 60px; } }

.homeTopCategory .homeTopCategory__carousel .homeTopCategory__item {
  font-size: 16px;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px; }

.homeTopCategory .homeTopCategory__carousel .homeTopCategory__item a {
  text-decoration: none; }

@media (min-width: 1200px) {
  .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item {
    padding: 0 15px; }
  .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item:hover .homeTopCategory__img > .image:before {
    opacity: 1; }
  .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item:hover .homeTopCategory__img > .image .button {
    opacity: 1;
    visibility: visible;
    animation: fadeOutUp forwards;
    animation-duration: 0.6s; }
  .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item:hover .homeTopCategory__content .homeTopCategory__name {
    color: #c4390f; }
  .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item:hover .homeTopCategory__content .homeTopCategory__name .link-effect .text:after {
    background: #c4390f; }
  .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item:hover .homeTopCategory__content .icon-arrow-right:before,
  .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item:hover .homeTopCategory__content .icon-arrow-right:after {
    background: #c4390f; } }

.homeTopCategory .homeTopCategory__carousel .homeTopCategory__item .homeTopCategory__img {
  margin-bottom: 3px; }

.homeTopCategory .homeTopCategory__carousel .homeTopCategory__item .homeTopCategory__img > .image {
  position: relative;
  display: block;
  overflow: hidden; }

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

.homeTopCategory .homeTopCategory__carousel .homeTopCategory__item .homeTopCategory__img > .image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: radial-gradient(#ececec 52%, #f9f9f9 60%, #fff 65%);
  opacity: 0;
  transition: opacity .3s ease-in-out; }

.homeTopCategory .homeTopCategory__carousel .homeTopCategory__item .homeTopCategory__img > .image:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 127.5%; }

.homeTopCategory .homeTopCategory__carousel .homeTopCategory__item .homeTopCategory__img > .image .button {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -35px;
  width: calc(100% - 30px);
  margin-bottom: 0; }

.homeTopCategory .homeTopCategory__carousel .homeTopCategory__item .homeTopCategory__content .homeTopCategory__name {
  position: relative;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: .05em;
  color: black;
  margin-top: 18px;
  display: inline-block;
  transition: all .3s ease; }

.homeTopCategory .homeTopCategory__carousel .homeTopCategory__item .homeTopCategory__content .homeTopCategory__name .link-effect .text:after {
  background: #c4390f; }

.homeTopCategory .homeTopCategory__carousel .homeTopCategory__item .homeTopCategory__content .homeTopCategory__desc {
  line-height: 24px;
  margin-top: 10px;
  font-size: 15px; }

.homeTopCategory .homeTopCategory__carousel .homeTopCategory__item .homeTopCategory__content .homeTopCategory__desc:last-child {
  margin-bottom: 0; }

.homeTopCategory .homeTopCategory__carousel.slick-slider .slick-prev {
  left: 15px;
  top: 42%; }

@media (min-width: 1200px) {
  .homeTopCategory .homeTopCategory__carousel.slick-slider .slick-prev {
    left: 90px; } }

.homeTopCategory .homeTopCategory__carousel.slick-slider .slick-next {
  right: 15px;
  top: 42%; }

@media (min-width: 1200px) {
  .homeTopCategory .homeTopCategory__carousel.slick-slider .slick-next {
    right: 90px; } }

.homeTopCategory .homeTopCategory__carousel:not(.slick-initialized) .homeTopCategory__item:nth-child(n+5) {
  display: none; }

.homeTopCategory .halo-comingSoon {
  background-color: #ffffff; }

@media (max-width: 1199px) {
  .homeTopCategory .homeTopCategory__header {
    padding: 0 15px 0 5px; }
  .homeTopCategory .homeTopCategory__carousel {
    padding-bottom: 22px; }
  .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item {
    width: 33.33%; }
  .homeTopCategory .homeTopCategory__carousel:not(.slick-initialized) .homeTopCategory__item:nth-child(n+4) {
    display: none; }
  .homeTopCategory .container-custom {
    padding-right: 0px;
    padding-left: 5px; } }

@media (max-width: 991px) {
  .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item {
    width: 50%; }
  .homeTopCategory .homeTopCategory__carousel:not(.slick-initialized) .homeTopCategory__item:nth-child(n+3) {
    display: none; } }

@media (max-width: 550px) {
  .homeTopCategory .homeTopCategory__carousel .homeTopCategory__item {
    width: 100%; }
  .homeTopCategory .homeTopCategory__carousel:not(.slick-initialized) .homeTopCategory__item:nth-child(n+2) {
    display: none; } }

#homeService4 {
  margin-bottom: 30px;
  margin-top: 5px; }

#homeService4 .homeService__carousel:not(.slick-initialized) {
  display: flex;
  margin-left: -15px;
  margin-right: -15px; }

@media (min-width: 821px) and (max-width: 1280px) {
  #homeService4 .homeService__carousel:not(.slick-initialized) .homeService__item {
    width: 33.33%; }
  #homeService4 .homeService__carousel:not(.slick-initialized) .homeService__item:nth-child(n+4) {
    display: none; } }

#homeService4 .homeService__carousel .slick-list {
  margin-left: -15px;
  margin-right: -15px; }

#homeService4 .homeService__carousel .slick-next {
  right: -15px; }

@media (min-width: 1025px) {
  #homeService4 .homeService__carousel .slick-next {
    right: -50px; } }

#homeService4 .homeService__carousel .slick-prev {
  left: -15px; }

@media (min-width: 1025px) {
  #homeService4 .homeService__carousel .slick-prev {
    left: -50px; } }

#homeService4 .homeService__item {
  width: 25%;
  padding: 15px;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: center; }

#homeService4 .homeService__item .homeService__img {
  text-align: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #edf3f4 0%, #f0f3f4 30%, #f7f4f4 100%); }

#homeService4 .homeService__item .homeService__img img {
  width: auto;
  height: 32px;
  display: inline-block; }

#homeService4 .homeService__item .homeService__content {
  padding-left: 30px;
  text-align: left;
  width: calc(100% - 86px); }

#homeService4 .homeService__item .homeService__content .title {
  font-size: 17px;
  color: black;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 7px;
  text-transform: capitalize; }

#homeService4 .homeService__item .homeService__content a {
  color: black;
  letter-spacing: 0.02em;
  text-decoration: none;
  line-height: 1;
  display: inline-block; }

#homeService4 .homeService__item .homeService__content .txt-dec-under {
  text-underline-offset: 3px; }

#homeService4 .homeService__item .homeService__content .link-effect > .text:after {
  bottom: 2px; }

@media (max-width: 1199px) {
  #homeService4 .homeService__container {
    display: block; }
  #homeService4 .homeService__container .homeService__carousel {
    font-size: 0; }
  #homeService4 .homeService__container .homeService__item .homeService__content {
    padding-left: 20px;
    font-size: 16px; }
  #homeService4 .homeService__container .homeService__item .homeService__content h5 {
    font-size: 18px; } }

@media (max-width: 991px) {
  #homeService4 .homeService__container .homeService__item {
    width: 50%;
    padding: 10px 15px;
    margin-bottom: 5px; }
  #homeService4 .homeService__container .homeService__carousel {
    margin-bottom: 30px;
    position: relative; }
  #homeService4 .homeService__container .homeService__carousel:not(.slick-initialized) .homeService__item:nth-child(n+3) {
    display: none; } }

@media (max-width: 550px) {
  #homeService4 .homeService__container .homeService__item {
    width: 100%; }
  #homeService4 .homeService__carousel:not(.slick-initialized) .homeService__item:nth-child(n+2) {
    display: none; } }

.homeTwoBanner__bg-grey {
  background: #f8f8f8;
  padding-top: 40px;
  padding-bottom: 45px; }

@media (min-width: 821px) {
  .homeTwoBanner__bg-grey {
    padding-top: 50px;
    padding-bottom: 55px; } }

#homeTwoBanner .homeTwoBanner__header .halo-heading {
  margin-bottom: 25px; }

@media (min-width: 821px) {
  #homeTwoBanner .homeTwoBanner__header .halo-heading {
    margin-bottom: 40px; } }

#homeTwoBanner .homeTwoBanner__container {
  font-size: 0;
  vertical-align: top;
  margin-left: -10px;
  margin-right: -10px; }

@media (min-width: 1200px) {
  #homeTwoBanner .homeTwoBanner__container {
    margin-left: -15px;
    margin-right: -15px; } }

#homeTwoBanner .homeTwoBanner__container .homeTwoBanner__item {
  margin: 0;
  padding: 0 10px;
  width: 50%;
  vertical-align: top;
  display: inline-block;
  font-size: 15px; }

@media (min-width: 1200px) {
  #homeTwoBanner .homeTwoBanner__container .homeTwoBanner__item {
    padding: 0 15px; } }

@media (max-width: 1199px) {
  #homeTwoBanner .homeTwoBanner__container {
    width: auto;
    display: block; } }

@media (max-width: 550px) {
  #homeTwoBanner .homeTwoBanner__container .homeTwoBanner__item {
    width: 100%;
    margin-bottom: 10px; } }

#homeTwoBanner .homeTwoBanner__wrapper {
  overflow: hidden;
  position: relative;
  background-color: #fafafa; }

#homeTwoBanner .homeTwoBanner__wrapper:before {
  content: "";
  display: block;
  padding-top: 76%; }

#homeTwoBanner .homeTwoBanner__wrapper img {
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: none;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  transition: all 1s ease; }

#homeTwoBanner .homeTwoBanner__wrapper .homeTwoBanner__link {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  position: absolute; }

#homeTwoBanner .homeTwoBanner__wrapper .homeTwoBanner__content {
  bottom: 0px;
  left: 0px;
  z-index: 5;
  width: auto;
  padding: 15px;
  text-align: left;
  position: absolute;
  max-width: calc(100% - 30px); }

@media (min-width: 768px) {
  #homeTwoBanner .homeTwoBanner__wrapper .homeTwoBanner__content {
    padding: 30px;
    max-width: calc(100% - 60px); } }

@media (min-width: 1200px) {
  #homeTwoBanner .homeTwoBanner__wrapper .homeTwoBanner__content {
    padding: 50px;
    max-width: calc(100% - 100px); } }

@media (min-width: 1920px) {
  #homeTwoBanner .homeTwoBanner__wrapper .homeTwoBanner__content {
    padding: 100px;
    max-width: calc(100% - 200px); } }

#homeTwoBanner .homeTwoBanner__wrapper .homeTwoBanner__title {
  margin: 0 0 15px 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: .05em;
  display: inline-block;
  position: relative; }

@media (min-width: 1200px) {
  #homeTwoBanner .homeTwoBanner__wrapper .homeTwoBanner__title {
    font-size: 28px;
    margin: 0 0 20px 0; } }

#homeTwoBanner .homeTwoBanner__wrapper .homeTwoBanner__desc {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 20px; }

@media (min-width: 768px) {
  #homeTwoBanner .homeTwoBanner__wrapper .homeTwoBanner__desc {
    margin-bottom: 30px; } }

#homeTwoBanner .homeTwoBanner__wrapper .homeTwoBanner__button {
  margin-bottom: 0;
  min-width: 214px;
  padding: 17px 0;
  border: none; }

#homeTwoBanner .homeTwoBanner__wrapper .homeTwoBanner__button:before,
#homeTwoBanner .homeTwoBanner__wrapper .homeTwoBanner__button:after {
  opacity: 0.3; }

#homeTwoBanner .homeTwoBanner__wrapper:hover .image-zoom img {
  transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1); }

#homeTwoBanner .homeTwoBanner__link {
  text-align: center;
  margin-top: 20px; }

@media (min-width: 821px) {
  #homeTwoBanner .homeTwoBanner__link {
    margin-top: 40px; } }

#homeTwoBanner .homeTwoBanner__link .link {
  font-size: 17px;
  font-weight: 700;
  text-underline-offset: 5px; }

#lookBook2 {
  padding: 22px 0 0px; }

#lookBook2 .container {
  font-size: 0; }

#lookBook2 .lookBook2__footer .button {
  min-width: 259px;
  margin-bottom: 0; }

@media (max-width: 550px) {
  #lookBook2 .lookBook2__carousel {
    margin-bottom: 50px; } }

#lookBook2 .lookBook2__carousel .slick-list {
  margin-left: -10px;
  margin-right: -10px; }

@media (min-width: 1200px) {
  #lookBook2 .lookBook2__carousel .slick-list {
    min-width: auto;
    margin-left: -15px;
    margin-right: -15px; } }

@media (max-width: 550px) {
  #lookBook2 .lookBook2__carousel:not(.slick-initialized) {
    margin-left: -10px;
    margin-right: -10px; }
  #lookBook2 .lookBook2__carousel:not(.slick-initialized) .lookBook2__item:nth-child(n+2) {
    display: none; } }

#lookBook2 .lookBook2__carousel .lookBook2__item {
  font-size: 16px;
  width: 100%;
  vertical-align: top;
  padding: 0 8px;
  margin-bottom: 0;
  text-align: left;
  white-space: normal;
  display: inline-block;
  margin-bottom: 25px; }

@media (min-width: 551px) {
  #lookBook2 .lookBook2__carousel .lookBook2__item {
    width: 50%;
    margin-bottom: 35px; } }

@media (min-width: 992px) {
  #lookBook2 .lookBook2__carousel .lookBook2__item {
    width: 33.33%;
    margin-bottom: 45px; } }

#lookBook2 .lookBook2__carousel .lookBook2__item.home-banner-image .lookBook2__img {
  background: #ffffff; }

#lookBook2 .lookBook2__carousel .lookBook2__item.show-one-product .lookBook2__productPopup {
  max-height: 185px; }

#lookBook2 .lookBook2__carousel .lookBook2__item.show-one-product .lookBook2__productPopup .productGridShow + .productGridShow .card {
  padding-top: 0;
  margin-top: 0;
  border-top: none; }

#lookBook2 .lookBook2__carousel .lookBook2__item.show-one-product .lookBook2__productWrapper {
  display: block;
  font-size: 0; }

#lookBook2 .lookBook2__carousel .lookBook2__item.show-one-product .card {
  padding-bottom: 0; }

#lookBook2 .lookBook2__carousel .lookBook2__item .lookBook2__img {
  margin-bottom: 18px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  position: relative;
  display: block;
  overflow: hidden; }

#lookBook2 .lookBook2__carousel .lookBook2__item .lookBook2__img > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transform: none; }

#lookBook2 .lookBook2__carousel .lookBook2__item .lookBook2__img > img.lazyload,
#lookBook2 .lookBook2__carousel .lookBook2__item .lookBook2__img > img.lazyloading {
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin: auto; }

#lookBook2 .lookBook2__carousel .lookBook2__item .lookBook2__img:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 118%; }

#lookBook2 .lookBook2__carousel .lookBook2__item .lookBook2__title a {
  font-size: 17px;
  font-weight: 700;
  text-decoration: none; }

@media (min-width: 768px) {
  #lookBook2 .lookBook2__carousel .lookBook2__item .lookBook2__title a {
    font-size: 16px; } }

#lookBook2 .lookBook2__carousel .lookBook2__item .lookBook2__title a .text:after {
  bottom: 1px; }

@media (min-width: 1025px) {
  #lookBook2 .lookBook2__carousel .lookBook2__item {
    padding: 0 15px; }
  #lookBook2 .lookBook2__carousel .lookBook2__item:hover .lookBook2__btnShowProducts {
    opacity: 1;
    visibility: visible; } }

#lookBook2 .lookBook2__point {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 5;
  pointer-events: auto;
  width: auto; }

#lookBook2 .lookBook2__icon {
  display: inline-block;
  vertical-align: top;
  width: 26px;
  height: 26px;
  color: black;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  background-color: white; }

#lookBook2 .lookBook2__icon span {
  position: relative;
  top: -1px; }

#lookBook2 .lookBook2__icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50%;
  opacity: .5;
  background-color: white; }

#lookBook2 .lookBook2__icon:after {
  animation: zoom-animation 1.8s ease-in-out infinite; }

#lookBook2 .lookBook__popup {
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  position: relative;
  left: 35px;
  max-width: 450px;
  transform-origin: left;
  animation: scaleRightToLeft .3s ease;
  transition: opacity .3s ease; }

#lookBook2 .lookBook__popup.is-open {
  opacity: 1;
  visibility: visible;
  animation: scaleLeftToRight .3s ease; }

#lookBook2 .lookBook__popup .card-lookbook {
  width: 100%;
  max-width: 100%;
  min-width: auto;
  box-shadow: 0 0 4px 1px rgba(32, 33, 36, 0.28); }

#lookBook2 .lookBook__popup .card-lookbook .card-body {
  padding: 8px 14px; }

#lookBook2 .lookBook__popup .price-section--saving {
  display: none; }

#lookBook2 .lookBook2__btnShowProducts {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 5;
  font-size: 14px;
  font-weight: 400;
  height: 30px;
  min-width: 140px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease-in-out; }

#lookBook2 .lookBook2__btnShowProducts .show_products {
  color: white;
  transition: opacity .3s ease, transform .3s ease;
  text-decoration: none; }

#lookBook2 .lookBook2__btnShowProducts .show_products:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

#lookBook2 .lookBook2__btnShowProducts .icon_plus {
  position: relative;
  font-size: 0px;
  width: 11px;
  height: 30px;
  padding: 0 15px;
  transition: transform .3s ease; }

#lookBook2 .lookBook2__btnShowProducts .icon_plus:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: black;
  width: 2px;
  height: 12px; }

#lookBook2 .lookBook2__btnShowProducts .icon_plus:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: black;
  width: 12px;
  height: 2px; }

#lookBook2 .lookBook2__btnShowProducts .hide_products {
  font-size: 0;
  opacity: 0;
  visibility: hidden; }

#lookBook2 .lookBook2__btnShowProducts.is-show .icon_plus {
  transform: rotate(45deg); }

#lookBook2 .lookBook2__btnShowProducts.is-show .show_products {
  font-size: 0;
  opacity: 0;
  visibility: hidden; }

#lookBook2 .lookBook2__btnShowProducts.is-show .hide_products {
  font-size: 14px;
  opacity: 1;
  visibility: visible; }

#lookBook2 .lookBook2__productPopup {
  width: 100%;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  border: 1px solid white;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, -100%, 0);
  transition: transform .3s ease, opacity .3s ease, visibility .3s ease; }

#lookBook2 .lookBook2__productPopup.is-open {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0); }

#lookBook2 .lookBook2__productPopup .is-hidden {
  display: none; }

#lookBook2 .lookBook2__productPopup .close {
  position: absolute;
  top: -55px;
  right: 15px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0; }

@media (min-width: 1440px) {
  #lookBook2 .lookBook2__productPopup .close {
    width: 50px;
    height: 50px;
    top: -65px; } }

#lookBook2 .lookBook2__productPopup .close svg {
  fill: black;
  width: 24px;
  height: 24px; }

@media (min-width: 1440px) {
  #lookBook2 .lookBook2__productPopup .close svg {
    width: 28px;
    height: 28px; } }

#lookBook2 .lookBook2__productPopup .lookBook2__productWrapper {
  padding: 15px;
  overflow-y: auto;
  height: 100%;
  font-size: 0; }

@media (min-width: 1440px) {
  #lookBook2 .lookBook2__productPopup .lookBook2__productWrapper {
    padding: 30px 15px; } }

#lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .productGrid {
  padding: 0;
  width: 100%;
  margin: 0; }

#lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .productGridShow + .productGridShow .card {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #d8d8d8; }

@media (min-width: 1440px) {
  #lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .productGridShow + .productGridShow .card {
    padding-top: 30px;
    margin-top: 30px; } }

#lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .product {
  width: 100%;
  padding: 0; }

#lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .card {
  margin-bottom: 0;
  display: flex; }

#lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .card .card-figure {
  width: 70px; }

@media (min-width: 1440px) {
  #lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .card .card-figure {
    width: 100px; } }

#lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .card .card-body {
  width: calc(100% - 70px);
  padding-top: 0;
  padding-left: 20px;
  display: inline-block; }

@media (min-width: 1440px) {
  #lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .card .card-body {
    width: calc(100% - 100px); } }

#lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .card .card-title {
  order: 1; }

#lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .card .card-title > a {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

#lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .card .card-price-wrapper {
  display: flex;
  order: 2;
  justify-content: flex-start; }

#lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .card .card-price-wrapper [data-test-info-type=price] {
  order: unset;
  font-size: 0; }

#lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .card .card-price-wrapper [data-test-info-type=price] .non-sale-price--withoutTax .price {
  font-weight: 400; }

@media (min-width: 1025px) {
  #lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .card:hover .card-title > a {
    color: #c4390f; }
  #lookBook2 .lookBook2__productPopup .lookBook2__productWrapper .card:hover .card-title > a span:not(.card-name) {
    background-size: 100% 1px; } }

@media (min-width: 1025px) {
  #lookBook2 {
    padding: 38px 0 65px; } }

#homeTestimonial4 {
  background: #686b64;
  background-repeat: repeat;
  margin-top: 40px; }

#homeTestimonial4 .homeTestimonial4__container {
  background: none;
  padding: 35px 0 55px 0; }

@media (min-width: 768px) {
  #homeTestimonial4 .homeTestimonial4__container {
    padding: 55px 0 65px 0; } }

@media (min-width: 1025px) {
  #homeTestimonial4 .homeTestimonial4__container {
    padding: 85px 0 95px 0; } }

#homeTestimonial4 .homeTestimonial4__container .homeTestimonial4__carousel .slick-prev {
  left: 15px; }

@media (min-width: 1200px) {
  #homeTestimonial4 .homeTestimonial4__container .homeTestimonial4__carousel .slick-prev {
    left: -100px; } }

@media (min-width: 1600px) {
  #homeTestimonial4 .homeTestimonial4__container .homeTestimonial4__carousel .slick-prev {
    left: -220px; } }

#homeTestimonial4 .homeTestimonial4__container .homeTestimonial4__carousel .slick-next {
  right: 15px; }

@media (min-width: 1200px) {
  #homeTestimonial4 .homeTestimonial4__container .homeTestimonial4__carousel .slick-next {
    right: -100px; } }

@media (min-width: 1600px) {
  #homeTestimonial4 .homeTestimonial4__container .homeTestimonial4__carousel .slick-next {
    right: -220px; } }

#homeTestimonial4 .homeTestimonial4__container .homeTestimonial4__carousel:not(.slick-initialized) .homeTestimonial__item:nth-child(n+2) {
  display: none; }

@media (max-width: 1199px) {
  #homeTestimonial4 .homeTestimonial4__container .homeTestimonial4__carousel .slick-dots {
    bottom: -45px; } }

#homeTestimonial4 .homeTestimonial4__container .homeTestimonial4__carousel:not(.slick-initialized) {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  letter-spacing: 0; }

#homeTestimonial4 .homeTestimonial4__container .homeTestimonial4__carousel:not(.slick-initialized) .homeTestimonial__item {
  display: inline-block;
  vertical-align: top;
  width: 100%; }

#homeTestimonial4 .homeTestimonial4__container .homeTestimonial__item > * {
  display: block;
  width: 100%;
  text-align: center;
  color: white; }

#homeTestimonial4 .homeTestimonial4__container .homeTestimonial__icon {
  color: white;
  font-size: 28px;
  letter-spacing: -5px; }

@media (min-width: 768px) {
  #homeTestimonial4 .homeTestimonial4__container .homeTestimonial__icon {
    font-size: 38px; } }

#homeTestimonial4 .homeTestimonial4__container .homeTestimonial__desc {
  font-size: 18px;
  line-height: 1.8; }

@media (min-width: 768px) {
  #homeTestimonial4 .homeTestimonial4__container .homeTestimonial__desc {
    font-size: 22px; } }

#homeTestimonial4 .homeTestimonial4__container .homeTestimonial__desc a {
  color: white;
  font-weight: 700;
  text-underline-offset: 5px; }

#homeTestimonial4 .homeTestimonial4__container .homeTestimonial__author {
  font-size: 17px;
  font-weight: 700;
  margin-top: 15px; }

@media (min-width: 768px) {
  #homeTestimonial4 .homeTestimonial4__container .homeTestimonial__author {
    font-size: 19px;
    margin-top: 30px; } }

#homeTestimonial4 .homeTestimonial4__container .slick-arrow {
  background: transparent;
  border: none; }

#homeTestimonial4 .homeTestimonial4__container .slick-arrow:before,
#homeTestimonial4 .homeTestimonial4__container .slick-arrow:after {
  background: white;
  width: 24px;
  margin-left: -12px; }

#homeTestimonial4 .homeTestimonial4__container .slick-arrow:before {
  margin-top: -9px; }

#homeTestimonial4 .homeTestimonial4__container .slick-arrow:after {
  margin-bottom: -9px; }

#halo-newsletter {
  background: #f1ece6;
  margin-bottom: 20px; }

@media (min-width: 768px) {
  #halo-newsletter {
    margin-bottom: 40px; } }

.home-layout-2 #halo-newsletter,
.home-layout-3 #halo-newsletter {
  margin-top: 35px; }

#halo-newsletter .newsletter-container {
  position: relative;
  width: auto;
  pointer-events: none;
  display: flex;
  align-items: center;
  margin: 1.75rem auto; }

#halo-newsletter .newsletter-inner {
  text-align: left;
  width: 100%;
  padding: 0;
  height: auto;
  margin: 0 auto;
  position: relative;
  pointer-events: auto;
  font-size: 16px; }

@media (min-width: 768px) {
  #halo-newsletter .newsletter-inner {
    display: flex;
    align-items: stretch; } }

#halo-newsletter .newsletter-inner .newsletter-left {
  width: 100%; }

@media (min-width: 768px) {
  #halo-newsletter .newsletter-inner .newsletter-left {
    width: 50%;
    display: inline-block;
    position: relative;
    overflow: hidden; }
  #halo-newsletter .newsletter-inner .newsletter-left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  #halo-newsletter .newsletter-inner .newsletter-left img.lazyload,
  #halo-newsletter .newsletter-inner .newsletter-left img.lazyloading {
    width: auto;
    height: auto;
    margin: 0 auto; } }

#halo-newsletter .newsletter-inner .newsletter-right {
  width: 100%;
  padding: 35px 15px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

#halo-newsletter .newsletter-inner .newsletter-right.noImg {
  text-align: center; }

#halo-newsletter .newsletter-inner .newsletter-right .newsletter-right-inner {
  max-width: 495px; }

#halo-newsletter .newsletter-inner .newsletter-right .newsletter-heading {
  font-size: 22px;
  font-weight: 900;
  margin: 20px 0 10px 0;
  letter-spacing: 0.05em;
  color: black; }

@media (min-width: 1200px) {
  #halo-newsletter .newsletter-inner .newsletter-right .newsletter-heading {
    font-size: 28px; } }

@media (min-width: 768px) {
  #halo-newsletter .newsletter-inner .newsletter-right {
    width: 50%;
    padding: 35px 20px; }
  #halo-newsletter .newsletter-inner .newsletter-right.noImg {
    width: 100%; } }

@media (min-width: 991px) {
  #halo-newsletter .newsletter-inner .newsletter-right {
    padding: 35px 30px; } }

@media (min-width: 1200px) {
  #halo-newsletter .newsletter-inner .newsletter-right {
    padding: 35px 70px; }
  #halo-newsletter .newsletter-inner .newsletter-right .newsletter-heading {
    margin-top: 30px; } }

@media (min-width: 1440px) {
  #halo-newsletter .newsletter-inner .newsletter-right {
    padding: 35px 90px; } }

#halo-newsletter .newsletter-inner .newsletter-right .newsletter-text {
  display: block;
  margin: 0;
  color: black;
  font-size: 15px; }

#halo-newsletter .newsletter-inner .newsletter-right .newsletter-text a {
  font-weight: 600;
  text-underline-offset: 3px; }

#halo-newsletter .newsletter-inner #SubcribeForm {
  margin-top: 10px;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%; }

@media (min-width: 1200px) {
  #halo-newsletter .newsletter-inner #SubcribeForm {
    margin-top: 31px;
    margin-bottom: 18px; } }

#halo-newsletter .newsletter-inner #SubcribeForm .form {
  margin: 0; }

#halo-newsletter .newsletter-inner #SubcribeForm .form-field {
  display: flex;
  margin: 0;
  border: 1px solid black; }

#halo-newsletter .newsletter-inner #SubcribeForm .form-input {
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: left;
  margin: 0;
  padding: 0 15px;
  border-radius: 0;
  border-color: transparent;
  background: transparent; }

@media (min-width: 801px) {
  #halo-newsletter .newsletter-inner #SubcribeForm .form-input {
    height: 55px;
    line-height: 55px; } }

#halo-newsletter .newsletter-inner #SubcribeForm .form-input::-moz-placeholder {
  color: black;
  text-transform: capitalize; }

#halo-newsletter .newsletter-inner #SubcribeForm .form-input::placeholder {
  color: black;
  text-transform: capitalize; }

#halo-newsletter .newsletter-inner #SubcribeForm .form-input:-ms-input-placeholder {
  color: black;
  text-transform: capitalize; }

#halo-newsletter .newsletter-inner #SubcribeForm .form-input::-webkit-input-placeholde {
  color: black;
  text-transform: capitalize; }

#halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"] {
  width: 44px;
  height: 44px;
  margin-bottom: 0;
  font-size: 0;
  position: relative;
  border-radius: 0; }

#halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]::before,
#halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 10px;
  height: 2px;
  margin-left: -4px;
  background: white; }

.home-layout-4 #halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]::before,
.home-layout-4 #halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]::after {
  background: black; }

#halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]::before {
  top: 50%;
  transform: rotate(45deg);
  margin-top: -4px; }

#halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]::after {
  bottom: 50%;
  transform: rotate(-45deg);
  margin-bottom: -4px; }

#halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]:hover,
#halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]:active {
  color: white;
  background-color: #c4390f;
  border-color: rgba(0, 0, 255, 0); }

#halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]:hover::before,
#halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]:hover::after,
#halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]:active::before,
#halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]:active::after {
  background: white; }

.home-layout-4 #halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]:hover,
.home-layout-4 #halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]:active {
  background: white;
  color: black;
  border-color: black; }

.home-layout-4 #halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]:hover::before,
.home-layout-4 #halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]:hover::after,
.home-layout-4 #halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]:active::before,
.home-layout-4 #halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"]:active::after {
  background: black; }

@media (min-width: 801px) {
  #halo-newsletter .newsletter-inner #SubcribeForm button[type="submit"] {
    width: 55px;
    height: 55px; } }

#halo_instagram_4 {
  border-top: 1px solid #323232;
  padding-top: 40px;
  margin-bottom: 20px; }

@media (min-width: 992px) {
  #halo_instagram_4 {
    padding-top: 60px;
    margin-bottom: 40px; } }

#halo_instagram_4 .halo-block-header .homeInstagram__subtitle {
  margin-bottom: 15px;
  font-size: 15px; }

#halo_instagram_4 .halo-block-header .homeInstagram__title {
  margin-top: 5px;
  font-weight: 900;
  margin-bottom: 35px; }

#halo_instagram_4 .halo-block-header .homeInstagram__title img {
  margin-left: 4px;
  margin-right: 4px;
  margin-top: -12px; }

#halo_instagram_4 .halo-image-instagram-4 {
  font-size: 0;
  letter-spacing: 0; }

@media (max-width: 1199px) {
  #halo_instagram_4 .halo-image-instagram-4 {
    padding-bottom: 20px; } }

#halo_instagram_4 .halo-image-instagram-4 .slick-list {
  margin: 0 -10px; }

@media (min-width: 1200px) {
  #halo_instagram_4 .halo-image-instagram-4 .slick-list {
    margin: 0 -15px; } }

#halo_instagram_4 .halo-image-instagram-4 .homeInstagram__item {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  width: 25%; }

@media (min-width: 1200px) {
  #halo_instagram_4 .halo-image-instagram-4 .homeInstagram__item {
    padding: 0 15px; } }

#halo_instagram_4 .halo-image-instagram-4 .homeInstagram__item .image-collection2 {
  position: relative;
  overflow: hidden; }

#halo_instagram_4 .halo-image-instagram-4 .homeInstagram__item .image-collection2 .image-with-overlay {
  position: relative; }

#halo_instagram_4 .halo-image-instagram-4 .homeInstagram__item .image-collection2 .image-with-overlay:before {
  background-color: rgba(30, 30, 30, 0.4);
  transition: all .6s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  content: '';
  visibility: hidden; }

#halo_instagram_4 .halo-image-instagram-4 .homeInstagram__item .icon_plus {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 0;
  width: 40px;
  height: 40px;
  transition: opacity .1s ease, transform .3s ease;
  transform: translate(-50%, -50%) scale(0.8) rotate(-45deg);
  opacity: 0;
  overflow: hidden; }

#halo_instagram_4 .halo-image-instagram-4 .homeInstagram__item .icon_plus:before,
#halo_instagram_4 .halo-image-instagram-4 .homeInstagram__item .icon_plus:after {
  content: "";
  position: absolute;
  background: #ffffff; }

#halo_instagram_4 .halo-image-instagram-4 .homeInstagram__item .icon_plus:before {
  width: 40px;
  height: 2px;
  left: 0;
  top: 50%;
  margin-top: -1px; }

#halo_instagram_4 .halo-image-instagram-4 .homeInstagram__item .icon_plus:after {
  width: 2px;
  height: 40px;
  left: 50%;
  top: 0;
  margin-left: -1px; }

#halo_instagram_4 .halo-image-instagram-4 .homeInstagram__item:hover .icon_plus {
  opacity: 1;
  overflow: visible;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1) rotate(0); }

#halo_instagram_4 .halo-image-instagram-4 .homeInstagram__item:hover .image-collection2 .image-with-overlay:before {
  opacity: 1;
  overflow: visible;
  visibility: visible; }

#halo_instagram_4 .halo-image-instagram-4 .slick-prev {
  left: 15px; }

#halo_instagram_4 .halo-image-instagram-4 .slick-next {
  right: 15px; }

#halo_instagram_4 .halo-image-instagram-4 .slick-disabled {
  display: none !important; }

#halo_instagram_4 .halo-image-instagram-4:not(.slick-initialized) .homeInstagram__item {
  width: 25%; }

#halo_instagram_4 .halo-image-instagram-4:not(.slick-initialized) .homeInstagram__item:nth-child(n+5) {
  display: none; }

@media (max-width: 1199px) {
  #halo_instagram_4 .halo-image-instagram-4:not(.slick-initialized) .homeInstagram__item {
    width: 33.3333%; }
  #halo_instagram_4 .halo-image-instagram-4:not(.slick-initialized) .homeInstagram__item:nth-child(n+4) {
    display: none; } }

@media (max-width: 991px) {
  #halo_instagram_4 .halo-image-instagram-4:not(.slick-initialized) .homeInstagram__item {
    width: 50%; }
  #halo_instagram_4 .halo-image-instagram-4:not(.slick-initialized) .homeInstagram__item:nth-child(n+3) {
    display: none; } }

@media (max-width: 550px) {
  #halo_instagram_4 .halo-image-instagram-4:not(.slick-initialized) .homeInstagram__item {
    width: 100%; }
  #halo_instagram_4 .halo-image-instagram-4:not(.slick-initialized) .homeInstagram__item:nth-child(n+2) {
    display: none; } }

#halo_instagram_4 .halo-block-footer {
  margin-top: 40px; }

#halo_instagram_4 .halo-block-footer .homeInstagram__button {
  min-width: 219px; }

#homeCustomBlockBottom {
  border-top: 1px solid #323232;
  padding: 13px 0 12px 0;
  margin-top: 20px; }

@media (min-width: 992px) {
  #homeCustomBlockBottom {
    margin-top: 30px; } }

#homeCustomBlockBottom .homeCustomBlockBottom__container {
  line-height: 1.8; }

#homeCustomBlockBottom .homeCustomBlockBottom__container > * {
  display: inline-block; }

#homeCustomBlockBottom .homeCustomBlockBottom__container .homeCustomBlockBottom__img {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: -9px; }

#homeCustomBlockBottom .homeCustomBlockBottom__container .homeCustomBlockBottom__link {
  font-weight: 700;
  text-underline-offset: 3px; }

h3.heading-dec-sky {
  font-size: 30px;
  margin: 30px 0;
  text-align: center; }

h3.heading-dec-sky span {
  border-bottom: 3px solid #835bd8; }

.hl-list-content-banner img {
  width: 100%;
  height: 100%; }

.hl-row {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  border-bottom: 1px solid #ebeaea;
  width: 100%; }

.hl-row .hl-icon {
  order: -1; }

.hl-row > div {
  position: relative;
  padding-right: 0;
  padding-left: 0; }

.hl-content h4 {
  color: #000000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: .02em; }

.hl-content h4 span {
  border-bottom: 2px solid #835bd8; }

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

.blog {
  margin-bottom: 1.5rem; }

@media (min-width: 801px) {
  .blog {
    margin: auto;
    width: 100%; } }

.blog + .blog {
  padding-top: 55px; }

.blog .tags {
  margin-top: 3rem;
  text-align: center; }

.blog .socialLinks {
  text-align: center; }

.blog .addthis_toolbox {
  margin-top: 3rem; }

.blog-title {
  color: #232323;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px 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;
  font-style: italic; }

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

.blog-post {
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8; }

.blog-post .blog-post-btn {
  display: block;
  margin-top: 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 .des2colItem-content {
  background-color: transparent; }

.blog-post-body .des2colItem-content:first-child {
  padding: 45px 65px 45px 0; }

.blog-post-body .des2colItem-content:last-child {
  padding: 45px 0 45px 65px; }

.blog-post-body .des2colItem-content:last-child .desTwoList-list {
  list-style: auto; }

.blog-post-body .des2colItem-content {
  display: block;
  text-align: left; }

.blog-post-body .des2colItem-img {
  text-align: center; }

.blog-post-body .desTwoList-item {
  width: 100%;
  display: block; }

.blog-post-body .desTwoList-item > .italic {
  margin-bottom: 30px; }

.blog-post-body .desTwoList-list {
  margin-bottom: 30px; }

.blog-post-body .desTwoList-list li {
  padding: 3px 0; }

.blog-post-body .button {
  border-color: #D8D8D8;
  min-width: 187px;
  text-transform: capitalize; }

.blog-post-body .italic {
  font-style: italic; }

.blog-post-body .semibold {
  font-weight: 600; }

.blog-post-body .bold {
  font-weight: 700; }

.blog-post-body .block-color {
  padding: 25px 30px;
  margin-top: 50px;
  margin-bottom: 45px; }

@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 {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto; }

.blog-page .page-sidebar {
  width: 305px;
  padding-left: 0;
  padding-right: 35px; }

.blog-page .page-sidebar + .page-content {
  width: calc(100% - 305px);
  padding-top: 15px;
  padding-left: 35px;
  padding-right: 0; }

.blog-page .shareLinkSocial__social {
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #E6E6E6; }

.blog-page .shareLinkSocial__social > p {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 15px; }

.blog-page .shareLinkSocial__social .addthis_inline_share_toolbox {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0; }

.recentPosts_List {
  margin-bottom: 40px; }

.recentPosts_List .recentPost_item {
  margin-bottom: 30px; }

.recentPosts_List .recentPost_item .recentPost_title {
  color: #232323;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 8px;
  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: #c4390f; }

.recentPosts_List .recentPost_item .recentPost_title:hover span {
  background-size: 100% 1px; }

.recentPosts_List .recentPost_item .recentPost_date {
  color: #C4390F;
  font-style: italic;
  font-size: 15px;
  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: 4px;
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all 0.3s ease; }

.recentPosts_tags .tag .link,
.tags .tag .link {
  color: #000000;
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  display: block; }

.recentPosts_tags .tag:hover,
.tags .tag:hover {
  background-color: #ffffff;
  border-color: #000000; }

.recentPosts_tags .tag:hover .link,
.tags .tag:hover .link {
  color: #232323; }

.tags-block {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start; }

.tags-block .tags-title {
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 15px;
  min-width: 45px; }

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

.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: 991px) {
  .blog-page .page-sidebar {
    width: 35%;
    padding-right: 15px; }
  .blog-page .page-sidebar + .page-content {
    width: 65%;
    padding-left: 15px; } }

@media (max-width: 767px) {
  .blog-page .page-sidebar {
    display: none;
    padding-left: 0;
    padding-right: 0; }
  .blog-page .page-content {
    width: 100%;
    padding-left: 0; }
  .sidebar__btn {
    display: block; }
  .sidebar__btn .categorySidebar-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 4px; }
  .sidebar__btn .categorySidebar-btn .icon-filter svg {
    padding: 8.5px;
    width: 40px;
    height: 40px; }
  .sidebar__btn .categorySidebar-btn .sidebar_more {
    display: none; } }

.sidebarBlock + .sidebarBlock {
  margin-top: 25px; }

.sidebarBlock .navList .navList-item .navList-action {
  color: black;
  font-size: 16px;
  padding: 7px 0;
  transition: all 0.5s ease; }

.sidebarBlock .navList .navList-item .navList-action span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .5s; }

.sidebarBlock .navList .navList-item .navList-action:hover {
  color: #c4390f; }

.sidebarBlock .navList .navList-item .navList-action:hover span {
  background-size: 100% 1px; }

.sidebarBlock-heading {
  color: black;
  font-weight: 800;
  font-size: 18px;
  line-height: 40px;
  text-transform: uppercase;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  margin-top: 0; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }

.brandGrid ul,
.brandGrid ol {
  list-style: none;
  margin-bottom: 0; }

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

.brandGrid:after {
  clear: both; }

.brandGrid .brand {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: none;
  display: inline-block;
  font-size: 15px;
  vertical-align: top; }

@media (min-width: 551px) {
  .brandGrid .brand {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .brandGrid .brand {
    width: 25%; } }

@media (min-width: 1200px) {
  .brandGrid .brand {
    width: 16.66667%; } }

.brandGrid .brand .card-title {
  text-align: center; }

.brandGrid .brand .card-figure {
  border: 1px solid #e6e6e6;
  border-radius: 4px; }

/*---------- Brand List A to Z view --------*/
.azBrands__container {
  max-width: 1370px;
  display: block;
  margin: 0 auto; }

#azBrandsTable {
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  margin: 0 0 30px 0;
  overflow-x: auto;
  padding-bottom: 5px; }

#azBrandsTable::-webkit-scrollbar {
  height: 10px; }

#azBrandsTable::-webkit-scrollbar-track {
  background: #EAEAEA; }

#azBrandsTable::-webkit-scrollbar-thumb {
  background: #000000; }

#azBrandsTable li {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e2e4e8;
  border-left: none; }

#azBrandsTable li a {
  color: black;
  display: block;
  height: 40px;
  font-size: 15px;
  min-width: 40px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }

#azBrandsTable li a:hover {
  color: #C4390F; }

#azBrandsTable li.disable a {
  color: #B3B3B3;
  pointer-events: none; }

#azBrandsTable li:first-child {
  min-width: 70px;
  border-left: 1px solid #e2e4e8;
  /*border-radius: 3px 0 0 3px;*/ }

#azBrandsTable li:last-child {
  /*border-radius: 0 3px 3px 0;*/ }

#azBrandsTable li.is-active {
  background-color: #f6f6f6; }

#azBrandsTable li.is-active a {
  color: inherit; }

@media (min-width: 1025px) {
  #azBrandsTable {
    margin: 0 0 40px 0;
    overflow: visible; }
  #azBrandsTable li {
    width: 10%; } }

#azBrands.active-all {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2; }

#azBrands.active-all .azBrands-group {
  display: block;
  -moz-page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid; }

@media (min-width: 551px) {
  #azBrands.active-all {
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3; } }

@media (min-width: 801px) {
  #azBrands.active-all {
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4; } }

#azBrands:not(.active-all) .azBrands-group {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2; }

@media (min-width: 551px) {
  #azBrands:not(.active-all) .azBrands-group {
    column-count: 3;
    -moz-column-count: 3;
    -webkit-column-count: 3; } }

@media (min-width: 801px) {
  #azBrands:not(.active-all) .azBrands-group {
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4; } }

#azBrands + .brandList.hide {
  opacity: 0;
  visibility: hidden; }

.azBrands-group-title {
  font-size: 20px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-family: "Playfair Display", Arial, Helvetica, sans-serif;
  color: black;
  font-weight: 700; }

.brandList {
  margin: 0;
  list-style: none; }

.brandList .brand {
  padding: 3px 0;
  margin-bottom: 0; }

.brand-name .title {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #6e6e6e;
  text-transform: capitalize; }

.brand-name .title a {
  color: inherit;
  text-decoration: none; }

.brand-name .title:hover {
  color: #c4390f; }

.azBrands-group {
  margin-bottom: 30px;
  display: none; }

.azBrands-group.is-active {
  display: block; }

.brand-image-container {
  position: relative;
  max-width: 100px; }

.brand-image-container img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.brand-image-container:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 100%; }

.brand .card-img-container {
  max-width: 190px; }

.brand .card-img-container:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 131.57895%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -15px;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }

.productGrid ul,
.productGrid ol {
  list-style: none;
  margin-bottom: 0; }

@media (max-width: 1199px) {
  .home-layout-4 .productGrid {
    margin: 0 -10px; } }

.productGrid .product {
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
  float: none;
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
  padding: 0 15px; }

@media (max-width: 1199px) {
  .home-layout-4 .productGrid .product {
    padding-left: 10px;
    padding-right: 10px; } }

@media (min-width: 768px) {
  .productGrid .product {
    width: 33.33333%; } }

@media (min-width: 1261px) {
  .productGrid .product {
    width: 25%; } }

.productGrid[data-column="2"] .product {
  width: 50%; }

.productGrid[data-column="3"] .product {
  width: 50%; }

@media (min-width: 551px) {
  .productGrid[data-column="3"] .product {
    width: 33.33333%; } }

.productGrid[data-column="4"] .product {
  width: 50%; }

@media (min-width: 768px) {
  .productGrid[data-column="4"] .product {
    width: 33.33333%; } }

@media (min-width: 1261px) {
  .productGrid[data-column="4"] .product {
    width: 25%; } }

.productGrid[data-column="5"] .product {
  width: 50%; }

@media (min-width: 551px) {
  .productGrid[data-column="5"] .product {
    width: 33.33333%; } }

@media (min-width: 1261px) {
  .productGrid[data-column="5"] .product {
    width: 25%; } }

@media (min-width: 1600px) {
  .productGrid[data-column="5"] .product {
    width: 20%; } }

.productGrid[data-column="6"] .product {
  width: 50%; }

@media (min-width: 551px) {
  .productGrid[data-column="6"] .product {
    width: 33.33333%; } }

@media (min-width: 1261px) {
  .productGrid[data-column="6"] .product {
    width: 25%; } }

@media (min-width: 1600px) {
  .productGrid[data-column="6"] .product {
    width: 20%; } }

@media (min-width: 1920px) {
  .productGrid[data-column="6"] .product {
    width: 16.66667%; } }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-fill: auto;
  column-fill: auto;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }

@media (min-width: 551px) {
  .productMasonry {
    -moz-column-count: 3;
    column-count: 3; } }

@media (min-width: 801px) {
  .productMasonry {
    -moz-column-count: 4;
    column-count: 4; } }

.productMasonry .product {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  page-break-inside: avoid;
  display: block;
  margin-bottom: 3rem;
  padding: 0;
  width: 100%; }

.productMasonry .card {
  margin: 0; }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol6 {
    -moz-column-count: 6;
    column-count: 6; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
  .csscolumns .productGrid--maxCol3 .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0 auto 60px;
  display: block;
  max-width: 1170px; }

.productList ul,
.productList ol {
  list-style: none;
  margin-bottom: 0; }

.productList .product + .product {
  margin-top: 60px; }

.productList .product .card {
  font-size: 0;
  margin-bottom: 0; }

.productList .product .card-figure {
  width: 420px;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.productList .product .card-figure .card-figcaption-bottom {
  display: none; }

.productList .product .card-body {
  width: calc(100% - 420px);
  display: inline-block;
  vertical-align: top;
  padding: 15px 0 0 80px;
  font-size: 16px;
  position: relative;
  text-align: left; }

.productList .product .card-body .card-desc {
  display: block;
  padding-top: 10px; }

.productList .product .card-body [data-test-info-type="price"] {
  margin-bottom: 15px; }

.productList .product .card-body .card-option [data-product-attribute] {
  justify-content: flex-start; }

.productList .product .card-body .card-figcaption-bottom {
  display: block !important;
  max-width: 420px; }

.productList .product .card-body .card-figcaption-bottom .card-figcaption-button {
  margin-top: 25px; }

.productList .product .card-body .button--compare {
  position: absolute;
  bottom: 18px;
  right: 0; }

.home-layout-4 .productList .product .card-body .button--compare {
  width: auto;
  margin-top: 15px;
  margin-bottom: 0; }

@media (max-width: 1199px) {
  .productList .product .card-figure {
    width: 50%;
    padding-right: 15px; }
  .productList .product .card-body {
    width: 50%;
    padding-left: 15px; } }

@media (max-width: 550px) {
  .productList .product .card-figure {
    width: 100%;
    padding-right: 0; }
  .productList .product .card-body {
    width: 100%;
    padding-left: 0;
    padding-top: 20px; } }

@media (min-width: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
  .listItem:before,
  .listItem:after {
    content: " ";
    display: table; }
  .listItem:after {
    clear: both; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(196, 57, 15, 0.9);
  color: white; }

.listItem-button:hover,
.listItem-button:focus {
  background-color: #c4390f;
  color: white; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }

.listItem-figure__link {
  display: block;
  margin: 3px; }

@media (min-width: 551px) {
  .listItem-figure {
    margin-bottom: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 25%; } }

.listItem-figure .listItem-button {
  margin: 1.5rem 0; }

@media (min-width: 1261px) {
  .listItem-figure .listItem-button {
    display: inline-block;
    margin: 0;
    pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }

@media (min-width: 1261px) {
  .listItem-figureBody {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    position: absolute; }
  .listItem:hover .listItem-figureBody {
    opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.25rem;
    padding-right: 0.75rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
  .listItem-details > :last-child {
    margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.375rem; }

.listItem-brand {
  color: #999999;
  font-size: 15px;
  margin: 0 0 0.1875rem; }

@media (min-width: 801px) {
  .listItem-brand {
    font-size: 15px;
    margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.1875rem; }

@media (min-width: 801px) {
  .listItem-title {
    font-size: 20px; } }

.listItem-title > a {
  text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }

@media (min-width: 801px) {
  .listItem-price {
    font-size: 20px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
  .listItem-actions .button--compare {
    font-size: 13px;
    padding: 0.5625rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }

@media (min-width: 1261px) {
  .listItem-actions .button {
    width: 100%; }
  .listItem-actions .button + .button {
    margin: 0.75rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.modal .productView {
  padding-bottom: 0;
  padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView__top {
  display: block;
  margin: 0 auto 30px;
  font-size: 0;
  max-width: 1520px; }

.productView__topLeft {
  display: inline-block;
  width: calc(100% - 610px);
  vertical-align: top;
  font-size: 16px; }

.productView__topRight {
  display: inline-block;
  width: 610px;
  vertical-align: top;
  font-size: 16px;
  padding-left: 50px; }

.productView__topRight .halo_securityImage {
  margin-top: 25px; }

@media (max-width: 1199px) {
  .productView__topLeft {
    width: 45%; }
  .productView__topRight {
    width: 55%;
    padding-left: 30px; }
  .productView-images {
    display: block; }
  .productView-images .productView-nav-inner {
    width: 100%;
    padding-left: 0; }
  .productView-images .productView-thumbnails-wrap {
    display: block; }
  .productView-images .productView-thumbnails-wrap .productView-thumbnails {
    width: 100%;
    padding: 0 30px;
    margin-top: 20px;
    font-size: 0; }
  .productView-images .productView-thumbnails-wrap .productView-thumbnails .productView-thumbnail {
    width: 20%;
    max-width: 100%;
    height: auto;
    text-align: center;
    padding: 0 15px;
    display: inline-block;
    font-size: 16px; }
  .productView-images .productView-thumbnails-wrap .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
    display: inline-block; }
  .productView-images .productView-thumbnails-wrap .productView-thumbnails:not(.slick-initialized) .productView-thumbnail:nth-child(n+3) {
    display: none; } }

@media (max-width: 1024px) {
  .productView-rating-wrapper .sold-product {
    display: block;
    margin-left: 0;
    margin-top: 20px; } }

@media (max-width: 767px) {
  .page-type-product .productView__top .container {
    padding: 0 15px; }
  .productView__topLeft {
    width: 100%; }
  .productView__topRight {
    width: 100%;
    padding-left: 0;
    padding-top: 30px; } }

@media (max-width: 370px) {
  .productView-rating .productView-reviewLink {
    display: block;
    margin-left: 0;
    margin-top: 20px; } }

/* Start Bundle Product */
.halo-bundle-products {
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 0 40px 0;
  border-top: 5px solid #f6f6f6;
  position: relative; }

.halo-bundle-products .halo-block-header {
  text-align: center; }

.halo-bundle-products .bundle-products-wrapper {
  display: block; }

.halo-bundle-products .bundle-product-left {
  width: 100%; }

.halo-bundle-products .bundle-product-right {
  width: 100%;
  margin: 80px 0 0 0; }

.halo-bundle-products .halo-product-list {
  padding: 0;
  margin: 0 -15px;
  width: auto; }

.halo-bundle-products .halo-product-list:not(.slick-initialized) {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  letter-spacing: 0;
  position: relative; }

.halo-bundle-products .halo-product-list:not(.slick-initialized) .halo-product-item {
  display: inline-block;
  vertical-align: top;
  width: auto;
  opacity: 0;
  visibility: hidden; }

.halo-bundle-products .halo-product-list:not(.slick-initialized):before {
  content: '';
  background: url(../img/loading.svg) no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.halo-bundle-products .halo-product-list .slick-dots li button {
  width: 11px;
  height: 11px; }

.halo-bundle-products .halo-product-list .slick-dots li button::before {
  width: 11px;
  height: 11px; }

.halo-bundle-products .halo-product-item {
  padding: 0 15px; }

.halo-bundle-products .halo-product-item .halo-product-image {
  position: relative; }

.halo-bundle-products .halo-product-item .halo-product-image:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  opacity: .6;
  z-index: 1; }

.halo-bundle-products .halo-product-item.isChecked .halo-product-image:after {
  display: none; }

.halo-bundle-products .halo-product-link {
  display: block;
  position: relative; }

.halo-bundle-products .halo-product-container {
  display: block;
  position: relative; }

.halo-bundle-products .halo-product-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%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  transition: color 0.15s ease; }

.halo-bundle-products .halo-product-container:before {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 138.88889%; }

.halo-bundle-products .halo-product-content {
  padding: 15px 0 0 0; }

.halo-bundle-products .halo-detail-label {
  display: inline-block !important;
  vertical-align: top;
  padding: 0;
  margin: 0; }

.halo-bundle-products .halo-detail-label:before {
  position: absolute;
  display: inline-block;
  vertical-align: top;
  top: 1px;
  background: transparent; }

.halo-bundle-products .halo-detail-label:after {
  top: 2px; }

.halo-bundle-products .halo-detail-checkbox + .halo-detail-label:before {
  border-color: #202020;
  border-radius: 0;
  top: 3px; }

.halo-bundle-products .halo-detail-checkbox + .halo-detail-label:after {
  top: 4px;
  background-image: url("data:image/svg+xml,%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='%23ffffff'/%3E%3C/svg%3E"); }

.halo-bundle-products .halo-detail-checkbox[disable] + .halo-detail-label:before {
  border-color: #ccc;
  background: #fff; }

.halo-bundle-products .halo-detail-checkbox:checked + .halo-detail-label:before {
  background: #202020; }

.halo-bundle-products .halo-detail-name {
  cursor: pointer;
  min-height: 38px;
  color: black;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */ }

.halo-bundle-products .halo-detail-name .first-name {
  padding: 0 0 0 25px;
  color: black;
  font-weight: 400; }

.halo-bundle-products .halo-detail-name .product-name {
  display: inline;
  margin-left: 25px;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size .5s; }

.halo-bundle-products .halo-detail-name:hover {
  color: #c4390f; }

.halo-bundle-products .halo-detail-name:hover .product-name {
  background-size: 100% 1px; }

.halo-bundle-products .halo-product-itemFirst .halo-detail-name .product-name {
  margin-left: 0; }

.halo-bundle-products .halo-detai-price {
  margin-top: 8px;
  display: block; }

.halo-bundle-products .halo-detai-price .price-section--saving {
  display: none; }

.halo-bundle-products .halo-toggle-options {
  margin: 20px 0 0 0;
  width: 100%;
  color: #000;
  border: 1px solid #CCCCCC;
  background-color: #ffffff;
  padding: 14px 20px;
  text-transform: capitalize;
  font-weight: 500; }

.halo-bundle-products .halo-toggle-options.is-focus,
.halo-bundle-products .halo-toggle-options:hover,
.halo-bundle-products .halo-toggle-options:active,
.halo-bundle-products .halo-toggle-options:focus {
  border-color: #000; }

.halo-bundle-products .halo-detail-options {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  z-index: 101;
  padding: 20px;
  width: 300px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: color 0.15s ease; }

.halo-bundle-products .halo-detail-options .halo-option-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  z-index: 10;
  font-size: 30px;
  font-weight: 300;
  line-height: 46px;
  text-align: center;
  pointer-events: auto;
  color: #191919;
  background-color: transparent;
  text-decoration: none; }

.halo-bundle-products .halo-detail-options .alertBox-message {
  font-style: italic;
  line-height: 1.75;
  color: #f08584; }

.halo-bundle-products .halo-detail-options .form-field {
  font-size: 0;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1; }

.halo-bundle-products .halo-detail-options .form-field > .form-label {
  color: black;
  font-size: 16px;
  font-weight: 500; }

.halo-bundle-products .halo-detail-options .form-field > .form-label [data-option-value] {
  color: black;
  font-size: 16px;
  font-weight: 400; }

.halo-bundle-products .halo-detail-options .form-field > .form-label small {
  float: none;
  vertical-align: initial; }

.halo-bundle-products .halo-detail-options .form-field + .form-field {
  margin-top: 0; }

.halo-bundle-products .halo-detail-options .form-field:last-child {
  margin-bottom: 0; }

.halo-bundle-products .halo-detail-options.is-open {
  display: block; }

.halo-bundle-products .halo-product-total {
  width: 100%;
  max-width: 270px;
  margin: 0;
  display: block;
  text-align: left; }

.halo-bundle-products .halo-product-total .total-price {
  display: block;
  line-height: 1.625;
  margin: 0 0 18px 0; }

.halo-bundle-products .halo-product-total .text {
  font-size: 16px;
  color: #000;
  font-weight: 500; }

.halo-bundle-products .halo-product-total .price {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 0 5px; }

.halo-bundle-products .halo-product-total .button {
  width: 100%; }

.halo-bundle-products .slick-arrow {
  background-color: transparent;
  border-color: transparent; }

.halo-bundle-products .slick-arrow:before {
  width: 15px;
  height: 27px; }

.halo-bundle-products .slick-arrow.slick-prev {
  left: -50px; }

.halo-bundle-products .slick-arrow.slick-next {
  right: -50px; }

@media (max-width: 1024px) {
  .halo-bundle-products .slick-arrow {
    display: none; } }

.halo-bundle-products .slick-dots {
  bottom: -45px; }

.halo-bundle-products .slick-slide + .slick-active .halo-detail-options {
  left: 15px;
  transform: translateY(-50%); }

.halo-bundle-products .slick-active {
  position: relative; }

.halo-bundle-products .slick-active + .slick-active.halo-product-item .halo-product-image:before {
  content: "";
  position: absolute;
  left: -23px;
  top: 79%;
  transform: translateY(-50%);
  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='Capa_1' x='0px' y='0px' viewBox='0 0 496 496' style='enable-background:new 0 0 496 496;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M488,240H256V8c0-4.418-3.582-8-8-8s-8,3.582-8,8v232H8c-4.418,0-8,3.582-8,8s3.582,8,8,8h232v232c0,4.418,3.582,8,8,8 s8-3.582,8-8V256h232c4.418,0,8-3.582,8-8S492.418,240,488,240z'/%3E%3C/g%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");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px; }

.halo-bundle-products .slick-active:first-of-type .halo-detail-options {
  left: 15px;
  transform: translateY(-50%); }

.halo-bundle-products .slick-active:last-of-type .halo-detail-options {
  left: auto;
  right: 15px;
  transform: translateY(-50%); }

.halo-bundle-products .slick-active + .slick-slide .halo-detail-options {
  left: auto;
  right: 15px;
  transform: translateY(-50%); }

.halo-bundle-products .halo-block-header {
  text-align: center;
  margin-bottom: 50px; }

.halo-bundle-products .halo-block-header .title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: capitalize;
  color: black; }

@media (min-width: 375px) {
  .halo-bundle-products .halo-bundle-products .halo-detail-options {
    width: 320px; } }

@media (min-width: 768px) {
  .halo-bundle-products {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px; } }

@media (min-width: 1200px) {
  .halo-bundle-products {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px; }
  .halo-bundle-products .bundle-products-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .halo-bundle-products .bundle-product-left {
    width: calc(100% - 310px);
    padding: 0 80px; }
  .halo-bundle-products .bundle-product-right {
    width: 280px;
    margin-top: 0;
    margin-left: 30px; }
  .halo-bundle-products .halo-product-total {
    max-width: 100%;
    text-align: center; } }

@media (min-width: 1600px) {
  .halo-bundle-products .halo-product-item {
    padding: 0 45px; }
  .halo-bundle-products .slick-active {
    position: relative; }
  .halo-bundle-products .slick-active + .slick-active.halo-product-item .halo-product-image:before {
    left: -57px;
    top: 79%;
    width: 24px;
    height: 24px; } }

/* End Bundle Product */
/* Start Compare Color */
#compare-color-popup .modal-header {
  padding: 17px 50px 17px 30px;
  border-bottom: 1px solid #000000; }

#compare-color-popup .modal-header .modal-header-title {
  text-align: left;
  color: black;
  font-size: 16px;
  font-weight: 700; }

#compare-color-popup .modal-body {
  padding: 30px; }

@media (min-width: 1200px) {
  .productView__topLeft .halo-compareColors .halo-compareColors-link {
    margin-left: 96px; } }

.halo-compareColors {
  font-size: 1rem; }

.halo-compareColors .halo-compareColors-link {
  display: block;
  margin: 20px 0 0 0;
  text-align: center;
  text-decoration: none;
  color: black; }

.halo-compareColors .halo-compareColors-link .icon-compare-color {
  background-image: url(../img/compare-icon.png);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin: 7px;
  display: inline-block;
  vertical-align: middle; }

.halo-compareColors .halo-compareColors-link .halo-compareColors-title {
  background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
  background-repeat: repeat-x;
  background-position-y: 0px; }

.halo-compareColors .halo-compareColors-link:hover,
.halo-compareColors .halo-compareColors-link:active,
.halo-compareColors .halo-compareColors-link:focus {
  color: #c4390f; }

.halo-compareColors .halo-compareColors-link:hover .halo-compareColors-title,
.halo-compareColors .halo-compareColors-link:active .halo-compareColors-title,
.halo-compareColors .halo-compareColors-link:focus .halo-compareColors-title {
  background-image: linear-gradient(transparent 96%, rgba(196, 57, 15, 0.6) 4%); }

#compare-color-popup.modal {
  min-height: 100px; }

.halo-compareColors-swatch {
  line-height: 1px;
  margin-bottom: 25px;
  font-size: 0; }

.halo-compareColors-swatch .form-option-swatch.show-color {
  border-color: #060606; }

.halo-compareColors-image {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  position: relative;
  white-space: nowrap;
  overflow: auto;
  margin: 0 -7.5px;
  -webkit-overflow-scrolling: touch; }

.halo-compareColors-image .item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 7.5px;
  text-align: center; }

.halo-compareColors-image .item .color {
  display: block;
  width: 100%;
  height: 150px;
  margin: 0 0 15px 0;
  border: none;
  border-radius: 0; }

.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: none;
  width: 100%;
  height: 150px;
  margin: 0 0 15px 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;
  text-align: center;
  margin: 0 0 15px 0; }

.halo-compareColors-image .item.item-partern .image {
  display: block;
  width: 100%;
  margin: 0 0 15px 0; }

.halo-compareColors-image .item.item-partern img {
  width: 100%; }

.halo-compareColors-image::-webkit-scrollbar {
  height: 10px; }

.halo-compareColors-image::-webkit-scrollbar-track {
  background: #EAEAEA; }

.halo-compareColors-image::-webkit-scrollbar-thumb {
  background: #000000; }

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

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

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

/* End Compare Color */
#halo_sticky_addToCart {
  position: fixed;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  z-index: -1;
  padding: 0;
  text-align: center;
  background: #f2e3d8;
  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: 551px) {
  #halo_sticky_addToCart {
    padding: 5px 0; } }

@media (min-width: 801px) {
  #halo_sticky_addToCart {
    padding: 10px 0; } }

#halo_sticky_addToCart > .container {
  position: unset;
  padding: 0; }

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

#halo_sticky_addToCart > .container .item.product-info {
  padding-right: 0; }

@media (min-width: 992px) {
  #halo_sticky_addToCart > .container .item {
    padding: 0 15px; } }

#halo_sticky_addToCart > .container .item:first-child:not(.product-info) {
  display: none;
  padding-left: 0;
  text-align: left; }

@media (min-width: 1025px) {
  #halo_sticky_addToCart > .container .item:first-child:not(.product-info) {
    width: 45%;
    display: inline-block; } }

@media (min-width: 1200px) {
  #halo_sticky_addToCart > .container .item:first-child:not(.product-info) {
    width: 40%; } }

@media (min-width: 1400px) {
  #halo_sticky_addToCart > .container .item:first-child:not(.product-info) {
    width: 35%; } }

@media (min-width: 1600px) {
  #halo_sticky_addToCart > .container .item:first-child:not(.product-info) {
    width: 30%; } }

#halo_sticky_addToCart > .container .item:first-child.product-info {
  padding-left: 0; }

#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 .sticky-title {
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0;
  color: black;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  padding: 0 20px 0 0; }

#halo_sticky_addToCart > .container .item.product-info .sticky-price {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  line-height: 26px;
  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.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 .sticky-product-countdown {
  width: 250px;
  padding-right: 15px; }

#halo_sticky_addToCart .sticky-product-countdown .productCountDown {
  margin-bottom: 0; }

#halo_sticky_addToCart .sticky-product-countdown .CountDownText {
  border: none;
  margin-bottom: 0; }

#halo_sticky_addToCart .sticky-product-countdown .CountDownText svg {
  fill: black;
  width: 18px;
  height: 20px; }

#halo_sticky_addToCart .sticky-product-countdown .countDowntimer2 {
  margin-bottom: 0; }

#halo_sticky_addToCart .sticky-product-countdown .countDowntimer2 .clock-item {
  font-weight: 600; }

@media (max-width: 1279px) {
  #halo_sticky_addToCart .sticky-product-countdown {
    display: none; } }

#halo_sticky_addToCart .product-wrapper {
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%; }

#halo_sticky_addToCart .product-wrapper > .product-image {
  width: 66px; }

#halo_sticky_addToCart .product-wrapper > .product-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: middle;
  padding-left: 15px;
  width: 100%; }

#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: 315px;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start; }

@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: 15px;
  display: none; }

@media (min-width: 801px) {
  #halo_sticky_addToCart .form-field--increments {
    display: inline-block;
    vertical-align: top; } }

#halo_sticky_addToCart .form-field--increments .form-increment {
  height: 50px; }

#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;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  letter-spacing: 0; }

@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; }
  #halo_sticky_addToCart .form-action .button {
    height: 46px; } }

@media (min-width: 551px) {
  #halo_sticky_addToCart .form-action {
    max-width: 204px; }
  #halo_sticky_addToCart .form-action .button {
    min-width: 204px; } }

#halo_sticky_addToCart .show_select_options {
  color: black;
  border: 1px solid #cbcbcb;
  background-color: rgba(0, 0, 255, 0);
  min-width: 209px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 3px;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  transition: color 0.15s ease;
  font-family: "Poppins", Arial, Helvetica, sans-serif; }

#halo_sticky_addToCart .form {
  margin: 0;
  display: flex;
  align-items: center;
  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 .5s ease;
  box-shadow: 0 0 0 black, 0 0 1px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 10px; }

@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 .btn-close {
  position: absolute;
  top: 15px;
  right: 0;
  transform: translateY(-50%);
  z-index: 1; }

@media (min-width: 551px) {
  #halo_sticky_addToCart .form .pop-up-option .btn-close {
    top: 0; } }

@media (min-width: 1025px) {
  #halo_sticky_addToCart .form .pop-up-option .btn-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: 551px) {
  #halo_sticky_addToCart .form .pop-up-option .data-product-name {
    display: none; } }

#halo_sticky_addToCart .form .pop-up-option .data-product-name .sticky-title {
  font-family: "Jost", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0;
  color: black;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis; }

#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: 551px) {
  #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: 801px) {
  #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: "Jost", 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: 551px) {
  #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 {
  justify-content: flex-start; }

.show_sticky#halo_sticky_addToCart {
  z-index: 100;
  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 .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; } }

.easyzoom-flyout {
  pointer-events: none; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

@media (min-width: 1025px) {
  .fancybox-content {
    max-width: 75%; } }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after,
.sold-out-flag-star,
.sold-out-flag-star:before,
.sold-out-flag-star:after {
  content: "";
  display: block;
  height: 3.125rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.125rem;
  z-index: 10; }

.sale-flag-star:before,
.sold-out-flag-star:before {
  transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star:after,
.sold-out-flag-star:after {
  transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: #007dc6; }

.sold-out-flag-star,
.sold-out-flag-star:before,
.sold-out-flag-star:after {
  background: #007dc6; }

.starwrap {
  height: 3.125rem;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 3.125rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }

@media (min-width: 551px) {
  .listItem-figure .starwrap {
    top: 0;
    transform: scale(0.6); } }

@media (min-width: 1261px) {
  .listItem-figure .starwrap {
    top: 10px;
    transform: scale(0.7); } }

.sale-text-burst,
.sold-out-text-burst {
  font-weight: 600;
  line-height: 0.9375rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.125rem;
  z-index: 50; }

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star:before,
.product:hover .starwrap .sale-flag-star:after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star:before,
.product:hover .starwrap .sold-out-flag-star:after {
  background: black; }

.sale-flag-side,
.sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  line-height: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  padding-top: 0.09375rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #007dc6;
  color: white; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background: black; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash,
.sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  left: -25px;
  line-height: 1rem;
  padding-top: 0.09375rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 7.4375rem;
  z-index: 10; }

.sale-flag-sash {
  background: #007dc6;
  color: white; }

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }

@media (min-width: 551px) {
  .listItem-figure .sale-flag-sash,
  .listItem-figure .sold-out-flag-sash {
    top: 19px;
    left: -20px; } }

@media (min-width: 1261px) {
  .listItem-figure .sale-flag-sash,
  .listItem-figure .sold-out-flag-sash {
    left: -15px;
    top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product:hover .sold-out-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 3px; }

.home-layout-4 [data-product-attribute] .form-option.form-option-swatch {
  width: 32px;
  height: 32px; }

[data-product-attribute] .form-option.form-option-swatch .form-option-variant {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: inline-block; }

.home-layout-4 [data-product-attribute] .form-option.form-option-swatch .form-option-variant {
  background-size: 100%; }

[data-product-attribute] .form-option.form-option-swatch.two-colors .form-option-variant,
[data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant {
  transform: rotate(-45deg); }

[data-product-attribute] .form-option.form-option-swatch.two-colors .form-option-variant:nth-child(n+2),
[data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant:nth-child(n+2) {
  display: none; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

[data-product-attribute="swatch"] .form-option-swatch[for="attribute_swatch__none"] {
  padding: 3px 0; }

[data-product-attribute="swatch"] .form-option-swatch .form-option-variant--none {
  font-size: 12px;
  padding: 0;
  line-height: 32px; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: #f2e3d8;
  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; }

[data-product-attribute="set-rectangle"] .form-option {
  min-width: 40px;
  height: 40px;
  border-radius: 100px; }

.home-layout-4 [data-product-attribute="set-rectangle"] .form-option {
  border-radius: 0;
  padding: 0 15px;
  border-color: #d1d2d3; }

[data-product-attribute="set-rectangle"] .form-option .form-option-variant {
  width: 100%;
  height: 100%;
  min-width: 100%;
  line-height: 34px;
  padding: 1px 10px; }

.home-layout-4 [data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
  border-color: #d1d2d3;
  font-weight: 400;
  position: relative; }

.home-layout-4 [data-product-attribute="set-rectangle"] .form-radio:checked + .form-option:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #000; }

.account {
  margin-bottom: 1.5rem; }

.account--fixed {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

@media (min-width: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 100%;
    max-width: 1370px; } }

[data-page-type="createaccount"] .page-heading {
  margin-bottom: 55px; }

[data-page-type="forgotpassword"] .form-prefixPostfix .button {
  height: auto; }

[data-page-type="giftcertificates"] .navBar--sub,
[data-page-type="giftcertificates_redeem"] .navBar--sub,
[data-page-type="giftcertificates_balance"] .navBar--sub {
  margin-top: 90px;
  margin-bottom: 20px; }

[data-page-type="giftcertificates"] .navBar--sub .navBar-item,
[data-page-type="giftcertificates_redeem"] .navBar--sub .navBar-item,
[data-page-type="giftcertificates_balance"] .navBar--sub .navBar-item {
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
  color: black;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 5px solid #ECECEC;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 13px;
  margin-bottom: 30px; }

[data-page-type="giftcertificates"] .navBar--sub .navBar-item .navBar-action,
[data-page-type="giftcertificates_redeem"] .navBar--sub .navBar-item .navBar-action,
[data-page-type="giftcertificates_balance"] .navBar--sub .navBar-item .navBar-action {
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
  color: #787878; }

[data-page-type="giftcertificates"] .navBar--sub .navBar-item.is-active,
[data-page-type="giftcertificates_redeem"] .navBar--sub .navBar-item.is-active,
[data-page-type="giftcertificates_balance"] .navBar--sub .navBar-item.is-active {
  color: black;
  border-color: #c4390f; }

[data-page-type="giftcertificates"] .gift-certificate-form .form-row > .form-fieldset .form-field,
[data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-row > .form-fieldset .form-field,
[data-page-type="giftcertificates_balance"] .gift-certificate-form .form-row > .form-fieldset .form-field {
  padding-left: 0;
  padding-right: 0; }

[data-page-type="giftcertificates"] .gift-certificate-form .form-row > .form-fieldset .form-field.form-field-group,
[data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-row > .form-fieldset .form-field.form-field-group,
[data-page-type="giftcertificates_balance"] .gift-certificate-form .form-row > .form-fieldset .form-field.form-field-group {
  padding: 20px; }

[data-page-type="giftcertificates"] .gift-certificate-form .form-field,
[data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-field,
[data-page-type="giftcertificates_balance"] .gift-certificate-form .form-field {
  margin-bottom: 20px; }

[data-page-type="giftcertificates"] .gift-certificate-form .form-field-group,
[data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-field-group,
[data-page-type="giftcertificates_balance"] .gift-certificate-form .form-field-group {
  padding: 20px;
  background-color: #F6F6F6;
  border-color: #F6F6F6; }

[data-page-type="giftcertificates"] .gift-certificate-form .form-field-group .form-label,
[data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-field-group .form-label,
[data-page-type="giftcertificates_balance"] .gift-certificate-form .form-field-group .form-label {
  margin-bottom: 10px; }

[data-page-type="giftcertificates"] .account--fixed,
[data-page-type="giftcertificates_redeem"] .account--fixed,
[data-page-type="giftcertificates_balance"] .account--fixed {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 1200px) {
  [data-page-type="giftcertificates"] .gift-certificate-form .form-row > .form-field:nth-child(odd),
  [data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-row > .form-field:nth-child(odd),
  [data-page-type="giftcertificates_balance"] .gift-certificate-form .form-row > .form-field:nth-child(odd) {
    padding-right: 70px; }
  [data-page-type="giftcertificates"] .gift-certificate-form .form-row > .form-field:nth-child(even),
  [data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-row > .form-field:nth-child(even),
  [data-page-type="giftcertificates_balance"] .gift-certificate-form .form-row > .form-field:nth-child(even) {
    padding-left: 70px; }
  [data-page-type="giftcertificates"] .gift-certificate-form .form-row > .form-fieldset .form-field,
  [data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-row > .form-fieldset .form-field,
  [data-page-type="giftcertificates_balance"] .gift-certificate-form .form-row > .form-fieldset .form-field {
    padding-left: 0;
    padding-right: 0; }
  [data-page-type="giftcertificates"] .gift-certificate-form .form-row > .form-fieldset .form-field.form-field-group,
  [data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-row > .form-fieldset .form-field.form-field-group,
  [data-page-type="giftcertificates_balance"] .gift-certificate-form .form-row > .form-fieldset .form-field.form-field-group {
    margin-bottom: 10px; }
  [data-page-type="giftcertificates"] .gift-certificate-form .form-row > .form-fieldset:nth-child(odd),
  [data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-row > .form-fieldset:nth-child(odd),
  [data-page-type="giftcertificates_balance"] .gift-certificate-form .form-row > .form-fieldset:nth-child(odd) {
    padding-right: 70px; }
  [data-page-type="giftcertificates"] .gift-certificate-form .form-row > .form-fieldset:nth-child(even),
  [data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-row > .form-fieldset:nth-child(even),
  [data-page-type="giftcertificates_balance"] .gift-certificate-form .form-row > .form-fieldset:nth-child(even) {
    padding-left: 70px; }
  [data-page-type="giftcertificates"] .gift-certificate-form .form-actions,
  [data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-actions,
  [data-page-type="giftcertificates_balance"] .gift-certificate-form .form-actions {
    margin-left: 50%;
    max-width: 100%;
    width: 50%;
    text-align: left;
    padding-left: 70px;
    font-size: 0; }
  [data-page-type="giftcertificates"] .gift-certificate-form .form-actions #gift-certificate-preview,
  [data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-actions #gift-certificate-preview,
  [data-page-type="giftcertificates_balance"] .gift-certificate-form .form-actions #gift-certificate-preview {
    width: 32%; }
  [data-page-type="giftcertificates"] .gift-certificate-form .form-actions #gift-certificate-submit,
  [data-page-type="giftcertificates_redeem"] .gift-certificate-form .form-actions #gift-certificate-submit,
  [data-page-type="giftcertificates_balance"] .gift-certificate-form .form-actions #gift-certificate-submit {
    width: calc(68% - 15px);
    margin-left: 15px; } }

@media (max-width: 1199px) {
  [data-page-type="giftcertificates"] .navBar--sub .navBar-item,
  [data-page-type="giftcertificates_redeem"] .navBar--sub .navBar-item,
  [data-page-type="giftcertificates_balance"] .navBar--sub .navBar-item {
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 800px) {
  [data-page-type="giftcertificates"] .navBar--sub .navBar-item,
  [data-page-type="giftcertificates_redeem"] .navBar--sub .navBar-item,
  [data-page-type="giftcertificates_balance"] .navBar--sub .navBar-item {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }
  [data-page-type="giftcertificates"] .navBar--sub .navBar-item .navBar-action,
  [data-page-type="giftcertificates_redeem"] .navBar--sub .navBar-item .navBar-action,
  [data-page-type="giftcertificates_balance"] .navBar--sub .navBar-item .navBar-action {
    font-size: 16px; } }

[data-page-type="giftcertificates_redeem"] .account h3,
[data-page-type="giftcertificates_balance"] .account h3 {
  font-weight: 700;
  margin-bottom: 30px; }

[data-page-type="giftcertificates_redeem"] .account ul li,
[data-page-type="giftcertificates_redeem"] .account ol li,
[data-page-type="giftcertificates_balance"] .account ul li,
[data-page-type="giftcertificates_balance"] .account ol li {
  line-height: 26px; }

[data-page-type="giftcertificates_redeem"] .account .button,
[data-page-type="giftcertificates_balance"] .account .button {
  height: 50px; }

[data-page-type="giftcertificates_redeem"] .account #giftcertificatecode,
[data-page-type="giftcertificates_balance"] .account #giftcertificatecode {
  max-width: 615px; }

@media (min-width: 768px) {
  [data-page-type="giftcertificates_redeem"] .account #gift-certificate-balance .form-prefixPostfix .button,
  [data-page-type="giftcertificates_balance"] .account #gift-certificate-balance .form-prefixPostfix .button {
    width: auto;
    margin-top: 0;
    margin-left: 15px; } }

[data-page-type="account_orderstatus"] .body > .container,
[data-page-type="account_inbox"] .body > .container,
[data-page-type="account_addressbook"] .body > .container,
[data-page-type="wishlists"] .body > .container,
[data-page-type="account_recentitems"] .body > .container,
[data-page-type="editaccount"] .body > .container,
[data-page-type="shippingaddressform"] .body > .container,
[data-page-type="wishlist"] .body > .container,
[data-page-type="add-wishlist"] .body > .container,
[data-page-type="account_returns"] .body > .container,
[data-page-type="account_new_return"] .body > .container,
[data-page-type="account_saved_return"] .body > .container,
[data-page-type="account_paymentmethods"] .body > .container,
[data-page-type="account_addpaymentmethod"] .body > .container,
[data-page-type="account_editpaymentmethod"] .body > .container {
  max-width: 1520px; }

[data-page-type="account_orderstatus"] .account.account--fixed,
[data-page-type="account_inbox"] .account.account--fixed,
[data-page-type="account_addressbook"] .account.account--fixed,
[data-page-type="wishlists"] .account.account--fixed,
[data-page-type="account_recentitems"] .account.account--fixed,
[data-page-type="editaccount"] .account.account--fixed,
[data-page-type="shippingaddressform"] .account.account--fixed,
[data-page-type="wishlist"] .account.account--fixed,
[data-page-type="add-wishlist"] .account.account--fixed,
[data-page-type="account_returns"] .account.account--fixed,
[data-page-type="account_new_return"] .account.account--fixed,
[data-page-type="account_saved_return"] .account.account--fixed,
[data-page-type="account_paymentmethods"] .account.account--fixed,
[data-page-type="account_addpaymentmethod"] .account.account--fixed,
[data-page-type="account_editpaymentmethod"] .account.account--fixed {
  padding-left: 0;
  padding-right: 0; }

[data-page-type="account_orderstatus"] .account.account--fixed .account-head,
[data-page-type="account_inbox"] .account.account--fixed .account-head,
[data-page-type="account_addressbook"] .account.account--fixed .account-head,
[data-page-type="wishlists"] .account.account--fixed .account-head,
[data-page-type="account_recentitems"] .account.account--fixed .account-head,
[data-page-type="editaccount"] .account.account--fixed .account-head,
[data-page-type="shippingaddressform"] .account.account--fixed .account-head,
[data-page-type="wishlist"] .account.account--fixed .account-head,
[data-page-type="add-wishlist"] .account.account--fixed .account-head,
[data-page-type="account_returns"] .account.account--fixed .account-head,
[data-page-type="account_new_return"] .account.account--fixed .account-head,
[data-page-type="account_saved_return"] .account.account--fixed .account-head,
[data-page-type="account_paymentmethods"] .account.account--fixed .account-head,
[data-page-type="account_addpaymentmethod"] .account.account--fixed .account-head,
[data-page-type="account_editpaymentmethod"] .account.account--fixed .account-head {
  display: none; }

[data-page-type="account_orderstatus"] .account.account--fixedLarge,
[data-page-type="account_inbox"] .account.account--fixedLarge,
[data-page-type="account_addressbook"] .account.account--fixedLarge,
[data-page-type="wishlists"] .account.account--fixedLarge,
[data-page-type="account_recentitems"] .account.account--fixedLarge,
[data-page-type="editaccount"] .account.account--fixedLarge,
[data-page-type="shippingaddressform"] .account.account--fixedLarge,
[data-page-type="wishlist"] .account.account--fixedLarge,
[data-page-type="add-wishlist"] .account.account--fixedLarge,
[data-page-type="account_returns"] .account.account--fixedLarge,
[data-page-type="account_new_return"] .account.account--fixedLarge,
[data-page-type="account_saved_return"] .account.account--fixedLarge,
[data-page-type="account_paymentmethods"] .account.account--fixedLarge,
[data-page-type="account_addpaymentmethod"] .account.account--fixedLarge,
[data-page-type="account_editpaymentmethod"] .account.account--fixedLarge {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

[data-page-type="account_orderstatus"] .account.account--fixedLarge .account-body,
[data-page-type="account_inbox"] .account.account--fixedLarge .account-body,
[data-page-type="account_addressbook"] .account.account--fixedLarge .account-body,
[data-page-type="wishlists"] .account.account--fixedLarge .account-body,
[data-page-type="account_recentitems"] .account.account--fixedLarge .account-body,
[data-page-type="editaccount"] .account.account--fixedLarge .account-body,
[data-page-type="shippingaddressform"] .account.account--fixedLarge .account-body,
[data-page-type="wishlist"] .account.account--fixedLarge .account-body,
[data-page-type="add-wishlist"] .account.account--fixedLarge .account-body,
[data-page-type="account_returns"] .account.account--fixedLarge .account-body,
[data-page-type="account_new_return"] .account.account--fixedLarge .account-body,
[data-page-type="account_saved_return"] .account.account--fixedLarge .account-body,
[data-page-type="account_paymentmethods"] .account.account--fixedLarge .account-body,
[data-page-type="account_addpaymentmethod"] .account.account--fixedLarge .account-body,
[data-page-type="account_editpaymentmethod"] .account.account--fixedLarge .account-body {
  margin: 0; }

[data-page-type="account_orderstatus"] .navBar--account,
[data-page-type="account_inbox"] .navBar--account,
[data-page-type="account_addressbook"] .navBar--account,
[data-page-type="wishlists"] .navBar--account,
[data-page-type="account_recentitems"] .navBar--account,
[data-page-type="editaccount"] .navBar--account,
[data-page-type="shippingaddressform"] .navBar--account,
[data-page-type="wishlist"] .navBar--account,
[data-page-type="add-wishlist"] .navBar--account,
[data-page-type="account_returns"] .navBar--account,
[data-page-type="account_new_return"] .navBar--account,
[data-page-type="account_saved_return"] .navBar--account,
[data-page-type="account_paymentmethods"] .navBar--account,
[data-page-type="account_addpaymentmethod"] .navBar--account,
[data-page-type="account_editpaymentmethod"] .navBar--account {
  margin-bottom: 30px; }

[data-page-type="account_orderstatus"] .navBar--account .navBar-section,
[data-page-type="account_inbox"] .navBar--account .navBar-section,
[data-page-type="account_addressbook"] .navBar--account .navBar-section,
[data-page-type="wishlists"] .navBar--account .navBar-section,
[data-page-type="account_recentitems"] .navBar--account .navBar-section,
[data-page-type="editaccount"] .navBar--account .navBar-section,
[data-page-type="shippingaddressform"] .navBar--account .navBar-section,
[data-page-type="wishlist"] .navBar--account .navBar-section,
[data-page-type="add-wishlist"] .navBar--account .navBar-section,
[data-page-type="account_returns"] .navBar--account .navBar-section,
[data-page-type="account_new_return"] .navBar--account .navBar-section,
[data-page-type="account_saved_return"] .navBar--account .navBar-section,
[data-page-type="account_paymentmethods"] .navBar--account .navBar-section,
[data-page-type="account_addpaymentmethod"] .navBar--account .navBar-section,
[data-page-type="account_editpaymentmethod"] .navBar--account .navBar-section {
  font-size: 0; }

[data-page-type="account_orderstatus"] .navBar--account .navBar-section .navBar-item,
[data-page-type="account_inbox"] .navBar--account .navBar-section .navBar-item,
[data-page-type="account_addressbook"] .navBar--account .navBar-section .navBar-item,
[data-page-type="wishlists"] .navBar--account .navBar-section .navBar-item,
[data-page-type="account_recentitems"] .navBar--account .navBar-section .navBar-item,
[data-page-type="editaccount"] .navBar--account .navBar-section .navBar-item,
[data-page-type="shippingaddressform"] .navBar--account .navBar-section .navBar-item,
[data-page-type="wishlist"] .navBar--account .navBar-section .navBar-item,
[data-page-type="add-wishlist"] .navBar--account .navBar-section .navBar-item,
[data-page-type="account_returns"] .navBar--account .navBar-section .navBar-item,
[data-page-type="account_new_return"] .navBar--account .navBar-section .navBar-item,
[data-page-type="account_saved_return"] .navBar--account .navBar-section .navBar-item,
[data-page-type="account_paymentmethods"] .navBar--account .navBar-section .navBar-item,
[data-page-type="account_addpaymentmethod"] .navBar--account .navBar-section .navBar-item,
[data-page-type="account_editpaymentmethod"] .navBar--account .navBar-section .navBar-item {
  width: 220px;
  background-color: #f5f5f5;
  height: 50px;
  line-height: 48px;
  border: 1px solid #f5f5f5;
  color: black;
  border-radius: 4px;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px; }

[data-page-type="account_orderstatus"] .navBar--account .navBar-section .navBar-item + .navBar-item,
[data-page-type="account_inbox"] .navBar--account .navBar-section .navBar-item + .navBar-item,
[data-page-type="account_addressbook"] .navBar--account .navBar-section .navBar-item + .navBar-item,
[data-page-type="wishlists"] .navBar--account .navBar-section .navBar-item + .navBar-item,
[data-page-type="account_recentitems"] .navBar--account .navBar-section .navBar-item + .navBar-item,
[data-page-type="editaccount"] .navBar--account .navBar-section .navBar-item + .navBar-item,
[data-page-type="shippingaddressform"] .navBar--account .navBar-section .navBar-item + .navBar-item,
[data-page-type="wishlist"] .navBar--account .navBar-section .navBar-item + .navBar-item,
[data-page-type="add-wishlist"] .navBar--account .navBar-section .navBar-item + .navBar-item,
[data-page-type="account_returns"] .navBar--account .navBar-section .navBar-item + .navBar-item,
[data-page-type="account_new_return"] .navBar--account .navBar-section .navBar-item + .navBar-item,
[data-page-type="account_saved_return"] .navBar--account .navBar-section .navBar-item + .navBar-item,
[data-page-type="account_paymentmethods"] .navBar--account .navBar-section .navBar-item + .navBar-item,
[data-page-type="account_addpaymentmethod"] .navBar--account .navBar-section .navBar-item + .navBar-item,
[data-page-type="account_editpaymentmethod"] .navBar--account .navBar-section .navBar-item + .navBar-item {
  margin-left: 10px; }

[data-page-type="account_orderstatus"] .navBar--account .navBar-section .navBar-item.is-active,
[data-page-type="account_orderstatus"] .navBar--account .navBar-section .navBar-item:hover,
[data-page-type="account_inbox"] .navBar--account .navBar-section .navBar-item.is-active,
[data-page-type="account_inbox"] .navBar--account .navBar-section .navBar-item:hover,
[data-page-type="account_addressbook"] .navBar--account .navBar-section .navBar-item.is-active,
[data-page-type="account_addressbook"] .navBar--account .navBar-section .navBar-item:hover,
[data-page-type="wishlists"] .navBar--account .navBar-section .navBar-item.is-active,
[data-page-type="wishlists"] .navBar--account .navBar-section .navBar-item:hover,
[data-page-type="account_recentitems"] .navBar--account .navBar-section .navBar-item.is-active,
[data-page-type="account_recentitems"] .navBar--account .navBar-section .navBar-item:hover,
[data-page-type="editaccount"] .navBar--account .navBar-section .navBar-item.is-active,
[data-page-type="editaccount"] .navBar--account .navBar-section .navBar-item:hover,
[data-page-type="shippingaddressform"] .navBar--account .navBar-section .navBar-item.is-active,
[data-page-type="shippingaddressform"] .navBar--account .navBar-section .navBar-item:hover,
[data-page-type="wishlist"] .navBar--account .navBar-section .navBar-item.is-active,
[data-page-type="wishlist"] .navBar--account .navBar-section .navBar-item:hover,
[data-page-type="add-wishlist"] .navBar--account .navBar-section .navBar-item.is-active,
[data-page-type="add-wishlist"] .navBar--account .navBar-section .navBar-item:hover,
[data-page-type="account_returns"] .navBar--account .navBar-section .navBar-item.is-active,
[data-page-type="account_returns"] .navBar--account .navBar-section .navBar-item:hover,
[data-page-type="account_new_return"] .navBar--account .navBar-section .navBar-item.is-active,
[data-page-type="account_new_return"] .navBar--account .navBar-section .navBar-item:hover,
[data-page-type="account_saved_return"] .navBar--account .navBar-section .navBar-item.is-active,
[data-page-type="account_saved_return"] .navBar--account .navBar-section .navBar-item:hover,
[data-page-type="account_paymentmethods"] .navBar--account .navBar-section .navBar-item.is-active,
[data-page-type="account_paymentmethods"] .navBar--account .navBar-section .navBar-item:hover,
[data-page-type="account_addpaymentmethod"] .navBar--account .navBar-section .navBar-item.is-active,
[data-page-type="account_addpaymentmethod"] .navBar--account .navBar-section .navBar-item:hover,
[data-page-type="account_editpaymentmethod"] .navBar--account .navBar-section .navBar-item.is-active,
[data-page-type="account_editpaymentmethod"] .navBar--account .navBar-section .navBar-item:hover {
  background-color: #ffffff;
  border-color: black;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1); }

[data-page-type="account_orderstatus"] .account-content .account-heading,
[data-page-type="account_inbox"] .account-content .account-heading,
[data-page-type="account_addressbook"] .account-content .account-heading,
[data-page-type="wishlists"] .account-content .account-heading,
[data-page-type="account_recentitems"] .account-content .account-heading,
[data-page-type="editaccount"] .account-content .account-heading,
[data-page-type="shippingaddressform"] .account-content .account-heading,
[data-page-type="wishlist"] .account-content .account-heading,
[data-page-type="add-wishlist"] .account-content .account-heading,
[data-page-type="account_returns"] .account-content .account-heading,
[data-page-type="account_new_return"] .account-content .account-heading,
[data-page-type="account_saved_return"] .account-content .account-heading,
[data-page-type="account_paymentmethods"] .account-content .account-heading,
[data-page-type="account_addpaymentmethod"] .account-content .account-heading,
[data-page-type="account_editpaymentmethod"] .account-content .account-heading {
  display: none; }

[data-page-type="account_orderstatus"] .account-content h2,
[data-page-type="account_inbox"] .account-content h2,
[data-page-type="account_addressbook"] .account-content h2,
[data-page-type="wishlists"] .account-content h2,
[data-page-type="account_recentitems"] .account-content h2,
[data-page-type="editaccount"] .account-content h2,
[data-page-type="shippingaddressform"] .account-content h2,
[data-page-type="wishlist"] .account-content h2,
[data-page-type="add-wishlist"] .account-content h2,
[data-page-type="account_returns"] .account-content h2,
[data-page-type="account_new_return"] .account-content h2,
[data-page-type="account_saved_return"] .account-content h2,
[data-page-type="account_paymentmethods"] .account-content h2,
[data-page-type="account_addpaymentmethod"] .account-content h2,
[data-page-type="account_editpaymentmethod"] .account-content h2 {
  color: black;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px; }

[data-page-type="account_orderstatus"] .addressList,
[data-page-type="account_inbox"] .addressList,
[data-page-type="account_addressbook"] .addressList,
[data-page-type="wishlists"] .addressList,
[data-page-type="account_recentitems"] .addressList,
[data-page-type="editaccount"] .addressList,
[data-page-type="shippingaddressform"] .addressList,
[data-page-type="wishlist"] .addressList,
[data-page-type="add-wishlist"] .addressList,
[data-page-type="account_returns"] .addressList,
[data-page-type="account_new_return"] .addressList,
[data-page-type="account_saved_return"] .addressList,
[data-page-type="account_paymentmethods"] .addressList,
[data-page-type="account_addpaymentmethod"] .addressList,
[data-page-type="account_editpaymentmethod"] .addressList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch; }

[data-page-type="account_orderstatus"] .addressList .address,
[data-page-type="account_inbox"] .addressList .address,
[data-page-type="account_addressbook"] .addressList .address,
[data-page-type="wishlists"] .addressList .address,
[data-page-type="account_recentitems"] .addressList .address,
[data-page-type="editaccount"] .addressList .address,
[data-page-type="shippingaddressform"] .addressList .address,
[data-page-type="wishlist"] .addressList .address,
[data-page-type="add-wishlist"] .addressList .address,
[data-page-type="account_returns"] .addressList .address,
[data-page-type="account_new_return"] .addressList .address,
[data-page-type="account_saved_return"] .addressList .address,
[data-page-type="account_paymentmethods"] .addressList .address,
[data-page-type="account_addpaymentmethod"] .addressList .address,
[data-page-type="account_editpaymentmethod"] .addressList .address {
  height: 100%; }

[data-page-type="account_orderstatus"] .addressList .panel--address .panel-body,
[data-page-type="account_inbox"] .addressList .panel--address .panel-body,
[data-page-type="account_addressbook"] .addressList .panel--address .panel-body,
[data-page-type="wishlists"] .addressList .panel--address .panel-body,
[data-page-type="account_recentitems"] .addressList .panel--address .panel-body,
[data-page-type="editaccount"] .addressList .panel--address .panel-body,
[data-page-type="shippingaddressform"] .addressList .panel--address .panel-body,
[data-page-type="wishlist"] .addressList .panel--address .panel-body,
[data-page-type="add-wishlist"] .addressList .panel--address .panel-body,
[data-page-type="account_returns"] .addressList .panel--address .panel-body,
[data-page-type="account_new_return"] .addressList .panel--address .panel-body,
[data-page-type="account_saved_return"] .addressList .panel--address .panel-body,
[data-page-type="account_paymentmethods"] .addressList .panel--address .panel-body,
[data-page-type="account_addpaymentmethod"] .addressList .panel--address .panel-body,
[data-page-type="account_editpaymentmethod"] .addressList .panel--address .panel-body {
  padding: 20px;
  margin-bottom: 20px;
  min-height: 303px; }

[data-page-type="account_orderstatus"] .addressList .panel--address .panel-body .address-addNew .address-title,
[data-page-type="account_inbox"] .addressList .panel--address .panel-body .address-addNew .address-title,
[data-page-type="account_addressbook"] .addressList .panel--address .panel-body .address-addNew .address-title,
[data-page-type="wishlists"] .addressList .panel--address .panel-body .address-addNew .address-title,
[data-page-type="account_recentitems"] .addressList .panel--address .panel-body .address-addNew .address-title,
[data-page-type="editaccount"] .addressList .panel--address .panel-body .address-addNew .address-title,
[data-page-type="shippingaddressform"] .addressList .panel--address .panel-body .address-addNew .address-title,
[data-page-type="wishlist"] .addressList .panel--address .panel-body .address-addNew .address-title,
[data-page-type="add-wishlist"] .addressList .panel--address .panel-body .address-addNew .address-title,
[data-page-type="account_returns"] .addressList .panel--address .panel-body .address-addNew .address-title,
[data-page-type="account_new_return"] .addressList .panel--address .panel-body .address-addNew .address-title,
[data-page-type="account_saved_return"] .addressList .panel--address .panel-body .address-addNew .address-title,
[data-page-type="account_paymentmethods"] .addressList .panel--address .panel-body .address-addNew .address-title,
[data-page-type="account_addpaymentmethod"] .addressList .panel--address .panel-body .address-addNew .address-title,
[data-page-type="account_editpaymentmethod"] .addressList .panel--address .panel-body .address-addNew .address-title {
  margin-top: 5px;
  margin-bottom: 0; }

[data-page-type="account_orderstatus"] .addressList .panel--address .panel-body .address-title,
[data-page-type="account_inbox"] .addressList .panel--address .panel-body .address-title,
[data-page-type="account_addressbook"] .addressList .panel--address .panel-body .address-title,
[data-page-type="wishlists"] .addressList .panel--address .panel-body .address-title,
[data-page-type="account_recentitems"] .addressList .panel--address .panel-body .address-title,
[data-page-type="editaccount"] .addressList .panel--address .panel-body .address-title,
[data-page-type="shippingaddressform"] .addressList .panel--address .panel-body .address-title,
[data-page-type="wishlist"] .addressList .panel--address .panel-body .address-title,
[data-page-type="add-wishlist"] .addressList .panel--address .panel-body .address-title,
[data-page-type="account_returns"] .addressList .panel--address .panel-body .address-title,
[data-page-type="account_new_return"] .addressList .panel--address .panel-body .address-title,
[data-page-type="account_saved_return"] .addressList .panel--address .panel-body .address-title,
[data-page-type="account_paymentmethods"] .addressList .panel--address .panel-body .address-title,
[data-page-type="account_addpaymentmethod"] .addressList .panel--address .panel-body .address-title,
[data-page-type="account_editpaymentmethod"] .addressList .panel--address .panel-body .address-title {
  font-weight: 600;
  margin-bottom: 15px; }

[data-page-type="account_orderstatus"] .addressList .panel--address .panel-body .address-details--postal,
[data-page-type="account_inbox"] .addressList .panel--address .panel-body .address-details--postal,
[data-page-type="account_addressbook"] .addressList .panel--address .panel-body .address-details--postal,
[data-page-type="wishlists"] .addressList .panel--address .panel-body .address-details--postal,
[data-page-type="account_recentitems"] .addressList .panel--address .panel-body .address-details--postal,
[data-page-type="editaccount"] .addressList .panel--address .panel-body .address-details--postal,
[data-page-type="shippingaddressform"] .addressList .panel--address .panel-body .address-details--postal,
[data-page-type="wishlist"] .addressList .panel--address .panel-body .address-details--postal,
[data-page-type="add-wishlist"] .addressList .panel--address .panel-body .address-details--postal,
[data-page-type="account_returns"] .addressList .panel--address .panel-body .address-details--postal,
[data-page-type="account_new_return"] .addressList .panel--address .panel-body .address-details--postal,
[data-page-type="account_saved_return"] .addressList .panel--address .panel-body .address-details--postal,
[data-page-type="account_paymentmethods"] .addressList .panel--address .panel-body .address-details--postal,
[data-page-type="account_addpaymentmethod"] .addressList .panel--address .panel-body .address-details--postal,
[data-page-type="account_editpaymentmethod"] .addressList .panel--address .panel-body .address-details--postal {
  font-style: italic; }

[data-page-type="account_orderstatus"] .addressList .panel--address .panel-body .address-details,
[data-page-type="account_inbox"] .addressList .panel--address .panel-body .address-details,
[data-page-type="account_addressbook"] .addressList .panel--address .panel-body .address-details,
[data-page-type="wishlists"] .addressList .panel--address .panel-body .address-details,
[data-page-type="account_recentitems"] .addressList .panel--address .panel-body .address-details,
[data-page-type="editaccount"] .addressList .panel--address .panel-body .address-details,
[data-page-type="shippingaddressform"] .addressList .panel--address .panel-body .address-details,
[data-page-type="wishlist"] .addressList .panel--address .panel-body .address-details,
[data-page-type="add-wishlist"] .addressList .panel--address .panel-body .address-details,
[data-page-type="account_returns"] .addressList .panel--address .panel-body .address-details,
[data-page-type="account_new_return"] .addressList .panel--address .panel-body .address-details,
[data-page-type="account_saved_return"] .addressList .panel--address .panel-body .address-details,
[data-page-type="account_paymentmethods"] .addressList .panel--address .panel-body .address-details,
[data-page-type="account_addpaymentmethod"] .addressList .panel--address .panel-body .address-details,
[data-page-type="account_editpaymentmethod"] .addressList .panel--address .panel-body .address-details {
  line-height: 1.7;
  margin-bottom: 15px; }

[data-page-type="account_orderstatus"] .addressList .panel--address .panel-body .form-actions,
[data-page-type="account_inbox"] .addressList .panel--address .panel-body .form-actions,
[data-page-type="account_addressbook"] .addressList .panel--address .panel-body .form-actions,
[data-page-type="wishlists"] .addressList .panel--address .panel-body .form-actions,
[data-page-type="account_recentitems"] .addressList .panel--address .panel-body .form-actions,
[data-page-type="editaccount"] .addressList .panel--address .panel-body .form-actions,
[data-page-type="shippingaddressform"] .addressList .panel--address .panel-body .form-actions,
[data-page-type="wishlist"] .addressList .panel--address .panel-body .form-actions,
[data-page-type="add-wishlist"] .addressList .panel--address .panel-body .form-actions,
[data-page-type="account_returns"] .addressList .panel--address .panel-body .form-actions,
[data-page-type="account_new_return"] .addressList .panel--address .panel-body .form-actions,
[data-page-type="account_saved_return"] .addressList .panel--address .panel-body .form-actions,
[data-page-type="account_paymentmethods"] .addressList .panel--address .panel-body .form-actions,
[data-page-type="account_addpaymentmethod"] .addressList .panel--address .panel-body .form-actions,
[data-page-type="account_editpaymentmethod"] .addressList .panel--address .panel-body .form-actions {
  position: static;
  margin-top: 15px;
  font-size: 0; }

[data-page-type="account_orderstatus"] .addressList .panel--address .panel-body .form-actions .button,
[data-page-type="account_inbox"] .addressList .panel--address .panel-body .form-actions .button,
[data-page-type="account_addressbook"] .addressList .panel--address .panel-body .form-actions .button,
[data-page-type="wishlists"] .addressList .panel--address .panel-body .form-actions .button,
[data-page-type="account_recentitems"] .addressList .panel--address .panel-body .form-actions .button,
[data-page-type="editaccount"] .addressList .panel--address .panel-body .form-actions .button,
[data-page-type="shippingaddressform"] .addressList .panel--address .panel-body .form-actions .button,
[data-page-type="wishlist"] .addressList .panel--address .panel-body .form-actions .button,
[data-page-type="add-wishlist"] .addressList .panel--address .panel-body .form-actions .button,
[data-page-type="account_returns"] .addressList .panel--address .panel-body .form-actions .button,
[data-page-type="account_new_return"] .addressList .panel--address .panel-body .form-actions .button,
[data-page-type="account_saved_return"] .addressList .panel--address .panel-body .form-actions .button,
[data-page-type="account_paymentmethods"] .addressList .panel--address .panel-body .form-actions .button,
[data-page-type="account_addpaymentmethod"] .addressList .panel--address .panel-body .form-actions .button,
[data-page-type="account_editpaymentmethod"] .addressList .panel--address .panel-body .form-actions .button {
  display: inline-block;
  width: calc(50% - 10px); }

[data-page-type="account_orderstatus"] .addressList .panel--address .panel-body .form-actions .button:first-child,
[data-page-type="account_inbox"] .addressList .panel--address .panel-body .form-actions .button:first-child,
[data-page-type="account_addressbook"] .addressList .panel--address .panel-body .form-actions .button:first-child,
[data-page-type="wishlists"] .addressList .panel--address .panel-body .form-actions .button:first-child,
[data-page-type="account_recentitems"] .addressList .panel--address .panel-body .form-actions .button:first-child,
[data-page-type="editaccount"] .addressList .panel--address .panel-body .form-actions .button:first-child,
[data-page-type="shippingaddressform"] .addressList .panel--address .panel-body .form-actions .button:first-child,
[data-page-type="wishlist"] .addressList .panel--address .panel-body .form-actions .button:first-child,
[data-page-type="add-wishlist"] .addressList .panel--address .panel-body .form-actions .button:first-child,
[data-page-type="account_returns"] .addressList .panel--address .panel-body .form-actions .button:first-child,
[data-page-type="account_new_return"] .addressList .panel--address .panel-body .form-actions .button:first-child,
[data-page-type="account_saved_return"] .addressList .panel--address .panel-body .form-actions .button:first-child,
[data-page-type="account_paymentmethods"] .addressList .panel--address .panel-body .form-actions .button:first-child,
[data-page-type="account_addpaymentmethod"] .addressList .panel--address .panel-body .form-actions .button:first-child,
[data-page-type="account_editpaymentmethod"] .addressList .panel--address .panel-body .form-actions .button:first-child {
  margin-right: 10px; }

[data-page-type="account_orderstatus"] .addressList .panel--address .panel-body .form-actions .button:last-child,
[data-page-type="account_inbox"] .addressList .panel--address .panel-body .form-actions .button:last-child,
[data-page-type="account_addressbook"] .addressList .panel--address .panel-body .form-actions .button:last-child,
[data-page-type="wishlists"] .addressList .panel--address .panel-body .form-actions .button:last-child,
[data-page-type="account_recentitems"] .addressList .panel--address .panel-body .form-actions .button:last-child,
[data-page-type="editaccount"] .addressList .panel--address .panel-body .form-actions .button:last-child,
[data-page-type="shippingaddressform"] .addressList .panel--address .panel-body .form-actions .button:last-child,
[data-page-type="wishlist"] .addressList .panel--address .panel-body .form-actions .button:last-child,
[data-page-type="add-wishlist"] .addressList .panel--address .panel-body .form-actions .button:last-child,
[data-page-type="account_returns"] .addressList .panel--address .panel-body .form-actions .button:last-child,
[data-page-type="account_new_return"] .addressList .panel--address .panel-body .form-actions .button:last-child,
[data-page-type="account_saved_return"] .addressList .panel--address .panel-body .form-actions .button:last-child,
[data-page-type="account_paymentmethods"] .addressList .panel--address .panel-body .form-actions .button:last-child,
[data-page-type="account_addpaymentmethod"] .addressList .panel--address .panel-body .form-actions .button:last-child,
[data-page-type="account_editpaymentmethod"] .addressList .panel--address .panel-body .form-actions .button:last-child {
  margin-left: 10px; }

[data-page-type="account_orderstatus"] .wishlists-table,
[data-page-type="account_inbox"] .wishlists-table,
[data-page-type="account_addressbook"] .wishlists-table,
[data-page-type="wishlists"] .wishlists-table,
[data-page-type="account_recentitems"] .wishlists-table,
[data-page-type="editaccount"] .wishlists-table,
[data-page-type="shippingaddressform"] .wishlists-table,
[data-page-type="wishlist"] .wishlists-table,
[data-page-type="add-wishlist"] .wishlists-table,
[data-page-type="account_returns"] .wishlists-table,
[data-page-type="account_new_return"] .wishlists-table,
[data-page-type="account_saved_return"] .wishlists-table,
[data-page-type="account_paymentmethods"] .wishlists-table,
[data-page-type="account_addpaymentmethod"] .wishlists-table,
[data-page-type="account_editpaymentmethod"] .wishlists-table {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%; }

[data-page-type="account_orderstatus"] .pagination,
[data-page-type="account_inbox"] .pagination,
[data-page-type="account_addressbook"] .pagination,
[data-page-type="wishlists"] .pagination,
[data-page-type="account_recentitems"] .pagination,
[data-page-type="editaccount"] .pagination,
[data-page-type="shippingaddressform"] .pagination,
[data-page-type="wishlist"] .pagination,
[data-page-type="add-wishlist"] .pagination,
[data-page-type="account_returns"] .pagination,
[data-page-type="account_new_return"] .pagination,
[data-page-type="account_saved_return"] .pagination,
[data-page-type="account_paymentmethods"] .pagination,
[data-page-type="account_addpaymentmethod"] .pagination,
[data-page-type="account_editpaymentmethod"] .pagination {
  margin-top: 30px; }

[data-page-type="account_orderstatus"] .pagination .pagination-list,
[data-page-type="account_inbox"] .pagination .pagination-list,
[data-page-type="account_addressbook"] .pagination .pagination-list,
[data-page-type="wishlists"] .pagination .pagination-list,
[data-page-type="account_recentitems"] .pagination .pagination-list,
[data-page-type="editaccount"] .pagination .pagination-list,
[data-page-type="shippingaddressform"] .pagination .pagination-list,
[data-page-type="wishlist"] .pagination .pagination-list,
[data-page-type="add-wishlist"] .pagination .pagination-list,
[data-page-type="account_returns"] .pagination .pagination-list,
[data-page-type="account_new_return"] .pagination .pagination-list,
[data-page-type="account_saved_return"] .pagination .pagination-list,
[data-page-type="account_paymentmethods"] .pagination .pagination-list,
[data-page-type="account_addpaymentmethod"] .pagination .pagination-list,
[data-page-type="account_editpaymentmethod"] .pagination .pagination-list {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
  text-align: left; }

[data-page-type="account_orderstatus"] .navBar--account {
  margin-bottom: 0; }

@media (min-width: 801px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 801px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }

.account-head .alertBox {
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: left; }

.account-body {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }

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

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

@media (min-width: 1200px) {
  .account-body .form-row--half > .form-field:nth-child(odd) {
    padding-right: 70px; }
  .account-body .form-row--half > .form-field:nth-child(even) {
    padding-left: 70px; } }

.account-body .form-field {
  margin-bottom: 20px; }

.account-body .form-label {
  color: black;
  font-weight: 500; }

.account-body .form-label small {
  color: #787878;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  text-transform: capitalize; }

.account-body .form-input {
  height: 50px;
  border-color: #CCCCCC; }

.account-body textarea.form-input {
  height: auto; }

.account-body .form-actions {
  text-align: left;
  max-width: 100%;
  margin-top: 10px; }

.account-body .form-actions .button {
  width: 100%;
  max-width: 271px; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .account-sidebar {
    width: 33.33333%; }
  .account-content--fixedSmall + .account-sidebar {
    float: right; } }

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  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 {
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  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; } }

.iframe-homepage-video {
  z-index: -99;
  position: relative;
  pointer-events: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Brothers'; }

.page-type-default .header:not(.header.is-sticky) {
  background-color: transparent; }

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

svg:focus,
.navPages-item:focus {
  outline: none !important; }

input:focus + label {
  outline: 0 !important;
  outline-offset: 0 !important; }

.header {
  transition: .3s ease-in-out; }

.header .navUser-action svg {
  fill: none;
  width: 23px;
  height: 24px;
  margin: 0 4px; }

@media (min-width: 1024px) {
  .header .navUser-action svg {
    margin: 0 10px; } }

.header .navUser-action:first-child svg {
  margin-left: 0; }

.header .navUser-action:last-child svg {
  margin-right: 0; }

.header .navUser-action:hover svg {
  stroke: #C4390F;
  fill: none; }

.header .navUser-action:hover svg path {
  stroke: #C4390F;
  fill: none; }

.header .header__mobile .haloHeaderMobile .haloHeaderMobile__item--right .navUser-item--wishlist {
  display: none; }

@media (min-width: 1024px) {
  .header .header__mobile .haloHeaderMobile .haloHeaderMobile__item--right .navUser-item--wishlist {
    display: inline-block; } }

.halo-side-block .side-block-header h3 {
  font-family: 'Brothers';
  text-transform: uppercase; }

.home-layout-2[data-page-type="default"] .USP-custom-section {
  padding: 55px 0 25px;
  border-bottom: 1px solid #C4390F; }

@media (min-width: 1024px) {
  .home-layout-2[data-page-type="default"] .USP-custom-section {
    padding: 0; } }

.home-layout-2[data-page-type="default"] .USP-custom-section .container {
  width: 100%; }

@media (min-width: 1024px) {
  .home-layout-2[data-page-type="default"] .USP-custom-section .container {
    padding: 0;
    max-width: 960px; } }

@media (min-width: 1366px) {
  .home-layout-2[data-page-type="default"] .USP-custom-section .container {
    max-width: 1100px; } }

@media (min-width: 1366px) {
  .home-layout-2[data-page-type="default"] .USP-custom-section .container {
    max-width: 1100px; } }

@media (min-width: 1700px) {
  .home-layout-2[data-page-type="default"] .USP-custom-section .container {
    max-width: 1453px; } }

.home-layout-2[data-page-type="default"] .USP-custom-section .uspcol {
  width: 50%;
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .home-layout-2[data-page-type="default"] .USP-custom-section .uspcol {
    width: auto;
    margin-bottom: 0; } }

.home-layout-2[data-page-type="default"] .USP-custom-section .uspcol:last-child {
  width: 100%; }

@media (min-width: 768px) {
  .home-layout-2[data-page-type="default"] .USP-custom-section .uspcol:last-child {
    width: auto; } }

.home-layout-2[data-page-type="default"] .USP-custom-section .uspmain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }

.home-layout-2[data-page-type="default"] .USP-custom-section .uspmain .uspbox {
  text-align: center;
  max-width: 140px;
  margin: 0 auto; }

.home-layout-2[data-page-type="default"] .USP-custom-section .uspmain .uspbox .uspcon {
  margin-top: 10px; }

.home-layout-2[data-page-type="default"] .USP-custom-section .uspmain .uspbox .uspcon p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Brothers';
  letter-spacing: 0.02em;
  text-transform: none;
  color: #1E1E1E; }

@media (min-width: 1024px) {
  .home-layout-2[data-page-type="default"] .halo-block-post .container.container-custom {
    padding: 0 30px; } }

@media (min-width: 1700px) {
  .home-layout-2[data-page-type="default"] .halo-block-post .container.container-custom {
    max-width: 1770px;
    padding: 0;
    margin: 0 auto; } }

@media (max-width: 768px) {
  .footer .container-custom {
    padding-left: 15px;
    padding-right: 15px; } }

.halo-block-post .halo-block-header .smalltitle {
  font-family: "margo_scriptregular", sans-serif;
  text-transform: lowercase;
  font-weight: 800;
  color: #C4390F;
  margin-bottom: -20px;
  letter-spacing: 0.1em;
  font-size: 36px;
  line-height: 63px; }

@media (min-width: 768px) {
  .halo-block-post .halo-block-header .smalltitle {
    font-size: 44px;
    line-height: 77px;
    letter-spacing: 0.05em; } }

.halo-block-post .halo-block-header .title {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1E1E1E;
  font-family: 'Brothers';
  padding: 0 0 40px; }

@media (min-width: 768px) {
  .halo-block-post .halo-block-header .title {
    font-size: 36px;
    line-height: 20px;
    padding: 0 0 45px; } }

@media (min-width: 1700px) {
  .halo-block-post .halo-row {
    padding: 0;
    margin: 0 -50px; } }

@media (min-width: 1700px) {
  .halo-block-post .halo-row .halo-row-item {
    padding-left: 50px;
    padding-right: 50px; } }

.halo-block-post .halo-row .halo-row-item .item-image a {
  margin-bottom: 15px; }

@media (min-width: 1700px) {
  .halo-block-post .halo-row .halo-row-item .item-image a {
    margin-bottom: 32px; } }

.halo-block-post .halo-row .halo-row-item .item-content .title {
  padding: 0;
  line-height: 24px; }

@media (min-width: 1700px) {
  .halo-block-post .halo-row .halo-row-item .item-content .title {
    line-height: 36px;
    padding: 0 10px 14px; } }

.halo-block-post .halo-row .halo-row-item .item-content .title a {
  letter-spacing: 0.02em;
  color: #1E1E1E;
  font-family: 'Brothers';
  font-style: normal;
  font-weight: 500;
  transition: .3s ease-in-out;
  font-size: 18px;
  line-height: 22px; }

@media (min-width: 768px) {
  .halo-block-post .halo-row .halo-row-item .item-content .title a {
    font-size: 20px;
    line-height: 24px; } }

@media (min-width: 1700px) {
  .halo-block-post .halo-row .halo-row-item .item-content .title a {
    font-size: 30px;
    line-height: 36px; } }

.halo-block-post .halo-row .halo-row-item .item-content .title a:hover {
  color: #C4390F; }

.halo-block-post .halo-row .halo-row-item .item-content .blog-date {
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #1E1E1E;
  font-family: 'neuzeitgroteskw01-regularRg', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  display: none; }

.halo-block-post .slick-next,
.halo-block-post .slick-prev {
  background-color: transparent;
  border: 0; }

.halo-block-post .slick-next.slick-disabled:hover,
.halo-block-post .slick-prev.slick-disabled:hover {
  background-color: transparent; }

.halo-block-post .slick-next:hover,
.halo-block-post .slick-prev:hover {
  background-color: transparent; }

.home-layout-2[data-page-type="default"] .testimonial-custom-section {
  background: #C4390F;
  position: relative;
  margin-top: 110px; }

@media (min-width: 768px) {
  .home-layout-2[data-page-type="default"] .testimonial-custom-section {
    margin-top: 120px; } }

.home-layout-2[data-page-type="default"] .testimonial-custom-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background: url("https://cdn11.bigcommerce.com/s-6dtm4lwaro/images/stencil/original/image-manager/wave.png"); }

.home-layout-2[data-page-type="default"] .testimonial-custom-section .slick-dotted.slick-slider {
  margin-bottom: 0; }

.home-layout-2[data-page-type="default"] .testimonial-custom-section .slick-dots li button,
.home-layout-2[data-page-type="default"] .testimonial-custom-section .slick-dots li button::before {
  width: 12px;
  height: 12px; }

.home-layout-2[data-page-type="default"] .testimonial-custom-section .slick-dots li button {
  border-color: #FFFFFF; }

.home-layout-2[data-page-type="default"] .testimonial-custom-section .slick-dots li.slick-active button::before {
  background-color: #FFFFFF; }

.home-layout-2[data-page-type="default"] .testimonial-custom-section .slick-dots li:not(.slick-active) button:hover::before {
  background-color: #C4390F; }

.home-layout-2[data-page-type="default"] .testimonial-custom-section .testi-box {
  position: relative;
  padding-top: 100px;
  padding-bottom: 120px; }

@media (min-width: 1024px) {
  .home-layout-2[data-page-type="default"] .testimonial-custom-section .testi-box {
    padding-top: 202px;
    padding-bottom: 204px; } }

.home-layout-2[data-page-type="default"] .testimonial-custom-section .testi-box .testihead {
  padding: 30px 30px 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
  background-image: url("https://cdn11.bigcommerce.com/s-6dtm4lwaro/images/stencil/original/image-manager/new-review.png");
  text-align: center;
  border-radius: 10px;
  width: 100%;
  max-width: 335px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

@media (min-width: 768px) {
  .home-layout-2[data-page-type="default"] .testimonial-custom-section .testi-box .testihead {
    padding: 70px 36px 70px;
    max-width: 638px;
    top: -100px; } }

.home-layout-2[data-page-type="default"] .testimonial-custom-section .testi-box .testihead .subtitile {
  margin: 0;
  font-family: "margo_scriptregular", sans-serif;
  letter-spacing: 0.1em;
  text-transform: lowercase;
  color: #C4390F;
  font-weight: 800;
  line-height: 1;
  margin-bottom: -15px;
  font-size: 29px; }

@media (min-width: 768px) {
  .home-layout-2[data-page-type="default"] .testimonial-custom-section .testi-box .testihead .subtitile {
    font-size: 50px;
    letter-spacing: 0.05em;
    margin-bottom: -5px; } }

.home-layout-2[data-page-type="default"] .testimonial-custom-section .testi-box .testihead .mainitile {
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FEFAF0;
  font-weight: 500;
  margin: 0;
  font-family: 'Brothers';
  font-size: 17px;
  line-height: 29px; }

@media (min-width: 768px) {
  .home-layout-2[data-page-type="default"] .testimonial-custom-section .testi-box .testihead .mainitile {
    font-size: 36px;
    line-height: 20px; } }

.home-layout-2[data-page-type="default"] .testimonial-custom-section .testi-box .testihead p {
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #FEFAF0;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-family: 'neuzeitgroteskw01-regularRg', sans-serif;
  padding-top: 10px;
  margin-bottom: 0;
  display: none; }

@media (min-width: 1024px) {
  .home-layout-2[data-page-type="default"] .testimonial-custom-section .testi-box .testihead p {
    display: block; } }

@media (min-width: 1700px) {
  .home-layout-2[data-page-type="default"] .testimonial-custom-section .container {
    max-width: 1770px;
    padding: 0;
    margin: 0 auto; } }

@media (min-width: 1700px) {
  .home-layout-2[data-page-type="default"] .testimonial-custom-section .slick-list {
    max-width: 1490px;
    margin: 0 auto; } }

.home-layout-2[data-page-type="default"] .testimonial-custom-section .testiinner .boxinner {
  max-width: 340px;
  margin: 0 auto; }

.home-layout-2[data-page-type="default"] .testimonial-custom-section .testiinner .box p {
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px; }

@media (max-width: 1023px) {
  .home-layout-2[data-page-type="default"] .testimonial-custom-section .testiinner .box p {
    margin-bottom: 20px; } }

.home-layout-2[data-page-type="default"] .testimonial-custom-section .testiinner .box .namebox {
  margin-top: 25px; }

.home-layout-2[data-page-type="default"] .testimonial-custom-section .testiinner .box .namebox p {
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: none;
  font-size: 18px;
  line-height: 20px; }

@media (max-width: 1023px) {
  .home-layout-2[data-page-type="default"] .testimonial-custom-section .testiinner .box .namebox p {
    margin-bottom: 15px; } }

.home-layout-2[data-page-type="default"] .testimonial-custom-section .testiinner .ratingbox {
  text-align: center; }

.home-layout-2[data-page-type="default"] .testimonial-custom-section .testiinner .slick-arrow {
  background-color: transparent;
  border-color: transparent; }

@media (max-width: 1023px) {
  .home-layout-2[data-page-type="default"] .testimonial-custom-section .testiinner .slick-arrow {
    display: none !important; } }

.mobile-custom-about {
  position: absolute;
  bottom: -130px;
  right: 50%;
  transform: translateX(50%); }

.mobile-custom-about .mobile-custom-about-wrap {
  display: inline-flex; }

.mobile-custom-about a {
  width: 160px; }

@media (min-width: 1024px) {
  .mobile-custom-about {
    display: none; } }

.mobile-custom-about .first-image-mobile {
  margin-right: -35px;
  margin-top: -45px; }

.mobile-custom-about .second-image-mobile {
  transform: rotate(10deg); }

.about-custom-section {
  background: url("https://cdn11.bigcommerce.com/s-6dtm4lwaro/images/stencil/original/image-manager/mobile-aboutus.png"), #1E1E1E;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0 250px;
  position: relative;
  margin-top: calc(371px + 60px);
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-size: cover; }

@media (min-width: 1024px) {
  .about-custom-section {
    margin-top: 0; } }

@media (min-width: 1024px) {
  .about-custom-section {
    padding: 0 0 74px 0;
    background: url("https://cdn11.bigcommerce.com/s-6dtm4lwaro/images/stencil/original/image-manager/about-new-bg.png");
    background-size: cover;
    background-repeat: no-repeat; } }

@media (min-width: 1200px) {
  .about-custom-section {
    padding: 0 0 60px 0; } }

@media (min-width: 1366px) {
  .about-custom-section {
    padding: 80px 0 60px 0; } }

@media (min-width: 1440px) {
  .about-custom-section {
    background-size: cover; } }

@media (min-width: 1700px) {
  .about-custom-section {
    background-size: cover; } }

.about-custom-section:before {
  content: "";
  position: absolute;
  bottom: 100%;
  background: url("https://cdn11.bigcommerce.com/s-6dtm4lwaro/images/stencil/original/image-manager/about1.png");
  width: 318px;
  height: 371px;
  left: 50%;
  transform: translateX(-50%);
  background-repeat: no-repeat; }

@media (min-width: 1024px) {
  .about-custom-section:before {
    display: none; } }

.about-custom-section .right-image-without-border {
  display: none; }

.about-custom-section .right-image-without-border a {
  display: block;
  width: 250px; }

@media (min-width: 1700px) {
  .about-custom-section .right-image-without-border a {
    width: 260px; } }

@media (min-width: 1024px) {
  .about-custom-section .right-image-without-border {
    display: block;
    position: absolute;
    right: 50px;
    bottom: -165px;
    width: 25%;
    display: inline-flex; } }

@media (min-width: 1200px) {
  .about-custom-section .right-image-without-border {
    bottom: -150px; } }

@media (min-width: 1366px) {
  .about-custom-section .right-image-without-border {
    bottom: -150px; } }

@media (min-width: 1440px) {
  .about-custom-section .right-image-without-border {
    bottom: -170px; } }

@media (min-width: 1600px) {
  .about-custom-section .right-image-without-border {
    bottom: -175px; } }

@media (min-width: 1700px) {
  .about-custom-section .right-image-without-border {
    bottom: -103px;
    right: -15px; } }

@media (min-width: 2000px) {
  .about-custom-section .right-image-without-border {
    bottom: -141px; } }

.about-custom-section .right-image-without-border .first-image {
  margin-right: -47px;
  margin-top: -47px; }

.about-custom-section .right-image-without-border .second-image {
  transform: rotate(10deg); }

.about-custom-section .halo-block-header {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

@media (min-width: 1024px) {
  .about-custom-section .halo-block-header {
    justify-content: flex-start; } }

.about-custom-section .halo-block-header .smalltitle {
  font-family: "margo_scriptregular", sans-serif;
  letter-spacing: 0.1em;
  text-transform: lowercase;
  font-weight: 800;
  font-size: 44px;
  line-height: 77px;
  color: #C4390F;
  margin-bottom: -30px;
  text-align: left; }

@media (min-width: 1024px) {
  .about-custom-section .halo-block-header .smalltitle {
    margin-bottom: -20px; } }

.about-custom-section .halo-block-header .title {
  padding-top: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 20px;
  color: #ffffff;
  font-family: 'Brothers';
  margin-top: 0;
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 30px; }

@media (min-width: 1024px) {
  .about-custom-section .halo-block-header .title {
    margin-bottom: 15px; } }

@media (min-width: 1700px) {
  .about-custom-section .halo-block-header .title {
    margin-bottom: 30px; } }

.about-custom-section .halo-block-header .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: url(../img/line.png);
  background-repeat: no-repeat;
  background-size: contain; }

@media (min-width: 1024px) {
  .about-custom-section .halo-block-header .title:before {
    background-size: cover; } }

@media (min-width: 1024px) {
  .about-custom-section .halo-block-header .title {
    font-size: 36px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-transform: uppercase; } }

@media (min-width: 1024px) {
  .about-custom-section .aboutcontentbox {
    padding: 0;
    padding-top: 80px; } }

@media (min-width: 1200px) {
  .about-custom-section .aboutcontentbox {
    padding: 160px 0 20px 35%; } }

@media (min-width: 1366px) {
  .about-custom-section .aboutcontentbox {
    padding: 50px 0 30px 35%; } }

@media (min-width: 1700px) {
  .about-custom-section .aboutcontentbox {
    padding: 145px 0 50px 30.5%; } }

@media (min-width: 1024px) {
  .about-custom-section .aboutcontent {
    margin-left: 345px;
    max-width: 420px;
    padding-top: 55px; } }

@media (min-width: 1200px) {
  .about-custom-section .aboutcontent {
    max-width: 460px;
    margin-left: 0;
    padding-top: 0; } }

@media (min-width: 1440px) {
  .about-custom-section .aboutcontent {
    padding-top: 35px; } }

@media (min-width: 1600px) {
  .about-custom-section .aboutcontent {
    padding-top: 120px; } }

@media (min-width: 1700px) {
  .about-custom-section .aboutcontent {
    padding-top: 0; } }

.about-custom-section .aboutcontent p {
  text-transform: none;
  color: #FEFAF0;
  font-weight: 400;
  text-align: center;
  font-size: 16px;
  line-height: 24px; }

@media (min-width: 1024px) {
  .about-custom-section .aboutcontent p {
    text-align: left;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 20px; } }

@media (min-width: 1200px) {
  .about-custom-section .aboutcontent p {
    margin-bottom: 24px; } }

@media (min-width: 1366px) {
  .about-custom-section .aboutcontent p {
    font-size: 16px; } }

@media (min-width: 1700px) {
  .about-custom-section .aboutcontent p {
    font-size: 18px;
    line-height: 24px; } }

.about-custom-section .aboutcontent .buttonbox {
  text-align: center;
  margin-top: 30px; }

@media (min-width: 1024px) {
  .about-custom-section .aboutcontent .buttonbox {
    text-align: left;
    margin-bottom: 0;
    margin-top: 25px; } }

@media (min-width: 1200px) {
  .about-custom-section .aboutcontent .buttonbox {
    margin-top: 30px; } }

.about-custom-section .aboutcontent .buttonbox .button {
  background-color: #C4390F;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 96.9%;
  border-color: #C4390F;
  color: #FFFFFF;
  padding: 17px 44px 16px;
  font-weight: 500; }

.about-custom-section .aboutcontent .buttonbox .button:hover {
  background-color: #000000;
  border-color: #000000; }

.brandslider-section {
  padding-top: 175px;
  background: url("https://cdn11.bigcommerce.com/s-6dtm4lwaro/images/stencil/original/image-manager/brand-bg.png");
  background-size: 300%; }

@media (min-width: 1024px) {
  .brandslider-section {
    background: none;
    padding-top: 40px; } }

@media (min-width: 1700px) {
  .brandslider-section {
    padding-top: 12px; } }

.brandslider-section .haloBrandsSlider {
  background-color: transparent;
  padding-bottom: 40px;
  padding-top: 0;
  position: relative; }

@media (min-width: 1440px) {
  .brandslider-section .haloBrandsSlider {
    padding-top: 30px;
    padding-bottom: 60px; } }

@media (min-width: 1024px) {
  .brandslider-section .haloBrandsSlider:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: calc(100% + 120px);
    top: -120px;
    background: url("https://cdn11.bigcommerce.com/s-6dtm4lwaro/images/stencil/original/image-manager/media-bg.png"); } }

.brandslider-section .halo-block-header {
  text-align: center;
  margin-bottom: 5px; }

@media (min-width: 1024px) {
  .brandslider-section .halo-block-header {
    margin-bottom: 50px; } }

.brandslider-section .smalltitle {
  font-family: "margo_scriptregular", sans-serif;
  letter-spacing: 0.1em;
  text-transform: lowercase;
  font-weight: 800;
  color: #C4390F;
  margin-bottom: -24px;
  font-size: 36px;
  line-height: 63px; }

@media (min-width: 1024px) {
  .brandslider-section .smalltitle {
    font-size: 44px;
    line-height: 77px; } }

.brandslider-section .title {
  padding-top: 0;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #212020;
  font-family: 'Brothers';
  margin-top: 0;
  font-size: 28px;
  line-height: 96.9%; }

@media (min-width: 1024px) {
  .brandslider-section .title {
    font-size: 36px;
    line-height: 20px; } }

.brandslider-section .haloBrandsSlider__container .haloBrandsSlider__carousel {
  padding: 0; }

.brandslider-section .haloBrandsSlider__container .haloBrandsSlider__carousel .haloBrandsSlider__item {
  padding: 0 0 0 30px; }

.brandslider-section .haloBrandsSlider__container .haloBrandsSlider__carousel .haloBrandsSlider__item a img {
  max-height: -moz-max-content;
  max-height: max-content; }

.brandslider-section .haloBrandsSlider__container .haloBrandsSlider__carousel .slick-list {
  padding: 10px 50px 10px 0 !important; }

.brandslider-section .haloBrandsSlider__container .haloBrandsSlider__carousel .slick-arrow {
  display: none !important; }

@media (min-width: 1024px) {
  .brandslider-section .haloBrandsSlider__container .haloBrandsSlider__carousel .slick-arrow {
    display: block !important;
    width: 13px;
    height: 13px; } }

@media (min-width: 1024px) {
  .brandslider-section .haloBrandsSlider__container .haloBrandsSlider__carousel .slick-dots {
    display: none !important; } }

.brandslider-section .haloBrandsSlider__container .haloBrandsSlider__carousel .slick-dots li {
  height: 10px;
  width: 10px;
  margin-right: 6px;
  padding: 0; }

.brandslider-section .haloBrandsSlider__container .haloBrandsSlider__carousel .slick-dots li button {
  width: 8px;
  height: 8px;
  border: 1px solid #C4390F; }

.brandslider-section .haloBrandsSlider__container .haloBrandsSlider__carousel .slick-dots li button::before {
  width: 8px;
  height: 8px; }

.brandslider-section .haloBrandsSlider__container .haloBrandsSlider__carousel .slick-dots li.slick-active button::before {
  background: #C4390F; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.footer {
  border-top: none;
  padding-bottom: 0 !important; }

.footer:not(.page-type-default .footer) {
  border-top: 2px solid #000000; }

.footerlogobox {
  text-align: center; }

.footerlogobox .footer-info__logo img {
  margin-top: -50px;
  width: 100px; }

@media (min-width: 1024px) {
  .footerlogobox .footer-info__logo img {
    margin-top: -65px;
    width: 130px; } }

.footer-payment-icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap; }

.header__mobile {
  height: auto; }

.header__mobile .haloHeaderMobile .haloHeaderMobile__item--center {
  padding-top: 10px;
  padding-bottom: 10px; }

@media (min-width: 1024px) {
  .header__mobile .haloHeaderMobile .haloHeaderMobile__item--center {
    padding-top: 0;
    padding-bottom: 0; } }

.header__mobile .haloHeaderMobile .haloHeaderMobile__item--center .header-logo {
  height: auto; }

.header__mobile .haloHeaderMobile .haloHeaderMobile__item--center .header-logo .header-logo-image {
  max-width: 70%;
  max-height: 100%; }

@media (min-width: 1700px) {
  .header__mobile .haloHeaderMobile .haloHeaderMobile__item--center .header-logo .header-logo-image {
    max-width: 85%; } }

.page-type-default .header__mobile {
  height: auto; }

.page-type-default .header__mobile .haloHeaderMobile .haloHeaderMobile__item--center .header-logo .header-logo-image {
  max-width: 70%; }

@media (min-width: 768px) {
  .page-type-default .header__mobile .haloHeaderMobile .haloHeaderMobile__item--center .header-logo .header-logo-image {
    max-width: 100%; } }

.container-video {
  position: relative;
  width: 100%;
  margin-top: -59px; }

@media (min-width: 414px) {
  .container-video {
    margin-top: -65px; } }

@media (min-width: 425px) {
  .container-video {
    margin-top: -69px; } }

@media (min-width: 768px) {
  .container-video {
    margin-top: -89px; } }

@media (min-width: 1024px) {
  .container-video {
    margin-top: -97px; } }

@media (min-width: 1200px) {
  .container-video {
    margin-top: -97px; } }

@media (min-width: 1700px) {
  .container-video {
    margin-top: -100px; } }

.container-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100%);
  background: url("https://cdn11.bigcommerce.com/s-6dtm4lwaro/images/stencil/original/image-manager/bannerbg.png"), rgba(0, 0, 0, 0.4);
  background-repeat: no-repeat;
  background-size: cover; }

@media (min-width: 1024px) {
  .container-video:before {
    height: 100%; } }

.home-layout-2 .container-video video {
  height: 650px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top; }

@media (min-width: 768px) {
  .home-layout-2 .container-video {
    height: auto; } }

.home-layout-2 .container-video .heroCarousel {
  margin-bottom: 0; }

.home-layout-2 .container-video video {
  display: block;
  pointer-events: none; }

@media (min-width: 1440px) {
  .home-layout-2 .container-video video {
    height: 810px; } }

.home-layout-2 .heroCarousel-content {
  left: 0;
  padding: 35px 30px 0;
  width: 100%;
  max-width: 100%; }

@media (min-width: 1024px) {
  .home-layout-2 .heroCarousel-content {
    width: 100%;
    max-width: 750px;
    text-align: center;
    padding: 0;
    left: 50%;
    transform: translate(-50%, -50%); } }

@media (min-width: 1700px) {
  .home-layout-2 .heroCarousel-content {
    top: 450px; } }

.home-layout-2 .heroCarousel-subTitle {
  font-family: "margo_scriptregular", sans-serif;
  text-transform: lowercase;
  font-weight: 800;
  line-height: 20px;
  margin-bottom: 0;
  font-size: 48px;
  color: #F2E3D8; }

@media (min-width: 1024px) {
  .home-layout-2 .heroCarousel-subTitle {
    color: #C4390F;
    font-size: 65px; } }

@media (min-width: 1366px) {
  .home-layout-2 .heroCarousel-subTitle {
    font-size: 80px; } }

.home-layout-2 .heroCarousel-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  font-family: 'Brothers';
  color: #C4390F; }

@media (min-width: 1024px) {
  .home-layout-2 .heroCarousel-title {
    color: #F2E3D8;
    font-size: 36px;
    line-height: 36px; } }

@media (min-width: 1366px) {
  .home-layout-2 .heroCarousel-title {
    font-size: 50px;
    line-height: 50px; } }

.home-layout-2 .heroCarousel-description {
  text-transform: capitalize;
  color: #F2E3D8;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px; }

@media (min-width: 1024px) {
  .home-layout-2 .heroCarousel-description {
    letter-spacing: .02em;
    margin-bottom: 18px; } }

.home-layout-2 .heroCarousel-action {
  min-width: 177px;
  line-height: 1.5; }

@media (min-width: 768px) {
  .home-layout-2 .heroCarousel-action {
    line-height: 1; } }

@keyframes rotation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); } }

.home-layout-2[data-page-type="default"] .product-custom-section {
  padding-top: 60px; }

@media (min-width: 1024px) {
  .home-layout-2[data-page-type="default"] .product-custom-section {
    padding-top: 0; } }

@media (min-width: 1366px) {
  .home-layout-2[data-page-type="default"] .product-custom-section .container {
    max-width: 1600px; } }

@media (min-width: 1024px) {
  .home-layout-2[data-page-type="default"] .product-custom-section .custom-product:nth-child(even) .home-cust-product {
    display: flex;
    flex-direction: row-reverse; } }

.home-layout-2[data-page-type="default"] .product-custom-section .custom-product .card-img-container-main {
  display: flex;
  justify-content: center;
  align-items: center; }

.home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product {
  display: flex;
  margin-bottom: 0;
  flex-direction: column-reverse; }

@media (min-width: 1024px) {
  .home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product {
    flex-direction: row;
    align-items: center;
    justify-content: space-between; } }

.home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .card-body {
  width: 100%;
  position: relative;
  margin-top: -60px; }

@media (min-width: 1024px) {
  .home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .card-body {
    width: 50%;
    max-width: 613px;
    margin-right: auto;
    margin-top: 0; } }

.home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .card-body .listItem-content {
  display: block; }

.home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .card-body .listItem-content .listItem-details {
  padding-right: 0;
  display: block;
  text-align: center; }

@media (min-width: 1024px) {
  .home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .card-body .listItem-content .listItem-details {
    text-align: left; } }

.home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .card-body .listItem-actions .price-section {
  margin: 10px 0 0; }

.home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .card-body .listItem-actions .price-section .price {
  font-size: 22px;
  text-transform: lowercase;
  font-weight: 600;
  font-family: 'Brothers';
  letter-spacing: 1.5px;
  line-height: 18px;
  letter-spacing: .10em; }

.home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .card-body .listItem-actions {
  display: block;
  width: 100%;
  text-align: center; }

@media (min-width: 1024px) {
  .home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .card-body .listItem-actions {
    text-align: left; } }

@media (min-width: 1024px) {
  .home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .card-body .listItem-actions .form-field {
    justify-content: flex-start; } }

.home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .card-body .listItem-actions .button {
  width: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  background-color: #C4390F;
  border-color: #C4390F;
  color: #FFFFFF;
  transition: .3s ease-in-out;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  padding: 16px 55px 15px;
  margin-top: 35px;
  position: relative; }

@media (min-width: 768px) {
  .home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .card-body .listItem-actions .button {
    margin: 0; } }

@media (min-width: 1024px) {
  .home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .card-body .listItem-actions .button {
    margin-left: 0;
    margin-right: 0;
    margin-top: 40px;
    padding: 17px 52px 16px; } }

.home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .card-body .listItem-actions .button.is-loading {
  opacity: 0.7;
  pointer-events: none; }

.home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .card-body .listItem-actions .button.is-loading:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border: 5px solid #000000;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite; }

.home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .card-body .listItem-actions .button:hover {
  background-color: #000000; }

.home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .card-body .listItem-actions .serving-text {
  margin-top: 20px; }

@media (min-width: 768px) {
  .home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .card-body .listItem-actions .serving-text {
    margin: 0 0 0 25px; } }

@media (min-width: 1024px) {
  .home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .card-body .listItem-actions .serving-text {
    margin: 40px 0 0 24px; } }

.home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .card-body .listItem-actions .serving-text a {
  color: #C4390F;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px; }

.home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .card-body .listItem-actions .serving-text a:hover {
  color: #1E1E1E; }

.home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .card-body .card-figcaption-bottom {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

@media (min-width: 768px) {
  .home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .card-body .card-figcaption-bottom {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 30px 0 0 0; } }

@media (min-width: 1024px) {
  .home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .card-body .card-figcaption-bottom {
    margin: 0; } }

.home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .listItem-figure {
  width: 100%; }

@media (min-width: 1024px) {
  .home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .listItem-figure {
    width: 50%; } }

.home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .listItem-figure .card-img-container::after {
  padding-bottom: 140%; }

@media (min-width: 1024px) {
  .home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .listItem-figure .card-img-container::after {
    padding-bottom: 103%; } }

.home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .listItem-brand {
  text-transform: lowercase;
  color: #C4390F;
  font-weight: 800;
  font-family: "margo_scriptregular", sans-serif;
  margin-bottom: -13px;
  letter-spacing: 1.5px;
  font-size: 36px;
  line-height: 1; }

@media (min-width: 1024px) {
  .home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .listItem-brand {
    font-size: 72px;
    line-height: 1;
    margin-bottom: -18px; } }

.home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .listItem-title {
  color: #1E1E1E;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  font-family: 'Brothers';
  text-transform: uppercase; }

@media (min-width: 1024px) {
  .home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .listItem-title {
    font-size: 48px;
    line-height: 56px; } }

.home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .listItem-rating {
  color: #1E1E1E;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px; }

@media (min-width: 1024px) {
  .home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .listItem-rating {
    justify-content: flex-start; } }

.home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .listItem-rating .icon {
  width: 16px;
  height: 16px; }

@media (min-width: 1024px) {
  .home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .listItem-rating .icon {
    width: 24px;
    height: 24px; } }

.home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .listItem-rating .reviewstext {
  margin-left: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1; }

@media (min-width: 1024px) {
  .home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .listItem-rating .reviewstext {
    font-size: 18px;
    margin-left: 10px; } }

.home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .prod-des {
  color: #1E1E1E;
  letter-spacing: 0.05em;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  margin-bottom: .5rem; }

@media (min-width: 1024px) {
  .home-layout-2[data-page-type="default"] .product-custom-section .custom-product .home-cust-product .prod-des {
    margin-bottom: 1.5rem; } }

.home-layout-2 .footer-info-heading {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Brothers'; }

@media (min-width: 1024px) {
  .home-layout-2 .footer-info-heading {
    font-size: 18px;
    line-height: 22px; } }

@media (min-width: 1700px) {
  .home-layout-2 .footer-info-heading {
    font-size: 20px;
    line-height: 24px; } }

.footer-info-list {
  text-align: center; }

@media (min-width: 1024px) {
  .footer-info-list {
    text-align: left; } }

.footer-info-col p:hover,
.footer-info-col address:hover {
  color: #000000; }

.home-layout-2 .footer-info {
  padding: 24px 0 40px; }

@media (min-width: 1024px) {
  .home-layout-2 .footer-info {
    padding: 24px 0 40px; } }

.home-layout-2 .footer-info [data-section-type="storeInfo"] address {
  text-align: center; }

@media (min-width: 1024px) {
  .home-layout-2 .footer-info [data-section-type="storeInfo"] address {
    text-align: left; } }

.halo-category-toolbar .actionBar-section .form-field {
  background-color: transparent; }

.halo-category-toolbar .view-as-btn .btn-dropdown {
  background-color: #ffffff; }

.home-layout-2 .navUser-itemBlock--compare {
  display: none; }

@media (min-width: 1024px) {
  .home-layout-2 .navUser-itemBlock--compare {
    position: static;
    display: inline-block; } }

@media (min-width: 1024px) {
  .home-layout-2 .navUser-itemBlock--compare .navUser-item--compare {
    color: #ffffff; } }

@media (min-width: 1024px) {
  .home-layout-2 .navUser-itemBlock--compare .navUser-item--compare .countPill {
    color: #ffffff; } }

.home-layout-2 .navUser-itemBlock--compare .navUser-item--compare .navUser-compare--title {
  font-size: 12px;
  color: #ffffff; }

.haloRecommendedBlock,
.productViewBlock,
.productView-description {
  border-color: #C4390F; }

.productView-description .tabs .tab .tab-title {
  font-family: 'Brothers'; }

.productView-description .tabs .tab .tab-title span {
  background-image: linear-gradient(#C4390F, #C4390F); }

.productView-description .tabs .tab:not(.is-active) .tab-title:hover {
  color: #C4390F; }

.productView-title {
  font-family: 'Brothers';
  text-transform: uppercase;
  font-size: 20px; }

@media (min-width: 768px) {
  .productView-title {
    font-size: 30px; } }

body:not(.page-type-default) {
  background-color: #f2e3d8; }

#sideBlock_cart {
  background-color: #f2e3d8; }

@media (min-width: 1024px) {
  .body {
    margin-bottom: 10rem; } }

.home-layout-2 .socialLinks--alt {
  text-align: center; }

@media (min-width: 1024px) {
  .home-layout-2 .socialLinks--alt {
    text-align: left; } }

.home-layout-2 .socialLinks--alt .socialLinks-item {
  margin-right: 20px; }

@media (min-width: 1024px) {
  .home-layout-2 .socialLinks--alt .socialLinks-item {
    margin-right: 13px; } }

@media (min-width: 1700px) {
  .home-layout-2 .socialLinks--alt .socialLinks-item {
    margin-right: 20px; } }

.home-layout-2 .socialLinks--alt .icon {
  width: 32px;
  align-items: center;
  border-radius: 50%;
  border: 1px solid;
  justify-content: center; }

.home-layout-2 .socialLinks--alt .icon:hover svg {
  fill: #C4390F; }

.home-layout-2 .socialLinks--alt .icon:hover svg path {
  fill: #C4390F; }

.footer-info__mail,
.footer-info__phone {
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  text-align: center; }

@media (min-width: 1024px) {
  .footer-info__mail,
  .footer-info__phone {
    text-align: left; } }

.footer-info__mail a,
.footer-info__phone a {
  font-weight: 400; }

.footer-info__mail {
  margin-bottom: 17px; }

@media (min-width: 1024px) {
  .footer-info__mail {
    margin-bottom: 10px; } }

.footer-info__mail span {
  display: block; }

@media (min-width: 1024px) {
  .footer-info__mail span {
    display: inline; } }

.footer-info [data-section-type="storeInfo"] .footer-info-col--social {
  margin-top: 20px; }

@media (min-width: 1024px) {
  .footer-info [data-section-type="storeInfo"] .footer-info-col--social {
    margin-top: 15px; } }

@media (min-width: 1024px) {
  .modal-close {
    top: 15px;
    right: 15px;
    z-index: 10; } }

.modal-close svg,
.modal-close .icon {
  fill: #000000; }

.modal-close:hover svg,
.modal-close:hover .icon {
  fill: #C4390F; }

.modal-header {
  border-color: #000000; }

[data-page-type="forgotpassword"] .form-prefixPostfix .button {
  height: 50px; }

textarea {
  resize: vertical; }

body .body {
  margin-bottom: 10rem; }

@media (max-width: 1024px) {
  .halo-block-post .halo-row .halo-row-item {
    margin-bottom: 40px; } }

.custom-fok {
  margin-top: 45px; }

@media (min-width: 768px) {
  .custom-fok {
    margin-top: 55px; } }

@media (min-width: 1366px) {
  .custom-fok {
    margin-top: 60px; } }

@media (max-width: 1279px) {
  .home-layout-2 .footer .footer-bottom {
    padding: 32px 0; } }

@media (max-width: 1279px) {
  .home-layout-2 .footer .footer-bottom .container.container-custom {
    padding: 0; } }

@media (max-width: 1279px) {
  .home-layout-2 .footer .footer-bottom .footer-bottom__left {
    border-bottom: 1.5px solid #9C9C9C;
    padding: 0 0 20px;
    margin-bottom: 0; } }

@media (max-width: 1023px) {
  .home-layout-2 .footer .footer-bottom .footer-bottom__left {
    padding: 0 30px 30px; } }

@media (max-width: 1279px) {
  .home-layout-2 .footer .footer-bottom .footer-bottom__center {
    display: none; } }

@media (max-width: 1279px) {
  .home-layout-2 .footer .footer-bottom .footer-bottom__right {
    margin-bottom: 0;
    padding: 20px 0 0px; } }

@media (max-width: 1023px) {
  .home-layout-2 .footer .footer-bottom .footer-bottom__right {
    padding: 20px 30px 0px; } }

.home-layout-2 .footer .footer-bottom .footer-bottom__right .footer-copyright {
  text-align: center;
  padding: 0 20px; }

@media (min-width: 1024px) {
  .home-layout-2 .footer .footer-bottom .footer-bottom__right .footer-copyright {
    text-align: left;
    padding: 0 0; } }

@media (max-width: 1023px) {
  .home-layout-2 .footer .footer-bottom .footer-bottom__right .footer-copyright p {
    line-height: 30px; } }

.home-layout-2 .footer .footer-info-heading {
  text-align: center; }

@media (min-width: 1024px) {
  .home-layout-2 .footer .footer-info-heading {
    text-align: left; } }

.currencyBox {
  margin-top: 6px; }

@media (min-width: 1024px) {
  .currencyBox {
    margin-top: 50px; } }

.currencyBox .navUser-section.currencyBoxUl {
  float: none;
  margin: 0;
  display: flex;
  justify-content: center; }

@media (min-width: 1024px) {
  .currencyBox .navUser-section.currencyBoxUl {
    justify-content: flex-end; } }

.currencyBox .navUser-section.currencyBoxUl .navUser-item {
  position: relative;
  display: block; }

.currencyBox .navUser-section.currencyBoxUl .navUser-item .navUser-action--currencySelector {
  font-size: 15px;
  font-weight: 400;
  padding: 0; }

.currencyBox .navUser-section.currencyBoxUl .navUser-item .navUser-action--currencySelector svg {
  fill: #000000;
  stroke: #000000; }

.currencyBox .navUser-section.currencyBoxUl .navUser-item .navUser-action--currencySelector:hover svg {
  fill: #C4390F;
  stroke: #C4390F; }

.currencyBox .navUser-section .dropdown-menu {
  width: 200px;
  box-shadow: 0px 6px 16px -7px rgba(0, 0, 0, 0.2);
  background-color: white;
  top: calc(100% + 5px) !important;
  z-index: 102;
  text-align: left;
  right: 0 !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%);
  width: 200px !important; }

@media (min-width: 1024px) {
  .currencyBox .navUser-section .dropdown-menu {
    left: auto !important;
    right: 0 !important;
    transform: none; } }

.currencyBox .navUser-section .dropdown-menu li a {
  z-index: 999;
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  width: 100%; }

.currencyBox .navUser-section .dropdown-menu li a .flag {
  position: relative;
  margin-right: 5px;
  z-index: -1; }

.currencyBox .navUser-section .dropdown-menu li a .code {
  position: relative;
  z-index: -1; }

.currencyBox .navUser-section .dropdown-menu:before {
  content: "";
  position: absolute;
  left: 1.4rem !important; }

.currencyBox .navUser-section .dropdown-menu:after {
  left: 1.5rem !important; }

.halo-back-to-top {
  z-index: 101; }

[data-product-attribute="set-rectangle"] .form-option .form-option-variant {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: #1E1E1E;
  padding: 1px 15px; }

.home-layout-2 .card-option {
  min-height: auto;
  margin-bottom: 0; }

.home-layout-2 .card-option.Rectanglenew-option [data-product-attribute] .form-option.form-option-swatch {
  width: auto;
  height: 35px;
  border-radius: 8px;
  padding: 0 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: #1E1E1E;
  border: 1px solid #1E1E1E;
  transition: .3s ease-in-out;
  margin-right: 12px; }

@media (min-width: 1024px) {
  .home-layout-2 .card-option.Rectanglenew-option [data-product-attribute] .form-option.form-option-swatch {
    font-size: 18px;
    padding: 0 15px; } }

.home-layout-2 .card-option.Rectanglenew-option [data-product-attribute] .form-option.form-option-swatch:last-child {
  margin-right: 0; }

.home-layout-2 .card-option.Rectanglenew-option [data-product-attribute] .form-option.form-option-swatch.is-active {
  border-color: #C4390F;
  color: #C4390F;
  background-color: rgba(196, 57, 15, 0.3); }

.home-layout-2 .card-option.Rectanglenew-option [data-product-attribute] .form-option.form-option-swatch:hover {
  border-color: #C4390F;
  color: #C4390F; }

.home-layout-2 .card-option.Rectanglenew-option [data-product-attribute] .form-option.form-option-swatch.option-disabled-custom {
  pointer-events: none; }

.home-layout-2 .card-option.Rectanglenew-option [data-product-attribute] .form-option.form-option-swatch .form-option-variant {
  border-radius: 0;
  border: none; }

.home-layout-2 .boxwrapper {
  display: flex;
  align-items: center;
  justify-self: flex-start;
  margin-bottom: 10px; }

.home-layout-2 .boxwrapper .card-description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  letter-spacing: 0.1em;
  text-transform: none;
  color: #1E1E1E;
  margin-bottom: 0; }

@media (min-width: 1024px) {
  .home-layout-2 .boxwrapper .card-description p {
    font-size: 18px; } }

.home-layout-2 .boxwrapper .card-option + .card-description {
  border-left: 1px solid #323237;
  padding-left: 10px;
  margin-left: 10px; }

@media (min-width: 1024px) {
  .home-layout-2 .boxwrapper .card-option + .card-description {
    padding-left: 16px;
    margin-left: 15px; } }

@media (min-width: 1024px) {
  .home-layout-2 .quickShopPopup {
    box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
    padding: 15px; } }

@media (min-width: 1200px) {
  .footer-info-col {
    padding-left: 25px;
    padding-right: 25px; } }

@media (min-width: 1366px) {
  .footer-info-col {
    padding-left: 30px;
    padding-right: 30px; } }

.footer-info-col[data-section-type="newsletterSubscription"] {
  margin-top: 0;
  border-top: 1px solid #9C9C9C;
  padding-top: 30px; }

@media (min-width: 1024px) {
  .footer-info-col[data-section-type="newsletterSubscription"] {
    border-top: none;
    padding-top: 0; } }

.footer-info-col[data-section-type="newsletterSubscription"] p {
  font-size: 14px;
  text-align: center;
  padding: 0 30px; }

@media (min-width: 1024px) {
  .footer-info-col[data-section-type="newsletterSubscription"] p {
    text-align: left;
    padding: 0;
    font-size: 15px; } }

.footer-payment-icons {
  align-items: flex-start; }

@media (max-width: 1023px) {
  .footer-payment-icons {
    justify-content: center; } }

@media (max-width: 1023px) {
  .footer-info-col {
    width: 100%; } }

@media (max-width: 1023px) {
  .footer-info-col .form-prefixPostfix .form-input {
    width: calc(100% - 108px); } }

@media (max-width: 1023px) {
  .footer-info-col .form-prefixPostfix .button {
    width: 102px;
    margin-left: 6px;
    margin-top: 0; } }

.blog-post .blog-post-btn .button {
  background-color: #C4390F;
  border: 1px solid #C4390F;
  color: #ffffff; }

.blog-post .blog-post-btn .button:hover {
  background-color: #000000;
  border: 1px solid #000000; }

@media (min-width: 1200px) {
  .footer-payment-icons .footer-payment-icon {
    margin-right: 6px; } }

@media (min-width: 1366px) {
  .footer-payment-icons .footer-payment-icon {
    margin-right: 10px; } }

.footer-payment-icons .footer-payment-icon:last-child {
  margin: 0; }

@media (min-width: 1024px) {
  .header__mobile .haloHeaderMobile {
    padding: 0 30px 0 30px; } }

@media (min-width: 1700px) {
  .header__mobile .haloHeaderMobile {
    padding: 0 85px 0 70px; } }

.header__mobile .haloHeaderMobile .mobileMenu-toggle .mobileMenu-toggleIcon {
  width: 16px; }

.halo-side-block.custom-menu {
  width: 100%; }

@media (min-width: 768px) {
  .halo-side-block.custom-menu {
    max-width: 100%; } }

.halo-side-block.custom-menu .btn-close {
  right: auto;
  left: 15px; }

@media (min-width: 1024px) {
  .halo-side-block.custom-menu .btn-close {
    left: 20px; } }

.halo-side-block.custom-menu .btn-close:after,
.halo-side-block.custom-menu .btn-close:before {
  background-color: #1E1E1E; }

.halo-side-block.custom-menu .side-block-header {
  padding: 0; }

.halo-side-block.custom-menu ul,
.halo-side-block.custom-menu li {
  list-style-type: none;
  margin: 0; }

.halo-side-block.custom-menu a {
  text-decoration: none; }

.halo-side-block.custom-menu .custom-menu-wrap {
  display: flex;
  overflow-y: scroll;
  flex-wrap: wrap;
  height: 100vh; }

@media (min-width: 1024px) {
  .halo-side-block.custom-menu .custom-menu-wrap {
    overflow-y: hidden;
    flex-wrap: nowrap;
    height: auto; } }

.halo-side-block.custom-menu .custom-menu-wrap .common-section {
  width: 100%;
  height: auto; }

@media (min-width: 1024px) {
  .halo-side-block.custom-menu .custom-menu-wrap .common-section {
    width: 33.33%; } }

.halo-side-block.custom-menu .custom-menu-wrap .first-category-section {
  background-color: #f2e3d8;
  padding: 50px 0 30px 38px; }

@media (min-width: 1024px) {
  .halo-side-block.custom-menu .custom-menu-wrap .first-category-section {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0; } }

.halo-side-block.custom-menu .custom-menu-wrap .first-category-section .navuser-list-item .navuser-action {
  color: #1E1E1E;
  font-family: 'Brothers';
  font-size: 25px;
  font-weight: bold;
  display: block;
  transition: 0.3s ease-in-out;
  margin: 0 0 5px 0;
  text-transform: uppercase; }

@media (min-width: 1200px) {
  .halo-side-block.custom-menu .custom-menu-wrap .first-category-section .navuser-list-item .navuser-action {
    font-size: 35px; } }

@media (min-width: 1700px) {
  .halo-side-block.custom-menu .custom-menu-wrap .first-category-section .navuser-list-item .navuser-action {
    font-size: 42px;
    margin: 0 0 30px 0; } }

.halo-side-block.custom-menu .custom-menu-wrap .first-category-section .navuser-list-item .navuser-action:hover {
  color: #C4390F; }

.halo-side-block.custom-menu .custom-menu-wrap .second-category-image {
  display: flex;
  flex-direction: column; }

.halo-side-block.custom-menu .custom-menu-wrap .second-category-image img {
  height: calc(100vh / 3);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%; }

.halo-side-block.custom-menu .custom-menu-wrap .third-category-section {
  background-color: #1E1E1E;
  padding: 50px 0 30px 38px; }

.halo-side-block.custom-menu .custom-menu-wrap .third-category-section .nav-user {
  overflow: hidden; }

@media (min-width: 1024px) {
  .halo-side-block.custom-menu .custom-menu-wrap .third-category-section .nav-user {
    overflow: initial; } }

@media (min-width: 1024px) {
  .halo-side-block.custom-menu .custom-menu-wrap .third-category-section {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding: 0;
    justify-content: center; } }

@media (min-width: 1700px) {
  .halo-side-block.custom-menu .custom-menu-wrap .third-category-section {
    justify-content: inherit;
    padding-left: 130px; } }

.halo-side-block.custom-menu .custom-menu-wrap .third-category-section .heading-section-new {
  color: #FEFAF0;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  font-family: 'Brothers';
  margin: 0 0 20px 0;
  display: inline-block;
  padding: 0 15px 0 0;
  text-transform: uppercase; }

@media (min-width: 1024px) {
  .halo-side-block.custom-menu .custom-menu-wrap .third-category-section .heading-section-new {
    font-size: 33px; } }

@media (min-width: 1700px) {
  .halo-side-block.custom-menu .custom-menu-wrap .third-category-section .heading-section-new {
    font-size: 40px;
    margin: 0 0 45px 0; } }

.halo-side-block.custom-menu .custom-menu-wrap .third-category-section .heading-section-new:after {
  content: '';
  position: absolute;
  width: 780px;
  height: 1px;
  background-color: #FEFAF0;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  right: auto;
  display: none; }

@media (min-width: 1024px) {
  .halo-side-block.custom-menu .custom-menu-wrap .third-category-section .heading-section-new:after {
    width: 104px; } }

@media (min-width: 1200px) {
  .halo-side-block.custom-menu .custom-menu-wrap .third-category-section .heading-section-new:after {
    width: 362px; } }

.halo-side-block.custom-menu .custom-menu-wrap .third-category-section .navuser-list-item .navuser-action {
  color: #FEFAF0;
  font-size: 18px;
  font-family: 'NeuzeitGroteskW01';
  letter-spacing: 0.44px;
  font-weight: normal;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  display: block;
  margin: 0 0 12px 0; }

@media (min-width: 1200px) {
  .halo-side-block.custom-menu .custom-menu-wrap .third-category-section .navuser-list-item .navuser-action {
    font-size: 20px; } }

@media (min-width: 1700px) {
  .halo-side-block.custom-menu .custom-menu-wrap .third-category-section .navuser-list-item .navuser-action {
    font-size: 22px;
    margin: 0 0 30px 0; } }

.halo-side-block.custom-menu .custom-menu-wrap .third-category-section .navuser-list-item .navuser-action:hover {
  color: #C4390F; }

.header__mobile .haloHeaderMobile .navUser-actionCart .countPill {
  display: flex;
  align-items: center;
  justify-content: center; }

.page-type-product .socialLinks .icon:hover svg {
  fill: #c4390f; }

#shareLinkSocial__copy {
  color: #000000; }

.heroCarousel-image-wrapper iframe {
  height: 760px; }

body {
  font-size: 17px; }

.message-invalid p {
  margin: 0;
  color: #f94436; }

.added-product p {
  margin: 0; }

.toast {
  position: fixed;
  top: 25px;
  right: 25px;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  z-index: 1000;
  display: none;
  line-height: --p-line-height-4;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }

#successToast {
  -webkit-backdrop-filter: blur(5px);
  color: #fff;
  border: 1px solid #f2511c;
  backdrop-filter: blur(5px);
  background: linear-gradient(239deg, #C4390F 8.1%, #ff4d00d4 100%); }

@keyframes slideInRight {
  from {
    right: 0; }
  to {
    left: auto; } }

@keyframes slideOutRight {
  from {
    right: 0; }
  to {
    right: -100%;
    display: none; } }

@media (min-width: 1024px) {
  .haloHeaderMobile__item {
    min-width: 140px; } }

.popup {
  display: none;
  position: fixed;
  overflow: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100vh;
  background: #1e1e1e;
  z-index: 999; }

.popup .popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background-color: #121212;
  padding: 70px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 85%; }

@media (min-width: 801px) {
  .popup .popup-content {
    min-width: 40%; } }

.popup .popup-content .content-heading {
  color: #fff;
  margin: 40px 0 0 0;
  font-size: 18px;
  text-align: center; }

@media (min-width: 801px) {
  .popup .popup-content .content-heading {
    margin: 80px 0 0 0;
    text-align: left;
    font-size: 26px; } }

.popup .popup-content .content-subheading {
  color: #fff;
  margin: 0 0 34px 0;
  font-size: 12px;
  text-align: center; }

@media (min-width: 801px) {
  .popup .popup-content .content-subheading {
    margin: 0 0 34px 0;
    text-align: left;
    font-size: 16px; } }

.popup .popup-content button[disabled] {
  background: #646464; }

.popup .popup-content button[disabled]:hover {
  background: #646464;
  border-color: transparent; }

.popup .popup-content .button:hover {
  border-color: #ffffff; }

.popup .popup-content .button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  gap: 8px;
  border: 1px solid transparent;
  font-size: 14px;
  height: auto;
  margin-bottom: 70px; }

.popup .popup-content .lable {
  color: #fff; }

.popup .popup-content .button:hover .svg-icon {
  animation: slope 1s linear infinite; }

@keyframes slope {
  0% { }
  50% {
    transform: rotate(10deg); }
  100% { } }

.popup .popup-content input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(100%); }

.popup .popup-content #dobInput {
  border: none;
  background-color: transparent;
  border: 1px solid #f2511c;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px; }

@media (min-width: 801px) {
  .popup .popup-content #dobInput {
    font-size: 20px; } }

@media (min-width: 1261px) {
  .popup .popup-content #dobInput {
    font-size: 22px; } }

.popup .popup-content .privacy {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin: 0; }

.popup .popup-content .privacy a {
  color: #fff; }

.popup .popup-content .privacy a:hover {
  color: #f2511c; }

.faq-title {
  font-style: normal; }

.home-video-bottom {
  margin: 0; }

.halo-faqs-content .title {
  background-color: transparent; }

.is-sticky .header__mobile .haloHeaderMobile .haloHeaderMobile__item--center .header-logo .header-logo-image {
  max-width: 60%; }

.alertBox {
  position: absolute;
  border-radius: 10px;
  top: 100px;
  left: 0;
  color: #fff;
  background-color: #c4390f; }

@media (min-width: 769px) {
  .alertBox {
    top: 130px;
    max-width: 450px;
    right: 15px;
    left: auto; } }

@media (min-width: 1024px) {
  .alertBox {
    max-width: 450px;
    top: 150px;
    right: 15px; } }

.alert-new .alertBox {
  position: relative;
  position: relative;
  width: 100%;
  max-width: 100%;
  top: initial;
  right: initial;
  border-radius: 0; }

.container .alertBox {
  top: -20px; }

@media (min-width: 1024px) {
  .container .alertBox {
    top: 0; } }

.alertBox--success {
  background-color: #087a10; }

.alertBox--error svg {
  fill: #fff; }

.headerinner .smalltitle {
  font-family: "margo_scriptregular", sans-serif;
  text-transform: lowercase;
  font-weight: 800;
  color: #C4390F;
  margin-bottom: -20px;
  letter-spacing: 0.1em;
  font-size: 36px;
  line-height: 63px; }

@media (min-width: 768px) {
  .headerinner .smalltitle {
    font-size: 44px;
    line-height: 77px;
    letter-spacing: 0.05em; } }

.headerinner .title {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1E1E1E;
  font-family: 'Brothers';
  padding: 0 0 40px;
  margin-top: 0; }

@media (min-width: 768px) {
  .headerinner .title {
    font-size: 36px;
    line-height: 1;
    padding: 0 0 45px; } }

@media (min-width: 801px) {
  .productView-options [data-cart-item-add] .form-action {
    width: calc(50% - 30px);
    margin-right: 10px;
    float: left;
    margin-top: 0; }
  .productView-options [data-cart-item-add] .form-action #form-action-addToCart {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  .productView-options .form-action[data-wishlist-add] {
    float: left;
    width: calc(50% - 30px);
    margin-left: 10px;
    margin-bottom: 0;
    margin-top: 0; }
  .productView-options .form-action[data-wishlist-add].product-outOfStock {
    margin-left: 0; }
  .productView-options .productAttributes-message {
    margin-bottom: 20px; } }

@media (max-width: 1199px) {
  .shareLinkSocial .shareLinkSocial__button {
    line-height: 46px; } }

@media (max-width: 801px) {
  .shareLinkSocial .shareLinkSocial__button {
    line-height: 112px; } }

[data-layout-name="custom-product-set"] a {
  padding: 0; }

[data-layout-name="custom-product-set"] img {
  position: relative; }

@media (min-width: 768px) {
  .home-featured-image {
    width: 70%; } }

.icon.icon--twitter svg {
  height: 20px !important; }

.page-location .halo-location-bottom .HL-ColRight iframe {
  width: 100%;
  min-height: 600px; }

.blog + .blog {
  padding-top: 0px !important; }

@media (min-width: 768px) {
  .page-type-blog .blog-date {
    display: none !important; }
  .page-type-blog .blogs-wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 40px !important; }
    .page-type-blog .blogs-wrapper .blog-post {
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      display: -webkit-box;
      -webkit-box-orient: vertical; }
    .page-type-blog .blogs-wrapper .blog-thumbnail img {
      aspect-ratio: 16/9; }
  .page-type-blog .blogs-wrapper .blog {
    margin: 5px !important; }
  .page-type-blog #blog-listing-container {
    width: 100% !important; } }

.page-type-blog_post .blog-post-figure,
.page-type-blog_post .blog-date {
  display: none; }

@media (min-width: 1024px) {
  .page-type-product .productView-description {
    padding-top: 0 !important; }
    .page-type-product .productView-description .tabs-contents .tab-content {
      max-width: 100% !important; }
    .page-type-product .productView-description .tabs .tab {
      display: none !important; } }

.page-type-product .productView-description {
  border-color: transparent !important; }

@media (max-width: 992px) {
  .page-type-product #tab-description .tab-titleMobile {
    padding: 15px; } }

.page-type-product #tab-description .tabContent > *:not(.description-2col) {
  padding: 15px;
  width: 100%; }

.page-type-product .productView-product .yotpo-widget-instance {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start; }
  @media (max-width: 1024px) {
    .page-type-product .productView-product .yotpo-widget-instance {
      flex-direction: column-reverse; }
      .page-type-product .productView-product .yotpo-widget-instance .productView-rating-wrapper .sold-product {
        margin: 0 !important; } }

.page-type-blog_post .blog-post-btn {
  display: none !important; }

.page-type-blog_post .embed-responsive-item {
  height: 552px; }

.footer-bottom {
  padding: 10px 0 !important; }
  .footer-bottom__left, .footer-bottom__right {
    display: none !important; }
  .footer-bottom__center {
    display: block !important;
    width: 100% !important;
    margin-bottom: 0 !important; }
    .footer-bottom__center p {
      line-height: 27px; }

.ENV_maps__div_search {
  display: none !important; }

.USP-custom-section .homeService__container {
  background-color: transparent !important; }

.verifyAge-dropdown {
  list-style: none;
  text-decoration: none; }
  .verifyAge-dropdown-item {
    color: white; }

#ageVerificationPopup .verifyAge {
  margin-bottom: 15px !important; }

@media screen and (max-width: 768px) {
  #ageVerificationPopup .popup-content {
    padding: 70px 20px; } }

.footer .verifyAge-dropdown-wrapper {
  margin-top: 30px; }
  @media (max-width: 768px) {
    .footer .verifyAge-dropdown-wrapper {
      justify-content: center; } }
  .footer .verifyAge-dropdown-wrapper .verifyAge-dropdown-label {
    color: black;
    font-size: 18px !important; }

.verifyAge-dropdown-wrapper {
  margin-bottom: 60px;
  display: flex;
  gap: 15px;
  align-items: center; }
  .verifyAge-dropdown-wrapper .verifyAge-dropdown-title span {
    color: white;
    font-family: 'Brothers'; }

.verifyAge-dropdown-container {
  position: relative; }
  .verifyAge-dropdown-container svg.icon {
    width: 28px !important;
    height: 28px !important; }
  .verifyAge-dropdown-container .dropdown-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-family: 'Brothers'; }
  .verifyAge-dropdown-container .arrow-down {
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
    margin: 0 0 0 5px; }
  .verifyAge-dropdown-container button {
    background-color: #253849;
    min-width: 160px;
    width: max-content;
    height: 40px;
    border-radius: 5px;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    justify-content: space-evenly; }
  .verifyAge-dropdown-container .verifyAge-dropdown {
    display: none;
    position: absolute;
    margin: 1px 0 0 0;
    padding: 0;
    background-color: #f5f5f5;
    min-width: 165px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
    overflow-y: auto;
    max-height: 315px;
    animation: slideIn 0.3s ease-out;
    /* Scrollbar styles */ }
    .verifyAge-dropdown-container .verifyAge-dropdown:-webkit-scrollbar {
      width: 8px;
      height: 10px; }
    .verifyAge-dropdown-container .verifyAge-dropdown:-webkit-scrollbar-thumb {
      border-radius: 8px;
      background: #c2c9d2; }
    .verifyAge-dropdown-container .verifyAge-dropdown > li {
      color: black;
      padding: 5px 10px;
      display: flex;
      gap: 5px;
      align-items: center; }
      .verifyAge-dropdown-container .verifyAge-dropdown > li:hover {
        background-color: #e5e5e5;
        cursor: pointer;
        color: #f2511c;
        border-radius: 5px; }
      .verifyAge-dropdown-container .verifyAge-dropdown > li span {
        font-size: 16px; }
    .verifyAge-dropdown-container .verifyAge-dropdown.show {
      display: block; }

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

#sideBlock_menu .second-category-image > a {
  position: relative; }
  #sideBlock_menu .second-category-image > a > span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: 'Brothers';
    font-size: 30px;
    text-transform: uppercase;
    width: 100%;
    text-align: center; }

.halo-side-block.custom-menu .custom-menu-wrap .second-category-image > a * {
  color: white; }

.container--heroCarousel {
  width: 100%;
  max-width: 100%;
  padding: 0; }

@media screen and (max-width: 767px) {
  .botanicals-table-mobile {
    display: flex;
    flex-direction: column; }
  .botanicals-table {
    display: none; } }

@media screen and (min-width: 768px) {
  .botanicals-table-mobile {
    display: none; } }
