@charset "UTF-8";
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:1025px)/";
  width: 551px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes menuFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes menuFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 50px; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

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

/*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: 40px;
      border-top-left-radius: 40px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 40px;
      border-right-width: 1px;
      border-top-right-radius: 40px; }

/*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: #444444;
  font-size: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu.open {
    display: block; }
  .dropdown-menu > *:first-child {
    margin-top: 0; }
  .dropdown-menu > *:last-child {
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*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: #dddddd;
  color: #505050;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 40px; }
  .form-select:focus {
    border-color: #474747; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #474747; }

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

.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: #555555;
    border-top: 1px solid #999999;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #87724f; }

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

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

/*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: #333333;
  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: #333333; }
  .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: gray;
  float: left;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: gray; }
  .breadcrumb.current {
    color: gray;
    cursor: default; }
    .breadcrumb.current a {
      color: gray;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #757575; }
    .breadcrumb.unavailable a {
      color: #757575; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #757575;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: gray;
    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: gray;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #757575;
    cursor: default; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

.navBar-action {
  color: white;
  font-size: 18px;
  padding: 0.78571rem; }

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox--info {
  background-color: #31708f;
  border-color: #31708f;
  color: #202020; }
  .alertBox--info svg {
    fill: #eaf3f8; }

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #666666;
  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 #666666;
  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 #666666;
  padding: 0.78571rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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: #555555;
  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: gray; }

.card-figcaption-button {
  background-color: white;
  border-color: #505050;
  color: #202020; }
  .card-figcaption-button:hover {
    background-color: #e10600;
    border-color: #505050;
    color: #202020; }

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

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

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

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

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

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

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

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

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

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

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

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

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: #202020;
    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-arrow {
  z-index: 1;
  height: 2.57143rem;
  width: 2.57143rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #505050;
  background: white; }
  .slick-arrow:before {
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 1rem;
    width: 0.78571rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
  .slick-arrow:hover, .slick-arrow:focus {
    background: white;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }
    .slick-arrow:hover:before, .slick-arrow:focus:before {
      opacity: 1; }
  @media (max-width: 1024px) {
    .slick-arrow {
      display: none !important; } }

.slick-next {
  right: -1px; }
  @media (min-width: 1600px) {
    .slick-next {
      right: -78px; } }
  .page-type-default.homepage-layout-2 .slick-next {
    right: 25px; }
  .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='%23202020' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
    background-position: -1px 50%; }

.slick-prev {
  left: -1px; }
  @media (min-width: 1600px) {
    .slick-prev {
      left: -78px; } }
  .page-type-default.homepage-layout-2 .slick-prev {
    left: 25px; }
  .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='%23202020' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
    background-position: 1px 50%; }

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

.slick-dotted.slick-slider {
  margin-bottom: 0; }
  .slick-dotted.slick-slider .slick-dots {
    position: relative; }
  @media (min-width: 1025px) {
    .slick-dotted.slick-slider .slick-arrow {
      top: calc(50% - 28px); } }
  .page-type-default.homepage-layout-2 .slick-dotted.slick-slider .slick-arrow {
    top: calc(50% - 21px); }
    @media (min-width: 1025px) {
      .page-type-default.homepage-layout-2 .slick-dotted.slick-slider .slick-arrow {
        top: 50%; } }

@media (min-width: 1025px) {
  .page-type-default.homepage-layout-2 .product-block .slick-slider .slick-arrow {
    top: calc(50% - 110px); } }

.slick-dots {
  margin: 0;
  position: relative;
  bottom: auto;
  font-size: 0; }
  .slick-dots.no-dots {
    display: none !important; }
  .slick-dots li {
    width: 20px;
    height: 12px;
    line-height: 12px;
    margin: 20px 3px 0 0;
    padding: 0 0.21429rem;
    display: inline-block; }
    @media (min-width: 551px) {
      .slick-dots li {
        margin: 40px 3px 0 0; } }
    .slick-dots li:last-child {
      margin-right: 0; }
    .slick-dots li button {
      height: 0.71429rem;
      width: 0.71429rem;
      border-radius: 50%;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle;
      transition: background 100ms ease-out;
      border: 1px solid #cecece;
      background: #cecece; }
      .slick-dots li button:before {
        display: none; }
      .slick-dots li button:hover {
        background: #0064e4;
        border: 1px solid #0064e4; }
    .slick-dots li.slick-active button, .slick-dots li:hover button {
      background: #0064e4;
      border: 1px solid #0064e4;
      height: 0.71429rem;
      width: 0.71429rem; }
    .slick-dots li.slick-active button::before, .slick-dots li:hover button::before {
      display: none; }
  .slick-dots > li:only-child {
    display: none; }

@media (min-width: 551px) {
  .homepage-layout-2 .slick-dots li {
    margin-top: 25px; } }

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

.slick-disabled {
  cursor: default;
  opacity: 0.5; }
  .slick-disabled:before {
    opacity: 1 !important; }

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

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

.carousel-tooltip {
  height: 1px;
  display: none;
  position: relative;
  margin-top: 10px;
  width: 36px; }
  .carousel-tooltip:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    border-width: 0.71429rem;
    border-style: solid;
    border-color: transparent transparent #313440 transparent; }
  .carousel-tooltip:after {
    content: attr(aria-label);
    padding: 0.28571rem 0.42857rem;
    background-color: #313440;
    color: white;
    position: absolute;
    font-size: 1rem;
    white-space: nowrap;
    right: 0;
    top: 100%;
    cursor: default;
    border-radius: 0.57143rem; }
  .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: 10px;
    top: -2px; }
  .slick-prev .carousel-tooltip:after {
    right: auto;
    left: -10px;
    top: 15px; }
  .slick-next .carousel-tooltip:before {
    right: 5px; }
  .slick-next .carousel-tooltip:after {
    right: -10px; }
  .slick-dots button .carousel-tooltip {
    margin-top: 15px; }
    .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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-noanimation {
  transition: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-modal {
  background-color: #e5e5e5 !important;
  border-radius: 4px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #202020;
    font-size: 3.71429rem; }
  .swal2-modal .swal2-content {
    color: #505050;
    font-size: 1.14286rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #dddddd;
    color: #505050; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #505050; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #cccccc;
    color: #202020;
    font-size: 1rem;
    padding: 0.85714rem 2.28571rem;
    border-radius: 40px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: #fd6506;
      color: white; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #fd6506;
      color: white; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #be132d;
    border-color: #be132d;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: white;
    border-color: white;
    color: #be132d; }
  .swal2-modal .swal2-confirm:active {
    background-color: white;
    border-color: white;
    color: #be132d; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #cccccc;
    color: #202020; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #fd6506;
    color: white; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #fd6506;
    color: white; }
  .swal2-modal .button + .button {
    margin-left: 0.78571rem; }

.swal2-icon {
  display: flex; }

html,
body {
  height: auto; }

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

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

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

html * {
  outline: none !important; }
  html *:focus, html *:active, html *:hover, html *:visited {
    outline: none !important; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:focus {
    color: #202020; }

body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-top: 1.5rem;
  letter-spacing: 0; }

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 28px;
  text-align: left;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase; }
  @media (min-width: 361px) {
    .page-heading {
      font-size: 24px;
      line-height: 32px; } }
  @media (min-width: 551px) {
    .page-heading {
      font-size: 30px;
      line-height: 38px; } }
  .page-heading.heading-small {
    font-size: 18px;
    line-height: 22px; }
    @media (min-width: 551px) {
      .page-heading.heading-small {
        font-size: 20px;
        line-height: 28px; } }

h1 {
  font-size: 50px; }

h2 {
  font-size: 30px;
  line-height: 38px; }
  @media (min-width: 361px) {
    h2 {
      font-size: 34px;
      line-height: 42px; } }
  @media (min-width: 551px) {
    h2 {
      font-size: 38px;
      line-height: 46px; } }
  @media (min-width: 1025px) {
    h2 {
      font-size: 40px;
      line-height: 48px; } }

h3 {
  font-size: 26px;
  line-height: 34px; }
  @media (min-width: 551px) {
    h3 {
      font-size: 28px;
      line-height: 36px; } }
  @media (min-width: 1025px) {
    h3 {
      font-size: 30px;
      line-height: 38px; } }

h4 {
  font-size: 15px;
  line-height: 23px; }
  @media (min-width: 361px) {
    h4 {
      font-size: 16px;
      line-height: 24px; } }
  @media (min-width: 551px) {
    h4 {
      font-size: 18px;
      line-height: 26px; } }
  @media (min-width: 1025px) {
    h4 {
      font-size: 20px;
      line-height: 28px; } }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='caret-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-caret-down fa-w-10 fa-3x'%3E%3Cpath fill='rgba(32, 32, 32, 0.999)' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z' class=''%3E%3C/path%3E%3C/svg%3E");
  background-position: right 18px center;
  border-radius: 40px;
  padding: 10px 40px 10px 20px;
  height: 45px;
  font-size: 16px; }
  @media (min-width: 1025px) {
    .form-select {
      height: 50px; } }

.form-label {
  color: #202020;
  font-weight: 500;
  margin-bottom: 9px;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0; }
  .form-label small {
    float: right;
    margin-top: 1px;
    text-transform: none;
    font-weight: 400;
    font-size: 1rem; }

.form-label--inlineSmall small {
  color: #202020;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 2pxs;
  text-transform: none; }

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #666666; }
  .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.35714rem; } }

.table--line {
  border-color: #666666;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #666666;
    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 #666666; }
    .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;
  border-radius: 4px;
  background: white;
  box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0;
  -webkit-box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0;
  -moz-box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0;
  -ms-box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 4.5rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    display: block; }
  .dropdown-menu .button:focus {
    z-index: 5; }

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

.form-wishlist {
  position: relative; }

.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 {
  background: #ffffff;
  left: auto !important;
  right: -75px !important;
  max-width: none !important;
  width: 100% !important;
  min-width: 250px;
  padding: 10px;
  border-radius: 6px;
  z-index: 1;
  margin-top: 10px; }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    margin-bottom: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open li + li {
    margin-top: 10px; }
  #wishlist-dropdown.is-open .button {
    border-radius: 40px;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }

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

.modal-background {
  background-color: rgba(47, 47, 47, 0.6);
  z-index: 9995; }
  .modal-background.modal--editOptions-background {
    z-index: 9997; }
  .has-activeModal .modal-background, .has-quickViewModal .modal-background {
    z-index: 9997; }
  .halo-cart--editOptions .modal-background {
    z-index: 10000; }

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

.modal-header {
  padding: 18px 60px 18px 15px;
  border-bottom: none;
  background: whitesmoke; }

.modal-header-title {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase; }

.modal-close {
  height: 2.14286rem;
  width: 2.14286rem;
  font-size: 26px;
  font-weight: 300;
  font-family: "Rubik", sans-serif;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  line-height: 30px;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  z-index: 5;
  top: 15px;
  right: 15px; }
  .modal-close:hover {
    background: black;
    color: white; }
  .modal-close:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    border-width: 0.71429rem;
    border-style: solid;
    border-color: transparent transparent #313440 transparent; }
  .modal-close:after {
    content: attr(title);
    padding: 0.28571rem 0.42857rem;
    background-color: #313440;
    color: white;
    position: absolute;
    font-size: 1rem;
    white-space: nowrap;
    right: 0;
    top: 100%;
    cursor: default;
    border-radius: 0.57143rem; }
  .modal-close:before, .modal-close:after {
    display: none; }
  .modal-close:focus:before, .modal-close:focus:after {
    display: block; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 30px 15px;
  scrollbar-color: #787878 #fafafa;
  scrollbar-width: thin !important; }
  @media (min-width: 1025px) {
    .modal-body {
      padding: 35px 50px; } }
  .modal-body::-webkit-scrollbar {
    width: 10px; }
  .modal-body::-webkit-scrollbar-track {
    background: #fafafa; }
  .modal-body::-webkit-scrollbar-thumb {
    background: #787878; }
  .modal-body::-webkit-scrollbar-thumb:hover {
    background: #787878; }

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

.hide-content {
  opacity: 0; }

button.modal-close {
  position: absolute;
  top: 1px;
  right: 0px; }

ol.breadcrumbs {
  display: block;
  font-size: 0;
  text-align: left;
  overflow: visible;
  margin-bottom: 10px; }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem;
  font-size: 14px; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer; }
  .breadcrumb:not(:first-child):before {
    display: inline-block;
    margin: 0 0.25rem;
    transform: rotate(15deg);
    border-right: 0.1em solid #172532;
    height: 0.8em;
    content: ''; }

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

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

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  display: inline-block;
  float: right;
  margin-bottom: 0; }
  .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; }
  .pagination-item + .pagination-item {
    margin-left: 8px; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-weight: 700;
    color: #202020;
    padding: 0 20px; }
    .pagination-item .pagination-link:hover {
      color: black;
      background: whitesmoke; }
  .pagination-item.pagination-item--current {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 0.35714rem 0 0.78571rem;
    background: whitesmoke;
    margin: 0; }
  .pagination-item.pagination-item--previous, .pagination-item.pagination-item--next {
    font-size: 0; }
    .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
      color: #202020;
      min-width: 78px;
      background: whitesmoke;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px; }
      .pagination-item.pagination-item--previous > a .icon > svg, .pagination-item.pagination-item--next > a .icon > svg {
        fill: #202020;
        width: 100%;
        height: 100%; }
      .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
        color: #0a6cdc; }
        .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
          fill: #0a6cdc; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 40px;
  width: 50px; }

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

.button {
  line-height: 1rem;
  transition: all 0.15s ease;
  border-radius: 0;
  padding: 12px 10px;
  font-size: 1rem;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
  background: white;
  color: #202020;
  border: 1px solid #cccccc;
  text-decoration: none;
  border-radius: 40px;
  text-transform: capitalize; }
  @media (min-width: 381px) {
    .button {
      padding: 12px 15px; } }
  @media (min-width: 1025px) {
    .button {
      padding: 12px 25px; } }
  .button.button--large {
    padding: 16px 15px 16px 15px; }
    @media (min-width: 321px) {
      .button.button--large {
        font-size: 16px; } }
    @media (min-width: 1025px) {
      .button.button--large {
        padding: 16px 25px; } }
  .button.button--largest {
    padding: 16px 15px 16px 15px;
    font-weight: 700; }
    @media (min-width: 321px) {
      .button.button--largest {
        font-size: 16px; } }
    @media (min-width: 1025px) {
      .button.button--largest {
        padding: 21px 25px; } }
  .button:hover, .button:focus, .button:active {
    background: #be132d;
    color: white;
    border-color: #fd6506;
    text-decoration: none; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 1025px) {
      .button + .button {
        margin-left: 0.78571rem; } }

.button--primary {
  background: #be132d;
  color: white;
  border-color: #fd6506; }
  .button--primary:hover, .button--primary:focus, .button--primary:active {
    background: white;
    color: #be132d;
    border-color: #fd6506; }

.button--checkout {
  background: #ff8c01;
  color: white;
  border-color: #ff8c01; }
  .button--checkout:hover, .button--checkout:focus, .button--checkout:active {
    background: #d67e17;
    color: white;
    border-color: #d67e17; }

.button[disabled], .button.disabled {
  background: #bababa;
  color: white;
  border-color: #bababa;
  pointer-events: none; }
  .button[disabled]:hover, .button[disabled]:focus, .button[disabled]:active, .button.disabled:hover, .button.disabled:focus, .button.disabled:active {
    background: #bababa;
    color: white;
    border-color: #bababa; }

.button--icon svg {
  fill: white; }

.tabs {
  border-bottom: none; }
  @media (max-width: 767px) {
    .tabs {
      display: none; } }

.tab {
  float: none; }
  @media (min-width: 768px) {
    .tab {
      float: left; }
      .tab.is-active {
        background-color: #ffffff; } }

.tab-title {
  padding: 1.14286rem 0;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  color: gray;
  font-weight: bold; }
  @media (min-width: 768px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 768px) {
    .tab-title {
      padding: 15px 0 6px;
      margin: 0 30px 14px;
      border-bottom: 5px solid transparent; } }
  @media (max-width: 1024px) {
    .tab-title {
      font-size: 18px;
      margin-left: 20px;
      margin-right: 20px; } }
  .is-active .tab-title {
    border-bottom-color: #fdc525;
    color: #202020; }

.tab-content {
  padding: 40px 0; }
  .tab-content.has-jsContent {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    visibility: hidden; }
    .tab-content.has-jsContent.is-active {
      height: auto;
      overflow: visible;
      padding: 1.5rem 0;
      visibility: visible; }
  @media (min-width: 551px) {
    .tab-content .productReview {
      width: 50%; } }
  @media (min-width: 1025px) {
    .tab-content .productReview {
      width: 33.33333%; } }
  @media (min-width: 1281px) {
    .tab-content .productReview {
      width: 50%; } }
  .tab-content .productReviews {
    border-top: 0; }
  .tab-content .icon-loading {
    display: block;
    margin: 20px auto; }
  .tab-content .tab-titleMobile {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 17px;
    padding-top: 16px;
    position: relative;
    text-decoration: none; }
    @media (min-width: 768px) {
      .tab-content .tab-titleMobile {
        display: none; } }
    .tab-content .tab-titleMobile:before {
      top: 50%;
      right: 4px;
      z-index: 2;
      content: "";
      width: 2px;
      height: 10px;
      position: absolute;
      transition: all .4s ease;
      transform: translateY(-50%);
      background-color: #000; }
    .tab-content .tab-titleMobile:after {
      top: 50%;
      right: 0;
      z-index: 2;
      content: "";
      width: 10px;
      height: 2px;
      position: absolute;
      transform: translateY(-50%);
      background-color: #000; }
    .tab-content .tab-titleMobile.is-active:before {
      transform: translateY(-50%) rotate(90deg); }
  @media (max-width: 767px) {
    .tab-content {
      display: block;
      padding: 0; }
      .tab-content .tabContent {
        display: none;
        padding: 1.5rem 0; } }

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

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

.accordion-title {
  cursor: pointer;
  color: #202020;
  display: inline-block;
  width: 100%;
  padding: 24px 35px 22px 0px;
  position: relative;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: left; }
  .accordion-title:focus, .accordion-title:hover {
    color: #202020; }

.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: 1025px) {
  .accordion--navList {
    border: 0; } }

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

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

.accordion--navList .accordion-content {
  padding: 1rem; }
  @media (min-width: 1025px) {
    .accordion--navList .accordion-content {
      padding: 0; } }
  .accordion--navList .accordion-content .toggleLink {
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    color: #202020; }
    .accordion--navList .accordion-content .toggleLink span {
      background-image: linear-gradient(transparent 96%, rgba(32, 32, 32, 0.3) 4%);
      background-repeat: repeat-x;
      background-position-y: -1px; }
    .accordion--navList .accordion-content .toggleLink:hover {
      color: #0a6cdc; }
      .accordion--navList .accordion-content .toggleLink:hover span {
        background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, 0.3) 4%); }

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

.accordion--navList .accordion-title {
  font-weight: 700;
  font-size: 16px;
  padding: 1rem;
  text-transform: uppercase; }
  @media (min-width: 1025px) {
    .accordion--navList .accordion-title {
      padding: 0; } }

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

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

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

.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: #505050; }
  @media (min-width: 1025px) {
    .facetedSearch-clearLink {
      right: 20px;
      top: 3px;
      transform: none; } }
  .facetedSearch-clearLink:hover {
    color: #202020; }

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

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

.alertBox {
  border-radius: 4px;
  color: #202020;
  background-color: #e5e5e5; }

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

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

.alertBox--warning {
  color: #87724f;
  background: #fbf8e5;
  border-radius: 40px;
  min-height: 48px; }

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

.alertBox-message {
  font-style: italic; }

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

.form-inlineMessage {
  display: block; }

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

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

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

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

.form-radio + .form-label {
  font-size: 16px;
  color: #505050;
  text-transform: none; }
  .form-radio + .form-label:last-child {
    display: block;
    margin-bottom: -0.28571rem; }
  .form-radio + .form-label::after {
    top: 0.35714rem;
    width: 1.07143rem;
    height: 1.07143rem;
    border-width: 2px;
    top: 4px; }
  .form-radio + .form-label::before {
    top: 0.21429rem;
    width: 1.21429rem;
    height: 1.21429rem; }

.form-checkbox + .form-label {
  width: auto;
  padding-left: 10px;
  display: inline; }
  .form-checkbox + .form-label::after {
    display: none; }
  .form-checkbox + .form-label:before {
    display: none; }

input[type="checkbox"] {
  width: 15px;
  height: 15px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  margin-bottom: -3px; }
  input[type="checkbox"]:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 0; }
  input[type="checkbox"]:after {
    content: '';
    top: 3px;
    left: 3px;
    height: 6px;
    width: 9px;
    opacity: 0;
    position: absolute;
    border: 2px solid #8f8f8f;
    border-top: none;
    border-right: none;
    background-color: transparent;
    transform: rotate(-45deg);
    transition: all .1s; }
  input[type="checkbox"]:checked:before {
    background: #323232;
    border-color: #323232; }
  input[type="checkbox"]:checked:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
    filter: alpha(opacity=100);
    transform: scale(1.1) rotate(-45deg);
    border-color: #fff; }

.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: 85.71429rem;
  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.78571rem; }
      @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.78571rem; } }

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

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

.form-select--small,
.form-select--date {
  background-position: right 15px center;
  background-size: 0.85714rem;
  font-size: 14px;
  height: 40px;
  line-height: 1.2rem;
  max-width: 20rem;
  padding: 10px 40px 10px 15px; }

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

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

.form-fileDescription {
  color: #757575;
  font-size: 16px; }

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

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

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

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

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

.form-prefixPostfix .form-input::-webkit-input-placeholder {
  color: rgba(80, 80, 80, 0.5); }

.form-prefixPostfix .form-input::-moz-placeholder {
  color: rgba(80, 80, 80, 0.5); }

.form-prefixPostfix .form-input:-ms-input-placeholder {
  color: rgba(80, 80, 80, 0.5); }

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

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

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

.form-increment {
  position: relative;
  display: inline-block; }
  .form-increment .button {
    margin: 0;
    padding: 0;
    border: none;
    width: 0.85714rem;
    height: 0.85714rem;
    position: absolute;
    right: 18px;
    background: transparent; }
    .form-increment .button:before {
      content: "";
      width: 1px;
      height: 1px;
      border: 4px solid transparent;
      position: absolute;
      left: 1px; }
    .form-increment .button[data-action="dec"] {
      bottom: 13px; }
      .form-increment .button[data-action="dec"]:before {
        border-top-color: #202020;
        bottom: 2px; }
    .form-increment .button[data-action="inc"] {
      top: 13px; }
      .form-increment .button[data-action="inc"]:before {
        border-bottom-color: #202020;
        top: 2px; }
    .form-increment .button .icon {
      opacity: 0; }

.form-input--incrementTotal {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  padding: 0 32px 0 15px;
  text-align: left;
  vertical-align: middle;
  width: 7.5rem;
  color: #202020;
  text-align: center; }
  .form-input--incrementTotal:disabled {
    background: rgba(245, 245, 245, 0.7); }
  .form-input--incrementTotal::-webkit-outer-spin-button, .form-input--incrementTotal::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.form-input,
select {
  font-size: 16px; }

.form-option {
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 10px;
  transition: all 0.15s ease; }
  .form-radio:checked + .form-option {
    position: relative;
    border: 1px solid #202020;
    -webkit-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2); }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.71429rem;
  padding: 1px 0.35714rem;
  pointer-events: none;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  height: 40px;
  line-height: 40px;
  min-width: 2.28571rem;
  padding: 0px 25px;
  text-align: center;
  color: #202020;
  border: 1px solid transparent;
  font-size: 16px; }

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

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

[data-product-attribute="set-rectangle"] .form-option {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 1px solid #d8d8d8; }
  [data-product-attribute="set-rectangle"] .form-option.unavailable {
    border-color: #f5f5f5; }

[data-product-attribute="set-rectangle"] .form-option-variant {
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px; }

[data-product-attribute="swatch"] .form-option {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #cdcdcd; }
  .form-radio:checked + [data-product-attribute="swatch"] .form-option {
    position: relative;
    border: 1px solid #cdcdcd; }
    .form-radio:checked + [data-product-attribute="swatch"] .form-option:before {
      content: "";
      position: absolute;
      width: 14px;
      height: 8px;
      background: rgba(255, 255, 255, 0);
      top: calc(50% - 6px);
      left: calc(50% - 6px);
      border: 2px solid #fff;
      border-top: none;
      border-right: none;
      transform: scale(1) rotate(-45deg); }
  [data-product-attribute="swatch"] .form-option.unavailable {
    opacity: 1; }
    [data-product-attribute="swatch"] .form-option.unavailable:before {
      background-color: #e10600;
      content: "";
      height: 0.5px;
      left: -8px;
      position: absolute;
      top: 15px;
      transform: rotate(-45deg);
      width: 150%;
      z-index: 3; }
    [data-product-attribute="swatch"] .form-option.unavailable.two-colors:before, [data-product-attribute="swatch"] .form-option.unavailable.three-colors:before {
      transform: rotate(0deg); }

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

[data-product-attribute="set-radio"] .form-label {
  margin-bottom: 12px; }
  [data-product-attribute="set-radio"] .form-label.form-label--alternate {
    margin-bottom: 12px; }

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

.form-input {
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  height: 45px;
  max-width: 530px;
  padding: 10px 20px; }
  @media (min-width: 1025px) {
    .form-input {
      height: 50px; } }
  .form-input::-webkit-input-placeholder {
    opacity: 1; }
  .form-input::-moz-placeholder {
    opacity: 1; }
  .form-input:-ms-input-placeholder {
    opacity: 1 !important; }
  .form-input[type="email"] {
    text-transform: lowercase; }
    .form-input[type="email"]::-webkit-input-placeholder {
      text-transform: lowercase; }
    .form-input[type="email"]::-moz-placeholder {
      text-transform: lowercase; }
    .form-input[type="email"]:-ms-input-placeholder {
      text-transform: lowercase !important; }

textarea {
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  border-radius: 10px !important; }

.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%; }
  .form-minMaxRow .form-input {
    height: 40px;
    padding: 10px 10px; }

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

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #f5f5f5;
    opacity: 1; }

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

.card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px; }
  @media (min-width: 551px) {
    .card {
      margin-bottom: 50px; } }
  @media (min-width: 1025px) {
    .card {
      margin-bottom: 27px; } }
  @media (min-width: 1025px) {
    .card:hover .card-compare {
      opacity: 1; } }
  @media (min-width: 1025px) {
    .card:hover .card-figcaption-bottom .wishlist {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (min-width: 1025px) {
    .card:hover .card-img-hover > .card-image {
      opacity: 0;
      visibility: hidden; }
    .card:hover .card-img-hover .product-additional {
      opacity: 1;
      visibility: visible; } }

.homepage-layout-2.page-type-default .card {
  background: white;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 15px 6px; }
  @media (min-width: 321px) {
    .homepage-layout-2.page-type-default .card {
      padding: 15px 10px; } }
  @media (min-width: 551px) {
    .homepage-layout-2.page-type-default .card {
      padding: 20px 15px; } }
  @media (min-width: 1025px) {
    .homepage-layout-2.page-type-default .card {
      padding: 25px; } }

.card-figure {
  margin-top: 0;
  position: relative;
  overflow: hidden;
  background: white; }
  .card-figure__link {
    display: block;
    position: relative; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }

.card-img-container {
  max-width: 210px;
  position: relative;
  margin: 0 auto; }
  .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }
  .card-img-container img {
    transition: all .3s ease; }
  .card-img-container .product-additional {
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
    margin-top: -1px; }
    @media (max-width: 1024px) {
      .card-img-container .product-additional {
        display: none; } }
    .card-img-container .product-additional img {
      display: inline-block;
      max-height: 100%; }

.card-figcaption {
  margin: 0;
  z-index: 4;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height: auto; }
  .card-figcaption .card-figcaption-body {
    z-index: 1;
    width: auto; }
    .card-figcaption .card-figcaption-body .quickview {
      padding: 7px 13px 7px 13px;
      font-weight: 400;
      border-color: transparent; }
      @media (max-width: 1024px) {
        .card-figcaption .card-figcaption-body .quickview {
          display: none; } }

.card-figcaption-bottom {
  text-align: left;
  width: 100%;
  margin-top: 0; }
  .card-figcaption-bottom .card-figcaption-body {
    top: auto;
    transform: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%; }
    .card-figcaption-bottom .card-figcaption-body .card-figcaption-button {
      width: 100%;
      margin-top: 7px;
      max-width: 177px; }
      .card-figcaption-bottom .card-figcaption-body .card-figcaption-button.show-wishlist-mobile {
        width: calc(100% - 30px); }
        @media (min-width: 361px) {
          .card-figcaption-bottom .card-figcaption-body .card-figcaption-button.show-wishlist-mobile {
            width: calc(100% - 38px); } }
      @media (min-width: 1025px) {
        .card-figcaption-bottom .card-figcaption-body .card-figcaption-button {
          width: calc(100% - 55px); } }
    .card-figcaption-bottom .card-figcaption-body .wishlist {
      display: none;
      margin-top: 11px;
      margin-left: 10px;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      background: whitesmoke; }
      @media (min-width: 551px) {
        .card-figcaption-bottom .card-figcaption-body .wishlist {
          width: 36px;
          height: 36px;
          margin-top: 7px; } }
      @media (min-width: 1025px) {
        .card-figcaption-bottom .card-figcaption-body .wishlist {
          width: 40px;
          height: 40px;
          margin-left: 15px; } }
      @media (max-width: 1024px) {
        .card-figcaption-bottom .card-figcaption-body .wishlist.show-mobile {
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .card-figcaption-bottom .card-figcaption-body .wishlist svg {
        width: 18px;
        height: 15px;
        fill: #202020; }
        @media (min-width: 361px) {
          .card-figcaption-bottom .card-figcaption-body .wishlist svg {
            width: 20px;
            height: 17px; } }
        @media (min-width: 551px) {
          .card-figcaption-bottom .card-figcaption-body .wishlist svg {
            width: 22px;
            height: 20px; } }
      @media (min-width: 551px) {
        .card-figcaption-bottom .card-figcaption-body .wishlist:hover {
          background: #e10600; } }
      .card-figcaption-bottom .card-figcaption-body .wishlist:hover svg {
        fill: #e10600; }
        @media (min-width: 551px) {
          .card-figcaption-bottom .card-figcaption-body .wishlist:hover svg {
            fill: white; } }
      .card-figcaption-bottom .card-figcaption-body .wishlist.show-mobile {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
  .card-figcaption-bottom .card-compare {
    opacity: 0; }
    @media (max-width: 1024px) {
      .card-figcaption-bottom .card-compare {
        display: none; } }

@media (min-width: 1025px) {
  .card-compare {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 17px;
    margin-bottom: 0;
    position: relative; }
    .card-compare input {
      margin-right: 10px;
      border-color: rgba(80, 80, 80, 0.7);
      margin-bottom: 0; }
      .card-compare input + span {
        display: inline-block;
        margin-top: -1px;
        color: #505050; } }

.card-figcaption-body {
  width: 100%;
  display: inline-block;
  text-align: center; }
  .card-figcaption-body .quickview {
    margin: 0 auto; }

.card-figcaption-button {
  border-color: #505050;
  background: white;
  color: #202020;
  display: block;
  padding: 12px 10px; }
  @media (max-width: 320px) {
    .card-figcaption-button {
      font-size: 1rem; } }
  .card-figcaption-button.out_stock {
    background: whitesmoke;
    color: #505050;
    border-color: whitesmoke; }
    .card-figcaption-button.out_stock:hover, .card-figcaption-button.out_stock:active {
      background: whitesmoke;
      color: #505050;
      border-color: whitesmoke; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.35714rem 0 0; }
  .card-figcaption-button:hover, .card-figcaption-button:active {
    color: white;
    background-color: #e10600;
    border-color: #fd6506; }
  .card-figcaption-body .card-figcaption-button:focus {
    background-color: #e10600;
    outline: revert; }

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

.card-title {
  font-size: 16px;
  margin: 0 0 14px 0;
  line-height: 22px;
  font-weight: 400;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif; }
  .card-title > a {
    color: #202020;
    white-space: normal; }
    .card-title > a.clamp {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      overflow: hidden;
      position: relative;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      text-overflow: ellipsis; }
    .card-title > a:hover {
      color: #0a6cdc; }
      .card-title > a:hover span {
        background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, 0.7) 4%);
        background-repeat: repeat-x;
        background-position-y: -2px; }

.card-text {
  margin-bottom: 0.21429rem; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-desc {
  display: none; }

.card-body {
  text-align: left;
  padding-top: 17px; }
  .card-body .card-brand {
    font-size: 14px;
    color: gray;
    margin-bottom: 8px; }
    .card-body .card-brand a {
      color: gray; }

.card-price {
  margin-bottom: 7px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .card-price.hasCountDown {
    margin-bottom: -4px; }
  @media (max-width: 1024px) {
    .card-price {
      width: 100%; } }
  .card-price > p {
    margin-bottom: 0;
    font-size: 12px; }
  .card-price .price-section {
    font-size: 0px;
    letter-spacing: 0;
    display: inline-block; }
    .card-price .price-section .price {
      font-size: 16px;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-weight: 700; }
    .card-price .price-section .non-sale-price-label, .card-price .price-section .price-now-label {
      display: none !important; }
    .card-price .price-section.price-section--withoutTax, .card-price .price-section.price-section--withTax {
      color: #202020; }
      .card-price .price-section.price-section--withoutTax + .rrp-price--withoutTax, .card-price .price-section.price-section--withoutTax + .rrp-price--withTax, .card-price .price-section.price-section--withTax + .rrp-price--withoutTax, .card-price .price-section.price-section--withTax + .rrp-price--withTax {
        color: #505050;
        margin-left: 7px; }
    .card-price .price-section.sale-price, .card-price .price-section.retail-price {
      color: #e10600; }
      .card-price .price-section.sale-price .price, .card-price .price-section.retail-price .price {
        font-weight: 700; }
      .card-price .price-section.sale-price + .rrp-price--withoutTax, .card-price .price-section.sale-price + .rrp-price--withTax, .card-price .price-section.retail-price + .rrp-price--withoutTax, .card-price .price-section.retail-price + .rrp-price--withTax {
        margin-left: 7px; }
        .card-price .price-section.sale-price + .rrp-price--withoutTax .price, .card-price .price-section.sale-price + .rrp-price--withTax .price, .card-price .price-section.retail-price + .rrp-price--withoutTax .price, .card-price .price-section.retail-price + .rrp-price--withTax .price {
          font-weight: 400; }
    .card-price .price-section.rrp-price--withoutTax, .card-price .price-section.rrp-price--withTax {
      color: #505050; }
      .card-price .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax, .card-price .price-section.rrp-price--withoutTax .non-sale-price--withTax, .card-price .price-section.rrp-price--withTax + .non-sale-price--withoutTax, .card-price .price-section.rrp-price--withTax .non-sale-price--withTax {
        display: none !important; }
        .card-price .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax.no-retail-price, .card-price .price-section.rrp-price--withoutTax .non-sale-price--withTax.no-retail-price, .card-price .price-section.rrp-price--withTax + .non-sale-price--withoutTax.no-retail-price, .card-price .price-section.rrp-price--withTax .non-sale-price--withTax.no-retail-price {
          display: inline-block !important; }
          .card-price .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax.no-retail-price.price-none, .card-price .price-section.rrp-price--withoutTax .non-sale-price--withTax.no-retail-price.price-none, .card-price .price-section.rrp-price--withTax + .non-sale-price--withoutTax.no-retail-price.price-none, .card-price .price-section.rrp-price--withTax .non-sale-price--withTax.no-retail-price.price-none {
            display: none !important; }
    .card-price .price-section + .non-sale-price--withoutTax, .card-price .price-section + .non-sale-price--withTax {
      color: #505050;
      margin-left: 7px; }
      .card-price .price-section + .non-sale-price--withoutTax .price, .card-price .price-section + .non-sale-price--withTax .price {
        font-weight: 400; }
    .card-price .price-section.price-none + .price-section--withoutTax, .card-price .price-section.price-none + .price-section--withTax {
      color: #202020; }
    .card-price .price-section.price_range {
      color: #202020; }
    .card-price .price-section.price-section--saving {
      display: none !important; }

.card-rating {
  margin-bottom: 10px;
  width: 100%; }
  @media (min-width: 1025px) {
    .card-rating {
      margin-bottom: 7px;
      width: auto; } }
  .card-rating .rating--count {
    font-size: 12px;
    color: rgba(32, 32, 32, 0.6);
    margin-left: 6px;
    margin-bottom: -5px;
    display: inline-block;
    vertical-align: middle; }
  .card-rating .rating--small {
    vertical-align: middle; }
    .card-rating .rating--small > span {
      font-size: 0; }
      .card-rating .rating--small > span .icon + .icon {
        margin-left: 5px; }

/* Product label */
.product-badge {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px 7px;
  min-width: 45px;
  height: 30px;
  line-height: 30px;
  z-index: 5;
  letter-spacing: .02em;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 4px;
  font-size: 14px; }

.new-badge {
  color: #0a6cdc;
  background: #d2e7ff;
  border: 1px solid #d2e7ff; }
  .new-badge ~ .sale-badge {
    top: 35px; }
    .new-badge ~ .sale-badge ~ .soldout-badge {
      top: 70px; }
      .new-badge ~ .sale-badge ~ .soldout-badge ~ .custom-badge-1 {
        top: 105px; }
        .new-badge ~ .sale-badge ~ .soldout-badge ~ .custom-badge-1 ~ .custom-badge-2 {
          top: 140px; }
    .new-badge ~ .sale-badge ~ .custom-badge {
      top: 70px; }
      .new-badge ~ .sale-badge ~ .custom-badge ~ .custom-badge-2 {
        top: 105px; }
  .new-badge ~ .soldout-badge {
    top: 35px; }
    .new-badge ~ .soldout-badge ~ .custom-badge-1 {
      top: 70px; }
      .new-badge ~ .soldout-badge ~ .custom-badge-1 ~ .custom-badge-2 {
        top: 105px; }
  .new-badge ~ .custom-badge1 {
    top: 35px; }
    .new-badge ~ .custom-badge1 ~ .custom-badge-2 {
      top: 70px; }
  .new-badge ~ .custom-badge2 {
    top: 35px; }

.sale-badge {
  color: #e10600;
  background: #ffd8d7;
  border: 1px solid #ffd8d7; }
  .sale-badge ~ .soldout-badge {
    top: 35px; }
    .sale-badge ~ .soldout-badge ~ .custom-badge-1 {
      top: 70px; }
      .sale-badge ~ .soldout-badge ~ .custom-badge-1 ~ .custom-badge-2 {
        top: 105px; }
  .sale-badge ~ .custom-badge-1 {
    top: 35px; }
    .sale-badge ~ .custom-badge-1 ~ .custom-badge-2 {
      top: 70px; }

.soldout-badge {
  color: #505050;
  background: #e7e7e7;
  border: 1px solid #e7e7e7; }
  .soldout-badge ~ .custom-badge-1 {
    top: 35px; }
    .soldout-badge ~ .custom-badge-1 ~ .custom-badge-2 {
      top: 70px; }

.custom-badge-1 {
  color: #43b200;
  background: #d7ffd2;
  border: 1px solid #d7ffd2; }
  .custom-badge-1 ~ .custom-badge-2 {
    top: 35px; }

.custom-badge-2 {
  color: #e10600;
  background: #feedbd;
  border: 1px solid #feedbd; }

.card--alternate .card-figure .card-figcaption-body {
  display: none; }

.card .card-option {
  display: none;
  min-height: 30px; }
  .card .card-option:not(.card-optionMobile) {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10; }
  .card .card-option.card-optionMobile {
    margin-bottom: 12px; }
    .card .card-option.card-optionMobile [data-product-attribute] {
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
  @media (max-width: 1024px) {
    .card .card-option.card-optionMobile {
      display: block; } }
  .card .card-option .form-field {
    margin-bottom: 0;
    box-shadow: none !important; }
  .card .card-option [data-product-attribute] {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 0; }
    .card .card-option [data-product-attribute] .showmore {
      margin-left: 0;
      color: #202020;
      font-size: 12px;
      text-decoration: none; }
    .card .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 .card-option [data-product-attribute] .form-option.form-option-swatch {
        width: 30px;
        height: 30px;
        margin-right: 5px;
        padding: 0;
        border-color: transparent; }
        .card .card-option [data-product-attribute] .form-option.form-option-swatch.two-colors .form-option-variant--color, .card .card-option [data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant--color {
          display: inline-block !important; }
          .card .card-option [data-product-attribute] .form-option.form-option-swatch.two-colors .form-option-variant--color span, .card .card-option [data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant--color span {
            display: none; }
        .card .card-option [data-product-attribute] .form-option.form-option-swatch:hover, .card .card-option [data-product-attribute] .form-option.form-option-swatch.is-active {
          border-color: #cccccc; }
      .card .card-option [data-product-attribute] .form-option .form-option-variant {
        border: 4px solid #ffffff;
        background-size: 100%; }
      .card .card-option [data-product-attribute] .form-option .form-option-variant--color.White:after, .card .card-option [data-product-attribute] .form-option .form-option-variant--color.white:after, .card .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 .card-option [data-product-attribute] .form-option.unavailable:before {
        display: none; }
      .card .card-option [data-product-attribute] .form-option.unavailable .form-option-variant {
        opacity: 1; }
    .card .card-option [data-product-attribute] .form-radio:checked + .form-option {
      border-color: #e5e5e5; }
  .card .card-option .form-option-variant--color, .card .card-option .form-option-variant--pattern {
    width: 28px;
    height: 28px;
    min-width: 28px; }
  .card .card-option .form-option-swatch {
    height: 30px;
    width: 30px; }
    .card .card-option .form-option-swatch.has-pattern .form-option-expanded {
      display: none; }
    .card .card-option .form-option-swatch.is-active {
      border-color: #474747; }

.card .card-figure:hover .card-option {
  display: block; }
  @media (max-width: 1024px) {
    .card .card-figure:hover .card-option {
      display: none; } }

.navList-action {
  padding: 6px 0; }

.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: 1rem;
  font-weight: 400;
  margin-bottom: 0.35714rem;
  padding-left: 1.85714rem;
  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: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .navList-action--checkbox::before {
    border-radius: 40px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.57143rem;
    border-radius: 0; }
  .navList-action--checkbox:after {
    margin-top: -0.5rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

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

.navBar--sub {
  margin-bottom: 3.35714rem; }
  .navBar--sub .navBar-section {
    float: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    overflow-x: auto;
    background-color: #ffffff;
    position: relative;
    z-index: 1; }
  .navBar--sub .navBar-item {
    float: none;
    display: inline-block;
    text-align: center;
    color: #202020;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #fdc525;
    width: calc(100% + 1px);
    margin-left: -1px; }
    .navBar--sub .navBar-item:first-child {
      width: 100%;
      margin-left: 0; }
    .navBar--sub .navBar-item .navBar-action-color--active {
      background: #ffffff;
      display: inline-block;
      width: 100%;
      position: relative;
      color: #202020; }
      .navBar--sub .navBar-item .navBar-action-color--active:before {
        content: "";
        position: absolute;
        left: -1px;
        right: -1px;
        bottom: 0;
        height: 3px;
        width: calc(100% + 2px);
        background: #202020;
        z-index: 1; }
    .navBar--sub .navBar-item > a {
      padding: 13px 10px 12px 10px; }
    .navBar--sub .navBar-item .num {
      background: #505050;
      color: #ffffff;
      font-size: 12px;
      font-weight: 400;
      height: 23px;
      line-height: 23px;
      text-align: center;
      width: 23px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      display: inline-block;
      margin-left: 8px; }
  .navBar--sub .navBar-action {
    color: #505050;
    display: inline-block;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    position: relative; }
    .navBar--sub .navBar-action .toggleLink-text {
      font-size: 14px;
      font-weight: 500; }
    .navBar--sub .navBar-action:hover {
      color: #202020;
      background: #ffffff; }
      .navBar--sub .navBar-action:hover:before {
        content: "";
        position: absolute;
        left: -1px;
        right: -1px;
        bottom: 0;
        height: 3px;
        width: calc(100% + 2px);
        background: #202020;
        z-index: 1; }
  .navBar--sub.navBar--account .navBar-item {
    float: none;
    display: inline-block;
    text-align: center;
    color: #202020;
    white-space: nowrap;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    border-radius: 40px;
    width: calc(100% + 1px);
    margin-right: 10px;
    transition: all 0.15s ease;
    padding: 13px 10px 12px 10px; }
    .navBar--sub.navBar--account .navBar-item:last-child {
      margin-right: 0; }
    .navBar--sub.navBar--account .navBar-item > a {
      padding: 0; }
    @media (min-width: 1025px) {
      .navBar--sub.navBar--account .navBar-item:hover {
        border: 1px solid #000000;
        background-color: #ffffff; }
        .navBar--sub.navBar--account .navBar-item:hover .navBar-action {
          color: #000000; } }
  .navBar--sub.navBar--account .navBar-action {
    color: #505050; }
    .navBar--sub.navBar--account .navBar-action:hover {
      color: #202020;
      background: #ffffff; }
      .navBar--sub.navBar--account .navBar-action:hover:before {
        height: 0; }

.account-navigation .navBar-item.is-active {
  padding: 13px 10px 12px 10px;
  position: relative; }
  .account-navigation .navBar-item.is-active:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 0;
    height: 3px;
    width: calc(100% + 2px);
    background: #202020;
    z-index: 1; }
  .account-navigation .navBar-item.is-active > a {
    padding: 0; }
    .account-navigation .navBar-item.is-active > a:hover:before {
      display: none; }

.navBar--account .navBar-item.is-active {
  padding: 13px 10px 12px 10px;
  position: relative;
  border: 1px solid #000000;
  background-color: #ffffff;
  border-radius: 40px; }
  .navBar--account .navBar-item.is-active > a {
    padding: 0; }
    .navBar--account .navBar-item.is-active > a:hover:before {
      display: none; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 100; }

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

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

.actionBar-section .form-field {
  margin-bottom: 0;
  font-size: 0; }

.actionBar-section .form-label {
  color: #202020;
  font-size: 14px;
  line-height: 2.14286rem;
  margin-bottom: 0;
  font-weight: 400;
  margin-right: 15px;
  display: none; }
  @media (min-width: 551px) {
    .actionBar-section .form-label {
      display: inline-block; } }

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

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

.actionBar-section .form-select {
  color: #505050;
  height: 40px; }

.has-ribbon {
  position: relative; }

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

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 1025px) {
    .navUser {
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #555555;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open:before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #555555 transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.78571rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open:after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.92857rem;
      position: absolute; }

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

.navUser-action {
  color: white;
  font-weight: 500;
  padding: 0 20px;
  text-decoration: none; }
  .navUser-action:hover, .navUser-action.is-open, .navUser-action:focus, .navUser-action:active {
    color: white; }
    .navUser-action:hover svg, .navUser-action.is-open svg, .navUser-action:focus svg, .navUser-action:active svg {
      fill: white;
      stroke: white; }
  .navUser-action .icon {
    height: 0.57143rem;
    width: 0.57143rem;
    margin: -1px 0 0 0.21429rem; }
  .navUser-action svg {
    fill: white;
    stroke: white;
    transition: all 0.15s ease; }

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

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

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

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

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

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      top: auto !important;
      left: auto !important;
      right: 0.35714rem; }
      @media (min-width: 1025px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open:before, .navUser-item--cart .dropdown-menu.is-open:after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open:before {
        right: 0.42857rem; }
        @media (min-width: 1025px) {
          .navUser-item--cart .dropdown-menu.is-open:before {
            right: 0.78571rem; } }
      .navUser-item--cart .dropdown-menu.is-open:after {
        right: 0.57143rem; }
        @media (min-width: 1025px) {
          .navUser-item--cart .dropdown-menu.is-open:after {
            right: 0.92857rem; } }

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

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

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

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

.navUser-or {
  color: white;
  cursor: default;
  display: inline-block;
  margin: 0 -0.85714rem;
  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 #444444 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  width: 100%;
  max-width: 638px;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 1199px) {
    .dropdown--quickSearch {
      max-width: 100%; }
      .dropdown--quickSearch .form-field .form-input {
        max-width: 100%; } }
  .dropdown--quickSearch #search_category {
    width: 80px;
    min-width: 78px;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    background: whitesmoke;
    border-radius: 40px 0 0 40px;
    transition: all 0.3s ease; }
    .dropdown--quickSearch #search_category .select_category {
      z-index: 2;
      height: 100%;
      line-height: 16px;
      border: none;
      cursor: pointer;
      position: relative;
      appearance: none;
      -webkit-appearance: none;
      padding: 15px 15px 15px 17px;
      background-color: transparent;
      color: gray;
      font-size: 16px; }
      .dropdown--quickSearch #search_category .select_category::-ms-expand {
        display: none; }
    .dropdown--quickSearch #search_category .icon {
      top: 50%;
      right: 20px;
      height: 0.71429rem;
      width: 0.71429rem;
      position: absolute;
      fill: gray;
      stroke: gray;
      transform: translateY(-50%); }
  .dropdown--quickSearch .form {
    margin: auto; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-field {
    background-color: white;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    border-radius: 40px; }
  .dropdown--quickSearch .form-input {
    font-size: 16px;
    height: unset;
    background: none;
    border: none;
    border-radius: 0; }
    .dropdown--quickSearch .form-input::-webkit-input-placeholder {
      color: gray;
      opacity: 1; }
    .dropdown--quickSearch .form-input::-moz-placeholder {
      color: gray;
      opacity: 1; }
    .dropdown--quickSearch .form-input:-ms-input-placeholder {
      color: gray;
      opacity: 1; }
    .dropdown--quickSearch .form-input:-moz-placeholder {
      color: gray;
      opacity: 1; }
  .dropdown--quickSearch button {
    margin-right: 8px; }
    .dropdown--quickSearch button svg {
      width: 28px;
      height: 26px;
      fill: white; }

.countPill {
  background-color: white;
  border-radius: 50%;
  color: #fd6506;
  font-size: 12px;
  font-weight: 400;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 22px;
  position: absolute;
  top: -7px;
  right: -6px; }

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

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

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

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

.navPages-container {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  z-index: 10; }
  @media (min-width: 1025px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 50px;
    z-index: 0; }

.navPages {
  height: 100%; }
  @media (min-width: 1025px) {
    .navPages {
      font-size: 0;
      padding: 0; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0; }

.navPages-list {
  margin: 0;
  width: 100%; }
  @media (min-width: 1025px) {
    .navPages-list {
      display: inline-block;
      float: none;
      margin: 11px 0 0 0; } }
  .navPages-list + .navPages-list {
    margin-top: 0.78571rem;
    padding-top: 0.78571rem; }
  .navPages-list .navPages-action {
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    background-color: transparent;
    color: #fff;
    text-align: left;
    border-bottom: none;
    padding: 10px 20px;
    line-height: 18px;
    font-size: 16px;
    font-weight: 400;
    border-top: none; }
    @media (min-width: 1025px) {
      .navPages-list .navPages-action {
        color: #fff; } }
    .navPages-list .navPages-action:not(.navPages-action-end) .text {
      pointer-events: none; }
  .navPages-list .navPages-item {
    margin-right: 0;
    position: relative;
    vertical-align: top;
    display: inline-block; }
    @media (min-width: 1025px) {
      .navPages-list .navPages-item {
        margin-right: 32px; } }
    @media (min-width: 1281px) {
      .navPages-list .navPages-item {
        margin-right: 40px; } }
    .navPages-list .navPages-item > .navPages-action {
      font-size: 16px;
      font-weight: 500;
      color: #202020;
      text-align: left;
      padding: 6px 0px 17px 0px;
      position: relative; }
      @media (min-width: 1025px) {
        .navPages-list .navPages-item > .navPages-action {
          color: #fff; } }
      .navPages-list .navPages-item > .navPages-action .text {
        color: inherit; }
      .navPages-list .navPages-item > .navPages-action:hover {
        color: #fff; }
      @media (min-width: 1025px) {
        .navPages-list .navPages-item > .navPages-action .navPages-action-moreIcon {
          display: none; } }
    @media (min-width: 1025px) {
      .navPages-list .navPages-item:first-child > .navPages-action {
        padding-left: 0; } }
    @media (min-width: 1025px) {
      .navPages-list .navPages-item:hover > .navPage-subMenu {
        display: block;
        -webkit-animation-name: menuFadeInUp;
        animation-name: menuFadeInUp; } }
    .navPages-list .navPages-item.navPages-item-custom {
      position: relative;
      margin-right: 0; }
      .navPages-list .navPages-item.navPages-item-custom > .navPages-action {
        font-size: 20px;
        margin-top: -3px;
        padding-bottom: 20px; }
      .navPages-list .navPages-item.navPages-item-custom .navPages-label {
        right: 12px;
        top: -9px; }
      .navPages-list .navPages-item.navPages-item-custom.hide {
        display: none; }
      @media (min-width: 1025px) {
        .navPages-list .navPages-item.navPages-item-custom > .navPages-action .text {
          letter-spacing: .15em;
          font-weight: "DM Sans", Arial, Helvetica, sans-serif; }
          .navPages-list .navPages-item.navPages-item-custom > .navPages-action .text:after {
            height: 28px;
            bottom: -30px;
            width: 200%;
            left: -50%; }
        .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu-level1 {
          overflow: unset; }
        .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu {
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%); }
          .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .navPage-subMenu-list li {
            width: 100%;
            position: relative; }
            .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .navPage-subMenu-list li:nth-child(3) {
              border-top-left-radius: 4px;
              border-top-right-radius: 4px; }
            .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .navPage-subMenu-list li:last-child {
              border-bottom-left-radius: 4px;
              border-bottom-right-radius: 4px; }
            .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .navPage-subMenu-list li .navPages-action {
              font-size: 16px;
              font-weight: 400;
              padding: 10px 20px;
              text-transform: capitalize;
              color: #fff;
              position: relative; }
              .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .navPage-subMenu-list li .navPages-action:hover {
                color: #fff; }
                .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .navPage-subMenu-list li .navPages-action:hover span {
                  background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, 0.7) 4%);
                  background-repeat: repeat-x;
                  background-position-y: -2px; }
            .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .navPage-subMenu-list li:hover > .navPages-action {
              color: #0a6cdc; }
            .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .navPage-subMenu-list li .navPage-subMenu-list li:nth-child(3) {
              border-top-left-radius: 4px;
              border-top-right-radius: 4px; }
          .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .navPage-subMenu-list.navPage-subMenu-list-level1 .navPage-subMenu-item-child > p {
            margin-bottom: 0; }
          .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .navPage-subMenu-list.navPage-subMenu-list-level1 li .navPage-subMenu {
            display: none;
            position: absolute;
            left: calc(100% - 10px);
            top: 0;
            -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1); }
          .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .navPage-subMenu-list.navPage-subMenu-list-level1 li:hover {
            background: #fd6506; }
            .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .navPage-subMenu-list.navPage-subMenu-list-level1 li:hover > .navPage-subMenu {
              display: block;
              z-index: 1; }
          .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .navPage-subMenu-list-level1 > .navPages-item:hover > .navPages-action {
            color: #0a6cdc; }
            .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .navPage-subMenu-list-level1 > .navPages-item:hover > .navPages-action > span {
              background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, 0.7) 4%);
              background-repeat: repeat-x;
              background-position-y: -2px; }
          .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .navPage-subMenu-list-level1 .navPage-subMenu-level1 .navPage-subMenu {
            display: none; }
          .navPages-list .navPages-item.navPages-item-custom > .navPage-subMenu .hasMegamenu > .navPage-subMenu {
            padding-top: 0;
            display: none; } }

#menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .cateArea {
  max-width: 100% !important;
  display: inline-block; }
  #menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .cateArea > .colLeftArea {
    width: 100%;
    background: none;
    padding: 0; }
    #menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .cateArea > .colLeftArea .colLeft {
      margin: 0; }
      #menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .cateArea > .colLeftArea .colLeft .navPage-megamenu {
        padding-right: 50px;
        margin: 0; }
        #menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .cateArea > .colLeftArea .colLeft .navPage-megamenu > a {
          padding: 10px 15px;
          display: inline-block;
          color: #505050;
          font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
          font-size: 12px;
          font-weight: 400;
          text-transform: capitalize; }
        #menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .cateArea > .colLeftArea .colLeft .navPage-megamenu + .navPage-megamenu {
          border-top: 1px solid; }
        #menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .cateArea > .colLeftArea .colLeft .navPage-megamenu:hover > a {
          color: #0a6cdc; }
  #menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .cateArea .navPage-subMenu-list {
    width: 100% !important;
    column-count: unset !important;
    -webkit-column-count: unset !important;
    -moz-column-count: unset !important;
    margin: 0;
    padding: 0; }
    #menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .cateArea .navPage-subMenu-list .navPage-subMenu-item-child {
      margin: 0;
      overflow: unset;
      position: relative; }
      #menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .cateArea .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action {
        text-transform: capitalize;
        font-weight: 400;
        padding: 9px 20px 9px 20px; }

#menu .navPages-item-custom .navPage-subMenu-list-level1 .hasMegamenu > .navPage-subMenu .imageArea {
  display: none; }

@media (min-width: 1025px) {
  .navPage-subMenu-title, .navPage-subMenu-all {
    display: none; } }

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

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

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

.navPages-action {
  color: #202020;
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #202020;
    stroke: #202020; }
  @media (min-width: 1025px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: white; } }
  .navPages-action:hover, .navPages-action.activePage {
    color: #202020; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #202020;
      stroke: #202020; }
  .navPages-action svg {
    fill: #202020;
    stroke: #202020;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: gray; }

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

.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin-left: 0.78571rem;
  transform: rotate(-90deg); }
  @media (min-width: 1025px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(0); }
  .navPages-list .navPages-action-moreIcon {
    height: 0.57143rem;
    width: 0.57143rem;
    margin: 0 1.5rem; }
    @media (min-width: 1025px) {
      .navPages-list .navPages-action-moreIcon {
        height: 1rem;
        width: 1rem;
        transform: rotate(-90deg);
        margin: 0 0 0 15px;
        float: right; }
        .navPages-list .navPages-action-moreIcon svg {
          height: 0.71429rem;
          width: 0.71429rem;
          fill: rgba(32, 32, 32, 0.3);
          stroke: rgba(32, 32, 32, 0.3); } }

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

.navPage-subMenu {
  display: none;
  outline: 0;
  z-index: 3; }
  @media (min-width: 1025px) {
    .navPage-subMenu {
      background-color: white;
      position: absolute;
      text-align: left;
      min-width: 170px;
      border-radius: 4px;
      -webkit-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1); }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }

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

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%;
  position: relative; }
  @media (min-width: 1025px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      width: 100%;
      color: #505050; }
      .navPage-subMenu-item-child .navPage-subMenu-action:hover,
      .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
        color: #0a6cdc; }
        .navPage-subMenu-item-child .navPage-subMenu-action:hover span,
        .navPage-subMenu-item-parent .navPage-subMenu-action:hover span {
          background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, 0.7) 4%);
          background-repeat: repeat-x;
          background-position-y: -2px; }
    .navPage-subMenu-item-child:hover,
    .navPage-subMenu-item-parent:hover {
      background: #fd6506; }
      .navPage-subMenu-item-child:hover > .navPage-subMenu,
      .navPage-subMenu-item-parent:hover > .navPage-subMenu {
        display: block;
        left: calc(100% - 10px);
        top: 0;
        box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0;
        -webkit-box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0;
        -moz-box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0;
        -ms-box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0; }
    .navPage-subMenu-item-child:nth-child(3),
    .navPage-subMenu-item-parent:nth-child(3) {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    .navPage-subMenu-item-child:last-child,
    .navPage-subMenu-item-parent:last-child {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; } }

.navPage-subMenu-action .collapsible-icon-wrapper {
  height: 100%;
  width: 100%;
  box-sizing: content-box;
  padding: 0.78571rem 0;
  display: inline-block;
  text-align: right; }
  @media (min-width: 1025px) {
    .navPage-subMenu-action .collapsible-icon-wrapper {
      display: none; } }

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

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

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

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

.navPages-list-megamenu .navPages-item > .navPages-action {
  border-bottom: none; }

.navPages-list-megamenu .navPages-item.has-megamenu {
  position: static; }

.navPages-list-megamenu .navPages-item.has-dropdown {
  position: relative; }
  .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu {
    width: 12.14286rem;
    left: 100%;
    margin-left: -10px;
    background: white; }
    .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child {
      padding: 0; }
      .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action {
        padding: 10px 20px;
        position: relative;
        color: #505050; }
        .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action .text {
          color: inherit; }
        .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action.has-subMenu {
          padding: 8px 20px 8px 0; }
        .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action:hover {
          color: #0a6cdc; }
          .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action:hover > .text {
            background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, 0.7) 4%);
            background-repeat: repeat-x;
            background-position-y: -2px; }
          .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action:hover .navPages-action-moreIcon {
            color: #0a6cdc; }
    .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu .navPage-subMenu-list .navPage-subMenu {
      top: -1px;
      left: 100%;
      position: absolute; }
  .navPages-list-megamenu .navPages-item.has-dropdown .navPages-action-depth-max.is-root + .navPage-subMenu {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }

.navPages-list-megamenu .navPages-item > .navPage-subMenu {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

@media (min-width: 1025px) {
  .navPages-list-megamenu .has-megamenu > .navPage-subMenu {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 80vh;
    width: 100%;
    transition-property: transform, opacity, visibility;
    position: absolute;
    left: 0;
    top: auto;
    display: none; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .navPages-list-megamenu .has-megamenu > .navPage-subMenu {
      scrollbar-color: #787878 #fafafa;
      scrollbar-width: thin !important; }
      .navPages-list-megamenu .has-megamenu > .navPage-subMenu::-webkit-scrollbar {
        background-color: #fafafa;
        -webkit-appearance: none;
        width: 10px; }
      .navPages-list-megamenu .has-megamenu > .navPage-subMenu::-webkit-scrollbar-thumb {
        background-color: #787878; }
      .navPages-list-megamenu .has-megamenu > .navPage-subMenu::-webkit-scrollbar-track {
        background: #fafafa; }
      .navPages-list-megamenu .has-megamenu > .navPage-subMenu::-webkit-scrollbar-thumb:hover {
        background: #787878; } }

@media (min-width: 1025px) {
  .navPages-list-megamenu .has-megamenu:hover > .navPage-subMenu {
    display: block; } }

.navPages-list-megamenu .has-megamenu .navPage-subMenu-list {
  margin: 0;
  float: none;
  font-size: 0;
  list-style: none; }
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-list > li {
    width: 100%;
    background-color: transparent;
    overflow: hidden; }
    @media (min-width: 1025px) {
      .navPages-list-megamenu .has-megamenu .navPage-subMenu-list > li {
        overflow: hidden; } }
    .navPages-list-megamenu .has-megamenu .navPage-subMenu-list > li .navPage-subMenu-list {
      padding: 0;
      margin-bottom: 25px; }
    .navPages-list-megamenu .has-megamenu .navPage-subMenu-list > li > .navPage-subMenu-action {
      padding: 7px 15px; }
      .navPages-list-megamenu .has-megamenu .navPage-subMenu-list > li > .navPage-subMenu-action .text {
        position: relative;
        color: inherit; }
    .navPages-list-megamenu .has-megamenu .navPage-subMenu-list > li[data-level="3"] {
      overflow: visible; }
  .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;
    display: inline-block; }
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action {
    transition: transform ease .3s;
    display: block;
    line-height: 22px;
    color: #505050; }
    .navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action .navPages-action-moreIcon {
      display: none; }

.navPages-list-megamenu .has-megamenu .megamenu-product-list {
  width: 100%; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .has-megamenu .megamenu-product-list {
      padding: 38px 0 0 0;
      width: 66.66%; } }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-info {
    font-size: 1rem;
    width: 100%; }
    @media (min-width: 1025px) {
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-info {
        width: 25%;
        padding-right: 30px; } }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 0 0 10px 0;
    margin-top: -3px;
    color: #202020; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .desc {
    font-size: 16px;
    margin-bottom: 15px; }
    @media (min-width: 1025px) {
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .desc {
        margin-bottom: 22px; } }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .view-all {
    color: #0a6cdc;
    background-image: linear-gradient(transparent 96%, #0a6cdc 4%);
    background-repeat: repeat-x;
    background-position-y: -1px;
    font-size: 16px;
    font-weight: 500; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .title-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 14px; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .title-wrapper .megamenu-title {
      padding-bottom: 0; }
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .title-wrapper .megamenu-title.has-view-all {
        padding-right: 15px; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .title-wrapper .view-all {
      font-size: 14px;
      max-width: 50%;
      position: relative;
      top: auto;
      right: auto;
      margin-bottom: 8px; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .card .card-title {
    font-size: 14px;
    color: #202020; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .card .card-price {
    margin-bottom: 0px; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .card .card_optionImage {
    display: block; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .card .card_optionImage .form-field {
      margin-top: 11px;
      margin-bottom: 9px; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .card .card-figcaption-bottom {
    margin-top: 8px; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .card .card-figcaption-bottom .card-figcaption-body .card-figcaption-button {
      max-width: 177px; }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 {
    position: relative; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2:not(.slick-initialized) > div:nth-child(n+2) {
      display: none; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .loadingOverlay {
      min-height: 180px; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .item {
      margin-top: 0 !important; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-img-container {
      max-width: 120px; }
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-img-container img {
        object-fit: contain; }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action {
      background: transparent !important;
      border: 0;
      padding: 0 0 0 17px;
      font-size: 12px;
      font-weight: 400;
      line-height: 24px;
      text-transform: uppercase;
      color: #202020;
      width: 100%;
      text-align: center;
      transition: unset; }
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action span {
        position: relative; }
        .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action span:before, .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action span:after {
          content: "";
          position: absolute;
          display: block;
          line-height: 22px;
          background-color: #202020; }
        .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action span:before {
          top: 9px;
          right: calc(100% + 7px);
          width: 10px;
          height: 1px; }
        .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .card-action span:after {
          top: 50%;
          right: calc(100% + 12px);
          width: 1px;
          height: 10px;
          transform: translateY(-50%); }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .slick-arrow {
      fill: #202020;
      top: 50px;
      transform: none; }
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .slick-arrow:before {
        width: 14px;
        height: 14px; }
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .slick-arrow.slick-prev {
        left: 0; }
        .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .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='%23202020' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .slick-arrow.slick-next {
        right: 0; }
        .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 .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='%23202020' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-brands {
    font-size: 0; }
    @media (max-width: 1024px) {
      .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-brands {
        margin-left: -7px;
        margin-right: -7px; } }
    .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-brands .image {
      margin-bottom: 15px;
      display: inline-block; }
      @media (max-width: 1024px) {
        .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-brands .image {
          width: 50%;
          padding-left: 7px;
          padding-right: 7px; } }

.navPages-list-megamenu .has-megamenu .megamenu-custom-list {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 11px 20px 10px 20px; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .has-megamenu .megamenu-custom-list {
      padding: 11px 0 10px 0; } }

.navPages-list-megamenu .has-megamenu .card {
  background: white;
  margin-bottom: 0; }
  .navPages-list-megamenu .has-megamenu .card .card-figure {
    background: white; }

@media (min-width: 1025px) {
  .navPages-list-megamenu .cateArea {
    background: #fd6506; } }

@media (min-width: 1025px) {
  .navPages-list-megamenu .cateArea > .container > .navPage-subMenu-list {
    padding-top: 30px;
    padding-bottom: 20px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px; } }

@media (min-width: 1025px) {
  .navPages-list-megamenu .cateArea > .container > .navPage-subMenu-list > .navPage-subMenu-item-child {
    padding-bottom: 23px !important; } }

@media (min-width: 1025px) {
  .navPages-list-megamenu .cateArea.columns-3 .navPage-subMenu-list-level1 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .navPages-list-megamenu .cateArea.columns-3 .navPage-subMenu-list-level1 > li {
      flex: 0 0 33.333333%; }
  .navPages-list-megamenu .cateArea.columns-4 .navPage-subMenu-list-level1 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .navPages-list-megamenu .cateArea.columns-4 .navPage-subMenu-list-level1 > li {
      flex: 0 0 25%; }
  .navPages-list-megamenu .cateArea.columns-5 .navPage-subMenu-list-level1 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .navPages-list-megamenu .cateArea.columns-5 .navPage-subMenu-list-level1 > li {
      flex: 0 0 20%; }
  .navPages-list-megamenu .cateArea.columns-6 .navPage-subMenu-list-level1 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .navPages-list-megamenu .cateArea.columns-6 .navPage-subMenu-list-level1 > li {
      flex: 0 0 16.6666%; } }

.navPages-list-megamenu .cateArea .navPage-subMenu-list-level1 > .navPage-subMenu-item-child > .navPage-subMenu-action {
  font-weight: 700;
  color: #202020;
  padding-left: 15px;
  font-size: 16px; }

.navPages-list-megamenu .cateArea .navPage-subMenu-list-level1 > .navPage-subMenu-item-child:hover > .navPage-subMenu-action {
  color: #202020; }
  .navPages-list-megamenu .cateArea .navPage-subMenu-list-level1 > .navPage-subMenu-item-child:hover > .navPage-subMenu-action:hover {
    color: #202020; }
  .navPages-list-megamenu .cateArea .navPage-subMenu-list-level1 > .navPage-subMenu-item-child:hover > .navPage-subMenu-action > .text {
    background-image: none; }

.navPages-list-megamenu .imageArea {
  padding: 20px 0 20px 0; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .imageArea {
      display: flex;
      align-items: stretch;
      justify-content: flex-start;
      padding: 0 0 40px 0px; } }
  .navPages-list-megamenu .imageArea .image {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center; }
  .navPages-list-megamenu .imageArea img.lazyload, .navPages-list-megamenu .imageArea img.lazyloading {
    width: 60px;
    height: 60px;
    margin: auto;
    object-fit: contain; }

.navPages-list-megamenu .style-1 .imageAreaInner {
  width: 100%;
  display: block; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-1 .imageAreaInner {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  .navPages-list-megamenu .style-1 .imageAreaInner .megamenu-slider {
    display: block;
    position: relative; }
    .navPages-list-megamenu .style-1 .imageAreaInner .megamenu-slider:not(.slick-initialized) > div:nth-child(n+2) {
      display: none; }
    @media (min-width: 1025px) {
      .navPages-list-megamenu .style-1 .imageAreaInner .megamenu-slider {
        width: 75%;
        min-width: 75%;
        padding-bottom: 18px; }
        .navPages-list-megamenu .style-1 .imageAreaInner .megamenu-slider .item .card {
          padding-left: 15px;
          padding-right: 15px; } }
    .navPages-list-megamenu .style-1 .imageAreaInner .megamenu-slider .slick-dots li {
      margin-top: 18px; }
    @media (max-width: 1024px) {
      .navPages-list-megamenu .style-1 .imageAreaInner .megamenu-slider .slick-dots {
        margin-bottom: 10px; } }

.navPages-list-megamenu .style-1 .megamenu-right-item {
  width: 100%; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-1 .megamenu-right-item {
      width: 33.33%;
      padding-top: 38px; } }
  .navPages-list-megamenu .style-1 .megamenu-right-item .image {
    display: block; }
    .navPages-list-megamenu .style-1 .megamenu-right-item .image img {
      width: 100%; }
  .navPages-list-megamenu .style-1 .megamenu-right-item .text-wrapper {
    font-size: 14px;
    margin-top: 14px; }
    @media (min-width: 1025px) {
      .navPages-list-megamenu .style-1 .megamenu-right-item .text-wrapper {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between; } }
    .navPages-list-megamenu .style-1 .megamenu-right-item .text-wrapper .text {
      color: #202020;
      display: inline-block;
      width: 100%;
      margin-top: 2px;
      margin-bottom: 12px; }
      @media (min-width: 1025px) {
        .navPages-list-megamenu .style-1 .megamenu-right-item .text-wrapper .text {
          max-width: 265px;
          padding-right: 15px; } }
    .navPages-list-megamenu .style-1 .megamenu-right-item .text-wrapper .link {
      color: #0a6cdc;
      font-weight: 600;
      font-size: 16px;
      text-transform: uppercase;
      display: inline-block;
      white-space: nowrap;
      background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, 0.7) 4%);
      background-repeat: repeat-x;
      background-position-y: -2px; }

@media (min-width: 1025px) {
  .navPages-list-megamenu .style-1 .megamenu-product-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }

.navPages-list-megamenu .style-2 .imageAreaInner {
  display: block; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-2 .imageAreaInner {
      width: 100%;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; } }

.navPages-list-megamenu .style-2 .megamenu-left-item {
  display: inline-block;
  font-size: 0;
  width: 100%; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-2 .megamenu-left-item {
      width: 66.66%;
      padding-top: 38px;
      padding-right: 30px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; } }
  .navPages-list-megamenu .style-2 .megamenu-left-item .item {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    @media (min-width: 1025px) {
      .navPages-list-megamenu .style-2 .megamenu-left-item .item {
        width: 50%;
        padding: 0 15px; } }
    .navPages-list-megamenu .style-2 .megamenu-left-item .item:first-child {
      padding-left: 0; }
    .navPages-list-megamenu .style-2 .megamenu-left-item .item:last-child {
      padding-right: 0; }
    .navPages-list-megamenu .style-2 .megamenu-left-item .item .item-left, .navPages-list-megamenu .style-2 .megamenu-left-item .item .item-right {
      width: 50%;
      display: inline-block; }
    .navPages-list-megamenu .style-2 .megamenu-left-item .item .item-right {
      padding-left: 15px; }
      @media (min-width: 1025px) {
        .navPages-list-megamenu .style-2 .megamenu-left-item .item .item-right {
          padding-left: 30px; } }
      .navPages-list-megamenu .style-2 .megamenu-left-item .item .item-right .item-right-inner * {
        display: inline-block;
        width: 100%;
        font-size: 16px; }
      .navPages-list-megamenu .style-2 .megamenu-left-item .item .item-right .item-right-inner h3 {
        margin-top: 0;
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        margin-bottom: 6px;
        margin-top: -8px; }
        @media (min-width: 1025px) {
          .navPages-list-megamenu .style-2 .megamenu-left-item .item .item-right .item-right-inner h3 {
            margin-bottom: 8px;
            font-size: 20px;
            line-height: 28px; } }
      .navPages-list-megamenu .style-2 .megamenu-left-item .item .item-right .item-right-inner p {
        margin-bottom: 15px; }
        @media (min-width: 1025px) {
          .navPages-list-megamenu .style-2 .megamenu-left-item .item .item-right .item-right-inner p {
            margin-bottom: 27px; } }
      .navPages-list-megamenu .style-2 .megamenu-left-item .item .item-right .item-right-inner .button {
        width: auto;
        min-width: 105px; }

.navPages-list-megamenu .style-2 .megamenu-brands {
  padding-top: 32px;
  font-size: 16px; }
  .navPages-list-megamenu .style-2 .megamenu-brands h3 {
    font-size: 16px;
    line-height: 24px;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 700;
    margin-top: 0; }
  .navPages-list-megamenu .style-2 .megamenu-brands .megamenu-brands-inner {
    font-size: 16px; }
    .navPages-list-megamenu .style-2 .megamenu-brands .megamenu-brands-inner .brand-item {
      padding: 5px 0; }
  .navPages-list-megamenu .style-2 .megamenu-brands .view-all {
    color: #0a6cdc;
    background-image: linear-gradient(transparent 96%, #0a6cdc 4%);
    background-repeat: repeat-x;
    background-position-y: -2px; }
    .navPages-list-megamenu .style-2 .megamenu-brands .view-all:focus {
      color: stenCilColor("navPages-level-2-color-hover"); }

.navPages-list-megamenu .style-3 .navPage-subMenu .container {
  position: relative;
  z-index: 1; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-3 .navPage-subMenu .container {
      display: flex; }
      .navPages-list-megamenu .style-3 .navPage-subMenu .container:before {
        content: "";
        position: absolute;
        right: calc(100% - 15px);
        top: 0;
        width: 50%;
        height: 100%;
        background: #fd6506; } }

.navPages-list-megamenu .style-3:hover > .navPage-subMenu {
  display: block; }

.navPages-list-megamenu .style-3 .cateArea {
  display: block; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-3 .cateArea {
      padding-right: 30px;
      padding-top: 28px; } }
  .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list {
    font-size: 0;
    letter-spacing: 0;
    width: auto; }
    @media (min-width: 1025px) {
      .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 18px !important; } }
    .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list > li {
      display: inline-block;
      vertical-align: top; }
      @media (min-width: 1025px) {
        .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list > li {
          padding-left: 15px !important;
          padding-right: 15px !important; } }
      .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list > li.navPage-subMenu-title {
        display: none; }
      .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list > li.navPage-subMenu-all {
        display: none; }
    .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list .navPage-subMenu-action {
      padding-left: 0; }
    .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list .navPage-subMenu-item-child {
      padding-left: 0;
      padding-right: 0; }
      .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list .navPage-subMenu-item-child.is-open {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
        .navPages-list-megamenu .style-3 .cateArea > .navPage-subMenu-list .navPage-subMenu-item-child.is-open .image {
          display: block; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-3 .cateArea.columns-3 > .navPage-subMenu-list > li {
      width: 33.333333%; }
    .navPages-list-megamenu .style-3 .cateArea.columns-4 > .navPage-subMenu-list > li {
      width: 25%; }
    .navPages-list-megamenu .style-3 .cateArea.columns-5 > .navPage-subMenu-list > li {
      width: 20%; } }

.navPages-list-megamenu .style-3 .imageArea {
  background: white;
  padding-left: 20px; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-3 .imageArea {
      padding-left: 30px; } }
  .navPages-list-megamenu .style-3 .imageArea .megamenu-product-list .megamenu-title {
    width: 100%; }

.navPages-list-megamenu .style-3 .image {
  display: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 15px 0 15px 0; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-3 .image {
      margin: 38px 0 14px 0;
      display: block; } }
  .navPages-list-megamenu .style-3 .image img.lazyload, .navPages-list-megamenu .style-3 .image img.lazyloading {
    width: 60px;
    height: 60px;
    margin: auto;
    object-fit: contain; }

.navPages-list-megamenu .style-3 .megamenu-product-list {
  width: 100%;
  padding-top: 5px; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-3 .megamenu-product-list {
      width: 200px;
      padding-top: 36px; } }

.navPages-list-megamenu .style-3 .megamenu-right-item {
  padding-left: 30px; }

@media (max-width: 1024px) {
  .navPages-list-megamenu .style-4.is-open > .navPage-subMenu {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; } }

.navPages-list-megamenu .style-4 .itemArea {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-4 .itemArea {
      padding-top: 45px;
      padding-bottom: 45px; } }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-4 .itemArea .megamenu-right-item {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin: 0 -15px; } }
  .navPages-list-megamenu .style-4 .itemArea .megamenu-right-item .item {
    width: 100%; }
    @media (min-width: 1025px) {
      .navPages-list-megamenu .style-4 .itemArea .megamenu-right-item .item {
        width: 25%;
        padding: 0 15px; } }
  .navPages-list-megamenu .style-4 .itemArea .image {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center; }
    .navPages-list-megamenu .style-4 .itemArea .image img {
      text-align: center; }
      .navPages-list-megamenu .style-4 .itemArea .image img.lazyload, .navPages-list-megamenu .style-4 .itemArea .image img.lazyloading {
        width: auto;
        height: auto;
        margin: auto;
        object-fit: contain; }

.navPages-list-megamenu .navPages-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  border-radius: 3px;
  text-align: center;
  text-transform: capitalize;
  margin: 0 0 0 15px;
  padding: 0px 7px;
  line-height: 20px;
  height: 20px; }
  .navPages-list-megamenu .navPages-label.sale-label {
    color: white;
    background-color: #e52f69; }
  .navPages-list-megamenu .navPages-label.new-label {
    color: white;
    background-color: #3dc781; }
  .navPages-list-megamenu .navPages-label.hot-label {
    color: white;
    background-color: #ff750f; }
  @media (max-width: 1199px) {
    .navPages-list-megamenu .navPages-label {
      display: none; } }

@media (min-width: 1025px) {
  .navPages-list-megamenu.navPages-list-megamenu-2 {
    margin-top: 0; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item {
      margin-right: 0;
      display: block; }
      .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item .navPages-action-moreIcon {
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 10px;
        margin: 0;
        font-size: 0;
        background: none; }
      .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item > .navPages-action {
        padding: 9px 20px;
        font-size: 14px;
        font-weight: 400; }
        .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item > .navPages-action .text {
          position: relative; }
        .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item > .navPages-action.has-subMenu {
          padding-right: 40px; }
      .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item:hover {
        background: #fd6506; }
        .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item:hover > .navPages-action {
          color: white; }
          .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item:hover > .navPages-action .text {
            background: none; }
          .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item:hover > .navPages-action .navPages-action-moreIcon svg {
            fill: white;
            stroke: white; }
      .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item .navPage-subMenu {
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
        -ms-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
        left: calc(100% + 10px);
        width: 260px; }
      .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item > .navPage-subMenu {
        top: 0; }
        .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item > .navPage-subMenu .navPage-subMenu-list {
          list-style: none;
          margin-left: 0; }
          .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item > .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child:hover {
            background: #fafafa; }
            .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item > .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child:hover:before {
              content: "";
              position: absolute;
              right: -10px;
              top: 0;
              width: 10px;
              height: 100%;
              background: transparent; }
          .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item > .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-parent:last-child,
          .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item > .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child:last-child {
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px; }
          .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item > .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-parent:nth-child(3),
          .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item > .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item-child:nth-child(3) {
            border-top-left-radius: 8px;
            border-top-right-radius: 8px; }
      .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item.has-dropdown .navPages-action-depth-max + .navPage-subMenu {
        left: calc(100% + 10px);
        margin-left: 0; }
      .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-item.has-dropdown .navPage-subMenu:before {
        content: "";
        position: absolute;
        left: -10px;
        top: 0;
        width: 10px;
        height: 100%;
        background: transparent; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu > .navPage-subMenu {
      top: 10px;
      height: 0;
      opacity: 0;
      transform: translateY(30px);
      -webkit-transform: translateY(30px);
      -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
      display: block;
      width: calc(100vw - 315px);
      pointer-events: none; } }
    @media (min-width: 1025px) and (min-width: 1630px) {
      .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu > .navPage-subMenu {
        width: 1300px; } }

@media (min-width: 1025px) {
      .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu > .navPage-subMenu:before {
        display: none; }
      .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu > .navPage-subMenu .navPage-subMenu-list {
        list-style: none;
        margin-left: 0; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu:hover:before {
      content: "";
      position: absolute;
      right: -10px;
      top: 10px;
      width: 10px;
      height: 100%;
      background: transparent; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu:hover > .navPage-subMenu {
      height: auto;
      opacity: 1;
      z-index: 9;
      transform: translateY(0px);
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -webkit-transition: transform 0.3s linear;
      -moz-transition: transform 0.3s linear;
      -ms-transition: transform 0.3s linear;
      -o-transition: transform 0.3s linear;
      transition: transform 0.3s linear;
      pointer-events: auto; }
      .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu:hover > .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-list {
        margin-bottom: 10px; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .has-dropdown .navPages-action-depth-max + .navPage-subMenu {
      width: 260px; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .cateArea {
      background: #fafafa;
      -moz-border-radius: 8px 8px 0px 0px;
      -webkit-border-radius: 8px 8px 0px 0px;
      -ms-border-radius: 8px 8px 0px 0px;
      border-radius: 8px 8px 0px 0px; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .navPages-label {
      position: relative;
      top: auto;
      right: auto;
      margin-left: 15px; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .megamenu-product-list.vertical .megamenu-info {
      width: 33.33%;
      padding-right: 10px; } }
    @media (min-width: 1025px) and (min-width: 1281px) {
      .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .megamenu-product-list.vertical .megamenu-info {
        padding-right: 30px; } }

@media (min-width: 1025px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .megamenu-product-list.vertical .megamenu-slider {
      width: 66.66%;
      min-width: 66.66%; }
      .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .megamenu-product-list.vertical .megamenu-slider .card {
        padding-left: 10px;
        padding-right: 10px; } }
      @media (min-width: 1025px) and (min-width: 1281px) {
        .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .megamenu-product-list.vertical .megamenu-slider .card {
          padding-left: 15px;
          padding-right: 15px; } }

@media (min-width: 1025px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .megamenu-right-item {
      padding-left: 5px; } }
    @media (min-width: 1025px) and (min-width: 1281px) {
      .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .megamenu-right-item {
        padding-left: 0; } }
  @media (min-width: 1025px) and (min-width: 1200px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .cateArea .navPage-subMenu-list-level1 {
      padding-top: 20px;
      padding-bottom: 0; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .imageArea {
      padding-bottom: 30px; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .megamenu-product-list {
      padding-top: 30px; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-1 .megamenu-right-item {
      padding-top: 30px; } }
  @media (min-width: 1025px) and (min-width: 1025px) and (max-width: 1280px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-2 .megamenu-left-item {
      padding-right: 20px; } }
  @media (min-width: 1025px) and (min-width: 1025px) and (max-width: 1280px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-2 .megamenu-left-item .item {
      padding-right: 10px; } }
  @media (min-width: 1025px) and (min-width: 1025px) and (max-width: 1280px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-2 .megamenu-left-item .item + .item {
      padding-left: 10px; } }
  @media (min-width: 1025px) and (min-width: 1025px) and (max-width: 1280px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-2 .megamenu-left-item .item .item-right {
      padding-left: 15px; }
      .navPages-list-megamenu.navPages-list-megamenu-2 .style-2 .megamenu-left-item .item .item-right .item-right-inner h3 {
        margin-bottom: 3px; }
      .navPages-list-megamenu.navPages-list-megamenu-2 .style-2 .megamenu-left-item .item .item-right .item-right-inner p {
        margin-bottom: 12px; } }
  @media (min-width: 1025px) and (min-width: 1200px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-2 .cateArea .navPage-subMenu-list-level1 {
      padding-top: 20px;
      padding-bottom: 0; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-2 .imageArea {
      padding-bottom: 30px; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-2 .megamenu-left-item {
      padding-top: 30px; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-2 .megamenu-brands {
      padding-top: 25px; } }

@media (min-width: 1025px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .navPage-subMenu .container {
      padding-left: 0;
      padding-right: 0; }
      .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .navPage-subMenu .container:before {
        display: none; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .cateArea {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; } }
  @media (min-width: 1025px) and (min-width: 1025px) and (max-width: 1280px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .cateArea {
      padding-right: 15px; } }
  @media (min-width: 1025px) and (min-width: 1200px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .cateArea {
      padding-top: 20px; } }
  @media (min-width: 1025px) and (min-width: 1281px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .cateArea {
      padding-left: 15px; } }
  @media (min-width: 1025px) and (min-width: 1025px) and (max-width: 1280px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .imageArea {
      padding-left: 15px; } }
  @media (min-width: 1025px) and (min-width: 1281px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .imageArea {
      padding-right: 30px !important; } }
  @media (min-width: 1025px) and (min-width: 1200px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .megamenu-product-list {
      padding-top: 30px; } }
  @media (min-width: 1025px) and (min-width: 1025px) and (max-width: 1280px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .megamenu-right-item {
      padding-left: 15px; } }
  @media (min-width: 1025px) and (min-width: 1200px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-3 .megamenu-right-item .image {
      margin-top: 30px; } }
  @media (min-width: 1025px) and (min-width: 1200px) {
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-4 .cateArea .navPage-subMenu-list-level1 {
      padding-top: 20px;
      padding-bottom: 0; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .style-4 .itemArea {
      padding-top: 30px;
      padding-bottom: 30px; } }

@media (min-width: 1025px) {
  .navPages-list-megamenu .navPages-item:hover > .navPages-action .text {
    background-image: linear-gradient(transparent 96%, #202020 4%);
    background-repeat: repeat-x;
    background-position-y: -1px; }
  .navPages-list-megamenu .has-megamenu > .navPage-subMenu {
    border-radius: 0; }
  .navPages-list-megamenu .navPage-subMenu-list .navPage-subMenu-item-child:hover > .navPage-subMenu-action {
    color: #0a6cdc; }
    .navPages-list-megamenu .navPage-subMenu-list .navPage-subMenu-item-child:hover > .navPage-subMenu-action .text {
      background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, 0.7) 4%);
      background-repeat: repeat-x;
      background-position-y: -2px; }
  .navPages-list-megamenu .imageArea .animate-hvr:hover:after {
    height: 100%; }
  .navPages-list-megamenu .style-3 .navPage-subMenu-item-child:hover .image + .navPage-subMenu {
    pointer-events: auto; }
  .navPages-list-megamenu .style-3 .animate-hvr:hover:after {
    height: 100%; }
  .navPages-list-megamenu .style-4 .itemArea .animate-hvr:hover:after {
    height: 100%; }
  .navPages-list-megamenu .navPages-label {
    position: absolute;
    right: -10px;
    top: -17px;
    margin: 0; } }

#menuMobile .navPages {
  padding: 0;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden; }

#menuMobile .is-hidden {
  display: none !important; }

#menuMobile .cateArea {
  position: relative;
  max-width: 100% !important; }
  #menuMobile .cateArea > .container > .navPage-subMenu-list > .navPage-subMenu-item-child .navPage-subMenu-action {
    color: #505050;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize; }
  #menuMobile .cateArea > .container > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPages-action {
    color: #202020;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize; }

#menuMobile .imageArea {
  max-width: 100% !important; }
  #menuMobile .imageArea > .container {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  #menuMobile .imageArea .featuredProductCarousel .slick-track {
    min-width: 100%; }

#menuMobile .navPages-list {
  transition-duration: 0.4s;
  transform: none;
  transition-property: transform;
  background: #ffffff; }
  .has-activeNavPages #menuMobile .navPages-list {
    display: block; }
  #menuMobile .navPages-list + .navPages-list {
    margin-top: 30px;
    margin-bottom: 20px; }
    #menuMobile .navPages-list + .navPages-list.navPages-list-webpages {
      margin-top: 0;
      padding-top: 0; }
  #menuMobile .navPages-list[data-level-list="1"] li .navPage-subMenu {
    left: 0; }
  #menuMobile .navPages-list[data-level-list="2"] {
    transform: translate3d(-100%, 0, 0); }
    #menuMobile .navPages-list[data-level-list="2"] li .navPage-subMenu {
      left: 100%; }
  #menuMobile .navPages-list[data-level-list="3"] {
    transform: translate3d(-200%, 0, 0); }
    #menuMobile .navPages-list[data-level-list="3"] li .navPage-subMenu {
      left: 100%; }
  #menuMobile .navPages-list[data-level-list="4"] {
    transform: translate3d(-300%, 0, 0); }
    #menuMobile .navPages-list[data-level-list="4"] li .navPage-subMenu {
      left: 300%; }
  #menuMobile .navPages-list.reset[data-level-list="1"] {
    transform: translate3d(-100%, 0, 0); }
  #menuMobile .navPages-list.reset[data-level-list="2"] {
    transform: translate3d(-200%, 0, 0); }
  #menuMobile .navPages-list.reset[data-level-list="3"] {
    transform: translate3d(-300%, 0, 0); }
  #menuMobile .navPages-list li .navPage-subMenu {
    display: none; }
  #menuMobile .navPages-list li.is-open > .navPage-subMenu {
    display: block;
    opacity: 1;
    visibility: visible; }
  #menuMobile .navPages-list li.is-open > a {
    background: #fafafa;
    text-align: right; }
  #menuMobile .navPages-list li.is-hidden {
    display: none; }
  #menuMobile .navPages-list li.navPage-subMenu-title > a {
    width: 100%;
    text-align: right;
    font-size: 1rem;
    font-weight: 500; }
  #menuMobile .navPages-list li.navPage-subMenu-title .navPages-action-moreIcon {
    padding-left: 20px;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-style: normal;
    color: #202020;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1rem; }
    #menuMobile .navPages-list li.navPage-subMenu-title .navPages-action-moreIcon svg {
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      margin-right: 5px;
      margin-left: -3px; }
  #menuMobile .navPages-list li > a:before {
    content: none; }
  #menuMobile .navPages-list .navPage-subMenu-title > a {
    width: 100%;
    text-align: right;
    font-size: 1rem;
    font-weight: 500; }
  #menuMobile .navPages-list .navPage-subMenu-title .navPages-action-moreIcon {
    padding-left: 20px;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-style: normal;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1rem; }
    #menuMobile .navPages-list .navPage-subMenu-title .navPages-action-moreIcon svg {
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      margin-right: 5px;
      margin-left: -3px; }
  #menuMobile .navPages-list.navPages-list--user > .navPages-item > .navPages-action .text {
    font-weight: 400; }
    #menuMobile .navPages-list.navPages-list--user > .navPages-item > .navPages-action .text .icon, #menuMobile .navPages-list.navPages-list--user > .navPages-item > .navPages-action .text img {
      margin-right: 10px;
      display: inline-block;
      vertical-align: middle;
      margin-top: -5px; }
    #menuMobile .navPages-list.navPages-list--user > .navPages-item > .navPages-action .text .icon {
      fill: #505050;
      stroke: #505050;
      width: 16px;
      height: 16px; }
      #menuMobile .navPages-list.navPages-list--user > .navPages-item > .navPages-action .text .icon.icon-telephone {
        width: 15px;
        height: 15px; }
      #menuMobile .navPages-list.navPages-list--user > .navPages-item > .navPages-action .text .icon.icon-location {
        width: 17px;
        height: 17px; }
    #menuMobile .navPages-list.navPages-list--user > .navPages-item > .navPages-action .text img {
      position: relative;
      top: -1px; }
  #menuMobile .navPages-list.navPages-list--user > .navPages-item .navPage-subMenu {
    display: none; }
  #menuMobile .navPages-list.navPages-list--user > .navPages-item.is-open .navPage-subMenu {
    display: inline-block; }
  #menuMobile .navPages-list.navPages-list--user > .navPages-item.currencies > .navPages-action .image-flag {
    margin-right: 5px; }
  #menuMobile .navPages-list.navPages-list--user > .navPages-item.currencies #navPages-currency .navPage-subMenu-item .text {
    font-size: 14px; }
    #menuMobile .navPages-list.navPages-list--user > .navPages-item.currencies #navPages-currency .navPage-subMenu-item .text img {
      margin-top: -3px;
      margin-right: 5px; }

#menuMobile .navPages-action {
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  background-color: transparent;
  color: #202020;
  text-align: left;
  border-bottom: none;
  padding: 14px 20px;
  line-height: 17px;
  font-size: 16px;
  font-weight: 500;
  border-top: none;
  position: relative; }

#menuMobile .navPages-item {
  width: 100%;
  margin-right: 0;
  position: static;
  vertical-align: top;
  display: inline-block;
  border-bottom: 1px solid #ebebeb; }
  #menuMobile .navPages-item .container {
    padding: 0; }
  #menuMobile .navPages-item.hide {
    display: none; }
  #menuMobile .navPages-item > .navPages-action {
    font-size: 16px;
    font-weight: 500;
    color: #202020;
    text-align: left; }
    #menuMobile .navPages-item > .navPages-action .text {
      color: inherit; }
  #menuMobile .navPages-item.is-open {
    border-bottom: none; }
    #menuMobile .navPages-item.is-open > .navPages-action {
      display: none !important; }
    #menuMobile .navPages-item.is-open .navPages-label-wrap {
      display: none; }
  #menuMobile .navPages-item > .navPage-subMenu > .navPage-subMenu-list {
    margin: 0; }
    #menuMobile .navPages-item > .navPage-subMenu > .navPage-subMenu-list li {
      padding: 0; }
    #menuMobile .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child .navPages-action {
      font-size: 16px;
      color: #505050;
      font-weight: 400; }
    #menuMobile .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPages-action {
      color: #202020;
      font-weight: 400;
      font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
      font-size: 16px; }
      #menuMobile .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPages-action .text {
        color: inherit; }
        #menuMobile .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPages-action .text img {
          margin-top: -3px;
          margin-right: 5px; }
    #menuMobile .navPages-item > .navPage-subMenu > .navPage-subMenu-list .navPage-subMenu-item-parent {
      border-bottom: 1px solid #ebebeb; }

#menuMobile .navPages-action-moreIcon {
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: 46px;
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
  transform: none;
  transition: all 0.3s ease;
  z-index: 10; }
  #menuMobile .navPages-action-moreIcon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-style: normal;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    line-height: 40px;
    color: #bababa; }
  #menuMobile .navPages-action-moreIcon svg {
    width: 11px;
    height: 12px;
    transition: all .5s ease;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    margin-right: 18px; }
  .is-open > #menuMobile .navPages-action-moreIcon:before {
    font-size: 30px; }

#menuMobile .navPage-megamenu {
  border-bottom: 1px solid #ebebeb; }
  #menuMobile .navPage-megamenu a {
    padding: 17px 20px;
    color: inherit;
    display: inline-block;
    width: 100%;
    line-height: 17px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 14px; }

#menuMobile .navPages-action-currency > a {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }

#menuMobile .navPage-subMenu {
  padding: 0;
  margin: 0;
  z-index: 20;
  width: 100%;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  background-color: #ffffff;
  transition: all 0.3s ease;
  transform: none;
  box-shadow: none;
  display: inline-block;
  opacity: 0; }
  #menuMobile .navPage-subMenu .navPage-subMenu-action {
    display: block; }
  #menuMobile .navPage-subMenu .navPage-subMenu-item {
    width: 100%; }

#menuMobile .navPage-subMenu-item-child {
  position: static;
  border-bottom: 1px solid #ebebeb; }
  #menuMobile .navPage-subMenu-item-child:after {
    content: none; }
  #menuMobile .navPage-subMenu-item-child.is-open {
    border-bottom: none; }
    #menuMobile .navPage-subMenu-item-child.is-open > .navPages-action {
      display: none !important; }
    #menuMobile .navPage-subMenu-item-child.is-open > .navPage-subMenu {
      right: 0;
      position: relative; }
    #menuMobile .navPage-subMenu-item-child.is-open > .navPage-subMenu-horizontal {
      display: inline-block; }
    #menuMobile .navPage-subMenu-item-child.is-open .navPage-megamenu {
      display: none; }

#menuMobile .navPage-subMenu-title {
  display: block;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  text-align: right; }
  #menuMobile .navPage-subMenu-title .navPages-action {
    background-color: #f8f8f8;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600 !important;
    display: block;
    text-align: right;
    color: #202020;
    padding: 14px 20px 14px 80px; }
    #menuMobile .navPage-subMenu-title .navPages-action > .text {
      color: #202020; }
  #menuMobile .navPage-subMenu-title .navPages-action-moreIcon {
    padding-left: 20px;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-style: normal;
    color: #202020;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1rem; }
    #menuMobile .navPage-subMenu-title .navPages-action-moreIcon svg {
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      margin-right: 5px;
      margin-left: -3px; }

#menuMobile .navPages-list--user {
  display: block; }
  #menuMobile .navPages-list--user.hide {
    display: none; }
  #menuMobile .navPages-list--user .navPage-subMenu-title {
    border-top: 1px solid #ebebeb; }
  #menuMobile .navPages-list--user .navPages-item {
    border-bottom: none; }
    #menuMobile .navPages-list--user .navPages-item.currencies #currency_selector > .navPages-action-moreIcon {
      height: 37px; }
  #menuMobile .navPages-list--user .navPages-item > .navPages-action {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: capitalize;
    padding-top: 10px;
    padding-bottom: 10px; }
  #menuMobile .navPages-list--user .login-content {
    padding: 20px; }
  #menuMobile .navPages-list--user .new-customer {
    padding: 20px;
    border-top: 1px solid #ebebeb;
    background-color: transparent; }
    #menuMobile .navPages-list--user .new-customer .button {
      width: 100%; }
  #menuMobile .navPages-list--user .socialLinks {
    padding: 15px 0 10px 20px;
    font-size: 0; }
    #menuMobile .navPages-list--user .socialLinks .icon svg {
      fill: black; }

#menuMobile.navPages-item-page {
  position: relative; }

#menuMobile .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-info {
  margin-bottom: 30px; }

#menuMobile .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider, #menuMobile .navPages-list-megamenu .has-megamenu .megamenu-product-list .megamenu-slider2 {
  min-height: 150px;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px; }

#menuMobile .navPages-list-megamenu .has-megamenu .card {
  padding-left: 15px;
  padding-right: 15px; }
  #menuMobile .navPages-list-megamenu .has-megamenu .card .card-body {
    text-align: center; }
    #menuMobile .navPages-list-megamenu .has-megamenu .card .card-body .card-price {
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
    #menuMobile .navPages-list-megamenu .has-megamenu .card .card-body .card-figcaption-bottom {
      text-align: center; }
      #menuMobile .navPages-list-megamenu .has-megamenu .card .card-body .card-figcaption-bottom .card-figcaption-body {
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; }

#menuMobile .navPages-list-megamenu .has-megamenu.style-2 .megamenu-left-item .item + .item {
  margin-top: 15px; }

#menuMobile .navPages-list-megamenu .has-megamenu.style-3 .imageArea {
  padding-right: 20px; }
  #menuMobile .navPages-list-megamenu .has-megamenu.style-3 .imageArea .megamenu-right-item {
    padding-left: 0; }
    #menuMobile .navPages-list-megamenu .has-megamenu.style-3 .imageArea .megamenu-right-item .image {
      margin-top: 30px;
      display: block; }

#menuMobile .navPages-list-megamenu .has-megamenu.style-4 .itemArea {
  width: 100%;
  text-align: center; }
  #menuMobile .navPages-list-megamenu .has-megamenu.style-4 .itemArea .megamenu-right-item .item {
    padding-left: 20px;
    padding-right: 20px; }
    #menuMobile .navPages-list-megamenu .has-megamenu.style-4 .itemArea .megamenu-right-item .item + .item {
      margin-top: 15px; }

.megamenu-brands-inner {
  display: block;
  max-width: 390px;
  margin-right: auto;
  margin-bottom: 15px; }
  .megamenu-brands-inner ul {
    margin-left: -10px;
    margin-right: auto; }
    .megamenu-brands-inner ul li {
      display: inline-block; }
      .megamenu-brands-inner 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; }
        .megamenu-brands-inner 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; }
        .megamenu-brands-inner ul li a:hover span {
          background-size: 100% 1px; }
      .megamenu-brands-inner ul li.has-letter a {
        color: #202020;
        pointer-events: auto; }
        .megamenu-brands-inner ul li.has-letter a:hover {
          color: #0a6cdc; }

.navPages-list-megamenu .has-megamenu .megamenu-product-list .card .card-figcaption-bottom .card-figcaption-body .card-figcaption-button {
  max-width: 99%;
  width: 100%; }

@media (min-width: 1200px) {
  .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .imageArea > .container,
  .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .itemArea > .container, .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-2 .imageArea > .container,
  .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-2 .itemArea > .container, .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-4 .imageArea > .container,
  .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-4 .itemArea > .container {
    padding-left: 30px;
    padding-right: 30px; }
  .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-3 .imageArea {
    padding-right: 15px; } }

@media (min-width: 1200px) and (max-width: 1440px) {
  .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .imageArea .imageAreaInner .megamenu-product-list {
    width: 70%; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .imageArea .imageAreaInner .megamenu-product-list .megamenu-info {
      width: 30%; }
    .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .imageArea .imageAreaInner .megamenu-product-list .megamenu-slider {
      width: 70%;
      min-width: 70%; }
  .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .imageArea .imageAreaInner .megamenu-right-item {
    width: 30%; }
  body:not(.has-stickyHeader) .header.header-layout-2 .header-bottom .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-3 .imageArea .megamenu-product-list {
    width: 50%; } }

@media (min-width: 1200px) and (max-width: 1400px) {
  .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .imageAreaInner {
    display: block; }
    .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .imageAreaInner .megamenu-product-list {
      width: 100%; }
      .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .imageAreaInner .megamenu-product-list .megamenu-slider .item .card {
        padding-top: 0; }
    .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .imageAreaInner .megamenu-right-item {
      width: 100%; }
      .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-1 .imageAreaInner .megamenu-right-item .image img {
        width: auto; }
  .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-2 .imageAreaInner {
    display: block; }
    .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-2 .imageAreaInner .megamenu-left-item {
      width: 100%;
      padding-right: 0; }
  .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-3 .imageArea {
    display: block; }
    .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-3 .imageArea .megamenu-product-list {
      width: 100%;
      max-width: 230px;
      margin-left: auto;
      margin-right: auto; }
    .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-3 .imageArea .megamenu-right-item {
      padding-left: 0; } }

.navPages-list-megamenu.navPages-list-megamenu-2 .has-megamenu.style-3 .imageArea .card {
  padding: 0; }

@media (min-width: 1200px) {
  .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list.navPages-list-megamenu-2 .navPages-item > .navPages-action .navPages-label {
    top: auto; }
  .navPages-list-megamenu:not(.navPages-list-megamenu-2) .has-megamenu.style-1 > .navPage-subMenu {
    padding-left: 10px; }
  .navPages-list-megamenu:not(.navPages-list-megamenu-2) .navPages-item-custom:hover > .navPage-subMenu {
    -webkit-animation-name: none;
    animation-name: none; } }

@media (max-width: 1199px) {
  .halo-mobile-menu .navPages-container {
    height: 100%; } }

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

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

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  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.42857rem;
    width: 1.42857rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #202020; }
    .socialLinks .icon svg {
      fill: #202020;
      transition: all 0.15s ease; }
    .socialLinks .icon.icon--twitter {
      width: 22px; }
      .socialLinks .icon.icon--twitter svg {
        width: 23px; }
    .socialLinks .icon.icon--pinterest svg {
      width: 20px; }
    .socialLinks .icon.icon--tumblr {
      width: 16px; }
    .socialLinks .icon.icon--stumbleupon {
      width: 22px;
      height: 20px; }
    .socialLinks .icon.icon--youtube {
      width: 26px;
      height: 22px; }
    .socialLinks .icon.icon--messenger {
      height: 20px; }
      .socialLinks .icon.icon--messenger svg {
        width: 20px; }

.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.35714rem;
    margin-right: 0.78571rem; }
    .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.71429rem;
      border-style: solid;
      border-color: transparent transparent #313440 transparent; }
    .socialLinks-item .socialLinks__link:after {
      content: attr(title);
      padding: 0.28571rem 0.42857rem;
      background-color: #313440;
      color: white;
      position: absolute;
      font-size: 1rem;
      white-space: nowrap;
      right: 0;
      top: 100%;
      cursor: default;
      border-radius: 0.57143rem; }
    .socialLinks-item .socialLinks__link:before, .socialLinks-item .socialLinks__link:after {
      display: none; }
    .socialLinks-item .socialLinks__link:focus:before, .socialLinks-item .socialLinks__link:focus:after {
      display: block; }
    .socialLinks-item .socialLinks__link:focus:after {
      right: auto;
      left: 0;
      z-index: 20; }

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

.socialLinks--alt svg {
  fill: gray; }

.heroCarousel {
  width: 1px;
  min-width: 100%;
  opacity: 0; }
  .heroCarousel.slick-initialized {
    opacity: 1; }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    opacity: 0.3; }
    .heroCarousel .slick-next:hover,
    .heroCarousel .slick-prev:hover {
      opacity: 1; }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 1550px) {
      .heroCarousel .slick-next {
        right: calc((100% - 1520px)/2); } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 1550px) {
      .heroCarousel .slick-prev {
        left: calc((100% - 1520px)/2); } }
  .heroCarousel.slick-dotted.slick-slider {
    margin-bottom: 0; }
    .heroCarousel.slick-dotted.slick-slider .slick-dots {
      bottom: 15px;
      position: absolute; }
      @media (min-width: 551px) {
        .heroCarousel.slick-dotted.slick-slider .slick-dots {
          bottom: 19px; } }
  .heroCarousel .slick-dots li {
    margin-top: 0px; }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: 50% 0%; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image {
        object-position: 50% 50%; } }
    @media (max-width: 550px) {
      .heroCarousel-slide .heroCarousel-image.has-image-mobile {
        display: none; } }
  .heroCarousel-slide .heroCarousel-image-mobile {
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image-mobile {
        display: none; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%; }
  .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 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: auto; }
  .heroCarousel-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }

.homepage-layout-2 .heroCarousel .slick-prev {
  left: 10px; }

.homepage-layout-2 .heroCarousel .slick-next {
  right: 10px; }

.homepage-layout-2 .heroCarousel .slick-arrow {
  opacity: 0; }

.homepage-layout-2 .heroCarousel:hover .slick-arrow {
  opacity: 1; }

@media (min-width: 551px) {
  .heroCarousel-content {
    position: absolute;
    top: 50%;
    transform: translateY(-52%);
    overflow: auto;
    max-height: 80%;
    padding: 15px 0 20px 0;
    width: 70%;
    max-width: 500px;
    background-color: rgba(0, 0, 255, 0);
    margin: 0 auto; }
    .heroCarousel-content.heroCarousel-content--empty {
      background-color: transparent; } }

@media (min-width: 992px) {
  .heroCarousel-content {
    max-width: 400px; } }

.heroCarousel-content.position-left {
  left: 0;
  text-align: left; }
  @media (min-width: 551px) {
    .heroCarousel-content.position-left {
      left: 45px; } }
  @media (min-width: 1025px) {
    .heroCarousel-content.position-left {
      left: 75px; } }
  @media (min-width: 1550px) {
    body.page-type-default.homepage-layout-1 .heroCarousel-content.position-left {
      left: calc((100% - 1370px) / 2); } }

.heroCarousel-content.position-center {
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }

.heroCarousel-content.position-right {
  right: 0;
  text-align: right; }
  @media (min-width: 551px) {
    .heroCarousel-content.position-right {
      right: 75px; } }
  @media (min-width: 1025px) {
    .heroCarousel-content.position-right {
      right: 45px; } }
  @media (min-width: 1550px) {
    body.page-type-default.homepage-layout-1 .heroCarousel-content.position-right {
      right: calc((100% - 1370px) / 2); } }

.heroCarousel-content.slide-0 .heroCarousel-title, .heroCarousel-content.slide-0 .heroCarousel-description {
  color: white; }

.heroCarousel-content.slide-0 .heroCarousel-action {
  border-color: white;
  color: white; }
  .heroCarousel-content.slide-0 .heroCarousel-action:hover {
    border-color: white;
    color: white; }

.heroCarousel-content.slide-1 .heroCarousel-title, .heroCarousel-content.slide-1 .heroCarousel-description {
  color: #fb3d8e; }

.heroCarousel-content.slide-1 .heroCarousel-action {
  border-color: #fb3d8e;
  color: #fb3d8e; }
  .heroCarousel-content.slide-1 .heroCarousel-action:hover {
    border-color: #fb3d8e;
    color: #fb3d8e; }

.heroCarousel-content.slide-2 .heroCarousel-title, .heroCarousel-content.slide-2 .heroCarousel-description {
  color: white; }

.heroCarousel-content.slide-2 .heroCarousel-action {
  border-color: white;
  color: white; }
  .heroCarousel-content.slide-2 .heroCarousel-action:hover {
    border-color: white;
    color: white; }

.heroCarousel-content.slide-3 .heroCarousel-title, .heroCarousel-content.slide-3 .heroCarousel-description {
  color: white; }

.heroCarousel-content.slide-3 .heroCarousel-action {
  border-color: white;
  color: white; }
  .heroCarousel-content.slide-3 .heroCarousel-action:hover {
    border-color: white;
    color: white; }

.heroCarousel-content.slide-4 .heroCarousel-title, .heroCarousel-content.slide-4 .heroCarousel-description {
  color: white; }

.heroCarousel-content.slide-4 .heroCarousel-action {
  border-color: white;
  color: white; }
  .heroCarousel-content.slide-4 .heroCarousel-action:hover {
    border-color: white;
    color: white; }

@media (max-width: 550px) {
  .heroCarousel-content.has-content {
    padding: 28px 7.5% 35px;
    background-color: #ffffff;
    border-bottom: 1px solid #E9E9E9; }
    .homepage-layout-2 .heroCarousel-content.has-content {
      border-radius: 0 0 6px 6px; }
  .heroCarousel-content.position-center {
    transform: unset; }
  .heroCarousel-content.slide-0 .heroCarousel-title, .heroCarousel-content.slide-2 .heroCarousel-title, .heroCarousel-content.slide-3 .heroCarousel-title, .heroCarousel-content.slide-4 .heroCarousel-title {
    color: #be132d; }
  .heroCarousel-content.slide-0 .heroCarousel-description, .heroCarousel-content.slide-2 .heroCarousel-description, .heroCarousel-content.slide-3 .heroCarousel-description, .heroCarousel-content.slide-4 .heroCarousel-description {
    color: #505050; }
  .heroCarousel-content.slide-0 .heroCarousel-action, .heroCarousel-content.slide-2 .heroCarousel-action, .heroCarousel-content.slide-3 .heroCarousel-action, .heroCarousel-content.slide-4 .heroCarousel-action {
    background: #be132d;
    color: white;
    border-color: #fd6506; } }

.heroCarousel-title {
  font-size: 20px;
  line-height: 28px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%; }
  @media (min-width: 551px) {
    .heroCarousel-title {
      font-size: 20px;
      line-height: 30px; } }
  @media (min-width: 992px) {
    .heroCarousel-title {
      font-size: 30px;
      line-height: 40px; } }
  @media (min-width: 1025px) {
    .heroCarousel-title {
      font-size: 50px;
      line-height: 60px;
      margin-bottom: 24px; } }

.heroCarousel-description {
  font-size: 1rem;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 16px; } }
  @media (min-width: 1025px) {
    .heroCarousel-description {
      font-size: 18px;
      margin-bottom: 28px; } }

.heroCarousel-action {
  margin: 0;
  min-width: 166px;
  background: transparent; }
  .heroCarousel-action:hover {
    background: transparent; }
  @media (min-width: 1025px) {
    .heroCarousel-action {
      margin-top: 1.5rem; } }

.carousel-play-pause-button {
  position: absolute;
  left: 15px;
  bottom: 13px;
  width: 26px;
  height: 26px;
  transition: color 100ms ease-out;
  z-index: 5;
  padding: 0;
  font-size: 0;
  opacity: 0.5;
  display: none !important; }
  .carousel-play-pause-button:hover {
    opacity: 1; }
  @media (min-width: 551px) {
    .carousel-play-pause-button {
      bottom: 17px; } }
  .carousel-play-pause-button .text {
    font-size: 0; }
  .carousel-play-pause-button .icon {
    width: 26px;
    height: 26px;
    border: 2px solid white;
    position: relative;
    border-radius: 50%; }
    .carousel-play-pause-button .icon:before, .carousel-play-pause-button .icon:after {
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
  .carousel-play-pause-button[aria-label="Pause carousel"] .icon:before {
    content: "";
    position: absolute;
    left: 7px;
    background: white;
    width: 3px;
    height: 10px; }
  .carousel-play-pause-button[aria-label="Pause carousel"] .icon:after {
    content: "";
    position: absolute;
    left: 12px;
    background: white;
    width: 3px;
    height: 10px; }
  .carousel-play-pause-button[aria-label="Play carousel"] .icon:before {
    content: "";
    position: absolute;
    left: 9px;
    border: 6px solid transparent;
    border-left-color: white;
    width: 3px;
    height: 10px; }
  .carousel-play-pause-button:hover {
    color: #474747; }
  @media (max-width: 550px) {
    .carousel-play-pause-button {
      left: 7.5%; }
      .carousel-play-pause-button .icon {
        border-color: #be132d; }
      .carousel-play-pause-button[aria-label="Pause carousel"] .icon:before {
        background: #be132d; }
      .carousel-play-pause-button[aria-label="Pause carousel"] .icon:after {
        background: #be132d; }
      .carousel-play-pause-button[aria-label="Play carousel"] .icon:before {
        border-left-color: #be132d; } }

@media (max-width: 550px) {
  .homepage-layout-1 .heroCarousel-slide.stretch .heroCarousel-image-wrapper {
    position: relative;
    overflow: hidden;
    height: auto; }
    .homepage-layout-1 .heroCarousel-slide.stretch .heroCarousel-image-wrapper img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      border: 0;
      width: auto;
      max-height: 100%;
      object-fit: contain;
      /* Object-fit polyfill */
      font-family: 'object-fit: contain;'; }
    .homepage-layout-1 .heroCarousel-slide.stretch .heroCarousel-image-wrapper:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 41.63636363636363%; } }

@media (max-width: 480px) {
  body.page-type-default.homepage-layout-1 .heroCarousel.slick-dotted.slick-slider .slick-dots {
    top: 140px; } }

@media (max-width: 400px) {
  body.page-type-default.homepage-layout-1 .heroCarousel.slick-dotted.slick-slider .slick-dots {
    top: 125px; } }

@media (max-width: 360px) {
  body.page-type-default.homepage-layout-1 .heroCarousel.slick-dotted.slick-slider .slick-dots {
    top: 110px; } }

@media (max-width: 330px) {
  body.page-type-default.homepage-layout-1 .heroCarousel.slick-dotted.slick-slider .slick-dots {
    top: 100px; } }

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

.writeReview-productDetails .product-brand {
  color: #757575;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  margin-bottom: 5px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif; }

.writeReview-productDetails .product-title {
  margin-top: 0;
  font-size: 16px;
  text-transform: capitalize;
  color: #202020;
  font-weight: 700;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  text-align: center; }

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

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

.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;
    border-bottom: 1px solid #e6e6e6; }
    @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.78571rem;
        padding-top: 0.78571rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (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.21429rem; }
  @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;
  border-color: #e6e6e6; }
  @media (min-width: 551px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 16px; }
    @media (min-width: 768px) {
      .account--addReturn .table-thead th {
        font-size: 18px; } }
  .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 .return-itemTitle {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0 0 5px 0;
  text-transform: capitalize;
  display: block; }

.return-itemName .definitionList .definitionList-label,
.return-itemName .definitionList .definitionList-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
  color: #505050; }

.return-itemName .definitionList .definitionList-label {
  float: left;
  margin: 0 0.375rem 0 0; }

.return-itemName .definitionList .definitionList-description {
  font-weight: 400;
  margin: 0; }

.return-itemPrice {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.35714rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.35714rem; }
  @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; } }

.return-itemQuantity .form-select--short {
  width: 8rem;
  max-width: 100%; }

.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-row #return_comments {
    max-width: 100%; }
  .account--addReturn-row .account--addReturn-column .form-field {
    margin-bottom: 22px; }

.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%;
  max-width: none;
  width: auto;
  margin: 0;
  font-size: 0; }
  .productCarousel .slick-list {
    margin: 0 -7.5px; }
    @media (min-width: 1025px) {
      .productCarousel .slick-list {
        margin: 0 -10px; } }
    @media (max-width: 550px) {
      .homepage-layout-2 .productCarousel .slick-list {
        margin-left: 0;
        margin-right: 0; } }

.productCarousel-slide {
  display: inline-block;
  width: 50%;
  padding-left: 7.5px;
  padding-right: 7.5px;
  font-size: 14px; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 1025px) {
    .productCarousel-slide {
      width: 25%;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 1281px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }
  @media (max-width: 550px) {
    .homepage-layout-2 .productCarousel-slide {
      padding-left: 0;
      padding-right: 0; } }
  .productCarousel-slide.col-2 {
    width: 50%;
    display: none; }
    .productCarousel-slide.col-2.slick-slide, .productCarousel-slide.col-2:first-child, .productCarousel-slide.col-2:nth-child(2) {
      display: inline-block; }
  .productCarousel-slide.col-3 {
    width: 50%;
    display: none; }
    .productCarousel-slide.col-3.slick-slide, .productCarousel-slide.col-3:first-child, .productCarousel-slide.col-3:nth-child(2) {
      display: inline-block; }
    @media (min-width: 551px) {
      .productCarousel-slide.col-3 {
        width: 33.33333%; } }
    @media (min-width: 551px) and (max-width: 991px) {
      .productCarousel-slide.col-3:nth-child(3) {
        display: inline-block; } }
    @media (min-width: 992px) {
      .productCarousel-slide.col-3 {
        width: 50%; } }
    @media (min-width: 1025px) {
      .productCarousel-slide.col-3 {
        width: 33.33333%; }
        .productCarousel-slide.col-3:nth-child(3) {
          display: inline-block; } }
  .productCarousel-slide.col-4 {
    width: 50%;
    display: none; }
    .productCarousel-slide.col-4.slick-slide, .productCarousel-slide.col-4:first-child, .productCarousel-slide.col-4:nth-child(2) {
      display: inline-block; }
    @media (min-width: 551px) {
      .productCarousel-slide.col-4 {
        width: 33.33333%; }
        .productCarousel-slide.col-4:nth-child(3) {
          display: inline-block; } }
    @media (min-width: 992px) {
      .productCarousel-slide.col-4 {
        width: 25%; }
        .productCarousel-slide.col-4:nth-child(4) {
          display: inline-block; } }
  .productCarousel-slide.col-5 {
    width: 50%;
    display: none; }
    .productCarousel-slide.col-5.slick-slide, .productCarousel-slide.col-5:first-child, .productCarousel-slide.col-5:nth-child(2) {
      display: inline-block; }
    @media (min-width: 551px) {
      .productCarousel-slide.col-5 {
        width: 33.33333%; }
        .productCarousel-slide.col-5:nth-child(3) {
          display: inline-block; } }
    @media (min-width: 992px) {
      .productCarousel-slide.col-5 {
        width: 25%; }
        .productCarousel-slide.col-5:nth-child(4) {
          display: inline-block; } }
    @media (min-width: 1440px) {
      .productCarousel-slide.col-5 {
        width: 20%; }
        .productCarousel-slide.col-5:nth-child(5) {
          display: inline-block; } }
  .productCarousel-slide.col-6 {
    width: 50%;
    display: none; }
    .productCarousel-slide.col-6.slick-slide, .productCarousel-slide.col-6:first-child, .productCarousel-slide.col-6:nth-child(2) {
      display: inline-block; }
    @media (min-width: 551px) {
      .productCarousel-slide.col-6 {
        width: 33.33333%; }
        .productCarousel-slide.col-6:nth-child(3) {
          display: inline-block; } }
    @media (min-width: 992px) {
      .productCarousel-slide.col-6 {
        width: 25%; }
        .productCarousel-slide.col-6:nth-child(4) {
          display: inline-block; } }
    @media (min-width: 1440px) {
      .productCarousel-slide.col-6 {
        width: 20%; }
        .productCarousel-slide.col-6:nth-child(5) {
          display: inline-block; } }
    @media (min-width: 1920px) {
      .productCarousel-slide.col-6 {
        width: 16.66667%; }
        .productCarousel-slide.col-6:nth-child(6) {
          display: inline-block; } }

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

.quickView:after {
  clear: both; }

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

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

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

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

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

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

.productView {
  padding-top: 27px; }

.productView-images {
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .productView-images {
      margin-bottom: 80px; } }
  .productView-images .product-img-wrapper .productView-nav-inner {
    width: 100%;
    position: relative; }
    .productView-images .product-img-wrapper .productView-nav-inner .product-badge {
      top: 15px;
      left: 15px; }
    .productView-images .product-img-wrapper .productView-nav-inner .new-badge ~ .sale-badge {
      top: 50px; }
      .productView-images .product-img-wrapper .productView-nav-inner .new-badge ~ .sale-badge ~ .soldout-badge {
        top: 85px; }
        .productView-images .product-img-wrapper .productView-nav-inner .new-badge ~ .sale-badge ~ .soldout-badge ~ .custom-badge-1 {
          top: 120px; }
          .productView-images .product-img-wrapper .productView-nav-inner .new-badge ~ .sale-badge ~ .soldout-badge ~ .custom-badge-1 ~ .custom-badge-2 {
            top: 155px; }
      .productView-images .product-img-wrapper .productView-nav-inner .new-badge ~ .sale-badge ~ .custom-badge {
        top: 85px; }
        .productView-images .product-img-wrapper .productView-nav-inner .new-badge ~ .sale-badge ~ .custom-badge ~ .custom-badge-2 {
          top: 120px; }
    .productView-images .product-img-wrapper .productView-nav-inner .new-badge ~ .soldout-badge {
      top: 50px; }
      .productView-images .product-img-wrapper .productView-nav-inner .new-badge ~ .soldout-badge ~ .custom-badge-1 {
        top: 85px; }
        .productView-images .product-img-wrapper .productView-nav-inner .new-badge ~ .soldout-badge ~ .custom-badge-1 ~ .custom-badge-2 {
          top: 120px; }
    .productView-images .product-img-wrapper .productView-nav-inner .new-badge ~ .custom-badge1 {
      top: 50px; }
      .productView-images .product-img-wrapper .productView-nav-inner .new-badge ~ .custom-badge1 ~ .custom-badge-2 {
        top: 85px; }
    .productView-images .product-img-wrapper .productView-nav-inner .new-badge ~ .custom-badge2 {
      top: 50px; }
    .productView-images .product-img-wrapper .productView-nav-inner .sale-badge ~ .soldout-badge {
      top: 50px; }
      .productView-images .product-img-wrapper .productView-nav-inner .sale-badge ~ .soldout-badge ~ .custom-badge-1 {
        top: 85px; }
        .productView-images .product-img-wrapper .productView-nav-inner .sale-badge ~ .soldout-badge ~ .custom-badge-1 ~ .custom-badge-2 {
          top: 120px; }
    .productView-images .product-img-wrapper .productView-nav-inner .sale-badge ~ .custom-badge-1 {
      top: 50px; }
      .productView-images .product-img-wrapper .productView-nav-inner .sale-badge ~ .custom-badge-1 ~ .custom-badge-2 {
        top: 85px; }
    .productView-images .product-img-wrapper .productView-nav-inner .soldout-badge ~ .custom-badge-1 {
      top: 50px; }
      .productView-images .product-img-wrapper .productView-nav-inner .soldout-badge ~ .custom-badge-1 ~ .custom-badge-2 {
        top: 85px; }
    .productView-images .product-img-wrapper .productView-nav-inner .custom-badge-1 ~ .custom-badge-2 {
      top: 50px; }
    .productView-images .product-img-wrapper .productView-nav-inner .label-videos {
      position: absolute;
      left: 15px;
      bottom: 15px; }
      .productView-images .product-img-wrapper .productView-nav-inner .label-videos .video-link {
        color: #505050;
        display: inline-block; }
        .productView-images .product-img-wrapper .productView-nav-inner .label-videos .video-link svg {
          width: 48px;
          height: 48px;
          fill: gray;
          stroke: gray; }
  .productView-images .product-img-wrapper .click-to-zoom {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 12px;
    color: gray; }
    .productView-images .product-img-wrapper .click-to-zoom svg {
      fill: #505050;
      margin-right: 6px;
      margin-top: -2px; }
    @media (max-width: 1024px) {
      .productView-images .product-img-wrapper .click-to-zoom {
        display: none; } }
  .productView-images .product-img-wrapper .productView-thumbnails {
    margin-top: 25px;
    text-align: center;
    font-size: 0;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1200px) {
      .productView-images .product-img-wrapper .productView-thumbnails {
        padding-left: 65px;
        padding-right: 65px; } }
  .productView-images .product-img-wrapper .product-bottom-wrapper {
    margin-top: 24px; }
    .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      max-width: 570px;
      margin: 0 auto;
      background: whitesmoke;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      -ms-border-radius: 100px;
      border-radius: 100px;
      padding: 25px 25px; }
      .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        width: calc(100% - 160px);
        padding-right: 15px; }
        .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left .img {
          display: inline-block;
          width: 50px; }
        .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left .text {
          width: calc(100% - 50px);
          padding-left: 18px;
          display: inline-block; }
          .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left .text h3 {
            margin-top: 0;
            margin-bottom: 5px;
            font-size: 16px;
            line-height: 24px;
            text-transform: uppercase;
            font-style: italic; }
      .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-right {
        width: 160px; }
        .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-right .ask-an-expert-link {
          text-transform: uppercase;
          font-weight: 700;
          background: #f6b924;
          border-color: #f6b924;
          color: #202020; }
      @media (max-width: 991px) {
        .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert {
          padding: 15px 10px; }
          .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left {
            width: calc(100% - 136px); }
            .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left .img {
              width: 47px; }
            .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left .text {
              width: calc(100% - 47px);
              padding-left: 15px; }
              .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left .text h3 {
                font-size: 13px; }
          .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-right {
            width: 136px; } }
      @media (max-width: 380px) {
        .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left {
          width: calc(100% - 126px); }
          .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left .img {
            display: none; }
          .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-left .text {
            width: 100%;
            padding-left: 10px; }
        .productView-images .product-img-wrapper .product-bottom-wrapper .halo-ask-an-expert .col-right {
          width: 126px; } }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 1025px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }
  @media (min-width: 320px) and (max-width: 1025px) {
    .productView-image {
      pointer-events: none; } }

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

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.35714rem;
  margin-right: -0.35714rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails .slick-arrow {
    display: block !important; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails:not(.slick-initialized) .productView-thumbnail {
    width: 50%; }
    .productView-thumbnails:not(.slick-initialized) .productView-thumbnail:nth-child(n+3) {
      display: none; }
    @media (min-width: 360px) {
      .productView-thumbnails:not(.slick-initialized) .productView-thumbnail {
        width: 33.3333%; }
        .productView-thumbnails:not(.slick-initialized) .productView-thumbnail:nth-child(n+4) {
          display: none; } }
    @media (min-width: 640px) {
      .productView-thumbnails:not(.slick-initialized) .productView-thumbnail {
        width: 25%; }
        .productView-thumbnails:not(.slick-initialized) .productView-thumbnail:nth-child(n+5) {
          display: none; } }
    @media (min-width: 768px) {
      .productView-thumbnails:not(.slick-initialized) .productView-thumbnail {
        width: 33.3333%; }
        .productView-thumbnails:not(.slick-initialized) .productView-thumbnail:nth-child(n+4) {
          display: none; } }
    @media (min-width: 992px) {
      .productView-thumbnails:not(.slick-initialized) .productView-thumbnail {
        width: 25%; }
        .productView-thumbnails:not(.slick-initialized) .productView-thumbnail:nth-child(n+5) {
          display: none; } }
    @media (min-width: 1200px) {
      .productView-thumbnails:not(.slick-initialized) .productView-thumbnail {
        width: 20%; }
        .productView-thumbnails:not(.slick-initialized) .productView-thumbnail:nth-child(n+6) {
          display: none; } }
  .productView-thumbnails img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin: 0;
    width: auto;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;';
    position: relative; }

.productView-thumbnail {
  display: inline-block;
  width: auto;
  padding-left: 7.5px;
  padding-right: 7.5px; }

.productView-thumbnail-link {
  display: block;
  max-width: 86px;
  position: relative;
  width: 100%;
  border: 1px solid transparent;
  text-align: center; }
  .productView-thumbnail-link:hover {
    border-color: #505050; }

.productView-thumbnails.slick-initialized .productView-thumbnail.slick-current .productView-thumbnail-link,
.productView-thumbnails:not(.slick-initialized) .productView-thumbnail-link.is-active {
  border-color: #505050; }

.productView-details {
  padding-bottom: 7px; }

.productView-product {
  padding-bottom: 0px; }
  .productView-product > :last-child {
    margin-bottom: 0; }
  .productView-product .productCountDown {
    margin-top: 3px; }

.productView-title {
  font-size: 24px;
  line-height: 32px;
  margin-top: 0;
  margin-bottom: 10px; }

.productView-brand {
  color: gray;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 5px 0;
  font-weight: 400; }
  .productView-brand a {
    color: gray; }
    .productView-brand a span {
      background-image: linear-gradient(transparent 96%, rgba(128, 128, 128, 0.3) 4%);
      background-repeat: repeat-x;
      background-position-y: -1px; }
    .productView-brand a:hover {
      color: black; }
      .productView-brand a:hover span {
        background-image: linear-gradient(transparent 96%, black 4%); }

.productView-price {
  font-size: 0;
  margin-top: 5px;
  font-weight: 500; }
  .productView-price > p.login-price {
    font-size: 16px;
    font-weight: 500;
    color: #202020; }
  .productView-price .price-section {
    color: #e10600;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-left: 2px;
    letter-spacing: 0;
    font-family: "Montserrat", Arial, Helvetica, sans-serif; }
    .productView-price .price-section.sale-price {
      margin-right: 12px; }
    .productView-price .price-section.rrp-price--withoutTax, .productView-price .price-section .rrp-price--withTax {
      color: #505050;
      margin-left: 0;
      margin-right: 7px;
      font-weight: 400; }
      .productView-price .price-section.rrp-price--withoutTax .price-label, .productView-price .price-section .rrp-price--withTax .price-label {
        display: none !important; }
    .productView-price .price-section .non-sale-price-label, .productView-price .price-section .price-now-label {
      display: none !important; }
    .productView-price .price-section.price-section--withoutTax, .productView-price .price-section.price-section--withTax {
      color: #e10600; }
      .productView-price .price-section.price-section--withoutTax.rrp-price--withoutTax, .productView-price .price-section.price-section--withoutTax.rrp-price--withTax, .productView-price .price-section.price-section--withTax.rrp-price--withoutTax, .productView-price .price-section.price-section--withTax.rrp-price--withTax {
        color: #505050; }
      .productView-price .price-section.price-section--withoutTax.price-none, .productView-price .price-section.price-section--withTax.price-none {
        color: #202020; }
        .productView-price .price-section.price-section--withoutTax.price-none.sale-price, .productView-price .price-section.price-section--withTax.price-none.sale-price {
          color: #e10600;
          font-weight: 700; }
    .productView-price .price-section.no-retail-price {
      margin-left: 0; }
      .productView-price .price-section.no-retail-price .price--non-sale {
        font-weight: 400; }
    .productView-price .price-section.rrp-price--withoutTax, .productView-price .price-section.rrp-price--withTax {
      color: #505050;
      margin-right: 7px; }
      .productView-price .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax, .productView-price .price-section.rrp-price--withoutTax .non-sale-price--withTax, .productView-price .price-section.rrp-price--withTax + .non-sale-price--withoutTax, .productView-price .price-section.rrp-price--withTax .non-sale-price--withTax {
        display: none !important; }
        .productView-price .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax.no-retail-price, .productView-price .price-section.rrp-price--withoutTax .non-sale-price--withTax.no-retail-price, .productView-price .price-section.rrp-price--withTax + .non-sale-price--withoutTax.no-retail-price, .productView-price .price-section.rrp-price--withTax .non-sale-price--withTax.no-retail-price {
          display: inline-block !important; }
          .productView-price .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax.no-retail-price.price-none, .productView-price .price-section.rrp-price--withoutTax .non-sale-price--withTax.no-retail-price.price-none, .productView-price .price-section.rrp-price--withTax + .non-sale-price--withoutTax.no-retail-price.price-none, .productView-price .price-section.rrp-price--withTax .non-sale-price--withTax.no-retail-price.price-none {
            display: none !important; }
    .productView-price .price-section.non-sale-price--withoutTax, .productView-price .price-section.non-sale-price--withTax {
      color: #505050;
      margin-right: 7px; }
    .productView-price .price-section.price-section--saving {
      width: 100%;
      margin-left: 0;
      margin-bottom: 0;
      margin-top: -4px;
      font-style: italic;
      font-size: 16px;
      font-weight: 400;
      color: gray; }
    .productView-price .price-section.price_range {
      color: #202020; }
  .productView-price .price-section--saving {
    font-size: 18px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productCountDown .countDowntimer .clock-item {
  color: #e10600;
  font-size: 16px;
  font-weight: 400; }

.productView-rating-wrap {
  display: inline-block;
  width: 100%; }
  .productView-rating-wrap .productReview_link {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle; }
  .productView-rating-wrap .sold-product {
    display: inline-block;
    color: #e10600;
    margin-bottom: 10px;
    vertical-align: middle; }
    @media (max-width: 550px) {
      .productView-rating-wrap .sold-product {
        width: 100%;
        margin-left: 0; } }
    .productView-rating-wrap .sold-product svg {
      fill: #e10600;
      margin-top: -3px;
      width: 14px;
      height: 16px;
      margin-right: 6px; }

.productView-rating {
  display: inline-block;
  margin-right: 31px;
  margin-bottom: 10px;
  vertical-align: middle; }
  .productView-rating .icon {
    width: 15px;
    height: 15px;
    margin-top: -1px; }
    .productView-rating .icon svg {
      width: 15px;
      height: 15px; }

.productView-reviewLink {
  display: inline-block;
  margin-left: 27px;
  vertical-align: middle;
  color: #505050; }
  .productView-reviewLink:hover {
    color: #202020;
    background-image: linear-gradient(transparent 96%, #202020 4%);
    background-repeat: repeat-x;
    background-position-y: -3px; }
  .productView-reviewLink--new {
    padding: 0;
    margin-left: 27px; }

.productView-shortDesc {
  margin-top: 22px;
  font-size: 16px;
  line-height: 24px; }
  .productView-shortDesc p {
    margin-bottom: 15px; }

.productView-info {
  margin-top: 10px;
  margin-bottom: 32px; }
  .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;
  font-size: 16px;
  line-height: 24px; }

.productView-info-name {
  clear: both;
  margin-bottom: 0.28571rem;
  margin-right: 20px;
  min-width: 135px; }

.productView-info-value {
  display: inline-block;
  margin-bottom: 0.28571rem;
  text-transform: capitalize; }

.productView-options {
  margin-bottom: 20px;
  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 input[type="file"] {
    font-size: 16px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 22px;
    line-height: 1; }
    .productView-options .form-field .form-label {
      color: #505050;
      font-weight: 400;
      margin-bottom: 8px; }
      .productView-options .form-field .form-label [data-option-value], .productView-options .form-field .form-label [data-product-stock] {
        color: #202020; }
    .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-field--stock .form-label {
      margin-bottom: 2px; }
    .productView-options .form-field.form-field--increments {
      margin: 0px 15px 0 0;
      font-size: 0;
      display: inline-block; }
      .productView-options .form-field.form-field--increments .form-increment .form-input--incrementTotal {
        width: 116px;
        height: 60px; }
      .productView-options .form-field.form-field--increments .form-increment .button[data-action="inc"] {
        top: 17px; }
      .productView-options .form-field.form-field--increments .form-increment .button[data-action="dec"] {
        bottom: 17px; }
      @media (max-width: 991px) {
        .productView-options .form-field.form-field--increments {
          display: block;
          margin-bottom: 15px; } }
  .productView-options .form-action {
    display: inline-block;
    width: 100%; }
    @media (min-width: 551px) {
      .productView-options .form-action {
        width: calc(50% - 5px);
        padding: 0;
        max-width: 290px; } }
    @media (min-width: 1025px) {
      .productView-options .form-action {
        width: calc(50% - 10px); } }
    .productView-options .form-action .button {
      width: 100%;
      padding: 21px 25px;
      font-size: 16px;
      font-weight: 700; }
      @media (min-width: 1281px) {
        .productView-options .form-action .button {
          margin-right: 0.78571rem;
          width: auto; } }
    .productView-options .form-action.form-wishlist {
      margin-bottom: 0px;
      width: 60px;
      height: 60px;
      position: absolute;
      bottom: 27px;
      right: 75px; }
      @media (min-width: 551px) {
        .productView-options .form-action.form-wishlist.has-add-cart {
          margin-left: 10px; } }
      @media (min-width: 1025px) {
        .productView-options .form-action.form-wishlist.has-add-cart {
          margin-left: 15px; } }
      .productView-options .form-action.form-wishlist.has-add-cart.login-price {
        margin-left: 0; }
      .productView-options .form-action.form-wishlist > .button {
        background: white;
        color: #202020;
        border-color: #cccccc;
        padding: 0 15px;
        width: 60px;
        height: 60px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; }
        .productView-options .form-action.form-wishlist > .button span {
          position: relative;
          padding-left: 18px;
          display: none; }
        .productView-options .form-action.form-wishlist > .button svg {
          width: 22px;
          height: 20px; }
        .productView-options .form-action.form-wishlist > .button:hover, .productView-options .form-action.form-wishlist > .button:focus, .productView-options .form-action.form-wishlist > .button:active {
          background-color: whitesmoke;
          color: white;
          border-color: whitesmoke; }
          .productView-options .form-action.form-wishlist > .button:hover span:before, .productView-options .form-action.form-wishlist > .button:hover span:after, .productView-options .form-action.form-wishlist > .button:focus span:before, .productView-options .form-action.form-wishlist > .button:focus span:after, .productView-options .form-action.form-wishlist > .button:active span:before, .productView-options .form-action.form-wishlist > .button:active span:after {
            background: white; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.78571rem; }
    .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: gray;
      display: block;
      margin-top: 0.35714rem;
      padding: 0.35714rem 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; }

#add-to-cart-wrapper .productAttributes-message {
  margin-top: 20px;
  margin-bottom: 15px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px; }

.productOptions-list {
  border: 1px solid #dddddd;
  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 #dddddd; }
  .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.28571rem; }

.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-nav-inner {
  position: relative; }
  .productView-nav-inner .productView-nav .slick-prev {
    left: 15px; }
    @media (min-width: 551px) {
      .productView-nav-inner .productView-nav .slick-prev {
        left: 25px; } }
  .productView-nav-inner .productView-nav .slick-next {
    right: 15px; }
    @media (min-width: 551px) {
      .productView-nav-inner .productView-nav .slick-next {
        right: 25px; } }
  .productView-nav-inner .productView-nav:not(.slick-initialized) .productView-image:nth-child(n+2) {
    display: none; }

.viewing-product {
  color: #505050;
  margin-bottom: 20px;
  text-align: left;
  padding: 0 0 0 1rem; }
  .viewing-product svg {
    fill: #808080;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  .viewing-product span {
    color: #808080;
    display: inline-block;
    vertical-align: middle; }
  @media (min-width: 768px) {
    .viewing-product {
      padding-left: 15px;
      clear: right;
      float: right;
      width: 50%; } }
  @media (min-width: 1279px) {
    .viewing-product {
      padding-left: 55px; } }

.seal-logos {
  margin-top: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  z-index: 1;
  position: relative;
  -webkit-overflow-scrolling: touch; }
  .seal-logos img {
    margin-right: 20px;
    margin-bottom: 15px;
    display: inline-block; }
    .seal-logos img:last-child {
      margin-right: 0; }

/* Size Chart Popup*/
#modal-size-chart-form {
  width: 790px; }
  #modal-size-chart-form .modal-body {
    padding: 0; }
    #modal-size-chart-form .modal-body .size_chart_text {
      padding: 28px 35px; }
      @media (min-width: 1025px) {
        #modal-size-chart-form .modal-body .size_chart_text {
          padding: 42px 70px; } }
      #modal-size-chart-form .modal-body .size_chart_text + .size_chart_img {
        border-top: 1px solid #eee; }
    #modal-size-chart-form .modal-body .size_chart_img {
      margin-bottom: 35px;
      padding: 35px 35px 0 35px; }
      #modal-size-chart-form .modal-body .size_chart_img + .size_chart_text {
        border-top: 1px solid #eee; }

/* Video Gallery Popup */
#video-gallery-pc-popup .modal-header-title {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  text-transform: none; }
  #video-gallery-pc-popup .modal-header-title strong {
    font-weight: 500;
    margin-right: 10px; }

#video-gallery-pc-popup .productView {
  margin: 0;
  vertical-align: top; }

.productView-nav-pc, .label-videos-pc {
  display: none; }
  @media (min-width: 1025px) {
    .productView-nav-pc, .label-videos-pc {
      display: block; } }

@media (min-width: 1025px) {
  .productView-nav-mobile, .label-videos-mobile {
    display: none; } }

.vgallery_popup .content_slide {
  font-size: 0;
  display: block; }
  .vgallery_popup .content_slide .box1, .vgallery_popup .content_slide .box2 {
    position: relative;
    display: inline-block;
    vertical-align: top; }
  .vgallery_popup .content_slide .box1 {
    width: 62%;
    overflow: hidden;
    max-height: 540px; }
  .vgallery_popup .content_slide .box2 {
    width: 38%;
    padding-left: 50px; }

.vgallery_popup .btn-arrow {
  top: 50%;
  z-index: 2;
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%);
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5); }
  .vgallery_popup .btn-arrow:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center; }
  .vgallery_popup .btn-arrow.btn-prev {
    left: 0; }
    .vgallery_popup .btn-arrow.btn-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='%231e1e1e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .vgallery_popup .btn-arrow.btn-next {
    right: 0; }
    .vgallery_popup .btn-arrow.btn-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='%231e1e1e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.vgallery_popup .galleryView {
  width: 100%;
  text-align: center; }
  .vgallery_popup .galleryView:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 75%; }
  .vgallery_popup .galleryView img:not([role="presentation"]) {
    top: 0;
    left: 50%;
    height: 100%;
    position: absolute;
    transform: translateX(-50%); }
  .vgallery_popup .galleryView > iframe {
    top: 50%;
    left: 50%;
    min-height: 390px;
    position: absolute;
    transform: translate(-50%, -50%); }
    @media (min-width: 1200px) {
      .vgallery_popup .galleryView > iframe {
        min-height: 480px; } }
    @media (min-width: 1281px) {
      .vgallery_popup .galleryView > iframe {
        min-height: 530px; } }
    @media (min-width: 1440px) {
      .vgallery_popup .galleryView > iframe {
        min-height: 530px; } }

.vgallery_popup .gallery-thumbnail h2 {
  font-size: 14px;
  font-weight: 400;
  color: gray;
  margin: -7px 0 5px 0;
  text-transform: capitalize; }

.vgallery_popup .gallery-thumbnail ul {
  margin: 0 -5px;
  font-size: 0;
  text-align: left; }
  .vgallery_popup .gallery-thumbnail ul li {
    position: relative;
    font-size: 12px;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 5px; }
  .vgallery_popup .gallery-thumbnail ul .thumbbsd {
    display: block;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    position: relative; }
    .vgallery_popup .gallery-thumbnail ul .thumbbsd:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 127.90698%; }
    .vgallery_popup .gallery-thumbnail ul .thumbbsd img {
      top: 50%;
      left: 50%;
      width: auto;
      height: 100%;
      max-width: none;
      position: absolute;
      transform: translate(-50%, -50%); }
    .vgallery_popup .gallery-thumbnail ul .thumbbsd.thumb-video {
      border-radius: 3px;
      overflow: hidden; }
      .vgallery_popup .gallery-thumbnail ul .thumbbsd.thumb-video:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        z-index: 2;
        border-radius: 3px;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.5);
        border: 1px solid #1e1e1e; }

.vgallery_popup .gallery-thumbnail + .gallery-thumbnail {
  margin-top: 40px; }

.vgallery_popup .gallery-thumbnail.gallery-thumbnail-2 ul li .thumbbsd:after {
  padding-bottom: 100%; }

.vgallery_popup .gallery-thumbnail-1 h2:before {
  content: 'Product Image';
  letter-spacing: .02em; }

.vgallery_popup .gallery-thumbnail-2 h2:before {
  content: 'Product Video';
  letter-spacing: .02em; }

.productView-details.product-options {
  position: relative; }
  .productView-details.product-options [data-cart-item-add] {
    margin-right: 0;
    margin-bottom: 0; }
  .productView-details.product-options #add-to-cart-wrapper {
    font-size: 0; }
    .productView-details.product-options #add-to-cart-wrapper .form-field--increments {
      margin-right: 10px; }
    .productView-details.product-options #add-to-cart-wrapper .form-action {
      width: calc(100% - 276px);
      max-width: 100%; }
      .productView-details.product-options #add-to-cart-wrapper .form-action .button {
        width: 100%;
        margin-right: 0; }
      @media (max-width: 991px) {
        .productView-details.product-options #add-to-cart-wrapper .form-action {
          width: calc(100% - 150px); } }

.social-mediaBlock {
  position: absolute;
  bottom: 27px;
  right: 0;
  display: inline-block;
  width: 60px;
  margin-left: 15px; }

.socialMedia-button {
  background: white;
  color: #202020;
  border-color: #cccccc;
  padding: 0 15px;
  width: 60px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #cccccc;
  border-radius: 40px; }
  .socialMedia-button svg {
    width: 20px;
    height: 20px; }
  .socialMedia-button:hover {
    background-color: whitesmoke;
    border-color: whitesmoke; }

.socialMedia-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2;
  padding: 20px 20px 40px 20px;
  width: 300px;
  background-color: #fff;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  border-radius: 6px;
  text-align: left;
  display: none; }
  @media (min-width: 551px) {
    .socialMedia-dropdown {
      width: 315px; } }
  .socialMedia-dropdown p {
    color: #505050;
    font-size: 14px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    margin-bottom: 10px; }
  .socialMedia-dropdown > div {
    margin-bottom: 5px; }
  .socialMedia-dropdown .shareLinkSocial__link {
    position: relative;
    margin-bottom: 20px; }
    .socialMedia-dropdown .shareLinkSocial__link > p {
      margin-bottom: 15px; }
    .socialMedia-dropdown .shareLinkSocial__link #shareLinkSocial__copy {
      border: 1px solid #cfcfcf;
      border-radius: 40px;
      background-color: #f6f6f6;
      padding: 11px 10px;
      display: block;
      width: 100%;
      color: #a0a0a0; }
    .socialMedia-dropdown .shareLinkSocial__link .shareLinkSocial__close {
      position: absolute;
      top: -5px;
      right: -3px; }

.productView-title-hasPrevNext {
  padding-right: 62px;
  position: relative; }

.productView-nextProducts {
  display: none;
  position: absolute;
  bottom: -10px;
  right: 0; }
  @media (min-width: 1025px) {
    .productView-nextProducts {
      display: block; } }
  .productView-nextProducts .next-prev-icons {
    font-size: 0;
    padding: 0 20px;
    border-radius: 40px;
    border: 1px solid #cccccc;
    height: 40px; }
    .productView-nextProducts .next-prev-icons > a.disable {
      color: #cecece;
      opacity: 0.5; }
    .productView-nextProducts .next-prev-icons > a {
      font-size: 0;
      display: inline-block;
      vertical-align: middle;
      width: 38px;
      height: 40px; }
      .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: 10px; }
        .productView-nextProducts .next-prev-icons > a.prev-icon: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"); }
      .productView-nextProducts .next-prev-icons > a.next-icon {
        padding-left: 10px; }
        .productView-nextProducts .next-prev-icons > a.next-icon: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"); }
  .productView-nextProducts .next-prev-modal {
    display: none;
    width: 420px;
    position: absolute;
    top: 90%;
    right: 0;
    z-index: 3; }
    .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: 6px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
    .productView-nextProducts .next-prev-content.is-show {
      display: block; }
  .productView-nextProducts .card {
    display: block;
    margin-bottom: 0; }
    .productView-nextProducts .card .card-prevNext-image {
      display: table-cell;
      vertical-align: top;
      position: relative;
      overflow: hidden;
      z-index: 1;
      width: 120px;
      border: 0;
      padding: 20px; }
      .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% - 120px);
      padding: 20px 20px 20px 0; }
      .productView-nextProducts .card .card-content .card-title {
        margin: 0 0 15px;
        margin-top: -3px;
        text-align: left; }
        .productView-nextProducts .card .card-content .card-title a {
          color: #0a6cdc;
          font-size: 16px;
          font-weight: 500; }
          .productView-nextProducts .card .card-content .card-title a span {
            background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, 0.6) 4%);
            background-repeat: repeat-x;
            background-position-y: 0px; }
      .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; }

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

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

.compareTable {
  table-layout: fixed;
  width: 100%;
  border: 1px solid #666666;
  margin-top: 5px; }
  .compareTable thead {
    text-align: center; }
  .compareTable th {
    border: 1px solid #666666; }
  @media (max-width: 1024px) {
    .compareTable {
      display: block;
      overflow-x: auto;
      white-space: nowrap; }
      .compareTable .compareTable-product,
      .compareTable .compareTable-item {
        min-width: 200px;
        white-space: normal; } }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row .compareTable-heading,
  .compareTable-row .compareTable-item {
    border: 1px solid #666666; }
  .compareTable-row + .compareTable-row {
    border-top: 1px solid #666666; }
    .compareTable-row + .compareTable-row .compareTable-heading:empty {
      border-top: 0; }
  .compareTable-row ul {
    margin-left: 8px;
    text-align: left; }

.compareTable-heading {
  font-size: 16px;
  font-weight: 600;
  padding: 1.28571rem 1rem;
  position: relative;
  text-align: center;
  width: 0;
  color: #202020; }
  @media (min-width: 1025px) {
    .compareTable-heading {
      width: 25%; } }

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

.compareTable-item {
  padding: 3.28571rem 1rem 1.28571rem; }
  @media (min-width: 1025px) {
    .compareTable-item {
      padding-top: 1.28571rem; } }
  .compareTable-item.custom_fields {
    text-align: left; }
    .compareTable-item.custom_fields ul li {
      text-align: left;
      margin-bottom: 10px;
      list-style: square; }
      .compareTable-item.custom_fields ul li span {
        font-weight: 500; }

.compareTable-removeProduct {
  background-color: #202020;
  height: 25px;
  position: absolute;
  right: -12px;
  top: -12px;
  transition: background-color 0.15s ease;
  width: 25px; }
  .compareTable-removeProduct .icon {
    fill: white;
    stroke: white;
    height: 16px;
    width: 16px; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1.28571rem 1.28571rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-figure {
    overflow: visible; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 15px; }
    .compareTable-product .card-body .price-section {
      margin-bottom: 9px; }
    .compareTable-product .card-body .card-figcaption-button {
      width: 100%; }
    .compareTable-product .card-body .card-title {
      padding-right: 0; }

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

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

.toggleLink {
  color: #202020; }
  .toggleLink:hover {
    color: #0a6cdc; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

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

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

.toggleLink-text--on {
  display: none;
  margin-top: -3px; }
  .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: 85.71429rem;
  width: 100%;
  border: #666666 solid;
  border-radius: 40px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem;
  display: none !important; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  .facetedSearch-toggle.is-open {
    border-radius: 6px;
    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: block !important;
  margin-top: 0 !important; }
  .facetedSearch-navList .accordion--navList,
  .facetedSearch-navList .accordion-block:first-child .accordion-navigation {
    border: 0;
    padding-left: 0;
    padding-right: 0; }
    .facetedSearch-navList .accordion--navList .accordion-title,
    .facetedSearch-navList .accordion-block:first-child .accordion-navigation .accordion-title {
      padding: 0; }
  .facetedSearch-navList.is-open .accordion--navList,
  .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
    border-radius: 6px;
    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: 2rem; }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }
  .facetedSearch-navList .accordion-block + .accordion-block {
    border-top: 1px solid #dddddd;
    padding-top: 25px; }
  .facetedSearch-navList .accordion--navList {
    margin-bottom: 5px; }
    .facetedSearch-navList .accordion--navList .accordion-content {
      padding: 0; }
    .facetedSearch-navList .accordion--navList .accordion-block {
      margin-top: 2rem; }
      .facetedSearch-navList .accordion--navList .accordion-block:first-child {
        margin-top: 10px; }
      .facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation {
        border: 0;
        padding: 0;
        margin-bottom: 18px !important; }

.facetedSearch .facetedSearch-navList .navList-item .navList-action--checkbox {
  padding-left: 25px; }

.facet-quick-heading {
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 44px; }
  @media (min-width: 551px) {
    .facet-quick-heading {
      font-size: 40px;
      line-height: 48px; } }

.facetedSearch-optionColumns {
  column-count: 2;
  column-gap: 20px; }
  @media (min-width: 551px) {
    .facetedSearch-optionColumns {
      column-count: 3; } }
  .facetedSearch-optionColumns .navList-action {
    padding: 6px 0; }

.facetedSearch-refineFilters {
  display: block; }

#facetedSearch-content--price {
  padding-bottom: 10px; }

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

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

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

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

.page-cart.has-calculate-shipping [data-cart-status] {
  display: none; }

.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 {
  float: none !important;
  margin: 0.5rem 0;
  text-align: center; }

.cart-additionalCheckoutButtons .FloatRight div {
  text-align: center;
  display: block; }

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

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

.cart-header {
  display: none;
  background-color: whitesmoke;
  border-radius: 40px; }
  @media (min-width: 1200px) {
    .cart-header {
      display: block;
      text-align: left; } }
  .cart-header > tr {
    display: block;
    font-size: 0; }

[data-cart] .cart-notification {
  margin-bottom: 15px; }

[data-cart-page-title] span {
  color: gray;
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px;
  text-transform: lowercase; }

.cart-header-item {
  padding: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #505050;
  display: inline-block;
  text-transform: uppercase; }
  .cart-header-item.cart-header-items {
    width: 53%;
    padding-left: 75px; }
  .cart-header-item.cart-header-price {
    width: 13%;
    text-align: center; }
  .cart-header-item.cart-header-quantity {
    width: 14%; }
  .cart-header-item.cart-header-total {
    width: 15%;
    text-align: center; }
  .cart-header-item.cart-header-remove {
    width: 5%;
    text-align: center;
    font-size: 0; }

.cart-list {
  display: block; }

.cart-item {
  border-bottom: 1px solid #eeeeee;
  clear: both;
  display: block;
  padding: 1.5rem 0;
  padding-left: 95px;
  font-size: 0; }
  .cart-item:before, .cart-item:after {
    content: " ";
    display: table; }
  .cart-item:after {
    clear: both; }
  @media (min-width: 1200px) {
    .cart-item {
      padding-left: 0; }
      .cart-item:before, .cart-item:after {
        display: none; } }
  @media (max-width: 767px) {
    .cart-item {
      position: relative; } }

.cart-item-block {
  display: block;
  padding: 0 15px;
  font-size: 14px; }
  @media (min-width: 768px) {
    .cart-item-block {
      display: inline-block;
      vertical-align: middle; } }
  .cart-item-block .definitionList {
    margin-top: 0;
    margin-bottom: 8px;
    font-style: italic; }
    .cart-item-block .definitionList .definitionList-key {
      color: gray;
      font-weight: 400; }
    .cart-item-block .definitionList .definitionList-value {
      color: #505050;
      font-weight: 500; }

.cart-item-figure {
  float: left;
  margin-bottom: 0;
  width: 95px;
  position: relative;
  margin-left: -95px;
  padding-left: 0;
  text-align: left; }
  @media (min-width: 1200px) {
    .cart-item-figure {
      float: none;
      width: 135px;
      padding: 0 15px 0 0;
      margin-left: 0;
      text-align: center; } }
  .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; }
  @media (min-width: 1025px) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-title {
  display: block;
  height: auto;
  margin-bottom: 0;
  overflow: hidden;
  width: 100%;
  padding-right: 0;
  text-align: left; }
  @media (min-width: 1200px) {
    .cart-item-title {
      display: inline-block;
      width: calc(53% - 135px); } }

.cart-item-info {
  clear: both;
  width: 100%; }
  @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: 1025px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }

.cart-item-price {
  text-align: left;
  width: 100%; }
  @media (max-width: 767px) {
    .cart-item-price {
      padding-right: 0;
      margin-bottom: 10px; } }
  @media (min-width: 768px) {
    .cart-item-price {
      width: calc((100% - 50px)/3); } }
  @media (min-width: 1200px) {
    .cart-item-price {
      width: 13%;
      text-align: center; } }
  .cart-item-price .cart-item-value {
    color: #202020;
    font-size: 16px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 700; }

.cart-item-quantity {
  text-align: left;
  width: 100%; }
  @media (max-width: 767px) {
    .cart-item-quantity {
      padding-right: 0;
      margin-bottom: 10px; } }
  @media (max-width: 1199px) {
    .cart-item-quantity .form-increment .button[data-action="dec"] {
      bottom: 10px; }
    .cart-item-quantity .form-increment .button[data-action="inc"] {
      top: 10px; } }
  @media (min-width: 768px) {
    .cart-item-quantity {
      width: calc((100% - 50px)/3); } }
  @media (min-width: 1200px) {
    .cart-item-quantity {
      width: 14%;
      text-align: center; } }

.cart-item-total {
  width: 100%;
  text-align: left; }
  @media (max-width: 767px) {
    .cart-item-total {
      padding-right: 0;
      margin-bottom: 10px; } }
  @media (min-width: 768px) {
    .cart-item-total {
      width: calc((100% - 50px)/3); } }
  @media (min-width: 1200px) {
    .cart-item-total {
      width: 15%;
      text-align: center; } }
  .cart-item-total .cart-item-value {
    color: #202020;
    font-size: 16px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 700; }

.cart-item-remove {
  width: 50px;
  padding-right: 0;
  text-align: right; }
  @media (min-width: 1200px) {
    .cart-item-remove {
      width: 5%;
      padding-right: 15px; } }
  @media (max-width: 767px) and (min-width: 375px) {
    .cart-item-remove {
      position: absolute;
      bottom: 73px;
      right: -7px; } }

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

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0;
  vertical-align: middle; }
  .cart-item-quantity .form-increment .form-input--incrementTotal {
    width: 125px;
    padding: 10px 45px 10px 20px; }
  @media (min-width: 1025px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-label {
  color: #505050;
  margin-bottom: 0.35714rem;
  text-align: left;
  width: 100%;
  display: block;
  padding-left: 0;
  font-size: 14px;
  font-weight: 400; }
  @media (max-width: 767px) {
    .cart-item-label {
      display: inline-block;
      width: auto;
      margin-right: 10px; } }
  @media (min-width: 1200px) {
    .cart-item-label {
      display: none; } }

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

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

.cart-item-name {
  font-size: 16px;
  margin: 0 0 8px 0;
  display: inline-block;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.4; }
  .cart-item-name__label {
    display: inline-block; }

.cart-item-edit {
  margin-bottom: 15px;
  display: block; }
  .cart-item-edit svg {
    fill: #0476fe;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px; }
  .cart-item-edit span {
    color: #0476fe;
    display: inline-block;
    vertical-align: middle;
    font-style: italic; }

.cart-item-options--giftWrapping {
  margin-bottom: 15px; }
  .cart-item-options--giftWrapping .cart-item-option-title {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #505050;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 0; }
    .cart-item-options--giftWrapping .cart-item-option-description a {
      background-image: linear-gradient(transparent 96%, rgba(80, 80, 80, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px; }

.cart-remove {
  cursor: pointer;
  float: right;
  height: 2.5rem;
  width: 2.5rem;
  padding: 0; }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #b5b5b5; }
  .cart-remove:hover > svg {
    fill: #e2100a; }

[data-cart-totals].cart-content-padding-right {
  display: inline-block;
  width: 100%; }
  @media (min-width: 992px) {
    [data-cart-totals].cart-content-padding-right {
      margin-left: -15px;
      margin-right: -15px;
      width: calc(100% + 30px); } }
  @media (min-width: 1200px) {
    [data-cart-totals].cart-content-padding-right {
      margin-left: -20px;
      margin-right: -20px;
      width: calc(100% + 40px); } }

.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: 992px) {
    .cart-totals {
      float: left;
      width: 50%;
      padding: 0 15px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .cart-totals:last-child {
      width: 50%;
      margin-left: 50%; } }
  @media (min-width: 1200px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 33.33333%;
      padding: 0 20px; } }
  .cart-totals .cartHelp {
    text-align: center;
    margin-top: 25px;
    color: #8c8c8c;
    font-size: 14px; }
    .cart-totals .cartHelp p {
      margin-bottom: 15px; }
    .cart-totals .cartHelp .cartHelp-secure svg {
      width: 25px;
      height: 20px;
      fill: #cecece;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
    .cart-totals .cartHelp .cartHelp-secure span {
      line-height: 1.3;
      text-align: left;
      display: inline-block;
      vertical-align: middle; }
  .cart-totals .halo_securityImage {
    float: none;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 30px;
    padding-left: 0; }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 1025px) {
    .cart-total + .cart-total {
      border-top: 1px solid #eeeeee; }
    .cart-total .cart-total-label,
    .cart-total .cart-total-value {
      padding: 21px 0 22px; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2.28571rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.35714rem center;
    background-size: 1.42857rem 1.42857rem;
    height: 2.28571rem;
    margin-bottom: 0.78571rem;
    padding: 0 0.78571rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-totals:not(.cart-totals--single) .cart-total:not(.cart-total--title) .cart-total-label {
  color: #202020;
  font-size: 16px;
  font-weight: 400; }
  .cart-totals:not(.cart-totals--single) .cart-total:not(.cart-total--title) .cart-total-label strong {
    font-weight: 400; }
  .cart-totals:not(.cart-totals--single) .cart-total:not(.cart-total--title) .cart-total-label.cart-label-grandTotal strong {
    font-weight: 700; }

.cart-totals:not(.cart-totals--single) .cart-total:not(.cart-total--title) .cart-total-value {
  color: #202020;
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", Arial, Helvetica, sans-serif; }
  .cart-totals:not(.cart-totals--single) .cart-total:not(.cart-total--title) .cart-total-value.cart-total-grandTotal {
    font-size: 20px; }

.cart-totals--single .cart-total + .cart-total {
  border-top: none;
  margin-top: 30px; }

.cart-totals--single .cart-total .cart-total-label {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #202020;
  text-transform: uppercase;
  text-align: left;
  padding-left: 0; }

.cart-totals--single .cart-total .cart-form,
.cart-totals--single .cart-total .shipping-estimator {
  clear: both;
  padding-top: 20px;
  border-top: 5px solid whitesmoke; }
  .cart-totals--single .cart-total .cart-form .form-input,
  .cart-totals--single .cart-total .cart-form .form-select,
  .cart-totals--single .cart-total .shipping-estimator .form-input,
  .cart-totals--single .cart-total .shipping-estimator .form-select {
    height: 50px;
    padding: 10px 20px; }
  .cart-totals--single .cart-total .cart-form .button,
  .cart-totals--single .cart-total .shipping-estimator .button {
    min-height: 50px; }
  @media (min-width: 1025px) {
    .cart-totals--single .cart-total .cart-form .form-input,
    .cart-totals--single .cart-total .cart-form .form-select,
    .cart-totals--single .cart-total .shipping-estimator .form-input,
    .cart-totals--single .cart-total .shipping-estimator .form-select {
      height: 50px;
      padding: 10px 20px; }
    .cart-totals--single .cart-total .cart-form .button,
    .cart-totals--single .cart-total .shipping-estimator .button {
      min-height: 50px; } }
  .cart-totals--single .cart-total .cart-form .form-select,
  .cart-totals--single .cart-total .shipping-estimator .form-select {
    background-size: 14px;
    background-position: 95% center;
    padding: 10px 40px 10px 20px; }

@media (min-width: 992px) {
  .cart-totals--single .cart-total .cart-total-label {
    width: 100%; }
  .cart-totals--single .cart-total .cart-total-value {
    display: none; }
  .cart-totals--single .cart-total .cart-form,
  .cart-totals--single .cart-total .shipping-estimator {
    display: block !important; } }

@media (max-width: 991px) {
  .cart-totals--single {
    margin-bottom: 15px; }
    .cart-totals--single .cart-total + .cart-total {
      margin-top: 15px; }
    .cart-totals--single .cart-total .cart-total-label {
      font-size: 16px; } }

.cart-total--title {
  border-bottom: 5px solid whitesmoke; }
  .cart-total--title .cart-total-label {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #202020;
    text-transform: uppercase; }
  .cart-total--title + .cart-total {
    border-top: none; }

.cart-total-label {
  color: gray;
  width: 50%;
  display: block;
  padding-left: 0;
  text-align: left; }

.cart-total-value {
  text-align: right;
  width: 50%; }

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 1rem 0; }

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

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

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

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 67%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 10px;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: calc(33% - 10px);
    font-size: 16px; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.78571rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 60%;
    font-size: 16px; }
  .estimator-form .estimator-form-label .form-label {
    height: 40px;
    line-height: 40px; }
  @media (min-width: 992px) {
    .estimator-form .estimator-form-label .form-label {
      height: 50px;
      line-height: 50px; } }

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

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

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

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

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

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

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

.cart-actions {
  clear: both;
  margin-top: 5px; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0;
    height: 50px;
    line-height: 24px; }
    @media (min-width: 1025px) {
      .cart-actions .button {
        height: 60px;
        line-height: 34px; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.35714rem; }

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

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

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

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  text-align: center;
  position: relative; }
  .previewCartItem-image img {
    max-height: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .previewCartItem-image:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }
  @media (min-width: 320px) {
    .previewCartItem-image:after {
      padding-bottom: 75%; } }
  @media (min-width: 481px) {
    .previewCartItem-image:after {
      padding-bottom: 100%; } }

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

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

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

.previewCartItem-brand,
.previewCartItem-price {
  color: gray;
  display: inline-block; }

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

.previewCartAction-checkout.previewCartAction-viewCart--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-checkoutMultiple {
  clear: both;
  padding-left: 0.78571rem;
  padding-top: 0.35714rem; }

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

.cart-notification {
  text-align: center;
  margin-bottom: 25px; }
  @media (min-width: 1025px) {
    .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: 700; }

.detailProduct-block.cartProduct-block {
  border-top: none; }

.cart-text-des {
  text-align: left;
  color: #505050;
  font-size: 16px;
  font-weight: 400; }

.button--checkout {
  font-size: 16px; }

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

.address {
  display: inline-block;
  padding: 0 0.78571rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 551px) {
    .address {
      width: 50%; } }
  @media (min-width: 1281px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 17.85714rem;
    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.78571rem;
    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.78571rem; }
      .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.35714rem; } }

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

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

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

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

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

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #0a6cdc; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #666666;
    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; }

#video-gallery-popup {
  width: 720px; }
  @media (min-width: 551px) {
    #video-gallery-popup .modal-body {
      padding: 30px; } }

.videoGallery-main {
  height: 0;
  margin-bottom: 1.14286rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.78571rem;
  position: relative;
  margin-bottom: 28px; }
  .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;
  text-align: center;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0 0 10px; }
  .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; }
  @media (min-width: 1025px) {
    .videoGallery-list {
      margin: 0 0 50px 0; } }

.videoGallery-item {
  width: 50%;
  display: inline-block;
  float: none;
  vertical-align: top;
  white-space: normal;
  width: auto;
  max-width: 120px;
  padding: 0 15px 0 0; }
  @media (min-width: 1025px) {
    .videoGallery-item {
      width: 33.33333%; } }
  .videoGallery-item .video-body {
    display: none; }

.video {
  display: block;
  margin-bottom: 5px;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.78571rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.78571rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  .video:hover, .video.is-active {
    color: #cccccc;
    opacity: 1; }

.video-figure {
  margin-right: 0; }

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

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

#previewModal {
  width: 1090px; }
  #previewModal .modal-header {
    padding: 13px 15px; }
  #previewModal .modal-header-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; }
    @media (max-width: 767px) {
      #previewModal .modal-header-title {
        padding-right: 25px; } }
  @media (max-width: 991px) {
    #previewModal .modal-body {
      padding: 20px 15px; } }
  @media (min-width: 1025px) {
    #previewModal .modal-body {
      padding: 50px; } }

.halo-free-shipping-message {
  margin: 0 0 25px 0;
  min-height: 46px;
  border-radius: 40px; }
  .halo-free-shipping-message .progress-shipping {
    width: 100%;
    height: 14px;
    margin: 0 0 10px 0;
    background-color: whitesmoke;
    border-radius: 40px; }
    .halo-free-shipping-message .progress-shipping .progress-meter {
      position: relative;
      display: block;
      height: 100%;
      text-align: center;
      font-size: 11px;
      font-weight: 500;
      line-height: 14px;
      color: #ffffff;
      -webkit-animation: 2s linear 0s infinite progress-bar-stripes;
      animation: 2s linear 0s infinite progress-bar-stripes;
      background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
      background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
      background-size: 40px 40px;
      transition: 0.9s linear;
      transition-property: width, background-color;
      border-radius: 40px; }
    .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: #ff9c00; }
    .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: 14px;
    font-weight: 400;
    color: gray;
    display: block;
    margin: 0; }
  #cart-preview-dropdown .halo-free-shipping-message {
    margin: 15px 0 20px 0; }

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

.previewCart {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  font-size: 0; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  .previewCart .free_shipping_message {
    margin-top: 20px;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: -5px;
    position: relative;
    z-index: 1; }
    @media (min-width: 551px) {
      .previewCart .free_shipping_message {
        padding-left: 20px;
        padding-right: 20px; } }
    @media (min-width: 1025px) {
      .previewCart .free_shipping_message {
        padding-left: 30px;
        padding-right: 30px; } }
    .previewCart .free_shipping_message + .previewCartList {
      margin-top: 30px; }
  .previewCart .shipping_message_100 {
    padding: 8px 15px;
    text-align: center; }
    @media (min-width: 1025px) {
      .previewCart .shipping_message_100 {
        padding: 8px 30px; } }
  .previewCart .productView {
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-top: 40px;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media (min-width: 768px) {
      .previewCart .productView {
        width: calc(100% - 240px);
        padding: 0 15px 0 0;
        float: left;
        margin-top: 0; } }
    @media (min-width: 992px) {
      .previewCart .productView {
        width: calc(100% - 295px); } }
    .previewCart .productView .productView-image {
      width: 115px;
      min-height: 180px;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      padding-right: 20px;
      margin: 0; }
      @media (min-width: 1025px) {
        .previewCart .productView .productView-image {
          padding-right: 30px; } }
      .previewCart .productView .productView-image .productView-img-container {
        margin-top: 0; }
      @media (min-width: 551px) {
        .previewCart .productView .productView-image {
          width: 160px;
          display: flex;
          flex-direction: column;
          min-height: 140px; }
          .previewCart .productView .productView-image .productView-img-container {
            max-width: 220px; } }
      @media (min-width: 992px) {
        .previewCart .productView .productView-image {
          width: 250px;
          min-height: 220px; } }
    @media (min-width: 551px) {
      .previewCart .productView .productView-image--cart {
        align-self: flex-start;
        margin: 0 auto;
        width: 100%; } }
    .previewCart .productView .productView-details {
      width: calc(100% - 100px);
      padding-right: 0;
      text-align: left; }
      @media (min-width: 551px) {
        .previewCart .productView .productView-details {
          width: calc(100% - 150px); } }
      @media (min-width: 992px) {
        .previewCart .productView .productView-details {
          width: calc(100% - 250px); } }
      @media (max-width: 550px) {
        .previewCart .productView .productView-details {
          padding-bottom: 0; } }
      .previewCart .productView .productView-details .productView-info > :first-child {
        margin-top: 0; }
      .previewCart .productView .productView-details .productView-info-name {
        text-align: left;
        width: auto; }
  .previewCart .previewCartItem-price .icon {
    margin-left: 5px;
    margin-top: -2px;
    margin-right: 2px;
    font-size: 14px;
    font-weight: 300;
    color: #172532;
    width: auto;
    height: auto; }
  .previewCart .productView-title {
    margin-top: 0;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 20px;
    color: #202020; }
  .previewCart .productView-brand {
    text-transform: capitalize;
    color: gray;
    margin-bottom: 9px; }
  .previewCart .productView-price {
    font-size: 14px;
    color: #202020;
    font-weight: 500;
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .previewCart .productView-price .qty {
      font-weight: 400;
      color: #555555; }
      .previewCart .productView-price .qty svg {
        width: 11px;
        height: 12px;
        fill: #555555;
        stroke: #555555; }
    .previewCart .productView-price .times {
      font-size: 22px;
      font-weight: 200;
      height: 20px;
      line-height: 20px;
      display: inline-block;
      margin-left: 3px;
      margin-right: 3px;
      margin-bottom: -2px; }
  .previewCart .productView-info {
    margin-top: 5px;
    margin-bottom: 5px; }
    .previewCart .productView-info .productView-info-name {
      min-width: 65px;
      font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
      font-size: 12px;
      text-transform: capitalize;
      font-weight: 700;
      letter-spacing: 0; }
    .previewCart .productView-info .productView-info-value {
      margin-bottom: 2px;
      padding-left: 0; }
  .previewCart .previewCartList {
    display: inline-block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
    margin-top: 10px; }
    .previewCart .previewCartList .previewCartItem {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      line-height: 19px;
      margin-bottom: 20px;
      padding-bottom: 20px;
      font-size: 1rem;
      position: relative; }
      .previewCart .previewCartList .previewCartItem:last-child {
        margin-bottom: 0px;
        border-bottom: 0; }
    .previewCart .previewCartList .previewCartItem-image,
    .previewCart .previewCartList .previewCartItem-content {
      display: inline-block; }

.previewCartItem-image {
  width: 90px;
  padding: 0;
  text-align: center;
  position: relative; }
  @media (min-width: 768px) {
    .previewCartItem-image img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      max-height: 100%; } }

.previewCartItem-content {
  width: calc(100% - 90px);
  margin-top: -3px;
  padding-right: 0;
  padding-left: 15px; }
  @media (min-width: 551px) {
    .previewCartItem-content {
      padding-left: 20px;
      padding-right: 30px;
      position: relative; } }
  .previewCartItem-content .previewCartItem-option {
    color: gray;
    margin-bottom: 8px;
    margin-top: 2px;
    display: inline-block; }
    .previewCartItem-content .previewCartItem-option .option-value {
      color: gray;
      position: relative; }
      .previewCartItem-content .previewCartItem-option .option-value + .option-value {
        padding-left: 10px;
        margin-left: 1px;
        display: inherit; }
        .previewCartItem-content .previewCartItem-option .option-value + .option-value:before {
          content: "/";
          position: absolute;
          top: 50%;
          left: 0px;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          font-weight: 500;
          font-size: 14px; }
  .previewCartItem-content .previewCartItem-edit {
    display: inline-block;
    margin-left: 8px;
    color: #0a6cdc; }
    .previewCartItem-content .previewCartItem-edit svg {
      fill: #0a6cdc;
      margin-top: -3px;
      display: inline-block;
      width: 16px;
      height: 14px; }

.previewCartItem-name {
  margin: 0;
  text-transform: none; }
  .previewCartItem-name > a {
    text-decoration: none;
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; }
    .previewCartItem-name > a.clamp {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      overflow: hidden;
      position: relative;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      text-overflow: ellipsis; }

.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 7px; }

.previewCartItem-brand,
.previewCartItem-price {
  display: inline-block; }

.previewCartItem-brand {
  color: gray;
  font-size: 1rem; }

.previewCartItem-price {
  color: #202020;
  margin-top: 0.35714rem;
  font-size: 16px; }
  .previewCartItem-price span {
    font-size: 16px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 700; }
    .previewCartItem-price span.times-icon {
      font-weight: 300;
      font-family: "Rubik", sans-serif; }

.previewCartItem-quantity {
  margin-top: 14px;
  display: inline-block; }
  .previewCartItem-quantity .cart-item-label {
    display: none;
    font-family: "Arimo", sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    color: #202020;
    padding-left: 0;
    margin-bottom: 0.5rem;
    width: 100%; }
  .previewCartItem-quantity .form-increment .button[data-action="dec"] {
    bottom: 11px; }
    @media (min-width: 1025px) {
      .previewCartItem-quantity .form-increment .button[data-action="dec"] {
        bottom: 13px; } }
  .previewCartItem-quantity .form-increment .button[data-action="inc"] {
    top: 11px; }
    @media (min-width: 1025px) {
      .previewCartItem-quantity .form-increment .button[data-action="inc"] {
        top: 13px; } }
  .previewCartItem-quantity .form-input--incrementTotal {
    width: 105px; }
  .previewCartItem-quantity .cart-remove-button {
    margin-left: 17px; }
    .previewCartItem-quantity .cart-remove-button .cart-remove {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      line-height: 18px;
      color: #b2b2b2;
      width: 18px;
      height: 18px;
      padding: 0;
      font-size: 32px;
      font-weight: 300;
      font-family: "Rubik", sans-serif;
      padding: 0;
      margin-right: -2px; }
      .previewCartItem-quantity .cart-remove-button .cart-remove:hover {
        color: #000000; }

.cart-remove-button {
  display: inline-block;
  margin-left: 15px; }
  @media (min-width: 551px) {
    .cart-remove-button {
      margin-left: 25px; } }
  .cart-remove-button .cart-remove {
    background: none;
    width: auto;
    margin: 0;
    padding: 20px 0 0 0;
    color: #505050;
    border-radius: 0; }
    .cart-remove-button .cart-remove .text {
      background-image: linear-gradient(transparent 96%, rgba(80, 80, 80, 0.5) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px; }

.previewCart .previewCartItem-totalPrice {
  display: inline-block;
  width: 100%; }
  .previewCart .previewCartItem-totalPrice .cart-totals {
    width: 100%;
    border: none;
    border-top: 1px solid #e6e6e6;
    padding-top: 11px;
    margin-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0; }
    .previewCart .previewCartItem-totalPrice .cart-totals .cart-total-label {
      font-size: 16px;
      color: #202020;
      text-align: left;
      width: 40%; }
    .previewCart .previewCartItem-totalPrice .cart-totals .cart-total-value {
      text-align: right;
      width: 60%; }
    .previewCart .previewCartItem-totalPrice .cart-totals .cart-total:last-child {
      border-bottom: none; }
    .previewCart .previewCartItem-totalPrice .cart-totals .cart-total > div {
      padding: 7px 0; }
    .previewCart .previewCartItem-totalPrice .cart-totals .cart-total .cart-total-value {
      color: #202020;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-weight: 700; }
    .previewCart .previewCartItem-totalPrice .cart-totals .cart-total + .cart-total {
      border-top: none; }
    .previewCart .previewCartItem-totalPrice .cart-totals .subtotal .cart-total-value {
      font-size: 16px; }
    .previewCart .previewCartItem-totalPrice .cart-totals .grand_total .cart-total-label {
      font-size: 18px;
      font-weight: 700;
      text-transform: capitalize; }

.previewCartAction {
  display: block;
  margin-bottom: 30px;
  font-size: 1rem; }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

.previewCartAction-checkout {
  margin-bottom: 15px; }

.previewCartAction-viewCart {
  margin-top: 8px;
  margin-bottom: 30px; }

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

.previewCartCheckout {
  text-align: center;
  font-size: 14px; }
  @media (min-width: 768px) {
    .previewCartCheckout {
      width: 240px;
      float: right;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .previewCartCheckout {
      width: 295px; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button:not(.button--checkout) {
      text-transform: none;
      font-weight: 400;
      letter-spacing: 0; }
    .previewCartCheckout .button + .button,
    .previewCartCheckout .button + p {
      margin-top: 0.85714rem; }
  .previewCartCheckout .button--small {
    padding: 11px 15px;
    margin-bottom: 15px; }
  .previewCartCheckout p[data-cart-quantity] {
    margin-bottom: 30px;
    display: none; }

.previewCartCheckout-price {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  margin-top: 5px;
  color: #202020; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 20px;
  margin-top: 17px;
  font-weight: 400;
  color: #505050;
  position: relative; }
  .previewCartCheckout-subtotal > span {
    background: #fff;
    color: #202020;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    text-transform: capitalize; }

.previewCart-additionalCheckoutButtons {
  text-align: center; }
  .previewCart-additionalCheckoutButtons > div {
    text-align: center; }

.previewCartCheckout-additionalCheckoutButtons {
  margin-top: 15px; }
  .previewCartCheckout-additionalCheckoutButtons p {
    float: none !important;
    margin: 0.5rem 0; }
  .previewCartCheckout-additionalCheckoutButtons .FloatRight {
    border: 1px solid #e6e6e6;
    padding: 25px 20px 15px 20px;
    position: relative; }
    .previewCartCheckout-additionalCheckoutButtons .FloatRight:before, .previewCartCheckout-additionalCheckoutButtons .FloatRight:after {
      content: " ";
      display: table; }
    .previewCartCheckout-additionalCheckoutButtons .FloatRight:after {
      clear: both; }
    .previewCartCheckout-additionalCheckoutButtons .FloatRight p {
      float: none !important;
      margin: 0.5rem 0;
      text-align: center;
      position: absolute;
      text-transform: uppercase;
      font-style: italic;
      top: -18px;
      left: 50%;
      background: #fff;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      padding-left: 10px;
      padding-right: 10px; }
    .previewCartCheckout-additionalCheckoutButtons .FloatRight div {
      text-align: center; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
    margin-bottom: 1rem; }
    .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
      margin-top: 25px; }
    .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
      margin-bottom: 15px; }

.suggestiveCart {
  display: none;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 75px !important;
  width: 100%; }
  .suggestiveCart > h4 {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative;
    font-size: 20px; }
    .suggestiveCart > h4:before {
      content: "";
      background: #dbdbdb;
      width: 100%;
      height: 1px;
      position: absolute;
      left: 0;
      top: 50%; }
    .suggestiveCart > h4 span {
      background: #fff;
      padding-left: 25px;
      padding-right: 25px;
      position: relative;
      z-index: 2; }
  @media (min-width: 1025px) {
    .suggestiveCart {
      display: inline-block; } }
  .suggestiveCart .productGrid {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 15px;
    margin: 0 -15px 0px -15px; }
    .suggestiveCart .productGrid .product {
      width: 33.33%; }
      .suggestiveCart .productGrid .product .card {
        margin-bottom: 0; }
      .suggestiveCart .productGrid .product .card-title {
        padding-right: 0; }

/* Side Cart - Change Option */
@media (min-width: 1025px) {
  .modal--editOptions {
    max-width: 970px; } }

.modal--editOptions .modal-close {
  top: 20px;
  right: 20px; }

.product-edit-header {
  display: block;
  padding: 23px 30px 0; }
  .product-edit-header h3 {
    font-size: 16px;
    color: #202020;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    letter-spacing: -0.02em;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    padding-right: 30px; }
    .product-edit-header h3 span + span {
      margin-left: 4px; }

.product-edit-item {
  font-size: 0;
  padding: 28px 20px 20px;
  border-bottom: 1px solid #e6e6e6; }
  @media (min-width: 1025px) {
    .product-edit-item {
      padding: 28px 30px 20px; } }
  .product-edit-item .alertMessageBox {
    margin-top: 30px; }
    .product-edit-item .alertMessageBox .alertBox {
      margin-bottom: 0; }

.product-edit-detail {
  display: block;
  font-size: 14px; }
  @media (min-width: 768px) {
    .product-edit-detail {
      width: 50%;
      display: inline-block;
      vertical-align: top;
      padding-right: 20px; } }
  @media (min-width: 1025px) {
    .product-edit-detail {
      padding-right: 30px; } }
  .product-edit-detail .product-edit {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    font-size: 0;
    position: relative;
    margin-bottom: 10px; }
  .product-edit-detail .product-edit-image {
    width: 80px;
    display: inline-block;
    vertical-align: top; }
  .product-edit-detail .product-edit-content {
    display: inline-block;
    width: calc(100% - 80px);
    padding-left: 25px;
    vertical-align: top; }
  .product-edit-detail .product-edit-image {
    width: 80px; }
  .product-edit-detail .product-edit-content {
    padding-left: 20px; }
  .product-edit-detail .product-edit-brand {
    display: none;
    line-height: 1;
    margin: 0 0 10px 0;
    text-transform: capitalize;
    color: gray;
    font-size: 14px; }
  .product-edit-detail .product-edit-title {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 8px 0;
    color: #202020;
    line-height: 1; }
    .product-edit-detail .product-edit-title .subtitle {
      line-height: 1;
      display: inline-block;
      color: #505050;
      background-image: linear-gradient(transparent 96%, rgba(80, 80, 80, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px;
      margin-bottom: 5px; }
    .product-edit-detail .product-edit-title .title {
      line-height: 1.5;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 1;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      /* autoprefixer: off */ }
  .product-edit-detail .product-edit-variant {
    font-size: 14px;
    letter-spacing: -.02em;
    color: #505050;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0 0 11px; }
    .product-edit-detail .product-edit-variant span + span:before {
      content: '/';
      margin: 0 4px; }

.product-edit-info {
  overflow-y: auto;
  max-height: 50vh; }
  @media (max-width: 360px) {
    .product-edit-info {
      max-height: 40vh; } }
  .product-edit-info .product-edit-change {
    width: 100%;
    font-size: 14px;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .product-edit-info .product-edit-change {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        padding-left: 20px;
        margin-top: 0; } }
    @media (min-width: 1025px) {
      .product-edit-info .product-edit-change {
        padding-left: 30px; } }
    .product-edit-info .product-edit-change .cart-edit-row .cart-edit-option .form-field {
      line-height: 1;
      font-size: 0; }
      .product-edit-info .product-edit-change .cart-edit-row .cart-edit-option .form-field .form-label--alternate {
        color: gray;
        font-weight: 400; }
        .product-edit-info .product-edit-change .cart-edit-row .cart-edit-option .form-field .form-label--alternate [data-option-value] {
          color: #202020; }
    .product-edit-info .product-edit-change .cart-edit-row .cart-edit-option:last-child .form-field {
      margin-bottom: 0; }
  .product-edit-info table {
    margin: 0;
    width: 100%; }
  .product-edit-info thead {
    display: none; }
    .product-edit-info thead th {
      border: 0;
      font-weight: 700;
      font-size: 14px;
      padding: 10px 7px;
      color: #505050;
      background-color: #f5f5f5;
      text-transform: uppercase; }
      .product-edit-info thead th:first-child {
        padding-left: 30px; }
  .product-edit-info tbody tr {
    border-bottom: 1px solid #ebebeb; }
  .product-edit-info tbody td {
    border: 0;
    padding: 15px 7px;
    font-weight: 400;
    width: 140px; }
    .product-edit-info tbody td:nth-child(2) {
      width: 182px; }
    .product-edit-info tbody td:first-child {
      padding-left: 20px;
      width: 206px; }
      @media (min-width: 1025px) {
        .product-edit-info tbody td:first-child {
          padding-left: 30px; } }
    .product-edit-info tbody td:last-child {
      padding-right: 20px;
      width: 90px; }
      @media (min-width: 1025px) {
        .product-edit-info tbody td:last-child {
          padding-right: 30px; } }
    .product-edit-info tbody td[data-cart-edit-item-price] {
      min-width: 90px; }
    .product-edit-info tbody td .form-field {
      margin-bottom: 0;
      min-width: 140px; }
      .product-edit-info tbody td .form-field[data-product-attribute="date"] {
        width: 255px; }
      .product-edit-info tbody td .form-field[data-product-attribute="input-file"] {
        text-align: left; }
        .product-edit-info tbody td .form-field[data-product-attribute="input-file"] .form-fileDescription {
          display: none; }
        .product-edit-info tbody td .form-field[data-product-attribute="input-file"] label {
          display: block; }
          .product-edit-info tbody td .form-field[data-product-attribute="input-file"] label input {
            margin-left: 8px; }
      .product-edit-info tbody td .form-field[data-product-attribute="input-checkbox"] {
        width: 165px; }
      .product-edit-info tbody td .form-field[data-product-attribute="textarea"] {
        width: 200px; }
        .product-edit-info tbody td .form-field[data-product-attribute="textarea"] .form-input {
          min-height: 65px;
          max-height: 65px; }
  .product-edit-info .form {
    margin: 0; }
  .product-edit-info .form-increment {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 105px; }
    .product-edit-info .form-increment .button.dec {
      bottom: 11px; }
      @media (min-width: 1025px) {
        .product-edit-info .form-increment .button.dec {
          bottom: 13px; } }
      .product-edit-info .form-increment .button.dec:before {
        border-top-color: #202020;
        bottom: 1px; }
    .product-edit-info .form-increment .button.inc {
      top: 11px; }
      @media (min-width: 1025px) {
        .product-edit-info .form-increment .button.inc {
          top: 13px; } }
      .product-edit-info .form-increment .button.inc:before {
        border-bottom-color: #202020;
        top: 1px; }
    .product-edit-info .form-increment .form-input--incrementTotal {
      width: 100%; }
      @media (min-width: 1025px) {
        .product-edit-info .form-increment .form-input--incrementTotal {
          height: 50px; } }
  .product-edit-info .cart-edit-price {
    margin-bottom: 20px; }
    .product-edit-info .cart-edit-price .price {
      display: block;
      min-width: 80px;
      color: #202020;
      font-size: 16px;
      font-weight: 700;
      font-family: "Montserrat", Arial, Helvetica, sans-serif; }
  .product-edit-info .cart-edit-quantity .form-label--alternate {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 15px;
    font-weight: 400;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif; }
  .product-edit-info .cart-edit-remove {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    transition: all 0.3s ease; }
    .product-edit-info .cart-edit-remove a {
      width: 30px;
      height: 30px;
      line-height: 30px;
      margin: 0;
      padding: 0;
      color: #ffffff;
      font-size: 25px;
      font-weight: 300;
      font-family: "Rubik", sans-serif;
      display: inline-block; }
    .product-edit-info .cart-edit-remove:hover {
      background-color: black; }
  .product-edit-info .product-edit-change:nth-child(1) thead {
    display: table-header-group; }
  .product-edit-info .product-edit-change:nth-child(1) .cart-edit-remove a {
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }

.product-edit-action .product-add-more {
  margin: 20px 0 0 0;
  padding: 0 20px 20px 20px; }
  @media (min-width: 1025px) {
    .product-edit-action .product-add-more {
      padding: 0 30px 20px 30px; } }
  .product-edit-action .product-add-more .product-addmore-button {
    line-height: 1;
    position: relative;
    color: #0a6cdc;
    font-size: 14px;
    font-weight: 500; }
    .product-edit-action .product-add-more .product-addmore-button .addmore-icon {
      display: inline-block;
      vertical-align: middle;
      font-weight: 700;
      font-size: 18px;
      margin-right: 5px; }
    .product-edit-action .product-add-more .product-addmore-button .addmore-text {
      display: inline-block;
      vertical-align: middle;
      background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px; }

.product-edit-action .product-edit-button {
  padding: 0 20px 30px 20px; }
  @media (min-width: 1025px) {
    .product-edit-action .product-edit-button {
      padding: 0 30px 30px 30px; } }
  .product-edit-action .product-edit-button .button {
    width: 100%;
    text-transform: none; }
    @media (min-width: 1025px) {
      .product-edit-action .product-edit-button .button {
        min-height: 60px; } }
    .product-edit-action .product-edit-button .button:before {
      content: '';
      display: none;
      width: 20px;
      height: 20px;
      border: 2px solid white;
      border-radius: 100%;
      border-top: 2px solid transparent;
      -webkit-animation: load-animate infinite linear 1s;
      animation: load-animate infinite linear 1s; }
    .product-edit-action .product-edit-button .button.loading {
      pointer-events: none;
      font-size: 0;
      padding-top: 9px;
      padding-bottom: 9px; }
      @media (min-width: 1025px) {
        .product-edit-action .product-edit-button .button.loading {
          padding-top: 12px;
          padding-bottom: 11px; } }
      .product-edit-action .product-edit-button .button.loading:before {
        display: inline-block;
        vertical-align: middle; }
    .product-edit-action .product-edit-button .button[disabled] {
      pointer-events: none; }
    .product-edit-action .product-edit-button .button.button--hidden {
      pointer-events: none; }

#cart-mobile {
  overflow-y: auto; }
  @media (min-width: 1025px) {
    #cart-mobile {
      scrollbar-color: #787878 #fafafa;
      scrollbar-width: thin !important; }
      #cart-mobile::-webkit-scrollbar {
        background-color: #fafafa;
        -webkit-appearance: none;
        width: 10px; }
      #cart-mobile::-webkit-scrollbar-thumb {
        background-color: #787878; }
      #cart-mobile::-webkit-scrollbar-track {
        background: #fafafa; }
      #cart-mobile::-webkit-scrollbar-thumb:hover {
        background: #787878; } }

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

.maintenanceNotice-header {
  font-family: "Montserrat";
  margin: 0 0 0.78571rem; }

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

.adminBar {
  display: none;
  background-color: white;
  box-shadow: 0 0.14286rem 0.5rem 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: 1025px) {
    .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: 1281px) {
    .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: #444444;
  color: #cccccc;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 1025px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1281px) {
      .cookieMessage .button {
        vertical-align: top; } }

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

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

.login {
  margin: 0;
  max-width: 100%; }
  .login .form-label {
    color: #202020;
    font-weight: 500; }
  .login .form-input {
    height: 50px;
    border-color: #CCCCCC;
    max-width: 100%; }
  .login .form-actions {
    text-align: center; }
    .login .form-actions .button {
      min-width: 170px;
      display: inline-block;
      vertical-align: middle;
      border-color: #000; }
      .login .form-actions .button:hover {
        border-color: #0a6cdc; }
    .login .form-actions .forgot-password {
      width: auto;
      display: inline-block;
      vertical-align: middle;
      color: #0a6cdc;
      background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: 0;
      text-decoration: none;
      margin-left: 15px;
      font-size: 16px; }
      .login .form-actions .forgot-password:hover {
        color: #202020;
        background-image: linear-gradient(transparent 96%, rgba(32, 32, 32, 0.6) 4%);
        background-repeat: repeat-x;
        background-position-y: 0; }
      @media (min-width: 1025px) {
        .login .form-actions .forgot-password {
          margin-left: 50px; } }
    @media (min-width: 551px) {
      .login .form-actions {
        text-align: left; } }

.login-row {
  margin: 0 auto;
  max-width: 85.71429rem;
  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: 1025px) {
    .login-row {
      margin-top: 50px; } }

.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: 14px; }
  @media (min-width: 768px) {
    .login-form {
      width: 50%;
      padding-left: 0;
      padding-right: 85px;
      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: 14px; }
  @media (min-width: 768px) {
    .new-customer {
      width: 50%;
      padding-left: 85px;
      padding-right: 0;
      display: inline-block;
      vertical-align: middle;
      float: none; } }
  .new-customer .panel {
    background-color: #f5f5f5;
    border-radius: 10px; }
    .new-customer .panel .panel-header {
      background-color: transparent;
      padding: 70px 70px 0 70px; }
      .new-customer .panel .panel-header .panel-title {
        color: #202020;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px; }
    .new-customer .panel .panel-body {
      background-color: transparent;
      padding: 0 70px 70px 70px;
      margin-bottom: 0; }
      .new-customer .panel .panel-body .new-customer-intro {
        color: #505050;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 10px; }
      .new-customer .panel .panel-body .new-customer-fact-list {
        margin-left: 17px;
        margin-bottom: 30px; }
        .new-customer .panel .panel-body .new-customer-fact-list .new-customer-fact {
          padding: 9px 0 9px 3px;
          color: #505050;
          font-size: 16px;
          font-weight: 400; }
      .new-customer .panel .panel-body .button {
        width: 100%;
        max-width: 241px;
        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.78571rem; }

.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: 2px;
  background: white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 99;
  display: none;
  padding: 20px 20px 0 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  @media (min-width: 1200px) {
    .quickSearchResults {
      min-width: 600px;
      left: 50%;
      transform: translateX(-50%); } }
  @media (max-width: 767px) {
    .quickSearchResults {
      padding: 15px 15px 0 15px; } }
  .quickSearchResults.noResults {
    padding: 20px; }
  .quickSearchResults.show-result {
    display: block; }
  .quickSearchResults .modal-close {
    display: none;
    top: 7px; }
  .quickSearchResults .quickSearch-wrapper .alertBox {
    margin-bottom: 0; }
  .quickSearchResults .productGrid {
    max-height: calc(80vh - 150px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 20px;
    margin-bottom: 20px; }
    @media (min-width: 1025px) {
      .quickSearchResults .productGrid {
        scrollbar-color: #787878 #fafafa;
        scrollbar-width: thin !important; }
        .quickSearchResults .productGrid::-webkit-scrollbar {
          background-color: #fafafa;
          -webkit-appearance: none;
          width: 10px; }
        .quickSearchResults .productGrid::-webkit-scrollbar-thumb {
          background-color: #787878; } }
    .quickSearchResults .productGrid .product {
      width: 33.33%; }
      .quickSearchResults .productGrid .product .card {
        padding: 0; }
      .quickSearchResults .productGrid .product .card-title {
        margin-top: 18px; }
      .quickSearchResults .productGrid .product .card-figcaption-bottom .card-figcaption-body .card-figcaption-button {
        width: 100%;
        max-width: 100%; }
      @media (max-width: 550px) {
        .quickSearchResults .productGrid .product {
          width: 50%; } }
    .quickSearchResults .productGrid.products-2 .product .card {
      margin-bottom: 20px; }
    .quickSearchResults .productGrid.products-5 .product:nth-child(4) .card, .quickSearchResults .productGrid.products-5 .product:nth-child(5) .card, .quickSearchResults .productGrid.products-5 .product:nth-child(6) .card {
      margin-bottom: 20px; }
    .quickSearchResults .productGrid.products-8 .product:nth-child(7) .card, .quickSearchResults .productGrid.products-8 .product:nth-child(8) .card, .quickSearchResults .productGrid.products-8 .product:nth-child(9) .card {
      margin-bottom: 20px; }
  .quickSearchResults .card .card-body {
    padding-top: 0;
    padding-left: 0; }
    .quickSearchResults .card .card-body .card-brand {
      display: none; }
    .quickSearchResults .card .card-body .card-title {
      margin-bottom: 10px; }
    .quickSearchResults .card .card-body .price-wrapper {
      margin-bottom: 12px; }
    @media (min-width: 551px) {
      .quickSearchResults .card .card-body .card-brand {
        display: block; } }

.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: 18px; }
  .category-suggestion * {
    line-height: 1.7; }
  @media (max-width: 767px) {
    .category-suggestion {
      width: 100%;
      float: none; } }

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

.quickSearchMessage {
  font-size: 18px;
  text-align: center;
  margin: 0 auto; }

.navBar--sub.search-nav {
  position: relative; }
  .navBar--sub.search-nav .navBar-section {
    margin: 0 -15px; }
  .navBar--sub.search-nav .navBar-item {
    border-color: #dddddd;
    border-radius: 40px;
    margin: 0 15px; }
    .navBar--sub.search-nav .navBar-item .navBar-action {
      border-radius: 40px; }
      .navBar--sub.search-nav .navBar-item .navBar-action:before {
        content: none; }
    .navBar--sub.search-nav .navBar-item .navBar-action-color--active {
      border-radius: 40px;
      background-color: #f5f5f5; }
      .navBar--sub.search-nav .navBar-item .navBar-action-color--active:before {
        content: none; }
    .navBar--sub.search-nav .navBar-item.navBar-item--separate .navBar-action.is-open {
      background-color: #f5f5f5; }

.page-type-search .page-content .panel-body {
  background-color: whitesmoke;
  border-radius: 6px; }

.quickSearch-wrap {
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  background-color: #ffffff;
  margin-top: 10px;
  z-index: 20;
  height: auto;
  overflow-y: auto;
  max-height: 55vh;
  padding: 20px 0 30px;
  display: none; }
  .quickSearch-wrap.is-open {
    display: block; }
  .quickSearch-wrap .quickSearchResults {
    position: static;
    transform: translateX(0);
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none; }
    .quickSearch-wrap .quickSearchResults .productGrid {
      overflow: hidden;
      max-height: 100%; }
      .quickSearch-wrap .quickSearchResults .productGrid .product {
        width: 50%; }
      @media (min-width: 551px) {
        .quickSearch-wrap .quickSearchResults .productGrid .product {
          width: 33.3333%; } }
      @media (min-width: 992px) {
        .quickSearch-wrap .quickSearchResults .productGrid .product {
          width: 25%; } }
      @media (min-width: 1281px) {
        .quickSearch-wrap .quickSearchResults .productGrid .product {
          width: 20%; } }
    .quickSearch-wrap .quickSearchResults.show-result ~ .quickSearch-re {
      margin-top: 30px; }
    .quickSearch-wrap .quickSearchResults.hasResults.show-result:not(.noResults) ~ .quickSearch-re {
      display: none; }
  .quickSearch-wrap .header-search-column .search-form-title {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px; }
  .quickSearch-wrap .header-search-column .list-item {
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 0; }
    .quickSearch-wrap .header-search-column .list-item li {
      display: inline-block;
      margin: 0 10px 10px 0; }
      .quickSearch-wrap .header-search-column .list-item li a {
        background-color: transparent;
        color: #505050;
        font-size: 14px;
        border: 1px solid #dadada;
        font-weight: 400;
        border-radius: 6px;
        padding: 6px 15px 9px;
        display: block;
        transition: all 0.3s ease; }
        .quickSearch-wrap .header-search-column .list-item li a span {
          display: inline-block;
          vertical-align: middle; }
        .quickSearch-wrap .header-search-column .list-item li a svg {
          margin-left: 3px;
          fill: #505050;
          display: inline-block;
          vertical-align: middle; }
      .quickSearch-wrap .header-search-column .list-item li:hover a {
        color: #202020;
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2); }
  .quickSearch-wrap .header-search-column .productCarousel .slick-track {
    margin-left: initial;
    margin-right: initial; }
  .quickSearch-wrap .header-search-column .productCarousel .slick-arrow {
    display: none !important; }
  .quickSearch-wrap .header-search-trending {
    margin-bottom: 20px; }
  @media (min-width: 1440px) {
    .quickSearch-wrap {
      max-height: 71vh; } }
  @media (max-width: 1199px) {
    .quickSearch-wrap {
      margin-top: 0;
      border-top: 1px solid #eaeaea; } }

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

.account-heading {
  border-bottom: 1px solid #e6e6e6;
  margin: 0;
  padding-bottom: 8px;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize; }

.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.78571rem; }
  .account-product-figure > img {
    display: block; }

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

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

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

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 10px 20px 0 0;
  position: relative;
  width: 100px; }
  @media (min-width: 768px) {
    .account-product-figure {
      margin: 10px 30px 0 0; } }
  .account-product-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

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

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 18px;
    margin-bottom: 0; }
  @media (max-width: 379px) {
    .account-product-body {
      padding-bottom: 4.5rem; } }

.account-product-title {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  margin: 0 0 0.21429rem;
  text-transform: capitalize;
  margin-bottom: 5px; }
  .account-product-title > a {
    color: #0a6cdc;
    text-decoration: none; }
    .account-product-title > a:hover {
      color: #202020; }
  .account-product-title + .definitionList {
    margin-top: 0.78571rem; }

.account-product-subtitle {
  color: #757575;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin: -0.21429rem 0 1rem;
  text-transform: inherit; }

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

.account-product-description {
  color: #232323;
  margin-bottom: 32px;
  line-height: 2.35;
  font-size: 16px; }
  .account-product-description span {
    font-weight: 700; }

.account-product-description + .definitionList {
  margin: -1.35714rem 0 1.5rem; }

.account-product-refundQty {
  color: #757575;
  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: 40%; } }
  @media (min-width: 768px) {
    .account-product-detail {
      width: 25%; } }
  @media (min-width: 1025px) {
    .account-product-detail {
      width: 18%; } }
  @media (min-width: 1281px) {
    .account-product-detail {
      width: 14%; } }
  .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 {
    font-size: 16px;
    display: block;
    font-style: normal;
    color: #505050; }

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

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

.account-product-detail-heading {
  color: #505050;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  margin: 0 0 12px;
  text-transform: capitalize;
  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: 1281px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1281px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1281px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

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

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

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

.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: 14px;
  line-height: 15px;
  margin: 0 0 0.35714rem;
  padding: 8px 25px;
  border-radius: 5px;
  text-transform: capitalize;
  font-style: italic;
  font-weight: 400; }

.account-orderStatus-action {
  color: #505050;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.78571rem;
  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: #757575;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #757575;
  margin: 5px 0 10px 0; }

.account-sidebar-block {
  font-size: 18px; }
  .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: #172532;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e6e6e6;
  font-size: 18px;
  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: #505050;
  font-size: 18px;
  margin-bottom: 0.21429rem;
  text-transform: inherit; }

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

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

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

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

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

.wishlist-form {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 39.28571rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 46.42857rem;
  text-align: center; }

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

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

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

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.28571rem;
  cursor: pointer;
  display: none;
  max-height: 4.57143rem;
  min-height: 2.28571rem;
  min-width: 90px;
  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.78571rem; }

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

.previewCartCheckout .apple-pay-checkout-button {
  display: inline-block;
  float: none;
  margin-top: 0.78571rem; }

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

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

.paymentMethod {
  border: 1px solid #666666;
  background-color: #e5e5e5;
  border-radius: 0.21429rem;
  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.78571rem;
    width: 2rem; }
    @media (min-width: 1281px) {
      .methodHeader-icon {
        width: 3rem; } }
  .methodHeader-title {
    font-size: 16px;
    font-weight: 600; }
    @media (min-width: 1281px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    font-size: 16px;
    font-weight: 600; }
    @media (min-width: 1281px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    padding-left: 0.78571rem;
    margin-left: auto;
    display: flex;
    flex-wrap: nowrap; }
  .methodHeader-default {
    margin-left: 0.78571rem;
    fill: #999999;
    height: 1.28571rem;
    width: 1.28571rem; }
    @media (min-width: 1281px) {
      .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem; } }
  .methodHeader-expiry {
    font-size: 18px;
    text-transform: capitalize; }

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

.newPaymentMethod {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;
  min-height: 13.28571rem;
  height: 100%; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.78571rem; }
  .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.78571rem; } }

.paymentMethodForm-heading {
  color: #cccccc;
  font-family: "Source Sans Pro", 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.21429rem;
  width: 2.42857rem; }

.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.64286rem;
  top: 2.78571rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #757575;
    height: 1.5rem;
    width: 1.5rem; }

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

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

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

.has-stickyHeader .header .header-bottom.sticky-down {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 100%; }
  .has-stickyHeader .header .header-bottom.sticky-down > .container {
    max-width: 100%;
    padding: 0;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .has-stickyHeader .header .header-bottom.sticky-down .logo-fixed {
    display: inline-block; }
  .has-stickyHeader .header .header-bottom.sticky-down .header-top {
    display: none; }
  .has-stickyHeader .header .header-bottom.sticky-down .header-bottom-right {
    display: none; }
  .has-stickyHeader .header .header-bottom.sticky-down .header-fixed-right {
    display: inline-block; }
  .has-stickyHeader .header .header-bottom.sticky-down .navPages-container {
    padding-left: 15px; }
    @media (min-width: 1025px) {
      .has-stickyHeader .header .header-bottom.sticky-down .navPages-container {
        width: calc(100% - 250px);
        max-width: 1400px; } }
  @media (min-width: 1025px) {
    .has-stickyHeader .header .header-bottom.sticky-down .navPages-list {
      padding-top: 9px; } }
  @media (min-width: 1025px) {
    .has-stickyHeader .header .header-bottom.sticky-down .navPages-list .navPages-item > .navPages-action .navPages-label {
      top: -14px; } }

@media (min-width: 1025px) {
  .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-container {
    max-width: 1600px; } }

.has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-container.has-logo-fixed .navPages-list-megamenu-2 .has-megamenu > .navPage-subMenu {
  max-width: 1300px;
  width: calc(100vw - 450px); }

@media (min-width: 1025px) {
  .has-stickyHeader .header.header-layout-2 .header-bottom.sticky-down .navPages-list .navPages-item > .navPages-action .navPages-label {
    top: -11px; } }

.has-stickyHeader .header.header-layout-2 .header-bottom .header-fixed-right .countPill {
  background: #fd6506;
  color: white; }

.has-stickyHeader .header.header-layout-2 .header-bottom .header-fixed-right .navUser-item svg {
  fill: #202020; }

.header {
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 9996; }
  @media (min-width: 1025px) {
    .header {
      overflow: visible;
      height: auto;
      display: flex;
      flex-direction: column; } }
  @media (max-width: 1024px) {
    .header {
      z-index: 9991; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 1025px) {
      .header.is-open {
        height: auto; } }

.header-pc {
  display: none; }
  @media (min-width: 1200px) {
    .header-pc {
      display: block; } }

.header-mobile {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: white; }
  .header-mobile.sticky-down {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 100%; }
  @media (min-width: 1200px) {
    .header-mobile {
      display: none; } }

.header-top > .container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px; }

.header-top .header-top-left {
  padding-right: 35px;
  max-width: 250px; }

.header-top .header-top-middle {
  padding-left: 25px;
  padding-right: 25px;
  width: calc(100% - 695px); }

.header-top .header-top-right {
  max-width: 445px;
  padding-left: 20px; }
  .header-top .header-top-right .navUser-section {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .header-top .header-top-right .navUser-item > .navUser-action {
    text-align: center; }
    .header-top .header-top-right .navUser-item > .navUser-action > .icon {
      width: 33px;
      height: 33px;
      display: block;
      margin: 0 auto;
      fill: white; }
    .header-top .header-top-right .navUser-item > .navUser-action > span {
      margin-top: 5px; }
  .header-top .header-top-right .navUser-item.navUser-item--phone {
    padding-bottom: 1px;
    max-width: 180px; }
    .header-top .header-top-right .navUser-item.navUser-item--phone > .navUser-action {
      text-align: left;
      padding-left: 0; }
      .header-top .header-top-right .navUser-item.navUser-item--phone > .navUser-action .text {
        text-overflow: ellipsis;
        word-wrap: break-word;
        overflow: hidden;
        white-space: nowrap;
        display: inline-block;
        width: 100%; }
      .header-top .header-top-right .navUser-item.navUser-item--phone > .navUser-action > .phone {
        display: block;
        font-weight: 700;
        font-size: 18px;
        margin-top: 2px; }
  .header-top .header-top-right .navUser-item.navUser-item--account > .navUser-action > .icon {
    width: 30px;
    height: 33px; }
  .header-top .header-top-right .navUser-item.navUser-item--cart > .navUser-action {
    padding-right: 0; }
    .header-top .header-top-right .navUser-item.navUser-item--cart > .navUser-action > .icon {
      width: 32px;
      height: 32px; }
    .header-top .header-top-right .navUser-item.navUser-item--cart > .navUser-action > span {
      margin-top: 2px; }
  .header-top .header-top-right .navUser-item.navUser-item--giftCard .navUser-action .icon {
    stroke: none; }

.header-bottom {
  background: #000; }
  .header-bottom .logo-fixed {
    display: none;
    width: 135px;
    padding-left: 15px;
    padding-right: 15px; }
  .header-bottom > .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px; }
  .header-bottom .navPages-container {
    padding: 5px 15px 0 0px; }
    @media (min-width: 1025px) {
      .header-bottom .navPages-container.has-header-right {
        max-width: calc(100% - 250px);
        width: 100%; } }
  .header-bottom .header-bottom-right {
    padding-top: 19px;
    width: 250px;
    text-align: right; }
    .header-bottom .header-bottom-right .help {
      display: inline-block;
      padding-top: 1px;
      color: #202020;
      max-width: 140px; }
      .header-bottom .header-bottom-right .help a {
        color: #202020; }
        .header-bottom .header-bottom-right .help a:hover {
          color: #202020; }
        .header-bottom .header-bottom-right .help a svg {
          fill: white;
          width: 16px;
          height: 18px;
          margin-top: -4px;
          margin-right: 6px; }
      .header-bottom .header-bottom-right .help + .navUser-section--currency:before {
        content: "";
        background: rgba(32, 32, 32, 0.3);
        width: 1px;
        height: 96%;
        position: absolute;
        top: 2%;
        left: 0; }
  .header-bottom .navUser-section--currency {
    display: inline-block;
    float: right;
    padding-left: 20px;
    margin-left: 20px;
    margin-bottom: 0; }
    .header-bottom .navUser-section--currency .navUser-item {
      padding: 0;
      position: relative; }
    .header-bottom .navUser-section--currency .navUser-action {
      padding: 0;
      line-height: 24px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      color: #202020; }
      .header-bottom .navUser-section--currency .navUser-action .icon {
        margin-top: -1px;
        margin-left: 6px;
        height: 0.57143rem;
        width: 0.57143rem; }
        .header-bottom .navUser-section--currency .navUser-action .icon svg {
          height: 0.57143rem;
          width: 0.57143rem;
          fill: #202020;
          stroke: #202020; }
    .header-bottom .navUser-section--currency .image-flag {
      vertical-align: top;
      display: inline-block; }
      .header-bottom .navUser-section--currency .image-flag img {
        margin-top: -2px; }
    .header-bottom .navUser-section--currency .text-flag {
      margin-left: 5px;
      max-width: 50px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      overflow: hidden;
      position: relative;
      word-wrap: break-word;
      -webkit-line-clamp: 1;
      text-overflow: ellipsis; }
    .header-bottom .navUser-section--currency #currencySelection {
      width: auto;
      max-width: auto;
      min-width: 135px;
      left: auto !important;
      right: 0;
      padding: 0;
      margin-top: 5px;
      padding: 7px 0 8px 0; }
      .header-bottom .navUser-section--currency #currencySelection .dropdown-menu-item {
        padding: 2px 15px 2px 15px; }
        .header-bottom .navUser-section--currency #currencySelection .dropdown-menu-item:hover {
          color: white; }
        .header-bottom .navUser-section--currency #currencySelection .dropdown-menu-item a {
          padding: 0;
          color: #505050;
          text-transform: uppercase;
          font-weight: 400;
          display: inline-block;
          width: 100%; }
          .header-bottom .navUser-section--currency #currencySelection .dropdown-menu-item a img {
            margin-top: -2px;
            margin-right: 5px;
            display: inline-block; }
          .header-bottom .navUser-section--currency #currencySelection .dropdown-menu-item a .active {
            background-image: linear-gradient(transparent 96%, #505050 4%);
            background-repeat: repeat-x;
            background-position-y: 0px; }
  .header-bottom .header-fixed-right {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
    width: 115px;
    text-align: right;
    height: 100%; }
    .is-sticky .header-bottom .header-fixed-right {
      display: inline-block; }
    .header-bottom .header-fixed-right .navUser-item {
      float: none;
      display: inline-block; }
      .header-bottom .header-fixed-right .navUser-item svg {
        width: 26px;
        height: 26px; }
      .header-bottom .header-fixed-right .navUser-item .navUser-action {
        position: relative;
        padding-right: 0; }
    .header-bottom .header-fixed-right .navUser-item--search .navUser-action {
      padding-right: 0;
      padding-left: 0; }
    .header-bottom .header-fixed-right .navUser-item--search svg {
      width: 20px;
      height: 20px;
      margin-top: 1px; }
    .header-bottom .header-fixed-right .navUser-item--search .icon-close {
      display: none; }
    .header-bottom .header-fixed-right .navUser-item--cart {
      float: right; }
      .header-bottom .header-fixed-right .navUser-item--cart .navUser-item-cartLabel {
        display: none; }
      .header-bottom .header-fixed-right .navUser-item--cart .navUser-action {
        padding-left: 18; }

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

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

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

.header-logo-text {
  display: block;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: left; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 24px;
      line-height: 30px; } }
  @media (min-width: 1025px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      line-height: 34px;
      max-width: none;
      overflow: auto;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 40px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }

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

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

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

.mobileMenu-toggle {
  width: 26px;
  height: 100%;
  display: inline-block;
  font-size: 0;
  padding: 0;
  z-index: 50;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-decoration: none; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    background: #202020;
    display: inline-block;
    height: 2px;
    transform: rotate(0deg);
    width: 1.85714rem;
    background: white; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #202020;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    width: 1.85714rem;
    background: white; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.6rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.6rem; }

/*-------- Header Mobile  ------*/
.header-mobile .mobile-header {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 15px;
  height: 50px; }

.header-mobile .header-item {
  min-width: 85px; }
  @media (max-width: 551px) {
    .header-mobile .header-item {
      max-width: 160px; } }
  @media (max-width: 380px) {
    .header-mobile .header-item {
      max-width: 150px; } }
  @media (max-width: 360px) {
    .header-mobile .header-item {
      max-width: 120px; } }
  .header-mobile .header-item .items {
    display: inline-block;
    vertical-align: middle; }
    .header-mobile .header-item .items + .items {
      margin-left: 10px; }
      @media (min-width: 360px) {
        .header-mobile .header-item .items + .items {
          margin-left: 15px; }
          .header-mobile .header-item .items + .items.themevale_cart {
            margin-left: 13px; } }
      @media (min-width: 381px) {
        .header-mobile .header-item .items + .items {
          margin-left: 20px; }
          .header-mobile .header-item .items + .items.themevale_cart {
            margin-left: 18px; } }
    .header-mobile .header-item .items .navUser-action {
      padding: 0; }
  @media (min-width: 551px) and (max-width: 1024px) {
    .header-mobile .header-item.text-center {
      padding: 0 15px;
      max-width: 60%; } }
  .header-mobile .header-item.text-center .items {
    width: 100%; }
  .header-mobile .header-item .item--hamburger {
    width: 28px;
    height: 50px;
    margin-top: -1px; }
  .header-mobile .header-item .item--searchMobile .navUser-action .icon {
    margin-top: -3px;
    height: 1.57143rem;
    width: 1.57143rem;
    fill: white;
    color: white;
    opacity: 1; }
  .header-mobile .header-item .item--searchMobile .navUser-action .close {
    text-align: center;
    font-size: 42px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 200;
    width: 22px;
    height: 22px;
    margin-top: 1px; }
    .header-mobile .header-item .item--searchMobile .navUser-action .close.close {
      display: none; }
  .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background: #fafafa;
    padding-left: 0;
    display: none; }
    .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch.is-open {
      display: block; }
    .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch #search_query {
      padding-left: 15px;
      color: #8e8e8e;
      font-weight: 700;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
       -ms-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1); }
      @media (max-width: 1024px) {
        .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch #search_query {
          height: 3.07143rem; } }
      @media (max-width: 550px) {
        .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch #search_query {
          height: 2.85714rem; } }
      .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch #search_query::-webkit-input-placeholder {
        color: #8e8e8e;
        font-weight: 700;
        opacity: 1; }
      .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch #search_query::-moz-placeholder {
        color: #8e8e8e;
        font-weight: 700;
        opacity: 1; }
      .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch #search_query:-ms-input-placeholder {
        color: #8e8e8e !important;
        font-weight: 700 !important;
        opacity: 1 !important; }
    .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch .form {
      margin-top: 0; }
    .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch button {
      top: 0px;
      right: 5px;
      left: auto;
      width: 40px; }
      @media (max-width: 1024px) {
        .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch button {
          height: 43px;
          line-height: 43px; } }
      @media (max-width: 550px) {
        .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch button {
          height: 40px;
          line-height: 40px; } }
      .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch button svg {
        fill: #8e8e8e;
        width: 18px;
        height: 18px;
        margin-top: -2px; }
    .header-mobile .header-item .item--searchMobile .navUser-item--quichSearch .themevale-dropdown {
      width: 100%;
      right: 0;
      top: 100% !important; }
  .header-mobile .header-item .item--account .navUser-action {
    padding-right: 0;
    padding-left: 5px; }
    .header-mobile .header-item .item--account .navUser-action .icon {
      margin-top: -2px;
      height: 1.64286rem;
      width: 1.64286rem; }
  .header-mobile .header-item .item--cart .icon {
    margin-top: -5px;
    height: 1.71429rem;
    width: 1.71429rem; }

.header-mobile .navUser-item-cartIcon {
  position: relative;
  margin-right: 12px; }
  .header-mobile .navUser-item-cartIcon .countPill {
    margin: 0;
    font-size: 11px;
    display: block;
    top: -7px;
    right: -12px; }

/* Header Layout 2*/
.header-layout-2 .header-top > .container {
  padding-top: 21px;
  padding-bottom: 21px; }

@media (min-width: 1025px) {
  .header-layout-2 .header-top .header-top-left {
    width: 450px;
    max-width: 450px;
    font-size: 0;
    padding-right: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; } }

.header-layout-2 .header-top .header-top-left .header-logo {
  display: inline-block;
  max-width: 240px; }

.header-layout-2 .header-top .header-top-left .navUser-item--phone {
  display: inline-block;
  float: none;
  font-size: 14px; }
  .header-layout-2 .header-top .header-top-left .navUser-item--phone .navUser-action {
    padding-right: 0; }
  .header-layout-2 .header-top .header-top-left .navUser-item--phone .phone {
    display: block;
    font-size: 18px;
    font-weight: 700; }

@media (min-width: 1025px) {
  .header-layout-2 .header-top .header-top-middle {
    width: calc(100% - 900px);
    padding-left: 15px;
    padding-right: 15px; }
    .header-layout-2 .header-top .header-top-middle .dropdown--quickSearch .form-field {
      box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
       -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); } }

@media (min-width: 1025px) {
  .header-layout-2 .header-top .header-top-right {
    width: 450px;
    max-width: 450px;
    padding-left: 15px; }
    .header-layout-2 .header-top .header-top-right .navUser-item > .navUser-action {
      padding: 0 16px;
      font-weight: 400; }
      .header-layout-2 .header-top .header-top-right .navUser-item > .navUser-action > .icon {
        width: 25px;
        height: 25px;
        margin-top: -1px; }
      .header-layout-2 .header-top .header-top-right .navUser-item > .navUser-action span {
        margin-top: 0; }
    .header-layout-2 .header-top .header-top-right .navUser-item.navUser-item--cart > .navUser-action {
      padding-bottom: 6px;
      padding-right: 1px; }
      .header-layout-2 .header-top .header-top-right .navUser-item.navUser-item--cart > .navUser-action > .icon {
        width: 44px;
        height: 44px; }
      .header-layout-2 .header-top .header-top-right .navUser-item.navUser-item--cart > .navUser-action .navUser-item-cartLabel {
        display: none; }
      .header-layout-2 .header-top .header-top-right .navUser-item.navUser-item--cart > .navUser-action .countPill {
        right: -2px;
        margin-top: 5px; } }

.header-layout-2 .header-bottom {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
   -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
   -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15); }
  .header-layout-2 .header-bottom > .container {
    padding-top: 0;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .header-layout-2 .header-bottom .vertical-menu {
    width: 160px;
    border-right: 1px solid rgba(32, 32, 32, 0.3);
    height: 100%; }
    .header-layout-2 .header-bottom .vertical-menu .icon-nav {
      padding-top: 16px;
      padding-bottom: 16px; }
      .header-layout-2 .header-bottom .vertical-menu .icon-nav .icon {
        fill: #fd6506;
        width: 18px;
        height: 18px;
        margin-top: -4px; }
      .header-layout-2 .header-bottom .vertical-menu .icon-nav .menu-title {
        color: #fff;
        font-weight: 500;
        font-size: 16px;
        margin-left: 6px; }
      .header-layout-2 .header-bottom .vertical-menu .icon-nav .arrow-down {
        width: 8px;
        height: 8px;
        fill: #202020;
        stroke: #202020;
        margin-left: 9px; }
    .header-layout-2 .header-bottom .vertical-menu .vertical-menu-dropdown {
      position: absolute;
      left: 0;
      top: 100%;
      width: 260px;
      background: white;
      box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0;
      -webkit-box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0;
      -moz-box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0;
      -ms-box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0;
      -moz-border-radius: 0 0 8px 8px;
      -webkit-border-radius: 0 0 8px 8px;
      -ms-border-radius: 0 0 8px 8px;
      border-radius: 0 0 8px 8px;
      padding-top: 10px;
      padding-bottom: 10px;
      height: 0;
      opacity: 0;
      transform: translateY(30px);
      -webkit-transform: translateY(30px);
      -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
      -webkit-transition: transform 0.3s linear;
      -moz-transition: transform 0.3s linear;
      -ms-transition: transform 0.3s linear;
      -o-transition: transform 0.3s linear;
      transition: transform 0.3s linear;
      pointer-events: none; }
    .header-layout-2 .header-bottom .vertical-menu:hover .icon-nav {
      position: relative; }
      .header-layout-2 .header-bottom .vertical-menu:hover .icon-nav:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: transparent;
        width: 100%;
        height: 100%;
        z-index: 1; }
    .header-layout-2 .header-bottom .vertical-menu:hover .vertical-menu-dropdown {
      height: auto;
      opacity: 1;
      transform: translateY(0px);
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      z-index: 9;
      pointer-events: auto; }
  .header-layout-2 .header-bottom .navPages-container {
    padding-top: 0;
    padding-right: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative; }
    .header-layout-2 .header-bottom .navPages-container .navPages-list-webpages {
      margin-top: 0;
      padding-left: 30px;
      padding-top: 10px;
      display: block; }
      @media (min-width: 1025px) {
        .header-layout-2 .header-bottom .navPages-container .navPages-list-webpages {
          min-height: auto !important; } }
      .header-layout-2 .header-bottom .navPages-container .navPages-list-webpages .navPage-subMenu-item-child, .header-layout-2 .header-bottom .navPages-container .navPages-list-webpages .navPage-subMenu-item-parent {
        background: white; }
    .header-layout-2 .header-bottom .navPages-container .navPages, .header-layout-2 .header-bottom .navPages-container .vertical-menu {
      display: inline-block;
      vertical-align: top; }
  .header-layout-2 .header-bottom .header-bottom-right {
    padding-top: 0px; }
    .header-layout-2 .header-bottom .header-bottom-right .navUser-item > .navUser-action > .icon {
      color: white; }
    .header-layout-2 .header-bottom .header-bottom-right .help svg {
      fill: #fd6506; }

.vertical-menu a.icon-nav:after {
  content: "\eeb8";
  font-family: emthemesmodezicons;
  font-weight: normal;
  float: left;
  margin-right: initial;
  padding-right: 10px;
  font-size: 22px;
  color: #fff; }

body.halo-open-account, body.halo-open-side-cart, body.halo-open-before-you-leave, body.halo-open-sidebar, body.has-quickViewModal, body.halo-open-search {
  overflow: hidden; }

body.homepage-layout-2.page-type-default {
  background: whitesmoke; }

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

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

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

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

.padding-top-30 {
  padding-top: 20px; }
  @media (min-width: 1025px) {
    .padding-top-30 {
      padding-top: 30px; } }

.padding-top-40 {
  padding-top: 20px; }
  @media (min-width: 551px) {
    .padding-top-40 {
      padding-top: 30px; } }
  @media (min-width: 1025px) {
    .padding-top-40 {
      padding-top: 40px; } }

.padding-top-50 {
  padding-top: 25px; }
  @media (min-width: 551px) {
    .padding-top-50 {
      padding-top: 35px; } }
  @media (min-width: 1025px) {
    .padding-top-50 {
      padding-top: 50px; } }

.padding-top-60 {
  padding-top: 35px; }
  @media (min-width: 551px) {
    .padding-top-60 {
      padding-top: 45px; } }
  @media (min-width: 1025px) {
    .padding-top-60 {
      padding-top: 60px; } }

.padding-top-70 {
  padding-top: 45px; }
  @media (min-width: 551px) {
    .padding-top-70 {
      padding-top: 55px; } }
  @media (min-width: 1025px) {
    .padding-top-70 {
      padding-top: 70px; } }

.padding-top-80 {
  padding-top: 45px; }
  @media (min-width: 551px) {
    .padding-top-80 {
      padding-top: 60px; } }
  @media (min-width: 1025px) {
    .padding-top-80 {
      padding-top: 80px; } }

.padding-top-100 {
  padding-top: 50px; }
  @media (min-width: 551px) {
    .padding-top-100 {
      padding-top: 70px; } }
  @media (min-width: 1025px) {
    .padding-top-100 {
      padding-top: 100px; } }

.padding-bottom-10 {
  padding-bottom: 10px; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.padding-bottom-30 {
  padding-bottom: 20px; }
  @media (min-width: 1025px) {
    .padding-bottom-30 {
      padding-bottom: 30px; } }

.padding-bottom-40 {
  padding-bottom: 20px; }
  @media (min-width: 551px) {
    .padding-bottom-40 {
      padding-bottom: 30px; } }
  @media (min-width: 1025px) {
    .padding-bottom-40 {
      padding-bottom: 40px; } }

.padding-bottom-50 {
  padding-bottom: 20px; }
  @media (min-width: 551px) {
    .padding-bottom-50 {
      padding-bottom: 35px; } }
  @media (min-width: 1025px) {
    .padding-bottom-50 {
      padding-bottom: 50px; } }

.padding-bottom-60 {
  padding-bottom: 25px; }
  @media (min-width: 551px) {
    .padding-bottom-60 {
      padding-bottom: 35px; } }
  @media (min-width: 1025px) {
    .padding-bottom-60 {
      padding-bottom: 60px; } }

.padding-bottom-70 {
  padding-bottom: 40px; }
  @media (min-width: 551px) {
    .padding-bottom-70 {
      padding-bottom: 50px; } }
  @media (min-width: 1025px) {
    .padding-bottom-70 {
      padding-bottom: 70px; } }

.padding-bottom-80 {
  padding-bottom: 50px; }
  @media (min-width: 551px) {
    .padding-bottom-80 {
      padding-bottom: 60px; } }
  @media (min-width: 1025px) {
    .padding-bottom-80 {
      padding-bottom: 80px; } }

.padding-bottom-120 {
  padding-bottom: 50px; }
  @media (min-width: 551px) {
    .padding-bottom-120 {
      padding-bottom: 80px; } }
  @media (min-width: 1025px) {
    .padding-bottom-120 {
      padding-bottom: 120px; } }

.margin-top-20 {
  margin-top: 20px; }

.margin-top-30 {
  margin-top: 20px; }
  @media (min-width: 551px) {
    .margin-top-30 {
      margin-top: 30px; } }

.margin-top-40 {
  margin-top: 20px; }
  @media (min-width: 551px) {
    .margin-top-40 {
      margin-top: 30px; } }
  @media (min-width: 1025px) {
    .margin-top-40 {
      margin-top: 40px; } }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-30 {
  margin-bottom: 20px; }
  @media (min-width: 551px) {
    .margin-bottom-30 {
      margin-bottom: 30px; } }

.margin-bottom-40 {
  margin-bottom: 20px; }
  @media (min-width: 551px) {
    .margin-bottom-40 {
      margin-bottom: 30px; } }
  @media (min-width: 1025px) {
    .margin-bottom-40 {
      margin-bottom: 40px; } }

.page {
  display: inline-block;
  width: 100%; }

.page-content.no-heading {
  padding-top: 35px; }
  @media (min-width: 1025px) {
    .page-content.no-heading {
      padding-top: 55px; } }

.page-content.padding-bottom {
  padding-bottom: 50px; }
  @media (min-width: 551px) {
    .page-content.padding-bottom {
      padding-bottom: 80px; } }
  @media (min-width: 1025px) {
    .page-content.padding-bottom {
      padding-bottom: 120px; } }

.page-type-404 .form {
  margin-bottom: 0; }
  .page-type-404 .form .form-field:last-child {
    margin-bottom: 0; }

body:not(.page-type-default) #main-content {
  padding-bottom: 50px; }

.stickyContainer {
  position: relative; }

.page-content {
  padding: 0;
  width: 100%;
  float: left;
  position: relative; }

.page-sidebar {
  width: 25%;
  background-color: #fff;
  font-size: 16px; }
  @media (max-width: 1024px) {
    .page-sidebar {
      width: 347px;
      position: fixed;
      top: 0;
      left: 0;
      -moz-transform: translateX(-103%);
      -o-transform: translateX(-103%);
      -ms-transform: translateX(-103%);
      -webkit-transform: translateX(-103%);
      transform: translateX(-103%);
      -webkit-transition: transform 0.4s ease;
      -moz-transition: transform 0.4s ease;
      -ms-transition: transform 0.4s ease;
      -o-transition: transform 0.4s ease;
      transition: transform 0.4s ease;
      -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
      -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
      z-index: 10002;
      margin: 0;
      overflow-y: auto;
      height: 100%; }
      .page-sidebar nav {
        padding: 28px 30px 30px 30px; }
      .page-sidebar + #product-listing-container {
        width: 100%; } }
  .page-sidebar.sidebar-hide {
    width: 330px;
    position: fixed;
    top: 0;
    left: 0;
    -moz-transform: translateX(-103%);
    -o-transform: translateX(-103%);
    -ms-transform: translateX(-103%);
    -webkit-transform: translateX(-103%);
    transform: translateX(-103%);
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    z-index: 10002;
    margin: 0;
    overflow-y: auto;
    height: 100vh; }
    @media (min-width: 1025px) {
      .page-sidebar.sidebar-hide {
        width: 317px; } }
    .page-sidebar.sidebar-hide nav {
      padding: 28px 30px 30px 30px; }
    .page-sidebar.sidebar-hide + #product-listing-container,
    .page-sidebar.sidebar-hide + .page-content {
      width: 100%; }
  .page-sidebar.sidebar-show {
    margin-bottom: 35px; }
    @media (min-width: 1025px) {
      .page-sidebar.sidebar-show {
        float: left;
        width: 240px;
        margin-bottom: 50px;
        position: -webkit-sticky;
        /* Safari */
        position: sticky;
        top: 20px; }
        .page-sidebar.sidebar-show .close-sidebar {
          display: none; } }
    .page-sidebar.sidebar-show + #product-listing-container,
    .page-sidebar.sidebar-show + .page-content {
      width: 100%; }
      @media (min-width: 1025px) {
        .page-sidebar.sidebar-show + #product-listing-container,
        .page-sidebar.sidebar-show + .page-content {
          width: 100%;
          display: inline-block;
          float: left;
          width: calc(100% - 240px);
          padding-left: 35px; } }
  .halo-open-sidebar .page-sidebar {
    left: 0;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
  .page-sidebar .close-sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    background: #f0f0f0;
    color: #000000;
    padding: 12px 30px 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase; }
    .page-sidebar .close-sidebar .icon-close {
      width: 17px;
      height: 20px;
      line-height: 20px;
      font-size: 32px;
      font-weight: 200; }
  .page-sidebar nav {
    width: 100%;
    height: 100%;
    display: block; }
    @media (min-width: 1025px) {
      .page-sidebar nav {
        margin-top: -5px; } }
    .page-sidebar nav .close-sidebar {
      display: none; }

#product-listing-container {
  margin-bottom: 35px; }
  @media (min-width: 1025px) {
    #product-listing-container {
      margin-bottom: 50px; } }

.footer {
  background-color: whitesmoke;
  padding-top: 50px;
  position: relative; }
  @media (max-width: 767px) {
    .footer {
      padding-top: 20px; } }

.footer-layout-1 {
  border-top: 10px solid whitesmoke; }
  .page-type-default .footer-layout-1 {
    border-top: none; }
  @media (min-width: 1025px) {
    .footer-layout-1 .footer-info-col.footer-info-col--small {
      width: 25%; } }
  .footer-layout-1 .footer-info-col[data-section-type="storeInfo"] address, .footer-layout-1 .footer-info-col[data-section-type="storeInfo"] .info {
    padding-left: 0; }
  @media (max-width: 767px) {
    .footer-layout-1 .footer-middle .footer-info-col {
      width: 100%; }
      .footer-layout-1 .footer-middle .footer-info-col[data-section-type="newsletterSubscription"] .form-input[type="email"] {
        max-width: 100%; } }

.footer-title-sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.footer-info {
  font-size: 0; }
  @media (min-width: 768px) {
    .footer-info .footer-inner {
      margin-left: -10px;
      margin-right: -10px; } }
  @media (min-width: 1281px) {
    .footer-info .footer-inner {
      margin-left: -15px;
      margin-right: -15px; } }

.footer-info-col {
  width: 100%;
  color: #505050;
  display: inline-block;
  float: none;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  text-align: left;
  vertical-align: top;
  -ms-word-break: break-all;
  overflow-wrap: break-word; }
  @media (min-width: 768px) {
    .footer-info-col {
      width: 33.3333%;
      padding-left: 10px;
      padding-right: 10px;
      margin-bottom: 45px; } }
  @media (min-width: 1281px) {
    .footer-info-col {
      padding-left: 15px;
      padding-right: 15px; } }
  .footer-layout-2 .footer-info-col {
    font-size: 1rem; }
  @media (min-width: 768px) {
    .footer-info-col.footer-info-col--small {
      width: 33.33%; } }
  @media (min-width: 1025px) {
    .footer-layout-2 .footer-info-col.footer-info-col--small {
      width: 20%; } }
  @media (min-width: 768px) {
    .footer-info-col.footer-info-col--large {
      width: 50%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }
  .footer-info-col[data-section-type="footer-brands"] .footer-info-list .view_all a {
    color: #202020;
    background-image: linear-gradient(transparent 96%, rgba(32, 32, 32, 0.7) 4%);
    background-repeat: repeat-x;
    background-position-y: 0px; }
    .footer-info-col[data-section-type="footer-brands"] .footer-info-list .view_all a:hover {
      color: #0a6cdc;
      background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, 0.7) 4%); }
  @media (max-width: 767px) {
    .footer-info-col[data-section-type="newsletterSubscription"] {
      order: 6;
      margin-top: 20px; } }
  @media (min-width: 992px) {
    .footer-info-col[data-section-type="newsletterSubscription"] {
      padding-right: 45px; } }
  @media (max-width: 991px) {
    .footer-layout-1 .footer-info-col[data-section-type="newsletterSubscription"] .form-prefixPostfix {
      display: inline-block;
      width: 100%; } }
  .footer-info-col[data-section-type="newsletterSubscription"] .form-input[type="email"] {
    max-width: 100%;
    color: #505050; }
    @media (min-width: 551px) {
      .footer-info-col[data-section-type="newsletterSubscription"] .form-input[type="email"] {
        max-width: 443px; } }
    .footer-info-col[data-section-type="newsletterSubscription"] .form-input[type="email"]::-webkit-input-placeholder {
      color: rgba(80, 80, 80, 0.5);
      text-transform: none;
      opacity: 0.5; }
    .footer-info-col[data-section-type="newsletterSubscription"] .form-input[type="email"]::-moz-placeholder {
      color: rgba(80, 80, 80, 0.5);
      text-transform: none; }
    .footer-info-col[data-section-type="newsletterSubscription"] .form-input[type="email"]::-ms-input-placeholder {
      color: rgba(80, 80, 80, 0.5) !important;
      text-transform: none; }
  .footer-info-col[data-section-type="newsletterSubscription"] .button {
    width: 100%;
    height: auto;
    margin-top: 15px; }
    @media (min-width: 551px) {
      .footer-info-col[data-section-type="newsletterSubscription"] .button {
        min-width: 120px; } }
    @media (min-width: 991px) {
      .footer-info-col[data-section-type="newsletterSubscription"] .button {
        min-width: 140px;
        width: auto;
        margin-left: 15px;
        margin-top: 0; } }
    @media (min-width: 1025px) {
      .footer-info-col[data-section-type="newsletterSubscription"] .button {
        min-width: 180px; } }
  @media (max-width: 767px) {
    .footer-info-col[data-section-type="storeInfo"] {
      order: 5; } }
  @media (max-width: 1024px) {
    .footer-layout-2 .footer-info-col[data-section-type="storeInfo"] {
      width: 66.66%;
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .footer-layout-2 .footer-info-col[data-section-type="storeInfo"] {
      width: 100%; } }
  .footer-info-col[data-section-type="storeInfo"] address, .footer-info-col[data-section-type="storeInfo"] .info {
    display: inline-block;
    width: 100%;
    padding-left: 35px;
    position: relative; }
    .footer-info-col[data-section-type="storeInfo"] address svg, .footer-info-col[data-section-type="storeInfo"] .info svg {
      width: 20px;
      height: 20px;
      margin-right: 10px;
      position: absolute;
      left: 0;
      top: 2px; }
  .footer-info-col[data-section-type="storeInfo"] address, .footer-info-col[data-section-type="storeInfo"] .phone-number {
    margin-bottom: 10px; }
  .footer-info-col[data-section-type="storeInfo"] address svg {
    width: 15px; }
  .footer-layout-2 .footer-info-col[data-section-type="storeInfo"] address {
    font-style: normal; }
  .footer-info-col[data-section-type="storeInfo"] a {
    color: #505050; }
    .footer-info-col[data-section-type="storeInfo"] a:hover {
      color: #2a6dd5;
      background-image: linear-gradient(transparent 96%, rgba(42, 109, 213, 0.7) 4%);
      background-repeat: repeat-x;
      background-position-y: -2px; }
  @media (max-width: 767px) {
    .footer-info-col[data-section-type="footer-social"] {
      order: 7; } }
  @media (max-width: 767px) {
    .footer-info-col.footer-info-col--social {
      margin-bottom: 25px; } }
  .footer-info-col.footer-copyright {
    width: 100%; }
    @media (min-width: 992px) {
      .footer-info-col.footer-copyright {
        width: 50%; } }
    @media (min-width: 1281px) {
      .footer-info-col.footer-copyright {
        width: 40%; } }
  .footer-info-col.footer-payment-icons {
    width: 100%; }
    @media (min-width: 992px) {
      .footer-info-col.footer-payment-icons {
        width: 50%; } }
    @media (min-width: 1281px) {
      .footer-info-col.footer-payment-icons {
        width: 60%; } }
  .footer-layout-2 .footer-info-col .socialLinks {
    margin-top: 22px; }
    @media (min-width: 1025px) {
      .footer-layout-2 .footer-info-col .socialLinks {
        margin-top: 32px; } }
  .footer-info-col .socialLinks .icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 1rem; }
    @media (min-width: 1281px) {
      .footer-info-col .socialLinks .icon {
        width: 40px;
        height: 40px; } }
    .footer-info-col .socialLinks .icon svg {
      fill: #ffffff;
      width: 20px;
      height: 20px; }
      .footer-layout-2 .footer-info-col .socialLinks .icon svg {
        fill: rgba(32, 32, 32, 0.8);
        margin-right: 0; }
    .footer-info-col .socialLinks .icon:hover {
      background-image: none; }
    .footer-layout-2 .footer-info-col .socialLinks .icon {
      background: transparent;
      border: 2px solid rgba(32, 32, 32, 0.3); }
      .footer-layout-2 .footer-info-col .socialLinks .icon:hover svg {
        fill: #fff; }
      .footer-layout-2 .footer-info-col .socialLinks .icon.icon--facebook:hover {
        background: #3b589c;
        border-color: #3b589c; }
      .footer-layout-2 .footer-info-col .socialLinks .icon.icon--twitter:hover {
        background: #00a2f3;
        border-color: #00a2f3; }
      .footer-layout-2 .footer-info-col .socialLinks .icon.icon--pinterest:hover {
        background: #d63633;
        border-color: #d63633; }
      .footer-layout-2 .footer-info-col .socialLinks .icon.icon--instagram:hover {
        background: #f09433;
        background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
        border-color: #e6683c; }
      .footer-layout-2 .footer-info-col .socialLinks .icon.icon--youtube:hover {
        background-color: #ff0000;
        border-color: #ff0000; }
      .footer-layout-2 .footer-info-col .socialLinks .icon.icon--rss:hover {
        background-color: #FFA500;
        border-color: #FFA500; }
      .footer-layout-2 .footer-info-col .socialLinks .icon.icon--snapchat:hover {
        background-color: #f0e100;
        border-color: #f0e100; }
      .footer-layout-2 .footer-info-col .socialLinks .icon.icon--messenger:hover {
        background-color: #1977f3;
        border-color: #1977f3; }
      .footer-layout-2 .footer-info-col .socialLinks .icon.icon--linkedin:hover {
        background-color: #0077B5;
        border-color: #0077B5; }
      .footer-layout-2 .footer-info-col .socialLinks .icon.icon--tumblr:hover {
        background-color: #33506C;
        border-color: #33506C; }
      .footer-layout-2 .footer-info-col .socialLinks .icon.icon--stumbleupon:hover {
        background-color: #EB4924;
        border-color: #EB4924; }
  .footer-info-col .socialLinks .icon--facebook {
    background: #3b589c; }
  .footer-info-col .socialLinks .icon--twitter {
    background: #00a2f3; }
  .footer-info-col .socialLinks .icon--pinterest {
    background: #d63633; }
  .footer-info-col .socialLinks .icon--instagram {
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf); }
  .footer-info-col .socialLinks .icon--youtube {
    background-color: #ff0000; }
  .footer-info-col .socialLinks .icon--rss {
    background-color: #FFA500; }
  .footer-info-col .socialLinks .icon--snapchat {
    background-color: #f0e100; }
  .footer-info-col .socialLinks .icon--messenger {
    background-color: #1977f3; }
  .footer-info-col .socialLinks .icon--linkedin {
    background-color: #0077B5; }
  .footer-info-col .socialLinks .icon--tumblr {
    background-color: #33506C; }
  .footer-info-col .socialLinks .icon--stumbleupon {
    background-color: #EB4924; }

@media (min-width: 768px) {
  .footer-top {
    border-bottom: 1px solid #666666; } }

.footer-top .seal-logos {
  text-align: left;
  margin-bottom: 35px;
  margin-top: 5px; }
  @media (min-width: 551px) {
    .footer-top .seal-logos {
      margin-bottom: 45px; } }
  @media (min-width: 1025px) {
    .footer-top .seal-logos {
      text-align: center;
      margin-bottom: 55px; } }

.footer-middle {
  font-size: 0; }
  @media (min-width: 768px) {
    .footer-middle {
      padding-top: 40px; } }
  @media (max-width: 767px) {
    .footer-middle .footer-inner {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: center;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 1024px) {
    .footer-middle .footer-info-col--large {
      width: 44%; } }
  @media (max-width: 992px) {
    .footer-middle .footer-info-col--large {
      width: 40%; } }
  @media (max-width: 1024px) {
    .footer-middle .footer-info-col--small {
      width: 28%; } }
  @media (max-width: 992px) {
    .footer-middle .footer-info-col--small {
      width: 30%; } }

.footer-bottom {
  background: white;
  padding: 18px 0 10px 0; }
  .homepage-layout-2 .footer-bottom {
    padding: 28px 0 40px 0; }
  @media (min-width: 992px) {
    .footer-bottom .footer-inner {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: center; } }
  .footer-bottom p {
    content: gray; }
  .footer-bottom .footer-info-col {
    margin-bottom: 0; }

.footer-info-heading {
  color: #202020;
  font-size: 16px;
  line-height: 24px;
  text-transform: inherit;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 18px; }
  @media (min-width: 768px) {
    .footer-info-heading {
      pointer-events: none; } }
  .footer-layout-2 .footer-info-heading {
    font-size: 14px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: 16px; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list li {
    padding: 7px 0; }
    .footer-info-list li:first-child {
      padding-top: 0; }
    .footer-layout-2 .footer-info-list li {
      padding: 6px 0; }
  .footer-info-list a {
    color: #505050;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400; }
    .footer-info-list a:hover {
      color: #2a6dd5;
      background-image: linear-gradient(transparent 96%, rgba(42, 109, 213, 0.7) 4%);
      background-repeat: repeat-x;
      background-position-y: 0px; }
    .footer-layout-2 .footer-info-list a {
      font-size: 14px; }
  .footer-info-list .form-field {
    margin-bottom: 0; }
  .footer-info-list address {
    font-style: normal; }

@media (max-width: 767px) {
  .footer-info-col--mobile {
    margin-bottom: 0px; }
    .footer-info-col--mobile > .footer-info-heading {
      border-bottom: 2px solid #e6e6e6;
      padding-bottom: 16px;
      padding-top: 15px;
      margin-bottom: 0;
      position: relative; }
      .footer-info-col--mobile > .footer-info-heading:before {
        top: 50%;
        right: 4px;
        z-index: 2;
        content: "";
        width: 2px;
        height: 10px;
        position: absolute;
        transition: all .3s ease;
        transform: translateY(-50%);
        background-color: #202020; }
      .footer-info-col--mobile > .footer-info-heading:after {
        top: 50%;
        right: 0;
        z-index: 2;
        content: "";
        width: 10px;
        height: 2px;
        position: absolute;
        transform: translateY(-50%);
        background-color: #202020; }
      .footer-info-col--mobile > .footer-info-heading.is-clicked:before {
        transform: translateY(-50%) rotate(-90deg); }
    .footer-info-col--mobile .footer-info-list {
      display: none;
      margin-bottom: 15px;
      margin-top: 20px; } }

.footer-copyright {
  text-align: center;
  display: inline-block;
  margin-bottom: 20px !important; }
  @media (min-width: 992px) {
    .footer-copyright {
      margin-bottom: 8px !important;
      text-align: left; } }
  .footer-copyright > p {
    color: gray;
    font-size: 1rem;
    display: inline-block;
    margin-bottom: 0px; }
  .footer-copyright > .paypal-credit {
    margin: 1em 0 2em;
    display: inline-block; }
  .footer-copyright > .template-by {
    display: block; }
  .footer-copyright a {
    color: gray;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: gray;
      background-image: linear-gradient(transparent 96%, rgba(128, 128, 128, 0.7) 4%);
      background-repeat: repeat-x;
      background-position-y: -2px; }

.footer-payment-icons {
  font-size: 0;
  display: inline-block;
  text-align: center; }
  @media (min-width: 992px) {
    .footer-payment-icons {
      text-align: right; } }
  @media (min-width: 992px) {
    .footer-payment-icons .footer-payment-icons-inner {
      float: right; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    vertical-align: middle;
    width: 3.71429rem;
    height: 2.28571rem;
    background: #fff;
    margin-bottom: 8px;
    margin-right: 8px;
    display: inline-block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    @media (min-width: 1025px) {
      .footer-payment-icons .footer-payment-icon + .footer-payment-icon {
        margin-left: 15px;
        margin-right: 0; } }
    .footer-payment-icons .footer-payment-icon.cirrus {
      background: #013474; }
    .footer-payment-icons .footer-payment-icon.amazonpay {
      background: #ff9e13;
      fill: #ffffff;
      padding: 7px 5px 5px 5px; }
    .footer-payment-icons .footer-payment-icon.googlepay {
      padding: 8px; }
    .footer-payment-icons .footer-payment-icon.american-express {
      background: #2478bc; }
    .footer-payment-icons .footer-payment-icon.visa {
      background: #0e4595;
      padding: 4px; }
    .footer-payment-icons .footer-payment-icon.western-union {
      background: #f7de4b; }
    .footer-payment-icons .footer-payment-icon.sage {
      background: #118260;
      padding: 10px; }
    .footer-payment-icons .footer-payment-icon.google-wallet {
      background: #ffffff;
      padding: 7px; }

@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;
  margin-bottom: 18px; }
  @media (min-width: 768px) {
    .footer-newsletter-summary {
      margin-bottom: 28px; } }

/* Footer Layout 2 */
.footer-layout-2 .footer-top {
  border-bottom: none; }
  .footer-layout-2 .footer-top [data-section-type="newsletterSubscription"] {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 27px; }
    .footer-layout-2 .footer-top [data-section-type="newsletterSubscription"] .footer-info-heading {
      font-size: 20px;
      text-transform: uppercase;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      margin-bottom: 10px; }
    .footer-layout-2 .footer-top [data-section-type="newsletterSubscription"] .footer-info-list .footer-newsletter-summary {
      max-width: 640px;
      margin: 0 auto;
      text-align: center;
      margin-bottom: 28px;
      font-size: 14px; }
    .footer-layout-2 .footer-top [data-section-type="newsletterSubscription"] .footer-info-list .form-prefixPostfix {
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
      @media (max-width: 550px) {
        .footer-layout-2 .footer-top [data-section-type="newsletterSubscription"] .footer-info-list .form-prefixPostfix {
          display: inline-block;
          width: 100%; } }
    @media (min-width: 551px) {
      .footer-layout-2 .footer-top [data-section-type="newsletterSubscription"] .button {
        width: auto;
        margin-top: 0;
        margin-left: 15px; } }
  .footer-layout-2 .footer-top .seal-logos {
    margin-bottom: 40px; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding: 0 15px;
  width: 100%; }
  .homepage-layout-2:not(.page-type-product) .container {
    max-width: 1600px; }

.module-wrapper {
  display: inline-block;
  width: 100%;
  clear: both; }

.newTextLabel {
  display: none; }

/* Scroll Bar */
.scrollbar {
  overflow-y: auto;
  overflow-x: hidden; }
  @media (min-width: 1025px) {
    .scrollbar {
      scrollbar-color: #787878 #fafafa;
      scrollbar-width: thin !important; }
      .scrollbar::-webkit-scrollbar {
        background-color: #fafafa;
        -webkit-appearance: none;
        width: 10px; }
      .scrollbar::-webkit-scrollbar-thumb {
        background-color: #787878; } }

.scrollbar-horizontal {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: auto;
  scrollbar-color: #787878 #fafafa;
  scrollbar-width: thin !important; }
  .scrollbar-horizontal::-webkit-scrollbar {
    background-color: #fafafa;
    -webkit-appearance: none;
    height: 5px;
    width: 5px; }
  .scrollbar-horizontal::-webkit-scrollbar-thumb {
    background-color: #787878; }

.page-header {
  text-align: center;
  position: relative;
  margin-bottom: 25px; }
  @media (min-width: 551px) {
    .page-header {
      margin-bottom: 30px; } }
  .page-header .page-heading {
    text-transform: none;
    margin: 0 auto 15px auto;
    text-align: center;
    display: inline-block; }
    @media (min-width: 551px) {
      .page-header .page-heading {
        max-width: 70%;
        margin: 0 auto 35px auto; } }
  .page-header .view-all {
    color: #202020;
    background-image: linear-gradient(transparent 96%, rgba(32, 32, 32, 0.7) 4%);
    background-repeat: repeat-x;
    background-position-y: -3px;
    line-height: 22px;
    display: inline-block;
    font-size: 14px; }
    @media (min-width: 551px) {
      .homepage-layout-1 .page-header .view-all {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%); } }
    .page-header .view-all.text-left {
      display: inline-block; }
    .page-header .view-all:hover {
      color: #0a6cdc;
      background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, 0.7) 4%); }
  .page-header.text-left {
    text-align: left; }
    .page-header.text-left .page-heading {
      text-align: left;
      margin: 0 30px 15px 0; }
      @media (min-width: 551px) {
        .page-header.text-left .page-heading {
          margin: 0 30px 0px 0; } }

#main-content > .container {
  z-index: 1;
  padding-top: 22px; }
  #main-content > .container.no-heading.no-breadcrumbs {
    padding-top: 55px; }
  #main-content > .container.no-heading .breadcrumbs {
    margin-bottom: 30px; }
  .page-type-blog #main-content > .container.no-heading.no-breadcrumbs {
    padding-top: 40px; }

#main-content > .page > .container {
  padding-top: 29px; }
  #main-content > .page > .container.no-heading.no-breadcrumbs {
    padding-top: 55px; }
  #main-content > .page > .container.no-heading .breadcrumbs {
    margin-bottom: 45px; }

#main-content > .page.contact-us {
  padding-top: 0; }
  #main-content > .page.contact-us .no-breadcrumbs .halo-heading {
    padding-top: 25px; }

/* Effect hover */
.animate-scale {
  display: block; }
  .animate-scale .card-img-container {
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
  .animate-scale img {
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease; }
  .animate-scale:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    transform: none;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.4);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%); }
  .animate-scale:hover img {
    -moz-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1); }

.bg-gray {
  background: whitesmoke; }

@media (min-width: 551px) {
  .image-mobile {
    display: none; } }

@media (max-width: 551px) {
  .image-mobile + .image-pc {
    display: none; } }

.banner-list {
  font-size: 0;
  margin-left: -10px;
  margin-right: -10px; }
  @media (min-width: 1025px) {
    .banner-list {
      margin-left: -20px;
      margin-right: -20px; } }

.banner-item {
  display: inline-block;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 1025px) {
    .banner-item {
      padding-left: 20px;
      padding-right: 20px; } }
  .banner-item .img {
    position: relative; }
  .banner-item .banner-link {
    font-size: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.group-small.column-3 .banner-item {
  width: 100%; }
  @media (min-width: 551px) {
    .group-small.column-3 .banner-item {
      width: 33.33%; } }

.group-small.column-2 .banner-item {
  width: 100%; }
  @media (min-width: 551px) {
    .group-small.column-2 .banner-item {
      width: 50%; } }

.group-small.column-1 .banner-item {
  width: 100%; }

.group-large.column-2 .banner-item {
  width: 100%; }
  @media (min-width: 551px) {
    .group-large.column-2 .banner-item {
      width: 50%; } }

.group-large.column-1 .banner-item {
  width: 100%; }

.countDowntimer {
  display: inline-block; }
  .card .countDowntimer {
    width: 100%; }
  .countDowntimer .clock-item {
    font-size: 14px;
    font-weight: 500;
    color: #202020;
    display: inline-block; }
    .countDowntimer .clock-item + .clock-item {
      margin-left: 3px; }
    .countDowntimer .clock-item .text {
      padding: 0 2px 0 5px; }

.seal-logos img + img {
  margin-left: 25px; }

#home-promotion {
  background: whitesmoke;
  color: #202020;
  position: relative;
  z-index: 6; }
  #home-promotion.hide {
    display: none; }
  #home-promotion .banner-promotion {
    padding: 14px 20px 10px 0;
    min-height: 50px;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 551px) {
      #home-promotion .banner-promotion {
        padding: 10px 30px 10px 0; } }
    #home-promotion .banner-promotion img,
    #home-promotion .banner-promotion .text,
    #home-promotion .banner-promotion .btn {
      display: inline-block;
      font-size: 14px;
      text-transform: uppercase; }
      @media (max-width: 550px) {
        #home-promotion .banner-promotion img,
        #home-promotion .banner-promotion .text,
        #home-promotion .banner-promotion .btn {
          margin-bottom: 2px; } }
      @media (max-width: 380px) {
        #home-promotion .banner-promotion img,
        #home-promotion .banner-promotion .text,
        #home-promotion .banner-promotion .btn {
          font-size: 12px; } }
    #home-promotion .banner-promotion.hasLink .promotion-link {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      #home-promotion .banner-promotion.hasLink .promotion-link:hover {
        color: #0a6cdc; }
        #home-promotion .banner-promotion.hasLink .promotion-link:hover span {
          color: #0a6cdc;
          border-color: #0a6cdc; }
    @media (max-width: 550px) {
      #home-promotion .banner-promotion img {
        max-width: 44px; } }
    #home-promotion .banner-promotion img + .text {
      margin-left: 10px; }
      @media (min-width: 551px) {
        #home-promotion .banner-promotion img + .text {
          margin-left: 20px; } }
    @media (min-width: 551px) {
      #home-promotion .banner-promotion img + .btn {
        margin-left: 20px; } }
    #home-promotion .banner-promotion .text {
      font-weight: 500;
      line-height: 24px; }
      @media (min-width: 551px) {
        #home-promotion .banner-promotion .text + .btn {
          margin-left: 20px; } }
    #home-promotion .banner-promotion .btn {
      border: 1px solid #202020;
      border-radius: 3px;
      padding: 3px 10px;
      font-weight: 700;
      min-width: 110px;
      display: inline-block; }
      #home-promotion .banner-promotion .btn:hover {
        color: #202020; }
      @media (max-width: 550px) {
        #home-promotion .banner-promotion .btn {
          display: none; } }
  #home-promotion .close-banner-promotion {
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 5;
    padding: 0;
    font-size: 30px;
    font-weight: 300;
    font-family: "Rubik", sans-serif;
    color: #202020;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
    @media (min-width: 551px) {
      #home-promotion .close-banner-promotion {
        right: 20px; } }
  @media (min-width: 551px) {
    #home-promotion.homepage-layout-2 .banner-promotion {
      min-height: 78px; } }

#shipping-custom-block {
  padding: 15px 0; }
  @media (max-width: 1199px) {
    #shipping-custom-block {
      overflow-x: auto;
      overflow-y: hidden;
      white-space: nowrap; } }
  @media (max-width: 550px) {
    #shipping-custom-block > .container {
      padding-left: 7.5%;
      padding-right: 7.5%; } }
  #shipping-custom-block .custom-block-list {
    font-size: 0; }
    #shipping-custom-block .custom-block-list .custom-block-item {
      font-size: 14px;
      text-align: center;
      color: #051c42;
      border-left: 1px solid transparent;
      font-size: 16px;
      font-weight: 700;
      width: 33.33334%;
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 991px) {
        #shipping-custom-block .custom-block-list .custom-block-item {
          width: 300px;
          white-space: normal;
          text-align: left;
          padding-right: 15px; } }
      @media (max-width: 480px) {
        #shipping-custom-block .custom-block-list .custom-block-item {
          width: 78%; } }
      @media (max-width: 412px) {
        #shipping-custom-block .custom-block-list .custom-block-item {
          width: 85%; } }
      @media (max-width: 360px) {
        #shipping-custom-block .custom-block-list .custom-block-item {
          width: 98%; } }
      #shipping-custom-block .custom-block-list .custom-block-item svg {
        width: 37px;
        height: 30px;
        fill: #051c42; }
        #shipping-custom-block .custom-block-list .custom-block-item svg.icon-truck {
          width: 28px; }
      #shipping-custom-block .custom-block-list .custom-block-item .text {
        padding-left: 15px; }
      @media (min-width: 992px) {
        #shipping-custom-block .custom-block-list .custom-block-item + .custom-block-item {
          border-left-color: #dadada; } }

.halo_custom_block_five_images {
  display: inline-block;
  width: 100%; }
  .halo_custom_block_five_images .banner-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .halo_custom_block_five_images .banner-list + .banner-list {
      margin-top: 15px; }
      @media (min-width: 551px) {
        .halo_custom_block_five_images .banner-list + .banner-list {
          margin-top: 20px; } }
      @media (min-width: 1025px) {
        .halo_custom_block_five_images .banner-list + .banner-list {
          margin-top: 40px; } }
    .halo_custom_block_five_images .banner-list .banner-item {
      display: inline-block; }
      @media (max-width: 551px) {
        .halo_custom_block_five_images .banner-list .banner-item + .banner-item {
          margin-top: 15px; } }
  .halo_custom_block_five_images .group-small .banner-item .card-img-container {
    max-width: 430px; }
    .halo_custom_block_five_images .group-small .banner-item .card-img-container:after {
      padding-bottom: 69.76744%; }
  .halo_custom_block_five_images .group-large .banner-item .card-img-container {
    max-width: 665px; }
    .halo_custom_block_five_images .group-large .banner-item .card-img-container:after {
      padding-bottom: 75.18797%; }
  @media (max-width: 550px) {
    .halo_custom_block_five_images {
      padding-top: 20px;
      padding-bottom: 20px; }
      .halo_custom_block_five_images > .container {
        padding-left: 7.5%;
        padding-right: 7.5%; } }

.halo_custom_block_banner_full_width .img {
  text-align: center; }

.halo_custom_block_banner_full_width .banner-link {
  display: inline-block; }

.halo_custom_block_shop_by_categories {
  display: inline-block;
  width: 100%;
  margin-top: 5px; }
  .halo_custom_block_shop_by_categories .categories-list {
    font-size: 0;
    margin-left: -10px;
    margin-right: -10px; }
    @media (max-width: 991px) {
      .halo_custom_block_shop_by_categories .categories-list {
        overflow: auto;
        scroll-snap-type: x mandatory;
        white-space: nowrap; } }
    .halo_custom_block_shop_by_categories .categories-list .category-item {
      display: inline-block;
      vertical-align: top;
      width: 41%;
      font-size: 14px;
      text-align: center;
      margin-bottom: 20px;
      padding: 0 10px;
      white-space: normal; }
      @media (min-width: 551px) {
        .halo_custom_block_shop_by_categories .categories-list .category-item {
          width: 23%; } }
      @media (min-width: 992px) {
        .halo_custom_block_shop_by_categories .categories-list .category-item {
          width: 16.66%;
          font-size: 16px;
          margin-bottom: 35px; } }
      .halo_custom_block_shop_by_categories .categories-list .category-item img {
        margin: 0 auto; }
      .halo_custom_block_shop_by_categories .categories-list .category-item .link {
        text-align: center;
        line-height: 1.2;
        display: inline-block;
        margin-top: 17px; }
        .halo_custom_block_shop_by_categories .categories-list .category-item .link:hover span {
          background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, 0.6) 4%);
          background-repeat: repeat-x;
          background-position-y: 0px; }

#shipping-custom-block-2 .custom-block-list {
  font-size: 0;
  margin-left: -10px;
  margin-right: -10px; }
  @media (max-width: 1199px) {
    #shipping-custom-block-2 .custom-block-list {
      overflow: auto;
      scroll-snap-type: x mandatory;
      white-space: nowrap; } }
  #shipping-custom-block-2 .custom-block-list .custom-block-item {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    white-space: normal; }
    @media (min-width: 321px) {
      #shipping-custom-block-2 .custom-block-list .custom-block-item {
        width: 70%; } }
    @media (min-width: 380px) {
      #shipping-custom-block-2 .custom-block-list .custom-block-item {
        width: 62%; } }
    @media (min-width: 551px) {
      #shipping-custom-block-2 .custom-block-list .custom-block-item {
        width: 36%; } }
    @media (min-width: 992px) {
      #shipping-custom-block-2 .custom-block-list .custom-block-item {
        width: 26%; } }
    @media (min-width: 1200px) {
      #shipping-custom-block-2 .custom-block-list .custom-block-item {
        width: 20%; } }
    #shipping-custom-block-2 .custom-block-list .custom-block-item .custom-block-item-inner {
      background: #fff;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px;
      min-height: 260px;
      padding: 15px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (min-width: 380px) {
        #shipping-custom-block-2 .custom-block-list .custom-block-item .custom-block-item-inner {
          padding: 20px;
          min-height: 300px; } }
      @media (min-width: 1281px) {
        #shipping-custom-block-2 .custom-block-list .custom-block-item .custom-block-item-inner {
          padding: 30px; } }
    #shipping-custom-block-2 .custom-block-list .custom-block-item img,
    #shipping-custom-block-2 .custom-block-list .custom-block-item svg {
      margin: 0 auto 10px;
      width: 65px;
      height: 52px; }
    #shipping-custom-block-2 .custom-block-list .custom-block-item .title {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 7px; }
    #shipping-custom-block-2 .custom-block-list .custom-block-item .text {
      margin-top: 5px;
      display: inline-block;
      width: 100%;
      color: #202020;
      min-height: 44px; }

.halo_featured_brands .brands-list .slick-list {
  margin-left: -15px;
  margin-right: -15px; }

.halo_featured_brands .brands-list .brand-item {
  padding: 0 15px;
  text-align: center; }
  .halo_featured_brands .brands-list .brand-item a {
    display: block;
    margin: 0 auto; }
  .halo_featured_brands .brands-list .brand-item img {
    width: auto;
    margin: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }

.halo_featured_brands .brands-list:not(.slick-initialized) .brand-item:nth-child(n+3) {
  display: none; }

.homepage-layout-2 .halo_featured_brands .page-header {
  text-align: left; }
  .homepage-layout-2 .halo_featured_brands .page-header .view-all {
    margin-left: 30px; }

.homepage-layout-2 .halo_featured_brands .brands-list .brand-item {
  line-height: 0; }
  .homepage-layout-2 .halo_featured_brands .brands-list .brand-item img {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px; }

.homepage-layout-2 .halo_featured_brands .slick-dotted.slick-slider .slick-arrow {
  top: -49px; }

.homepage-layout-2 .halo_featured_brands .slick-prev {
  right: 50px;
  left: auto; }

.homepage-layout-2 .halo_featured_brands .slick-next {
  right: 0px; }

.halo_featured_brands .page-header .page-heading {
  margin-bottom: 0; }

.halo_custom_block_bottom {
  position: relative;
  display: inline-block;
  width: 100%; }
  .halo_custom_block_bottom .background-img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 100%;
    object-fit: cover; }
  .halo_custom_block_bottom .content-wrap {
    position: relative;
    z-index: 1;
    padding-top: 40px;
    padding-bottom: 40px; }
    @media (min-width: 551px) {
      .halo_custom_block_bottom .content-wrap {
        padding-top: 55px;
        padding-bottom: 50px; } }
    .halo_custom_block_bottom .content-wrap .title {
      text-align: center;
      margin-top: 0;
      margin-bottom: 25px;
      color: white; }
      @media (min-width: 551px) {
        .halo_custom_block_bottom .content-wrap .title {
          margin-bottom: 45px; } }
      .halo_custom_block_bottom .content-wrap .title span {
        color: #fdc525; }
    .halo_custom_block_bottom .content-wrap .block-list {
      font-size: 0;
      margin-left: -10px;
      margin-right: -10px;
      padding-bottom: 15px;
      overflow: hidden;
      overflow-x: auto;
      white-space: nowrap; }
      @media (min-width: 551px) {
        .halo_custom_block_bottom .content-wrap .block-list {
          margin-left: -15px;
          margin-right: -15px; } }
    .halo_custom_block_bottom .content-wrap .block-item {
      font-size: 14px;
      display: inline-block;
      vertical-align: top;
      text-align: center;
      padding-left: 10px;
      padding-right: 10px;
      width: 75%;
      white-space: normal; }
      @media (min-width: 321px) {
        .halo_custom_block_bottom .content-wrap .block-item {
          width: 68%; } }
      @media (min-width: 551px) {
        .halo_custom_block_bottom .content-wrap .block-item {
          width: 40%;
          font-size: 16px;
          padding-left: 15px;
          padding-right: 15px; } }
      @media (min-width: 992px) {
        .halo_custom_block_bottom .content-wrap .block-item {
          width: 30%; } }
      @media (min-width: 1025px) {
        .halo_custom_block_bottom .content-wrap .block-item {
          width: 25%; } }
      .halo_custom_block_bottom .content-wrap .block-item * {
        color: white; }
      .halo_custom_block_bottom .content-wrap .block-item .img {
        min-height: 80px; }
      .halo_custom_block_bottom .content-wrap .block-item .heading {
        margin-top: 15px;
        margin-bottom: 12px; }
        @media (min-width: 1025px) {
          .halo_custom_block_bottom .content-wrap .block-item .heading {
            margin-bottom: 16px; } }
      .halo_custom_block_bottom .content-wrap .block-item .desc {
        margin-bottom: 2px; }
      .halo_custom_block_bottom .content-wrap .block-item .link {
        font-weight: 700;
        background-image: linear-gradient(transparent 96%, white 4%);
        background-repeat: repeat-x;
        background-position-y: -1px; }
  .halo_custom_block_bottom .custom-block-list {
    font-size: 0;
    margin-left: -10px;
    margin-right: -10px; }
    @media (max-width: 1199px) {
      .halo_custom_block_bottom .custom-block-list {
        overflow: auto;
        scroll-snap-type: x mandatory;
        white-space: nowrap; } }
    .halo_custom_block_bottom .custom-block-list .custom-block-item {
      display: inline-block;
      vertical-align: top;
      width: 80%;
      font-size: 14px;
      text-align: center;
      padding: 0 10px;
      white-space: normal; }
      @media (min-width: 321px) {
        .halo_custom_block_bottom .custom-block-list .custom-block-item {
          width: 70%; } }
      @media (min-width: 380px) {
        .halo_custom_block_bottom .custom-block-list .custom-block-item {
          width: 62%; } }
      @media (min-width: 551px) {
        .halo_custom_block_bottom .custom-block-list .custom-block-item {
          width: 36%; } }
      @media (min-width: 992px) {
        .halo_custom_block_bottom .custom-block-list .custom-block-item {
          width: 26%; } }
      @media (min-width: 1200px) {
        .halo_custom_block_bottom .custom-block-list .custom-block-item {
          width: 20%; } }
      .halo_custom_block_bottom .custom-block-list .custom-block-item .custom-block-item-inner {
        background: white;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
        min-height: 260px;
        padding: 15px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        @media (min-width: 380px) {
          .halo_custom_block_bottom .custom-block-list .custom-block-item .custom-block-item-inner {
            padding: 20px;
            min-height: 300px; } }
        @media (min-width: 1281px) {
          .halo_custom_block_bottom .custom-block-list .custom-block-item .custom-block-item-inner {
            padding: 30px; } }
      .halo_custom_block_bottom .custom-block-list .custom-block-item .img {
        width: 100%;
        display: inline-block;
        text-align: center;
        margin-bottom: 22px; }
        @media (min-width: 551px) {
          .halo_custom_block_bottom .custom-block-list .custom-block-item .img {
            margin-bottom: 27px; } }
      .halo_custom_block_bottom .custom-block-list .custom-block-item .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 7px;
        color: #202020; }
      .halo_custom_block_bottom .custom-block-list .custom-block-item .text {
        margin-top: 5px;
        display: inline-block;
        width: 100%;
        color: #202020; }
  .halo_custom_block_bottom .text-bottom {
    width: 100%;
    display: inline-block;
    margin-top: 25px;
    text-align: center;
    color: white;
    font-size: 16px; }
    @media (min-width: 551px) {
      .halo_custom_block_bottom .text-bottom {
        margin-top: 40px; } }
    .halo_custom_block_bottom .text-bottom p {
      margin-bottom: 0px; }
    .halo_custom_block_bottom .text-bottom a {
      color: #fdc525;
      background-image: linear-gradient(transparent 96%, #fdc525 4%);
      background-repeat: repeat-x;
      background-position-y: -1px;
      font-weight: 700; }
  .halo_custom_block_bottom.halo_custom_block_bottom_2 .content-wrap > .container {
    max-width: 1400px; }
    .halo_custom_block_bottom.halo_custom_block_bottom_2 .content-wrap > .container > .title {
      font-size: 24px; }
      @media (min-width: 768px) {
        .halo_custom_block_bottom.halo_custom_block_bottom_2 .content-wrap > .container > .title {
          font-size: 30px; } }
  .halo_custom_block_bottom.halo_custom_block_bottom_2 .content-wrap .title span {
    color: white; }

#homeProductRightImage {
  margin-top: 5px; }
  #homeProductRightImage .product-block {
    font-size: 0; }
    #homeProductRightImage .product-block > .productsByBlock,
    #homeProductRightImage .product-block .productsByCategoryId,
    #homeProductRightImage .product-block .productsByListId {
      width: 100%;
      display: inline-block;
      font-size: 14px;
      vertical-align: top; }
      #homeProductRightImage .product-block > .productsByBlock .slick-arrow,
      #homeProductRightImage .product-block .productsByCategoryId .slick-arrow,
      #homeProductRightImage .product-block .productsByListId .slick-arrow {
        display: none !important; }
  #homeProductRightImage .hasRightImage > .productsByBlock,
  #homeProductRightImage .hasRightImage .productsByCategoryId,
  #homeProductRightImage .hasRightImage .productsByListId {
    width: 100%; }
    @media (min-width: 992px) {
      #homeProductRightImage .hasRightImage > .productsByBlock,
      #homeProductRightImage .hasRightImage .productsByCategoryId,
      #homeProductRightImage .hasRightImage .productsByListId {
        width: 50%;
        min-width: 50%; } }
    @media (min-width: 1025px) {
      #homeProductRightImage .hasRightImage > .productsByBlock,
      #homeProductRightImage .hasRightImage .productsByCategoryId,
      #homeProductRightImage .hasRightImage .productsByListId {
        width: calc(100% - 570px);
        min-width: calc(100% - 570px); } }
  #homeProductRightImage .hasRightImage .productGrid.col-3 .product {
    width: 50%; }
    @media (min-width: 1025px) {
      #homeProductRightImage .hasRightImage .productGrid.col-3 .product {
        width: 33.33%; } }
  #homeProductRightImage .rightImage {
    display: inline-block;
    width: 100%;
    vertical-align: top; }
    @media (min-width: 992px) {
      #homeProductRightImage .rightImage {
        width: 50%;
        padding-left: 20px; } }
    @media (min-width: 1025px) {
      #homeProductRightImage .rightImage {
        width: 570px;
        padding-left: 30px; } }
    @media (max-width: 550px) {
      #homeProductRightImage .rightImage {
        margin-top: 40px; } }
    #homeProductRightImage .rightImage .card-img-container {
      max-width: 540px; }
      #homeProductRightImage .rightImage .card-img-container:after {
        padding-bottom: 92.59259%; }
      #homeProductRightImage .rightImage .card-img-container img.lazyload, #homeProductRightImage .rightImage .card-img-container img.lazyloading {
        width: 50px;
        height: 50px; }

.homepage-layout-2 #homeProductFlashSale {
  background: white; }
  .homepage-layout-2 #homeProductFlashSale .page-heading {
    margin-right: 0; }

#homeProductFlashSale .page-header .icon {
  fill: #e10600;
  width: 20px;
  height: 26px;
  margin-right: 8px;
  margin-top: -4px; }

#homeProductFlashSale .page-header .countDowntimer {
  margin-left: 15px;
  margin-right: 30px; }
  #homeProductFlashSale .page-header .countDowntimer .clock-item {
    color: #202020; }
    #homeProductFlashSale .page-header .countDowntimer .clock-item .num {
      background: #202020;
      color: white;
      padding: 6px 5px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      min-width: 34px;
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 400;
      text-align: center;
      display: inline-block; }
    #homeProductFlashSale .page-header .countDowntimer .clock-item .colon {
      margin-left: 2px;
      margin-right: 3px; }
    #homeProductFlashSale .page-header .countDowntimer .clock-item:first-child .num {
      min-width: 54px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px; }

#homeProductFlashSale .page-heading {
  color: #e10600; }

#homeProductFlashSale .countDowntimer {
  margin-bottom: 5px;
  display: inline-block; }
  #homeProductFlashSale .countDowntimer .clock-item {
    color: #e10600; }

#homeProductFlashSale .halo_productLoading {
  min-height: 500px; }

.homepage-layout-2 #homeProductFlashSale .page-header {
  margin-bottom: 2px; }

.homepage-layout-2 #homeProductFlashSale .productCarousel .slick-dots {
  display: none !important; }

.product-banner {
  font-size: 0;
  display: inline-block;
  width: 100%; }
  .product-banner .banner-list {
    margin-left: -10px;
    margin-right: -10px; }
    @media (min-width: 1025px) {
      .product-banner .banner-list {
        margin-left: -15px;
        margin-right: -15px; } }
  .product-banner .banner-item {
    display: inline-block;
    width: 100%;
    text-align: center; }
    .product-banner .banner-item img {
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      -ms-border-radius: 6px;
      border-radius: 6px; }
    @media (min-width: 768px) {
      .product-banner .banner-item.banner-half {
        width: 50%; } }
    @media (min-width: 768px) {
      .product-banner .banner-item.banner-three {
        width: 33.33%; } }
    @media (min-width: 1025px) {
      .product-banner .banner-item {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 767px) {
      .product-banner .banner-item + .banner-item {
        margin-top: 15px; } }

.productsByCategoryId {
  position: relative;
  margin-top: 7px; }

.productGrid-showMore {
  text-align: center;
  margin-top: 15px; }
  .productGrid-showMore .button {
    min-width: 180px; }

.productsByListId,
.productsByCategoryId {
  position: relative; }
  .productsByListId .halo_productLoading,
  .productsByCategoryId .halo_productLoading {
    min-height: 450px; }
    @media (min-width: 1025px) {
      .productsByListId .halo_productLoading,
      .productsByCategoryId .halo_productLoading {
        min-height: 500px; } }

.productsByListId .productCarousel,
.productsByListId .productGrid {
  display: none; }

.productsByListId.show .productCarousel,
.productsByListId.show .productGrid {
  display: block; }

.product-block-wrapper {
  font-size: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0 10px;
  grid-auto-flow: dense; }
  @media (min-width: 551px) {
    .product-block-wrapper {
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 1fr; } }
  @media (min-width: 992px) {
    .product-block-wrapper {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr; } }
  @media (min-width: 1025px) {
    .product-block-wrapper {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr 1fr; } }
  .product-block-wrapper.noRightCate {
    grid-template-rows: 1fr; }
  .product-block-wrapper + .product-banner .banner-item img.hasMobileImage {
    display: none; }
    @media (min-width: 551px) {
      .product-block-wrapper + .product-banner .banner-item img.hasMobileImage {
        display: block; } }
  .product-block-wrapper + .product-banner .banner-item img.banner-mobile {
    display: block; }
    @media (min-width: 551px) {
      .product-block-wrapper + .product-banner .banner-item img.banner-mobile {
        display: none; } }

.product-block-cate-id .left-banner {
  display: none;
  text-align: center;
  vertical-align: top;
  margin-bottom: 25px;
  grid-column-end: span 4;
  grid-row-end: span 1; }
  .product-block-cate-id .left-banner.showMb {
    display: inline-block; }
  @media (min-width: 551px) {
    .product-block-cate-id .left-banner {
      display: inline-block;
      grid-column-end: span 1;
      grid-row-end: span 1;
      padding-right: 8px;
      text-align: left;
      margin-bottom: 0; } }
  @media (min-width: 1025px) {
    .product-block-cate-id .left-banner {
      grid-column-end: span 1;
      grid-row-end: span 4; } }
  .product-block-cate-id .left-banner img {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    object-fit: cover; }
    @media (min-width: 551px) {
      .product-block-cate-id .left-banner img {
        height: calc(100% - 37px); } }
    @media (min-width: 1025px) {
      .product-block-cate-id .left-banner img {
        height: 100%; } }

.product-block-cate-id .product-block {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  grid-column-end: span 3;
  grid-row-end: span 4; }
  @media (min-width: 551px) {
    .product-block-cate-id .product-block {
      grid-column-end: span 2;
      grid-row-end: span 1; } }
  @media (min-width: 992px) {
    .product-block-cate-id .product-block {
      grid-column-end: span 3;
      grid-row-end: span 1; } }
  @media (min-width: 1025px) {
    .product-block-cate-id .product-block {
      grid-column-end: span 3;
      grid-row-end: span 4; }
      .product-block-cate-id .product-block .halo-block-product {
        height: 100%; }
        .product-block-cate-id .product-block .halo-block-product .slick-list {
          height: 100%; } }
  @media (min-width: 1025px) {
    .product-block-cate-id .product-block.noBannerLeft {
      grid-column-end: span 4; } }
  @media (min-width: 1025px) {
    .product-block-cate-id .product-block.noRightCate {
      grid-column-end: span 4;
      grid-row-end: span 1; } }
  @media (min-width: 1025px) {
    .product-block-cate-id .product-block.noRightCate.noBannerLeft {
      grid-column-end: span 5; } }
  .product-block-cate-id .product-block .card {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    height: 100%; }
  .product-block-cate-id .product-block .productCarousel {
    height: 100%; }
    .product-block-cate-id .product-block .productCarousel .slick-list {
      margin-left: -1px;
      margin-right: -1px;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-gap: 0 10px;
      grid-auto-flow: dense; }
    .product-block-cate-id .product-block .productCarousel .slick-track {
      height: 100%; }
    .homepage-layout-2 .product-block-cate-id .product-block .productCarousel .slick-dots {
      height: 37px; }
  .product-block-cate-id .product-block .productCarousel-slide {
    padding-left: 1px;
    padding-right: 1px;
    height: 100%; }

.product-block-cate-id .right-cate {
  vertical-align: top;
  font-size: 14px; }
  @media (min-width: 1025px) {
    .product-block-cate-id .right-cate {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr 1fr 1fr 1fr;
      grid-gap: 20px 0px;
      grid-auto-flow: dense;
      grid-column-end: span 1;
      grid-row-end: span 4;
      padding-left: 10px; } }
  @media (max-width: 1024px) {
    .product-block-cate-id .right-cate {
      display: grid;
      grid-gap: 20px 0px;
      grid-auto-flow: dense;
      grid-column-end: span 4;
      grid-row-end: span 1;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr;
      grid-gap: 0 10px;
      overflow: auto;
      margin-top: 30px;
      padding-bottom: 10px; } }
  .product-block-cate-id .right-cate .cate-item {
    background: white;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 20px 10px 20px 25px;
    font-size: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.2); }
    @media (max-width: 1024px) {
      .product-block-cate-id .right-cate .cate-item {
        min-width: 280px;
        padding: 10px 15px; } }
    .product-block-cate-id .right-cate .cate-item .cate-info {
      width: calc(100% - 79px);
      display: inline-block;
      font-size: 14px; }
      .product-block-cate-id .right-cate .cate-item .cate-info .cate-name {
        font-size: 16px;
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        font-weight: 700;
        color: #202020;
        text-transform: uppercase;
        display: inline-block;
        width: 100%; }
      .product-block-cate-id .right-cate .cate-item .cate-info .link {
        color: #202020;
        font-size: 14px; }
        .product-block-cate-id .right-cate .cate-item .cate-info .link:hover {
          color: #0a6cdc;
          background-image: linear-gradient(transparent 96%, #0a6cdc 4%);
          background-repeat: repeat-x;
          background-position-y: -1px; }
    .product-block-cate-id .right-cate .cate-item .cate-img {
      width: 79px;
      display: inline-block;
      vertical-align: top;
      padding-left: 10px; }
    .product-block-cate-id .right-cate .cate-item.view-all {
      text-align: center;
      padding: 20px 25px;
      min-height: 89px; }
      .product-block-cate-id .right-cate .cate-item.view-all .link {
        color: #202020;
        font-size: 16px;
        display: inline-block;
        margin: auto; }
        .product-block-cate-id .right-cate .cate-item.view-all .link:hover {
          color: #0a6cdc;
          background-image: linear-gradient(transparent 96%, #0a6cdc 4%);
          background-repeat: repeat-x;
          background-position-y: -2px; }
    .product-block-cate-id .right-cate .cate-item:hover {
      -webkit-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2); }

/* Homepage Layout 2*/
.slideshow-wrapper > .container {
  font-size: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.slideshow-wrapper .left-categories {
  background: white;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 20px 18px 20px;
  width: 100%;
  display: inline-block; }
  @media (min-width: 1440px) {
    .slideshow-wrapper .left-categories {
      width: calc(19.5% - 10px);
      vertical-align: top;
      margin-right: 10px; } }
  @media (max-width: 1439px) {
    .slideshow-wrapper .left-categories {
      order: 3;
      margin-top: 20px; } }
  .slideshow-wrapper .left-categories .categories-title {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 5px; }
    .slideshow-wrapper .left-categories .categories-title span {
      background: #fd6506;
      color: white;
      -moz-border-radius: 6px 6px 0 0;
      -webkit-border-radius: 6px 6px 0 0;
      -ms-border-radius: 6px 6px 0 0;
      border-radius: 6px 6px 0 0;
      text-transform: uppercase;
      padding: 11px 20px 8px 20px;
      letter-spacing: .02em; }
    .slideshow-wrapper .left-categories .categories-title:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 1px;
      width: 100%;
      height: 2px;
      background: #fd6506; }
  .slideshow-wrapper .left-categories .navPages-list {
    margin-top: 0px; }
    @media (min-width: 1440px) {
      .slideshow-wrapper .left-categories .navPages-list {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media (max-width: 1439px) {
      .slideshow-wrapper .left-categories .navPages-list {
        scroll-snap-type: x mandatory;
        overflow: auto;
        white-space: nowrap;
        padding-bottom: 5px; } }
    .slideshow-wrapper .left-categories .navPages-list .icon-dropdown svg {
      width: 14px;
      height: 14px; }
    .slideshow-wrapper .left-categories .navPages-list .navPages-item {
      position: relative;
      width: 40%;
      margin-right: 0;
      white-space: normal; }
      @media (min-width: 360px) {
        .slideshow-wrapper .left-categories .navPages-list .navPages-item {
          width: 28%; } }
      @media (min-width: 551px) {
        .slideshow-wrapper .left-categories .navPages-list .navPages-item {
          width: 15.2%; } }
      @media (min-width: 992px) {
        .slideshow-wrapper .left-categories .navPages-list .navPages-item {
          width: 15.3%; } }
      @media (min-width: 1025px) {
        .slideshow-wrapper .left-categories .navPages-list .navPages-item {
          width: 13.2%; } }
      @media (min-width: 1281px) {
        .slideshow-wrapper .left-categories .navPages-list .navPages-item {
          width: 11.5%; } }
      @media (min-width: 1440px) {
        .slideshow-wrapper .left-categories .navPages-list .navPages-item {
          width: 50%;
          min-height: 72px;
          border-right: 1px solid rgba(32, 32, 32, 0.1);
          border-top: 1px solid rgba(32, 32, 32, 0.1);
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap; } }
      .slideshow-wrapper .left-categories .navPages-list .navPages-item .navPages-action {
        padding: 4px 10px;
        position: relative;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        color: #202020;
        display: -webkit-box;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        overflow: hidden;
        position: relative;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis; }
        .slideshow-wrapper .left-categories .navPages-list .navPages-item .navPages-action:hover span {
          background-image: linear-gradient(transparent 96%, #202020 4%);
          background-repeat: repeat-x;
          background-position-y: -1px; }
        .slideshow-wrapper .left-categories .navPages-list .navPages-item .navPages-action .image-icon {
          display: block;
          width: 100%;
          margin: 2px auto 2px auto;
          width: 22px;
          height: 22px; }
      .slideshow-wrapper .left-categories .navPages-list .navPages-item:first-child, .slideshow-wrapper .left-categories .navPages-list .navPages-item:nth-child(2) {
        border-top: none; }
      @media (min-width: 1440px) {
        .slideshow-wrapper .left-categories .navPages-list .navPages-item:nth-child(2n + 1) .navPages-action {
          padding-left: 0; } }
      .slideshow-wrapper .left-categories .navPages-list .navPages-item:nth-child(2n) {
        border-right: none; }
        @media (min-width: 1440px) {
          .slideshow-wrapper .left-categories .navPages-list .navPages-item:nth-child(2n) .navPages-action {
            padding-right: 0; } }

.slideshow-wrapper .slideshow-inner {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px; }
  @media (min-width: 551px) {
    .slideshow-wrapper .slideshow-inner {
      width: calc(60% - 10px);
      margin-bottom: 0; } }
  @media (min-width: 1025px) {
    .slideshow-wrapper .slideshow-inner {
      width: calc(100% - 515px); } }
  @media (min-width: 1440px) {
    .slideshow-wrapper .slideshow-inner {
      width: 100%; }
      .slideshow-wrapper .slideshow-inner.has-leftCategories.has-rightBanners {
        width: 47.3%; }
      .slideshow-wrapper .slideshow-inner.has-leftCategories.no-rightBanners {
        width: 80%; }
      .slideshow-wrapper .slideshow-inner.has-rightBanners.no-leftCategories {
        width: 65%; } }
  @media (max-width: 1439px) {
    .slideshow-wrapper .slideshow-inner {
      order: 1; } }

.slideshow-wrapper .slideshow-right-banner {
  width: 100%;
  display: inline-block;
  vertical-align: top; }
  @media (min-width: 551px) {
    .slideshow-wrapper .slideshow-right-banner {
      width: 40%;
      margin-left: 10px; } }
  @media (min-width: 1025px) {
    .slideshow-wrapper .slideshow-right-banner {
      width: 505px; } }
  @media (min-width: 1440px) {
    .slideshow-wrapper .slideshow-right-banner {
      width: calc(35% - 10px); } }
  @media (max-width: 1439px) {
    .slideshow-wrapper .slideshow-right-banner {
      order: 2; } }
  .slideshow-wrapper .slideshow-right-banner .banner-list {
    margin-left: -5px;
    margin-right: -5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .slideshow-wrapper .slideshow-right-banner .banner-list .banner-item {
      width: 50%;
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px;
      margin-top: 10px; }
      .slideshow-wrapper .slideshow-right-banner .banner-list .banner-item:first-child, .slideshow-wrapper .slideshow-right-banner .banner-list .banner-item:nth-child(2) {
        margin-top: 0px; }
      .slideshow-wrapper .slideshow-right-banner .banner-list .banner-item .card-img-container {
        max-width: 100%; }
      .slideshow-wrapper .slideshow-right-banner .banner-list .banner-item img {
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px; }

@media (max-width: 1024px) {
  .halo_custom_block_banner_one_image {
    padding-top: 10px; } }

.halo_custom_block_banner_one_image .img {
  text-align: center; }

.homepage-layout-2 .halo_custom_block_shop_by_categories {
  margin-top: 0; }
  .homepage-layout-2 .halo_custom_block_shop_by_categories .page-header {
    text-align: left;
    margin-bottom: 30px; }
    .homepage-layout-2 .halo_custom_block_shop_by_categories .page-header .page-heading {
      text-align: left;
      margin: 0;
      max-width: 78%;
      display: inline-block; }
    .homepage-layout-2 .halo_custom_block_shop_by_categories .page-header .view-all {
      position: relative;
      right: auto;
      top: auto;
      display: inline-block;
      margin-left: 30px;
      transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -o-transform: none;
      padding-top: 3px; }
  .homepage-layout-2 .halo_custom_block_shop_by_categories .categories-list .slick-prev {
    right: 50px;
    top: -44px;
    left: auto; }
  .homepage-layout-2 .halo_custom_block_shop_by_categories .categories-list .slick-next {
    right: 0px;
    top: -44px; }
  .homepage-layout-2 .halo_custom_block_shop_by_categories .categories-list .category-item {
    margin-bottom: 0; }
    .homepage-layout-2 .halo_custom_block_shop_by_categories .categories-list .category-item img {
      width: auto; }

@media (max-width: 550px) {
  .homepage-layout-2.page-type-default .productCarousel .slick-list {
    background: white;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px; } }

@media (min-width: 992px) {
  .home-product-block-1 > .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; } }

.home-product-block-1 .home-product-block {
  width: 100%; }
  @media (min-width: 991px) {
    .home-product-block-1 .home-product-block {
      width: 50%; } }
  @media (min-width: 551px) {
    .home-product-block-1 .home-product-block:first-child {
      padding-right: 10px; } }
  @media (min-width: 551px) {
    .home-product-block-1 .home-product-block:last-child {
      padding-left: 10px; } }

/* Homepage Layout 2: Custom Block - Banner Two Images*/
.halo_custom_block_banner_two_images {
  margin-top: 5px; }
  .halo_custom_block_banner_two_images .product-banner .banner-item {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 768px) {
      .halo_custom_block_banner_two_images .product-banner .banner-item:nth-child(odd) {
        padding-left: 0;
        padding-right: 10px; }
      .halo_custom_block_banner_two_images .product-banner .banner-item:nth-child(even) {
        padding-left: 10px;
        padding-right: 0; } }

.halo_custom_cms_block {
  clear: both;
  background: white;
  margin-bottom: 5px; }
  .halo_custom_cms_block .button-group {
    margin-top: 25px;
    display: inline-block;
    width: 100%; }
    .page-type-category .halo_custom_cms_block .button-group {
      margin-top: 7px; }
    .halo_custom_cms_block .button-group .button {
      min-width: 177px; }
      .halo_custom_cms_block .button-group .button .text {
        position: relative; }
  .halo_custom_cms_block .custom-html {
    display: none;
    line-height: 22px; }
    .page-type-category .halo_custom_cms_block .custom-html {
      font-size: 16px;
      line-height: 24px; }
    .halo_custom_cms_block .custom-html.hasShowMore {
      display: -webkit-box;
      overflow: hidden;
      position: relative;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      text-overflow: ellipsis; }
    .halo_custom_cms_block .custom-html.noShowMore {
      display: block; }

/* Category Page */
.page-listing-header {
  padding: 28px 0 30px 0; }
  .page-listing-header .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .page-listing-header .page-listing-header--content {
    text-align: left; }
    @media (min-width: 1025px) {
      .page-listing-header .page-listing-header--content {
        text-align: center; } }
    .page-listing-header .page-listing-header--content .page-heading {
      text-align: left;
      margin-bottom: 10px; }
      @media (min-width: 1025px) {
        .page-listing-header .page-listing-header--content .page-heading {
          text-align: center;
          font-size: 40px; } }
    .page-listing-header .page-listing-header--content p {
      margin-bottom: 15px; }
  .page-listing-header + [data-content-region] + .subcategories {
    margin-top: 10px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%; }
    @media (min-width: 1025px) {
      .page-listing-header + [data-content-region] + .subcategories {
        margin-bottom: 25px; } }
    .page-listing-header + [data-content-region] + .subcategories .category-sub-categories {
      margin-left: -10px;
      margin-right: -10px;
      font-size: 0; }
      @media (min-width: 551px) {
        .page-listing-header + [data-content-region] + .subcategories .category-sub-categories {
          margin-left: -15px;
          margin-right: -15px; } }
      @media (min-width: 1281px) {
        .page-listing-header + [data-content-region] + .subcategories .category-sub-categories {
          margin-left: -25px;
          margin-right: -25px; } }
      .page-listing-header + [data-content-region] + .subcategories .category-sub-categories .slick-track {
        margin-left: 0; }
      .page-listing-header + [data-content-region] + .subcategories .category-sub-categories .slick-dots {
        position: absolute;
        top: -51px;
        right: 9px;
        text-align: right; }
        @media (min-width: 551px) {
          .page-listing-header + [data-content-region] + .subcategories .category-sub-categories .slick-dots {
            right: 15px; } }
    .page-listing-header + [data-content-region] + .subcategories .jump {
      font-size: 16px;
      font-weight: 700;
      display: inline-block;
      width: 100%;
      margin-bottom: 15px;
      color: #202020; }
    .page-listing-header + [data-content-region] + .subcategories .sub-cate-item {
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px;
      width: 50%;
      text-align: center;
      vertical-align: top; }
      @media (min-width: 361px) {
        .page-listing-header + [data-content-region] + .subcategories .sub-cate-item {
          width: 33.33%; } }
      @media (min-width: 551px) {
        .page-listing-header + [data-content-region] + .subcategories .sub-cate-item {
          width: 20%;
          padding-left: 15px;
          padding-right: 15px; } }
      @media (min-width: 992px) {
        .page-listing-header + [data-content-region] + .subcategories .sub-cate-item {
          width: 16.66%; } }
      @media (min-width: 1025px) {
        .page-listing-header + [data-content-region] + .subcategories .sub-cate-item {
          width: 12.5%; } }
      @media (min-width: 1281px) {
        .page-listing-header + [data-content-region] + .subcategories .sub-cate-item {
          padding-left: 25px;
          padding-right: 25px; } }
    .page-listing-header + [data-content-region] + .subcategories .sub-cate-img {
      width: 100px;
      height: 100px;
      max-width: 100%;
      background: whitesmoke;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      margin: 0 auto; }
      @media (min-width: 480px) {
        .page-listing-header + [data-content-region] + .subcategories .sub-cate-img {
          width: 120px;
          height: 120px; } }
      @media (min-width: 551px) {
        .page-listing-header + [data-content-region] + .subcategories .sub-cate-img {
          width: 122px;
          height: 122px; } }
      .page-listing-header + [data-content-region] + .subcategories .sub-cate-img > a {
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        .page-listing-header + [data-content-region] + .subcategories .sub-cate-img > a img {
          max-width: 100%;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          width: auto; }
    .page-listing-header + [data-content-region] + .subcategories .sub-cat-name {
      font-size: 14px;
      font-weight: 500;
      margin-top: 10px;
      display: inline-block;
      width: 100%; }
  .page-listing-header.has-banner {
    padding: 0;
    position: relative; }
    .page-listing-header.has-banner .page-listing-header--banner {
      background-color: #cccccc;
      min-height: 300px; }
      .page-listing-header.has-banner .page-listing-header--banner img {
        min-height: 300px;
        width: 100%;
        object-fit: cover; }
      .page-listing-header.has-banner .page-listing-header--banner + .page-listing-header--content {
        padding: 20px 0 10px 0; }
        @media (min-width: 1025px) {
          .page-listing-header.has-banner .page-listing-header--banner + .page-listing-header--content {
            padding: 28px 0 15px 0;
            color: white;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%); } }
        @media (min-width: 1025px) {
          .page-listing-header.has-banner .page-listing-header--banner + .page-listing-header--content .page-heading {
            color: white; } }
    .page-listing-header.has-banner + [data-content-region] + .subcategories {
      margin-top: 10px; }
      @media (min-width: 1025px) {
        .page-listing-header.has-banner + [data-content-region] + .subcategories {
          margin-top: 30px; } }

.has-stickyToolbar .halo-category-toolbar .column-right.sticky-down {
  background: white;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  margin-top: 0 !important;
  z-index: 1001;
  padding: 10px 15px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 9994; }

.has-stickyToolbar .halo-category-toolbar.has-stickyHeader .column-right.sticky-down {
  top: 50px; }

.halo-category-toolbar {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 9;
  margin-top: 27px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd; }
  @media (min-width: 1025px) {
    .halo-category-toolbar {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .halo-category-toolbar .column-left {
    display: inline-block; }
    @media (max-width: 1024px) {
      .halo-category-toolbar .column-left {
        width: 100%;
        text-align: left; } }
    .halo-category-toolbar .column-left .breadcrumbs {
      margin-bottom: -6px; }
  .halo-category-toolbar .column-right {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 1025px) {
      .halo-category-toolbar .column-right {
        -ms-flex-pack: flex-end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end; } }
    @media (max-width: 1024px) {
      .halo-category-toolbar .column-right {
        width: 100%;
        margin-top: 18px;
        background: whitesmoke;
        padding: 8px 15px; } }
    .halo-category-toolbar .column-right .actionBar {
      display: inline-block;
      margin: 0; }
      @media (min-width: 1025px) {
        .halo-category-toolbar .column-right .actionBar {
          margin: 0 0 0 35px; } }
      @media (min-width: 1281px) {
        .halo-category-toolbar .column-right .actionBar {
          margin: 0 0 0 50px; } }
      .halo-category-toolbar .column-right .actionBar.show-product {
        margin-left: 0;
        display: none; }
        @media (min-width: 1025px) {
          .halo-category-toolbar .column-right .actionBar.show-product {
            display: inline-block; } }
      .halo-category-toolbar .column-right .actionBar .form-select {
        min-width: calc(100% - 85px);
        width: 100%;
        border: 1px solid #dddddd; }
        @media (min-width: 551px) {
          .halo-category-toolbar .column-right .actionBar .form-select {
            min-width: 210px;
            max-width: 210px; } }
        @media (max-width: 360px) {
          .halo-category-toolbar .column-right .actionBar .form-select {
            max-width: 150px; } }
      @media (max-width: 550px) {
        .halo-category-toolbar .column-right .actionBar {
          margin-left: 0;
          text-align: right;
          position: relative; } }

.view-as-btn {
  display: inline-block; }
  @media (min-width: 1025px) {
    .view-as-btn {
      margin-left: 35px; } }
  .view-as-btn label {
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 500;
    margin: 0 15px 0 0;
    color: #202020;
    position: relative; }
    @media (max-width: 550px) {
      .view-as-btn label {
        display: none; } }
  .view-as-btn .btn-group {
    display: inline-block;
    float: left;
    font-size: 0;
    position: relative; }
    .view-as-btn .btn-group .btn-view {
      display: inline-block;
      background: transparent;
      font-size: 0;
      text-align: center;
      min-width: 23px; }
      .view-as-btn .btn-group .btn-view > .icon-view {
        width: 7px;
        height: 23px;
        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 .icon-bar {
        width: 7px;
        height: 7px;
        background: #cecece;
        transition: all .15s ease;
        margin: 1px 0 0; }
      .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: 7px;
          height: 7px;
          content: '';
          transition: all .15s ease;
          background: #cecece; }
        .view-as-btn .btn-group .btn-view.grid-view .icon-bar:before {
          top: -8px; }
        .view-as-btn .btn-group .btn-view.grid-view .icon-bar:after {
          bottom: -8px; }
      .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: #202020; }
      .view-as-btn .btn-group .btn-view#list-view {
        margin-left: 10px; }
        @media (min-width: 361px) {
          .view-as-btn .btn-group .btn-view#list-view {
            margin-left: 15px; } }
        @media (min-width: 1025px) {
          .view-as-btn .btn-group .btn-view#list-view {
            margin-left: 20px; } }
        .view-as-btn .btn-group .btn-view#list-view > div {
          padding-top: 0;
          width: 23px; }
        .view-as-btn .btn-group .btn-view#list-view .icon-bar {
          width: 23px; }
          .view-as-btn .btn-group .btn-view#list-view .icon-bar + .icon-bar {
            margin: 1px 0 0; }
          .view-as-btn .btn-group .btn-view#list-view .icon-bar:first-child {
            margin-top: 0; }
      .view-as-btn .btn-group .btn-view.current-view .icon-bar {
        background: #202020; }
      .view-as-btn .btn-group .btn-view .icon {
        width: 23px;
        height: 23px;
        fill: #cecece; }
      .view-as-btn .btn-group .btn-view.list-view .icon {
        width: 29px;
        height: 29px; }
      .homepage-layout-1 .view-as-btn .btn-group .btn-view.current-view .icon {
        fill: #2265dc; }
      .homepage-layout-2 .view-as-btn .btn-group .btn-view.current-view .icon {
        fill: #fd6506; }

.sidebar-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  color: #202020; }
  @media (min-width: 1025px) {
    .sidebar-label {
      display: inline-block;
      vertical-align: top;
      margin-right: 35px; } }
  @media (min-width: 1281px) {
    .sidebar-label {
      margin-right: 50px; } }
  @media (min-width: 1025px) {
    .sidebar-label.show-sidebar {
      display: none; } }
  .sidebar-label .icon-filter {
    color: #202020;
    position: relative; }
    .sidebar-label .icon-filter svg {
      width: 24px;
      height: 27px;
      fill: #202020;
      stroke: #202020;
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .sidebar-label .sidebar_more {
    margin-right: 13px; }
    @media (max-width: 767px) {
      .sidebar-label .sidebar_more {
        display: none; } }

/* Pagination */
.pagination-wrapper {
  font-size: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .pagination-wrapper .pagination-inner {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 2px;
    width: 100%;
    display: inline-block; }
    @media (min-width: 551px) {
      .pagination-wrapper .pagination-inner {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; } }
    @media (min-width: 1025px) {
      .pagination-wrapper .pagination-inner {
        width: 100%; } }
    .pagination-wrapper .pagination-inner.no-pagination {
      margin-top: 60px; }
      .pagination-wrapper .pagination-inner.no-pagination .pagination {
        margin-bottom: 0; }
    .pagination-wrapper .pagination-inner.showMore .pagination {
      margin-bottom: 17px; }
      .pagination-wrapper .pagination-inner.showMore .pagination .pagination-list {
        display: none; }
      .pagination-wrapper .pagination-inner.showMore .pagination .pagination-info {
        width: 100%;
        text-align: center; }
    .pagination-wrapper .pagination-inner .pagination-info {
      display: inline-block;
      width: 100%;
      font-size: 14px;
      font-weight: 400;
      text-transform: none;
      color: #505050;
      text-align: center; }
      @media (min-width: 551px) {
        .pagination-wrapper .pagination-inner .pagination-info {
          width: 33.33%;
          text-align: left; } }
  .pagination-wrapper .pagination {
    width: 100%;
    display: inline-block;
    margin-bottom: 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .pagination-wrapper .pagination .pagination-list {
      margin-top: 22px;
      width: 100%; }
      @media (min-width: 551px) {
        .pagination-wrapper .pagination .pagination-list {
          width: auto;
          text-align: right;
          margin-top: 0;
          -ms-flex-pack: space-between;
          -webkit-justify-content: space-between;
          justify-content: space-between; } }
      @media (min-width: 1025px) {
        .pagination-wrapper .pagination .pagination-list {
          text-align: right;
          width: 66.66%; } }
  .pagination-wrapper .u-hiddenVisually {
    display: none; }
  .pagination-wrapper .showmore-category {
    width: 100%; }
    .pagination-wrapper .showmore-category .showmore-category-inner {
      width: 100%;
      float: right;
      text-align: center; }
      .pagination-wrapper .showmore-category .showmore-category-inner #button-showmore-category {
        min-width: 285px; }
        .pagination-wrapper .showmore-category .showmore-category-inner #button-showmore-category.disable {
          background: #bababa;
          border-color: #bababa;
          color: white; }
          .pagination-wrapper .showmore-category .showmore-category-inner #button-showmore-category.disable .icon {
            fill: white;
            display: none; }
      .pagination-wrapper .showmore-category .showmore-category-inner .button--showmore .icon {
        width: 16px;
        height: 16px;
        margin-top: -4px;
        display: none;
        fill: white; }
      .pagination-wrapper .showmore-category .showmore-category-inner .button--showmore .text {
        margin-left: 6px; }
      .pagination-wrapper .showmore-category .showmore-category-inner .button--showmore:hover .icon, .pagination-wrapper .showmore-category .showmore-category-inner .button--showmore:focus .icon, .pagination-wrapper .showmore-category .showmore-category-inner .button--showmore:active .icon {
        fill: #be132d; }
      .pagination-wrapper .showmore-category .showmore-category-inner .button--showmore.loading .text {
        font-size: 0; }
      .pagination-wrapper .showmore-category .showmore-category-inner .button--showmore.loading .icon {
        display: inline-block;
        -webkit-animation: rotate_180 1s infinite linear;
        -moz-animation: rotate_180 1s infinite linear;
        -ms-animation: rotate_180 1s infinite linear;
        -o-animation: rotate_180 1s infinite linear;
        animation: rotate_180 1s infinite linear;
        fill: white; }
      .pagination-wrapper .showmore-category .showmore-category-inner .button--showmore.disable {
        opacity: 0.5;
        pointer-events: none; }
      @media (min-width: 1025px) {
        .pagination-wrapper .showmore-category .showmore-category-inner .button--showmore {
          min-width: 300px; } }
    .pagination-wrapper .showmore-category.no-pagination .showmore-category-inner {
      margin-bottom: 0; }
  .pagination-wrapper .compare-link {
    width: auto;
    display: none;
    font-size: 12px;
    text-align: right; }
    @media (min-width: 1025px) {
      .pagination-wrapper .compare-link {
        display: none;
        position: fixed;
        right: 30px;
        bottom: 20%;
        z-index: 9999; }
        .pagination-wrapper .compare-link.show {
          display: inline-block; }
        .pagination-wrapper .compare-link a {
          font-size: 14px;
          color: #202020;
          overflow: visible;
          font-style: italic;
          font-weight: 400;
          text-transform: uppercase; }
          .pagination-wrapper .compare-link a .text {
            font-weight: 700;
            background-image: linear-gradient(transparent 96%, #202020 4%);
            background-repeat: repeat-x;
            background-position-y: -1px; }
          .pagination-wrapper .compare-link a .countPill {
            position: relative;
            top: auto;
            left: auto;
            right: auto;
            background: none;
            color: #202020;
            width: auto;
            height: auto;
            font-size: 14px; } }

/* Category Banner Custom Bock */
.halo_category_custom_block .custom-block-content {
  background: whitesmoke;
  font-size: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px; }
  @media (min-width: 801px) {
    .halo_category_custom_block .custom-block-content {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; } }

.halo_category_custom_block .column {
  width: 100%; }
  @media (min-width: 801px) {
    .halo_category_custom_block .column {
      width: 50%;
      display: inline-block;
      vertical-align: middle; } }

.halo_category_custom_block .left-column img {
  min-height: 300px;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }
  @media (min-width: 801px) {
    .halo_category_custom_block .left-column img {
      -moz-border-radius: 6px 0 0 6px;
      -webkit-border-radius: 6px 0 0 6px;
      -ms-border-radius: 6px 0 0 6px;
      border-radius: 6px 0 0 6px; } }

.halo_category_custom_block .right-column {
  padding: 30px 15px 30px 15px; }
  @media (min-width: 651px) {
    .halo_category_custom_block .right-column {
      padding: 30px 40px 30px 40px; } }
  @media (min-width: 801px) {
    .halo_category_custom_block .right-column {
      padding: 17px 15px 25px 15px; } }
  @media (min-width: 992px) {
    .halo_category_custom_block .right-column {
      padding: 17px 25px 25px 25px; } }
  @media (min-width: 1025px) {
    .halo_category_custom_block .right-column {
      padding: 30px 45px 30px 45px; } }
  @media (max-width: 1024px) {
    .halo_category_custom_block .right-column .page-header {
      margin-bottom: 15px; } }
  @media (max-width: 1024px) {
    .halo_category_custom_block .right-column .page-header .page-heading {
      margin-bottom: 0px; } }
  @media (max-width: 550px) {
    .halo_category_custom_block .right-column .page-header .page-heading {
      margin-bottom: 0px; } }
  .halo_category_custom_block .right-column .view-all {
    float: right; }
  .halo_category_custom_block .right-column .brands-list {
    margin-left: -7.5px;
    margin-right: -7.5px; }
    @media (min-width: 992px) {
      .halo_category_custom_block .right-column .brands-list {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 5px; } }
    @media (min-width: 1025px) {
      .halo_category_custom_block .right-column .brands-list {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 1281px) {
      .halo_category_custom_block .right-column .brands-list {
        margin-bottom: 25px; } }
    @media (min-width: 1600px) {
      .halo_category_custom_block .right-column .brands-list {
        margin-bottom: 40px; } }
    .halo_category_custom_block .right-column .brands-list .brand-item {
      width: 33.33%;
      padding-left: 7.5px;
      padding-right: 7.5px;
      margin-top: 15px;
      display: inline-block;
      text-align: center; }
      .halo_category_custom_block .right-column .brands-list .brand-item:nth-child(1), .halo_category_custom_block .right-column .brands-list .brand-item:nth-child(2), .halo_category_custom_block .right-column .brands-list .brand-item:nth-child(3) {
        margin-top: 0; }
      @media (min-width: 992px) {
        .halo_category_custom_block .right-column .brands-list .brand-item {
          margin-top: 20px;
          padding-left: 10px;
          padding-right: 10px; } }
      @media (min-width: 1025px) {
        .halo_category_custom_block .right-column .brands-list .brand-item {
          padding-left: 15px;
          padding-right: 15px;
          margin-top: 30px; } }
      .halo_category_custom_block .right-column .brands-list .brand-item img {
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #e7e7e7; }
      .halo_category_custom_block .right-column .brands-list .brand-item:hover img {
        -webkit-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.1); }

@media (min-width: 1200px) {
  .homepage-layout-1 .halo_category_custom_block .column.left-column {
    width: 49.63503649635036%; }
  .homepage-layout-1 .halo_category_custom_block .column.right-column {
    width: 50.36496350364964%; } }

.page-type-default.homepage-layout-1 #homeProductBlockRecommended .page-header .page-heading {
  margin-bottom: 0; }

.page-type-default.homepage-layout-1 .product-block-wrapper.noBannerLeft.noRightCate {
  display: block; }

.page-type-default.homepage-layout-1 .product-block-cate-id .product-block .productCarousel .slick-list {
  margin: 0 -7.5px; }

.page-type-default.homepage-layout-1 .product-block-cate-id .product-block .productCarousel-slide {
  padding-left: 7.5px;
  padding-right: 7.5px; }

.page-type-default.homepage-layout-1 .page-header .page-heading {
  margin-bottom: 0; }

@media (min-width: 551px) {
  .page-type-default.homepage-layout-1 .page-header {
    margin-bottom: 35px; } }

@media (max-width: 550px) {
  .page-type-default.homepage-layout-1 .page-header  .view-all {
    margin-left: 30px; } }

.page-type-default.homepage-layout-1 #feauturedProduct2 .productCarousel:not(.slick-initialized) > .productCarousel-slide:nth-child(n+3) {
  display: none; }

@media (min-width: 992px) {
  .page-type-default.homepage-layout-1 #shipping-custom-block .custom-block-list {
    margin-left: -10px;
    margin-right: -10px; }
    .page-type-default.homepage-layout-1 #shipping-custom-block .custom-block-list .custom-block-item {
      padding-left: 10px;
      padding-right: 10px; } }

@media (min-width: 1025px) {
  .page-type-default.homepage-layout-1 #shipping-custom-block > .container {
    max-width: 1410px; }
  .page-type-default.homepage-layout-1 #shipping-custom-block .custom-block-list {
    margin-left: -15px;
    margin-right: -15px; }
    .page-type-default.homepage-layout-1 #shipping-custom-block .custom-block-list .custom-block-item {
      padding-left: 20px;
      padding-right: 20px; }
  .page-type-default.homepage-layout-1 .halo_custom_block_five_images > .container {
    max-width: 1410px; }
  .page-type-default.homepage-layout-1 .halo_custom_block_five_images .banner-list {
    margin-left: -15px;
    margin-right: -15px; } }

.page-type-default.homepage-layout-2 #homeProductBlock2.home-product-block {
  padding-top: 5px; }

.page-type-default.homepage-layout-2 .home-product-block .page-header {
  margin-bottom: 25px; }

@media (min-width: 768px) {
  .page-type-default.homepage-layout-2 .home-product-block .product-banner .banner-list {
    margin-left: -10px;
    margin-right: -10px; }
    .page-type-default.homepage-layout-2 .home-product-block .product-banner .banner-list .banner-item {
      padding-left: 10px;
      padding-right: 10px; } }

.page-type-default.homepage-layout-2 #homeProductBlockRecommended .productGrid .card {
  margin-bottom: 15px; }

@media (min-width: 1025px) {
  .page-type-default.homepage-layout-2 #homeProductBlockRecommended {
    padding-top: 30px; }
    .page-type-default.homepage-layout-2 #homeProductBlockRecommended.padding-bottom-30 {
      padding-bottom: 35px; }
    .page-type-default.homepage-layout-2 #homeProductBlockRecommended .productGrid .card {
      margin-bottom: 20px; } }

.page-type-default.homepage-layout-2 .halo_custom_cms_block > .container {
  max-width: 1400px; }

.page-type-default.homepage-layout-2 .product-block-cate-id {
  margin-top: 10px; }
  .page-type-default.homepage-layout-2 .product-block-cate-id .product-block .card {
    border-radius: 6px; }

.page-type-default.homepage-layout-2 #topSellerProduct2 .productCarousel:not(.slick-initialized) > .productCarousel-slide:nth-child(n+3) {
  display: none; }

@media (max-width: 767px) {
  body.page-type-category .pagination-wrapper .pagination-inner.no-pagination,
  body.page-type-brand .pagination-wrapper .pagination-inner.no-pagination,
  body.page-type-search .pagination-wrapper .pagination-inner.no-pagination {
    margin-top: 10px; } }

.blog {
  margin-bottom: 1.5rem;
  padding-bottom: 45px;
  border-bottom: 1px solid #dddddd; }
  @media (min-width: 1025px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    padding-top: 20px; }
  .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; }
  .blog-title a {
    text-decoration: none; }
    .blog-title a span {
      background-repeat: repeat-x;
      background-position-y: -2px; }
    .blog-title a:hover span {
      background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, 0.7) 4%); }

.blog-date,
.blog-author {
  color: #787878;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 35px; }

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

.blog-post {
  color: #505050;
  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: #000000;
      text-transform: unset;
      font-weight: 600;
      min-width: 151px; }
      .blog-post .blog-post-btn .button:hover {
        border-color: #0a6cdc; }
  .blog-post h4 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 28px;
    margin-bottom: 18px; }
  .blog-post .des-list > li {
    margin-top: 5px; }
  .blog-post .des-list-nostyle {
    margin-left: 0; }
    .blog-post .des-list-nostyle > li {
      display: block; }
      .blog-post .des-list-nostyle > li > span {
        width: 16px;
        display: inline-block; }
  .blog-post .des-col {
    padding: 10px 0; }
    .blog-post .des-col .des-item {
      width: 100%; }
      @media (min-width: 551px) {
        .blog-post .des-col .des-item {
          display: flex; } }
      .blog-post .des-col .des-item .desItem-img {
        text-align: center;
        width: 100%;
        min-width: 100%; }
        .blog-post .des-col .des-item .desItem-img:not(.slick-initialized) {
          display: block;
          white-space: nowrap;
          overflow: hidden;
          font-size: 0;
          letter-spacing: 0; }
          .blog-post .des-col .des-item .desItem-img:not(.slick-initialized) > .a {
            display: inline-block;
            vertical-align: top;
            width: 100%;
            overflow: hidden; }
            .blog-post .des-col .des-item .desItem-img:not(.slick-initialized) > .a:not(:first-child) {
              opacity: 0;
              visibility: hidden; }
        .blog-post .des-col .des-item .desItem-img .slick-dots {
          position: absolute;
          bottom: 35px; }
        @media (min-width: 551px) {
          .blog-post .des-col .des-item .desItem-img {
            width: 50%;
            min-width: 50%; } }
      .blog-post .des-col .des-item .desItem-content {
        padding: 35px;
        display: block;
        text-align: left;
        background-color: #f5f5f5;
        width: 100%; }
        .blog-post .des-col .des-item .desItem-content .desItemContent-detail .des-top {
          font-size: 18px;
          background-repeat: repeat-x;
          background-position-y: -2px;
          background-image: linear-gradient(transparent 86%, #fdc525 14%);
          padding: 0 0 10px 0;
          display: inline-block;
          margin-bottom: 0; }
        .blog-post .des-col .des-item .desItem-content .desItemContent-detail h4 {
          font-size: 28px;
          font-weight: 700;
          text-transform: uppercase;
          margin-bottom: 25px; }
          @media (min-width: 1025px) {
            .blog-post .des-col .des-item .desItem-content .desItemContent-detail h4 {
              font-size: 32px; } }
          @media (min-width: 1200px) {
            .blog-post .des-col .des-item .desItem-content .desItemContent-detail h4 {
              font-size: 40px; } }
        .blog-post .des-col .des-item .desItem-content .desItemContent-detail .des-content {
          display: -webkit-box;
          -webkit-line-clamp: 3;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-bottom: 35px; }
        .blog-post .des-col .des-item .desItem-content .desItemContent-detail .button {
          min-width: 200px; }
        @media (min-width: 551px) {
          .blog-post .des-col .des-item .desItem-content {
            padding: 20px 35px;
            width: 50%;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center; } }
        @media (min-width: 768px) {
          .blog-post .des-col .des-item .desItem-content {
            padding: 45px 70px 45px 70px; } }
  .blog-post .des-contentBorder {
    font-style: italic;
    border: 1px solid #dddddd;
    border-left: 10px solid #fdc525;
    padding: 25px 30px;
    margin-top: 25px;
    margin-bottom: 35px; }

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

.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-page .page-sidebar {
  width: 240px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 12px; }
  .blog-page .page-sidebar + .page-content {
    width: calc(100% - 240px);
    padding-top: 0;
    padding-left: 100px;
    padding-right: 0; }
  .blog-page .page-sidebar .sidebarBlock-heading {
    line-height: 40px; }

.blog-page .social-mediaBlock {
  padding-bottom: 35px;
  margin-top: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #E6E6E6;
  position: unset;
  width: 100%;
  margin-left: 0; }
  .blog-page .social-mediaBlock > p {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 15px; }
  .blog-page .social-mediaBlock .socialMedia-dropdown {
    position: unset;
    padding: 0;
    width: 100%;
    box-shadow: none;
    margin-top: 0;
    border-radius: 0;
    display: block; }
    .blog-page .social-mediaBlock .socialMedia-dropdown .shareLinkSocial__link {
      display: none; }
      .blog-page .social-mediaBlock .socialMedia-dropdown .shareLinkSocial__link + p {
        display: none; }
  .blog-page .social-mediaBlock .addthis_inline_share_toolbox {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0; }
  .blog-page .social-mediaBlock .socialMedia-button,
  .blog-page .social-mediaBlock .facebookRecommendBtn {
    display: none; }
  .blog-page .social-mediaBlock .at-share-btn-elements .at-share-btn {
    border-radius: 50% !important;
    border: 1px solid #dddddd;
    width: 40px;
    height: 40px;
    padding: 9px; }
    .blog-page .social-mediaBlock .at-share-btn-elements .at-share-btn:last-child {
      border: none;
      padding: 5px; }
      .blog-page .social-mediaBlock .at-share-btn-elements .at-share-btn:last-child .at-icon-wrapper {
        height: 28px !important;
        width: 28px !important; }
        .blog-page .social-mediaBlock .at-share-btn-elements .at-share-btn:last-child .at-icon-wrapper svg {
          stroke: #fff;
          stroke-width: 2px;
          height: 28px !important;
          width: 28px !important; }
    .blog-page .social-mediaBlock .at-share-btn-elements .at-share-btn .at-icon-wrapper {
      height: 20px !important;
      width: 20px !important; }
      .blog-page .social-mediaBlock .at-share-btn-elements .at-share-btn .at-icon-wrapper svg {
        fill: #2d394a !important;
        height: 20px !important;
        width: 20px !important; }

.blog-page .pagination-list {
  margin-top: 35px; }
  .blog-page .pagination-list .pagination-item {
    vertical-align: top; }

.blog-page .sidebarBlock + .sidebarBorder {
  border-top: 1px solid #dddddd;
  padding-top: 25px;
  margin-top: 0; }

.blog-page .sidebarBlock#sideBannerImage {
  margin-top: -5px;
  padding-top: 35px; }

.recentPosts_List {
  margin-bottom: 35px; }
  .recentPosts_List .recentPost_item {
    margin-bottom: 25px; }
    .recentPosts_List .recentPost_item .recentPost_title {
      color: #232323;
      font-size: 16px;
      font-weight: 400;
      text-decoration: none;
      margin-bottom: 8px;
      display: block; }
      .recentPosts_List .recentPost_item .recentPost_title span {
        background-repeat: repeat-x;
        background-position-y: -2px; }
      .recentPosts_List .recentPost_item .recentPost_title:hover {
        color: #0a6cdc; }
        .recentPosts_List .recentPost_item .recentPost_title:hover span {
          background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, 0.7) 4%); }
    .recentPosts_List .recentPost_item .recentPost_date {
      color: #787878;
      font-style: italic;
      font-size: 14px;
      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;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .recentPosts_tags .tag .link,
    .tags .tag .link {
      color: #787878;
      font-style: normal;
      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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start; }
  .tags-block .tags-title {
    font-size: 16px;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 15px;
    min-width: 45px;
    color: #505050; }
  .tags-block .tags {
    display: block;
    margin: 0;
    text-align: left; }

.side-block-body .page-sidebar {
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

@media (max-width: 1024px) {
  .blog-page .page-sidebar {
    width: 347px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0; }
    .blog-page .page-sidebar + .page-content {
      width: 100%;
      padding-left: 0; }
  .blog-page .page-content {
    width: 100%;
    padding-left: 0; }
  .blog-page .sidebar-label {
    margin-bottom: 20px; }
    .blog-page .sidebar-label .sidebar_more {
      display: block; }
  .blog-page .close-sidebar {
    justify-content: flex-end;
    background: #fff;
    padding: 12px 30px 0; }
  .blog-page nav {
    padding: 0 30px 30px 30px; } }

.sidebarBlock .page-header {
  text-align: left; }
  .sidebarBlock .page-header .sidebarBlock-heading {
    padding-right: 50px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px; }
  .sidebarBlock .page-header .view-all {
    position: absolute;
    right: 0;
    top: 50%;
    margin-bottom: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin-top: -1px; }

.sidebarBlock + .sidebarBorder {
  border-top: 1px solid #dddddd;
  padding-top: 24px;
  margin-top: 17px; }

.sidebarBlock + #sideBannerImage {
  padding-bottom: 5px; }

.sidebarBlock + #sideCustomCMS {
  margin-top: 28px; }

.sidebarBlock .navList {
  margin-bottom: 10px; }
  .sidebarBlock .navList .navList-action {
    padding: 6px 0; }
  .sidebarBlock .navList .navList-item:first-child .navList-action {
    padding-top: 3px; }

.sidebarBorder {
  display: inline-block;
  width: 100%; }
  .sidebarBorder + .sidebarBorder {
    border-top: 1px solid #dddddd;
    padding-top: 22px;
    margin-top: 17px; }

.sidebarBlock-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  text-align: left; }

#sideAllCategories {
  margin-bottom: 26px; }
  #sideAllCategories .sidebarBlock-heading {
    margin-bottom: 18px; }
  #sideAllCategories + #facetedSearch {
    padding-top: 22px;
    margin-top: 35px;
    border-top: 1px solid #dddddd; }
  #sideAllCategories + #sideBannerImage {
    margin-top: 27px; }

.all-categories-list {
  margin: 0;
  list-style: none; }
  .all-categories-list li {
    margin-bottom: 0px;
    padding: 8px 0 8px 0;
    position: relative; }
    .all-categories-list li:first-child {
      padding-top: 0; }
  .all-categories-list > .navPages-item > .dropdown-category-list {
    margin: 8px 0 0 0; }
  .all-categories-list .navPages-item {
    float: none;
    display: block;
    position: relative;
    margin-bottom: 0; }
    .all-categories-list .navPages-item a {
      padding: 0px 0;
      vertical-align: top;
      display: inline-block;
      color: #202020;
      font-weight: 500;
      font-size: 16px;
      position: relative;
      z-index: 3; }
      .all-categories-list .navPages-item a:hover {
        color: #202020; }
    .all-categories-list .navPages-item:first-child > .icon-dropdown {
      height: 22px; }
    .all-categories-list .navPages-item:last-child {
      padding-bottom: 0; }
      .all-categories-list .navPages-item:last-child > .icon-dropdown {
        height: 38px; }
    .all-categories-list .navPages-item .icon-dropdown {
      float: right;
      width: 100%;
      height: 38px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: flex-end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      cursor: pointer;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2; }
      .all-categories-list .navPages-item .icon-dropdown .icon-plus {
        width: 12px;
        height: 12px;
        position: relative; }
        .all-categories-list .navPages-item .icon-dropdown .icon-plus:before {
          content: "";
          position: absolute;
          top: 6px;
          left: 0;
          background: #bbbbbb;
          width: 100%;
          height: 2px;
          transform: translate3D(0%, -50%, 0) rotate(0);
          transition: all .5s ease; }
        .all-categories-list .navPages-item .icon-dropdown .icon-plus:after {
          content: "";
          position: absolute;
          top: 0;
          left: 5px;
          background: #bbbbbb;
          width: 2px;
          height: 100%;
          transform: translate3D(0%, 0%, 0) rotate(0);
          transition: all .5s ease; }
    .all-categories-list .navPages-item > .icon-dropdown {
      height: 38px; }
      .all-categories-list .navPages-item > .icon-dropdown.is-clicked .icon-plus:before {
        transform: translate3D(0%, -50%, 0) rotate(180deg); }
      .all-categories-list .navPages-item > .icon-dropdown.is-clicked .icon-plus:after {
        transform: translate3D(0%, 0px, 0) rotate(90deg); }
    .all-categories-list .navPages-item.current-cat > a {
      font-weight: 600;
      color: #0a6cdc;
      background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, 0.3) 4%);
      background-repeat: repeat-x;
      background-position-y: -1px; }
    .all-categories-list .navPages-item.current-cat > .icon-dropdown.is-clicked .icon-plus:before {
      transform: translate3D(0%, -50%, 0) rotate(180deg); }
    .all-categories-list .navPages-item.current-cat > .icon-dropdown.is-clicked .icon-plus:after {
      transform: translate3D(0%, 0px, 0) rotate(90deg); }
    .all-categories-list .navPages-item.current-cat.open > .icon-dropdown .icon-plus:before {
      transform: translate3D(0%, -50%, 0) rotate(180deg); }
    .all-categories-list .navPages-item.current-cat.open > .icon-dropdown .icon-plus:after {
      transform: translate3D(0%, 0px, 0) rotate(90deg); }
    .all-categories-list .navPages-item.open {
      padding-bottom: 0; }
    .all-categories-list .navPages-item.is-clicked > a, .all-categories-list .navPages-item .current-cat > a {
      font-weight: 500; }
  .all-categories-list .dropdown-category-list {
    margin: 8px 0 0 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 .icon-plus:before {
        transform: translate3D(0%, -50%, 0) rotate(180deg); }
      .all-categories-list .dropdown-category-list.cat-expanded .icon-dropdown.is-clicked .icon-plus:after {
        transform: translate3D(0%, 0px, 0) rotate(90deg); }
    .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-size: 16px;
      font-weight: 500;
      color: #202020; }
    .all-categories-list .dropdown-category-list .navPage-subMenu-item {
      width: 100%;
      display: block;
      position: relative;
      padding: 8px 20px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item a {
        padding: 0; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item a:hover {
          color: #0a6cdc;
          background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, 0.3) 4%);
          background-repeat: repeat-x;
          background-position-y: -1px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item .icon-dropdown {
        height: 38px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item:first-child a {
        padding-top: 0; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item.current-cat > a {
        color: #0a6cdc;
        background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, 0.3) 4%);
        background-repeat: repeat-x;
        background-position-y: -1px; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item.current-cat > .icon-dropdown.is-clicked .icon-plus:before {
        transform: translate3D(0%, -50%, 0) rotate(180deg); }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item.current-cat > .icon-dropdown.is-clicked .icon-plus:after {
        transform: translate3D(0%, 0px, 0) rotate(90deg); }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item.open > .icon-dropdown.is-clicked .icon-plus:before {
        transform: translate3D(0%, -50%, 0) rotate(180deg); }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item.open > .icon-dropdown.is-clicked .icon-plus:after {
        transform: translate3D(0%, 0px, 0) rotate(90deg); }
      .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: 6px 20px; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item:first-child a {
          padding-top: 0; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item:last-child {
          padding-bottom: 0; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item a {
          position: relative;
          font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
          font-size: 16px;
          font-weight: 400;
          text-transform: none;
          letter-spacing: 0;
          color: #505050; }
          .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item a:hover {
            color: #0a6cdc; }
            .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item a:hover > span {
              background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, 0.3) 4%);
              background-repeat: repeat-x;
              background-position-y: -1px; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item .icon-dropdown {
          height: 22px; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.current-cat a {
          color: #0a6cdc; }
          .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.current-cat a span {
            background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, 0.3) 4%);
            background-repeat: repeat-x;
            background-position-y: -1px; }
          .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.current-cat a:hover {
            color: #0a6cdc; }
            .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.current-cat a:hover > span {
              background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, 0.3) 4%);
              background-repeat: repeat-x;
              background-position-y: 0px;
              padding-bottom: 1px; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.open > .icon-dropdown.is-clicked .icon-plus:before {
          transform: translate3D(0%, -50%, 0) rotate(180deg); }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item .dropdown-category-list .navPage-childList-item.open > .icon-dropdown.is-clicked .icon-plus:after {
          transform: translate3D(0%, 0px, 0) rotate(90deg); }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item .navPages-level-4 .navPage-childList-item a:hover {
        color: #0a6cdc;
        background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, 0.3) 4%);
        background-repeat: repeat-x;
        background-position-y: 0px;
        padding-bottom: 1px; }
      .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; }

.navList {
  margin-bottom: 0px; }
  .navList .navList-item {
    padding-bottom: 1px; }
    .navList .navList-item .navList-action {
      font-size: 16px;
      color: #505050; }
      .navList .navList-item .navList-action:hover {
        color: black; }

#sideShopByPrice .navList-action {
  letter-spacing: 0; }

#sideShopByPrice .navList {
  max-height: 295px;
  overflow-y: auto;
  scrollbar-color: #787878 #fafafa;
  scrollbar-width: thin !important; }
  #sideShopByPrice .navList::-webkit-scrollbar {
    width: 10px;
    background-color: #fafafa; }
  #sideShopByPrice .navList::-webkit-scrollbar-thumb {
    background-color: #787878; }

#sideShopByBrands .navList-item.view_all a {
  color: #202020;
  padding-bottom: 0; }
  #sideShopByBrands .navList-item.view_all a > span {
    background-image: linear-gradient(transparent 96%, rgba(32, 32, 32, 0.3) 4%);
    background-repeat: repeat-x;
    background-position-y: 0px;
    padding-bottom: 2px; }

#sideShopByBrands .navList {
  max-height: 295px;
  overflow-y: auto;
  scrollbar-color: #787878 #fafafa;
  scrollbar-width: thin !important; }
  #sideShopByBrands .navList::-webkit-scrollbar {
    width: 10px;
    background-color: #fafafa; }
  #sideShopByBrands .navList::-webkit-scrollbar-thumb {
    background-color: #787878; }

#sideShopByBrands + #sideBannerImage {
  margin-top: 30px; }

.sidebarProduct {
  margin: 10px 0 0 0; }
  .sidebarProduct .productCarousel-slide .card {
    margin-bottom: 0px; }
    .sidebarProduct .productCarousel-slide .card .card-figcaption {
      opacity: 1;
      margin-top: 0px;
      display: inline-block; }
      .sidebarProduct .productCarousel-slide .card .card-figcaption .card-figcaption-body {
        text-align: left; }
      .sidebarProduct .productCarousel-slide .card .card-figcaption .card-details {
        background: none;
        color: #202020; }
  .sidebarProduct .productCarousel-slide:last-child .card {
    margin-bottom: 0; }
  .sidebarProduct .productCarousel-slide .card-figure {
    width: 100%;
    display: inline-block; }
  .sidebarProduct .productCarousel-slide .card-body {
    width: 100%;
    display: inline-block;
    font-size: 0; }
    .sidebarProduct .productCarousel-slide .card-body .card-price {
      margin-bottom: 5px; }
    .sidebarProduct .productCarousel-slide .card-body .card_optionImage .form-field {
      margin-bottom: 12px;
      margin-top: 2px; }

#sideProducts {
  margin-top: 27px; }
  #sideProducts .newText {
    display: none; }
  #sideProducts .sidebarProduct {
    margin-bottom: 7px; }
    #sideProducts .sidebarProduct .productCarousel-slide {
      width: 100%;
      display: none; }
      #sideProducts .sidebarProduct .productCarousel-slide:first-child, #sideProducts .sidebarProduct .productCarousel-slide.slick-slide {
        display: inline-block; }
      #sideProducts .sidebarProduct .productCarousel-slide .card_optionImage {
        height: 38px; }
      #sideProducts .sidebarProduct .productCarousel-slide .card-body.no-optionImage .card_optionImage {
        height: 0; }
  @media (min-width: 1025px) {
    #sideProducts .productsByCategoryId .halo_productLoading {
      min-height: 410px; } }
  #sideProducts .productsByCategoryId .productCarousel-slide {
    width: 100%;
    display: none; }
    #sideProducts .productsByCategoryId .productCarousel-slide:first-child, #sideProducts .productsByCategoryId .productCarousel-slide.slick-slide {
      display: inline-block; }

#sideBannerImage {
  margin-top: 18px;
  display: inline-block;
  width: 100%;
  margin-top: 22px; }
  #sideBannerImage .side-cms-content {
    text-align: center; }
    #sideBannerImage .side-cms-content .cms-image {
      display: block; }
      #sideBannerImage .side-cms-content .cms-image .card-img-container {
        max-width: 100%; }
        #sideBannerImage .side-cms-content .cms-image .card-img-container:after {
          padding-bottom: 195.83333%; }

#sideCustomCMS .sidebarBlock-heading {
  margin-bottom: 15px; }

#sideCustomCMS .side-cms-content p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px; }
  #sideCustomCMS .side-cms-content p:last-child {
    margin-bottom: 0; }

.brandGrid {
  list-style: none;
  max-width: none;
  width: auto;
  font-size: 0;
  letter-spacing: 0;
  margin: 0 -15px; }
  .brandGrid .brand {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    width: 50%;
    float: none;
    margin: 0 0 30px 0; }
    .brandGrid .brand .card-figure .image {
      display: block;
      overflow: hidden;
      position: relative;
      border: 1px solid #d6d6d6; }
    .brandGrid .brand .card-figure .brand-img-container {
      display: block;
      position: relative;
      max-width: 200px;
      margin: 0 auto; }
      .brandGrid .brand .card-figure .brand-img-container:after {
        content: '';
        display: block;
        height: 0;
        width: 100%;
        padding-bottom: 100%; }
      .brandGrid .brand .card-figure .brand-img-container img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        opacity: 1;
        visibility: visible;
        border: 0;
        width: 100%;
        max-height: 100%;
        object-fit: contain;
        margin: 0 auto;
        font-family: 'object-fit: contain;';
        transition: color 0.15s ease; }
        .brandGrid .brand .card-figure .brand-img-container img.lazyload, .brandGrid .brand .card-figure .brand-img-container img.lazyloading {
          width: auto;
          height: auto;
          object-fit: contain;
          margin: auto; }
    .brandGrid .brand .card-body {
      text-align: center;
      margin: 20px 0 0; }
      .brandGrid .brand .card-body .link {
        font-size: 14px;
        font-weight: 700;
        color: #505050;
        transition: unset;
        text-transform: uppercase;
        line-height: 26px;
        letter-spacing: 0;
        position: relative; }
        .brandGrid .brand .card-body .link .text {
          padding: 0 0 1px 0; }
  @media (min-width: 768px) {
    .brandGrid .brand {
      width: 33.3333333%; } }
  @media (min-width: 1025px) {
    .brandGrid .brand {
      width: 25%; }
      .brandGrid .brand .card .image:before {
        content: "";
        width: 100%;
        height: 100%;
        top: 100%;
        right: 0;
        left: auto;
        z-index: 2;
        transform: none;
        position: absolute;
        transition: 0.3s ease;
        background-color: rgba(0, 0, 0, 0.25);
        background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.25) 100%); }
      .brandGrid .brand .card .link {
        transition: 0.3s ease; }
      .brandGrid .brand .card:hover .image:before {
        top: 0; }
      .brandGrid .brand .card:hover .link {
        color: #0a6cdc; }
        .brandGrid .brand .card:hover .link span {
          background-image: linear-gradient(transparent 97%, #0a6cdc 3%);
          background-repeat: repeat-x;
          background-position-y: 0; } }
  @media (min-width: 1280px) {
    .brandGrid .brand {
      width: 20%; } }
  @media (min-width: 1600px) {
    .brandGrid .brand {
      width: 16.6666666%; } }

.page-type-brands .page {
  position: relative; }

.haloAZBrandsTable {
  display: flex;
  font-size: 0;
  letter-spacing: 0;
  flex-flow: row nowrap;
  margin: 0 0 30px 0;
  overflow-x: auto;
  padding-bottom: 5px; }
  .haloAZBrandsTable li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #d6d6d6;
    border-left: none; }
    .haloAZBrandsTable li a {
      font-size: 14px;
      font-weight: 700;
      color: #505050;
      display: block;
      height: 40px;
      min-width: 40px;
      line-height: 40px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
    .haloAZBrandsTable li:first-child {
      min-width: 70px;
      border-left: 1px solid #d6d6d6; }
    .haloAZBrandsTable li.disable {
      pointer-events: none; }
      .haloAZBrandsTable li.disable a {
        color: #999999;
        pointer-events: none; }
    .haloAZBrandsTable li.is-active {
      border-color: white;
      background-color: white; }
      .haloAZBrandsTable li.is-active a {
        color: #be132d; }
  @media (min-width: 1025px) {
    .haloAZBrandsTable {
      margin: 0 0 40px 0; }
      .haloAZBrandsTable li {
        width: 10%; }
        .haloAZBrandsTable li:hover {
          border-color: white;
          background-color: white; }
          .haloAZBrandsTable li:hover a {
            color: #be132d; } }

.haloAZBrandsWrapper .azBrands-group {
  display: none;
  margin: 0 0 30px 0; }
  .haloAZBrandsWrapper .azBrands-group-title {
    font-size: 18px;
    font-weight: 700;
    color: #505050;
    letter-spacing: 0;
    line-height: 35px;
    margin: 0 0 10px 0;
    padding: 0;
    text-transform: uppercase; }
  .haloAZBrandsWrapper .azBrands-group-list {
    margin: 0;
    list-style: none; }
    .haloAZBrandsWrapper .azBrands-group-list .brand-name .title {
      margin: 0;
      font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: #505050;
      letter-spacing: 0;
      line-height: 35px;
      text-transform: capitalize; }
      .haloAZBrandsWrapper .azBrands-group-list .brand-name .title .link {
        color: gray;
        padding: 0 0 1px 0;
        transition: unset; }
  .haloAZBrandsWrapper .azBrands-group.is-active {
    display: block; }

.haloAZBrandsWrapper.active-all {
  column-count: 2; }
  .haloAZBrandsWrapper.active-all .azBrands-group {
    display: block;
    break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    column-count: unset; }

.haloAZBrandsWrapper.is-loading .loadingOverlay {
  display: block; }

@media (min-width: 768px) {
  .haloAZBrandsWrapper .azBrands-group {
    column-count: 3; }
  .haloAZBrandsWrapper.active-all {
    column-count: 3; } }

@media (min-width: 1025px) {
  .haloAZBrandsWrapper .azBrands-group {
    column-count: 4; }
    .haloAZBrandsWrapper .azBrands-group-list .brand-name .title .link:hover {
      color: #0a6cdc;
      background-image: linear-gradient(transparent 97%, #0a6cdc 3%);
      background-repeat: repeat-x;
      background-position-y: 0; }
  .haloAZBrandsWrapper.active-all {
    column-count: 4; } }

@media (min-width: 1280px) {
  .haloAZBrandsWrapper .azBrands-group {
    column-count: 5; }
  .haloAZBrandsWrapper.active-all {
    column-count: 5; } }

@media (min-width: 1600px) {
  .haloAZBrandsWrapper .azBrands-group {
    column-count: 6; }
  .haloAZBrandsWrapper.active-all {
    column-count: 6; } }

.brand-image-container {
  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: 200px; }
  .brand .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -7.5px;
  margin-bottom: 0px;
  max-width: none;
  width: auto;
  font-size: 0; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 1025px) {
    .productGrid {
      margin: 0 -10px; } }
  .productGrid .product {
    padding-left: 7.5px;
    padding-right: 7.5px;
    width: 50%;
    display: inline-block;
    float: none;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 1025px) {
      .productGrid .product {
        width: 25%;
        padding-left: 10px;
        padding-right: 10px; } }
  .productGrid.col-2 .product {
    width: 50%; }
  .productGrid.col-3 .product {
    width: 50%; }
    @media (min-width: 551px) {
      .productGrid.col-3 .product {
        width: 33.33333%; } }
  .productGrid.col-4 .product {
    width: 50%; }
    @media (min-width: 551px) {
      .productGrid.col-4 .product {
        width: 33.33333%; } }
    @media (min-width: 992px) {
      .productGrid.col-4 .product {
        width: 25%; } }
  .productGrid.col-5 .product {
    width: 50%; }
    @media (min-width: 551px) {
      .productGrid.col-5 .product {
        width: 33.33333%; } }
    @media (min-width: 992px) {
      .productGrid.col-5 .product {
        width: 25%; } }
    @media (min-width: 1280px) {
      .productGrid.col-5 .product {
        width: 20%; } }
  .productGrid.col-6 .product {
    width: 50%; }
    @media (min-width: 768px) {
      .productGrid.col-6 .product {
        width: 33.33333%; } }
    @media (min-width: 992px) {
      .productGrid.col-6 .product {
        width: 25%; } }
    @media (min-width: 1280px) {
      .productGrid.col-6 .product {
        width: 20%; } }
    @media (min-width: 1600px) {
      .productGrid.col-6 .product {
        width: 16.66667%; } }

.homepage-layout-2 .page-type-default .productGrid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 551px) {
    .homepage-layout-2 .page-type-default .productGrid {
      margin: 0 -7.5px; } }
  @media (min-width: 1025px) {
    .homepage-layout-2 .page-type-default .productGrid {
      margin: 0 -10px; } }
  .homepage-layout-2 .page-type-default .productGrid .product {
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px;
    padding: 0; }
    @media (min-width: 551px) {
      .homepage-layout-2 .page-type-default .productGrid .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding-left: 7.5px;
        padding-right: 7.5px; } }
    @media (min-width: 1025px) {
      .homepage-layout-2 .page-type-default .productGrid .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px; } }
    .homepage-layout-2 .page-type-default .productGrid .product .card {
      height: 100%;
      margin-bottom: 0; }
    @media (max-width: 550px) {
      .homepage-layout-2 .page-type-default .productGrid .product:nth-child(n + 1) .card {
        -moz-border-radius: 6px 0px 0px 6px;
        -webkit-border-radius: 6px 0px 0px 6px;
        -ms-border-radius: 6px 0px 0px 6px;
        border-radius: 6px 0px 0px 6px; } }
    @media (max-width: 550px) {
      .homepage-layout-2 .page-type-default .productGrid .product:nth-child(2n) .card {
        -moz-border-radius: 0px 6px 6px 0px;
        -webkit-border-radius: 0px 6px 6px 0px;
        -ms-border-radius: 0px 6px 6px 0px;
        border-radius: 0px 6px 6px 0px; } }
  .homepage-layout-2 .page-type-default .productGrid.col-2 .product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .homepage-layout-2 .page-type-default .productGrid.col-3 .product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (min-width: 551px) {
      .homepage-layout-2 .page-type-default .productGrid.col-3 .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%; } }
  .homepage-layout-2 .page-type-default .productGrid.col-4 .product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (min-width: 551px) {
      .homepage-layout-2 .page-type-default .productGrid.col-4 .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%; } }
    @media (min-width: 992px) {
      .homepage-layout-2 .page-type-default .productGrid.col-4 .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; } }
  .homepage-layout-2 .page-type-default .productGrid.col-5 .product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (min-width: 551px) {
      .homepage-layout-2 .page-type-default .productGrid.col-5 .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%; } }
    @media (min-width: 992px) {
      .homepage-layout-2 .page-type-default .productGrid.col-5 .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; } }
    @media (min-width: 1280px) {
      .homepage-layout-2 .page-type-default .productGrid.col-5 .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%; } }
  .homepage-layout-2 .page-type-default .productGrid.col-6 .product {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (min-width: 768px) {
      .homepage-layout-2 .page-type-default .productGrid.col-6 .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%; } }
    @media (min-width: 992px) {
      .homepage-layout-2 .page-type-default .productGrid.col-6 .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%; } }
    @media (min-width: 1280px) {
      .homepage-layout-2 .page-type-default .productGrid.col-6 .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%; } }
    @media (min-width: 1600px) {
      .homepage-layout-2 .page-type-default .productGrid.col-6 .product {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66%;
        flex: 0 0 16.66%;
        max-width: 16.66%; } }

.sidebar-show + #product-listing-container .productGrid .product,
.sidebar-show + .page-content .productGrid .product {
  width: 50%; }
  @media (min-width: 551px) {
    .sidebar-show + #product-listing-container .productGrid .product,
    .sidebar-show + .page-content .productGrid .product {
      width: 33.33333%; } }
  @media (min-width: 992px) {
    .sidebar-show + #product-listing-container .productGrid .product,
    .sidebar-show + .page-content .productGrid .product {
      width: 25%; } }

.sidebar-show + #product-listing-container .productGrid.col-2 .product,
.sidebar-show + .page-content .productGrid.col-2 .product {
  width: 50%; }

.sidebar-show + #product-listing-container .productGrid.col-3 .product,
.sidebar-show + .page-content .productGrid.col-3 .product {
  width: 50%; }
  @media (min-width: 551px) {
    .sidebar-show + #product-listing-container .productGrid.col-3 .product,
    .sidebar-show + .page-content .productGrid.col-3 .product {
      width: 33.33333%; } }

.sidebar-show + #product-listing-container .productGrid.col-4 .product,
.sidebar-show + .page-content .productGrid.col-4 .product {
  width: 50%; }
  @media (min-width: 551px) {
    .sidebar-show + #product-listing-container .productGrid.col-4 .product,
    .sidebar-show + .page-content .productGrid.col-4 .product {
      width: 33.33333%; } }
  @media (min-width: 992px) {
    .sidebar-show + #product-listing-container .productGrid.col-4 .product,
    .sidebar-show + .page-content .productGrid.col-4 .product {
      width: 25%; } }

.sidebar-show + #product-listing-container .productGrid.col-5 .product,
.sidebar-show + .page-content .productGrid.col-5 .product {
  width: 50%; }
  @media (min-width: 551px) {
    .sidebar-show + #product-listing-container .productGrid.col-5 .product,
    .sidebar-show + .page-content .productGrid.col-5 .product {
      width: 33.33333%; } }
  @media (min-width: 992px) {
    .sidebar-show + #product-listing-container .productGrid.col-5 .product,
    .sidebar-show + .page-content .productGrid.col-5 .product {
      width: 25%; } }
  @media (min-width: 1400px) {
    .sidebar-show + #product-listing-container .productGrid.col-5 .product,
    .sidebar-show + .page-content .productGrid.col-5 .product {
      width: 20%; } }

.sidebar-show + #product-listing-container .productGrid.col-6 .product,
.sidebar-show + .page-content .productGrid.col-6 .product {
  width: 50%; }
  @media (min-width: 551px) {
    .sidebar-show + #product-listing-container .productGrid.col-6 .product,
    .sidebar-show + .page-content .productGrid.col-6 .product {
      width: 33.33333%; } }
  @media (min-width: 992px) {
    .sidebar-show + #product-listing-container .productGrid.col-6 .product,
    .sidebar-show + .page-content .productGrid.col-6 .product {
      width: 25%; } }
  @media (min-width: 1440px) {
    .sidebar-show + #product-listing-container .productGrid.col-6 .product,
    .sidebar-show + .page-content .productGrid.col-6 .product {
      width: 20%; } }
  @media (min-width: 1600px) {
    .sidebar-show + #product-listing-container .productGrid.col-6 .product,
    .sidebar-show + .page-content .productGrid.col-6 .product {
      width: 16.66%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.42857rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 1025px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    page-break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 1025px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 1025px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 1025px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 1025px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0px auto 15px auto;
  max-width: 1570px; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList.sidebar-hide {
    max-width: 1170px; }
  .productList .product .card {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 35px; }
    @media (min-width: 551px) {
      .productList .product .card {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left;
        margin-bottom: 50px; } }
    .productList .product .card:hover .card-bottom .card-compare {
      display: none; }
  .productList .product .card-figure {
    width: 100%;
    display: inline-block; }
    @media (min-width: 551px) {
      .productList .product .card-figure {
        width: 262px; } }
    @media (max-width: 550px) {
      .productList .product .card-figure {
        max-width: 210px;
        margin-left: auto;
        margin-right: auto; } }
  .productList .product .card-body {
    width: 100%;
    display: inline-block;
    text-align: left;
    padding-top: 10px;
    position: relative; }
    @media (min-width: 551px) {
      .productList .product .card-body {
        width: calc(100% - 250px);
        padding-left: 20px;
        padding-top: 0px; } }
    @media (min-width: 768px) {
      .productList .product .card-body {
        width: calc(100% - 262px);
        padding-left: 30px;
        padding-top: 10px; } }
    @media (min-width: 1200px) {
      .productList .product .card-body {
        padding-left: 70px;
        width: calc(100% - 390px); } }
    .productList .product .card-body .card-title {
      margin-bottom: 10px;
      text-align: left;
      padding-right: 0; }
      .productList .product .card-body .card-title > a {
        display: block; }
      .productList .product .card-body .card-title .color-name {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 7px;
        display: none;
        max-width: 100%; }
    .productList .product .card-body .card-brand {
      margin-bottom: 8px; }
    .productList .product .card-body .card-price {
      margin-bottom: 10px; }
      @media (min-width: 1025px) {
        .productList .product .card-body .card-price {
          margin-bottom: 12px; } }
    .productList .product .card-body .card-rating {
      margin-bottom: 10px;
      margin-left: 0;
      display: inline-block; }
    @media (min-width: 1025px) {
      .productList .product .card-body .card-figcaption-bottom {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; } }
    @media (min-width: 1025px) {
      .productList .product .card-body .card-figcaption-bottom .card-figcaption-body {
        width: calc(100% - 134px); } }
    .productList .product .card-body .card-figcaption-bottom .card-figcaption-body .card-figcaption-button {
      font-size: 16px;
      font-weight: 700;
      padding: 16px 15px; }
      @media (max-width: 550px) {
        .productList .product .card-body .card-figcaption-bottom .card-figcaption-body .card-figcaption-button {
          max-width: 100%; } }
    .productList .product .card-body .card-figcaption-bottom .card-figcaption-body .wishlist {
      width: 50px;
      height: 50px; }
      @media (min-width: 1025px) {
        .productList .product .card-body .card-figcaption-bottom .card-figcaption-body .wishlist {
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          flex-wrap: wrap; } }
      @media (max-width: 550px) {
        .productList .product .card-body .card-figcaption-bottom .card-figcaption-body .wishlist {
          margin-left: 15px; } }
    @media (min-width: 1025px) {
      .productList .product .card-body .card-figcaption-bottom .card-compare {
        opacity: 1;
        margin-top: 8px; } }
    .productList .product .card-body .card-figcaption {
      opacity: 1;
      max-width: 100%;
      display: inline-block;
      margin-top: 0;
      height: 45px; }
      @media (min-width: 551px) {
        .productList .product .card-body .card-figcaption {
          max-width: 270px; } }
  .productList .product .card-desc {
    display: block;
    margin-bottom: 10px;
    font-size: 16px; }
    @media (min-width: 1025px) {
      .productList .product .card-desc {
        margin-bottom: 12px; } }
    .productList .product .card-desc p {
      margin-bottom: 0; }
      @media (max-width: 1024px) {
        .productList .product .card-desc p {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          overflow: hidden;
          position: relative;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2; } }
  .productList .product .card_optionImage [data-product-attribute] {
    margin-bottom: 22px; }
    @media (min-width: 551px) {
      .productList .product .card_optionImage [data-product-attribute] {
        -ms-flex-pack: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; } }
    @media (min-width: 992px) {
      .productList .product .card_optionImage [data-product-attribute] {
        margin-bottom: 30px; } }

@media (min-width: 1281px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1281px) {
  .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: 1281px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: white;
  border-color: #505050;
  color: #202020; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: #e10600;
    border-color: #505050;
    color: #202020; }

.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.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1281px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1281px) {
    .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.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

@media (min-width: 1281px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1281px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1281px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.35714rem; }

.listItem-brand {
  color: #757575;
  font-size: 1rem;
  margin: 0 0 0.21429rem; }
  @media (min-width: 1025px) {
    .listItem-brand {
      font-size: 18px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 18px;
  margin: 0 0 0.21429rem; }
  @media (min-width: 1025px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 1025px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1281px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 16px;
      padding: 0.57143rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1281px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.78571rem 0 0; } }

@media (min-width: 1281px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1281px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 1025px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }
  @media (max-width: 767px) {
    .productView {
      padding-top: 0; } }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 768px) {
    .productView-images {
      width: 50%;
      padding-right: 15px; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 768px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%;
      padding-left: 15px; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }
  @media (min-width: 1279px) {
    .productView-details {
      padding-left: 55px; } }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #666666;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 1025px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }
  .productView-description .tabs {
    background-color: #F5F5F5;
    width: 100%;
    padding-top: 10px;
    padding-left: calc((100% - 1370px) / 2);
    padding-right: calc((100% - 1370px) / 2); }
  @media (max-width: 1024px) {
    .productView-description {
      margin-bottom: 30px; } }

.detailReviews-block {
  border-top: 1px solid #d5d5d5;
  padding-top: 55px; }
  .detailReviews-block #product-reviews {
    border-top: none; }

#product-reviews.productView-noReviews {
  margin-bottom: 55px; }
  #product-reviews.productView-noReviews .toggle-title {
    margin-bottom: 30px; }

#product-reviews .toggle-title {
  margin-top: 0;
  margin-bottom: 50px; }
  #product-reviews .toggle-title .rw-title {
    color: #1e1e1e;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle; }
  #product-reviews .toggle-title .rw-total {
    color: #505050;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    background-color: whitesmoke;
    padding: 5px 30px;
    min-height: 40px;
    border-radius: 40px;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    text-transform: lowercase;
    line-height: 30px; }
  #product-reviews .toggle-title .productView-reviewLink {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    margin-left: 15px;
    background-color: #be132d;
    padding: 5px 30px;
    min-height: 40px;
    border-radius: 40px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    background-image: none;
    line-height: 30px; }
  #product-reviews .toggle-title .toggleLink svg {
    fill: #202020;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle; }
  #product-reviews .toggle-title .toggleLink .toggleLink-text {
    color: #202020;
    font-size: 16px;
    font-weight: 500;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif; }
  #product-reviews .toggle-title .toggleLink.is-open svg {
    transform: rotate(180deg); }

#product-reviews .productReview {
  width: 100%;
  margin-bottom: 40px; }

#product-reviews .productReview-title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  color: #1e1e1e;
  font-weight: 700; }

#product-reviews .productReview-rating {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-bottom: 10px; }

#product-reviews .productReview-author {
  margin-bottom: 20px; }

#product-reviews .productReview-body {
  font-size: 16px;
  color: #505050;
  font-weight: 400;
  line-height: 1.5; }

@media (max-width: 767px) {
  #product-reviews .toggle-title {
    position: relative; }
    #product-reviews .toggle-title .rw-title {
      display: block;
      margin-bottom: 20px;
      font-size: 18px; }
    #product-reviews .toggle-title .rw-total {
      margin-left: 0; }
    #product-reviews .toggle-title .toggleLink {
      float: none;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1; } }

@media (max-width: 375px) {
  #product-reviews .toggle-title {
    position: relative; }
    #product-reviews .toggle-title .rw-total {
      margin-left: 0;
      display: block;
      margin-bottom: 15px;
      text-align: center; }
    #product-reviews .toggle-title .productView-reviewLink {
      display: block;
      text-align: center;
      margin-left: 0; }
    #product-reviews .toggle-title .toggleLink {
      display: block;
      position: static;
      color: white;
      background-color: #be132d;
      padding: 5px 30px;
      min-height: 40px;
      border-radius: 40px;
      margin-top: 15px;
      text-align: center;
      line-height: 30px; }
      #product-reviews .toggle-title .toggleLink span {
        color: white !important; }
      #product-reviews .toggle-title .toggleLink svg {
        fill: white; } }

.detailProduct-block {
  margin-bottom: 65px;
  border-top: 1px solid #d5d5d5;
  padding-top: 60px; }
  .detailProduct-block .page-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between; }
  .detailProduct-block .productCarousel .slick-track {
    margin-left: initial;
    margin-right: initial; }
  @media (max-width: 767px) {
    .detailProduct-block .page-header {
      display: block; }
      .detailProduct-block .page-header .page-heading {
        display: block;
        margin-right: 0; }
      .detailProduct-block .page-header .view-all {
        display: inline-block;
        text-align: left; } }

.detailProduct-banner {
  text-align: center;
  margin-bottom: 50px; }
  @media (max-width: 1199px) {
    .detailProduct-banner {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .detailProduct-banner {
      margin-bottom: 0; } }

.halo_securityImage {
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .halo_securityImage {
      padding-left: 15px;
      clear: right;
      float: right;
      width: 50%;
      margin-bottom: 80px;
      padding-left: 1rem; } }
  @media (min-width: 1279px) {
    .halo_securityImage {
      padding-left: 55px; } }
  .halo_securityImage .halo_securityDes {
    color: #6e6e6e;
    font-size: 14px;
    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 15px 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; }

/* Start Bundle Product */
.halo-bundle-products {
  padding-top: 30px;
  padding-bottom: 25px;
  margin: 0 0 25px 0;
  border-top: 5px solid #f6f6f6;
  position: relative;
  clear: both; }
  .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: 45px 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%;
      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;
      display: inline-block; }
  .halo-bundle-products .halo-detail-checkbox {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .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='%23202020'/%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-name {
    cursor: pointer;
    min-height: 38px;
    color: #202020;
    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: #202020;
      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: #0a6cdc; }
      .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 auto 0;
    width: 100%;
    color: #000;
    border: 1px solid #CCCCCC;
    background-color: #ffffff;
    padding: 14px 20px;
    text-transform: capitalize;
    font-weight: 500;
    max-width: 150px; }
    .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: #505050;
        font-size: 14px;
        font-weight: 500; }
        .halo-bundle-products .halo-detail-options .form-field > .form-label [data-option-value] {
          color: #505050;
          font-size: 14px;
          font-weight: 400; }
        .halo-bundle-products .halo-detail-options .form-field > .form-label small {
          color: #787878;
          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-detail-options [data-product-attribute="set-radio"] .form-label:after {
      top: 4px; }
  .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: 14px;
      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%;
      font-size: 16px;
      font-weight: 700; }
      @media (min-width: 1200px) {
        .halo-bundle-products .halo-product-total .button {
          min-height: 60px;
          line-height: 32px; } }
  .halo-bundle-products .slick-arrow.slick-prev {
    left: -40px; }
  .halo-bundle-products .slick-arrow.slick-next {
    right: -40px; }
  @media (max-width: 1024px) {
    .halo-bundle-products .slick-arrow {
      display: none; } }
  .halo-bundle-products .slick-dots {
    bottom: -10px; }
  .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: #505050; }
  @media (min-width: 375px) {
    .halo-bundle-products .halo-bundle-products .halo-detail-options {
      width: 320px; } }
  @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% - 290px);
        padding: 0 55px; }
      .halo-bundle-products .bundle-product-right {
        width: 260px;
        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 15px; }
    .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 */
/* Sticky Add To Cart */
#sticky_addtocart {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  padding: 5px 0;
  text-align: center;
  background: white;
  transition: all 0.5s ease;
  box-shadow: none;
  border-top: 1px solid #eaeaea;
  opacity: 0;
  visibility: hidden; }
  #sticky_addtocart > .container {
    position: unset; }
    #sticky_addtocart > .container:before, #sticky_addtocart > .container:after {
      content: none; }
    #sticky_addtocart > .container .item-wrap {
      display: flex;
      position: static;
      align-items: center;
      justify-content: center;
      justify-content: space-between; }
    #sticky_addtocart > .container .item {
      width: 100%;
      padding: 0 10px;
      display: inline-block; }
      #sticky_addtocart > .container .item.product-info {
        width: 70px; }
        @media (max-width: 767px) {
          #sticky_addtocart > .container .item.product-info .product-content {
            display: none; } }
      #sticky_addtocart > .container .item.item-right {
        width: calc(100% - 70px); }
        @media (max-width: 767px) {
          #sticky_addtocart > .container .item.item-right .form {
            justify-content: space-between; }
          #sticky_addtocart > .container .item.item-right .productView-price {
            text-align: left; }
            #sticky_addtocart > .container .item.item-right .productView-price .price-section {
              margin-left: 0; } }
      @media (min-width: 768px) {
        #sticky_addtocart > .container .item.product-info {
          width: calc(100% - 500px); }
        #sticky_addtocart > .container .item.item-right {
          width: 500px; } }
      @media (min-width: 992px) {
        #sticky_addtocart > .container .item {
          padding: 0 15px; } }
      @media (min-width: 1025px) {
        #sticky_addtocart > .container .item.product-info {
          width: 50%; }
        #sticky_addtocart > .container .item.item-right {
          width: 50%; } }
      #sticky_addtocart > .container .item:first-child {
        display: inline-block;
        padding-left: 0; }
        #sticky_addtocart > .container .item:first-child .product-content {
          padding-left: 20px; }
      #sticky_addtocart > .container .item:last-child {
        padding-right: 0; }
        @media (max-width: 550px) {
          #sticky_addtocart > .container .item:last-child {
            padding-left: 0; } }
      #sticky_addtocart > .container .item.has-countDown {
        width: 100%; }
        @media (min-width: 551px) {
          #sticky_addtocart > .container .item.has-countDown {
            width: 60%; } }
        @media (min-width: 768px) {
          #sticky_addtocart > .container .item.has-countDown {
            width: 40%; }
            #sticky_addtocart > .container .item.has-countDown:first-child {
              width: 32%; } }
        @media (min-width: 992px) {
          #sticky_addtocart > .container .item.has-countDown {
            width: 38%; } }
        @media (min-width: 1400px) {
          #sticky_addtocart > .container .item.has-countDown {
            width: 40%; } }
        @media (min-width: 1600px) {
          #sticky_addtocart > .container .item.has-countDown {
            width: 33.33%; } }
      #sticky_addtocart > .container .item.product-info .productView-title {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 500;
        color: #202020;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        overflow: hidden;
        position: relative;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif; }
        @media (min-width: 1025px) {
          #sticky_addtocart > .container .item.product-info .productView-title {
            font-size: 16px; } }
      #sticky_addtocart > .container .item.count-down {
        display: none;
        width: 100%;
        padding-right: 30px; }
        #sticky_addtocart > .container .item.count-down.has-countDown {
          display: none; }
      #sticky_addtocart > .container .item .productCountDown {
        margin: 0;
        text-align: center; }
        #sticky_addtocart > .container .item .productCountDown .CountDownText {
          display: inline-block;
          padding-top: 2px;
          margin-right: 10px;
          background-position-y: -1px; }
        #sticky_addtocart > .container .item .productCountDown .product-count-down {
          display: inline-block; }
      #sticky_addtocart > .container .item .countDowntimer2 .clock-item {
        background: none;
        border: none;
        padding: 0;
        color: #202020;
        margin-bottom: 0;
        display: inline-block; }
      #sticky_addtocart > .container .item.item-right {
        text-align: right; }
        #sticky_addtocart > .container .item.item-right .productView-price {
          margin-top: 5px;
          margin-bottom: 0;
          margin-right: 15px;
          line-height: 1rem;
          display: none; }
          @media (min-width: 768px) {
            #sticky_addtocart > .container .item.item-right .productView-price {
              display: inline-block; } }
          @media (min-width: 1281px) {
            #sticky_addtocart > .container .item.item-right .productView-price {
              margin-right: 30px; } }
          #sticky_addtocart > .container .item.item-right .productView-price .price-section {
            margin-bottom: 0;
            font-size: 16px; }
            @media (max-width: 550px) {
              #sticky_addtocart > .container .item.item-right .productView-price .price-section {
                font-size: 14px; } }
            #sticky_addtocart > .container .item.item-right .productView-price .price-section.price-section--saving {
              display: none !important; }
        #sticky_addtocart > .container .item.item-right .item-right-left .productView-price {
          display: block; }
  #sticky_addtocart .productView-countDown {
    display: none; }
    @media (min-width: 1025px) {
      #sticky_addtocart .productView-countDown {
        display: inline-block;
        margin-right: 5px; }
        #sticky_addtocart .productView-countDown > .countDownDate {
          box-shadow: none;
          border: none; }
        #sticky_addtocart .productView-countDown .block-time {
          width: 55px;
          height: 55px;
          font-size: 14px;
          line-height: 20px;
          font-weight: 600;
          text-align: center;
          display: inline-block;
          vertical-align: middle;
          border-radius: 50%;
          padding: 10px 0 11px 0;
          margin: 0 5px 5px 5px;
          position: relative; }
          #sticky_addtocart .productView-countDown .block-time:after {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            content: "";
            display: block;
            opacity: 0.6;
            position: absolute;
            border-radius: 50%;
            border: 1px solid #ebebeb; }
          #sticky_addtocart .productView-countDown .block-time:first-child {
            margin-left: 0; }
          #sticky_addtocart .productView-countDown .block-time:last-child {
            margin-right: 0; }
        #sticky_addtocart .productView-countDown .num {
          font-size: 16px;
          line-height: 1; }
        #sticky_addtocart .productView-countDown .block-label {
          font-size: 12px;
          margin: 0;
          text-transform: capitalize; } }
  #sticky_addtocart .product-wrapper {
    display: table;
    text-align: left; }
    #sticky_addtocart .product-wrapper > .product-image {
      display: table-cell;
      vertical-align: middle;
      width: 60px; }
      @media (min-width: 1025px) {
        #sticky_addtocart .product-wrapper > .product-image {
          width: 80px; } }
    #sticky_addtocart .product-wrapper > .product-content {
      display: table-cell;
      vertical-align: middle;
      padding-left: 10px; }
    #sticky_addtocart .product-wrapper .productView-price {
      font-size: 12px;
      margin-bottom: 0; }
      #sticky_addtocart .product-wrapper .productView-price .price-section {
        font-size: 12px; }
  #sticky_addtocart .form-field--increments {
    margin: 0px 15px 0 0;
    font-size: 0;
    display: inline-block; }
    @media (max-width: 480px) {
      #sticky_addtocart .form-field--increments {
        display: none; } }
    #sticky_addtocart .form-field--increments .form-increment .form-input--incrementTotal {
      height: 40px;
      line-height: 1; }
      @media (min-width: 1025px) {
        #sticky_addtocart .form-field--increments .form-increment .form-input--incrementTotal {
          height: 48px; } }
    #sticky_addtocart .form-field--increments .form-increment .button[data-action="inc"] {
      top: 11px; }
    #sticky_addtocart .form-field--increments .form-increment .button[data-action="dec"] {
      bottom: 11px; }
    @media (max-width: 1024px) {
      #sticky_addtocart .form-field--increments .form-increment .button[data-action="inc"] {
        top: 8px; }
      #sticky_addtocart .form-field--increments .form-increment .button[data-action="dec"] {
        bottom: 8px; } }
    #sticky_addtocart .form-field--increments .form-label {
      display: none; }
  #sticky_addtocart .form-action {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    height: 40px; }
    @media (min-width: 551px) {
      #sticky_addtocart .form-action {
        min-width: 160px;
        max-width: 200px; } }
    @media (min-width: 1025px) {
      #sticky_addtocart .form-action {
        height: 48px; } }
    #sticky_addtocart .form-action input {
      margin-bottom: 0;
      width: 100%; }
    #sticky_addtocart .form-action .button {
      width: 100%;
      margin: 0;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      opacity: 1;
      visibility: visible;
      z-index: 5;
      padding: 12px 10px;
      text-transform: none;
      font-weight: 500;
      border-color: #505050;
      background: white;
      color: #202020; }
      #sticky_addtocart .form-action .button:hover, #sticky_addtocart .form-action .button:active {
        color: white;
        background-color: #e10600;
        border-color: #fd6506; }
      @media (min-width: 1025px) {
        #sticky_addtocart .form-action .button {
          min-height: 48px;
          line-height: 22px; } }
      #sticky_addtocart .form-action .button.is-active {
        opacity: 0;
        visibility: hidden; }
  #sticky_addtocart .show_select_options {
    color: black;
    border: 1px solid #cbcbcb;
    background-color: rgba(0, 0, 255, 0);
    min-width: 209px;
    font-size: 12px;
    line-height: 24px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 3px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: "Poppins", Arial, Helvetica, sans-serif; }
  #sticky_addtocart .form {
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    height: 40px; }
    @media (min-width: 1025px) {
      #sticky_addtocart .form {
        height: 48px; } }
    #sticky_addtocart .form .pop-up-option {
      left: 0;
      right: 0;
      bottom: 100%;
      width: 100%;
      z-index: 1;
      position: absolute;
      text-align: left;
      background: #ffffff;
      opacity: 0;
      overflow: visible;
      visibility: hidden;
      transition: all .3s ease;
      box-shadow: none;
      border-top: 1px solid #eaeaea;
      border-bottom: 1px solid #eaeaea; }
      @media (min-width: 551px) {
        #sticky_addtocart .form .pop-up-option {
          padding: 10px 0 0; } }
      #sticky_addtocart .form .pop-up-option.is-open {
        visibility: visible;
        opacity: 1; }
      #sticky_addtocart .form .pop-up-option > .container {
        position: relative; }
      #sticky_addtocart .form .pop-up-option .data-product-name {
        display: block;
        padding-top: 10px;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f8f8f8; }
        @media (min-width: 551px) {
          #sticky_addtocart .form .pop-up-option .data-product-name {
            display: none; } }
        #sticky_addtocart .form .pop-up-option .data-product-name .productView-title {
          font-size: 14px;
          font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
          font-weight: 500;
          color: #202020;
          margin-bottom: 0px; }
        #sticky_addtocart .form .pop-up-option .data-product-name .productView-price {
          display: inline-block;
          height: auto;
          line-height: unset; }
      #sticky_addtocart .form .pop-up-option .data-product-option {
        font-size: 0;
        display: block;
        width: 100%;
        max-height: 300px; }
        #sticky_addtocart .form .pop-up-option .data-product-option .form-option-expanded {
          display: none; }
        @media (min-width: 551px) {
          #sticky_addtocart .form .pop-up-option .data-product-option {
            position: relative; } }
      #sticky_addtocart .form .pop-up-option .form-field {
        width: 100%;
        font-size: 12px;
        margin: 0 0 8px 0;
        display: block;
        vertical-align: top;
        position: relative;
        font-size: 0; }
        @media (min-width: 551px) {
          #sticky_addtocart .form .pop-up-option .form-field {
            display: inline-block;
            vertical-align: top;
            width: 49%; }
            #sticky_addtocart .form .pop-up-option .form-field:nth-child(even) {
              padding-left: 15px; }
            #sticky_addtocart .form .pop-up-option .form-field:nth-child(odd) {
              padding-right: 15px; } }
        #sticky_addtocart .form .pop-up-option .form-field .form-label {
          display: inline-block;
          width: 100%;
          margin-bottom: 7px;
          font-weight: 400;
          color: #505050; }
          @media (min-width: 551px) {
            #sticky_addtocart .form .pop-up-option .form-field .form-label {
              display: inline-block;
              vertical-align: middle; } }
          #sticky_addtocart .form .pop-up-option .form-field .form-label > small {
            float: none; }
          #sticky_addtocart .form .pop-up-option .form-field .form-label span {
            color: #202020; }
          #sticky_addtocart .form .pop-up-option .form-field .form-label.form-label--alternate {
            margin-bottom: 12px; }
        #sticky_addtocart .form .pop-up-option .form-field > .form-checkbox + .form-label {
          display: inline;
          width: auto; }
        #sticky_addtocart .form .pop-up-option .form-field[data-product-attribute] .form-option {
          display: inline-block;
          vertical-align: middle; }
        #sticky_addtocart .form .pop-up-option .form-field .form-select {
          max-width: 530px; }
      #sticky_addtocart .form .pop-up-option .close {
        font-size: 14px;
        color: #ffffff;
        position: absolute;
        right: 15px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: 50%;
        transform: translateY(-50%);
        opacity: 1;
        background: #fff;
        filter: alpha(opacity=100);
        text-align: center;
        font-weight: 600;
        z-index: 10;
        background-color: #7f7f7f;
        border-radius: 5px; }
    #sticky_addtocart .form .alertBox--error {
      min-width: 200px;
      margin: 0;
      opacity: 0.65;
      width: 100%;
      color: #fff;
      border-radius: 0;
      text-align: center;
      padding: 10px 25px;
      pointer-events: none;
      background-color: #505050;
      border: 1px solid #505050;
      border-radius: 40px; }
      #sticky_addtocart .form .alertBox--error .alertBox-icon {
        display: none; }
      #sticky_addtocart .form .alertBox--error .alertBox-message {
        font-size: 13px;
        line-height: 20px;
        text-transform: uppercase;
        letter-spacing: 0.05rem;
        font-weight: 700;
        padding: 0;
        text-align: center;
        display: block; }

.show_sticky#sticky_addtocart {
  z-index: 9992;
  opacity: 1;
  visibility: visible; }

/* End Sticky Add To Cart */
.productView-description .tabContent {
  line-height: 1.75;
  font-size: 16px; }
  .productView-description .tabContent p {
    margin-bottom: 40px; }

.description-banner ul {
  margin-bottom: 20px; }
  .description-banner ul li {
    padding: 5px 0; }

.description-center {
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 915px;
  font-size: 18px;
  font-style: italic; }

.banner-custom-top {
  font-size: 0;
  margin-bottom: 65px; }
  .banner-custom-top .banner-image {
    width: 72%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding-right: 15px; }
  .banner-custom-top .content {
    width: 28%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding-left: 15px;
    font-style: italic; }

.banner-custom-middle {
  font-size: 0;
  margin-bottom: 65px; }
  .banner-custom-middle .content {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding-right: 15px; }
  .banner-custom-middle .banner-image {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding-left: 15px; }

.banner-custom-bottom {
  font-size: 0;
  margin-bottom: 65px; }
  .banner-custom-bottom .banner-image {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding-right: 15px; }
  .banner-custom-bottom .content {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding-left: 15px; }
    .banner-custom-bottom .content ul {
      list-style: auto; }

@media (min-width: 1200px) {
  .banner-custom-middle .content {
    padding-right: 110px; }
  .banner-custom-bottom .content {
    padding-left: 110px; } }

@media (max-width: 767px) {
  .banner-custom-top,
  .banner-custom-middle,
  .banner-custom-bottom {
    margin-bottom: 0; }
    .banner-custom-top .banner-image,
    .banner-custom-middle .banner-image,
    .banner-custom-bottom .banner-image {
      width: 100%;
      margin-bottom: 20px;
      padding-left: 0;
      padding-right: 0; }
    .banner-custom-top .content,
    .banner-custom-middle .content,
    .banner-custom-bottom .content {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
  .productView-description .tabContent p {
    margin-bottom: 25px; } }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: #007dc6;
  content: "";
  display: block;
  height: 3.57143rem;
  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.57143rem;
  z-index: 10; }

.sale-flag-star:before {
  transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star:after {
  transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.starwrap {
  height: 3.57143rem;
  position: absolute;
  top: 12px;
  left: 12px;
  width: 3.57143rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1281px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst {
  color: white;
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 50; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star:before,
.product:hover .starwrap .sale-flag-star:after {
  background: black; }

.sale-flag-side {
  background: #007dc6;
  border-radius: 0 50px 50px 0;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.product:hover .sale-flag-side {
  background: black; }

.sale-flag-sash {
  background: #007dc6;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  left: -25px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 8.5rem;
  z-index: 10; }

.listItem-figure .sale-flag-sash {
  top: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash {
      top: 19px;
      left: -20px; } }
  @media (min-width: 1281px) {
    .listItem-figure .sale-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible;
  height: 32px;
  width: 32px; }
  [data-product-attribute] .form-option.form-option-swatch.two-colors {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    [data-product-attribute] .form-option.form-option-swatch.two-colors .form-option-variant + .form-option-variant {
      position: absolute;
      top: 17px;
      left: 0;
      height: 19px;
      width: 38px;
      border-bottom-left-radius: 100px;
      border-bottom-right-radius: 100px;
      margin-top: 0;
      display: inline-block; }
  [data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant:nth-child(2) {
    height: 12px;
    border-radius: 3px;
    top: 12px;
    z-index: 2; }
  [data-product-attribute] .form-option.form-option-swatch.three-colors .form-option-variant:last-child {
    height: 19px;
    top: 16px; }

.form-option-variant--none {
  height: 32px;
  overflow: hidden; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 100%;
  width: 100%; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #474747;
  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; }

.account {
  margin-bottom: 1.5rem; }

.account--fixed {
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 1025px) {
    .account--fixed {
      margin: 0 auto;
      width: 100%; } }

@media (min-width: 1025px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 1025px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0 -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: #202020;
    font-weight: 500; }
    .account-body .form-label small {
      color: #787878;
      font-size: 12px;
      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: 100%; }
      @media (min-width: 551px) {
        .account-body .form-actions .button {
          max-width: 241px; } }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 1025px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 1025px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1025px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none;
  display: inline; }

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

.halo-popup {
  position: fixed;
  left: 0px;
  bottom: 0;
  transition: all .3s ease;
  z-index: 9991;
  width: 100%; }

.halo-overlay-background {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  z-index: 21;
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  transition: opacity .5s ease;
  background-color: rgba(47, 47, 47, 0.6); }
  .halo-open-sidebar .halo-overlay-background,
  .halo-open-account .halo-overlay-background,
  .halo-open-side-cart .halo-overlay-background,
  .has-background-menu .halo-overlay-background,
  .has-activeNavPages .halo-overlay-background,
  .halo-open-search .halo-overlay-background,
  .has-bgQuickSearch .halo-overlay-background {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    z-index: 9995; }
  .has-activeModal .halo-overlay-background {
    z-index: 9997; }
  .halo-open-sidebar .halo-overlay-background {
    z-index: 9995; }
  .halo-open-side-cart .halo-overlay-background {
    z-index: 9996; }
    @media (max-width: 1024px) {
      .halo-open-side-cart .halo-overlay-background {
        z-index: 9995; } }
  @media (max-width: 1024px) {
    .halo-open-sidebar .halo-overlay-background {
      z-index: 9996; } }
  @media (max-width: 1024px) {
    .has-activeNavPages .halo-overlay-background {
      z-index: 9996; } }
  .halo-open-search .halo-overlay-background {
    z-index: 9997; }
  .has-bgQuickSearch .halo-overlay-background {
    z-index: 9990; }
  .halo-open-before-you-leave .halo-overlay-background {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    z-index: 9997; }

body.has-bgQuickSearch {
  overflow: hidden; }
  @media (min-width: 1200px) {
    body.has-bgQuickSearch {
      padding-right: 17px; } }

.dropdown--quickSearchSticky {
  display: none;
  position: fixed;
  top: 20vh;
  left: 0;
  right: 0;
  z-index: 9998;
  transition: all 0.5s ease; }
  .dropdown--quickSearchSticky.is-open {
    display: block; }
  .halo-open-search .dropdown--quickSearchSticky {
    display: block; }
  @media (max-width: 1199px) {
    .dropdown--quickSearchSticky .form-field {
      border-radius: 0; }
      .dropdown--quickSearchSticky .form-field #search_category {
        border-radius: 0; }
      .dropdown--quickSearchSticky .form-field .form-input {
        height: 50px; }
    .dropdown--quickSearchSticky.f-open-dropdown ~ header.header .header-mobile .navUser-action--quickSearch svg.icon {
      display: none; }
    .dropdown--quickSearchSticky.f-open-dropdown ~ header.header .header-mobile .navUser-action--quickSearch .close {
      display: inline-block;
      margin-top: 0;
      width: 24px;
      height: 24px; }
    body.has-stickyHeader.body-sticky-up .dropdown--quickSearchSticky.is-open {
      top: 0 !important; }
    body:not(.has-stickyHeader) .dropdown--quickSearchSticky.is-open,
    body.has-stickyHeader.body-sticky-down .dropdown--quickSearchSticky.is-open {
      top: 50px !important; }
    body:not(.has-stickyHeader).has-stickyToolbar .dropdown--quickSearchSticky.is-open,
    body.has-stickyHeader.body-sticky-down.has-stickyToolbar .dropdown--quickSearchSticky.is-open {
      top: 109px !important; } }
  @media (max-width: 550px) {
    .dropdown--quickSearchSticky {
      left: 0;
      right: 0;
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0); } }

.halo-mobile {
  position: fixed;
  top: 0px;
  bottom: 0;
  left: auto;
  right: -102%;
  padding: 12px 20px 30px 20px;
  width: 400px;
  max-width: -moz-calc(100vw - 40px);
  max-width: -webkit-calc(100vw - 40px);
  max-width: -ms-calc(100vw - 40px);
  max-width: calc(100vw - 40px);
  background: white;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  z-index: 9996;
  height: 100%; }
  @media (min-width: 551px) {
    .halo-mobile {
      padding: 20px 30px 30px 30px; } }
  @media (max-width: 1024px) {
    .halo-mobile.halo-mobile-menu {
      z-index: 9997; } }
  .halo-mobile.halo-mobile-cart {
    z-index: 9997;
    width: 500px; }
    @media (max-width: 360px) {
      .halo-mobile.halo-mobile-cart {
        max-width: 100%; } }
    .halo-mobile.halo-mobile-cart .loadingOverlay {
      left: 0;
      right: 0;
      width: 100%; }
    .halo-mobile.halo-mobile-cart #cart-preview-dropdown {
      position: relative;
      min-height: 100%; }
    .halo-mobile.halo-mobile-cart#cart-mobile {
      z-index: 9999; }
  .halo-mobile .navUser-action {
    color: #505050; }

.halo-close-2 {
  font-size: 34px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background: #202020;
  color: white;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  position: absolute;
  right: -40px;
  top: 0px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 2; }
  .halo-close-2:hover, .halo-close-2:active, .halo-close-2:focus {
    background: #202020;
    color: white; }

.halo-mobile-menu {
  left: -102%;
  right: auto;
  width: 370px;
  max-width: -moz-calc(100vw - 40px);
  max-width: -webkit-calc(100vw - 40px);
  max-width: -ms-calc(100vw - 40px);
  max-width: calc(100vw - 40px);
  padding: 0; }
  .halo-mobile-menu .navPages-container {
    box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0;
    -webkit-box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0;
    -moz-box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0;
    -ms-box-shadow: rgba(50, 50, 50, 0.2) 0 0 20px 0;
    position: relative;
    z-index: 1; }

.has-activeNavPages .halo-mobile-menu {
  left: 0; }

.halo-open-side-cart .halo-mobile-cart {
  right: 0; }

.side-dropdown-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  margin-bottom: 19px;
  color: #202020;
  width: 100%;
  display: block;
  margin-top: 5px;
  padding-top: 10px; }
  .side-dropdown-title .qty {
    font-size: 1rem;
    font-weight: 400;
    text-transform: none;
    color: #505050;
    margin-left: 11px; }

.halo-open-account .halo-mobile-account {
  right: 0; }

.halo-open-account .login-dropdown .login-dropdown-desc {
  font-size: 1rem;
  color: #505050;
  margin-bottom: 22px; }
  @media (min-width: 551px) {
    .halo-open-account .login-dropdown .login-dropdown-desc {
      font-size: 16px; } }

.halo-open-account .login-dropdown .navPages-list {
  display: inline-block;
  width: 100%;
  padding-top: 15px; }
  @media (min-width: 1025px) {
    .halo-open-account .login-dropdown .navPages-list {
      padding-top: 10px; } }
  .halo-open-account .login-dropdown .navPages-list > .navPages-item {
    width: 100%; }
    .halo-open-account .login-dropdown .navPages-list > .navPages-item > .navPages-action {
      padding: 6px 0px;
      line-height: 24px; }
      @media (min-width: 1025px) {
        .halo-open-account .login-dropdown .navPages-list > .navPages-item > .navPages-action {
          padding: 6px 20px; } }
      .halo-open-account .login-dropdown .navPages-list > .navPages-item > .navPages-action > .text {
        color: #505050;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-transform: capitalize;
        font-weight: 400;
        letter-spacing: 0; }
    .halo-open-account .login-dropdown .navPages-list > .navPages-item:hover > .navPages-action > .text {
      color: #202020;
      text-decoration: underline;
      text-underline-offset: 2px;
      text-decoration-color: rgba(32, 32, 32, 0.7); }
    .halo-open-account .login-dropdown .navPages-list > .navPages-item:last-child {
      padding-left: 0; }
      @media (min-width: 1025px) {
        .halo-open-account .login-dropdown .navPages-list > .navPages-item:last-child {
          padding-left: 15px; } }
      .halo-open-account .login-dropdown .navPages-list > .navPages-item:last-child:before {
        display: none; }

.halo-open-account .login-dropdown.customer {
  padding-bottom: 0; }

.halo-open-account .login-dropdown .login-content {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px; }

.halo-open-account .login-form-popup {
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px; }
  .halo-open-account .login-form-popup .form-field {
    margin-bottom: 20px; }
    .halo-open-account .login-form-popup .form-field .form-label small {
      float: none;
      color: #202020;
      font-size: 1rem; }
  .halo-open-account .login-form-popup .form-actions {
    margin-top: 15px;
    text-align: center; }
    .halo-open-account .login-form-popup .form-actions .button {
      width: 100%;
      margin-bottom: 22px; }
      .halo-open-account .login-form-popup .form-actions .button + .forgot-password {
        margin-left: 0;
        margin-bottom: 14px;
        color: #0a6cdc;
        background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, 0.4) 4%);
        background-repeat: repeat-x;
        background-position-y: -2px;
        float: none;
        width: auto;
        font-size: 16px;
        margin-top: 0; }

.halo-open-account .new-customer {
  width: 100%;
  margin-bottom: 20px;
  padding: 0; }
  .halo-open-account .new-customer .login-dropdown-desc {
    margin-bottom: 28px; }
  .halo-open-account .new-customer .button {
    width: 100%; }

.halo-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 101;
  padding: 0;
  font-size: 26px;
  font-weight: 300;
  font-family: "Rubik", sans-serif;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  color: white; }
  .halo-close:hover, .halo-close:active, .halo-close:focus {
    background: black;
    color: white; }
  @media (min-width: 1025px) {
    .halo-close {
      top: 30px;
      right: 30px; } }

/* Newsletter Popup */
#halo-newsletter-popup {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 9995;
  max-width: 460px;
  max-height: 82vh;
  overflow-y: auto;
  background: white;
  border-radius: 0 0 7px 7px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
  -ms-box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
  display: none; }
  .has-newsletter #halo-newsletter-popup {
    display: block; }
  @media (min-width: 551px) {
    #halo-newsletter-popup {
      right: 15px;
      bottom: 15px; } }
  @media (min-width: 1025px) {
    #halo-newsletter-popup {
      right: 30px;
      bottom: 30px;
      z-index: 9998; } }
  #halo-newsletter-popup .newsletter-popup-inner [data-close-newsletter-popup] {
    position: absolute;
    top: 13px;
    right: 15px;
    z-index: 5;
    padding: 0;
    font-size: 26px;
    font-weight: 300;
    font-family: "Rubik", sans-serif;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    color: black; }
    @media (min-width: 551px) {
      #halo-newsletter-popup .newsletter-popup-inner [data-close-newsletter-popup] {
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.5);
        color: white; } }
  #halo-newsletter-popup .newsletter-popup-inner .newsletter-image {
    display: none; }
    @media (min-width: 768px) {
      #halo-newsletter-popup .newsletter-popup-inner .newsletter-image {
        display: block; } }
  #halo-newsletter-popup .newsletter-popup-inner .newsletter-content {
    padding: 25px 20px 20px 20px;
    text-align: center; }
    @media (min-width: 768px) {
      #halo-newsletter-popup .newsletter-popup-inner .newsletter-content {
        padding: 30px; } }
    #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .newsletter-heading {
      margin-top: 0;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 700;
      font-style: italic;
      text-align: center;
      line-height: 26px;
      margin-bottom: 17px; }
      #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .newsletter-heading.has-summary {
        margin-bottom: 13px; }
    #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .newsletter-message {
      margin: 0 auto 22px auto;
      display: inline-block;
      text-align: center;
      font-size: 16px; }
      @media (min-width: 551px) {
        #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .newsletter-message {
          max-width: 325px;
          margin: 0 auto 28px auto; } }
    #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .form-input, #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .button {
      width: 100%;
      border-radius: 40px;
      text-align: center; }
    #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .form-input {
      background: whitesmoke;
      border: none;
      font-size: 16px;
      text-transform: lowercase; }
      #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .form-input::-webkit-input-placeholder {
        text-transform: none; }
      #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .form-input::-moz-placeholder {
        text-transform: none; }
      #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .form-input:-ms-input-placeholder {
        text-transform: none; }
      #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .form-input:-moz-placeholder {
        text-transform: none; }
    #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .button {
      margin-top: 15px; }
    #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .form {
      margin-bottom: 0; }
      #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .form .form-field {
        margin-bottom: 20px; }
        @media (min-width: 551px) {
          #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .form .form-field {
            margin-bottom: 25px; } }
    #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .no-thanks {
      text-align: center; }
      #halo-newsletter-popup .newsletter-popup-inner .newsletter-content .no-thanks > a {
        color: #505050;
        background-image: linear-gradient(transparent 96%, rgba(80, 80, 80, 0.3) 4%);
        background-repeat: repeat-x;
        background-position-y: -2px;
        font-size: 16px; }

/* Popup Someone Purchased */
#recently_bought_list {
  width: 100%;
  z-index: 1;
  position: relative; }
  @media (min-width: 551px) {
    #recently_bought_list {
      max-width: 442px;
      margin-left: 15px;
      margin-bottom: 15px; }
      #recently_bought_list.has-cookie {
        margin-bottom: 105px; } }
  @media (min-width: 1025px) {
    #recently_bought_list {
      position: absolute;
      left: 30px;
      bottom: 100%;
      margin-left: 0;
      margin-bottom: 30px; } }
  #recently_bought_list .halo-recently-bought {
    min-height: 80px;
    background: white;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
    -ms-box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
    animation-duration: 0.5s; }
    @media (min-width: 551px) {
      #recently_bought_list .halo-recently-bought {
        min-height: 100px;
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        border-radius: 7px; } }
    #recently_bought_list .halo-recently-bought [data-close-recently-bought] {
      position: absolute;
      background: transparent;
      color: black;
      width: 12px;
      height: 12px;
      line-height: 12px;
      top: 15px;
      right: 15px;
      font-size: 26px;
      font-family: "Rubik", sans-serif;
      font-weight: 300; }
  #recently_bought_list .recently-bought-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    #recently_bought_list .recently-bought-inner .product-image {
      width: 80px;
      display: inline-block;
      position: relative; }
      @media (min-width: 551px) {
        #recently_bought_list .recently-bought-inner .product-image {
          width: 100px;
          display: inline-block;
          padding: 20px 0 20px 20px; } }
    #recently_bought_list .recently-bought-inner .product-info {
      width: calc(100% - 80px);
      padding: 8px 35px 7px 10px;
      line-height: 20px; }
      @media (min-width: 361px) {
        #recently_bought_list .recently-bought-inner .product-info {
          padding: 8px 40px 7px 20px; } }
      @media (min-width: 551px) {
        #recently_bought_list .recently-bought-inner .product-info {
          padding: 20px 40px 13px 20px;
          width: calc(100% - 100px); } }
      #recently_bought_list .recently-bought-inner .product-info .text-wrap {
        display: inline-block;
        width: 100%;
        color: #505050;
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 5px; }
        @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 {
          display: block;
          margin-bottom: 7px;
          color: #505050; }
      #recently_bought_list .recently-bought-inner .product-info .product-name {
        display: inline;
        font-size: 16px;
        font-weight: 400;
        font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
        font-weight: 500;
        line-height: 20px; }
        @media (min-width: 551px) {
          #recently_bought_list .recently-bought-inner .product-info .product-name {
            line-height: 24px; } }
        #recently_bought_list .recently-bought-inner .product-info .product-name a {
          color: #0a6cdc;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          overflow: hidden;
          position: relative;
          word-wrap: break-word;
          -webkit-line-clamp: 1; }
          #recently_bought_list .recently-bought-inner .product-info .product-name a > span {
            background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, 0.7) 3%);
            background-repeat: repeat-x;
            background-position-y: -1px; }
      #recently_bought_list .recently-bought-inner .product-info .location-info {
        font-size: 1rem;
        color: gray;
        display: -webkit-box; }
        @media (max-width: 767px) {
          #recently_bought_list .recently-bought-inner .product-info .location-info {
            -webkit-box-orient: vertical;
            -moz-box-orient: vertical;
            overflow: hidden;
            position: relative;
            word-wrap: break-word;
            -webkit-line-clamp: 1; } }

/* Recently Viewed Bar*/
.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: #172532; }
  .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: 9997;
  background: white;
  transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transition: right .5s ease 0s;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
  -ms-box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0; }
  @media (min-width: 361px) {
    .wrap-icons {
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%); } }
  @media (max-width: 1024px) {
    .wrap-icons {
      z-index: 9994; } }
  .wrap-icons svg {
    width: 20px;
    height: 20px; }
  .wrap-icons .text {
    display: none; }
  .wrap-icons.collapsed {
    right: 0px; }
  .wrap-icons div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    color: white; }
    .wrap-icons div + div {
      border-top: 1px solid #e7e7e7; }
    .wrap-icons div.backtoTop .icon {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }

.recently-viewed-products-sidebar svg {
  fill: #202020; }

.recently-viewed-products-sidebar.slided-up .top {
  opacity: 1;
  visibility: visible;
  height: 52px;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px); }

.recently-viewed-products-sidebar.slided-up .in-content {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  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: 9997;
  user-select: none;
  color: #202020;
  background: white;
  -moz-border-radius: 0 5px 5px;
  -webkit-border-radius: 0 5px 5px;
  -ms-border-radius: 0 5px 5px;
  border-radius: 0 5px 5px;
  transition: right .5s ease 0s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0;
  -ms-box-shadow: rgba(0, 0, 0, 0.1) 0 0 20px 0; }
  @media (max-width: 1024px) {
    .lst-seen-widget {
      z-index: 9994; } }
  .lst-seen-widget:before {
    width: 2px;
    height: 26px;
    content: "";
    top: 1px;
    left: 0px;
    z-index: 1;
    position: absolute;
    background: white; }
  .lst-seen-widget .collapse-icon, .lst-seen-widget .backtoTop, .lst-seen-widget .top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .lst-seen-widget .collapse-icon {
    top: 0;
    width: 20px;
    height: 26px;
    left: -20px;
    cursor: pointer;
    position: absolute;
    background: white;
    border-radius: 5px 0 0 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 0;
    -ms-box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 0; }
    .lst-seen-widget .collapse-icon svg {
      width: 10px;
      height: 10px;
      fill: #202020; }
  .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: 30px;
        height: 30px;
        fill: #202020; }
      .lst-seen-widget .top .cart-icon .countPill {
        top: -5px;
        right: -6px; }
        .homepage-layout-2 .lst-seen-widget .top .cart-icon .countPill {
          background-color: #fd6506;
          color: white; }
  .lst-seen-widget .in-content {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 18px 0 8px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s ease;
    text-align: center; }
    .lst-seen-widget .in-content .title {
      letter-spacing: 0;
      font-size: 1rem;
      padding: 0 5px;
      position: relative;
      margin-top: 0;
      margin-bottom: 28px;
      font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
      font-weight: 500;
      color: #202020;
      line-height: 14px; }
      .lst-seen-widget .in-content .title.no-product {
        margin-bottom: 15px; }
    .lst-seen-widget .in-content .no-products {
      padding: 5px 5px 10px 5px;
      font-size: 12px; }
      .lst-seen-widget .in-content .no-products svg {
        width: 48px;
        height: 48px;
        margin-bottom: 15px;
        opacity: .1; }
    .lst-seen-widget .in-content .product-info {
      position: absolute;
      right: 0px;
      visibility: hidden;
      opacity: 0;
      width: 271px;
      height: 94px;
      margin-top: 0px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      z-index: 1;
      transition: visibility 0s ease 0s, opacity 0.25s linear 0s;
      padding: 14px 0px 14px 15px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      background: white; }
      .lst-seen-widget .in-content .product-info .product-item {
        text-align: left; }
      .lst-seen-widget .in-content .product-info .first {
        width: calc(100% - 80px); }
        .lst-seen-widget .in-content .product-info .first .button {
          padding: 8px 20px; }
      .lst-seen-widget .in-content .product-info .second {
        width: 80px;
        height: 100%;
        cursor: pointer;
        background: transparent;
        text-align: center; }
        .lst-seen-widget .in-content .product-info .second img {
          width: 48px; }
      .lst-seen-widget .in-content .product-info .card-title {
        padding-right: 0;
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 4px; }
        .lst-seen-widget .in-content .product-info .card-title > a {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          display: block;
          text-align: left; }
      .lst-seen-widget .in-content .product-info .card-price {
        margin-bottom: -2px; }
        .lst-seen-widget .in-content .product-info .card-price .price-label {
          display: none; }
        .lst-seen-widget .in-content .product-info .card-price .price {
          font-size: 1rem;
          font-weight: 700;
          font-family: "Montserrat", Arial, Helvetica, sans-serif; }
      .lst-seen-widget .in-content .product-info .price-section--saving {
        display: none; }
      .lst-seen-widget .in-content .product-info .card-figcaption-link {
        color: #0a6cdc;
        background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, 0.5) 4%);
        background-repeat: repeat-x;
        background-position-y: 0px;
        text-transform: capitalize;
        font-size: 1rem;
        font-weight: 500; }
    .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: 70px; }
        .lst-seen-widget .in-content .products-grid .item > a {
          width: 100%;
          display: inline-block; }
        .lst-seen-widget .in-content .products-grid .item img {
          margin: 0 auto;
          display: block;
          max-width: 48px;
          max-height: 61px; }
        .lst-seen-widget .in-content .products-grid .item:hover .recent_item_url.hide {
          display: none; }
      .lst-seen-widget .in-content .products-grid .second-info {
        display: none; }
      .lst-seen-widget .in-content .products-grid .slick-slider .slick-track {
        min-width: 100%;
        position: relative;
        top: 0;
        left: 0;
        display: block; }
      .lst-seen-widget .in-content .products-grid .slick-slider .slick-track, .lst-seen-widget .in-content .products-grid .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      .lst-seen-widget .in-content .products-grid .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0;
        height: auto !important;
        max-height: 91px; }
        @media (min-width: 991px) {
          .lst-seen-widget .in-content .products-grid .slick-list {
            max-height: 182px; } }
        @media (min-width: 1920px) {
          .lst-seen-widget .in-content .products-grid .slick-list {
            max-height: 273px; } }
      .lst-seen-widget .in-content .products-grid .slick-arrow {
        padding: 0;
        height: 13px;
        color: rgba(23, 37, 50, 0.5);
        width: 100%;
        margin: 0;
        transform: none;
        position: relative;
        background-color: transparent;
        border: none; }
        .lst-seen-widget .in-content .products-grid .slick-arrow:before {
          height: 0.85714rem;
          width: 0.85714rem; }
        .lst-seen-widget .in-content .products-grid .slick-arrow.slick-prev {
          left: 0;
          top: -15px; }
          .lst-seen-widget .in-content .products-grid .slick-arrow.slick-prev:before {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-up' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-up fa-w-14 fa-2x'%3e%3cpath fill='currentColor' d='M4.465 366.475l7.07 7.071c4.686 4.686 12.284 4.686 16.971 0L224 178.053l195.494 195.493c4.686 4.686 12.284 4.686 16.971 0l7.07-7.071c4.686-4.686 4.686-12.284 0-16.97l-211.05-211.051c-4.686-4.686-12.284-4.686-16.971 0L4.465 349.505c-4.687 4.686-4.687 12.284 0 16.97z' class=''%3e%3c/path%3e%3c/svg%3e");
            background-position: 50%; }
        .lst-seen-widget .in-content .products-grid .slick-arrow.slick-next {
          right: 0;
          top: initial;
          bottom: 8px; }
          .lst-seen-widget .in-content .products-grid .slick-arrow.slick-next:before {
            background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='chevron-down' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-down fa-w-14 fa-2x'%3e%3cpath fill='currentColor' d='M443.5 162.6l-7.1-7.1c-4.7-4.7-12.3-4.7-17 0L224 351 28.5 155.5c-4.7-4.7-12.3-4.7-17 0l-7.1 7.1c-4.7 4.7-4.7 12.3 0 17l211 211.1c4.7 4.7 12.3 4.7 17 0l211-211.1c4.8-4.7 4.8-12.3.1-17z' class=''%3e%3c/path%3e%3c/svg%3e");
            background-position: 50%; }
  .lst-seen-widget .backtoTop .icon {
    font-size: 16px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    fill: #172532; }
  .lst-seen-widget .backtoTop .text {
    color: #172532;
    font-size: 12px;
    font-weight: 500;
    margin-left: 5px;
    text-transform: uppercase; }
  .lst-seen-widget.is-show-widget {
    right: 10px; }
    @media (min-width: 1025px) {
      .lst-seen-widget.is-show-widget {
        right: 30px; } }

/* Back To Top */
#back-to-top {
  bottom: 54%;
  right: 15px;
  z-index: 99;
  padding: 3px;
  font-size: 0;
  display: none;
  cursor: pointer;
  position: fixed;
  overflow: hidden;
  text-align: center;
  border-radius: 0;
  line-height: 1;
  transition: all 0.3s ease;
  color: #202020;
  background-color: white;
  border: 1px solid #202020; }
  @media (min-width: 321px) {
    #back-to-top {
      bottom: 42%; } }
  @media (min-width: 361px) {
    #back-to-top {
      bottom: 40%; } }
  @media (min-width: 551px) {
    #back-to-top {
      bottom: 25%; } }
  #back-to-top a {
    display: block; }
  @media (min-width: 1025px) {
    #back-to-top {
      bottom: 40%;
      right: 30px; } }
  #back-to-top .icon {
    fill: #202020;
    width: 32px;
    height: 32px;
    display: block;
    transform: rotate(-180deg); }
  #back-to-top.is-visible {
    display: block; }
  #back-to-top:hover {
    color: white;
    background-color: #be132d;
    border: 1px solid #be132d; }
    #back-to-top:hover .icon {
      fill: white; }

/* Before You Leave Popup */
.before-you-leave {
  position: fixed;
  top: 0;
  right: -101%;
  bottom: 0;
  width: 470px;
  max-width: 100vw;
  background: #fff;
  transition: all .5s ease 0s;
  z-index: 10001; }
  @media (min-width: 361px) {
    .before-you-leave {
      max-width: calc(100vw - 40px); } }
  .halo-open-before-you-leave .before-you-leave {
    right: 0;
    display: block; }
  .before-you-leave.show {
    right: 0; }
  .before-you-leave .before-you-leave-inner {
    height: 100%; }
  .before-you-leave .logo {
    text-align: center;
    padding: 19px 15px; }
    @media (min-width: 1025px) {
      .before-you-leave .logo {
        padding: 19px 30px; } }
    .before-you-leave .logo img {
      max-height: 34px; }
  .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;
      z-index: 1;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .before-you-leave .before-you-leave-banner .content {
    width: 100%;
    padding: 20px 15px 15px 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 1;
    position: relative; }
    @media (min-width: 1025px) {
      .before-you-leave .before-you-leave-banner .content {
        padding: 30px 30px 30px 30px; } }
    .before-you-leave .before-you-leave-banner .content .content-inner {
      width: 100%;
      padding: 0 10%;
      margin-bottom: 10px;
      text-align: center; }
      @media (min-width: 551px) {
        .before-you-leave .before-you-leave-banner .content .content-inner {
          padding: 0 12%;
          margin-bottom: 12px; } }
      .before-you-leave .before-you-leave-banner .content .content-inner * {
        color: white;
        width: 100%; }
    .before-you-leave .before-you-leave-banner .content h3 {
      line-height: 26px;
      font-size: 24px;
      text-transform: uppercase; }
      @media (min-width: 551px) {
        .before-you-leave .before-you-leave-banner .content h3 {
          font-size: 26px;
          line-height: 34px; } }
      @media (min-width: 1025px) {
        .before-you-leave .before-you-leave-banner .content h3 {
          font-size: 30px;
          line-height: 38px; } }
    .before-you-leave .before-you-leave-banner .content .title {
      margin-bottom: 12px;
      line-height: 26px;
      font-size: 24px;
      font-weight: 700;
      text-transform: capitalize;
      margin-top: 14px; }
      @media (min-width: 551px) {
        .before-you-leave .before-you-leave-banner .content .title {
          font-size: 26px;
          line-height: 34px; } }
      @media (min-width: 1025px) {
        .before-you-leave .before-you-leave-banner .content .title {
          font-size: 30px;
          line-height: 38px; } }
    .before-you-leave .before-you-leave-banner .content .desc1 {
      font-size: 16px; }
    .before-you-leave .before-you-leave-banner .content .heading1 {
      margin-bottom: 30px; }
      .before-you-leave .before-you-leave-banner .content .heading1 span {
        background-image: linear-gradient(transparent 90%, #fdc525 10%);
        background-repeat: repeat-x;
        background-position-y: 0px;
        padding-bottom: 6px; }
    .before-you-leave .before-you-leave-banner .content p {
      letter-spacing: .02em;
      margin-bottom: 12px;
      line-height: 1.57143rem; }
    .before-you-leave .before-you-leave-banner .content .desc2 {
      margin-bottom: 18px;
      font-size: 16px;
      line-height: 22px; }
      @media (min-width: 551px) {
        .before-you-leave .before-you-leave-banner .content .desc2 {
          line-height: 24px; } }
    .before-you-leave .before-you-leave-banner .content .button {
      width: 100%;
      max-width: 297px; }
      .homepage-layout-2 .before-you-leave .before-you-leave-banner .content .button:hover {
        background: transparent;
        border-color: white;
        color: white; }
  .before-you-leave .before-you-leave-tab .tabs-wrapper {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 15px;
    font-size: 0;
    display: inline-block;
    width: 100%; }
    @media (min-width: 1025px) {
      .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;
    float: left; }
    .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: 13px 10px 14px 10px;
        font-family: "DM Sans", Arial, Helvetica, sans-serif;
        font-size: 1rem;
        font-weight: 500;
        color: #202020;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        text-transform: capitalize;
        letter-spacing: 0;
        margin: 0;
        border-bottom: none; }
        .before-you-leave .before-you-leave-tab .tabs .tab .tab-title .count {
          width: 23px;
          height: 23px;
          line-height: 23px;
          background: #b7b7b7;
          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-size: 12px; }
      .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: #be132d;
          color: white; }
      .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 .search {
    float: right;
    list-style: none; }
    .before-you-leave .before-you-leave-tab .search .search-icon {
      position: relative;
      z-index: 6;
      display: inline-block; }
      .before-you-leave .before-you-leave-tab .search .search-icon .icon-search {
        height: 1.85714rem;
        width: 1.85714rem;
        fill: black;
        margin-top: 12px; }
      .before-you-leave .before-you-leave-tab .search .search-icon .icon-close {
        display: none;
        font-size: 40px;
        font-family: "Rubik", sans-serif;
        font-weight: 300;
        width: 19px;
        height: 18px;
        line-height: 18px;
        color: black;
        margin-top: 15px; }
      .before-you-leave .before-you-leave-tab .search .search-icon:hover {
        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 + .dropdown--quickSearch {
        display: block; }
    .before-you-leave .before-you-leave-tab .search .form {
      margin-bottom: 0;
      margin-left: 0;
      width: calc(100% - 48px); }
      @media (min-width: 1025px) {
        .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;
        display: flex;
        flex-flow: row nowrap;
        align-items: stretch;
        border-radius: 40px; }
        .before-you-leave .before-you-leave-tab .search .form .form-field .form-input {
          border-right: 1px solid #eaeaea;
          height: 50px;
          border-bottom: none;
          padding: 15px 50px 15px 15px;
          border-radius: 0; }
          @media (min-width: 1025px) {
            .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;
        height: 26px; }
        @media (min-width: 1025px) {
          .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: black;
          height: 1.85714rem;
          width: 1.85714rem; }
    .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch {
      position: absolute;
      top: 0;
      left: 0px;
      z-index: 5;
      display: none; }
      .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .container {
        padding: 0; }
      .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .quickSearchResults {
        position: relative;
        left: auto;
        box-shadow: none;
        padding: 30px;
        overflow-y: unset;
        max-height: unset; }
        .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .quickSearchResults .quickSearch-wrapper {
          padding: 0px; }
      .before-you-leave .before-you-leave-tab .search .dropdown--quickSearch .productGrid .product {
        width: 50%; }
        .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: 30px 15px;
    margin-bottom: 0;
    clear: both; }
    @media (min-width: 551px) {
      .before-you-leave .before-you-leave-tab .tabs-contents {
        padding: 26px 30px 30px 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 .productCarousel-slide {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .product {
        padding: 0;
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card {
        margin-bottom: 48px;
        padding: 0;
        -ms-flex-direction: row;
        flex-direction: row;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px; }
        .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-figure {
          width: 80px;
          display: inline-block;
          font-size: 14px; }
          @media (min-width: 380px) {
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-figure {
              width: 90px; } }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-figure .product-badge {
            top: 12px;
            left: 12px;
            display: none; }
        .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body {
          display: inline-block;
          width: calc(100% - 80px);
          vertical-align: top;
          padding-left: 20px;
          padding-top: 0px; }
          @media (min-width: 380px) {
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body {
              width: calc(100% - 90px); } }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-rating {
            margin-top: -2px; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-brand {
            margin-top: -5px; }
          .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 .card-price {
            margin-bottom: 14px; }
            .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 .form-field {
            display: none;
            margin-bottom: 1.07143rem; }
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card_optionImage .form-field[data-product-attribute="swatch"] {
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -ms-flex-align: center;
              -webkit-align-items: center;
              align-items: center;
              -ms-flex-pack: center; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card_optionImage [data-product-attribute="swatch"] {
            margin-bottom: 18px; }
          .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: 1025px) {
              .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button {
                padding: 13px 25px 11px 25px; } }
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span {
              position: relative;
              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: #202020; }
              .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span:before {
                width: 2px;
                height: 10px;
                left: 4px;
                top: 4px; }
              .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button span:after {
                width: 10px;
                height: 2px;
                top: 8px;
                left: 0; }
            .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button:hover span:before, .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .card .card-body .card-figcaption-button:hover span:after {
              background: white; }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow {
        bottom: -24px;
        top: auto;
        border-color: rgba(32, 32, 32, 0.4); }
        .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow.slick-next {
          right: 0; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .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='rgba(32, 32, 32, 0.4)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
            height: 1rem;
            width: 0.78571rem; }
        .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow.slick-prev {
          left: 0; }
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .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='rgba(32, 32, 32, 0.4)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
        @media (min-width: 1025px) {
          .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-arrow.slick-disabled {
            display: block !important; } }
      .before-you-leave .before-you-leave-tab .tabs-contents .productGrid .slick-dots {
        margin-top: -15px; }
        .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(23, 37, 50, 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 30px;
    margin-bottom: 50px; }
    .before-you-leave .back-to-store .button {
      width: 100%; }

/* Popup Cookies */
#consent-manager {
  background: #f7f9f9 !important;
  z-index: 9991 !important; }
  #consent-manager > div > div {
    background: #f7f9f9 !important;
    padding: 0px 15px; }
    @media (min-width: 551px) {
      #consent-manager > div > div {
        padding: 0px 30px; } }
    @media (min-width: 1600px) {
      #consent-manager > div > div {
        padding: 0px 75px; } }
    #consent-manager > div > div > div {
      -ms-flex-align: center !important;
      -webkit-align-items: center !important;
      align-items: center !important;
      margin-top: 0 !important; }
      #consent-manager > div > div > div > div {
        margin-top: 12px !important; }
        @media (min-width: 768px) {
          #consent-manager > div > div > div > div {
            width: calc(100% - 300px);
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            -ms-flex-pack: flex-start;
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
            margin-top: 0 !important;
            height: 90px; } }
        @media (min-width: 1025px) {
          #consent-manager > div > div > div > div {
            width: calc(100% - 380px); } }
        #consent-manager > div > div > div > div + div {
          margin-bottom: 12px; }
          @media (min-width: 768px) {
            #consent-manager > div > div > div > div + div {
              margin-bottom: 0;
              width: 300px;
              -ms-flex-pack: flex-end;
              -webkit-justify-content: flex-end;
              justify-content: flex-end; } }
          @media (min-width: 1025px) {
            #consent-manager > div > div > div > div + div {
              width: 380px; } }
        #consent-manager > div > div > div > div > p {
          letter-spacing: 0;
          font-size: 12px !important; }
          #consent-manager > div > div > div > div > p > span {
            color: #787878 !important; }
        #consent-manager > div > div > div > div button {
          background: transparent !important;
          border-color: rgba(30, 30, 30, 0.5) !important;
          color: #1e1e1e !important;
          text-transform: uppercase;
          letter-spacing: .02em;
          font-size: 13px;
          font-weight: 600;
          font-family: "Montserrat", Arial, Helvetica, sans-serif;
          border-radius: 0 !important;
          height: 34px !important;
          text-align: center;
          padding-left: 15px !important;
          padding-right: 15px !important;
          padding-top: 2px; }
          @media (min-width: 768px) {
            #consent-manager > div > div > div > div button {
              height: 40px !important; } }
          @media (min-width: 1025px) {
            #consent-manager > div > div > div > div button {
              font-size: 14px;
              padding-left: 30px !important;
              padding-right: 30px !important; } }
          @media (max-width: 1599px) {
            #consent-manager > div > div > div > div button {
              margin-left: 0; } }
          #consent-manager > div > div > div > div button:hover, #consent-manager > div > div > div > div button:focus, #consent-manager > div > div > div > div button:active {
            background: transparent !important;
            border-color: rgba(30, 30, 30, 0.5) !important;
            color: #1e1e1e !important; }
          #consent-manager > div > div > div > div button + button {
            background: #0a6cdc !important;
            border-color: #0a6cdc !important;
            color: white !important;
            margin-left: 15px !important; }
            #consent-manager > div > div > div > div button + button:hover, #consent-manager > div > div > div > div button + button:focus, #consent-manager > div > div > div > div button + button:active {
              background: #0a6cdc !important;
              border-color: #0a6cdc !important;
              color: white !important; }

#consent-manager-update-banner {
  background: #f7f9f9 !important;
  min-height: 48px;
  padding: 0px 15px;
  z-index: 9991 !important; }
  @media (min-width: 1025px) {
    #consent-manager-update-banner {
      padding: 0px 30px; } }
  @media (min-width: 1600px) {
    #consent-manager-update-banner {
      padding: 0px 75px; } }
  #consent-manager-update-banner > a {
    color: #787878 !important;
    margin-left: 0 !important; }

[data-consent-manager-dialog] > div {
  z-index: 9991 !important; }
  [data-consent-manager-dialog] > div > section {
    max-width: 90% !important;
    max-height: 90vh !important; }

@media (min-width: 551px) {
  #halo-ask-an-expert.modal {
    width: 758px; } }

#halo-ask-an-expert .modal-header {
  background: none;
  padding: 18px 60px 18px 15px;
  background: whitesmoke; }
  @media (min-width: 1025px) {
    #halo-ask-an-expert .modal-header {
      padding: 18px 60px 18px 50px; } }

#halo-ask-an-expert .halo-ask-an-expert-subtitle {
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: #202020;
  line-height: 24px;
  text-align: center;
  margin: 0 0 8px 0;
  text-transform: uppercase; }

#halo-ask-an-expert .halo-ask-an-expert-text {
  font-size: 16px;
  font-weight: 400;
  color: #505050;
  line-height: 24px;
  text-align: center; }
  #halo-ask-an-expert .halo-ask-an-expert-text .alertBox {
    margin: 40px 0 70px 0;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    width: 100%; }

#halo-ask-an-expert .modal-body {
  padding: 0px 15px 0px 15px;
  margin-top: 42px; }
  @media (min-width: 551px) {
    #halo-ask-an-expert .modal-body {
      padding: 0px 30px 0px 30px; } }
  @media (min-width: 1025px) {
    #halo-ask-an-expert .modal-body {
      padding: 0px 70px 0px 70px; } }
  #halo-ask-an-expert .modal-body #halo-ask-an-expert-form {
    margin-top: 40px; }
    #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field .form-label {
      display: inline-block;
      margin-bottom: 7px;
      font-weight: 400; }
      @media (max-width: 320px) {
        #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field .form-label {
          display: block;
          margin-right: 0 !important; } }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field .form-label.label-last {
        display: block;
        margin-bottom: 1rem; }
    #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field .form-input {
      max-width: 100%;
      height: 48px; }
    #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field input[type="radio"] + label {
      font-weight: 400;
      color: #505050;
      font-size: 16px;
      width: auto;
      margin-right: 28px;
      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: 12px; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.form-field-radio label:first-child {
        margin-right: 28px; }
        @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: 8px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      border-radius: 10px; }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-field.comment-area textarea {
        max-height: 192px;
        height: auto; }
    #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions {
      margin-top: 30px;
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions {
          margin-bottom: 60px; } }
      @media (min-width: 1025px) {
        #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions {
          margin-bottom: 70px; } }
      #halo-ask-an-expert .modal-body #halo-ask-an-expert-form .form-actions #halo-ask-an-expert-button {
        width: 100%; }

@-moz-document url-prefix() {
  #halo-ask-an-expert-form .form-field input[type="radio"] + label:after {
    top: 4px; } }

/* Sticky Notification Bar */
.sticky-notification {
  --border-radius: 30px;
  --translate-x: -50%;
  --translate-y: 50px;
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(var(--translate-x)) translateY(var(--translate-y));
  pointer-events: none;
  opacity: 0;
  width: max-content;
  max-width: 90%;
  z-index: 999;
  transition: all 450ms ease-in-out, opacity 600ms ease-in-out;
  background: #fd6506;
  padding: 16px 50px;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  overflow: hidden;
  cursor: pointer;
  animation: vertical-floating 1.5s ease-out infinite;
  animation-delay: 3s;
  transform-origin: 50% 50%;
  overflow: initial;
  will-change: transform; }
  .sticky-notification.show {
    --translate-y: 0;
    opacity: 1;
    pointer-events: auto; }
  .sticky-notification .text-wrapper {
    display: flex;
    align-items: center;
    justify-content: center; }
    .sticky-notification .text-wrapper .intro-text {
      color: white;
      font-size: 14px;
      font-weight: 400;
      transition: color 350ms ease-in-out; }
      .sticky-notification .text-wrapper .intro-text:hover {
        color: white; }
    .sticky-notification .text-wrapper .link-text {
      color: white;
      font-size: 14px;
      font-weight: 400;
      transition: color 350ms ease-in-out, fill 350ms ease-in-out; }
      .sticky-notification .text-wrapper .link-text:hover {
        color: white; }
    .sticky-notification .text-wrapper .intro-text-desktop {
      display: block; }
    .sticky-notification .text-wrapper .link-text-desktop {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      margin-left: 6px; }
      .sticky-notification .text-wrapper .link-text-desktop:hover .icon {
        transform: translateX(4px); }
    .sticky-notification .text-wrapper .intro-text-mobile {
      display: none; }
    .sticky-notification .text-wrapper .link-text-mobile {
      display: none; }
  .sticky-notification .close-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #fff;
    font-weight: 300;
    margin-top: -2px; }
    .sticky-notification .close-btn svg {
      width: 16px;
      height: 16px;
      fill: white; }
    .sticky-notification .close-btn path {
      fill: white; }
  .sticky-notification .icon-link-arrow {
    width: 20px;
    height: 20px;
    fill: white; }
    .sticky-notification .icon-link-arrow svg {
      fill: white; }
    .sticky-notification .icon-link-arrow rect {
      fill: white; }
    .sticky-notification .icon-link-arrow path {
      fill: white; }
  .sticky-notification .link-text:hover .icon-link-arrow {
    fill: white; }
    .sticky-notification .link-text:hover .icon-link-arrow rect {
      fill: white; }
    .sticky-notification .link-text:hover .icon-link-arrow path {
      fill: white; }
  .sticky-notification .mobile-image-icon {
    display: none; }

@media screen and (max-width: 1024px) {
  .sticky-notification {
    --bottom-arrow-size: 7px;
    --bottom-positon: 66px;
    bottom: 15px; }
  #notification-popup {
    width: 80vw;
    max-width: unset; } }

@media screen and (max-width: 767px) {
  .sticky-notification {
    padding: 10px 20px; }
    .sticky-notification.hidden-mobile {
      display: none; }
    .sticky-notification .close-btn {
      display: none; }
    .sticky-notification .mobile-image-icon {
      display: block;
      width: 18px;
      height: 18px;
      position: relative;
      top: -5px; }
      .sticky-notification .mobile-image-icon:first-of-type {
        margin-right: 5px; }
      .sticky-notification .mobile-image-icon:nth-of-type(2) {
        margin-left: 5px; }
    .sticky-notification .text-wrapper {
      flex-direction: column;
      height: 22px;
      justify-content: flex-start;
      overflow: hidden; }
      .sticky-notification .text-wrapper .intro-text-mobile {
        transition: transform 500ms ease-out; }
      .sticky-notification .text-wrapper a {
        transition: transform 500ms ease-out; }
      .sticky-notification .text-wrapper .intro-text-desktop {
        display: none; }
      .sticky-notification .text-wrapper .link-text-desktop {
        display: none; }
      .sticky-notification .text-wrapper .intro-text-mobile {
        display: block; }
      .sticky-notification .text-wrapper .link-text-mobile {
        display: block; }
    .sticky-notification .text-wrapper.slide-down .intro-text-mobile {
      transform: translateY(-100%); }
    .sticky-notification .text-wrapper.slide-down a {
      transform: translateY(-100%); }
  .sticky-notification.hide-on-mobile {
    display: none; }
  .sticky-notification.temporary-hide {
    opacity: 0;
    --translate-y: -20px;
    pointer-events: none; } }

@media screen and (min-width: 768px) {
  .sticky-notification.hidden-desktop {
    display: none; } }

@media screen and (min-width: 1025px) {
  .sticky-notification::after {
    content: "";
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -10%;
    width: 3em;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    visibility: hidden; } }

@keyframes vertical-floating {
  0%, 100% {
    transform: translateX(var(--translate-x)) translateY(0); }
  50% {
    transform: translateX(var(--translate-x)) translateY(6px); } }

@keyframes shineToRight {
  100% {
    left: 110%;
    visibility: visible; } }

@media (min-width: 768px) {
  .webPage-sidebar {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    z-index: 5;
    float: left;
    width: 270px;
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    max-width: none;
    transition: unset; }
    .webPage-sidebar .page-sidebar-close {
      display: none; }
    .webPage-sidebar .page-sidebar-content {
      padding: 0;
      overflow: visible; }
    .webPage-sidebar > nav {
      padding: 0;
      overflow: visible; }
    .webPage-sidebar + .page-content {
      padding-left: 30px;
      width: calc(100% - 270px); }
    .webPage-sidebar.u-hiddenVisually + .page-content {
      padding-left: 0;
      width: 100%; }
    .webPage-sidebar.u-hidden + .page-content {
      padding-left: 0;
      width: 100%; }
    .page-custom-sidebar .webPage-sidebar {
      float: right;
      width: 350px;
      padding: 45px 40px;
      border: 1px solid #e6e6e6;
      border-right-width: 0; }
      .page-custom-sidebar .webPage-sidebar + .page-content {
        width: calc(100% - 350px);
        padding-left: 0;
        padding-right: 30px; }
    .page-listing .webPage-sidebar {
      position: sticky;
      top: 50px; } }

@media (min-width: 1600px) {
  .webPage-sidebar + .page-content {
    padding-left: 70px; }
  .page-custom-sidebar .webPage-sidebar {
    padding-top: 53px;
    padding-bottom: 45px;
    padding-right: calc((100vw - 1485px)/2);
    padding-left: 95px;
    width: 542px; }
    .page-custom-sidebar .webPage-sidebar + .page-content {
      width: calc(100% - 542px);
      padding-right: 95px; } }

body:not(.page-type-default):not(.page-type-category):not(.page-type-product):not(.page-type-cart):not(.page-type-search):not(.page-type-brand) #main-content .container {
  margin-bottom: 50px; }

.navBar--sub {
  margin-top: 50px;
  margin-bottom: 50px; }

.sitemap-list {
  margin: 0; }
  .sitemap-list--item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none; }
    .sitemap-list--item + .sitemap-list--item {
      margin-top: 30px;
      padding-top: 25px; }
  .sitemap-list--title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    color: #000000;
    margin: 0 0 20px 0;
    text-transform: capitalize;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6; }
  .sitemap-list--subItem {
    display: block; }
    .sitemap-list--subItem > a {
      font-size: 16px;
      font-weight: 700;
      line-height: 45px;
      letter-spacing: 0;
      text-transform: capitalize;
      color: #000000;
      transition: unset; }
      .sitemap-list--subItem > a span {
        padding: 0 0 1px 0; }
    .sitemap-list--subItem > ul {
      margin-left: 2.4rem; }
    .sitemap-list--subItem li a {
      font-size: 16px;
      font-weight: 400;
      padding: 0;
      margin: 0;
      color: #000000;
      text-transform: capitalize;
      letter-spacing: 0;
      line-height: 45px;
      transition: unset; }
      .sitemap-list--subItem li a span {
        padding: 0 0 1px 0; }
    .sitemap-list--subItem.sitemap-list--viewAll > a {
      font-style: italic;
      color: #202020;
      text-transform: capitalize; }
      .sitemap-list--subItem.sitemap-list--viewAll > a span {
        padding: 0 0 1px 0;
        background-image: linear-gradient(transparent 97%, #202020 3%);
        background-repeat: repeat-x;
        background-position-y: 0; }
  @media (min-width: 1025px) {
    .sitemap-list li a:hover {
      color: #0a6cdc; }
      .sitemap-list li a:hover span {
        background-image: linear-gradient(transparent 97%, #0a6cdc 3%);
        background-repeat: repeat-x;
        background-position-y: 0; } }

.page-type-404 .form-prefixPostfix.wrap {
  -ms-flex-pack: flex-start;
  justify-content: flex-start; }

.page-type-404 #search_query_adv {
  max-width: 615px; }

.page-type-404 .form-prefixPostfix .button {
  height: auto;
  width: auto;
  margin: 0 0 0 0.78571rem;
  -ms-flex-order: 0;
  order: 0; }

.page--faqs .page-description {
  padding-bottom: 20px; }
  .page--faqs .page-description .faq-desc {
    font-size: 16px; }
    .page--faqs .page-description .faq-desc a {
      font-weight: 700;
      text-decoration: underline; }
      .page--faqs .page-description .faq-desc a:hover {
        color: #0a6cdc;
        text-decoration: none; }

.halo-faqs-title {
  font-size: 17px;
  font-weight: 800;
  font-style: normal;
  line-height: 1.7;
  color: #000000;
  margin: 0;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid #e6e6e6; }

.halo-faqs-sidebar {
  width: 290px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 50px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border-radius: 6px; }
  .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: 32px;
        height: 32px;
        fill: #202020; }
        .halo-faqs-sidebar .faqs-group a .icon[aria-label="Contact Us"] {
          padding: 4px 2px 0; }
      .halo-faqs-sidebar .faqs-group a .text {
        color: #505050;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.7;
        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; }

.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: 25px 0 0 0;
  line-height: 1.8;
  text-align: left;
  font-size: 16px;
  color: #505050; }
  .halo-faqs-content .card-body h4 {
    font-weight: 700;
    font-size: 14px;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif; }
  .halo-faqs-content .card-body .bold {
    font-weight: 600; }

.halo-faqs-content .title {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0;
  color: #000000;
  text-transform: unset;
  text-align: left;
  padding: 15px 25px 15px 0;
  background: #ffffff;
  transition: color 0.15s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 1px solid #e6e6e6; }
  .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.collapsed {
    position: relative; }
    .halo-faqs-content .title.collapsed span {
      background-size: 100% 1px; }
    .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: #000000;
    transition: color 0.15s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .halo-faqs-content .icon-plus:before {
    width: 2px;
    height: 16px; }
  .halo-faqs-content .icon-plus:after {
    width: 16px;
    height: 2px; }

.halo-faqs-content .collapse {
  position: relative;
  display: none; }

.halo-faqs-content .faq-content {
  padding: 45px 0 30px 0;
  text-align: center; }
  .halo-faqs-content .faq-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: #000000;
    margin: 0; }
  .halo-faqs-content .faq-content .button {
    margin: 15px;
    min-width: 200px; }

@media (min-width: 551px) {
  .halo-faqs-content .faq-content {
    text-align: right; }
    .halo-faqs-content .faq-content .button {
      margin: 0 0 0 30px; } }

@media (min-width: 768px) {
  .halo-faqs-sidebar {
    position: sticky;
    top: 90px; }
  .halo-faqs-content .faq-content .button {
    margin-top: 0;
    min-width: 190px; } }

@media (min-width: 1025px) {
  .halo-faqs-title {
    padding-bottom: 16px; }
  .halo-faqs-sidebar .faqs-group a {
    text-decoration: none; }
    .halo-faqs-sidebar .faqs-group a:hover .icon {
      fill: #0a6cdc; }
    .halo-faqs-sidebar .faqs-group a:hover .text {
      color: #0a6cdc;
      background-image: linear-gradient(transparent 97%, #0a6cdc 3%);
      background-repeat: repeat-x;
      background-position-y: 0; }
  .halo-faqs-content {
    padding-top: 30px; }
    .halo-faqs-content .faq-content .button {
      margin-top: 0;
      min-width: 255px; } }

@media (max-width: 1024px) {
  .halo-faqs-sidebar {
    width: 250px; }
    .halo-faqs-sidebar + .halo-faqs-content {
      width: calc(100% - 250px);
      padding-left: 30px; } }

@media (max-width: 767px) {
  .halo-faqs-sidebar {
    width: 100%; }
    .halo-faqs-sidebar + .halo-faqs-content {
      width: 100%;
      padding-left: 0;
      padding-top: 30px; }
  .halo-faqs-content .faqs-paragraph + .faqs-paragraph {
    margin-top: 30px; } }

.haloLookBook-header {
  padding-bottom: 10px; }

.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;
        object-fit: contain; }
      .halo-lookbook-slider-image img.image-mobile {
        display: block; }
        .halo-lookbook-slider-image img.image-mobile.lazyload, .halo-lookbook-slider-image img.image-mobile.lazyloading {
          width: auto;
          height: auto;
          margin: auto;
          object-fit: contain; }
    .page-normal .halo-lookbook-slider-image {
      width: 100%; }
      .page-normal .halo-lookbook-slider-image img {
        display: block; }
  .halo-lookbook-slider-point {
    display: block;
    position: absolute;
    z-index: 5;
    pointer-events: auto; }
    .page-normal .halo-lookbook-slider-point {
      display: block; }
  .halo-lookbook-slider-icon {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    height: 32px;
    color: #000;
    font-size: 36px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    background-color: white; }
    .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: white;
      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: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #000000;
    text-align: center; }
  .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-imageWrapper {
      min-height: 200px; }
      .halo-lookbook-slider:not(.slick-initialized) .halo-lookbook-slider-imageWrapper img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .halo-lookbook-slider:not(.slick-initialized) .halo-lookbook-slider-imageWrapper img.lazyloaded {
          width: 100%; }
      @media (min-width: 551px) {
        .halo-lookbook-slider:not(.slick-initialized) .halo-lookbook-slider-imageWrapper {
          min-height: 400px; } }
      @media (min-width: 768px) {
        .halo-lookbook-slider:not(.slick-initialized) .halo-lookbook-slider-imageWrapper {
          min-height: 600px; } }
      @media (min-width: 1025px) {
        .halo-lookbook-slider:not(.slick-initialized) .halo-lookbook-slider-imageWrapper {
          min-height: 760px; } }
    .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: 551px) {
    .halo-lookbook-slider-image img {
      display: block; }
      .halo-lookbook-slider-image img.image-mobile {
        display: none; }
    page-blog .halo-lookbook-slider:not(.slick-initialized) > .halo-lookbook-slider-slide {
      width: 33.3333333%;
      opacity: 1;
      visibility: visible; } }
  @media (min-width: 768px) {
    .halo-lookbook-slider-info {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .halo-lookbook-slider-text {
      text-align: left; } }

.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;
    border: 1px solid #000000; }

.halo-lookbook-share {
  position: absolute;
  top: auto;
  bottom: 130px;
  right: 0;
  margin-top: 0; }
  .halo-lookbook-share .social-mediaBlock {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    position: unset;
    width: 100%;
    margin-left: 0; }
    .halo-lookbook-share .social-mediaBlock > p {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0;
      margin-right: 15px; }
    .halo-lookbook-share .social-mediaBlock .socialMedia-dropdown {
      position: unset;
      padding: 0;
      width: 100%;
      box-shadow: none;
      margin-top: 0;
      border-radius: 0;
      display: block; }
      .halo-lookbook-share .social-mediaBlock .socialMedia-dropdown .shareLinkSocial__link {
        display: none; }
        .halo-lookbook-share .social-mediaBlock .socialMedia-dropdown .shareLinkSocial__link + p {
          display: none; }
    .halo-lookbook-share .social-mediaBlock .addthis_inline_share_toolbox {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0; }
    .halo-lookbook-share .social-mediaBlock .socialMedia-button,
    .halo-lookbook-share .social-mediaBlock .facebookRecommendBtn {
      display: none; }
    .halo-lookbook-share .social-mediaBlock .at-share-btn-elements .at-share-btn {
      border-radius: 50% !important;
      border: 1px solid #dddddd;
      width: 40px;
      height: 40px;
      padding: 9px; }
      .halo-lookbook-share .social-mediaBlock .at-share-btn-elements .at-share-btn:last-child {
        border: none;
        padding: 5px; }
        .halo-lookbook-share .social-mediaBlock .at-share-btn-elements .at-share-btn:last-child .at-icon-wrapper {
          height: 28px !important;
          width: 28px !important; }
          .halo-lookbook-share .social-mediaBlock .at-share-btn-elements .at-share-btn:last-child .at-icon-wrapper svg {
            stroke: #fff;
            stroke-width: 2px;
            height: 28px !important;
            width: 28px !important; }
      .halo-lookbook-share .social-mediaBlock .at-share-btn-elements .at-share-btn .at-icon-wrapper {
        height: 20px !important;
        width: 20px !important; }
        .halo-lookbook-share .social-mediaBlock .at-share-btn-elements .at-share-btn .at-icon-wrapper svg {
          fill: #2d394a !important;
          height: 20px !important;
          width: 20px !important; }

@media (max-width: 991px) {
  .halo-lookbook-share {
    position: static;
    margin-top: 40px; }
    .halo-lookbook-share .social-mediaBlock {
      justify-content: center; } }

@media (max-width: 767px) {
  .halo-lookbook-button {
    padding-top: 75px; }
  .halo-lookbook-slider .slick-dots {
    bottom: -50px; } }

#LookbookProduct .page-header .page-heading {
  display: block; }
  @media (min-width: 1025px) {
    #LookbookProduct .page-header .page-heading {
      display: inline-block; } }

#LookbookProduct .page-header .view-all {
  text-align: center;
  color: #0a6cdc;
  font-size: 16px;
  background-image: linear-gradient(transparent 96%, rgba(10, 108, 220, 0.7) 4%);
  background-repeat: repeat-x;
  background-position-y: -2px;
  margin-top: 5px;
  display: inline-block;
  margin-bottom: 10px; }
  @media (min-width: 1025px) {
    #LookbookProduct .page-header .view-all {
      position: absolute;
      right: 0;
      top: 0;
      text-align: right;
      margin-top: 0; } }
  @media (max-width: 550px) {
    #LookbookProduct .page-header .view-all {
      font-size: 14px; } }
  #LookbookProduct .page-header .view-all:hover {
    color: #202020;
    background-image: linear-gradient(transparent 96%, rgba(32, 32, 32, 0.7) 4%); }

.lookbook-top {
  position: relative; }

.halo-lookbook-popup {
  display: none;
  position: relative;
  max-width: 240px;
  background-color: #ffffff;
  padding: 0;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1); }
  .halo-lookbook-popup.is-open {
    display: block;
    position: absolute;
    z-index: 21; }
  .halo-lookbook-popup .card {
    padding: 20px; }

.halo-lookbook-close {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  z-index: 10;
  background: #be132d !important;
  width: 30px !important;
  height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 30px !important;
  padding: 5px; }
  .halo-lookbook-close svg {
    fill: white;
    width: 100%;
    height: 100%; }

@media (min-width: 551px) {
  .halo-lookbook-close {
    right: -30px;
    background: transparent; }
    .halo-lookbook-close svg {
      width: 20px;
      height: 20px;
      fill: #ffffff; } }

.page-contact .page-header {
  padding-left: 10px; }
  .page-contact .page-header .page-heading {
    text-align: left; }

.page-contact .halo-contact-form p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #505050;
  margin: 0 0 5px 0; }
  .page-contact .halo-contact-form p a {
    color: #0a6cdc;
    transition: unset; }
    .page-contact .halo-contact-form p a span {
      padding: 0 0 1px 0;
      background-image: linear-gradient(transparent 97%, #0a6cdc 3%);
      background-repeat: repeat-x;
      background-position-y: 0; }
  .page-contact .halo-contact-form p + p {
    margin-top: 26px; }

.page-contact .halo-contact-info {
  margin: 50px 0 0 0; }
  .page-contact .halo-contact-info .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 27px 0;
    padding: 0 0 17px 0;
    border-bottom: 1px solid #e6e6e6;
    text-transform: uppercase; }
    @media (min-width: 1025px) {
      .page-contact .halo-contact-info .title {
        font-size: 22px; } }
  .page-contact .halo-contact-info .description,
  .page-contact .halo-contact-info .store-address,
  .page-contact .halo-contact-info .store-email,
  .page-contact .halo-contact-info .store-phone,
  .page-contact .halo-contact-info .store-info {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
    color: #505050;
    margin: 0 0 26px 0; }
  .page-contact .halo-contact-info .store-info a {
    color: #505050; }
    .page-contact .halo-contact-info .store-info a span {
      padding: 0 0 1px 0; }
  .page-contact .halo-contact-info .store-info:last-child {
    margin-bottom: 0; }
  .page-contact .halo-contact-info .sample {
    display: block;
    margin: 0 0 41px 0; }
    .page-contact .halo-contact-info .sample .button {
      text-transform: uppercase;
      width: 100%; }

.page-contact [data-contact-form] {
  margin: 0;
  padding: 28px 0 0 0; }
  .page-contact [data-contact-form] .form-row {
    margin: 0; }
    @media (min-width: 1025px) {
      .page-contact [data-contact-form] .form-row .form-field {
        width: 50%;
        float: left;
        padding-right: 30px; }
        .page-contact [data-contact-form] .form-row .form-field:nth-child(2), .page-contact [data-contact-form] .form-row .form-field:nth-child(4), .page-contact [data-contact-form] .form-row .form-field:nth-child(6) {
          padding-right: 0; } }
  .page-contact [data-contact-form] .form-field {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    width: 100%;
    margin: 0 0 23px 0;
    float: none; }
  .page-contact [data-contact-form] .form-label {
    margin-bottom: 6px; }
    .page-contact [data-contact-form] .form-label small {
      margin: 0;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0;
      font-style: italic;
      line-height: 25px;
      text-transform: capitalize;
      color: #b4b4b4; }
  .page-contact [data-contact-form] .form-input {
    margin-bottom: 0;
    max-width: 100%; }
  .page-contact [data-contact-form] textarea {
    height: auto !important; }
  .page-contact [data-contact-form] .form-actions {
    display: block;
    margin: 20px 0 0 0;
    text-align: center; }
    .page-contact [data-contact-form] .form-actions .button {
      display: block;
      width: 100%;
      text-transform: uppercase; }

@media (min-width: 768px) {
  .page-contact .page-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .page-contact .halo-contact-form {
    width: 60%; }
  .page-contact .halo-contact-info {
    width: 40%;
    margin-top: 0;
    padding: 0 0 0 40px; }
  .page-contact [data-contact-form] .form-actions {
    margin-top: 3px;
    text-align: left; }
    .page-contact [data-contact-form] .form-actions .button {
      display: inline-block;
      vertical-align: top;
      max-width: 240px;
      text-transform: capitalize; } }

@media (min-width: 1025px) {
  .page-contact .halo-contact-form p a:hover {
    color: #202020; }
    .page-contact .halo-contact-form p a:hover span {
      background-image: linear-gradient(transparent 97%, #202020 3%);
      background-repeat: repeat-x;
      background-position-y: 0; }
  .page-contact .halo-contact-info {
    padding-left: 80px; }
    .page-contact .halo-contact-info .store-info a:hover {
      color: #0a6cdc; }
      .page-contact .halo-contact-info .store-info a:hover span {
        background-image: linear-gradient(transparent 97%, #0a6cdc 3%); }
    .page-contact .halo-contact-info .sample .button {
      max-width: 210px;
      text-transform: capitalize;
      border: 1px solid #000000; }
      .page-contact .halo-contact-info .sample .button:hover {
        border-color: #0a6cdc; } }

.page-type-giftcertificates .form-prefixPostfix .button,
.page-type-giftcertificates_redeem .form-prefixPostfix .button,
.page-type-giftcertificates_balance .form-prefixPostfix .button {
  height: auto; }

@media (min-width: 551px) {
  .page-type-giftcertificates #gift-certificate-balance .form-prefixPostfix .button,
  .page-type-giftcertificates_redeem #gift-certificate-balance .form-prefixPostfix .button,
  .page-type-giftcertificates_balance #gift-certificate-balance .form-prefixPostfix .button {
    width: auto;
    margin-top: 0;
    margin-left: 15px; } }

.page-type-giftcertificates #gift-certificate-form .form-field,
.page-type-giftcertificates_redeem #gift-certificate-form .form-field,
.page-type-giftcertificates_balance #gift-certificate-form .form-field {
  margin: 0 0 23px 0; }

.page-type-giftcertificates #gift-certificate-form .form-input,
.page-type-giftcertificates_redeem #gift-certificate-form .form-input,
.page-type-giftcertificates_balance #gift-certificate-form .form-input {
  max-width: 100%; }

.page-type-giftcertificates #gift-certificate-form .form-row .form-column:not(.form-fieldset),
.page-type-giftcertificates_redeem #gift-certificate-form .form-row .form-column:not(.form-fieldset),
.page-type-giftcertificates_balance #gift-certificate-form .form-row .form-column:not(.form-fieldset) {
  padding-left: 0;
  padding-right: 0; }

.page-type-giftcertificates #gift-certificate-form .form-row .form-column.form-fieldset .form-field:not(.form-field-group),
.page-type-giftcertificates_redeem #gift-certificate-form .form-row .form-column.form-fieldset .form-field:not(.form-field-group),
.page-type-giftcertificates_balance #gift-certificate-form .form-row .form-column.form-fieldset .form-field:not(.form-field-group) {
  padding-left: 0;
  padding-right: 0; }

.page-type-giftcertificates #gift-certificate-form .form-row .form-column.form-fieldset .form-field,
.page-type-giftcertificates_redeem #gift-certificate-form .form-row .form-column.form-fieldset .form-field,
.page-type-giftcertificates_balance #gift-certificate-form .form-row .form-column.form-fieldset .form-field {
  margin: 0 0 10px 0; }
  .page-type-giftcertificates #gift-certificate-form .form-row .form-column.form-fieldset .form-field:first-child,
  .page-type-giftcertificates_redeem #gift-certificate-form .form-row .form-column.form-fieldset .form-field:first-child,
  .page-type-giftcertificates_balance #gift-certificate-form .form-row .form-column.form-fieldset .form-field:first-child {
    margin: 0 0 25px 0; }

.page-type-giftcertificates #gift-certificate-form .form-row .form-label small,
.page-type-giftcertificates_redeem #gift-certificate-form .form-row .form-label small,
.page-type-giftcertificates_balance #gift-certificate-form .form-row .form-label small {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  color: #b4b4b4; }

.page-type-giftcertificates #gift-certificate-form .form-row .form-radio + .form-label,
.page-type-giftcertificates_redeem #gift-certificate-form .form-row .form-radio + .form-label,
.page-type-giftcertificates_balance #gift-certificate-form .form-row .form-radio + .form-label {
  color: #505050;
  margin-bottom: 15px; }

.page-type-giftcertificates #gift-certificate-form .form-row .form-radio.form-radio-last + .form-label,
.page-type-giftcertificates_redeem #gift-certificate-form .form-row .form-radio.form-radio-last + .form-label,
.page-type-giftcertificates_balance #gift-certificate-form .form-row .form-radio.form-radio-last + .form-label {
  margin-bottom: 0; }

.page-type-giftcertificates #gift-certificate-form .form-row .form-field--checkbox,
.page-type-giftcertificates_redeem #gift-certificate-form .form-row .form-field--checkbox,
.page-type-giftcertificates_balance #gift-certificate-form .form-row .form-field--checkbox {
  margin-top: 6px;
  margin-bottom: 0; }
  .page-type-giftcertificates #gift-certificate-form .form-row .form-field--checkbox .form-checkbox + .form-label,
  .page-type-giftcertificates_redeem #gift-certificate-form .form-row .form-field--checkbox .form-checkbox + .form-label,
  .page-type-giftcertificates_balance #gift-certificate-form .form-row .form-field--checkbox .form-checkbox + .form-label {
    color: #505050; }
  .page-type-giftcertificates #gift-certificate-form .form-row .form-field--checkbox + .form-field--checkbox,
  .page-type-giftcertificates_redeem #gift-certificate-form .form-row .form-field--checkbox + .form-field--checkbox,
  .page-type-giftcertificates_balance #gift-certificate-form .form-row .form-field--checkbox + .form-field--checkbox {
    margin-top: 3px; }

.page-type-giftcertificates #gift-certificate-form .form-field-group,
.page-type-giftcertificates_redeem #gift-certificate-form .form-field-group,
.page-type-giftcertificates_balance #gift-certificate-form .form-field-group {
  border-radius: 10px;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  padding: 20px; }

.page-type-giftcertificates #gift-certificate-form .form-actions,
.page-type-giftcertificates_redeem #gift-certificate-form .form-actions,
.page-type-giftcertificates_balance #gift-certificate-form .form-actions {
  display: block;
  margin: 0;
  text-align: center;
  max-width: 100%;
  font-size: 0;
  letter-spacing: 0; }
  .page-type-giftcertificates #gift-certificate-form .form-actions .button,
  .page-type-giftcertificates_redeem #gift-certificate-form .form-actions .button,
  .page-type-giftcertificates_balance #gift-certificate-form .form-actions .button {
    display: block;
    width: 100%;
    text-transform: capitalize;
    margin-left: 0; }
    .page-type-giftcertificates #gift-certificate-form .form-actions .button + .button,
    .page-type-giftcertificates_redeem #gift-certificate-form .form-actions .button + .button,
    .page-type-giftcertificates_balance #gift-certificate-form .form-actions .button + .button {
      margin-top: 20px;
      margin-left: 0; }

@media (min-width: 551px) {
  .page-type-giftcertificates #gift-certificate-form .form-actions,
  .page-type-giftcertificates_redeem #gift-certificate-form .form-actions,
  .page-type-giftcertificates_balance #gift-certificate-form .form-actions {
    margin-top: 20px; }
    .page-type-giftcertificates #gift-certificate-form .form-actions .button,
    .page-type-giftcertificates_redeem #gift-certificate-form .form-actions .button,
    .page-type-giftcertificates_balance #gift-certificate-form .form-actions .button {
      display: inline-block;
      vertical-align: top;
      width: 110px; }
      .page-type-giftcertificates #gift-certificate-form .form-actions .button + .button,
      .page-type-giftcertificates_redeem #gift-certificate-form .form-actions .button + .button,
      .page-type-giftcertificates_balance #gift-certificate-form .form-actions .button + .button {
        width: 50%;
        margin-left: 15px;
        margin-top: 0; } }

@media (min-width: 768px) {
  .page-type-giftcertificates #gift-certificate-form .form-actions .button + .button,
  .page-type-giftcertificates_redeem #gift-certificate-form .form-actions .button + .button,
  .page-type-giftcertificates_balance #gift-certificate-form .form-actions .button + .button {
    width: calc(50% - 125px); } }

@media (min-width: 1025px) {
  .page-type-giftcertificates #gift-certificate-form .form-actions,
  .page-type-giftcertificates_redeem #gift-certificate-form .form-actions,
  .page-type-giftcertificates_balance #gift-certificate-form .form-actions {
    text-align: right; }
    .page-type-giftcertificates #gift-certificate-form .form-actions .button,
    .page-type-giftcertificates_redeem #gift-certificate-form .form-actions .button,
    .page-type-giftcertificates_balance #gift-certificate-form .form-actions .button {
      width: 190px; }
      .page-type-giftcertificates #gift-certificate-form .form-actions .button + .button,
      .page-type-giftcertificates_redeem #gift-certificate-form .form-actions .button + .button,
      .page-type-giftcertificates_balance #gift-certificate-form .form-actions .button + .button {
        width: calc(50% - 230px);
        margin-left: 30px; } }

@media (min-width: 1600px) {
  .page-type-giftcertificates #gift-certificate-form .form-row,
  .page-type-giftcertificates_redeem #gift-certificate-form .form-row,
  .page-type-giftcertificates_balance #gift-certificate-form .form-row {
    margin-left: -35px;
    margin-right: -35px; }
    .page-type-giftcertificates #gift-certificate-form .form-row .form-field:not(.form-field-group),
    .page-type-giftcertificates_redeem #gift-certificate-form .form-row .form-field:not(.form-field-group),
    .page-type-giftcertificates_balance #gift-certificate-form .form-row .form-field:not(.form-field-group) {
      padding-left: 35px;
      padding-right: 35px; }
    .page-type-giftcertificates #gift-certificate-form .form-row .form-column,
    .page-type-giftcertificates_redeem #gift-certificate-form .form-row .form-column,
    .page-type-giftcertificates_balance #gift-certificate-form .form-row .form-column {
      padding-left: 35px;
      padding-right: 35px; }
  .page-type-giftcertificates #gift-certificate-form .form-actions,
  .page-type-giftcertificates_redeem #gift-certificate-form .form-actions,
  .page-type-giftcertificates_balance #gift-certificate-form .form-actions {
    padding-top: 10px;
    margin-top: 5px; }
    .page-type-giftcertificates #gift-certificate-form .form-actions .button + .button,
    .page-type-giftcertificates_redeem #gift-certificate-form .form-actions .button + .button,
    .page-type-giftcertificates_balance #gift-certificate-form .form-actions .button + .button {
      width: calc(50% - 255px); } }

.page-type-createaccount .page-heading {
  margin-bottom: 35px; }

.page-type-createaccount .account-body {
  margin: 0; }

.page-type-createaccount [data-create-account-form] .form-field {
  margin: 0 0 23px 0; }

.page-type-createaccount [data-create-account-form] .form-input {
  max-width: 100%; }

.page-type-createaccount [data-create-account-form] .form-row .form-label small {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  color: #b4b4b4; }

@media (min-width: 1200px) {
  .page-type-createaccount [data-create-account-form] .form-row {
    margin-left: -15px;
    margin-right: -15px; }
    .page-type-createaccount [data-create-account-form] .form-row .form-field {
      padding-left: 15px;
      padding-right: 15px; } }

@media (min-width: 1600px) {
  .page-type-createaccount [data-create-account-form] .form-row {
    margin-left: -35px;
    margin-right: -35px; }
    .page-type-createaccount [data-create-account-form] .form-row .form-field {
      padding-left: 35px;
      padding-right: 35px; } }

.page-type-forgotpassword .page-heading,
.page-type-getnewpassword .page-heading {
  margin-bottom: 35px; }

.page-type-forgotpassword .forgot-password-form .form-prefixPostfix .button,
.page-type-getnewpassword .forgot-password-form .form-prefixPostfix .button {
  height: auto;
  width: 100%;
  margin: 15px 0 0 0; }
  @media (min-width: 551px) {
    .page-type-forgotpassword .forgot-password-form .form-prefixPostfix .button,
    .page-type-getnewpassword .forgot-password-form .form-prefixPostfix .button {
      width: auto;
      min-width: 205px;
      margin: 0 0 0 10px; } }

@media (min-width: 1025px) {
  .page-type-forgotpassword .account--fixedSmall,
  .page-type-getnewpassword .account--fixedSmall {
    margin: 0;
    width: 100%; } }

.page-type-forgotpassword .account .form-input,
.page-type-getnewpassword .account .form-input {
  max-width: 530px; }

.page-type-forgotpassword .account .new-password-form,
.page-type-getnewpassword .account .new-password-form {
  max-width: 530px; }
  .page-type-forgotpassword .account .new-password-form .button,
  .page-type-getnewpassword .account .new-password-form .button {
    min-width: 205px; }

.page-type-forgotpassword .form-field,
.page-type-getnewpassword .form-field {
  margin: 0 0 23px 0; }

.page-type-forgotpassword .form-row .form-label small,
.page-type-getnewpassword .form-row .form-label small {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  color: #b4b4b4; }

.page-type-account_orderstatus .account.account--fixed,
.page-type-account_inbox .account.account--fixed,
.page-type-account_addressbook .account.account--fixed,
.page-type-wishlists .account.account--fixed,
.page-type-account_recentitems .account.account--fixed,
.page-type-editaccount .account.account--fixed,
.page-type-shippingaddressform .account.account--fixed,
.page-type-add-wishlist .account.account--fixed {
  padding-left: 0;
  padding-right: 0; }
  .page-type-account_orderstatus .account.account--fixed .account-head,
  .page-type-account_inbox .account.account--fixed .account-head,
  .page-type-account_addressbook .account.account--fixed .account-head,
  .page-type-wishlists .account.account--fixed .account-head,
  .page-type-account_recentitems .account.account--fixed .account-head,
  .page-type-editaccount .account.account--fixed .account-head,
  .page-type-shippingaddressform .account.account--fixed .account-head,
  .page-type-add-wishlist .account.account--fixed .account-head {
    display: none; }

.page-type-account_orderstatus .account.account--fixedLarge,
.page-type-account_inbox .account.account--fixedLarge,
.page-type-account_addressbook .account.account--fixedLarge,
.page-type-wishlists .account.account--fixedLarge,
.page-type-account_recentitems .account.account--fixedLarge,
.page-type-editaccount .account.account--fixedLarge,
.page-type-shippingaddressform .account.account--fixedLarge,
.page-type-add-wishlist .account.account--fixedLarge {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }
  .page-type-account_orderstatus .account.account--fixedLarge .account-body,
  .page-type-account_inbox .account.account--fixedLarge .account-body,
  .page-type-account_addressbook .account.account--fixedLarge .account-body,
  .page-type-wishlists .account.account--fixedLarge .account-body,
  .page-type-account_recentitems .account.account--fixedLarge .account-body,
  .page-type-editaccount .account.account--fixedLarge .account-body,
  .page-type-shippingaddressform .account.account--fixedLarge .account-body,
  .page-type-add-wishlist .account.account--fixedLarge .account-body {
    margin: 0; }

.page-type-account_orderstatus .account-content .account-heading,
.page-type-account_inbox .account-content .account-heading,
.page-type-account_addressbook .account-content .account-heading,
.page-type-wishlists .account-content .account-heading,
.page-type-account_recentitems .account-content .account-heading,
.page-type-editaccount .account-content .account-heading,
.page-type-shippingaddressform .account-content .account-heading,
.page-type-add-wishlist .account-content .account-heading {
  display: none; }

.page-type-account_orderstatus .account-content h2,
.page-type-account_inbox .account-content h2,
.page-type-account_addressbook .account-content h2,
.page-type-wishlists .account-content h2,
.page-type-account_recentitems .account-content h2,
.page-type-editaccount .account-content h2,
.page-type-shippingaddressform .account-content h2,
.page-type-add-wishlist .account-content h2 {
  color: #202020;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px; }

.page-type-account_orderstatus .addressList,
.page-type-account_inbox .addressList,
.page-type-account_addressbook .addressList,
.page-type-wishlists .addressList,
.page-type-account_recentitems .addressList,
.page-type-editaccount .addressList,
.page-type-shippingaddressform .addressList,
.page-type-add-wishlist .addressList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch; }
  .page-type-account_orderstatus .addressList .address,
  .page-type-account_inbox .addressList .address,
  .page-type-account_addressbook .addressList .address,
  .page-type-wishlists .addressList .address,
  .page-type-account_recentitems .addressList .address,
  .page-type-editaccount .addressList .address,
  .page-type-shippingaddressform .addressList .address,
  .page-type-add-wishlist .addressList .address {
    height: 100%; }
  .page-type-account_orderstatus .addressList .panel--address:not(.panel--newAddress) .panel-body,
  .page-type-account_inbox .addressList .panel--address:not(.panel--newAddress) .panel-body,
  .page-type-account_addressbook .addressList .panel--address:not(.panel--newAddress) .panel-body,
  .page-type-wishlists .addressList .panel--address:not(.panel--newAddress) .panel-body,
  .page-type-account_recentitems .addressList .panel--address:not(.panel--newAddress) .panel-body,
  .page-type-editaccount .addressList .panel--address:not(.panel--newAddress) .panel-body,
  .page-type-shippingaddressform .addressList .panel--address:not(.panel--newAddress) .panel-body,
  .page-type-add-wishlist .addressList .panel--address:not(.panel--newAddress) .panel-body {
    background: #f5f5f5; }
  .page-type-account_orderstatus .addressList .panel--address .panel-body,
  .page-type-account_inbox .addressList .panel--address .panel-body,
  .page-type-account_addressbook .addressList .panel--address .panel-body,
  .page-type-wishlists .addressList .panel--address .panel-body,
  .page-type-account_recentitems .addressList .panel--address .panel-body,
  .page-type-editaccount .addressList .panel--address .panel-body,
  .page-type-shippingaddressform .addressList .panel--address .panel-body,
  .page-type-add-wishlist .addressList .panel--address .panel-body {
    padding: 20px;
    margin-bottom: 20px;
    min-height: 303px;
    border-radius: 10px; }
    .page-type-account_orderstatus .addressList .panel--address .panel-body .address-addNew .address-title,
    .page-type-account_inbox .addressList .panel--address .panel-body .address-addNew .address-title,
    .page-type-account_addressbook .addressList .panel--address .panel-body .address-addNew .address-title,
    .page-type-wishlists .addressList .panel--address .panel-body .address-addNew .address-title,
    .page-type-account_recentitems .addressList .panel--address .panel-body .address-addNew .address-title,
    .page-type-editaccount .addressList .panel--address .panel-body .address-addNew .address-title,
    .page-type-shippingaddressform .addressList .panel--address .panel-body .address-addNew .address-title,
    .page-type-add-wishlist .addressList .panel--address .panel-body .address-addNew .address-title {
      margin-top: 5px;
      margin-bottom: 0; }
    .page-type-account_orderstatus .addressList .panel--address .panel-body .address-title,
    .page-type-account_inbox .addressList .panel--address .panel-body .address-title,
    .page-type-account_addressbook .addressList .panel--address .panel-body .address-title,
    .page-type-wishlists .addressList .panel--address .panel-body .address-title,
    .page-type-account_recentitems .addressList .panel--address .panel-body .address-title,
    .page-type-editaccount .addressList .panel--address .panel-body .address-title,
    .page-type-shippingaddressform .addressList .panel--address .panel-body .address-title,
    .page-type-add-wishlist .addressList .panel--address .panel-body .address-title {
      font-weight: 600;
      margin-bottom: 15px; }
    .page-type-account_orderstatus .addressList .panel--address .panel-body .address-details--postal,
    .page-type-account_inbox .addressList .panel--address .panel-body .address-details--postal,
    .page-type-account_addressbook .addressList .panel--address .panel-body .address-details--postal,
    .page-type-wishlists .addressList .panel--address .panel-body .address-details--postal,
    .page-type-account_recentitems .addressList .panel--address .panel-body .address-details--postal,
    .page-type-editaccount .addressList .panel--address .panel-body .address-details--postal,
    .page-type-shippingaddressform .addressList .panel--address .panel-body .address-details--postal,
    .page-type-add-wishlist .addressList .panel--address .panel-body .address-details--postal {
      font-style: italic; }
    .page-type-account_orderstatus .addressList .panel--address .panel-body .address-details,
    .page-type-account_inbox .addressList .panel--address .panel-body .address-details,
    .page-type-account_addressbook .addressList .panel--address .panel-body .address-details,
    .page-type-wishlists .addressList .panel--address .panel-body .address-details,
    .page-type-account_recentitems .addressList .panel--address .panel-body .address-details,
    .page-type-editaccount .addressList .panel--address .panel-body .address-details,
    .page-type-shippingaddressform .addressList .panel--address .panel-body .address-details,
    .page-type-add-wishlist .addressList .panel--address .panel-body .address-details {
      line-height: 1.7;
      margin-bottom: 15px; }
    .page-type-account_orderstatus .addressList .panel--address .panel-body .form-actions,
    .page-type-account_inbox .addressList .panel--address .panel-body .form-actions,
    .page-type-account_addressbook .addressList .panel--address .panel-body .form-actions,
    .page-type-wishlists .addressList .panel--address .panel-body .form-actions,
    .page-type-account_recentitems .addressList .panel--address .panel-body .form-actions,
    .page-type-editaccount .addressList .panel--address .panel-body .form-actions,
    .page-type-shippingaddressform .addressList .panel--address .panel-body .form-actions,
    .page-type-add-wishlist .addressList .panel--address .panel-body .form-actions {
      position: static;
      margin-top: 15px;
      font-size: 0; }
      .page-type-account_orderstatus .addressList .panel--address .panel-body .form-actions .button,
      .page-type-account_inbox .addressList .panel--address .panel-body .form-actions .button,
      .page-type-account_addressbook .addressList .panel--address .panel-body .form-actions .button,
      .page-type-wishlists .addressList .panel--address .panel-body .form-actions .button,
      .page-type-account_recentitems .addressList .panel--address .panel-body .form-actions .button,
      .page-type-editaccount .addressList .panel--address .panel-body .form-actions .button,
      .page-type-shippingaddressform .addressList .panel--address .panel-body .form-actions .button,
      .page-type-add-wishlist .addressList .panel--address .panel-body .form-actions .button {
        display: inline-block;
        width: calc(50% - 10px); }
        .page-type-account_orderstatus .addressList .panel--address .panel-body .form-actions .button:first-child,
        .page-type-account_inbox .addressList .panel--address .panel-body .form-actions .button:first-child,
        .page-type-account_addressbook .addressList .panel--address .panel-body .form-actions .button:first-child,
        .page-type-wishlists .addressList .panel--address .panel-body .form-actions .button:first-child,
        .page-type-account_recentitems .addressList .panel--address .panel-body .form-actions .button:first-child,
        .page-type-editaccount .addressList .panel--address .panel-body .form-actions .button:first-child,
        .page-type-shippingaddressform .addressList .panel--address .panel-body .form-actions .button:first-child,
        .page-type-add-wishlist .addressList .panel--address .panel-body .form-actions .button:first-child {
          margin-right: 10px; }
        .page-type-account_orderstatus .addressList .panel--address .panel-body .form-actions .button:last-child,
        .page-type-account_inbox .addressList .panel--address .panel-body .form-actions .button:last-child,
        .page-type-account_addressbook .addressList .panel--address .panel-body .form-actions .button:last-child,
        .page-type-wishlists .addressList .panel--address .panel-body .form-actions .button:last-child,
        .page-type-account_recentitems .addressList .panel--address .panel-body .form-actions .button:last-child,
        .page-type-editaccount .addressList .panel--address .panel-body .form-actions .button:last-child,
        .page-type-shippingaddressform .addressList .panel--address .panel-body .form-actions .button:last-child,
        .page-type-add-wishlist .addressList .panel--address .panel-body .form-actions .button:last-child {
          margin-left: 10px; }

.page-type-account_orderstatus .wishlists-table,
.page-type-account_inbox .wishlists-table,
.page-type-account_addressbook .wishlists-table,
.page-type-wishlists .wishlists-table,
.page-type-account_recentitems .wishlists-table,
.page-type-editaccount .wishlists-table,
.page-type-shippingaddressform .wishlists-table,
.page-type-add-wishlist .wishlists-table {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%; }

.page-type-account_orderstatus .pagination,
.page-type-account_inbox .pagination,
.page-type-account_addressbook .pagination,
.page-type-wishlists .pagination,
.page-type-account_recentitems .pagination,
.page-type-editaccount .pagination,
.page-type-shippingaddressform .pagination,
.page-type-add-wishlist .pagination {
  margin-top: 30px; }
  .page-type-account_orderstatus .pagination .pagination-list,
  .page-type-account_inbox .pagination .pagination-list,
  .page-type-account_addressbook .pagination .pagination-list,
  .page-type-wishlists .pagination .pagination-list,
  .page-type-account_recentitems .pagination .pagination-list,
  .page-type-editaccount .pagination .pagination-list,
  .page-type-shippingaddressform .pagination .pagination-list,
  .page-type-add-wishlist .pagination .pagination-list {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
    text-align: left;
    float: none;
    display: block; }
    .page-type-account_orderstatus .pagination .pagination-list .pagination-item,
    .page-type-account_inbox .pagination .pagination-list .pagination-item,
    .page-type-account_addressbook .pagination .pagination-list .pagination-item,
    .page-type-wishlists .pagination .pagination-list .pagination-item,
    .page-type-account_recentitems .pagination .pagination-list .pagination-item,
    .page-type-editaccount .pagination .pagination-list .pagination-item,
    .page-type-shippingaddressform .pagination .pagination-list .pagination-item,
    .page-type-add-wishlist .pagination .pagination-list .pagination-item {
      font-size: 16px; }

.page-type-account_orderstatus .navBar--account {
  margin-bottom: 0; }

.page-type-account_new_return .account-heading {
  padding-bottom: 10px;
  line-height: 1.2; }

.page-type-account_inbox [data-inbox-form] .form-input {
  max-width: 100%; }

.page-type-account_inbox .account-list {
  margin-bottom: 0; }
  .page-type-account_inbox .account-list + h2 {
    line-height: 1.2; }

.page-type-account_inbox .account-orderStatus {
  font-size: 16px;
  color: #757575;
  text-align: left;
  float: none;
  position: inherit; }

.page-type-account_inbox .account-listItem {
  border-bottom: 1px solid #e6e6e6;
  padding: 25px 0 15px 0;
  position: relative; }
  .page-type-account_inbox .account-listItem:first-child {
    padding-top: 0; }
  .page-type-account_inbox .account-listItem:last-child {
    margin-bottom: 42px; }
  .page-type-account_inbox .account-listItem img {
    width: 100%; }
  .page-type-account_inbox .account-listItem .account-product-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

@media (min-width: 551px) {
  .page-type-account_order .account-sidebar-block .order-details-info .account-reorder-form {
    margin-bottom: 10px;
    margin-right: 10px; } }

.page-type-account_order .definitionList-value {
  margin-bottom: 5px; }

.page-type-account_order .account .button {
  min-width: 150px; }

.page-type-account_order .account-heading {
  padding-bottom: 10px;
  line-height: 1.2; }

.page-type-shippingaddressform .account-body {
  margin: 0; }

.page-type-shippingaddressform [data-address-form] .form-field {
  margin: 0 0 23px 0; }

.page-type-shippingaddressform [data-address-form] .form-input {
  max-width: 100%; }

.page-type-shippingaddressform [data-address-form] .form-row .form-label small {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  color: #b4b4b4; }

@media (min-width: 1200px) {
  .page-type-shippingaddressform [data-address-form] .form-row {
    margin-left: -15px;
    margin-right: -15px; }
    .page-type-shippingaddressform [data-address-form] .form-row .form-field {
      padding-left: 15px;
      padding-right: 15px; } }

@media (min-width: 1600px) {
  .page-type-shippingaddressform [data-address-form] .form-row {
    margin-left: -35px;
    margin-right: -35px; }
    .page-type-shippingaddressform [data-address-form] .form-row .form-field {
      padding-left: 35px;
      padding-right: 35px; } }

.page-type-account_paymentmethods .account-body {
  margin: 0; }

.page-type-account_addpaymentmethod .button {
  min-width: 230px; }

.page-type-wishlists .table-actions .button {
  min-width: 100px; }

.page-type-wishlists .form-actions .button {
  min-width: 205px; }

.page-type-wishlist .form-actions .button {
  min-width: 205px; }

.page-type-wishlist .account .navBar--account {
  margin-bottom: 54px; }

.page-type-wishlist .account .form {
  text-align: center;
  margin: 20px 0; }
  .page-type-wishlist .account .form .button {
    width: 100%;
    min-width: 0; }

.page-type-wishlist .account .card {
  margin-bottom: 5px; }
  .page-type-wishlist .account .card .card_optionImage .form-field {
    margin-bottom: 14px; }
  .page-type-wishlist .account .card .button {
    min-width: 0; }

.page-type-wishlist .account .productGrid li {
  margin-bottom: 25px; }
  @media (min-width: 1025px) {
    .page-type-wishlist .account .productGrid li {
      margin-bottom: 45px; } }

.page-type-wishlist .share-wishlist .panel-body {
  background: #f5f5f5;
  border-radius: 10px; }
  .page-type-wishlist .share-wishlist .panel-body .form-input {
    background-color: #ffffff; }

.page-type-account_recentitems .card {
  margin-bottom: 5px; }
  .page-type-account_recentitems .card .card_optionImage .form-field {
    margin-bottom: 14px; }
  .page-type-account_recentitems .card .button {
    min-width: 0; }

.page-type-account_recentitems .productListing li {
  margin-bottom: 25px; }
  @media (min-width: 1025px) {
    .page-type-account_recentitems .productListing li {
      margin-bottom: 45px; } }

.page-type-editaccount [data-edit-account-form] .form-field {
  margin: 0 0 23px 0; }

.page-type-editaccount [data-edit-account-form] .form-input {
  max-width: 100%; }

.page-type-editaccount [data-edit-account-form] .form-row .form-label small {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
  color: #b4b4b4; }

@media (min-width: 1600px) {
  .page-type-editaccount [data-edit-account-form] .form-row {
    margin-left: -35px;
    margin-right: -35px; }
    .page-type-editaccount [data-edit-account-form] .form-row .form-field {
      padding-left: 35px;
      padding-right: 35px; } }

.page-type-editaccount .form-actions .button {
  min-width: 205px; }

.account .form-input,
.account .form-select {
  max-width: 100%; }

.account .form-actions {
  max-width: 100%;
  text-align: left; }

.gift-certificate-form .form-label {
  font-size: 16px; }

/* Custom Css*/
.categories-list a.link:hover,
a:hover, a:focus {
  color: #202020; }

span.navUser-item-loginLabel {
  padding-left: 10px; }

body.homepage-layout-2.page-type-default {
  background: #EEEEEE; }

.dropdown--quickSearch .form-field {
  border-radius: 0; }

.dropdown--quickSearch button {
  background-color: #BE132D !important;
  padding: 5px 10px;
  margin: 2px;
  border-radius: 5px; }

.dropdown--quickSearch button svg {
  fill: #fff; }

.header-layout-2 .header-top .header-top-right .navUser-item > .navUser-action span {
  display: none; }

.header-layout-2 .header-top .header-top-right .navUser-item.navUser-item--cart > .navUser-action .countPill {
  display: block; }

.header-logo img {
  max-width: 130px; }

.header-layout-2 .header-top > .container {
  padding-top: 0px;
  padding-bottom: 0px; }

.header-top > .container,
.header-bottom > .container {
  display: block;
  padding-top: 0; }

.header-top.header-top-section {
  background-color: #1f1f1f;
  padding: 0; }

.navUser-section .navUser-action {
  color: #fff;
  padding: 5px 12px 5px 12px;
  font-size: 12px;
  border-right: 1px solid #e0e0e0;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 600; }

.navUser-item--cart a.navUser-action {
  border: 0; }

.navUser-action .icon {
  height: 13px;
  width: 20px;
  margin: 0 2px 0 0; }

.header-top {
  padding: 15px 0; }

.dropdown--quickSearch,
.dropdown--quickSearch .form-input {
  max-width: 100%; }

.navPages-list .navPages-item > .navPages-action {
  font-size: 14px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  padding: 8px 0; }

.dropdown--quickSearch #search_category .icon {
  right: 7px; }

.dropdown--quickSearch #search_category .select_category {
  padding: 12px 20px 12px 15px;
  line-height: normal; }

.dropdown--quickSearch #search_category {
  border-radius: 0;
  border-right: 1px solid #00000005;
  background: transparent; }

.navPages-list {
  margin: 0; }

.header-top-right .navUser-action {
  border-right: none; }

.header-layout-2 .header-bottom .navPages-container {
  z-index: 999;
  padding-right: 0; }

.user-sec {
  background: #BE132D;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.slide-menu .controls {
  overflow: hidden;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: auto;
  color: #fff;
  border-radius: 0 5px 5px 0;
  top: 9px;
  font-size: 22px;
  font-weight: 500;
  right: 6px; }

nav#test-menu-left {
  padding: 0; }

.btnCust.slide-menu-control {
  border: none;
  background: transparent;
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  padding: 0;
  border-radius: 3px;
  display: inline-block;
  font-family: "Montserrat", Arial, Helvetica, sans-serif; }

.btnCust.slide-menu-control,
.btnCust:hover {
  opacity: 1 !important; }

.menu-title {
  margin: 0;
  font-size: 16px; }

.controls .btnCust {
  background: transparent;
  font-size: 22px; }

.navPages-action {
  font-weight: 500; }

.slide-menu ul a {
  padding: 9px 30px; }

.slider ul li a {
  border-bottom: none; }

.arrow.right {
  border: solid #777;
  border-width: 0px 2px 2px 0;
  padding: 2.5px; }

.slide-menu a.navUser-action:hover {
  background: transparent; }

.slide-menu span.navUser-item-loginLabel {
  font-size: 16px;
  font-weight: 700;
  font-family: "Montserrat", Arial, Helvetica, sans-serif; }

.nav-inner .slider ul li a {
  border-bottom: none;
  padding: 10px 30px !important; }

.nav-inner {
  overflow-y: auto;
  overflow-X: auto;
  background: #fff;
  width: 100%;
  display: flex;
  height: 100vh;
  padding: 0;
  position: relative;
  display: inline-block; }

.slide-menu .slider {
  top: 0 !important; }

.custom-menu.show-menu {
  transform: translateX(0%) !important; }

.custom-menu.hide-menu {
  transform: translateX(-100%) !important; }

.socialLinks li {
  margin: .5rem; }

.socialLinks .icon:hover svg {
  fill: #b8b8b8; }

.orverflow-hidden::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(3, 3, 3, 0.7);
  z-index: 9; }

.slideshow-wrapper {
  padding-top: 0; }

.form-option-expanded {
  border: 1px solid #be132d; }

.header-layout-2 .header-bottom .navPages-container .navPages-list-webpages {
  padding: 0; }

.header-layout-2 .header-bottom .navPages-container .navPages {
  display: flex;
  justify-content: center;
  align-items: center; }

.header-layout-2 .header-bottom .navPages-container .navPages .btn-list {
  display: inline-flex; }

.header-layout-2 .header-top .header-top-left .navUser-item--phone {
  font-size: 14px;
  position: absolute;
  left: 140px;
  bottom: -11px; }

.header-layout-2 .header-top .header-top-left {
  position: relative; }

.navUser-item--phone .navUser-action {
  border-right: none; }

.header {
  background-color: #BE132D; }

.navPages-list .navPages-item {
  margin: 0 0 0 24px; }

ul.navPages-list-megamenu li.navPages-item,
ul.navPages-list--user li.navPages-item {
  margin: 0; }

.header-bottom {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 6px;
  box-shadow: none !important; }

.header-bottom.sticky-down {
  padding: 6px 0; }

.socialLinks {
  float: right; }

.socialLinks .socialLinks-item {
  margin: 0; }

.socialLinks li + li.socialLinks-item {
  margin-left: 10px; }

.header-layout-2 .header-bottom .navPages-container {
  display: inline-block;
  width: auto; }

span.all-cat {
  color: #fff;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 12px;
  width: max-content; }

span.all-cat img {
  width: 25px;
  margin-right: 7px; }

.btnCust {
  background: transparent; }

.header-mobile {
  background-color: #000; }

.slideshow-wrapper .slideshow-inner {
  width: 100%;
  margin-bottom: 0; }

.inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }

.header-layout-2 .header-top .inner-container > * {
  flex: 1;
  width: unset;
  max-width: unset; }

.header-layout-2 .header-top .header-top-middle {
  flex: 0 0 50%; }

.slide-menu a.navUser-action {
  border: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600; }

.menu-title {
  padding: 11px 30px;
  line-height: normal;
  display: none; }

.slide-menu ul {
  padding-top: 10px;
  width: 100% !important; }

.header-bottom nav.slide-menu {
  width: 370px; }

.slick-track {
  display: flex; }

.productCarousel-slide {
  height: auto; }

.productCarousel-slide .card {
  height: 100%; }

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

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

.card-title > a:hover span {
  background-image: none;
  background-repeat: unset;
  background-position-y: unset; }

.slick-arrow {
  border: 0;
  background: #BE132D; }

.slick-arrow:hover, .slick-arrow:focus {
  background: #a91b31; }

.slick-prev:before,
.slick-next:before {
  filter: invert(1); }

.slick-dots li.slick-active button, .slick-dots li:hover button {
  background: #BE132D;
  border: 1px solid #BE132D; }

.slick-dots li button {
  border: 1px solid #BE132D;
  background: #fff; }

.new-badge {
  color: #ffffff;
  background: #BE132D;
  border: 1px solid #BE132D; }

.tab-title:hover {
  color: #202020; }

.card-figcaption-bottom .card-figcaption-body .wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px; }

.button:hover, .button:focus, .button:active,
.button--primary,
#sticky_addtocart .form-action .button,
#sticky_addtocart .form-action .button:hover,
.card-figcaption-bottom .card-figcaption-body .wishlist {
  background-color: #be132d !important;
  border-color: #be132d;
  color: #fff; }

.card-figcaption-button:hover,
.card-figcaption-button:active,
.card-figcaption-bottom .card-figcaption-body .wishlist:hover {
  background: #a91b31; }

.sale-badge,
.card-price .price-section.sale-price, .card-price .price-section.retail-price {
  color: #be132d; }

.product-badge {
  line-height: normal; }

[data-content-region="home_below_home_products_block_2"] #sd-image-083c12b2-0e1c-4cd3-882b-7d66676bbec8 {
  background-position: right; }

[data-content-region="home_below_home_products_block_2"] #sd-image-5e69a3cc-dd51-4f6a-bbce-4d1a4c933eb5 {
  background-position: left; }

.page-type-default.homepage-layout-2 #homeProductBlock2.home-product-block {
  padding-top: 40px; }

.homepage-layout-2 .halo_custom_block_shop_by_categories .page-header .view-all {
  padding-top: 0; }

.homepage-layout-2 .before-you-leave .before-you-leave-banner .content .button:hover {
  background: #be132d;
  border-color: #be132d;
  color: white; }

.before-you-leave .before-you-leave-banner .content .content-inner * {
  color: #202020; }

.homepage-layout-2 .halo_custom_block_shop_by_categories .page-header .view-all:hover,
.page-header .view-all:hover,
.product-block-cate-id .right-cate .cate-item .cate-info .link:hover,
.product-block-cate-id .right-cate .cate-item.view-all .link:hover {
  color: #202020;
  background-image: none; }

.homepage-layout-2 #homeProductFlashSale .page-heading {
  margin: 0 30px 15px 0; }

.has-stickyHeader .header.header-layout-2 .header-bottom .header-fixed-right .navUser-item svg {
  fill: #fff; }

.header-bottom.sticky-down .inner-container {
  justify-content: start; }

.header-bottom.sticky-down .socialLinks {
  margin-left: auto; }

.footer-layout-2 .footer-top .seal-logos {
  margin-bottom: 5px; }

.homepage-layout-2 .footer-bottom {
  padding: 10px 0; }

.footer-info.footer-bottom .footer-info-col {
  margin-bottom: 0 !important; }

.footer-layout-2 .footer-info-list a:hover {
  color: #202020;
  background: none; }

.card-img-container {
  max-width: 100%; }

.card-figcaption-body {
  position: unset;
  transform: unset;
  transform-style: unset; }

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

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

input[type="checkbox"]:checked:before {
  background: #BE132D;
  border-color: #BE132D; }

.card-figcaption-body .card-figcaption-button:focus {
  background-color: #be132d; }

.card-figcaption-button {
  color: #fff;
  background-color: #be132d;
  border-color: #be132d; }

.all-categories-list .navPages-item a {
  padding-right: 15px; }

.all-categories-list .navPages-item:first-child > .icon-dropdown {
  height: 100%; }

.all-categories-list li:first-child {
  padding-top: 8px; }

.modal-close {
  background: #BE132D; }

.productView-brand a {
  color: #BE132D; }

.productView-product .productView-brand a:hover {
  color: #BE132D; }

.productView-brand a:hover span,
.productView-brand a span {
  background-image: linear-gradient(transparent 96%, #be132d99 4%); }

.pagination-wrapper .compare-link a {
  color: #BE132D; }

.pagination-wrapper .compare-link a .text {
  background-image: linear-gradient(transparent 96%, #BE132D 4%); }

.page-listing-header + [data-content-region] + .subcategories .category-sub-categories {
  margin-left: 0;
  margin-right: 0; }

.page-listing-header + [data-content-region] + .subcategories .category-sub-categories .slick-dots {
  right: 0; }

.page-listing-header.has-banner .page-listing-header--banner {
  background-color: #be132d; }

.homepage-layout-2 .view-as-btn .btn-group .btn-view.current-view .icon {
  fill: #333; }

.all-categories-list .navPages-item .icon-dropdown {
  top: 0;
  padding-top: 15px;
  align-items: start; }

.all-categories-list .dropdown-category-list .navPage-subMenu-item.current-cat > a,
.all-categories-list .navPages-item.current-cat > a,
.all-categories-list .dropdown-category-list .navPage-subMenu-item a:hover {
  color: #be132d;
  background-image: none; }

.card-compare input {
  border-color: #BE132D;
  cursor: pointer; }

.card .card-option [data-product-attribute] .form-option .form-option-variant {
  border: 1px solid #BE132D; }

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

.card-figcaption-button.quickview {
  color: #fff;
  background-color: #BE132D; }

.card-figcaption-button.quickview:hover {
  color: #BE132D;
  background-color: #fff; }

.pagination-wrapper .compare-link a .countPill {
  color: #BE132D; }

.breadcrumb-label:hover {
  color: #BE132D; }

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

.halo-close {
  background: #BE132D; }

.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 {
  background: #fff; }

.login .form-actions .forgot-password {
  color: #202020;
  background-image: linear-gradient(transparent 96%, rgba(32, 32, 32, 0.7) 4%); }

.sidebar-label .icon-filter svg {
  fill: #333;
  stroke: #333; }

.form-increment button.button--icon:hover,
.form-increment button.button--icon:active {
  background-color: transparent;
  border-color: transparent; }

#halo-newsletter-popup .newsletter-popup-inner [data-close-newsletter-popup] {
  background-color: #be132d; }

#halo-newsletter-popup .newsletter-popup-inner [data-close-newsletter-popup] {
  width: 14px;
  height: 14px;
  color: #fff;
  border-radius: 3px; }

.productView-nextProducts .card .card-content .card-title a {
  color: #202020; }

.productView-nextProducts .card .card-content .card-title a span {
  background-image: linear-gradient(transparent 96%, #20202099 4%); }

.productView-thumbnails.slick-initialized .productView-thumbnail.slick-current .productView-thumbnail-link,
.productView-thumbnails:not(.slick-initialized) .productView-thumbnail-link.is-active,
.productView-thumbnails.slick-initialized .productView-thumbnail .productView-thumbnail-link:hover {
  border-color: #be132d; }

.is-active .tab-title {
  border-bottom-color: #be132d; }

.tab.is-active .tab-title {
  color: #202020; }

.form-radio:checked + .form-option,
.login .form-actions .button:hover {
  border-color: #be132d; }

.productView-options .form-field.form-field--increments .form-increment .form-input--incrementTotal {
  padding: 10px 35px 10px 20px; }

#recently_bought_list .recently-bought-inner .product-info .product-name a {
  color: #202020; }

#recently_bought_list .recently-bought-inner .product-info .product-name a > span {
  background-image: linear-gradient(transparent 96%, #20202099 4%); }

.has-activeNavPages #menuMobile .navPages-list .navPages-item {
  margin: 0; }

#menuMobile .navPages-list--user .socialLinks {
  padding: 15px 0 10px 0;
  float: none; }

#menuMobile .navPages-list + .navPages-list {
  margin: 10px 0; }

#menuMobile .navPages-action-moreIcon svg {
  margin-right: 5px; }

.homepage-layout-2.page-type-default .card {
  padding: 10px; }

div[data-content-region="home_below_home_products_block_2"] [data-sub-layout-container="f44063fd-2bf8-4646-b56e-4bc60215c89b"] {
  row-gap: 15px; }

.card-figcaption-bottom .card-figcaption-body .wishlist svg {
  fill: #333; }

.button:hover, .button:focus, .button:active,
.button--primary,
#sticky_addtocart .form-action .button,
#sticky_addtocart .form-action .button:hover,
.card-figcaption-bottom .card-figcaption-body .wishlist {
  background-color: transparent; }

.card-price .price-section.price-section--withoutTax,
.card-price .price-section.price-section--withTax,
.countDowntimer .clock-item span {
  color: #be132d; }

.countDowntimer .clock-item span {
  font-weight: 600; }

.footer {
  background-color: #e8e8e8; }

.halo_custom_block_shop_by_categories .categories-list .category-item .link {
  margin-top: 0;
  text-align: left;
  position: absolute;
  left: 20px;
  top: 20px;
  max-width: 45%;
  font-weight: 600; }

.homepage-layout-2 .halo_custom_block_shop_by_categories .categories-list .category-item {
  position: relative; }

.homepage-layout-2 .halo_custom_block_shop_by_categories .categories-list .category-item img {
  width: auto;
  padding-top: 30px;
  background-color: #F5F5F5;
  border-radius: 5px; }

.mobile-search {
  display: none; }

.card-figcaption-bottom {
  display: none; }

div#search_category {
  display: none; }

.card-price, .card-rating, .card-brand, .card-title, .number-of-sold .product-sales {
  margin: 0;
  font-size: 14px; }

.productCarousel-slide .card-body .card-brand {
  color: #be132d; }

.free-shipping {
  margin: 0; }

.free-shipping .free-shipping-icon {
  display: none;
  margin-right: 5px; }

.free-shipping .free-shipping-icon img {
  max-width: 20px; }

.free-shipping span {
  font-size: 14px;
  display: inline-block;
  vertical-align: top; }

.card .card-option.card-optionMobile {
  display: none; }

.deliver-location-desktop {
  display: flex;
  align-items: anchor-center;
  align-items: flex-end;
  margin: 0 0;
  position: relative;
  z-index: 9;
  cursor: pointer; }

.deliver-location-desktop img {
  max-width: 20px;
  padding-bottom: 4px; }

.deliever-location-parent {
  display: flex;
  flex-direction: column;
  padding: 0 5px; }

.deliver-to-desktop {
  font-size: 13px;
  line-height: 9px;
  color: #999999; }

.country-name {
  font-size: 16px;
  color: #fff;
  font-weight: bold; }

.desktop-hidden {
  display: none; }

.popup, .address-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 375px;
  background: white;
  padding: 20px;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 999; }

#confirmationPopup-mobile {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 375px;
  background: white;
  padding: 20px;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 999; }

#confirmationPopup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 375px;
  background: white;
  padding: 20px;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 999; }

#confirmationPopup .close-btn {
  float: right; }

.popup .close-btn, .address-popup .close-btn {
  float: right;
  cursor: pointer;
  font-size: 16px;
  color: red; }

button.Apply-button, .apply-zip-button {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding: 5px 20px;
  margin: 0;
  border-radius: 20px;
  border: 1px solid #333;
  font-size: 13px;
  min-width: 105px; }

input#zipCode {
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  border: 1px solid #333;
  padding: 6px 10px;
  font-size: 14px; }

input#zipCodeNew {
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  border: 1px solid #333;
  padding: 6px 10px;
  font-size: 14px; }

.Zip-input, .Dropdown-parent, .zip-input-section, .country-dropdown-section {
  text-align: center;
  position: relative;
  margin-top: 10px; }

.Zip-input:before, .Dropdown-parent:before, .zip-input-section:before, .country-dropdown-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #777;
  left: 0;
  top: 20px; }

.overlay, .overlayNew {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black */
  z-index: 998; }

.hide-deliver-city {
  display: none !important; }

.popup .close-btn {
  float: right;
  cursor: pointer;
  font-size: 16px !important;
  color: #000 !important;
  position: absolute;
  right: 2px;
  top: 5px;
  font-weight: 600;
  background-color: transparent;
  padding: 7px 15px;
  border-radius: 5px; }

.popup h3, .address-popup h3 {
  font-size: 16px;
  margin: -20px -20px 0 -20px;
  background-color: #f1f1f1;
  padding: 15px 20px;
  border-radius: 10px 10px 0 0; }

.popup {
  border-radius: 10px; }

.popup label, .Dropdown-parent label, .zip-input-section label, .country-dropdown-section label {
  font-size: 13px;
  padding: 10px 0;
  display: inline-block;
  position: relative;
  background-color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 3px; }

.Delivery-text, .delivery-info-text {
  font-size: 13px;
  padding: 15px 0; }

button.See-your-address, .sign-in-button {
  background-color: #ffce12;
  display: inline-block;
  width: 100%;
  border-radius: 20px;
  padding: 7px;
  font-size: 13px;
  font-weight: 500; }

button.button-click, .done-button {
  background-color: #ffce12;
  display: inline-block;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 15px;
  float: right;
  margin: 25px 0 15px 0; }

#continueButton {
  background-color: #ffce12;
  display: inline-block;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 15px;
  float: right;
  margin: 25px 0 15px 0; }

select#address, #countrySelectNew {
  border-radius: 7px;
  padding: 5px;
  background-color: #f1f1f1;
  font-size: 14px;
  border: 1px solid #c0c0c0; }

#Deliver-to {
  display: inline-block;
  padding-left: 3px;
  margin-bottom: 15px; }

.location-symbol {
  display: inline-block; }

p#confirmationMessage {
  font-size: 13px;
  margin-top: 15px;
  margin-bottom: 0px; }

.popup ul li {
  display: inline-block;
  padding: 7px 10px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 10px; }

.popup ul li.selected {
  display: inline-block;
  padding: 9px 12px;
  background-color: #edf8ff;
  border: 3px solid #2162a1;
  border-radius: 10px; }

span.location-symbol img {
  max-width: 17px; }

span.location-symbol {
  display: inline-block; }

.delivery-location {
  font-size: 16px;
  color: #fff;
  padding: 8px 15px 12px; }

p#Deliver-to {
  display: inline-block;
  margin: 0;
  padding-left: 7px;
  vertical-align: top;
  font-size: 16px;
  color: #fff; }

section.productView-details.product-data .delivery-location {
  color: #000;
  padding: 0px 0 2px 0; }

section.productView-details.product-data #Deliver-to {
  color: #000; }

span#Deliver-city-product {
  display: inline-block;
  margin-top: 2px; }

.halo_custom_block_shop_by_categories .categories-list-custom .category-item .link {
  font-size: 15px;
  padding: 10px;
  display: inline-block;
  line-height: normal;
  text-align: center; }

.halo_custom_block_shop_by_categories .categories-list-custom .category-item .link img {
  margin-bottom: 10px; }

.dropdown--quickSearch,
.dropdown--quickSearch .form-input {
  border-radius: 5px;
  overflow: hidden; }

.dropdown--quickSearch button svg {
  width: 20px;
  height: 24px; }

.sale-badge {
  background: transparent;
  border: 1px solid transparent; }

.sale-badge .sale-saving {
  color: #fff;
  background-color: #fd384f;
  padding: 0px 4px;
  display: inline-block;
  border-radius: 3px;
  margin-right: 5px;
  font-size: 11px;
  line-height: 17px; }

.card-rating .rating--count {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 2px; }

.homepage-layout-2 #homeProductFlashSale {
  background: transparent; }

.addPopUpBg:before {
  content: "";
  background-color: rgba(3, 3, 3, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 998; }

.footer-info-heading {
  color: #fff; }

.footer-info-col {
  color: #fff; }

.footer-info-col[data-section-type="storeInfo"] a {
  color: #fff; }

.footer-info-list a {
  color: #fff; }

.footer-inner .socialLinks {
  float: left; }

.footer-bottom {
  background: #333; }

.footer-copyright > p {
  color: #fff; }

.homepage-layout-2:not(.page-type-product) .container {
  max-width: 1400px; }

.footer {
  background-color: #000; }

.footer-layout-2 .footer-info-col .socialLinks .icon {
  border: 2px solid #fff; }

.footer-layout-2 .footer-info-col .socialLinks .icon svg {
  fill: #fff; }

.page-listing-header.has-banner .page-listing-header--banner {
  min-height: auto; }

.view-as-btn .btn-group .btn-view .icon {
  fill: #333; }

.free-shipping {
  color: #333; }

.button:hover, .button:focus, .button:active,
.button--primary,
#sticky_addtocart .form-action .button,
#sticky_addtocart .form-action .button:hover,
.card-figcaption-bottom .card-figcaption-body .wishlist {
  background-color: #BE132D; }

h3.card-title a span {
  color: #be132d; }

.slick-slide img {
  display: inline-block;
  overflow: hidden;
  border-radius: 5px; }

.navUser-action svg {
  fill: #fff; }

.navUser-action:hover svg, .navUser-action.is-open svg, .navUser-action:focus svg, .navUser-action:active svg {
  fill: #fff;
  stroke: #fff; }

.navUser-or {
  color: #fff; }

.navUser-section .navUser-action {
  border-right: 1px solid #444444; }

.header-top .header-top-right .navUser-item > .navUser-action > .icon {
  fill: #fff; }

.countPill {
  background-color: #BE132D;
  color: #fff; }

.navPages-list .navPages-item > .navPages-action {
  color: #333; }

.header {
  background-color: #fff; }

.dropdown--quickSearch {
  border: 1px solid #333; }

.mobileMenu-toggle .mobileMenu-toggleIcon, .mobileMenu-toggle .mobileMenu-toggleIcon::after, .mobileMenu-toggle .mobileMenu-toggleIcon::before {
  background: #fff; }

p#Deliver-to, .delivery-location {
  color: #333; }

.socialLinks .icon svg {
  fill: #b8b8b8; }

.navPages-list .navPages-item > .navPages-action:hover {
  color: #000; }

.deliver-location-desktop {
  margin-left: 0px; }

h2.productView-brand {
  display: none; }

.slick-arrow {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px; }

.productView-info-name {
  margin-right: 3px;
  min-width: auto; }

.productView-options .form-field.form-field--increments .form-increment .form-input--incrementTotal {
  height: 38px; }

.productView-options .form-field.form-field--increments .form-increment .button[data-action="dec"], .cart-item-quantity .form-increment .button[data-action="dec"] {
  bottom: 4px; }

.productView-options .form-field.form-field--increments .form-increment .button[data-action="inc"], .cart-item-quantity .form-increment .button[data-action="inc"] {
  top: 4px; }

#back-to-top {
  bottom: 3px; }

[data-currency-code="USD"] .footer {
  margin-bottom: 90px; }

.card-brand {
  display: none !important; }

.slick-arrow {
  background: #fff; }

.slick-prev:before,
.slick-next:before {
  filter: brightness(0.5); }

.slick-arrow:hover, .slick-arrow:focus {
  background-color: #f2f2f2; }

.slick-dots li button {
  border: 1px solid #333; }

.slick-dots li.slick-active button, .slick-dots li:hover button {
  background: #333;
  border: 1px solid #333; }

body.homepage-layout-2.page-type-default {
  background: #fff; }

.card-img-container, .card-img-container .product-additional {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #f1f1f1; }

.homepage-layout-2.page-type-default .card {
  padding: 0; }

.productView-thumbnail {
  padding-left: 0;
  padding-right: 0;
  margin: 0 2px !important; }

.productView-thumbnails.slick-initialized .productView-thumbnail.slick-current .productView-thumbnail-link,
.productView-thumbnails:not(.slick-initialized) .productView-thumbnail-link.is-active,
.productView-thumbnails.slick-initialized .productView-thumbnail .productView-thumbnail-link:hover {
  border-color: #333;
  border-radius: 5px; }

.productView-title {
  font-size: 20px;
  line-height: 27px;
  font-weight: normal; }

img.shipping--icon--mIExyzv {
  display: none; }

.free-shipping-content {
  font-size: 14px; }

span.shipping-date {
  display: inline-block;
  width: 100%;
  margin-bottom: 2px;
  margin-top: 5px; }

span.free-return {
  font-size: 16px; }

.productView-info-name {
  font-weight: 600;
  color: #000; }

.price--withoutTax {
  color: #BE132D; }

.productView-rating-wrap {
  border-bottom: 1px solid #f1f1f1;
  line-height: 15px;
  display: none; }

.delivery-location span, .delivery-location .Deliver-pdp {
  color: #2162a1 !important; }

span#Deliver-city-product {
  margin-top: 0px; }

p#Deliver-to {
  padding-left: 5px; }

.productView-shortDesc {
  margin-top: 0;
  font-size: 14px;
  line-height: 22px; }

.productView-options .form-field.form-field--increments .form-increment .form-input--incrementTotal, .cart-item-quantity .form-increment .form-input--incrementTotal {
  padding: 10px 18px 10px 0px;
  width: 54px;
  height: 30px;
  border-radius: 5px; }

.form-select--small,
.form-select--date {
  border-radius: 5px; }

.productView-options .form-field .form-label {
  margin-bottom: 10px;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #000; }

.productView-options {
  margin-bottom: 0px; }

.categories-list-custom ul.slick-dots {
  display: none !important; }

.productCarousel-slide .card .card-title, #feauturedProductRecommended .card .card-title {
  margin: 7px 0 0px 0;
  font-weight: 600; }

.text.percentage-saving {
  padding: 0px 0 2px 0;
  line-height: normal; }

.card-price {
  margin-top: 0px !important; }

.card-price .price-section .price {
  font-size: 16px;
  font-weight: 600;
  color: #333; }

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

.card-title > a.clamp {
  -webkit-line-clamp: 1 !important; }

.sale-badge {
  color: #fd384f;
  background: #fd384f;
  border: 1px solid #fd384f; }

.sale-badge,
.card-price .price-section.sale-price, .card-price .price-section.retail-price {
  color: #fff; }

.fast-delivery-content ul li, .security-section-inner ul li {
  list-style-type: none;
  position: relative; }

.fast-delivery-content ul, .security-section-inner ul {
  margin: 7px 0; }

.fast-delivery-content ul li, .security-section-inner ul li {
  list-style-type: none;
  position: relative;
  padding-left: 16px;
  font-size: 14px; }

.fast-delivery-content ul li:before, .security-section-inner ul li:before {
  content: "✓";
  width: 20px;
  height: 20px;
  color: green;
  font-size: 14px;
  position: absolute;
  left: 0; }

span.free-return {
  font-size: 14px;
  display: inline-block;
  margin-left: 3px;
  font-weight: 600; }

.security-section-text, .fast-delivery-text {
  font-weight: 600; }

.productView-info {
  margin-bottom: 2px; }

.security-section {
  margin-top: 10px; }

.free-return-section .shipping--icon {
  max-width: 18px; }

p#Deliver-to, .delivery-location {
  font-size: 14px; }

.productView-images {
  margin-bottom: 1.5rem; }

span.free-shipping-text {
  vertical-align: top;
  line-height: 24px;
  font-weight: 600; }

.fast-delivery-text {
  vertical-align: top;
  line-height: 28px; }

img.shipping--icon {
  display: inline-block;
  max-width: 18px;
  margin-right: 4px; }

.free-shipping-content img.shipping--icon, .fast-delivery-content img.shipping--icon {
  max-width: 23px; }

.button, .socialMedia-button {
  border-radius: 5px; }

.productView-description span {
  font-size: 14px !important;
  color: #191919 !important; }

.price--withoutTax {
  color: #333; }

.productGrid .product, .homepage-layout-2.page-type-default .product, .productCarousel-slide .card {
  padding-left: 3px;
  padding-right: 3px; }

.productGrid .card, .homepage-layout-2.page-type-default .card, .productCarousel-slide .card {
  margin-bottom: 0;
  background-color: transparent;
  padding: 0px;
  border-radius: 5px; }

.productGrid .card {
  margin-bottom: 10px; }

.homepage-layout-2.page-type-default .card {
  margin-bottom: 0; }

p.card-rating {
  display: none; }

.productView-info-name,
.productView-info-value {
  font-size: 14px;
  float: inherit; }

.productView-info-name.sku-label {
  margin-top: 15px; }

span.productView-info-value {
  font-weight: normal;
  padding-left: 1px; }

.form-option-variant--color,
.form-option-variant--pattern {
  border-radius: 3px; }

.form-radio:checked + .form-option,
.login .form-actions .button:hover {
  border-color: #333;
  border-radius: 3px; }

.productView-description .detailmodule_html div {
  text-align: left !important; }

span.price.price--non-sale {
  font-size: 14px !important;
  color: #6b6262 !important;
  background-color: #fff; }

.countdown-timer {
  color: red; }

.free-shipping-section, .fast-delivery, .security-section {
  border-bottom: 7px solid #f1f1f1; }

.sold-rating {
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 2px 0; }

.shop-sustainably {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px; }

.free-return-section {
  padding: 10px 0;
  border-bottom: 7px solid #f1f1f1;
  margin-bottom: 15px; }

.security-section {
  border-top: 7px solid #f1f1f1;
  padding-top: 15px;
  padding-bottom: 7px; }

.free-shipping-section {
  padding-top: 10px;
  margin-top: -25px;
  border-top: 7px solid #f1f1f1; }

.fast-delivery {
  padding-top: 10px;
  padding-bottom: 5px; }

.productView-info-name.sku-label, .productView-info-name {
  margin-bottom: 0; }

.productView-details .productView-rating-wrap .sold-product {
  display: inline-block;
  color: #e10600;
  margin-bottom: 10px;
  vertical-align: middle; }

.productView-options .form-action .button {
  padding: 14px 25px; }

.productView-options .form {
  margin-top: 17px; }

.productView-options .form-action.form-wishlist > .button, .socialMedia-button, .productView-options .form-action.form-wishlist {
  width: 45px;
  height: 45px;
  position: unset;
  margin-left: inherit !important; }

.social-mediaBlock {
  position: relative;
  top: -45px;
  right: -30px; }

.productView-product .productView-rating-wrap .sold-product {
  background-color: #ffeeee;
  padding: 3px 5px;
  display: inline-block;
  width: auto;
  border-radius: 3px; }

.free-shipping span.choice, .choice-span {
  background-color: #fce585;
  display: inline-block;
  padding: 0px 5px;
  line-height: 19px;
  border-radius: 3px;
  overflow: hidden;
  font-size: 11px;
  margin-top: 1px;
  margin-right: 2px;
  font-weight: 600;
  color: #000;
  vertical-align: top; }

.free-shipping span.choice a {
  display: inline-block;
  border-radius: 3px; }

.number-of-sold {
  line-height: 15px;
  margin: 0; }

span.choice-span {
  margin-top: 0px; }

span.sale, span.choice {
  line-height: 16px;
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  min-width: 38px;
  text-align: center;
  display: inline-block;
  vertical-align: top; }

.choice-pdp span {
  font-size: 12px !important; }

span.sale {
  background-color: #fc364c;
  color: #fff; }

span.choice {
  background-color: #fff2b7; }

span.price.price--non-sale, .ls-original-price {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important; }

.choice-pdp {
  display: flex;
  align-items: center;
  margin-bottom: 15px; }

.choice-pdp .text.percentage-saving {
  padding-left: 9px; }

span.dot {
  margin-top: -2px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px; }

.free-shipping-section .card-brand {
  display: block !important;
  padding-bottom: 15px; }

.product-badge {
  min-width: 35px;
  height: 22px;
  font-size: 12px; }

.halo-sideCart .halo-free-shipping-message {
  display: none; }

.previewCart-additionalCheckoutButtons {
  padding: 0 !important; }

p.or-use-label {
  margin-bottom: 15px;
  text-align: center; }

.PaypalCommerceCreditCheckout.RemoteCheckout.CheckoutButton {
  margin-bottom: 0; }

.has-calculate-shipping main.page-content .halo-free-shipping-message {
  display: none; }

.alertBox--warning {
  color: #87724f;
  background: #f3f3f3;
  border-radius: 0; }

.cart-item-name__label {
  display: inline-block;
  font-weight: 600; }

.cart-item-edit svg {
  fill: green; }

.cart-item-edit span {
  color: #000;
  font-style: normal;
  font-weight: 600; }

.cart-total--title .cart-total-label {
  font-size: 16px; }

.cart-additionalCheckoutButtons {
  margin-top: 1rem !important; }

table.cart {
  margin-bottom: .3rem; }

.form-input, .form-select {
  border-radius: 5px; }

.page-type-createaccount [data-create-account-form] .form-field {
  margin: 0 0 15px 0; }

.page-type-forgotpassword .form-field,
.page-type-getnewpassword .form-field {
  margin: 0 0 0 0; }

#judgeme_product_reviews .jdgm-rev-widg__title {
  font-size: 18px; }

#judgeme_product_reviews .jdgm-rev-widg__summary {
  float: left;
  margin-bottom: 10px; }

.tab-content .tabContent span, .tab-content .tabContent p {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif !important; }

.account-product-description {
  color: #232323;
  margin-bottom: 10px;
  line-height: normal;
  font-size: 16px; }

.account-product-detail-heading {
  margin: 0 0 5px; }

.page-heading {
  margin: 0 0 15px; }

.footer-layout-2 .footer-info-col:last-child .footer-info-heading {
  border: none; }

.footer-layout-2 .footer-info-col .footer-info-heading.is-clicked {
  border-bottom: 1px solid #8b8b8b; }

.halo-open-account .login-dropdown .navPages-list > .navPages-item > .navPages-action > .text {
  font-size: 16px; }

span.AliExpress {
  padding-left: 2px; }

.page-listing-header + [data-content-region] + .subcategories .sub-cate-img > a img {
  border-radius: 0; }

.page-listing-header + [data-content-region] + .subcategories .sub-cate-img {
  background: transparent; }

.page-listing-header + [data-content-region] + .subcategories .sub-cate-img {
  width: auto;
  height: auto; }

.halo-category-toolbar {
  margin-top: 10px; }

.page-listing-header + [data-content-region] + .subcategories .jump {
  margin-bottom: 35px; }

.slick-dots li {
  margin: 0px 0px 0 0; }

.page-listing-header + [data-content-region] + .subcategories .sub-cat-name a {
  line-height: normal !important;
  display: inline-block; }

.page-listing-header + [data-content-region] + .subcategories .sub-cate-item {
  padding-left: 10px;
  padding-right: 10px; }

.page-listing-header + [data-content-region] + .subcategories .sub-cate-img > a img {
  border-radius: 5px; }

.card-figcaption-button.quickview:hover {
  color: #fff; }

.footer-layout-2 .footer-info-list a:hover {
  color: #a8b6c1; }

.footer-info-col[data-section-type="footer-brands"] .footer-info-list .view_all a {
  color: #fff; }

.footer-info-col[data-section-type="footer-brands"] .footer-info-list .view_all a:hover {
  color: #a8b6c1;
  background-image: none; }

.header-bottom {
  z-index: 98;
  position: relative; }

.quickSearch-wrap.is-open {
  background-color: #fff;
  z-index: 999;
  border-top: 1px solid #f6f6f6;
  margin-top: 19px;
  padding-top: 10px; }

.panel-body > :first-child {
  font-size: 18px; }

.search-suggestion > a.search-refine {
  border-bottom: 1px solid; }

.search-suggestion a {
  text-decoration: underline;
  font-size: 17px;
  color: #000; }

.page-type-page .page-heading, .page-type-page h2 {
  font-size: 25px !important;
  text-transform: capitalize;
  line-height: normal;
  margin-bottom: 10px;
  font-weight: normal;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif; }

.page-type-page h3 {
  font-size: 20px !important;
  text-transform: capitalize;
  line-height: normal;
  margin-bottom: 10px; }

.page-type-page p {
  margin-bottom: 0.5rem; }

body.page-type-page #main-content .container {
  margin-bottom: 10px !important; }

.page-type-page table {
  margin: 15px 0; }

.page-type-page table td, .page-type-page table th {
  border: 1px solid #ccc;
  padding: 5px 7px; }

.page-type-page table th {
  background-color: #f6f6f6; }

.footer-layout-2 .footer-info-heading {
  font-size: 14px !important; }

#tab-description .detail-desc-decorate-richtext img {
  margin: 5px;
  vertical-align: top; }

.page-type-default ul.slick-dots {
  top: 15px; }

#homeProductFlashSale .page-header .icon {
  display: none; }

#homeProductFlashSale .page-heading {
  color: #000; }

div#tab-related {
  display: inline-block;
  width: 100%;
  padding-top: 50px;
  margin-top: 30px; }

h3.mobile-menu-heading {
  font-size: 16px;
  margin: 0px 0 0 10px; }

#menuMobile .navPages {
  padding: 0px 10px 10px 10px !important; }

.productView-description .tabContent img {
  margin: 0 5px;
  width: 100%; }

.productView-description .tabContent p {
  margin-bottom: 5px; }

.productView-description .tabContent h1, .productView-description .tabContent h2 {
  font-size: 16px; }

.productView-description .tabContent h3, .productView-description .tabContent h4 {
  font-size: 15px; }

.pagination-list .pagination-item {
  vertical-align: top; }

h4.card-title a {
  line-height: 18px; }

#toggle-menu:hover {
  background-color: #f1f1f1;
  color: #333; }

#toggle-menu .arrow.see-more-arrow {
  transform: rotate(45deg);
  margin-left: 5px;
  position: relative;
  top: -2px; }

#toggle-menu .arrow.see-more-arrow.see-less-arrow {
  transform: rotate(229deg);
  top: 2px;
  margin-left: 9px;
  position: relative; }

.localwarehouse {
  border-bottom: 7px solid #f1f1f1;
  padding: 5px 0 15px 0; }

.productView-options span[data-option-value] {
  font-family: 'Source Sans Pro'; }

.productView-options span[data-product-stock] {
  font-family: 'Source Sans Pro'; }

.productView-options .form-field {
  margin-bottom: 15px; }

.productView-options .form {
  margin-top: 0px; }

.productView-options {
  margin-top: 10px; }

/* Description container */
.tabContent[attr="product-description"] {
  overflow: hidden;
  transition: max-height 0.3s ease; }

/* Clamped state for initial hidden overflow */
.tabContent.clamped {
  max-height: 400px; }

/* View More button */
.view-more {
  display: block;
  /* Show by default */
  cursor: pointer;
  color: #0073e6;
  font-weight: 500;
  text-align: left;
  margin-top: 10px;
  padding: 8px 0;
  border: none;
  background: none;
  font-size: 14px; }

.view-more:hover {
  text-decoration: underline; }

/* Optional hover effect */
.view-more:hover {
  text-decoration: underline; }

.header {
  background-color: #000; }

.navPages-list .navPages-item > .navPages-action, .navPages-list .navPages-item > .navPages-action:hover {
  color: #fff; }

.header-bottom .socialLinks .icon.icon--twitter {
  width: 22px; }

.socialLinks .icon.icon--twitter svg {
  width: 18px; }

.socialLinks .icon svg {
  fill: #b8b8b8;
  width: 25px; }

.socialLinks--alt .icon {
  text-align: center; }

.description-section {
  overflow: hidden;
  transition: height 0.4s ease; }

.description-section.expanded {
  height: auto !important;
  /* or set to 100% if parent has height */ }

.btnCust.slide-menu-control {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif; }

.productGrid, .homepage-layout-2.page-type-default, .productCarousel-slide {
  border: 1px solid transparent; }

.productGrid:hover, .homepage-layout-2.page-type-default:hover, .productCarousel-slide:hover {
  border: 1px solid #fff;
  border-radius: 5px; }

.homepage-layout-2.page-type-default .card {
  border: 1px solid transparent !important;
  background-color: #fff; }

.homepage-layout-2.page-type-default .card-body {
  background-color: #fff;
  padding: 15px 0 10px 0; }

.view-more-action, .view-less-action {
  width: 110px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  position: relative;
  margin: 30px auto 0 auto;
  cursor: pointer; }

.view-more-action:after, .view-less-action:after {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  content: "";
  position: absolute;
  top: 7px;
  right: 6px; }

.view-more-action:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.view-less-action:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 11px; }

.header {
  background-color: #000 !important; }

.header-top .header-top-right .navUser-item > .navUser-action > .icon {
  fill: #fff; }

.navUser-item--account .navUser-action:first-child {
  border-right: none; }

.swal2-modal .swal2-confirm:focus,
.swal2-modal .swal2-confirm:hover {
  color: #fff; }

button.cart-remove.icon, .previewCartItem-quantity .cart-remove-button .cart-remove {
  background-image: url(https://cdn11.bigcommerce.com/s-az1arpyodv/images/stencil/original/image-manager/trashicon.png);
  background-size: 18px;
  background-repeat: no-repeat;
  font-size: 0px;
  background-position-y: 13px; }

.previewCartItem-quantity .cart-remove-button .cart-remove {
  background-size: 16px;
  background-position-y: 0px; }

button.cart-remove.icon svg {
  display: none; }

.number-of-sold {
  display: none; }

.previewCartItem-content .cart-remove-button .cart-remove {
  top: auto; }

.footer-info-col .socialLinks .socialLinks-item {
  background-color: transparent; }

div#tab-shipping .tabContent[attr="shipping-now"] {
  height: auto !important; }

.productGrid-showMore {
  display: none; }

.page-listing-header + [data-content-region] + .subcategories .sub-cate-img > a img {
  height: 152px;
  max-width: none; }

.card-brand, .card-price, .card-rating, .card-title, .number-of-sold .product-sales {
  margin-top: 5px; }

.view-less-action {
  display: none; }

#tab-description img {
  max-width: 200px !important;
  padding: 5px 5px 5px 0px; }

#tab-description p {
  font-size: 14px; }

#tab-description h1, #tab-description h2, #tab-description h3, #tab-description h4, #tab-description h5, #tab-description h6 {
  text-align: left !important; }

#tab-description h1 {
  font-size: 18px;
  margin: 0; }

#tab-description h2 {
  font-size: 18px;
  margin: 0; }

#tab-description h3 {
  font-size: 18px;
  margin: 0; }

#tab-description h4 {
  font-size: 18px;
  margin: 0; }

#tab-description h5 {
  font-size: 16px;
  margin: 0; }

#tab-description h6 {
  font-size: 14px;
  margin: 0; }

#tab-description div {
  font-size: 14px; }

#tab-description span {
  font-size: 14px; }

limespot-container limespot-box.limespot-recommendation-box {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding: 0 15px;
  width: 100%; }

.ls-price-wrap {
  padding-left: 0 !important;
  text-align: left; }

#tab-description {
  padding: 10px 0; }

.productCarousel .slick-dots {
  display: none !important; }

.page-heading {
  text-transform: capitalize; }

span.countPill.cart-quantity.countPill--positive {
  display: none; }

.card-title > a.clamp {
  font-weight: 600; }

body:not(.page-type-default) .productGrid .card {
  margin-bottom: 30px; }

.header-mobile .navUser-item-cartIcon {
  margin-right: 0px; }

.deliver-location-desktop img {
  display: none; }

.heroCarousel-slide.stretch .heroCarousel-image {
  object-position: 50% 0%; }

#homeProductFlashSale h2.page-heading {
  display: inline-block;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  padding-bottom: 15px; }

#homeProductFlashSale .page-header.text-left {
  text-align: center; }

#back-to-top {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #c8c8c8;
  border-radius: 5px; }

.page-listing-header + [data-content-region] + .subcategories .sub-cate-img > a {
  border: 1px solid #e7e7e7;
  border-radius: 5px; }

.category-sub-categories .slick-prev, .category-sub-categories .slick-next {
  -webkit-transform: translate(0, -35px);
  -ms-transform: translate(0, -35px);
  transform: translate(0, -35px); }

.page-type-default .heroCarousel ul.slick-dots {
  top: auto; }

.heroCarousel .slick-dots li button {
  border: 1px solid transparent; }

.slick-dots li.slick-active button, .slick-dots li:hover button {
  background: #be132d;
  border: 1px solid #be132d; }

.free-shipping-section-inner p.card-brand {
  display: inline-block !important; }

ul.curior-services {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  width: 120px; }

.curior-services li {
  display: inline-block;
  height: 23px;
  vertical-align: top;
  overflow: hidden;
  margin-right: 0px; }

ul li.dhl-service img {
  margin-top: -18px;
  max-height: 58px; }

ul li.fedex-service img {
  max-height: 10px; }

ul li.united-service img {
  max-height: 77px;
  margin-top: -28px; }

ul li.ups-service img {
  max-height: 18px; }

.ls-box-title {
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important; }

.ls-title {
  font-weight: 600 !important;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif !important; }

.ls-price, .ls-sale-price {
  font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important; }

limespot-box[data-box-style=carousel] .limespot-recommendation-box-item .ls-link:not([data-card-style=horizontal]) .ls-image-wrap .ls-image, limespot-box[data-box-style=grid2] .limespot-recommendation-box-item .ls-link:not([data-card-style=horizontal]) .ls-image-wrap .ls-image, limespot-box[data-box-style=grid] .limespot-recommendation-box-item .ls-link:not([data-card-style=horizontal]) .ls-image-wrap .ls-image {
  max-height: 244px; }

ul.ls-ul.limespot-recommendation-box-grid {
  margin-left: -15px;
  margin-right: -15px; }

.detailProduct-block {
  margin-bottom: 30px; }

.price-section {
  vertical-align: top; }

.productView-price > span {
  display: inline-block;
  vertical-align: top;
  margin-top: -1px; }

.productView-price > .deal_type {
  line-height: normal;
  font-size: 14px;
  display: block;
  color: red; }

ul li.dhl-service img {
  margin-top: -2px;
  max-height: 15px; }

.curior-services li {
  margin-left: 10px; }

body:not(.page-type-default) #main-content {
  padding-bottom: 0; }

.ls-sale-sign-wrap {
  top: 0 !important; }

limespot-box[data-box-style=grid] .limespot-recommendation-box-item .ls-link:not([data-card-style=horizontal]) .ls-image-wrap {
  border: 1px solid #f1f1f1;
  border-radius: 5px; }

.new-badge ~ .sale-badge {
  top: 0; }

.product-badge.new-badge {
  right: 0;
  left: auto; }

[data-product-attribute="set-select"] label.form-label.form-label--alternate.form-label--inlineSmall {
  display: inline-block; }

[data-product-attribute="set-select"] select.form-select.form-select--small {
  width: 171px;
  margin-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 32px;
  padding-right: 5px; }

.shipClH p.shipping-above-ten {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
  vertical-align: top;
  line-height: normal; }

.productGrid span.deal_type {
  display: inline-block;
  margin-bottom: 0px;
  padding: 0px 8px;
  font-size: 12px;
  border-radius: 3px;
  background-color: #c00;
  color: #fff;
  font-weight: 600;
  line-height: 18.2px; }

.productView-price {
  padding: 5px; }

.productView-price {
  padding: 0;
  margin: 6px 0 0; }

#add-to-cart-wrapper label.form-label.form-label--alternate {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  margin-bottom: 0; }

#add-to-cart-wrapper .form-increment {
  margin-top: -6px; }

.productView-options .form {
  margin-bottom: 15px; }

.sale-badge {
  font-weight: 600;
  line-height: 17px;
  border-radius: 3px;
  background: red;
  font-size: 15px;
  color: #fff;
  padding-right: 7px; }

span.comitment-text {
  padding-left: 5px;
  font-weight: 600;
  color: green;
  font-size: 14px !important; }

.price-section-heading {
  display: inline-block;
  vertical-align: top; }

span.deal_type {
  border-radius: 3px;
  padding: 0px 5px;
  line-height: 18px;
  font-weight: 500;
  background-color: #c00;
  color: #fff;
  margin-top: 0px;
  display: inline-block;
  font-size: 12px;
  vertical-align: top; }

.price-section-heading span.deal_type {
  margin-top: 0px; }

span.badge.ship-from {
  margin-top: 1px; }

.localwarehouse span {
  display: inline-block;
  vertical-align: top; }

.form-increment .button {
  right: 10px; }

.form-increment .button:before {
  left: 2px;
  z-index: 999; }

.productView-details .number-of-sold {
  display: block;
  margin-bottom: 4px;
  margin-top: 2px; }

span.fire-icon {
  display: none; }

.productView-details .product-sales {
  margin-top: 0px;
  display: inline-block;
  vertical-align: top;
  padding-top: 1px;
  padding-left: 0px; }

span.fire-icon svg {
  color: #be132d; }

p.affirm-as-low-as {
  margin-bottom: 5px;
  margin-top: 5px; }

.productView-nav-inner .product-badge.new-badge {
  right: auto; }

.shipClH {
  display: inline-block;
  width: 100%;
  margin-top: 2px;
  margin-bottom: 1px; }

.shipClH .shipping--icon {
  display: inline-block;
  vertical-align: top; }

p.shipping-above-ten {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
  vertical-align: top;
  line-height: normal; }

.modal-content .free-shipping-section {
  margin-top: 20px; }

.modal-content .localwarehouse span {
  line-height: 14px; }

.above-35-dollar {
  margin: 2px 0 0; }

span.payments-icon-pdp img {
  min-width: 110px;
  margin-left: 10px; }

.above-35-dollar span img {
  display: inline-block;
  vertical-align: top; }

.ls-info-wrap {
  text-align: left; }

p.shipping-above-ten-home {
  color: green;
  margin-bottom: 0;
  padding-left: 2px; }

.ls-link {
  justify-content: normal !important; }

.promo-slider-wrapper {
  height: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 400px; }

.saving_price_plp .promo-message {
  margin-top: 0px; }

.promo-message {
  display: none;
  height: 20px;
  line-height: 20px;
  transition: all 0.3s ease-in-out;
  white-space: nowrap; }

.promo-message.active {
  display: block; }

.ls-info-wrap .sale {
  margin-right: 3px; }

.promo-message:not(.saving_price_plp) {
  margin-top: 0px; }

.promo-message.reamaining-amount.active {
  color: red; }

.saving_price_plp.promo-message {
  color: #db0f0f;
  background-color: #fff; }

.productView-thumbnails img {
  max-height: 61px;
  border-radius: 0; }

.productView-thumbnails.slick-initialized .productView-thumbnail.slick-current .productView-thumbnail-link,
.productView-thumbnails:not(.slick-initialized) .productView-thumbnail-link.is-active,
.productView-thumbnails.slick-initialized .productView-thumbnail .productView-thumbnail-link:hover {
  border-color: #999;
  overflow: hidden; }

span.payments-icon-pdp img {
  padding-top: 2px; }

span.payments-icon-pdp {
  display: inline-block;
  vertical-align: middle; }

.quickSearch-wrap {
  display: none !important; }

.has-bgQuickSearch .halo-overlay-background {
  opacity: 0 !important; }

.aouthentic-gruantee {
  vertical-align: top;
  display: inline-block;
  margin-bottom: 3px;
  margin-top: 3px; }

.aouthentic-gruantee img {
  width: 19px;
  margin-right: 3px;
  vertical-align: top; }

.reviews-product-sold .jdgm-widget.jdgm-widget, .productView-details .number-of-sold {
  display: inline-block;
  margin-right: 5px; }

a.affirm-modal-trigger {
  color: #505050; }

#banner-region-73e44493-09b2-47ac-a946-8b59943bebe4 {
  height: auto !important; }

.promo-message {
  color: #c00;
  background-color: #fff; }

.ls-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  word-wrap: break-word;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis; }

#quickSearchmobile {
  display: none; }

@media (min-width: 1200px) {
  .dropdown--quickSearch {
    margin-right: -70px; }
  .ls-box-title {
    margin-bottom: 15px !important; }
  .productView-images .product-img-wrapper .productView-thumbnails {
    padding-left: 5px;
    padding-right: 5px; } }

@media (max-width: 1200px) {
  .header-mobile .mobile-header {
    padding: 5px 15px;
    height: 55px; }
  #menuMobile .navPages {
    overflow-x: hidden;
    height: 100%;
    overflow-y: auto;
    padding: 1.5rem; }
  .halo-close-2 {
    background: #BE132D; }
  .menu-title,
  #menuMobile .navPages-list--user .navPages-item > .navPages-action {
    padding: 10px 0; }
  #menuMobile .navPages-list--user .navPages-item > .navPages-action {
    font-size: 16px; }
  .header-mobile .header-item .items.item--searchMobile {
    display: none; }
  .mobile-search {
    display: block; }
  .mobile-search {
    display: inline-block;
    width: calc(100% - 30px);
    margin: 5px 15px 3px 15px; }
  .header-mobile.halo-header {
    display: inline-block;
    width: 100%; }
  .heroCarousel.slick-dotted.slick-slider {
    margin-top: 106px; }
  .slideshow-wrapper.padding-bottom-30 {
    padding-bottom: 0px; }
  .page-header.text-left .page-heading {
    margin: 0 30px 0px 0; }
  #menuMobile .navPages-item > .navPages-action {
    padding: 7px 20px 7px 0; }
  .has-activeNavPages #menuMobile .navPages-list {
    margin-top: 0px; }
  .navPages-list .navPages-item > .navPages-action {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 500 !important; }
  span#Deliver-city {
    margin-top: 2px;
    display: inline-block; }
  p#Deliver-to {
    margin-top: 0px; }
  #menuMobile .navPages-list li.navPage-subMenu-title .navPages-action-moreIcon {
    padding-left: 0; }
  #menuMobile .navPages-action {
    padding-left: 0; }
  body:not(.page-type-default) #main-content {
    border-top: 1px solid #ccc;
    margin-top: 1px; }
  .productView-description .tabContent p {
    margin-bottom: 5px; }
  .detailProduct-block {
    padding-top: 30px;
    margin-bottom: 30px; }
  .footer-info-col--mobile > .footer-info-heading:before, .footer-info-col--mobile > .footer-info-heading:after {
    background-color: #fff; }
  .header-logo img {
    max-width: 100px;
    height: auto;
    min-height: auto; }
  .productView-info {
    margin-bottom: 2px; }
  .header .delivery-location span {
    color: #333 !important;
    margin-top: 0 !important; }
  .slick-prev,
  .slick-next {
    top: 28px; }
  .sidebar-show + #product-listing-container .productGrid.col-4 .product,
  .sidebar-show + .page-content .productGrid.col-4 .product {
    margin-bottom: 10px; }
  body:not(.page-type-default) .header {
    height: 158px; }
  .page-listing-header.has-banner .page-listing-header--banner + .page-listing-header--content {
    padding: 0px 0 10px 0; }
  .header-categories .slick-initialized .slick-slide {
    width: auto !important; }
  .header-categories .slick-initialized .slick-slide a {
    white-space: nowrap; }
  .header-categories .slick-list.draggable {
    margin: 0 30px; }
  .header-categories .slick-next.slick-arrow, .header-categories .slick-prev.slick-arrow {
    top: 17px !important; }
  .header-categories .slick-next.slick-arrow, .header-categories .slick-prev.slick-arrow {
    display: none !important; }
  p#Deliver-to, .delivery-location {
    display: none; }
  .header-categories .slick-list.draggable {
    margin: 0 14px; }
  .header-categories {
    background-color: #e8e8e8; }
  .header-categories {
    background-color: #fff;
    margin-top: 0px; }
  .header-categories-inner ul li a {
    border: 1px solid #777;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 30px;
    white-space: nowrap; }
  .header-categories li {
    text-align: center;
    padding: 7px 3px; }
  .header-categories ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    overflow: scroll;
    justify-content: space-between;
    scrollbar-width: none; }
  .page-listing-header + [data-content-region] + .subcategories {
    margin-bottom: 0; }
  .page-listing-header + [data-content-region] + .subcategories .sub-cate-item {
    padding-left: 0px;
    padding-right: 0px; }
  span.cat-image {
    display: inline-block;
    max-width: 27px;
    background-color: #ededed;
    margin-right: 5px; }
  #menuMobile nav .navPages-list-depth-max .navPages-webpages-item {
    display: none; }
  #menuMobile .navPages {
    padding: 10px; }
  #menuMobile .navPages-item {
    border-bottom: none; }
  ul.navPages-list.navPages-list--user._showTopHeader {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    padding-top: 5px;
    padding-bottom: 7px; }
  #toggle-menu:hover {
    background-color: transparent; }
  li#toggle-menu a {
    padding: 7px 7px 7px 0;
    display: inline-block;
    font-size: 16px; }
  #toggle-menu .arrow {
    border: solid #999;
    border-width: 0 2px 2px 0; }
  .header-mobile {
    background-color: #000; }
  .header-categories ul {
    padding-bottom: 0px;
    margin-top: 6px; }
  .header-mobile .header-item.text-center {
    left: 50px;
    margin-top: 5px; }
  .header-logo-image-unknown-size {
    max-height: 33px; }
  .header-mobile .header-item .item--account .navUser-action .icon {
    height: 20px;
    width: 20px; }
  .dropdown--quickSearch {
    position: relative;
    z-index: 999; }
  .productView-images .product-img-wrapper .productView-thumbnails {
    margin-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: auto; } }

@media (max-width: 1024px) {
  .card .card-option [data-product-attribute] .form-option .form-option-variant {
    border: 1px solid #333;
    border-radius: 3px; }
  .card .card-option.card-optionMobile {
    display: none; }
  .footer-layout-2 .footer-info-col[data-section-type="storeInfo"] {
    margin-bottom: 0; }
  .productView-description {
    margin-bottom: 0px; }
  .product-block-cate-id .right-cate {
    padding-top: 5px;
    padding-left: 1px; }
  .navBar--sub.search-nav .navBar-section {
    margin: 0 0px;
    border: 1px solid #ebebeb;
    padding: 5px 5px;
    background-color: #f6f6f6; }
  nav.navBar.navBar--sub.search-nav {
    margin: 0; }
  .navBar--sub .navBar-item {
    border: none; }
  .navBar--sub .navBar-item:first-child a {
    text-decoration: underline;
    font-size: 16px;
    font-weight: 700; }
  .navBar--sub .navBar-item > a {
    padding: 5px 10px 5px 10px; }
  .product-block-cate-id .right-cate .cate-item {
    min-width: 180px; }
  .product-block-cate-id .right-cate .cate-item .cate-info {
    order: 2;
    width: 100%;
    text-align: center; }
  .product-block-cate-id .right-cate .cate-item .cate-info .cate-name {
    text-transform: capitalize;
    padding-top: 10px;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px; }
  .product-block-cate-id .right-cate .cate-item .cate-info .link {
    text-decoration: underline; }
  .product-block-cate-id .right-cate .cate-item .cate-img {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding-left: 0;
    text-align: center; }
  .product-block-cate-id .right-cate {
    padding-top: 5px;
    padding-left: 1px;
    display: flex;
    padding-right: 17px;
    overflow: hidden; }
  .product-block-cate-id .right-cate .cate-item {
    min-width: 33%;
    box-shadow: none !important;
    padding: 0; }
  .product-block-cate-id .right-cate .cate-item .cate-info .link {
    font-size: 12px; }
  .page-type-default.homepage-layout-2 .product-block-cate-id {
    margin-top: 0px; }
  .hasRightCate .right-cate .cate-img img {
    display: inline-block;
    height: auto;
    width: 100%; }
  .hasRightCate .right-cate {
    display: none; }
  div#homeProductBlock-55 {
    padding-top: 10px; }
  .dropdown--quickSearch .form-field {
    height: 37px; }
  .dropdown--quickSearch button svg {
    width: 17px;
    height: 14px; }
  .dropdown--quickSearch .form-field .form-input {
    padding: 13px 13px;
    font-size: 14px; }
  .header-mobile .header-item .items + .items.themevale_cart {
    margin-left: 8px; }
  .card-price .price-section .price {
    font-size: 14px; }
  span.price.price--non-sale {
    font-size: 14px !important;
    vertical-align: top;
    margin-top: -2px;
    display: inline-block; }
  .page-type-default ul.slick-dots {
    display: none !important; }
  .heroCarousel.homepage-layout-2 .slick-slide img {
    border-radius: 0; }
  .homepage-layout-2 #homeProductFlashSale .page-heading {
    margin: 5px 30px 7px 0; }
  .jdgm-all-reviews-widget, .jdgm-rev-widg {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .productView-price > span {
    margin-top: -3px; } }

@media (min-width: 1025px) {
  .header-layout-2 .header-top .header-top-right .navUser-item > .navUser-action > .icon, .header-layout-2 .header-top .header-top-right .navUser-item.navUser-item--cart > .navUser-action > .icon {
    width: 31px !important;
    height: 31px !important;
    display: inline; }
  .header-layout-2 .header-top .header-top-right .navUser-item.navUser-item--cart > .navUser-action .countPill {
    right: -12px;
    margin-top: -4px; }
  .header-layout-2 .header-top .header-top-right .navUser-item.navUser-item--cart > .navUser-action {
    padding-bottom: 0; }
  .header-layout-2 .header-top .header-top-right .navUser-item.navUser-item--cart > .navUser-action > .icon {
    width: 2rem;
    height: 2rem; }
  .has-stickyHeader .header .header-bottom.sticky-down .navPages-container {
    width: auto; }
  .has-stickyHeader .header .header-bottom.sticky-down .navPages-list {
    padding-top: 0; }
  .navPages {
    display: inline-block;
    vertical-align: top;
    margin-right: auto; }
  .header-layout-2 .header-top .header-top-right .navUser-item > .navUser-action {
    padding: 0 10px; }
  .footer-layout-2 .footer-info-col.footer-info-col--small {
    width: 20%; }
  article.footer-info-col.footer-info-col--small.footer-info-col--mobile.footer-categories {
    width: 40%; }
  .footer-info-col--mobile.footer-categories ul.footer-info-list li {
    width: 48%;
    display: inline-block;
    position: relative; }
  .footer-layout-2 .footer-info-col.footer-info-col--small li {
    position: relative; }
  .footer-layout-2 .footer-info-col.footer-info-col--small li::before {
    content: "";
    font-size: 0.4rem;
    color: #ccc;
    position: absolute;
    top: 16px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
    width: 5px;
    height: 5px;
    border-radius: 50%; }
  .footer-layout-2 .footer-info-col.footer-info-col--small li a {
    padding-left: 12px; }
  .footer-layout-2 .footer-info-col.footer-info-col--small li.socialLinks-item a {
    padding-left: 0px; }
  .footer-layout-2 .footer-info-col.footer-info-col--small li.socialLinks-item:before {
    position: static; }
  .footer-info-heading .header-logo-image {
    max-height: 42px;
    margin: 0; }
  .footer-layout-2 .footer-info-col .socialLinks {
    margin-top: 20px; }
  .product-block-cate-id .right-cate {
    grid-template-columns: none;
    grid-template-rows: none; }
  .productView-options .form-action .button {
    padding: 9px 25px; }
  .productView-options .form-action {
    vertical-align: bottom; }
  .header-layout-2 .header-top .header-top-left {
    max-width: 155px !important; }
  div#homeProductFlashSale {
    padding-top: 0px; }
  .halo_custom_block_shop_by_categories {
    padding-top: 10px; }
  div#homeProductBlock1, div#homeProductBlock3 {
    padding-top: 0; }
  .page-type-default.homepage-layout-2 .product-block .slick-slider .slick-arrow {
    top: calc(50% - 77px); }
  .page-type-default.homepage-layout-2 .slick-prev {
    left: 0px; }
  .page-type-default.homepage-layout-2 .slick-next {
    right: 0; }
  .page-type-default.homepage-layout-2 #homeProductBlockRecommended #homeProductBlockRecommended {
    padding-top: 0px; }
  .page-type-default.homepage-layout-2 .slick-prev {
    left: auto;
    right: 50px;
    top: -40px !important; }
  .page-type-default.homepage-layout-2 .slick-next {
    right: 10px;
    top: -40px !important; }
  .homepage-layout-2 #homeProductFlashSale {
    padding-top: 30px; }
  div#homeProductBlock1, div#homeProductBlock3 {
    padding-bottom: 0px; }
  .homepage-layout-2 .halo_custom_block_shop_by_categories .page-header {
    margin-bottom: 20px; }
  .productView-price .price-section.no-retail-price .price--non-sale {
    font-size: 13px !important;
    line-height: normal;
    padding-top: 2px;
    vertical-align: top;
    display: inline-block; }
  .productView-options .form-action {
    vertical-align: bottom;
    width: 100%;
    display: inline-block;
    max-width: 100%;
    padding-top: 15px; }
  form.form.form-wishlist.form-action.has-add-cart {
    padding-top: 0; }
  .localwarehouse {
    padding: 0px 0 15px 0; }
  .ls-image {
    min-height: 244px !important; } }

@media (min-width: 992px) {
  .footer-bottom .footer-inner {
    text-align: center;
    display: inline-block;
    width: 100%; }
  .footer-info.footer-bottom .footer-info-col {
    text-align: center; } }

@media (max-width: 991px) {
  .cart-totals--single {
    margin-bottom: 0; } }

@media (min-width: 801px) {
  .slide-menu ul a {
    padding: 9px 30px; }
  .desktop-popular-category {
    display: block; }
  .mobile-slider {
    /* display:none;   */ }
  .homepage-layout-2 .halo_custom_block_shop_by_categories .categories-list .category-item {
    min-height: 155px; }
  .productView-details.product-options #add-to-cart-wrapper .form-action {
    width: calc(100% - 276px);
    max-width: 100%;
    clear: both;
    display: inherit;
    margin-top: 20px; } }

@media (min-width: 767px) {
  .page-type-page .body .container {
    width: 60%;
    margin: 0 auto;
    display: block; } }

@media (max-width: 767px) {
  .halo_custom_block_shop_by_categories .container {
    margin: 0;
    padding: 0 5px; }
  .categories-list-custom {
    margin: 0 -5px; }
  .slideshow-inner .slick-slide {
    margin: 0; }
  .footer-info-col--mobile > .footer-info-heading {
    border-bottom: 1px solid #e6e6e6; }
  .footer {
    padding-top: 0; }
  .productView-description .tabContent p {
    margin-bottom: 5px; }
  .productView-description .tabContent table {
    width: 100% !important;
    margin-bottom: 15px; }
  .tab-content .tabContent {
    padding: 20px 0 0 0; }
  .footer-info-col--mobile > .footer-info-heading:before, .footer-info-col--mobile > .footer-info-heading:after {
    background-color: #fff; }
  .detailProduct-block .page-header {
    width: 100%; }
  .footer-inner .footer-info-col:first-child .footer-info-heading:before, .footer-inner .footer-info-col:first-child .footer-info-heading:after {
    display: none; }
  .footer-info-list {
    column-count: 2; }
  .footer-info-col--mobile .footer-info-list {
    display: none;
    margin-bottom: 5px;
    margin-top: 15px;
    border-bottom: 1px solid #8b8b8b;
    padding-bottom: 15px; }
  #sd-image-1fa1f792-61d9-4aea-8181-d89282de6919 {
    margin-top: 15px !important; }
  div#tab-related {
    padding-top: 30px;
    margin-top: 10px;
    margin-bottom: 30px; }
  .localwarehouse, .free-shipping-section, .fast-delivery, .security-section, .free-return-section {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px; }
  #tab-description img {
    max-width: 45% !important; }
  #tab-description .tabContent {
    padding: 10px 0 0 0; }
  .detailProduct-block .productCarousel .slick-track {
    margin-left: -5px !important;
    margin-right: -5px !important; }
  limespot-box[data-box-style=grid] .limespot-recommendation-box-grid-container ul.limespot-recommendation-box-grid {
    margin-left: -5px !important;
    margin-right: -5px !important; } }

@media (max-width: 700px) {
  [data-sub-layout-container="f24d8eaa-1894-4095-9b8d-8c3bfb25f3c9"] {
    margin-top: 0 !important; }
  [data-sub-layout="f7648515-62f1-43a4-96e5-0c940247f6e8"], [data-sub-layout="eae50881-beaa-48fa-b689-363a6efe470b"] {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  [data-sub-layout="f7648515-62f1-43a4-96e5-0c940247f6e8"] {
    margin-bottom: 15px; } }

@media (max-width: 600px) {
  limespot-box[data-box-style=grid] .limespot-recommendation-box-grid-container ul.limespot-recommendation-box-grid {
    margin-left: -5px !important;
    margin-right: -5px !important; }
  #tab-description h2 {
    font-size: 18px;
    line-height: normal; }
  #tab-description h4 {
    font-size: 16px; }
  #tab-description h5 {
    font-size: 15px; }
  #tab-description h6 {
    font-size: 14px; }
  limespot-box[data-box-style=grid] ul.limespot-recommendation-box-grid > li {
    flex: 0 0 50% !important; } }

@media (min-width: 640px) {
  p.shipping-above-ten {
    padding: 0 0 0 0px;
    display: inline-block;
    vertical-align: top;
    color: green;
    width: 100%; } }

@media (max-width: 575px) {
  .product-block-wrapper {
    grid-gap: 0; }
  .halo_custom_block_shop_by_categories .categories-list .category-item {
    width: 100% !important;
    flex: 0 0 50% !important; }
  .homepage-layout-2 .halo_custom_block_shop_by_categories .categories-list .category-item img {
    width: 100% !important;
    margin: unset !important; } }

@media (min-width: 550px) {
  .productCarousel-slide, .product-block-cate-id .product-block .productCarousel-slide {
    padding-left: 10px;
    padding-right: 10px; } }

@media (max-width: 550px) {
  .delivery-location.desktop {
    display: none; }
  .homepage-layout-2.page-type-default .productCarousel .slick-list {
    background: transparent; }
  .homepage-layout-2 #homeProductFlashSale {
    background: transparent; }
  .desktop-hidden {
    display: block; }
  .popup, .address-popup {
    width: 95%; }
  input#zipCode {
    margin: 5px 0; }
  .header-mobile.sticky-down .popup {
    transform: translate(-50%, 22%); }
  .header-mobile.sticky-down .address-popup {
    transform: translate(-50%, 22%); }
  .header-categories .slick-arrow {
    display: block !important;
    background: inherit; }
  .header-categories .slick-prev.slick-arrow {
    left: -7px; }
  .header-categories .slick-next.slick-arrow {
    right: -2px;
    background: inherit;
    top: 40px; }
  .cart-additionalCheckoutButtons {
    margin-top: 1rem; }
  .page-listing-header + [data-content-region] + .subcategories .sub-cate-img {
    width: auto;
    height: auto; }
  .productView-options .form-action.form-wishlist > .button, .socialMedia-button, .productView-options .form-action.form-wishlist {
    width: 45px;
    height: 45px;
    position: unset;
    margin-left: inherit !important; }
  .social-mediaBlock {
    position: relative;
    top: -45px;
    right: -30px; }
  .image-hidden {
    display: none; }
  .view-toggle-btn {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    color: #007bff;
    text-decoration: underline; }
  #tab-description img {
    max-width: 100% !important; }
  .card-price .price-section.price_range {
    line-height: normal; }
  p.shipping-above-ten {
    padding: 2px 0;
    display: block;
    width: 100%;
    color: green; }
  .price-section.price-section--withoutTax.non-sale-price--withoutTax.no-retail-price {
    height: 14px; }
  .price-section.price-section--withoutTax.no-retail-price.sale-price.price-none {
    height: 20px;
    display: inline-block; }
  span.price.price--non-sale {
    height: 20px;
    display: inline-block; }
  .ls-box-title {
    font-size: 18px;
    margin-bottom: 12px; }
  p.shipping-above-ten-home {
    font-size: 13px; }
  #quickSearchdesktop {
    display: none; } }

@media (max-width: 400px) {
  .shipClH p.shipping-above-ten {
    font-size: 12px; } }

@media (min-width: 381px) {
  .header-mobile .header-item .items + .items.themevale_cart {
    margin-left: 8px; } }

@media (min-width: 361px) {
  #back-to-top {
    bottom: 20%; } }

@media (max-width: 800px) {
  .desktop-popular-category {
    display: none; }
  .mobile-slider {
    display: block; }
  .halo_custom_block_shop_by_categories .categories-list-custom .category-item {
    position: relative; }
  .halo_custom_block_shop_by_categories .categories-list-custom .category-item .link {
    margin-top: 0;
    text-align: left;
    position: absolute;
    left: 20px;
    top: 20px;
    max-width: 45%;
    font-weight: 600; }
  .card-figcaption-bottom .card-figcaption-body .card-figcaption-button {
    max-width: max-content; }
  .halo_custom_block_shop_by_categories .categories-list-custom .category-item .link {
    margin-top: 0;
    position: static;
    display: inline-block;
    width: 100%;
    text-align: center;
    max-width: 100%;
    padding: 0px;
    border-radius: 0px;
    overflow: hidden;
    font-size: 12px;
    font-weight: 500;
    min-height: 36px; }
  .slick-slide {
    margin: 0 5px; }
  .halo_custom_block_shop_by_categories .container {
    margin: 0;
    padding: 0 5px; }
  .category-item {
    min-height: 110px;
    border-radius: 5px; }
  .halo_custom_block_shop_by_categories {
    padding-bottom: 0; }
  .categories-list-custom .slick-list .slick-track {
    line-height: 0; }
  .card-title .clamp {
    -webkit-line-clamp: 1 !important; }
  .productCarousel-slide .card-body .card-brand {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
    position: relative;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1 !important; }
  .dropdown--quickSearch button {
    margin: 2px 3px; }
  .mobile-slider.padding-top-40 {
    padding-top: 0px; }
  .page-type-default.homepage-layout-2 #homeProductBlock2.home-product-block {
    padding-top: 20px; }
  .header-categories-inner {
    margin: 0 15px; }
  .mobile-slider .categories-list-custom .category-item {
    width: calc(50% - 5px);
    display: inline-block;
    vertical-align: top;
    padding: 0px; }
  .mobile-slider .categories-list-custom .category-item img {
    border-radius: 0px; }
  .fast-delivery-text, .security-section-text, span.free-return, .shop-sustainably {
    color: #000; }
  .PaypalCommerceCreditContainer {
    margin-bottom: 9px; }
  .account-product-detail span, .account-product-detail-heading, .account-product-description, .account-product-title > a {
    font-size: 14px; }
  .account-product-detail + .account-product-detail {
    margin-top: 0; }
  .account-product-detail h6, .account-product-detail span {
    display: inline-block;
    padding-right: 5px; }
  .mobile-slider .categories-list-custom .category-item img {
    margin-bottom: 10px; } }

.view-all {
  display: none !important; }

.limited-time {
  background: red;
  color: #fff;
  padding: 3px 0;
  max-width: 130px;
  text-align: center;
  font-weight: 600;
  display: none; }
