@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=block");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,700;1,700&display=swap");
input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !important;
  transition: unset !important; }

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

/* Custom Start */
/* Custom Start */
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:1024px)/";
  width: 551px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 40px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 13px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

.navList-action {
  color: black;
  font-size: 14px;
  padding: 0.1875rem 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 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 #e5e5e5;
  padding: 1rem 0;
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  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: black;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

.slick-dots {
  margin: 0;
  bottom: 8px; }
  .slick-dots li {
    height: 1rem;
    width: 1rem;
    margin: 0;
    padding: 0.3125rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 0.5rem;
      width: 0.5rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid black;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: black; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: black; }
  .page-type-blog .slick-dots {
    bottom: -22px; }

.section-slick .slick-dots {
  bottom: -36px; }

@media (max-width: 767px) {
  .productCarousel .slick-dots {
    bottom: -25px; } }

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

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

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

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

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

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

.carousel-tooltip {
  display: none; }

.slick-next,
.slick-prev {
  font-size: 11.11px !important; }

html,
body {
  height: auto; }

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

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

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 40px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.5625rem top 0.6875rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

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

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

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

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

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

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

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

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

.form-wishlist {
  position: relative; }
  @media (min-width: 551px) {
    .form-wishlist {
      float: left;
      padding: 0 0.625rem;
      width: 50%; } }
  @media (min-width: 1024px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button {
    width: 100%; }
    @media (min-width: 1024px) {
      .form-wishlist .button {
        width: auto; } }
    @media (min-width: 1261px) {
      .form-wishlist .button {
        margin-right: 0.75rem; } }

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

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

.modal {
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  left: 50%;
  top: 50% !important;
  transform: translate(-50%, -50%);
  border-radius: 10px; }
  .modal.modal--standard {
    width: 100%; }
  .modal.modal--filter .modal-close {
    top: 16px; }
    .modal.modal--filter .modal-close span {
      display: block;
      width: 18px;
      height: 18px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612 612' id='icon-close'%3E%3Cpolygon points='612,36.004 576.521,0.603 306,270.608 35.478,0.603 0,36.004 270.522,306.011 0,575.997 35.478,611.397 306,341.411 576.521,611.397 612,575.997 341.459,306.011 '%3E%3C/polygon%3E%3C/svg%3E");
      background-repeat: no-repeat; }
  .modal.modal--quickView .modal-close {
    top: 16px; }
    .modal.modal--quickView .modal-close span {
      display: block;
      width: 18px;
      height: 18px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612 612' id='icon-close'%3E%3Cpolygon points='612,36.004 576.521,0.603 306,270.608 35.478,0.603 0,36.004 270.522,306.011 0,575.997 35.478,611.397 306,341.411 576.521,611.397 612,575.997 341.459,306.011 '%3E%3C/polygon%3E%3C/svg%3E");
      background-repeat: no-repeat; }
  .modal.modal--quickShop .modal-close {
    top: 16px; }
    .modal.modal--quickShop .modal-close span {
      display: block;
      width: 18px;
      height: 18px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612 612' id='icon-close'%3E%3Cpolygon points='612,36.004 576.521,0.603 306,270.608 35.478,0.603 0,36.004 270.522,306.011 0,575.997 35.478,611.397 306,341.411 576.521,611.397 612,575.997 341.459,306.011 '%3E%3C/polygon%3E%3C/svg%3E");
      background-repeat: no-repeat; }
  .modal.modal--preview .modal-close {
    top: 16px; }
    .modal.modal--preview .modal-close span {
      display: block;
      width: 18px;
      height: 18px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612 612' id='icon-close'%3E%3Cpolygon points='612,36.004 576.521,0.603 306,270.608 35.478,0.603 0,36.004 270.522,306.011 0,575.997 35.478,611.397 306,341.411 576.521,611.397 612,575.997 341.459,306.011 '%3E%3C/polygon%3E%3C/svg%3E");
      background-repeat: no-repeat; }
  .modal.modal--bulk-pricing .modal-close {
    top: 16px; }
    .modal.modal--bulk-pricing .modal-close span {
      display: block;
      width: 18px;
      height: 18px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612 612' id='icon-close'%3E%3Cpolygon points='612,36.004 576.521,0.603 306,270.608 35.478,0.603 0,36.004 270.522,306.011 0,575.997 35.478,611.397 306,341.411 576.521,611.397 612,575.997 341.459,306.011 '%3E%3C/polygon%3E%3C/svg%3E");
      background-repeat: no-repeat; }
  .modal.modal--editOptions {
    border-radius: 3px;
    overflow-y: auto; }
    .modal.modal--editOptions .modal-close {
      top: 16px; }
      .modal.modal--editOptions .modal-close span {
        display: block;
        width: 18px;
        height: 18px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612 612' id='icon-close'%3E%3Cpolygon points='612,36.004 576.521,0.603 306,270.608 35.478,0.603 0,36.004 270.522,306.011 0,575.997 35.478,611.397 306,341.411 576.521,611.397 612,575.997 341.459,306.011 '%3E%3C/polygon%3E%3C/svg%3E");
        background-repeat: no-repeat; }
    .modal.modal--editOptions::-webkit-scrollbar {
      width: 5px; }
    .modal.modal--editOptions::-webkit-scrollbar-track {
      background: #fafafa; }
    .modal.modal--editOptions::-webkit-scrollbar-thumb {
      background: #999999; }
    .modal.modal--editOptions::-webkit-scrollbar-thumb:hover {
      background: #e5e5e5; }
  .modal.modal--previewMini {
    left: auto;
    right: 50%;
    transform: translate(50%, -50%);
    height: auto;
    width: calc(100% - 20px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .modal.modal--previewMini .modal-header-title {
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 12px;
      text-align: center; }
    .modal.modal--previewMini .modal-body {
      padding: 15px; }
  .modal.modal--previewMini2 {
    min-height: 180px; }
    .modal.modal--previewMini2 .previewCartCheckout {
      margin-top: 0; }
  .modal.halo-ask-an-expert-popup .modal-close {
    line-height: 1;
    padding: 0;
    position: absolute;
    text-align: center;
    z-index: 50;
    top: 10px;
    right: 10px;
    font-size: 0;
    color: black; }
    .modal.halo-ask-an-expert-popup .modal-close .icon {
      display: none;
      width: 17px;
      height: 17px;
      fill: black; }
    .modal.halo-ask-an-expert-popup .modal-close span:not(.aria-description--hidden) {
      display: block;
      width: 17px;
      height: 17px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 612 612' id='icon-close' style='&%2310; fill: %23323232;&%2310;'%3E%3Cpolygon points='612,36.004 576.521,0.603 306,270.608 35.478,0.603 0,36.004 270.522,306.011 0,575.997 35.478,611.397 306,341.411 576.521,611.397 612,575.997 341.459,306.011 '/%3E%3C/svg%3E");
      background-repeat: no-repeat; }
    @media (min-width: 1025px) {
      .modal.halo-ask-an-expert-popup .modal-close {
        top: 18px;
        right: 30px;
        transform: rotate(0);
        transition: opacity .1s ease, transform .3s ease; }
        .modal.halo-ask-an-expert-popup .modal-close:hover {
          transform: rotate(90deg); } }
  @media (min-width: 551px) {
    .modal.modal--previewMini {
      width: 400px;
      right: 35px;
      transform: translateY(-50%);
      transition: all 1s linear;
      animation: previewCartShow 2s;
      top: 0 !important;
      left: auto; }
      .modal.modal--previewMini.open {
        top: 220px !important; }
    @keyframes previewCartShow {
      from {
        opacity: 0; }
      to {
        opacity: 1; } }
      .modal.modal--previewMini .modal-header {
        padding-left: 30px;
        padding-right: 30px; }
      .modal.modal--previewMini .modal-header-title {
        text-align: left; }
      .modal.modal--previewMini .modal-body {
        padding: 30px; }
    .modal.modal--previewMini2 {
      min-height: 130px; } }
  @media (min-width: 768px) {
    .modal.modal--standard {
      width: 740px;
      max-width: 100%; } }
  @media (min-width: 1025px) {
    .modal.modal--editOptions {
      max-width: 770px; } }

@media (min-width: 1025px) {
  .modal--medium {
    width: 100%;
    max-width: 970px; } }

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

.modal-header {
  padding: 13px 20px;
  border: 0;
  background: #fafafa; }

.modal-header-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5625;
  text-align: left;
  border: 0;
  padding: 0 20px 0 0; }
  @media (min-width: 551px) {
    .modal-header-title {
      text-align: center;
      padding-right: 0; } }

.modal-close {
  line-height: 1;
  padding: 0;
  position: absolute;
  text-align: center;
  z-index: 50;
  top: 17px;
  right: 20px;
  font-size: 0; }
  .modal-close .icon {
    width: 18px;
    height: 18px;
    fill: #5a5a5a; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }
  .modal-body::-webkit-scrollbar {
    width: 8px; }
  .modal-body::-webkit-scrollbar-track {
    background: #fafafa; }
  .modal-body::-webkit-scrollbar-thumb {
    background: #999999; }
  .modal-body::-webkit-scrollbar-thumb:hover {
    background: #e5e5e5; }

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

.has-activeModal.popup-normal .modal-background {
  display: block !important; }

ol.breadcrumbs {
  display: block; }

.breadcrumb {
  display: inline-block;
  float: none; }
  .breadcrumb .breadcrumb-label {
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #909090; }
  .breadcrumb:first-child .breadcrumb-label {
    color: #000000; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #909090; }
  .breadcrumb:not(:first-child)::before {
    content: '';
    position: relative;
    top: -2px;
    width: 7px;
    height: 7px;
    background-color: #ed1c24;
    border-radius: 50%;
    display: inline-block; }

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

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

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: center; }
  .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-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: #333333; }
  .pagination-item.pagination-item--current {
    border-color: #e5e5e5;
    border-radius: 4px;
    margin: 0 0.375rem 0 0.75rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: black; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #ed1b24; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #ed1b24; }

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

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

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

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

.button {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  user-select: none;
  appearance: none;
  width: auto;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0px;
  margin: 0;
  padding: 0 15px;
  height: 50px;
  line-height: 48px;
  letter-spacing: 0.05rem;
  border: 1px solid black;
  color: white;
  background-color: black;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.15s ease;
  display: inline-block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center; }
  .button::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 200%;
    transform-origin: -10% 100%;
    transform: rotate(-90deg) translate3d(-25%, 0, 0);
    transition: all 0.25s;
    z-index: -1;
    border-radius: 0px; }
  .button.button--icon svg {
    fill: #757575; }
  .button.button--primary span {
    color: white; }
  .button.button--primary svg {
    fill: white; }
  .button.button--primary:before {
    background-color: white; }
  .button.button--primary:active {
    color: black;
    border-color: black;
    background-color: white; }
  .button.button--secondary {
    color: black;
    background-color: white;
    border-color: black; }
    .button.button--secondary span {
      color: black; }
    .button.button--secondary svg {
      fill: black; }
    .button.button--secondary:before {
      background-color: black; }
    .button.button--secondary:active {
      color: white;
      border-color: black;
      background-color: black; }
    .button.button--secondary.no-border {
      border: none; }
  .button.button--tertiary {
    color: white;
    background-color: black;
    border-color: black; }
    .button.button--tertiary span {
      color: white; }
    .button.button--tertiary svg {
      fill: white; }
    .button.button--tertiary:before {
      background-color: white; }
    .button.button--tertiary:active {
      color: black;
      background-color: white;
      border-color: black; }
  .button.button--transparent span {
    color: white; }
  .button.button--transparent svg {
    fill: white; }
  .button.button--transparent:before {
    background-color: white; }
  .button.button--transparent:active {
    color: black;
    border-color: black;
    background-color: white; }
  @media (min-width: 1025px) {
    .button.button--transparent {
      color: #ffffff;
      border-color: #ffffff;
      background-color: transparent; }
      .button.button--transparent span {
        color: #ffffff; }
      .button.button--transparent svg {
        fill: #ffffff; }
      .button.button--transparent:before {
        background-color: #ffffff; }
      .button.button--transparent:active {
        color: #323232;
        background-color: #ffffff;
        border-color: #ffffff; } }
  .button--outOfStock {
    cursor: not-allowed !important;
    pointer-events: none  !important;
    background: #e5e5e5 !important;
    border-color: #e5e5e5 !important;
    color: #757575 !important;
    outline: 0 !important; }
  .button.disable, .button[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    background: #e5e5e5;
    border-color: #e5e5e5;
    color: #757575;
    outline: 0 !important; }
    .button.disable:active, .button[disabled]:active {
      background: #e5e5e5;
      border-color: #e5e5e5;
      color: #757575; }
  @media (min-width: 1025px) {
    .button {
      height: 60px;
      line-height: 20px;
      padding: 20px 40px;
      letter-spacing: 0; }
      .button.button--primary:hover, .button.button--primary:focus {
        color: black;
        border-color: black;
        background-color: black; }
        .button.button--primary:hover span, .button.button--primary:focus span {
          color: black; }
        .button.button--primary:hover svg, .button.button--primary:focus svg {
          fill: black; }
        .button.button--primary:hover:before, .button.button--primary:focus:before {
          transform: rotate(0) translate3d(-25%, 0, 0); }
      .button.button--secondary:hover, .button.button--secondary:focus {
        color: white;
        border-color: black;
        background-color: white; }
        .button.button--secondary:hover span, .button.button--secondary:focus span {
          color: white; }
        .button.button--secondary:hover svg, .button.button--secondary:focus svg {
          fill: white; }
        .button.button--secondary:hover:before, .button.button--secondary:focus:before {
          transform: rotate(0) translate3d(-25%, 0, 0); }
      .button.button--tertiary:hover, .button.button--tertiary:focus {
        color: black;
        border-color: black;
        background-color: black; }
        .button.button--tertiary:hover span, .button.button--tertiary:focus span {
          color: black; }
        .button.button--tertiary:hover svg, .button.button--tertiary:focus svg {
          fill: black; }
        .button.button--tertiary:hover:before, .button.button--tertiary:focus:before {
          transform: rotate(0) translate3d(-25%, 0, 0); }
      .button.button--transparent:hover, .button.button--transparent:focus {
        color: #323232;
        border-color: #ffffff;
        background-color: transparent; }
        .button.button--transparent:hover span, .button.button--transparent:focus span {
          color: #323232; }
        .button.button--transparent:hover svg, .button.button--transparent:focus svg {
          fill: #323232; }
        .button.button--transparent:hover:before, .button.button--transparent:focus:before {
          transform: rotate(0) translate3d(-25%, 0, 0); }
      .button.disable:hover, .button.disable:focus, .button[disabled]:hover, .button[disabled]:focus {
        background: #e5e5e5;
        border-color: #e5e5e5;
        color: #757575; } }

.button--checkout:hover, .button--checkout:focus, .button--checkout:active {
  background: transparent; }

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

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

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

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

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

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

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

/* Specification Tab */
#tab-specification .productView-info .productView-info-item > span {
  font-size: 16px;
  font-weight: 500; }

#tab-specification .productView-info .productView-info-item .productView-info-name {
  min-width: 150px;
  display: inline-block; }

#tab-specification .productView-info .productView-info-item .productView-info-value {
  font-weight: 400; }

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

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

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

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

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

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

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

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

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

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }
  @media (min-width: 1024px) {
    .accordion--navList .accordion-title {
      padding: 0; } }

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

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

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

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

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

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

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

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

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

.alertBox--info {
  background-color: #707070;
  color: white; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-increment .button {
  margin: 0;
  padding: 0.1875rem 0.3125rem; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.1875rem; }
  .form-field--success .form-input--incrementTotal {
    float: none; }

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

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

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

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

.form-input--small {
  font-size: 13px;
  height: 2.25rem;
  line-height: 1rem;
  padding: 0.5625rem 0.75rem; }

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

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

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

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

.newTextAjax {
  display: none; }

.card {
  margin-bottom: 30px;
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  padding: 10px;
  padding-bottom: 0;
  box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.06); }
  .page-type-category .card {
    margin-bottom: 35px; }
  .card:focus-within .card-figcaption {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); }
  .card.focus-within .card-figcaption {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); }
  .card .card-img-hover .product-additional > .card-image {
    transform: translate3d(0, 50px, 0); }
  @media (min-width: 1025px) {
    .card:hover .card-img-hover > .card-image {
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
    .card:hover .card-img-hover .product-additional {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
      .card:hover .card-img-hover .product-additional > .card-image {
        transform: translate3d(0, 0, 0); }
    .card:hover .card-figcaption {
      opacity: 1;
      visibility: visible;
      transform: translate3d(0, 0, 0); } }
  .card .product-card-rating {
    position: absolute;
    top: 28px;
    left: 28px;
    display: inline-flex;
    gap: 4px;
    border-radius: 60px;
    padding: 8px 20px;
    background: #ffffff; }
    @media (max-width: 1024px) {
      .card .product-card-rating {
        padding: 4px 12px; } }
    .card .product-card-rating .icon {
      width: 20px;
      height: 20px; }

.card-figure {
  margin-top: 0;
  position: relative;
  overflow: hidden;
  background-color: #f6f6f6;
  border-radius: 8px;
  position: unset; }
  .card-figure .card-img-hover > .card-image {
    -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; }
  .card-figure .card-img-hover .product-additional {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -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; }
    .card-figure .card-img-hover .product-additional > .card-image {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      transform: translate3d(-50px, 0, 0); }
  .card-figure .card-figcaption {
    -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;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0); }
  @media (min-width: 1025px) {
    .card-figure:hover .card-img-hover > .card-image {
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
    .card-figure:hover .card-img-hover .product-additional {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
      .card-figure:hover .card-img-hover .product-additional > .card-image {
        transform: translate3d(0, 0, 0); }
    .card-figure:hover .card-figcaption {
      opacity: 1;
      visibility: visible;
      transform: translate3d(0, 0, 0); } }
  .card-figure__link {
    display: block;
    position: relative; }
  @media (max-width: 1199px) {
    .card-figure .card-figcaption-top {
      display: none !important; }
    .card-figure .card-figcaption-bottom {
      display: none !important; } }
  .card-figure .card-figcaption-bottom {
    display: none !important; }

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

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 1024px) {
    .card-figcaption {
      display: block; } }

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

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

.card-title {
  font-size: 20px;
  margin: 0 0 13px 0; }
  @media (max-width: 1399px) {
    .card-title {
      font-size: 16px; } }
  .card-title > a {
    color: black;
    text-decoration: none;
    display: block;
    font-weight: 500;
    line-height: 30px;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    letter-spacing: 0; }
    @media (max-width: 1399px) {
      .card-title > a {
        line-height: 1.2; } }
    .card-title > a span {
      background-image: linear-gradient(currentColor, currentColor);
      background-position: 0 90%;
      background-repeat: no-repeat;
      background-size: 0 1px;
      transition: background-size 0.5s; }
    .card-title > a:hover {
      color: #ed1b24; }
  .card-title.card-ellipsis > a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* autoprefixer: off */ }
  @media (min-width: 1200px) {
    .card-title.has-options {
      position: relative;
      padding-right: 70px; } }

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

.card-figcaption-button {
  display: block;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  height: 44px;
  padding: 12px 36px; }

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

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

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

/* Card Has quantity */
@media (max-width: 1399px) {
  .card-figcaption-bottom .card-action-wrapper {
    flex-direction: column;
    align-items: flex-start; } }

.card-figcaption-bottom .card-action-wrapper .form-field--increments {
  margin-bottom: 20px; }
  @media (min-width: 1400px) {
    .card-figcaption-bottom .card-action-wrapper .form-field--increments {
      margin-bottom: 0; } }

.card-figcaption-bottom .card-action-wrapper .halo-add-to-cart {
  margin-top: 0; }
  @media (min-width: 1400px) {
    body:not(.page-type-category) .card-figcaption-bottom .card-action-wrapper .halo-add-to-cart {
      margin-right: -20px; } }
  @media (min-width: 1400px) {
    .card-figcaption-bottom .card-action-wrapper .halo-add-to-cart {
      max-width: 166.44px;
      overflow: hidden; } }
  @media (max-width: 1399px) {
    .card-figcaption-bottom .card-action-wrapper .halo-add-to-cart {
      width: 100%; } }

body.page-type-category .card-figcaption-bottom .card-action-wrapper {
  justify-content: flex-start !important; }
  body.page-type-category .card-figcaption-bottom .card-action-wrapper .halo-add-to-cart {
    margin-left: 14px;
    min-width: 220px; }
    @media (max-width: 1024px) {
      body.page-type-category .card-figcaption-bottom .card-action-wrapper .halo-add-to-cart {
        margin-left: 0; } }

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

.card .card-figcaption .card-figcaption-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 10px;
  background-color: #ffffff; }
  @media (min-width: 1025px) {
    .card .card-figcaption .card-figcaption-bottom {
      left: 2px;
      right: 2px;
      bottom: 2px; } }
  .card .card-figcaption .card-figcaption-bottom .card-figcaption-button {
    margin: 3px; }

.card .card-body {
  padding: 24px 20px 32px; }
  .page-type-category .card .card-body {
    padding: 21px 15px 38px; }
  .page-type-product .card .card-body {
    padding-bottom: 38px; }

.card [data-test-info-type='brandName'] {
  color: #757575;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px; }
  @media (max-width: 1399px) {
    .card [data-test-info-type='brandName'] {
      font-size: 12px;
      line-height: 1.2; } }

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

.card [data-test-info-type='price'] {
  margin-bottom: 22px;
  color: #000000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase; }
  @media (max-width: 1399px) {
    .card [data-test-info-type='price'] {
      margin-bottom: 10px; } }

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

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

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

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

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

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

.price-section {
  letter-spacing: 0;
  display: inline-block; }
  .price-section .price {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700; }
    @media (max-width: 1399px) {
      .price-section .price {
        font-size: 14px;
        line-height: 1.2; } }
  .price-section .non-sale-price-label,
  .price-section .price-now-label {
    display: none !important; }
  .price-section.rrp-price--withoutTax, .price-section.rrp-price--withTax {
    margin-right: 5px; }
    .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax.no-retail-price,
    .price-section.rrp-price--withoutTax .non-sale-price--withTax.no-retail-price, .price-section.rrp-price--withTax + .non-sale-price--withoutTax.no-retail-price,
    .price-section.rrp-price--withTax .non-sale-price--withTax.no-retail-price {
      display: inline-block !important; }
      .price-section.rrp-price--withoutTax + .non-sale-price--withoutTax.no-retail-price.price-none,
      .price-section.rrp-price--withoutTax .non-sale-price--withTax.no-retail-price.price-none, .price-section.rrp-price--withTax + .non-sale-price--withoutTax.no-retail-price.price-none,
      .price-section.rrp-price--withTax .non-sale-price--withTax.no-retail-price.price-none {
        display: none !important; }
  .price-section.non-sale-price--withoutTax, .price-section.non-sale-price--withTax {
    margin-right: 7px; }

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

.quickShopPopup {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transform: translate3d(-50px, 0, 0);
  height: auto;
  max-height: 80%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  max-height: 100%;
  height: 100%;
  transform: translate3d(0, 50px, 0); }
  .quickShopPopup.scrollbar::-webkit-scrollbar {
    width: 5px; }
  .quickShopPopup.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0); }
  .quickShopPopup .halo-quickShop-header {
    padding: 20px;
    text-align: center;
    display: none; }
    .quickShopPopup .halo-quickShop-header .halo-quickShop-title {
      color: black;
      font-size: 16px;
      font-weight: 700; }
  .quickShopPopup .halo-quickShop-content {
    padding: 20px 0 0 0;
    position: relative; }
    .quickShopPopup .halo-quickShop-content .halo-productOptions {
      text-align: center; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] .form-field {
        margin-bottom: 10px;
        padding: 0 15px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] .form-option-expanded {
        display: none; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute='set-rectangle'] .form-option {
        border-color: transparent; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute='set-rectangle'] .form-radio:checked + .form-option {
        border-color: #cfcfcf;
        font-weight: 600; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute='swatch'] .form-option-swatch {
        width: 32px;
        height: 32px;
        border-color: transparent; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute='swatch'] .form-option-swatch[for='attribute_swatch__none'] .form-option-variant--none {
          min-width: 30px;
          line-height: 24px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute='swatch'] .form-radio:checked + .form-option {
        border-color: #cfcfcf; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment {
        width: 100%;
        display: block;
        margin: 0 auto; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment .form-input--incrementTotal {
          height: 45px; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment .button[data-action='dec'] {
          bottom: 9px; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment .button[data-action='inc'] {
          top: 9px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .alertBox {
        margin-bottom: 20px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .form-action {
        width: 50%;
        padding-right: 10px;
        margin-right: 0; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions .form-action #form-action-addToCart {
          margin-bottom: 0;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action {
        width: 50%;
        float: left;
        display: inline-block;
        padding-left: 10px; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action .halo-quickShop-close {
          width: 100%;
          margin-bottom: 0; }
  @media (max-width: 1199px) {
    .quickShopPopup {
      max-height: 100%; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment .form-input--incrementTotal {
        height: 42px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment .button[data-action='dec'] {
        bottom: 8px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .form-increment .button[data-action='inc'] {
        top: 8px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .form-action {
        width: 100%;
        padding-right: 0; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions .form-action #form-action-addToCart {
          padding: 12px 10px 13px;
          font-size: 13px; }
      .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action {
        width: 100%;
        padding-left: 0;
        padding-top: 10px; }
        .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action .halo-quickShop-close {
          padding: 12px 10px 13px;
          font-size: 13px; } }
  @media (max-width: 767px) {
    .quickShopPopup {
      position: static; } }
  .quickShopPopup.is-open {
    transform: translate3d(0, 0, 0); }
  .quickShopPopup .halo-quickShop {
    width: 100%; }
  .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute='swatch'] .form-option-swatch {
    width: 38px;
    height: 38px;
    margin-right: 3px;
    font-weight: 600; }
    .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute='swatch'] .form-option-swatch[for='attribute_swatch__none'] .form-option-variant--none {
      line-height: 30px; }
  .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] [data-product-attribute='set-rectangle'] .form-radio:checked + .form-option {
    font-weight: 400; }
  .quickShopPopup .halo-quickShop-content .halo-productOptions .form-action #form-action-addToCart {
    text-transform: capitalize; }
  .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action {
    padding-left: 5px;
    padding-right: 5px; }
    .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action .halo-quickShop-close {
      border: 2px solid #e5e5e5;
      text-transform: capitalize;
      font-weight: 600; }
      @media (min-width: 1025px) {
        .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action .halo-quickShop-close:hover, .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action .halo-quickShop-close:active, .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action .halo-quickShop-close:focus {
          background-color: #e5e5e5;
          color: #000000; } }
  @media (max-width: 1199px) {
    .quickShopPopup .halo-quickShop-content .halo-productOptions #add-to-cart-wrapper .form-action {
      padding-right: 5px; }
    .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action {
      padding-left: 0; } }
  @media (max-width: 1199px) {
    .quickShopPopup .halo-quickShop-content .halo-productOptions .halo-quickShop-action .halo-quickShop-close {
      padding: 12px 10px 13px;
      font-size: 13px; } }

.open-quick-shop .card-figure .product-additional {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }
  .open-quick-shop .card-figure .product-additional > .card-image {
    transform: translate3d(0, 0, 0); }

.modal--quickShop .quickShopPopup .halo-quickShop-content {
  padding: 20px; }
  .modal--quickShop .quickShopPopup .halo-quickShop-content .halo-productOptions [data-product-option-change] .form-field {
    padding: 0; }

.button--quickShop.btn-loading {
  font-size: 0 !important;
  position: relative !important;
  pointer-events: none !important; }

.halo-product-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  text-align: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  .halo-product-badge .product-badge {
    padding: 3px 5px;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    min-width: 43px; }
    .halo-product-badge .product-badge span {
      display: block;
      line-height: 15px; }
    .halo-product-badge .product-badge + .product-badge {
      margin-top: 5px; }
    .halo-product-badge .product-badge.new-badge {
      border: 1px solid; }
    .halo-product-badge .product-badge.sale-badge {
      color: white;
      border: 1px solid; }
    .halo-product-badge .product-badge.soldout-badge {
      border: 1px solid; }
    .halo-product-badge .product-badge.custom-badge {
      border: 1px solid; }

.card-subTitle-color {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  color: #787878;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 70px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: "Poppins", Arial, Helvetica, sans-serif; }

@media (max-width: 1199px) {
  .card-subTitle-color {
    display: none; } }

/* Quantity Card */
.form-field--increments {
  border-radius: 4px;
  background: #f3f3f3;
  padding: 2px;
  width: 175px; }
  .form-field--increments .form-increment[data-quantity-change] {
    display: flex;
    align-items: center; }
    .form-field--increments .form-increment[data-quantity-change] .button {
      height: 42px;
      width: 53px;
      background-color: #ffffff;
      border-radius: 4px;
      border: none; }
      @media (max-width: 1399px) {
        .form-field--increments .form-increment[data-quantity-change] .button {
          display: flex;
          justify-content: center;
          align-items: center; } }
      .form-field--increments .form-increment[data-quantity-change] .button svg {
        fill: #000000;
        stroke: #000000; }
      .form-field--increments .form-increment[data-quantity-change] .button:hover svg {
        fill: #ffffff;
        stroke: #ffffff; }
    .form-field--increments .form-increment[data-quantity-change] .card-form-incrementTotal {
      background-color: transparent;
      color: #000000;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
      text-transform: uppercase;
      flex: 1; }
      @media (max-width: 1399px) {
        .form-field--increments .form-increment[data-quantity-change] .card-form-incrementTotal {
          font-size: 14px;
          line-height: 1.2; } }

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

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

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.75rem; }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid black; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 1024px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #757575;
        margin: 0;
        padding-left: 0.75rem; } }
  .navBar--sub .navBar-action {
    color: #757575;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #333333; }

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

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

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

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

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

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

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

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

.actionBar[data-sort-by] .form-field {
  display: inline-block; }

.has-ribbon {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.countPill {
  background-color: black;
  border-radius: 50%;
  color: white;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  text-align: center;
  width: 40px; }
  @media (max-width: 1024px) {
    .countPill {
      position: absolute;
      top: -9px;
      right: -9px;
      display: inline-block;
      vertical-align: middle;
      height: 22px;
      width: 22px;
      line-height: 22px;
      border-radius: 50%;
      text-align: center; } }

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

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

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

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

.navPages {
  background-color: transparent;
  width: 100%;
  height: 100%;
  padding: 0; }
  @media (min-width: 1025px) {
    .navPages > ul.navPages-list {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      overflow: hidden; } }
  .navPages ul {
    width: 100%;
    list-style: none;
    margin: 0; }
  @media (min-width: 1025px) {
    .navPages {
      background-color: transparent;
      text-align: left; }
      .navPages.has-currency {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 100px); } }

.navPages-currency {
  display: none; }
  .navPages-currency .navPages-list {
    list-style: none;
    margin: 0;
    text-align: right; }
    .navPages-currency .navPages-list .navPages-item {
      padding: 0; }
      .navPages-currency .navPages-list .navPages-item > .navPages-action {
        padding-right: 0; }
        .navPages-currency .navPages-list .navPages-item > .navPages-action .flag {
          display: inline-block;
          vertical-align: middle;
          width: 16px;
          height: 16px;
          margin: 0 4px 0 0; }
          .navPages-currency .navPages-list .navPages-item > .navPages-action .flag img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: contain; }
      .navPages-currency .navPages-list .navPages-item > .navPage-subMenu {
        left: auto;
        right: 0;
        width: 225px;
        border-radius: 3px; }
  .navPages-currency .navPage-subMenu-list {
    padding: 0;
    margin: 0; }
    .navPages-currency .navPage-subMenu-list .navPage-subMenu-item-child {
      padding: 0 20px;
      display: inline-block;
      vertical-align: top;
      width: 50%; }
      .navPages-currency .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action {
        border-bottom: 0;
        font-size: 16px;
        font-weight: 700;
        color: black;
        justify-content: flex-start; }
        .navPages-currency .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action .flag {
          display: inline-block;
          vertical-align: middle;
          width: 16px;
          height: 16px;
          margin: 0 8px 0 0; }
          .navPages-currency .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action .flag img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: contain; }
        .navPages-currency .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action.navPages-action-active .text {
          background-image: linear-gradient(transparent 97%, black 3%);
          background-repeat: repeat-x;
          background-position-y: 0; }
      .navPages-currency .navPage-subMenu-list .navPage-subMenu-item-child.navPage-subMenu-title {
        display: block;
        width: 100%;
        background: #fafafa;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
        .navPages-currency .navPage-subMenu-list .navPage-subMenu-item-child.navPage-subMenu-title .navPages-action {
          font-style: italic;
          font-weight: 400;
          color: #757575 !important; }
          .navPages-currency .navPage-subMenu-list .navPage-subMenu-item-child.navPage-subMenu-title .navPages-action .text {
            background: transparent; }
  @media (min-width: 1025px) {
    .navPages-currency {
      display: inline-block;
      vertical-align: top;
      width: 100px; } }

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

.halo-menu-mobile .navPages-list {
  overflow: hidden;
  position: relative; }

.halo-menu-mobile .navPages-item {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #eeeef1; }
  .halo-menu-mobile .navPages-item .navPages-action {
    color: black;
    margin: 0;
    padding: 0 0 0 20px !important;
    display: flex;
    cursor: pointer;
    align-items: center;
    text-transform: capitalize;
    background-color: transparent;
    justify-content: space-between;
    line-height: 45px; }
    .halo-menu-mobile .navPages-item .navPages-action .text {
      display: flex;
      align-items: center;
      padding: 0;
      color: inherit;
      position: relative;
      background: transparent !important; }
    .halo-menu-mobile .navPages-item .navPages-action .navPages-action-moreIcon {
      min-width: 40px;
      height: 45px;
      z-index: 10;
      top: auto;
      display: block;
      order: 0;
      text-align: center;
      font-size: 0;
      pointer-events: none;
      transform: none; }
      .halo-menu-mobile .navPages-item .navPages-action .navPages-action-moreIcon svg {
        fill: black;
        stroke: black;
        pointer-events: none;
        display: inline-block;
        vertical-align: middle;
        margin: 15px auto;
        width: 10px;
        height: 6px;
        transition: all 0.5s ease;
        transform: rotate(-90deg); }
    .halo-menu-mobile .navPages-item .navPages-action:not(.navPages-action-end) .text {
      pointer-events: none; }
  .halo-menu-mobile .navPages-item > .navPages-action {
    font-weight: 700;
    line-height: 45px; }
    .halo-menu-mobile .navPages-item > .navPages-action .text {
      white-space: nowrap; }
  .halo-menu-mobile .navPages-item .navPage-subMenu {
    top: 0;
    right: 100%;
    left: auto;
    width: 100%;
    height: 100%;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: none;
    box-shadow: none; }
  .halo-menu-mobile .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPages-action {
    font-weight: 700; }
  .halo-menu-mobile .navPages-item .navPage-subMenu-item-child {
    padding-right: 0; }
    .halo-menu-mobile .navPages-item .navPage-subMenu-item-child > .navPages-action .navPages-action-moreIcon {
      right: 0; }
    .halo-menu-mobile .navPages-item .navPage-subMenu-item-child.navPage-subMenu-all {
      display: inline-block; }
  .halo-menu-mobile .navPages-item .navPage-subMenu-title > .navPages-action {
    padding-right: 20px !important;
    font-weight: 700;
    color: black;
    background-color: #fafafa; }
    .halo-menu-mobile .navPages-item .navPage-subMenu-title > .navPages-action .navPages-action-moreIcon {
      display: flex;
      align-items: center;
      position: relative;
      right: unset;
      transform: rotate(0);
      font-size: 16px;
      color: black; }
      .halo-menu-mobile .navPages-item .navPage-subMenu-title > .navPages-action .navPages-action-moreIcon svg {
        transform: rotate(-270deg);
        margin: 0 10px 0 0; }
    .halo-menu-mobile .navPages-item .navPage-subMenu-title > .navPages-action .text {
      max-width: calc(100% - 70px);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      vertical-align: top; }

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

.halo-menu-mobile .socialLinks-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 15px 0; }
  .halo-menu-mobile .socialLinks-item svg {
    width: 19px;
    height: 19px; }

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

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

@media (min-width: 1025px) {
  .halo-menu-mobile .navPages-container::-webkit-scrollbar {
    width: 8px; }
  .halo-menu-mobile .navPages-container::-webkit-scrollbar-track {
    background: #fafafa; }
  .halo-menu-mobile .navPages-container::-webkit-scrollbar-thumb {
    background: #999999; }
  .halo-menu-mobile .navPages-container::-webkit-scrollbar-thumb:hover {
    background: #e5e5e5; }
  .halo-menu-mobile .halo-sidebar-close {
    display: none !important; } }

/* Update Header Hover */
@media (min-width: 1025px) {
  #menu .cateArea > ul > li > .navPage-subMenu-action {
    width: fit-content; }
  #menu .navPage-subMegaMenu .navPage-subMenu-item-child .navPage-subMenu-item-child .navPages-action {
    width: fit-content;
    font-size: 12px !important; } }

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

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #757575;
    display: inline-block;
    padding: 0.375rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #333333; }

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

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

.pin_it_iframe_widget {
  display: none; }

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

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

.socialLinks--alt svg {
  fill: #757575; }

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

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

.heroCarousel {
  min-width: 100%;
  width: 1px; }
  .heroCarousel:not(.special-style) .slick-dots {
    bottom: 15px; }
  .heroCarousel.slick-slider {
    margin-bottom: 0; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .heroCarousel {
      opacity: 0; }
      .heroCarousel.slick-initialized {
        opacity: 1; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel .heroCarousel-image-wrapper .heroCarousel-image {
    opacity: 1 !important;
    visibility: visible !important; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    margin: 0;
    top: 50%;
    transform: translateY(-50%); }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 1025px) {
      .heroCarousel .slick-next {
        right: 80px !important; } }
    .heroCarousel .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='%23abadaf' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
    .heroCarousel .slick-next:hover:before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 1025px) {
      .heroCarousel .slick-prev {
        left: 80px !important; } }
    .heroCarousel .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='%23abadaf' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
    .heroCarousel .slick-prev:hover:before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .heroCarousel .slick-dots {
    position: absolute;
    bottom: 15px; }
    @media (min-width: 1400px) {
      .heroCarousel .slick-dots {
        bottom: 70px; } }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (max-width: 550px) {
    .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
      height: 56.25vw; } }
  .heroCarousel .slick-slide.is-image-error .heroCarousel-image-wrapper {
    background: url("../img/hero-carousel-image-load-error.svg") center center no-repeat;
    background-size: contain; }
  @media (max-width: 550px) {
    .heroCarousel:not(.heroCarousel--mobile) .heroCarousel-content {
      background-color: #ffffff;
      text-align: center; }
      .heroCarousel:not(.heroCarousel--mobile) .heroCarousel-content .heroCarousel-title {
        font-size: 20px;
        line-height: 1.4;
        font-weight: 700; }
      .heroCarousel:not(.heroCarousel--mobile) .heroCarousel-content .heroCarousel-description {
        font-size: 14px;
        line-height: 22px; } }
  @media (max-width: 550px) {
    .heroCarousel.heroCarousel--mobile .heroCarousel-content-wrapper {
      position: absolute;
      top: 60px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      border-radius: 10px; }
    .heroCarousel.heroCarousel--mobile .heroCarousel-content {
      padding: 20px;
      text-align: center;
      color: #ffffff;
      padding-left: 20px;
      padding-right: 20px; }
      .heroCarousel.heroCarousel--mobile .heroCarousel-content .heroCarousel-title {
        color: #ffffff;
        font-size: 35px;
        line-height: 45px;
        text-align: left;
        margin-bottom: 24px; }
      .heroCarousel.heroCarousel--mobile .heroCarousel-content .heroCarousel-description {
        text-align: left; }
      .heroCarousel.heroCarousel--mobile .heroCarousel-content .custom-heroCarousel-wrapper-button {
        display: flex; }
        .heroCarousel.heroCarousel--mobile .heroCarousel-content .custom-heroCarousel-wrapper-button .button {
          min-width: unset; }
          .heroCarousel.heroCarousel--mobile .heroCarousel-content .custom-heroCarousel-wrapper-button .button + .button {
            margin-left: 16px; } }
    @media (max-width: 550px) and (max-width: 380px) {
      .heroCarousel.heroCarousel--mobile .heroCarousel-content .custom-heroCarousel-wrapper-button {
        flex-direction: column; }
        .heroCarousel.heroCarousel--mobile .heroCarousel-content .custom-heroCarousel-wrapper-button .button + .button {
          margin-left: 0; } }

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

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

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

.heroCarousel-content {
  position: absolute;
  background-color: rgba(0, 0, 255, 0);
  top: 50%;
  left: 0;
  right: 0;
  z-index: 3;
  width: 100%;
  max-width: 100%;
  padding: 20px 15px 45px;
  transform: translateY(-50%);
  white-space: normal;
  margin: 0;
  max-width: 620px; }
  @media (max-width: 550px) {
    .heroCarousel-content {
      margin: 0 auto;
      max-height: 80%;
      overflow: auto;
      position: relative;
      top: 0;
      transform: unset; } }
  @media (min-width: 551px) {
    .heroCarousel-content {
      padding: 0 30px 8px; } }
  @media (min-width: 1440px) {
    .heroCarousel-content {
      left: calc(((100% - 1440px) / 2) + 48px); } }

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

.heroCarousel-description {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 8px 0;
  text-transform: capitalize; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      color: white; } }
  @media (min-width: 1025px) {
    .heroCarousel-description {
      font-size: 16px;
      margin-bottom: 20px;
      line-height: 30px; } }

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

.heroCarousel-action:hover {
  border: 1px solid #ffffff !important; }

/* Hero Carousel Mobile */
@media (min-width: 551px) {
  .show-heroCarousel-mobile .image-mobile {
    display: none; } }

@media (max-width: 550px) {
  .show-heroCarousel-mobile .heroCarousel-image::before {
    content: unset; }
  .show-heroCarousel-mobile .heroCarousel-image > img:not(.image-mobile) {
    display: none; }
  .show-heroCarousel-mobile::after {
    padding-bottom: 204.43% !important; } }

@media (max-width: 550px) {
  .show-heroCarousel-mobile .heroCarousel-content-wrapper {
    position: absolute;
    background-color: rgba(0, 0, 255, 0);
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    width: 100%;
    max-width: 500px;
    text-align: center;
    padding: 0 15px;
    white-space: normal;
    margin: 0 auto;
    padding-bottom: 8px; } }

/* Mint Custom Hero Carousel 29022024 */
@media (min-width: 551px) and (max-width: 800px) {
  .heroCarousel .heroCarousel-image-wrapper {
    min-height: 450px; }
    .heroCarousel .heroCarousel-image-wrapper .heroCarousel-image {
      min-height: 450px; } }

@media (min-width: 1025px) {
  .heroCarousel-content-wrapper .heroCarousel-content {
    max-width: 650px; } }

.heroCarousel-content-wrapper .heroCarousel-content .heroCarousel-title {
  text-transform: uppercase; }
  @media (min-width: 1025px) {
    .heroCarousel-content-wrapper .heroCarousel-content .heroCarousel-title {
      margin-bottom: 32px; } }

.heroCarousel-content-wrapper .heroCarousel-content .custom-subHeading {
  color: #ED1C24; }

.heroCarousel-content-wrapper .heroCarousel-content .heroCarousel-description {
  max-width: 580px; }

.heroCarousel-content-wrapper .heroCarousel-content .custom-heroCarousel-wrapper-button .button--primary {
  background-color: #ED1C24;
  color: #ffffff;
  border: 1px solid #ED1C24;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600px;
  line-height: 18px;
  border-radius: 3px; }
  .heroCarousel-content-wrapper .heroCarousel-content .custom-heroCarousel-wrapper-button .button--primary:hover {
    background-color: #ED1C24;
    color: #ED1C24; }
  .heroCarousel-content-wrapper .heroCarousel-content .custom-heroCarousel-wrapper-button .button--primary.button--large {
    padding-left: 17px;
    padding-right: 17px; }
  .heroCarousel-content-wrapper .heroCarousel-content .custom-heroCarousel-wrapper-button .button--primary.button--custom {
    padding-left: 10px;
    padding-right: 10px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.productCarousel {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  min-width: 100%;
  position: relative;
  width: 1px;
  margin: 0; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }
  .productCarousel .slick-list {
    margin-left: -15px;
    margin-right: -15px; }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left;
  padding: 0 15px; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 1024px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0; }
    .productCarousel-slide .card .card-title {
      overflow-wrap: break-word; }

.productCarousel .slick-arrow {
  top: -129px;
  transform: unset; }
  @media (max-width: 1024px) {
    .productCarousel .slick-arrow {
      top: -95px; } }
  @media (max-width: 767px) {
    .productCarousel .slick-arrow {
      top: -75px; } }
  .productCarousel .slick-arrow.slick-prev {
    left: calc(100% - 145px); }
    @media (max-width: 1024px) {
      .productCarousel .slick-arrow.slick-prev {
        left: calc(100% - 105px); } }

.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: 1024px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

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

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

.productReview-rating {
  display: inline-block; }

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

.productView {
  padding-top: 1rem; }

.productView-images {
  margin-bottom: 3rem; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative;
  border-radius: 20px;
  border: 1px solid #757575;
  background: #ffffff;
  box-shadow: 0px 7px 80px 0px rgba(0, 0, 0, 0.06);
  overflow: hidden; }
  .productView-image + .productView-thumbnails {
    margin-top: 0.75rem; }
  @media (min-width: 320px) and (max-width: 1024px) {
    .productView-image {
      pointer-events: none; } }

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

.productView-thumbnails[data-slick] {
  opacity: 0; }
  .productView-thumbnails[data-slick].slick-initialized {
    opacity: 1; }

.productView-thumbnails .slick-next {
  right: 0; }

.productView-thumbnails .slick-prev {
  left: 0; }

.productView-thumbnails img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  /* Object-fit polyfill */
  font-family: 'object-fit: contain;';
  margin: 0;
  object-fit: contain;
  position: relative;
  width: 105px; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding: 0.375rem;
  text-align: center; }
  @media (min-width: 1261px) {
    .productView-thumbnail {
      width: 20%; } }

.productView-thumbnail-link {
  border: 1px solid #e5e5e5;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  padding: 2px;
  position: relative;
  width: 100%; }

.productView-reviewLink {
  color: #757575;
  display: inline-block;
  margin-left: 0.375rem;
  vertical-align: middle; }
  .productView-reviewLink:hover {
    color: #333333; }
  .productView-reviewLink--new {
    padding: 0; }

.productView-info {
  margin-top: 0.75rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 551px) {
    .productView-info > :first-child {
      margin-top: 1.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left; }
  @media (min-width: 551px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.1875rem;
  margin-right: 0.375rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.375rem; }
  @media (min-width: 551px) {
    .productView-info-value {
      margin-bottom: 1rem; } }

.productView-options {
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type='number'] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type='file'] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .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 {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .add-to-cart-buttons {
    display: inline-grid;
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 0.625rem;
        width: 50%; } }
    @media (min-width: 1024px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.75rem;
        width: 50%; } }
    @media (min-width: 1261px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.75rem;
        width: 50%; } }
    .productView-options .add-to-cart-buttons .button {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.75rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: #757575;
      display: block;
      margin-top: 0.375rem;
      padding: 0.375rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
        color: #333333; }

.productOptions-list {
  border: 1px solid #8f8f8f;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #8f8f8f; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.25rem; }

.shareProduct {
  text-align: center; }

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

/* Custom Start Product View */
.productView {
  margin-left: -30px;
  margin-right: -30px; }
  @media (max-width: 1024px) {
    .productView {
      padding-top: 0; } }
  .productView .productView-images {
    width: 48%;
    padding-left: 30px;
    padding-right: 30px; }
    @media (max-width: 1024px) {
      .productView .productView-images {
        width: 100%;
        margin-bottom: 24px; } }
    .productView .productView-images .productView-thumbnails .slick-list {
      margin-left: -10px;
      margin-right: -10px; }
    .productView .productView-images .productView-thumbnails .productView-thumbnail {
      width: 25%;
      padding-left: 10px;
      padding-right: 10px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .productView .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
        height: auto;
        max-width: 100%;
        background: transparent;
        border: 1px solid #757575;
        border-radius: 20px;
        overflow: hidden; }
        .productView .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link:hover, .productView .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link.is-active {
          border-color: #000000; }
    .productView .productView-images .productView-thumbnails .slick-arrow {
      width: 40px;
      height: 40px; }
  .productView .productView-details {
    width: 52%;
    padding-left: 30px;
    padding-right: 30px; }
    @media (max-width: 1024px) {
      .productView .productView-details {
        width: 100%; } }
    .productView .productView-details.product-data {
      /* Top */
      /* Bottom */ }
      .productView .productView-details.product-data .productView-rating {
        margin-top: 4px; }
        .productView .productView-details.product-data .productView-rating .icon {
          width: 14px;
          height: 14px; }
      .productView .productView-details.product-data .productView-brand {
        margin-top: 10px;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .productView .productView-details.product-data .productView-brand img {
          max-width: 100px; }
        @media (max-width: 1024px) {
          .productView .productView-details.product-data .productView-brand {
            line-height: 100%;
            margin-top: 16px;
            margin-bottom: 0;
            font-size: 14px; } }
        .productView .productView-details.product-data .productView-brand > a {
          color: #757575;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: 16.935px;
          text-transform: uppercase;
          text-decoration: none; }
      .productView .productView-details.product-data .productView-title {
        color: #000000;
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 1.2;
        text-transform: capitalize;
        margin-top: 8px;
        margin-bottom: 20px; }
        @media (max-width: 1024px) {
          .productView .productView-details.product-data .productView-title {
            font-size: 20px;
            line-height: 28.8px;
            margin-top: 16px;
            margin-bottom: 16px; } }
      .productView .productView-details.product-data .productView-price {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        text-transform: uppercase;
        padding-top: 5px;
        margin-bottom: 10px; }
        .productView .productView-details.product-data .productView-price .price-section.price-section--withoutTax {
          color: #000000; }
        .productView .productView-details.product-data .productView-price .price-section .price {
          font-size: 20px; }
          @media (max-width: 1024px) {
            .productView .productView-details.product-data .productView-price .price-section .price {
              font-size: 14px; } }
      @media (min-width: 768px) {
        .productView .productView-details.product-data.product-data--bottom {
          margin-bottom: 20px; } }
      .productView .productView-details.product-data .productView-info {
        padding: 36px 0 20px; }
        @media (max-width: 1024px) {
          .productView .productView-details.product-data .productView-info {
            padding: 16px 0; } }
        .productView .productView-details.product-data .productView-info .productView-info-item:not(:last-child) {
          margin-bottom: 7px; }
        @media (max-width: 1024px) {
          .productView .productView-details.product-data .productView-info .productView-info-item {
            margin-bottom: 6px; } }
        .productView .productView-details.product-data .productView-info .productView-info-item:first-child {
          margin-top: 0; }
        .productView .productView-details.product-data .productView-info .productView-info-item:last-child {
          margin-bottom: 0; }
        .productView .productView-details.product-data .productView-info .productView-info-item span {
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 20px;
          text-transform: capitalize; }
          @media (max-width: 1024px) {
            .productView .productView-details.product-data .productView-info .productView-info-item span {
              font-size: 14px;
              line-height: 16.935px; } }
        .productView .productView-details.product-data .productView-info .productView-info-item .productView-info-name {
          color: #000000;
          font-weight: 500; }
          .productView .productView-details.product-data .productView-info .productView-info-item .productView-info-name::before {
            content: '';
            width: 7px;
            height: 7px;
            background-color: #ed1c24;
            border-radius: 50%;
            display: inline-block;
            margin-right: 7px;
            transform: translateY(-2px); }
            @media (max-width: 1024px) {
              .productView .productView-details.product-data .productView-info .productView-info-item .productView-info-name::before {
                width: 8px;
                height: 8px;
                margin-right: 8px; } }
        .productView .productView-details.product-data .productView-info .productView-info-item .productView-info-value {
          color: #757575; }
      .productView .productView-details.product-data .productView-guaranteed .guaranteed__title {
        color: #000000;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
        margin-top: 20px;
        margin-bottom: 8px; }
        @media (max-width: 1024px) {
          .productView .productView-details.product-data .productView-guaranteed .guaranteed__title {
            font-size: 14px;
            line-height: 16.935px;
            margin-top: 8px; } }
      .productView .productView-details.product-data .productView-guaranteed img {
        max-width: 235px; }
    .productView .productView-details.product-options #add-to-cart-wrapper {
      display: flex;
      align-items: center; }
      @media (max-width: 550px) {
        .productView .productView-details.product-options #add-to-cart-wrapper {
          flex-direction: column;
          align-items: flex-start; } }
      .productView .productView-details.product-options #add-to-cart-wrapper .form-field--increments {
        margin-bottom: 0;
        border-radius: 20px;
        width: fit-content; }
        .productView .productView-details.product-options #add-to-cart-wrapper .form-field--increments .form-increment {
          display: flex;
          align-items: center; }
          .productView .productView-details.product-options #add-to-cart-wrapper .form-field--increments .form-increment .button {
            border-radius: 20px; }
          .productView .productView-details.product-options #add-to-cart-wrapper .form-field--increments .form-increment .form-input--incrementTotal {
            flex: 1;
            background-color: transparent; }
      .productView .productView-details.product-options #add-to-cart-wrapper .add-to-cart-buttons {
        margin: 0;
        padding: 0;
        max-width: 249px;
        margin-left: 7px; }
        @media (max-width: 550px) {
          .productView .productView-details.product-options #add-to-cart-wrapper .add-to-cart-buttons {
            margin-left: 0;
            margin-top: 5px; } }
        .productView .productView-details.product-options #add-to-cart-wrapper .add-to-cart-buttons #form-action-addToCart {
          border-radius: 20px;
          height: 54px;
          padding: 12px 65px;
          font-weight: 400;
          display: flex;
          justify-content: center;
          align-items: center; }
          .productView .productView-details.product-options #add-to-cart-wrapper .add-to-cart-buttons #form-action-addToCart > .icon {
            position: relative;
            top: -2px;
            width: 20px;
            height: 20px;
            margin-right: 5px; }
        .productView .productView-details.product-options #add-to-cart-wrapper .add-to-cart-buttons .form-action {
          margin-top: 12px; }
    .productView .productView-details.product-options div[data-product-option-change] > .form-field {
      text-align: left; }

/* Ask An expert */
#halo-ask-an-expert-results {
  margin-top: 12px; }

.productView-askAnExpert {
  width: 100%;
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  white-space: nowrap;
  padding-top: 16px; }
  @media (max-width: 767px) {
    .productView-askAnExpert {
      font-size: 14px;
      line-height: 1.2; } }
  .productView-askAnExpert span {
    margin-left: 8px; }
    @media (max-width: 767px) {
      .productView-askAnExpert span {
        margin-left: 4px; } }

.price-section.rrp-price--withoutTax .price, .price-section.non-sale-price--withoutTax .price {
  color: #757575;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 100% */
  text-transform: uppercase; }
  @media (min-width: 1400px) {
    .price-section.rrp-price--withoutTax .price, .price-section.non-sale-price--withoutTax .price {
      font-size: 20px; } }

.product-sale-price-percent {
  color: #F00;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  margin-left: 20px;
  display: inline-block;
  transform: translateY(2px); }

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

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

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

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

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

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

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

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

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

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

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1025px) {
  #facetedSearch {
    padding: 0;
    padding-top: 31px;
    padding-right: 30px; }
    #facetedSearch::after {
      content: '';
      position: absolute;
      top: 0;
      right: 100%;
      bottom: 0;
      width: 2000%;
      background-color: #ffffff; } }

.facetedSearch-navList {
  display: block; }

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

/* Custom Start Page Sidebar */
@media (min-width: 1025px) {
  #faceted-search-container {
    background-color: #ffffff;
    box-shadow: 0px 101.611px 67.741px 0px rgba(0, 0, 0, 0.06);
    padding: 40px 0 40px;
    height: 100%; } }

#faceted-search-container .accordion-nav-clear-holder .accordion-navigation {
  padding-bottom: 7px;
  border-bottom: 1px solid #909090; }
  #faceted-search-container .accordion-nav-clear-holder .accordion-navigation .accordion-title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize; }
  #faceted-search-container .accordion-nav-clear-holder .accordion-navigation .icon {
    fill: #141B34;
    width: 25px;
    height: 25px; }

#faceted-search-container .accordion-nav-clear-holder .facetedSearch-clearLink {
  right: 28px; }

#faceted-search-container .accordion-block {
  margin-top: 0;
  margin-bottom: 0; }
  #faceted-search-container .accordion-block .accordion-content {
    padding: 18px 0 36px; }
    @media (max-width: 1024px) {
      #faceted-search-container .accordion-block .accordion-content {
        padding-left: 22px;
        padding-right: 22px;
        padding-bottom: 18px; } }
    #faceted-search-container .accordion-block .accordion-content #facet-range-form .form-minMaxRow {
      display: flex;
      flex-wrap: wrap;
      margin-left: -8px;
      margin-right: -8px; }
      #faceted-search-container .accordion-block .accordion-content #facet-range-form .form-minMaxRow .form-field {
        width: 50%;
        padding-left: 8px;
        padding-right: 8px; }
        #faceted-search-container .accordion-block .accordion-content #facet-range-form .form-minMaxRow .form-field:nth-child(3) {
          width: 100%;
          margin-top: 12px; }
          #faceted-search-container .accordion-block .accordion-content #facet-range-form .form-minMaxRow .form-field:nth-child(3) .button {
            font-size: 14px;
            line-height: 17px;
            text-align: center;
            text-transform: capitalize;
            font-style: normal;
            font-weight: 500;
            text-transform: uppercase;
            height: 44px;
            padding: 12px 36px; }
    #faceted-search-container .accordion-block .accordion-content .navList-item .navList-action {
      color: #000;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: normal; }
      #faceted-search-container .accordion-block .accordion-content .navList-item .navList-action:hover span {
        background: none; }
      #faceted-search-container .accordion-block .accordion-content .navList-item .navList-action--checkbox {
        padding-left: 28px; }
        #faceted-search-container .accordion-block .accordion-content .navList-item .navList-action--checkbox::before {
          margin-top: -10px;
          border-radius: 6px;
          border-radius: 6px;
          border: 1px solid #AFAFAF;
          background-color: #F3F6F9; }
        #faceted-search-container .accordion-block .accordion-content .navList-item .navList-action--checkbox::after {
          margin-top: -9px; }

#faceted-search-container .form-minMaxRow .form-field {
  padding: 0;
  width: 80px; }
  #faceted-search-container .form-minMaxRow .form-field > input {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; }

.facetedSearch-refineFilters {
  display: none; }

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

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

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.1875rem 0.5rem 0.1875rem 0.6875rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.75rem;
    width: 0.75rem;
    display: inline-block;
    fill: #757575;
    position: relative;
    top: -1px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart-item-label {
  color: black;
  float: left;
  margin-bottom: 0.375rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 1024px) {
    .cart-item-label {
      display: none; } }
  @media (max-width: 767px) {
    .cart-item-label {
      font-size: 0; } }

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

.cart-item-brand {
  color: #757575;
  margin-bottom: 0.1875rem; }

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

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

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

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 1024px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1261px) {
    .cart-totals {
      width: 41.66667%; } }

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

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

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

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

.cart-total-grandTotal {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding-bottom: 0.1875rem;
  padding-top: 0.1875rem;
  position: relative;
  color: #000000;
  font-weight: 600; }
  @media (min-width: 1024px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.25rem; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #757575;
  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: #333333; }

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

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

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

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

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

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

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

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

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

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

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

.previewCartWrapper {
  max-height: calc(100vh - 6rem);
  overflow: auto;
  padding: 0 25px 30px 25px; }

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

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

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

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

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

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

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

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

/* Custom Start */
.previewCart-header {
  position: relative;
  padding: 16px 25px 14px 25px;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  .previewCart-header .title {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    text-transform: uppercase; }
  .previewCart-header .text {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    line-height: 25px;
    color: black; }
  .previewCart-header .cart-quantity {
    background: transparent;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: black;
    line-height: 25px;
    display: inline-block;
    vertical-align: top; }
  @media (min-width: 1025px) {
    .previewCart-header {
      padding: 10px 25px; } }

.previewCartAction .button {
  width: 100%; }

.previewCartAction .previewCartAction-viewCart {
  margin-top: 15px; }

/* Custom Start */
@media (max-width: 1024px) {
  .cart-item-quantity .form-label {
    padding-left: 0; } }

.cart-item-quantity .form-increment {
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: #f3f3f3;
  padding: 2px;
  width: 175px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }
  @media (max-width: 767px) {
    .cart-item-quantity .form-increment {
      margin-top: 8px;
      margin-bottom: 8px; } }
  .cart-item-quantity .form-increment .cart-item-qty-input {
    flex: 1;
    background-color: transparent; }
  .cart-item-quantity .form-increment .button {
    height: 42px;
    width: 53px;
    background-color: #fff;
    border-radius: 4px;
    border: none; }
    @media (max-width: 1024px) {
      .cart-item-quantity .form-increment .button {
        display: inline-flex;
        justify-content: center;
        align-items: center; } }
    .cart-item-quantity .form-increment .button > .icon svg {
      fill: #000000;
      stroke: #000000; }
    .cart-item-quantity .form-increment .button:hover > .icon svg {
      fill: #ffffff;
      stroke: #ffffff; }

/* Button Convert */
#convertToQuote {
  margin-left: 0 !important;
  margin-right: 12px !important;
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
  margin-left: 12px !important; }
  #convertToQuote:hover {
    color: #ffffff !important;
    background-color: transparent !important; }
  #convertToQuote::before {
    background-color: #000000 !important; }
  @media (max-width: 551px) {
    #convertToQuote {
      margin-right: 0 !important;
      margin-left: 0 !important;
      margin-top: 20px !important; } }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.address {
  display: inline-block;
  padding: 0 0.75rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 551px) {
    .address {
      width: 50%; } }
  @media (min-width: 1261px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 15.625rem;
    padding: 1.5rem; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.75rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.75rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.375rem; } }

.address-title {
  margin: 0 0 0.75rem;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 0.75rem; }

.address-details--postal {
  font-size: 14px; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: #757575;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #ed1b24; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 60px;
  line-height: 1; }

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

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

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

.video {
  display: block;
  margin-bottom: 1.875rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.75rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.75rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 1024px) {
    .video {
      margin-bottom: 1.875rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

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

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

.halo-cart {
  position: relative; }
  @media (min-width: 1025px) {
    .halo-cart {
      padding-right: 15px; } }

.dropdown-cart {
  display: none; }
  @media (min-width: 1025px) {
    .dropdown-cart {
      position: absolute;
      top: calc(100% + 20px);
      right: 0;
      padding: 0;
      z-index: 20;
      text-align: left;
      border-radius: 3px;
      width: 370px;
      background-color: #ffffff;
      border: 1px solid #e5e5e5;
      box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.01); }
      .dropdown-cart:before {
        content: " ";
        position: absolute;
        top: -10px;
        left: auto;
        right: 22px;
        z-index: 6;
        width: 20px;
        height: 20px;
        background-color: #ffffff;
        transform: rotate(135deg);
        border-bottom: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
        box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.01); } }

@media (min-width: 1025px) {
  .openCartDropdown .dropdown-cart {
    display: block; }
    .openCartDropdown .dropdown-cart.is-loading {
      min-height: 100px; }
      .openCartDropdown .dropdown-cart.is-loading .loadingOverlay:before {
        width: 40px;
        height: 40px; }
  .openCartDropdown #halo-cart-sidebar {
    right: -101%; }
  .openCartDropdown .previewCartWrapper .previewCart {
    padding: 0; }
  .openCartDropdown .previewCartWrapper .previewCartAction {
    margin-top: 12px; }
    .openCartDropdown .previewCartWrapper .previewCartAction .button {
      padding: 0;
      height: 50px;
      font-size: 14px;
      line-height: 50px; } }

.openCartSidebar {
  overflow: hidden; }
  .openCartSidebar #halo-cart-sidebar {
    right: 0;
    z-index: 105; }
  .openCartSidebar .halo-background {
    z-index: 103;
    opacity: 1;
    display: block;
    visibility: visible; }

.previewCart-header {
  position: relative;
  padding: 16px 25px 14px 25px;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  .previewCart-header .title {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    text-transform: uppercase; }
  .previewCart-header .text {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    line-height: 25px;
    color: black; }
  .previewCart-header .cart-quantity {
    background: transparent;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: black;
    line-height: 25px;
    display: inline-block;
    vertical-align: top; }
  @media (min-width: 1025px) {
    .previewCart-header {
      padding: 10px 25px; } }

.previewCart-body {
  display: block;
  position: relative;
  height: calc(100% - 52px); }
  .previewCart-body.has-free-shipping .halo-free-shipping-message {
    padding-bottom: 0; }
  .previewCart-body.has-free-shipping .previewCart .previewCartItem:first-child {
    border-top: 0; }

.previewCart {
  margin: 0;
  height: 100%; }
  .previewCart .previewCartList {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 400px); }
    .previewCart .previewCartList::-webkit-scrollbar {
      width: 5px; }
    .previewCart .previewCartList::-webkit-scrollbar-track {
      background: #fafafa; }
    .previewCart .previewCartList::-webkit-scrollbar-thumb {
      background: #999999; }
    .previewCart .previewCartList::-webkit-scrollbar-thumb:hover {
      background: #e5e5e5; }
  .previewCart .previewCartItem {
    display: block;
    max-width: 100%;
    line-height: unset;
    padding: 25px 0;
    font-size: 0;
    margin: 0;
    letter-spacing: 0;
    border: 0;
    border-bottom: 1px solid #e2e2e7; }
    .previewCart .previewCartItem:first-child {
      border-top: 1px solid #e2e2e7; }
  .previewCart .previewCartItem-image {
    display: inline-block;
    vertical-align: top;
    width: 75px;
    padding: 0;
    position: relative;
    text-align: center; }
    .previewCart .previewCartItem-image::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 100%;
      width: 100%; }
    .previewCart .previewCartItem-image img {
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .previewCart .previewCartItem-image:after {
      padding-bottom: 120%; }
  .previewCart .previewCartItem-content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 75px);
    padding: 0 0 0 20px;
    position: relative; }
  .previewCart .previewCartItem-name {
    overflow-wrap: break-word;
    margin: 0;
    position: relative;
    top: -8px; }
    .previewCart .previewCartItem-name > a {
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 700;
      margin: 0 0 11px 0;
      line-height: 24px;
      text-transform: capitalize; }
  .previewCart .previewCartItem-options {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 30px 0 0;
    width: auto; }
  .previewCart .previewCartItem-variant {
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    text-transform: capitalize;
    display: block;
    width: 100%;
    margin: 0 0 7px 0; }
    .previewCart .previewCartItem-variant span + span:before {
      content: '/';
      margin: 0 4px 0 0; }
  .previewCart .previewCartItem-edit {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 2px;
    right: 0; }
    .previewCart .previewCartItem-edit .icon {
      width: 16px;
      height: 16px;
      fill: black; }
  .previewCart .previewCartItem-price {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: black;
    text-transform: uppercase;
    display: block;
    width: 100%; }
    .previewCart .previewCartItem-price p {
      font-size: 16px;
      font-weight: 400;
      color: black;
      line-height: 1.625;
      margin: 0;
      text-transform: capitalize; }
  .previewCart .previewCartItem-qty {
    display: inline-block;
    vertical-align: top;
    margin: 9px 0 0 0;
    padding: 0;
    position: relative; }
    .previewCart .previewCartItem-qty .form-label {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      margin: 0 0 8px 0;
      color: black;
      font-size: 14px;
      font-weight: 400;
      font-style: italic; }
    .previewCart .previewCartItem-qty .form-increment {
      display: inline-block;
      vertical-align: middle;
      width: 100px; }
      .previewCart .previewCartItem-qty .form-increment .form-input--incrementTotal {
        text-align: left;
        width: 100%;
        padding: 10px;
        border: 1px solid #c5c5cf;
        font-weight: 400;
        font-size: 16px;
        min-height: unset;
        height: 36px; }
  .previewCart .previewCartItem-remove {
    margin: 15px 0 0 0;
    line-height: 20px;
    display: flex;
    align-items: center;
    transition: unset; }
    .previewCart .previewCartItem-remove svg {
      width: 12px;
      height: 12px;
      margin: 0 10px 0 0;
      transition: unset; }
    .previewCart .previewCartItem-remove span {
      font-size: 14px;
      font-weight: 400;
      color: black;
      line-height: 20px;
      position: relative;
      top: -1px; }
  .previewCart .previewCartTotalsPrice {
    list-style: none;
    margin: 0;
    padding: 15px 0; }
  .previewCart .previewCartTotals {
    display: block;
    font-size: 0;
    padding: 0;
    letter-spacing: 0; }
    .previewCart .previewCartTotals:before, .previewCart .previewCartTotals:after {
      content: " ";
      display: table; }
    .previewCart .previewCartTotals:after {
      clear: both; }
    .previewCart .previewCartTotals .previewCartTotals-label {
      display: inline-block;
      vertical-align: top;
      width: 120px;
      text-align: left;
      color: black;
      font-size: 14px;
      font-weight: 700;
      line-height: 30px;
      text-transform: uppercase; }
    .previewCart .previewCartTotals .previewCartTotals-value {
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 120px);
      text-align: right;
      color: black;
      font-size: 16px;
      line-height: 30px; }
    .previewCart .previewCartTotals.grandTotal .previewCartTotals-value {
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 18px;
      font-weight: 700;
      padding: 0;
      top: -1px; }
  .previewCart .previewCartAction {
    border: 0;
    display: block;
    font-size: 0;
    letter-spacing: 0;
    padding: 3px 0 0 0;
    margin: 0;
    width: auto; }
    @media (max-width: 1024px) {
      .previewCart .previewCartAction {
        margin-top: 12px; } }
    .previewCart .previewCartAction .previewCartAction-checkout,
    .previewCart .previewCartAction .previewCartAction-viewCart {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      padding: 0; }
    .previewCart .previewCartAction .previewCartAction-viewCart {
      margin: 15px 0 0 0; }
      .home-layout-2 .previewCart .previewCartAction .previewCartAction-viewCart .button {
        color: black;
        border-color: black;
        background-color: white; }
        @media (min-width: 1025px) {
          .home-layout-2 .previewCart .previewCartAction .previewCartAction-viewCart .button:hover {
            background: black;
            border-color: black;
            color: white; } }
    .previewCart .previewCartAction a {
      margin: 0;
      padding: 0;
      width: 100%;
      text-align: center; }
      .previewCart .previewCartAction a.button--checkout {
        background: black;
        border-color: black;
        color: white; }
        .home-layout-2 .previewCart .previewCartAction a.button--checkout {
          border-color: black;
          background-color: black; }
          @media (min-width: 1025px) {
            .home-layout-2 .previewCart .previewCartAction a.button--checkout:hover {
              color: black;
              background-color: white; } }
  .previewCart.previewCart2 {
    padding: 0;
    display: block;
    font-size: 0;
    letter-spacing: 0; }
  @media (min-width: 376px) {
    .previewCart .previewCartItem-remove {
      position: absolute;
      margin: 0;
      top: auto;
      bottom: 0;
      height: 36px;
      left: 145px;
      width: calc(100% - 145px);
      line-height: 20px;
      display: flex;
      align-items: center;
      transition: unset; } }
  @media (min-width: 1025px) {
    .previewCart .previewCartList {
      max-height: calc(100vh - 400px); }
    .previewCart .previewCartItem-remove:hover svg {
      fill: #ce2b1e; }
    .previewCart .previewCartItem-remove:hover span {
      color: #ce2b1e;
      background-image: linear-gradient(transparent 97%, #ce2b1e 3%);
      background-repeat: repeat-x;
      background-position-y: 0; } }

.previewCart-emptyBody {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  text-align: center;
  padding: 3rem;
  border: 1px solid transparent; }

.previewCartView {
  display: block;
  width: 100%;
  text-align: center; }
  .previewCartView .productView-image {
    display: inline-block;
    vertical-align: top;
    width: 100px; }
  .previewCartView .productView-details {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 100px);
    padding: 0 0 0 15px;
    text-align: left; }
  .previewCartView .productView-brand {
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
    color: #757575;
    margin-bottom: 3px; }
  .previewCartView .productView-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px; }
  .previewCartView .productView-price {
    font-size: 16px;
    color: black;
    margin: 0 0 5px 0; }
  .previewCartView .productView-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0; }
    .previewCartView .productView-info + .productView-info {
      margin-top: 4px; }
  .previewCartView .productView-info-name,
  .previewCartView .productView-info-value {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin: 0; }
  .previewCartView .productView-info-name {
    color: #757575; }
  .previewCartView .productView-info-value {
    color: black;
    margin: 0 0 0 5px; }
  .previewCartView.previewCartView2 {
    width: 100%;
    padding: 0; }
    .previewCartView.previewCartView2 .productView-image {
      width: 80px;
      display: inline-block;
      vertical-align: top; }
    .previewCartView.previewCartView2 .productView-details {
      width: calc(100% - 80px);
      padding-left: 15px;
      padding-top: 0;
      display: inline-block;
      vertical-align: top;
      text-align: left; }
    .previewCartView.previewCartView2 .productView-brand {
      text-transform: uppercase; }
    .previewCartView.previewCartView2 .productView-title {
      margin-bottom: 7px;
      margin-top: 0; }
      .previewCartView.previewCartView2 .productView-title > a {
        text-decoration: none; }
    .previewCartView.previewCartView2 .productView-info {
      justify-content: flex-start; }
  @media (min-width: 551px) {
    .previewCartView {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 0 15px 0 0; }
      .previewCartView .productView-info {
        justify-content: flex-start; } }
  @media (min-width: 768px) {
    .previewCartView {
      width: calc(100% - 280px);
      padding-right: 50px; }
      .previewCartView .productView-image {
        width: 170px; }
      .previewCartView .productView-details {
        width: calc(100% - 170px);
        padding-left: 30px; } }
  @media (min-width: 992px) {
    .previewCartView {
      padding-right: 20px; } }

.previewCartCheckout {
  display: block;
  width: 100%;
  text-align: center;
  margin: 15px 0 0 0; }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%;
    height: 50px;
    line-height: 50px; }
    .previewCartCheckout .button + .button {
      margin-top: 20px; }
  .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons p {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #757575;
    margin: 0 0 8px 0; }
  .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
    margin-bottom: 1rem; }
    .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
      margin-top: 13px; }
    .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
      margin-bottom: 1.5rem; }
  .previewCartCheckout .previewCartCheckout-subtotal {
    display: block;
    margin: 37px 0 0 0;
    border: 1px solid #c5c5cf;
    border-radius: 3px; }
    .previewCartCheckout .previewCartCheckout-subtotal .previewCartCheckout-price {
      display: block;
      font-size: 24px;
      font-weight: 700;
      line-height: 30px;
      text-align: center;
      position: relative;
      top: -10px;
      margin: 0 0 7px 0;
      color: black; }
    .previewCartCheckout .previewCartCheckout-subtotal span {
      display: inline-block;
      vertical-align: top;
      background: #ffffff;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.625;
      position: relative;
      top: -15px;
      padding: 0 20px;
      color: black; }
    .previewCartCheckout .previewCartCheckout-subtotal p {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.625;
      color: black;
      margin: 0; }
  .previewCartCheckout [data-cart-quantity] {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    color: black;
    margin: 15px 0 20px 0; }
  .previewCartCheckout.previewCartCheckout2 {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column; }
    .previewCartCheckout.previewCartCheckout2 .button {
      width: 100% !important;
      font-size: 14px;
      line-height: 50px;
      height: 50px;
      padding-top: 0;
      padding-bottom: 0; }
      .previewCartCheckout.previewCartCheckout2 .button + .button {
        margin-top: 15px !important;
        margin-left: 0 !important; }
  @media (min-width: 551px) {
    .previewCartCheckout {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 0 0 0 15px; }
      .previewCartCheckout.previewCartCheckout2 {
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        .previewCartCheckout.previewCartCheckout2 .button {
          width: calc(100% - 150px); }
          .previewCartCheckout.previewCartCheckout2 .button + .button {
            margin-top: 0;
            margin-left: 15px;
            width: 135px; } }
  @media (min-width: 768px) {
    .previewCartCheckout {
      padding-left: 0;
      width: 280px; } }

.suggestiveCart {
  display: none;
  text-align: center; }
  @media (min-width: 1025px) {
    .suggestiveCart {
      display: block; } }

.product-edit-detail {
  display: block;
  padding: 30px 20px 20px 20px; }
  .product-edit-detail .product-edit {
    display: table;
    width: 100%; }
  .product-edit-detail .product-edit-image,
  .product-edit-detail .product-edit-content {
    display: table-cell;
    vertical-align: middle; }
  .product-edit-detail .product-edit-image {
    width: 80px; }
  .product-edit-detail .product-edit-content {
    padding-left: 20px; }
  .product-edit-detail .product-edit-brand {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    text-transform: uppercase;
    color: #757575; }
  .product-edit-detail .product-edit-title {
    display: block;
    line-height: 1.625;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0; }
  .product-edit-detail .product-edit-variant {
    font-size: 14px;
    line-height: 28px;
    color: #757575;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0; }
    .product-edit-detail .product-edit-variant span + span:before {
      content: '/';
      margin: 0 4px 0 0; }
  @media (min-width: 1025px) {
    .product-edit-detail {
      padding: 30px; } }

.product-edit-info {
  overflow-y: auto; }
  .product-edit-info .product-edit-change {
    min-width: 700px; }
  .product-edit-info table {
    margin: 0;
    width: 100%; }
  .product-edit-info thead {
    display: none; }
    .product-edit-info thead th {
      border: 0;
      font-size: 14px;
      font-weight: 700;
      line-height: 25px;
      padding: 7px;
      color: black;
      background-color: #fafafa;
      text-transform: uppercase;
      text-align: left; }
      .product-edit-info thead th:first-child {
        padding-left: 30px; }
      .product-edit-info thead th.text-right {
        text-align: right; }
  .product-edit-info tbody tr {
    border-bottom: 1px solid #e2e2e7; }
  .product-edit-info tbody td {
    border: 0;
    padding: 15px 7px;
    font-weight: 400;
    min-width: 140px; }
    .product-edit-info tbody td:first-child {
      padding-left: 20px;
      min-width: 150px; }
    .product-edit-info tbody td:last-child {
      padding-right: 20px;
      min-width: 0; }
    .product-edit-info tbody td[data-cart-edit-item-price] {
      min-width: 90px; }
    .product-edit-info tbody td .form-field {
      margin-bottom: 0; }
      .product-edit-info tbody td .form-field[data-product-attribute="date"] {
        min-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"] {
        min-width: 165px; }
      .product-edit-info tbody td .form-field[data-product-attribute="textarea"] {
        min-width: 200px; }
        .product-edit-info tbody td .form-field[data-product-attribute="textarea"] .form-input {
          min-height: 65px;
          max-height: 65px; }
    .product-edit-info tbody td .form-select {
      border-color: #c5c5cf;
      color: black;
      font-size: 16px;
      font-weight: 400;
      line-height: normal; }
  .product-edit-info .form {
    margin: 0; }
  .product-edit-info .form-increment {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 120px; }
    .product-edit-info .form-increment .form-input--incrementTotal {
      width: 100%;
      padding: 0 36px;
      border: 1px solid #cbcbcb;
      height: 40px;
      padding: 0 10px;
      font-size: 16px;
      font-weight: 400; }
  .product-edit-info .cart-edit-price .price {
    display: block;
    min-width: 80px; }
  .product-edit-info .cart-edit-remove a {
    font-size: 40px;
    margin: 0;
    position: relative;
    top: 7px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    color: black;
    font-weight: 200;
    display: inline-block; }
  .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; }
  @media (min-width: 1025px) {
    .product-edit-info tbody td:first-child {
      padding-left: 30px; }
    .product-edit-info tbody td:last-child {
      padding-right: 30px; } }

.product-edit-action .product-add-more {
  margin: 15px 0 0 0;
  padding: 0 15px 15px 15px; }
  .product-edit-action .product-add-more .product-addmore-button {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    text-transform: unset;
    line-height: 1.625;
    position: relative;
    margin: 0 0 0 20px;
    color: black;
    transition: unset; }
    .product-edit-action .product-add-more .product-addmore-button:before {
      content: "";
      position: absolute;
      top: 10px;
      width: 9px;
      height: 1px;
      right: calc(100% + 6px);
      display: block;
      background-color: #000000; }
    .product-edit-action .product-add-more .product-addmore-button:after {
      content: "";
      top: 50%;
      width: 1px;
      height: 10px;
      right: calc(100% + 10px);
      display: block;
      position: absolute;
      background-color: #000000;
      transform: translateY(-50%); }

.product-edit-action .product-edit-button .button {
  width: 100%;
  border-radius: 0; }
  .product-edit-action .product-edit-button .button:before {
    content: '';
    display: none;
    width: 20px;
    height: 20px;
    border: 2px solid #757575;
    border-radius: 100%;
    border-top: 2px solid transparent;
    -webkit-animation: load-animate infinite linear 1s;
    animation: load-animate infinite linear 1s; }
  .product-edit-action .product-edit-button .button.loading {
    pointer-events: none;
    font-size: 0; }
    .product-edit-action .product-edit-button .button.loading:before {
      display: inline-block;
      vertical-align: middle; }
  .product-edit-action .product-edit-button .button[disabled] {
    pointer-events: none; }

@media (min-width: 1025px) {
  .product-edit-action .product-add-more .product-addmore-button:hover {
    color: #ed1b24;
    background-image: linear-gradient(transparent 97%, #ed1b24 3%);
    background-repeat: repeat-x;
    background-position-y: 0; }
    .product-edit-action .product-add-more .product-addmore-button:hover:after, .product-edit-action .product-add-more .product-addmore-button:hover:before {
      background: #ed1b24; } }

.login {
  margin: 3rem auto 6rem;
  max-width: 56.25rem; }

.login-row {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%; }
  .login-row:before, .login-row:after {
    content: " ";
    display: table; }
  .login-row:after {
    clear: both; }
  @media (min-width: 1024px) {
    .login-row {
      margin-top: 6rem; } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1024px) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      margin-top: 3rem; } }

.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1024px) {
    .new-customer {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.new-customer-intro {
  margin-bottom: 0; }

.new-customer-fact-list {
  margin-left: 3rem; }

.new-customer-fact {
  padding-left: 0.75rem; }

.search-suggestion {
  margin-bottom: 2rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

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

.haloQuickSearchResults {
  margin: 0 auto;
  background-color: white;
  position: relative;
  width: 100%;
  z-index: 11;
  padding: 0; }
  .haloQuickSearchResults .quickSearchMessage {
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75;
    color: #757575;
    margin: 0;
    text-align: center;
    padding: 10px 15px; }
  .haloQuickSearchResults.is-open {
    display: block;
    -webkit-animation: fadeIn 0.36s;
    animation: fadeIn .3s;
    opacity: 1;
    visibility: visible; }
    .haloQuickSearchResults.is-open .quickResults-wrapper {
      opacity: 1; }
  .haloQuickSearchResults .productGrid .product {
    width: 100% !important; }
  @media (min-width: 1025px) {
    .haloQuickSearchResults {
      position: absolute;
      padding: 50px 25px 25px;
      top: 100%;
      right: 0px;
      overflow-x: hidden;
      overflow-y: auto;
      max-height: calc(100vh - 150px);
      -webkit-animation: fadeOut .3s;
      animation: fadeOut .3s;
      -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
      animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
      opacity: 0;
      visibility: hidden;
      transition: all .5s ease; }
      .haloQuickSearchResults .productGrid .product {
        width: 20% !important; } }

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

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

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 40px;
  margin: 1.5rem 0 0;
  text-align: center; }

.search-nav {
  position: relative; }

/* Custom Search page */
.page-type-search .search-nav {
  margin-bottom: 25px; }

.page-type-search #product-listing-container,
.page-type-search #faceted-search-container {
  padding-top: 0; }

.navBar--account {
  display: none; }
  @media (min-width: 1024px) {
    .navBar--account {
      display: block; } }

.account-heading {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding-bottom: 1rem; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    position: relative; }

.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.75rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.75rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

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

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

.account-product-title {
  margin: 0 0 0.1875rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.75rem; }

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

.account-product-price {
  float: right;
  font-size: 14px; }

.account-product-description + .definitionList {
  margin: -1.375rem 0 1.5rem; }

.account-product-refundQty {
  color: #999999;
  margin-bottom: 0; }

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

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 551px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

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

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

.account-product-detail-heading {
  color: #757575;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.375rem; }

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

.account-orderTotal {
  float: right;
  font-size: 14px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #757575;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.3125rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e5e5e5;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 18px; }

.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: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.375rem;
  padding: 0.1875rem 0.5rem; }

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.75rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #333333; }

.account .pagination {
  color: #999999;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #999999; }

.account-sidebar-block {
  font-size: 14px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

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

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

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #757575;
  font-size: 14px;
  margin-bottom: 0.1875rem;
  text-transform: inherit; }

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

.account-downloadsItem-availability {
  color: #757575; }

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

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

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

.wishlist-form {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 34.375rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 40.625rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

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

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 0.875rem;
    width: 0.875rem;
    margin-top: -3px; }

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

.apple-pay-checkout-button--white {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black); }

.apple-pay-checkout-button--white-border {
  background-color: #fff;
  background-image: -webkit-named-image(apple-pay-logo-black);
  border: 0.5px solid #000; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.paymentMethodForm-details-description {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.25px; }

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

/* Custom Start */
#product-listing-container {
  /* Pagination */ }
  @media (min-width: 1025px) {
    #product-listing-container {
      padding-top: 20px;
      padding-bottom: 40px; } }
  #product-listing-container .category-showing-name {
    color: #000000;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 30px; }
    @media (max-width: 1024px) {
      #product-listing-container .category-showing-name {
        font-size: 24px;
        left: 1.2;
        margin-top: 12px;
        margin-bottom: 20px; } }
    #product-listing-container .category-showing-name > span {
      color: #ed1c24; }
  #product-listing-container .productGrid {
    margin-left: -19px;
    margin-right: -19px;
    margin-bottom: 0; }
    #product-listing-container .productGrid .product {
      padding-left: 19px;
      padding-right: 19px; }
      #product-listing-container .productGrid .product > .card {
        padding: 8px;
        padding-bottom: 2px; }
  #product-listing-container .page-sidebar-mobile {
    cursor: pointer; }
    #product-listing-container .page-sidebar-mobile .icon {
      border: 1px solid #000;
      padding: 5px;
      width: 28px;
      height: 28px;
      margin-left: 5px;
      border-radius: 4px; }
  #product-listing-container .pagination .pagination-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap; }
    #product-listing-container .pagination .pagination-list .pagination-item {
      width: 64px;
      height: 64px;
      border-radius: 6px;
      border: 1px solid #909090;
      margin: 0;
      margin-top: 24px; }
      @media (max-width: 1024px) {
        #product-listing-container .pagination .pagination-list .pagination-item {
          width: 40px;
          height: 40px;
          margin-top: 12px; } }
      #product-listing-container .pagination .pagination-list .pagination-item.pagination-item--next {
        float: unset; }
        #product-listing-container .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link {
          font-size: 0; }
          #product-listing-container .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link > .icon {
            margin-right: 0; }
            @media (min-width: 1025px) {
              #product-listing-container .pagination .pagination-list .pagination-item.pagination-item--next .pagination-link > .icon {
                width: 28px;
                height: 28px; } }
      #product-listing-container .pagination .pagination-list .pagination-item.pagination-item--previous {
        float: unset; }
        #product-listing-container .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link {
          font-size: 0; }
          #product-listing-container .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link > .icon {
            margin-left: 0; }
            @media (min-width: 1025px) {
              #product-listing-container .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link > .icon {
                width: 28px;
                height: 28px; } }
      #product-listing-container .pagination .pagination-list .pagination-item .pagination-link {
        color: #909090;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%; }
        @media (max-width: 1024px) {
          #product-listing-container .pagination .pagination-list .pagination-item .pagination-link {
            font-size: 14px; } }
      #product-listing-container .pagination .pagination-list .pagination-item.pagination-item--current {
        background: #000000; }
        #product-listing-container .pagination .pagination-list .pagination-item.pagination-item--current .pagination-link {
          color: #ffffff;
          font-weight: 700; }
    #product-listing-container .pagination .pagination-list .pagination-item + .pagination-item {
      margin-left: 20px; }

.page-sidebar-close > a {
  font-size: 40px;
  font-weight: 400;
  text-decoration: none; }

/* Min height for page-sidebar before loading JS */
.page-sidebar {
  min-height: 100vh; }

/* Mint update sub-categories section */
.subCategories__heading {
  color: #000000;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 30px; }

.subCategories__list {
  --f-col: 4;
  --f-gap: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--f-gap) / -2);
  margin-right: calc(var(--f-gap) / -2); }
  @media (min-width: 1025px) and (max-width: 1200px) {
    .subCategories__list {
      --f-col: 3; } }
  @media (max-width: 800px) {
    .subCategories__list {
      flex-wrap: nowrap;
      overflow-x: scroll;
      margin-left: 0;
      margin-right: 0; } }

.subCategories__item {
  margin-bottom: 20px; }
  @media (min-width: 801px) {
    .subCategories__item {
      padding-left: calc(var(--f-gap) / 2);
      padding-right: calc(var(--f-gap) / 2);
      flex: 0 0 calc(100% / var(--f-col));
      max-width: calc(100% / var(--f-col));
      margin-bottom: 30px; } }
  @media (max-width: 800px) {
    .subCategories__item + .subCategories__item {
      margin-left: 20px; } }
  .subCategories__item .sub-category {
    display: flex; }
    .subCategories__item .sub-category .image {
      min-width: 80px; }
      .subCategories__item .sub-category .image img {
        width: 80px;
        border-radius: 50%; }
    .subCategories__item .sub-category .content {
      padding-left: 15px; }
      .subCategories__item .sub-category .content .title {
        text-decoration: none;
        display: inline-block;
        line-height: 20px;
        font-weight: 500;
        margin-bottom: 5px; }
      .subCategories__item .sub-category .content .product-count {
        color: #8c8c8c;
        display: none; }

.manual-captcha-input-container {
  align-items: center;
  display: flex; }
  .manual-captcha-input-container .question {
    font-size: 1.25rem;
    margin-right: 1rem; }
  .manual-captcha-input-container .form-input {
    flex: 1; }

.skip-to-main-link {
  background: white;
  color: black;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 30px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  height: fit-content;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 1024px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-sticky {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 0;
    animation-duration: 0.25s; }
    .header.is-sticky .header__top {
      display: none; }

.header-logo {
  height: 30px;
  margin: 0;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 2.8125rem;
      margin-right: 2.8125rem; } }
  @media (min-width: 1024px) {
    .header-logo {
      height: auto;
      margin: 0;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.375rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #333333;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 90%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 1024px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #757575; }
    .header-logo__link:active {
      color: #757575; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 1024px) {
    .header-logo--left {
      margin-left: 2.5rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 1024px) {
    .header-logo--right {
      margin-right: 2.5rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  letter-spacing: 0.125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 1024px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 30px; } }

.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: 40px;
  object-fit: contain; }
  @media (min-width: 1024px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 0.375rem; }
  @media (min-width: 1024px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  width: 25px;
  height: 25px;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  z-index: 50; }
  @media (min-width: 1025px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: black;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 100%; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 50%;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -8px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -8px; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: black;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

/* Custom Start */
.header__top {
  background-color: black; }
  .header__top * {
    font-family: 'DM Sans', sans-serif !important; }
  .header__top .header-top__list {
    padding: 1px 0; }
    @media (max-width: 1024px) {
      .header__top .header-top__list {
        justify-content: space-between;
        padding: 0 8px; } }
    .header__top .header-top__list .header-top__item {
      color: white;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 20px;
      width: 33.333%;
      flex: 0 0 33.333%; }
      .header__top .header-top__list .header-top__item > span {
        font-weight: 400;
        font-size: 15px;
        display: inline-flex;
        padding: 5px 0; }
      @media (max-width: 1024px) {
        .header__top .header-top__list .header-top__item {
          width: 50%;
          flex: 0 0 50%; } }
      .header__top .header-top__list .header-top__item a {
        text-transform: uppercase;
        line-height: 20px;
        font-weight: 700;
        text-align: center; }
        @media (max-width: 1024px) {
          .header__top .header-top__list .header-top__item a {
            font-size: 14px;
            text-align: left; } }
        @media (max-width: 551px) {
          .header__top .header-top__list .header-top__item a {
            font-size: 12px; } }
        .header__top .header-top__list .header-top__item a .icon {
          margin-right: 5px;
          position: relative;
          top: 2px; }
          .header__top .header-top__list .header-top__item a .icon svg {
            fill: white; }
        .header__top .header-top__list .header-top__item a:hover .icon svg {
          fill: #ed1b24; }
    @media (max-width: 1024px) {
      .header__top .header-top__list {
        flex-direction: column; }
        .header__top .header-top__list .header-top__item {
          width: 100%;
          flex: 0 0 100%;
          text-align: center !important; } }

.header__middle {
  z-index: 11;
  padding: 10px 0;
  position: relative;
  background-color: #ffffff; }
  .header__middle * {
    font-family: 'DM Sans', sans-serif !important; }
  .header__middle > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    justify-content: space-between; }
    .header__middle > .container > .middleHeader-item {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      flex-direction: row;
      justify-content: space-between;
      padding: 0; }
      .header__middle > .container > .middleHeader-item > .items {
        display: block;
        width: 100%; }
        @media (max-width: 1024px) {
          .header__middle > .container > .middleHeader-item > .items {
            line-height: normal; } }
        .header__middle > .container > .middleHeader-item > .items:not(.item--logo) {
          width: auto; }
        .header__middle > .container > .middleHeader-item > .items.item--quicksearch {
          display: none; }
        .header__middle > .container > .middleHeader-item > .items + .items:not(.item--logo) {
          margin-left: 15px; }
        .header__middle > .container > .middleHeader-item > .items.halo-cart {
          position: relative; }
          .header__middle > .container > .middleHeader-item > .items.halo-cart .icon {
            fill: #000000; }
          .header__middle > .container > .middleHeader-item > .items.halo-cart .navUser-action:hover .icon {
            fill: #ffffff; }
        @media (max-width: 1024px) {
          .header__middle > .container > .middleHeader-item > .items.item--searchMobile .icon {
            fill: #000000; } }
        @media (max-width: 1024px) {
          .header__middle > .container > .middleHeader-item > .items.item--hamburger {
            position: relative;
            width: 25px;
            height: 25px; } }
        .header__middle > .container > .middleHeader-item > .items > .navUser-action {
          font-weight: 500;
          font-size: 14px;
          line-height: 20px; }
      .header__middle > .container > .middleHeader-item.text-center {
        flex: 1; }
        @media (max-width: 550px) {
          .header__middle > .container > .middleHeader-item.text-center {
            padding-left: 15px; } }
        @media (min-width: 551px) and (max-width: 1024px) {
          .header__middle > .container > .middleHeader-item.text-center {
            padding-left: 15px;
            padding-right: 15px; } }
      @media (max-width: 1024px) {
        .header__middle > .container > .middleHeader-item.text-right > .items .navUser-action {
          font-size: 0; } }
  .header__middle .navUser-action {
    padding: 0; }
    .header__middle .navUser-action .navUser-icon {
      display: inline-block;
      vertical-align: top;
      position: relative; }
      .header__middle .navUser-action .navUser-icon svg {
        width: 25px;
        height: 25px;
        fill: transparent;
        margin: 0; }
      @media (max-width: 1024px) {
        .header__middle .navUser-action .navUser-icon.navUser-item-cartIcon {
          margin-right: 9px; } }
    .header__middle .navUser-action.cartDesktop {
      display: none; }
    .header__middle .navUser-action.cartMobile {
      display: block; }
  .header__middle .myAccount {
    display: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 0; }
  .header__middle .myAccount-link {
    display: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px; }
    .header__middle .myAccount-link a {
      display: inline;
      transition: unset; }
  @media (min-width: 768px) {
    .header__middle .container > .middleHeader-item > .items + .items:not(.item--logo) {
      margin-left: 50px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .header__middle .container > .middleHeader-item > .items.item--account {
      margin-left: 0 !important; } }
  @media (min-width: 1025px) {
    .header__middle {
      padding: 12px 0; }
      .header__middle .container > .middleHeader-item > .items {
        text-align: left; }
        .header__middle .container > .middleHeader-item > .items.item--quicksearch {
          display: block;
          flex-grow: 1; }
          .header__middle .container > .middleHeader-item > .items.item--quicksearch + .items {
            margin-left: 43px !important; }
          .header__middle .container > .middleHeader-item > .items.item--quicksearch #quickSearch {
            max-width: 100%; }
            .header__middle .container > .middleHeader-item > .items.item--quicksearch #quickSearch > .container {
              padding: 0; }
            .header__middle .container > .middleHeader-item > .items.item--quicksearch #quickSearch .form {
              position: relative;
              border-radius: 4px;
              margin-bottom: 0; }
              .header__middle .container > .middleHeader-item > .items.item--quicksearch #quickSearch .form .form-field {
                margin-bottom: 0; }
                .header__middle .container > .middleHeader-item > .items.item--quicksearch #quickSearch .form .form-field .icon--header-search {
                  display: inline-block;
                  position: absolute;
                  top: 55%;
                  transform: translateY(-50%);
                  left: 20px; }
                  .header__middle .container > .middleHeader-item > .items.item--quicksearch #quickSearch .form .form-field .icon--header-search svg {
                    width: 24px;
                    height: 24px; }
                .header__middle .container > .middleHeader-item > .items.item--quicksearch #quickSearch .form .form-field .form-input {
                  background: #f3f3f3;
                  color: #373737;
                  font-size: 14px;
                  font-style: normal;
                  font-weight: 500;
                  line-height: 20px;
                  text-transform: capitalize;
                  border: none;
                  padding-top: 18px;
                  padding-bottom: 18px;
                  padding-left: 54px;
                  height: 60px; }
                  .header__middle .container > .middleHeader-item > .items.item--quicksearch #quickSearch .form .form-field .form-input::placeholder {
                    color: #757575;
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 20px;
                    text-transform: capitalize; }
        .header__middle .container > .middleHeader-item > .items.item--wishlist {
          display: block; }
        .header__middle .container > .middleHeader-item > .items + .items:not(.item--logo) {
          margin-left: 17px; }
        .header__middle .container > .middleHeader-item > .items.item--account {
          position: relative; }
      .header__middle .container > .middleHeader-item.text-left {
        display: none; }
      .header__middle .container > .middleHeader-item.text-center {
        padding-right: 37px;
        width: 280px;
        flex: unset; }
      .header__middle .container > .middleHeader-item.text-right {
        width: calc(100% - 280px); }
      .header__middle .navUser-action::before {
        bottom: -6px; }
      .header__middle .navUser-action .navUser-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        background-color: #f3f3f3;
        border-radius: 50%;
        margin-right: 8px; }
        .header__middle .navUser-action .navUser-icon svg {
          width: 20px;
          height: 20px; }
      .header__middle .navUser-action:hover .navUser-icon {
        background-color: #ed1b24; }
      .header__middle .navUser-action:hover svg {
        fill: #ffffff; }
      .header__middle .navUser-action.cartDesktop {
        display: flex;
        position: relative; }
        .header__middle .navUser-action.cartDesktop::after {
          content: '';
          background-color: transparent;
          position: absolute;
          width: 50px;
          height: 50px;
          right: -60%; }
      .header__middle .navUser-action.cartMobile {
        display: none; }
      .header__middle .navUser-action.myAccountMobile {
        display: none; }
      .header__middle .myAccount {
        display: block; }
      .header__middle .myAccount-link {
        display: block; }
        .header__middle .myAccount-link a:hover {
          color: #ed1b24;
          background-image: linear-gradient(transparent 97%, #ed1b24 3%);
          background-repeat: repeat-x;
          background-position-y: 0; }
        .home-layout-2 .header__middle .myAccount-link a:hover {
          color: white;
          background-image: linear-gradient(transparent 97%, white 3%); } }
  @media (min-width: 1400px) {
    .header__middle .container > .middleHeader-item .item--quicksearch #quickSearch {
      max-width: 410px; }
      .header__middle .container > .middleHeader-item .item--quicksearch #quickSearch .form-field > .form-input {
        width: 410px; }
    .header__middle .container > .middleHeader-item.text-center {
      padding-right: 196px;
      width: 440px; }
    .header__middle .container > .middleHeader-item.text-right {
      width: calc(100% - 440px); } }

@media (min-width: 1025px) {
  .halo-bottomHeader {
    padding-top: 6px;
    padding-bottom: 11px; }
    .page-type-defautl .halo-bottomHeader {
      padding-bottom: 17px; } }

body {
  scroll-behavior: smooth; }
  body:not(.page-type-default) .header {
    box-shadow: 0 2px 8px 4px rgba(0, 0, 0, 0.05); }
  body:not(.page-type-default):not(.page-type-product):not(.page-type-category) .page-heading {
    font-size: 24px;
    margin-bottom: 25px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700; }
  body:not(.page-type-default):not(.page-type-product):not(.page-type-category) .body {
    padding-bottom: 30px;
    padding-top: 30px; }
    @media (min-width: 1025px) {
      body:not(.page-type-default):not(.page-type-product):not(.page-type-category) .body {
        padding-top: 70px;
        padding-bottom: 100px; } }
  body.page-type-product .body {
    padding-bottom: 10px;
    padding-top: 40px; }
    @media (min-width: 1025px) {
      body.page-type-product .body {
        padding-top: 39px;
        padding-bottom: 40px; } }
  body.page-type-page_contact_form .body {
    padding-bottom: 30px;
    padding-top: 0; }
    @media (min-width: 1025px) {
      body.page-type-page_contact_form .body {
        padding-top: 0;
        padding-bottom: 60px; } }
  body .page-content--textCenter .page-heading {
    text-align: center; }

.body {
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden; }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0; }

.page-content--textCenter {
  padding-top: 50px;
  text-align: center;
  float: none; }

.page-sidebar {
  position: fixed;
  top: 0;
  left: -101%;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 102;
  max-width: 340px;
  transition: all .5s ease;
  background-color: white;
  box-shadow: rgba(50, 50, 50, 0.2) 0 0 10px 0; }
  @media (min-width: 1025px) {
    .page-sidebar.has-toolbar {
      margin-top: -67px; }
      .page-listing .page-sidebar.has-toolbar {
        padding-top: 0; } }
  .page-sidebar .facetedSearch-refineFilters {
    padding: 0;
    margin: 0; }
  .page-sidebar .page-sidebar-close {
    position: relative;
    padding: 15px 15px 10px;
    margin-bottom: 10px; }
    .page-sidebar .page-sidebar-close .title {
      display: block;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 25px;
      color: black;
      text-transform: capitalize;
      margin: 0; }
    .page-sidebar .page-sidebar-close .close {
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      line-height: 1; }
      .page-sidebar .page-sidebar-close .close svg {
        width: 16px;
        height: 16px;
        fill: black; }
  .page-sidebar > nav {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 40px 30px 100px 30px; }
  .page-sidebar .page-sidebar-content {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 40px 30px 100px 30px; }
  .page-sidebar .accordion--navList .accordion-block {
    margin-bottom: 20px;
    padding-bottom: 0; }
    .page-sidebar .accordion--navList .accordion-block .accordion-title {
      font-size: 18px;
      text-transform: uppercase; }
    .page-sidebar .accordion--navList .accordion-block .accordion-navigation-actions .icon {
      padding: 3px; }
    .page-sidebar .accordion--navList .accordion-block .toggleLink-text {
      font-weight: 700; }
  @media (max-width: 1024px) {
    .openSidebar .page-sidebar.is-open {
      left: 0; }
    .page-sidebar > nav {
      padding: 15px 15px 100px; }
    .page-sidebar .page-sidebar-content {
      padding: 15px 15px 100px; } }
  @media (min-width: 1025px) {
    .page-sidebar {
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      z-index: 5;
      float: left;
      width: 255px;
      display: inline-block;
      box-shadow: none;
      background-color: transparent;
      max-width: none;
      transition: unset; }
      .page-sidebar .page-sidebar-close {
        display: none; }
      .page-sidebar .page-sidebar-content {
        padding: 0;
        overflow: visible; }
      .page-sidebar > nav {
        padding: 0;
        overflow: visible; }
      .page-sidebar + .page-content {
        padding-left: 30px;
        width: calc(100% - 255px); } }
    @media (min-width: 1025px) and (min-width: 1025px) {
      .page-sidebar + .page-content {
        max-width: 986px; } }
  @media (min-width: 1025px) {
      .page-sidebar.u-hiddenVisually + .page-content {
        padding-left: 0;
        width: 100%; }
      .page-sidebar.u-hidden + .page-content {
        padding-left: 0;
        width: 100%; }
      .page-listing .page-sidebar {
        position: sticky;
        top: 80px;
        padding-top: 23px;
        padding-bottom: 42px; } }

.footer {
  background-color: black;
  position: relative;
  padding-top: 40px;
  overflow: hidden; }

.footer-heading {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28.8px;
  margin-top: 0;
  margin-bottom: 18px; }

@media (min-width: 551px) {
  .footer-info {
    margin-left: -15px;
    margin-right: -15px; } }

.footer-info--left {
  width: 60%; }
  @media (min-width: 1025px) {
    .footer-info--left {
      max-width: 723px; } }
  @media (min-width: 551px) {
    .footer-info--left {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 1024px) {
    .footer-info--left {
      width: 50%; } }
  @media (max-width: 550px) {
    .footer-info--left {
      width: 100%; } }

.footer-info--right {
  width: 40%; }
  @media (min-width: 1025px) {
    .footer-info--right {
      max-width: 440px; } }
  @media (min-width: 551px) {
    .footer-info--right {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 1024px) {
    .footer-info--right {
      width: 50%; } }
  @media (max-width: 550px) {
    .footer-info--right {
      width: 100%; } }
  .footer-info--right .footerRight-row {
    display: flex;
    margin-left: -12px;
    margin-right: -12px;
    flex-wrap: wrap; }
    @media (min-width: 1025px) {
      .footer-info--right .footerRight-row {
        margin-left: -22px;
        margin-right: -22px; } }
    .footer-info--right .footerRight-row .footer-info-col {
      padding-left: 22px;
      padding-right: 22px; }
      @media (max-width: 1024px) {
        .footer-info--right .footerRight-row .footer-info-col {
          width: 50%;
          padding-left: 12px;
          padding-right: 12px; } }
      @media (max-width: 767px) {
        .footer-info--right .footerRight-row .footer-info-col {
          width: 100%; } }
      .footer-info--right .footerRight-row .footer-info-col--location {
        width: 100%; }

.footer-info-col {
  overflow-wrap: break-word;
  /* Footer Toogle On Mobile */ }
  .footer-info-col.footer-info-col--submitForm {
    width: 100%; }
    .footer-info-col.footer-info-col--submitForm .footer-info-heading {
      margin-bottom: 20px;
      color: #ffffff;
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: 1.4;
      text-transform: capitalize;
      max-width: 300px;
      letter-spacing: 0.03rem;
      margin-top: 27px; }
    .footer-info-col.footer-info-col--submitForm .form {
      margin-bottom: 16px; }
      .footer-info-col.footer-info-col--submitForm .form .form-prefixPostfix {
        display: flex;
        flex-direction: column; }
        .footer-info-col.footer-info-col--submitForm .form .form-prefixPostfix .form-input {
          color: #000000;
          font-style: normal;
          font-weight: 500;
          line-height: 1.25;
          background-color: #f1f1f1;
          border-radius: 0;
          min-height: 40px;
          width: 100%;
          /* For Firefox */ }
          .footer-info-col.footer-info-col--submitForm .form .form-prefixPostfix .form-input::placeholder {
            color: inherit;
            text-transform: capitalize; }
          .footer-info-col.footer-info-col--submitForm .form .form-prefixPostfix .form-input::-moz-placeholder {
            opacity: 1; }
        .footer-info-col.footer-info-col--submitForm .form .form-prefixPostfix .button {
          margin-left: 0;
          margin-top: 12px;
          min-height: 36px; }
      .footer-info-col.footer-info-col--submitForm .form .form-field {
        margin-bottom: 0; }
    @media (max-width: 550px) {
      .footer-info-col.footer-info-col--submitForm .form {
        margin-bottom: 0; }
        .footer-info-col.footer-info-col--submitForm .form .form-field {
          margin-bottom: 0; } }
  @media (max-width: 550px) {
    .footer-info-col + .footer-info-col {
      margin-top: 0; } }
  @media (max-width: 550px) {
    .footer-info-col:not(.footer-info-col--submitForm) {
      margin-bottom: 0; }
      .footer-info-col:not(.footer-info-col--submitForm) .footer-info-heading {
        border-bottom: 1px solid;
        margin-bottom: 0;
        padding: 15px 0;
        position: relative; }
        .footer-info-col:not(.footer-info-col--submitForm) .footer-info-heading:hover {
          cursor: pointer; }
        .footer-info-col:not(.footer-info-col--submitForm) .footer-info-heading:before {
          top: 50%;
          right: 5px;
          z-index: 2;
          content: "";
          width: 2px;
          height: 12px;
          position: absolute;
          transition: all .4s ease;
          transform: translateY(-50%); }
        .footer-info-col:not(.footer-info-col--submitForm) .footer-info-heading:after {
          top: 50%;
          right: 0;
          z-index: 2;
          content: "";
          width: 12px;
          height: 2px;
          position: absolute;
          transform: translateY(-50%); }
      .footer-info-col:not(.footer-info-col--submitForm).open-dropdown .footer-info-heading:before {
        transform: translateY(-50%) rotate(90deg); }
      .footer-info-col:not(.footer-info-col--submitForm) .footer-info-list {
        display: none;
        margin-bottom: 30px;
        margin-top: 12px; } }
  @media (max-width: 550px) {
    .footer-info-col .footer-icon-image {
      margin-top: 20px; } }

.footer-line {
  border-color: rgba(255, 255, 255, 0.31);
  margin-top: 18px;
  margin-bottom: 27px; }
  @media (max-width: 550px) {
    .footer-line {
      display: none; } }

.footer-info-heading {
  font-size: 14px;
  font-weight: 700;
  text-transform: inherit;
  margin-bottom: 12px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  margin-top: 0;
  text-transform: uppercase; }

.footer-info-list {
  list-style: none;
  margin-left: 0;
  font-size: 14px; }
  .footer-info-list li + li {
    margin-top: 8px; }
  .footer-info-list a {
    color: #ffffff;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #ffffff; }

.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.31);
  padding-top: 20px;
  padding-bottom: 24px;
  padding: 20px 84px 24px;
  margin-top: 15px; }
  @media (min-width: 1025px) {
    .footer-copyright {
      padding: 20px 70px 24px; } }
  .footer-copyright > .powered-by {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    margin: 0; }
  .footer-copyright a {
    color: #ffffff;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #ffffff; }

/* Custom Footer 04042024 */
.footer {
  padding-top: 0; }
  .footer__wrapper {
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    display: flex;
    flex-wrap: nowrap; }
    @media (max-width: 767px) {
      .footer__wrapper {
        flex-direction: column; } }
  .footer__left {
    flex: 1;
    padding-top: 30px; }
    @media (max-width: 767px) {
      .footer__left {
        padding-top: 40px; } }
    .footer__left .container-padding {
      padding-left: 90px;
      padding-right: 70px; }
      @media (max-width: 1599px) {
        .footer__left .container-padding {
          padding-left: 62px;
          padding-right: 62px; } }
      @media (max-width: 767px) {
        .footer__left .container-padding {
          padding-left: 15px;
          padding-right: 15px; } }
    .footer__left .footer-heading {
      color: #ed1b24;
      font-size: 25px;
      font-style: normal;
      font-weight: 500;
      line-height: 25px;
      margin-bottom: 33px; }
      @media (max-width: 767px) {
        .footer__left .footer-heading {
          text-align: center;
          font-size: 20px;
          line-height: 20px;
          margin-bottom: 40px;
          padding-left: 15px;
          padding-right: 15px; } }
    .footer__left .footerService {
      padding-bottom: 33px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
      @media (max-width: 767px) {
        .footer__left .footerService {
          padding-bottom: 30px; } }
      .footer__left .footerService__list {
        display: flex;
        flex-wrap: wrap;
        margin-left: -12px;
        margin-bottom: -12px; }
        .footer__left .footerService__list > * {
          margin-left: 12px;
          margin-bottom: 12px;
          width: calc(((100% / 4) - 12px)); }
        @media (max-width: 1399px) {
          .footer__left .footerService__list {
            display: flex;
            flex-wrap: wrap;
            margin-left: -12px;
            margin-bottom: -12px; }
            .footer__left .footerService__list > * {
              margin-left: 12px;
              margin-bottom: 12px;
              width: calc(((100% / 2) - 12px)); } }
        @media (max-width: 1024px) {
          .footer__left .footerService__list {
            display: flex;
            flex-wrap: wrap;
            margin-left: -21px;
            margin-bottom: -21px; }
            .footer__left .footerService__list > * {
              margin-left: 21px;
              margin-bottom: 21px;
              width: calc(((100% / 1) - 21px)); } }
      .footer__left .footerService__item {
        align-items: center;
        justify-content: flex-start;
        flex-direction: row;
        display: flex;
        flex-wrap: nowrap;
        background: rgba(255, 255, 255, 0.1);
        padding: 7px 4px 6px 9px; }
        @media (max-width: 767px) {
          .footer__left .footerService__item {
            padding: 7px 4px 4px 9px; } }
        .footer__left .footerService__item .item-icon {
          display: block;
          height: 3.875rem;
          width: 3.875rem;
          margin-right: 6px; }
          .footer__left .footerService__item .item-icon svg {
            height: 3.875rem;
            width: 3.875rem;
            display: block; }
        .footer__left .footerService__item .item-title {
          color: #FFF;
          font-size: 16px;
          font-style: normal;
          font-weight: 600;
          line-height: 1;
          margin: 0;
          letter-spacing: 0;
          margin-bottom: 3px; }
        .footer__left .footerService__item .item-text {
          color: #FFF;
          font-size: 12px;
          font-style: normal;
          font-weight: 300;
          line-height: 16px;
          margin-bottom: 0;
          letter-spacing: 0; }
    .footer__left .footerContent {
      padding-top: 37px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      padding-bottom: 30px; }
      @media (max-width: 767px) {
        .footer__left .footerContent {
          padding-top: 14px; } }
      @media (max-width: 550px) {
        .footer__left .footerContent {
          padding-bottom: 30px; } }
      .footer__left .footerContent__row {
        align-items: stretch;
        justify-content: flex-start;
        flex-direction: row;
        display: flex;
        flex-wrap: nowrap;
        margin-left: -35px;
        margin-right: -35px; }
        @media (max-width: 1599px) {
          .footer__left .footerContent__row {
            margin-left: -15px;
            margin-right: -15px; } }
        @media (max-width: 1399px) {
          .footer__left .footerContent__row {
            display: flex;
            flex-wrap: wrap;
            margin-left: -20px;
            margin-bottom: -20px;
            margin-right: 0; }
            .footer__left .footerContent__row > * {
              margin-left: 20px;
              margin-bottom: 20px;
              width: calc(((100% / 3) - 20px)); } }
        @media (max-width: 1024px) {
          .footer__left .footerContent__row {
            display: flex;
            flex-wrap: wrap;
            margin-left: -20px;
            margin-bottom: -20px; }
            .footer__left .footerContent__row > * {
              margin-left: 20px;
              margin-bottom: 20px;
              width: calc(((100% / 2) - 20px)); } }
        @media (max-width: 550px) {
          .footer__left .footerContent__row {
            display: flex;
            flex-wrap: wrap;
            margin-left: 0px;
            margin-bottom: 0px; }
            .footer__left .footerContent__row > * {
              margin-left: 0px;
              margin-bottom: 0px;
              width: calc(((100% / 1) - 0px)); } }
        .footer__left .footerContent__row .footer-info-col {
          padding: 0  35px; }
          @media (max-width: 1599px) {
            .footer__left .footerContent__row .footer-info-col {
              padding: 0 15px; } }
          @media (max-width: 1399px) {
            .footer__left .footerContent__row .footer-info-col {
              padding: 0; } }
          .footer__left .footerContent__row .footer-info-col .footer-info-heading {
            color: #ffffff;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 25px;
            text-transform: capitalize;
            letter-spacing: 0; }
            @media (max-width: 767px) {
              .footer__left .footerContent__row .footer-info-col .footer-info-heading {
                font-size: 18px;
                line-height: 23px;
                padding-bottom: 11px;
                padding-top: 16px; } }
            .footer__left .footerContent__row .footer-info-col .footer-info-heading::before {
              content: unset; }
            .footer__left .footerContent__row .footer-info-col .footer-info-heading::after {
              background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="12" viewBox="0 0 8 12" fill="none"><path d="M1 11L6 6L1 1" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');
              width: 5px;
              height: 10px;
              background-repeat: no-repeat;
              background-size: 100%;
              transition: all 0.3s ease; }
          @media (max-width: 767px) {
            .footer__left .footerContent__row .footer-info-col .footer-info-list {
              margin-top: 10px;
              margin-bottom: 0px; } }
          .footer__left .footerContent__row .footer-info-col .footer-info-list li > a {
            color: #ffffff;
            font-size: 14px;
            font-weight: 300;
            line-height: 14px;
            /* 100% */ }
            @media (min-width: 1025px) {
              .footer__left .footerContent__row .footer-info-col .footer-info-list li > a {
                -webkit-text-fill-color: #ffffff;
                background-image: linear-gradient(to right, #ed1b24, #ed1b24 50%, #ffffff 50%); }
                .footer__left .footerContent__row .footer-info-col .footer-info-list li > a::before {
                  bottom: 0; }
                .footer__left .footerContent__row .footer-info-col .footer-info-list li > a:hover {
                  -webkit-text-fill-color: transparent; } }
          .footer__left .footerContent__row .footer-info-col .footer-info-list li + li {
            margin-top: 2px; }
          .footer__left .footerContent__row .footer-info-col.open-dropdown .footer-info-heading::after {
            transform: rotate(90deg); }
    @media (max-width: 767px) {
      .footer__left .footerReview {
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        display: flex;
        flex-wrap: nowrap; } }
    .footer__left .footerReview__top {
      align-items: stretch;
      justify-content: flex-start;
      flex-direction: row;
      display: inline-flex;
      flex-wrap: nowrap;
      padding: 18px 8px 11px 10px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
      @media (max-width: 767px) {
        .footer__left .footerReview__top {
          padding-top: 30px;
          padding-bottom: 20px; } }
      .footer__left .footerReview__top .icon {
        margin-left: 5px;
        width: 100%;
        height: 25px;
        max-width: 126px; }
    .footer__left .footerReview__text {
      color: #ffffff;
      font-size: 20px;
      font-family: "Plus Jakarta Sans", sans-serif;
      font-style: normal;
      font-weight: 700;
      line-height: 20px; }
    @media (max-width: 767px) {
      .footer__left .footerReview__bottom {
        padding-top: 10px;
        padding-bottom: 30px; } }
    .footer__left .footerReview__bottom > a {
      display: block; }
    .footer__left .footerCopyright {
      margin-top: 18px;
      border-top: 1px solid rgba(255, 255, 255, 0.15);
      padding-top: 20px;
      padding-bottom: 20px; }
      .footer__left .footerCopyright .powered-by {
        color: #ffffff;
        font-size: 14px;
        font-weight: 300;
        line-height: 18px; }
  .footer__right {
    width: 100%;
    max-width: 500px;
    background: rgba(255, 255, 255, 0.2); }
    @media (max-width: 1399px) {
      .footer__right {
        max-width: 400px; } }
    @media (max-width: 1024px) {
      .footer__right {
        width: 45%;
        max-width: unset; } }
    @media (max-width: 767px) {
      .footer__right {
        width: 100%; } }
    .footer__right .footer-right__top {
      padding: 40px 48px; }
      @media (max-width: 550px) {
        .footer__right .footer-right__top {
          padding: 40px 20px 25px; } }
      .footer__right .footer-right__top .footer__logo {
        text-align: center;
        margin-bottom: 40px; }
        @media (max-width: 767px) {
          .footer__right .footer-right__top .footer__logo > img {
            max-height: 45px; } }
      .footer__right .footer-right__top .footer__info {
        padding-left: 27px;
        margin-bottom: 35px; }
        @media (max-width: 767px) {
          .footer__right .footer-right__top .footer__info {
            padding-left: 0;
            text-align: center; } }
        .footer__right .footer-right__top .footer__info .info-item {
          margin-bottom: 0px; }
          @media (max-width: 767px) {
            .footer__right .footer-right__top .footer__info .info-item {
              margin-bottom: 16px; } }
          .footer__right .footer-right__top .footer__info .info-item + .info-item {
            margin-top: 14px; }
          .footer__right .footer-right__top .footer__info .info-item h3 {
            margin: 0;
            color: #ffffff;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            margin-bottom: 6px; }
            @media (max-width: 767px) {
              .footer__right .footer-right__top .footer__info .info-item h3 {
                font-size: 18px;
                line-height: 23px;
                font-weight: 500;
                margin-bottom: 13px; } }
          .footer__right .footer-right__top .footer__info .info-item a {
            color: #ffffff;
            text-decoration: none;
            font-size: 18px;
            font-style: normal;
            font-weight: 300;
            line-height: 18px;
            /* 100% */ }
            @media (max-width: 550px) {
              .footer__right .footer-right__top .footer__info .info-item a {
                font-size: 14px;
                line-height: 1;
                font-weight: 300; } }
      .footer__right .footer-right__top .footer__contact {
        margin-bottom: 40px;
        padding-left: 27px; }
        @media (max-width: 767px) {
          .footer__right .footer-right__top .footer__contact {
            margin-top: 28px;
            margin-bottom: 24px; } }
        @media (max-width: 767px) {
          .footer__right .footer-right__top .footer__contact {
            padding-left: 0;
            text-align: center; } }
        .footer__right .footer-right__top .footer__contact .contact-item {
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          .footer__right .footer-right__top .footer__contact .contact-item + .contact-item {
            margin-top: 20px; }
          .footer__right .footer-right__top .footer__contact .contact-item a {
            color: #ffffff;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 25px;
            text-decoration: none; }
          .footer__right .footer-right__top .footer__contact .contact-item .icon {
            width: 100%;
            height: 100%;
            max-width: 23px;
            max-height: 21px;
            margin-right: 10px; }
      .footer__right .footer-right__top .footer__submitForm {
        background-color: rgba(217, 217, 217, 0.1);
        padding: 10px 6px 8px 8px; }
        @media (max-width: 767px) {
          .footer__right .footer-right__top .footer__submitForm {
            padding: 15px 12px; } }
        .footer__right .footer-right__top .footer__submitForm .form {
          margin-bottom: 0; }
          .footer__right .footer-right__top .footer__submitForm .form .form-prefixPostfix {
            display: flex;
            flex-direction: column; }
            .footer__right .footer-right__top .footer__submitForm .form .form-prefixPostfix .form-input {
              color: #ffffff;
              font-style: normal;
              background-color: rgba(255, 255, 255, 0.1);
              border-radius: 0;
              width: 100%;
              min-height: 40px;
              font-size: 16px;
              font-weight: 400;
              line-height: 16px;
              padding: 10px 15px 12px;
              border: none;
              /* For Firefox */ }
              @media (max-width: 767px) {
                .footer__right .footer-right__top .footer__submitForm .form .form-prefixPostfix .form-input {
                  padding: 9px;
                  font-size: 14px;
                  font-weight: 400;
                  line-height: 14px; } }
              .footer__right .footer-right__top .footer__submitForm .form .form-prefixPostfix .form-input::placeholder {
                color: inherit;
                text-transform: capitalize; }
              .footer__right .footer-right__top .footer__submitForm .form .form-prefixPostfix .form-input::-moz-placeholder {
                opacity: 1; }
            .footer__right .footer-right__top .footer__submitForm .form .form-prefixPostfix .button {
              margin-left: 0;
              margin-top: 12px;
              min-height: 36px;
              font-weight: 600;
              line-height: 16px;
              height: 49px;
              background-color: #ED1C24;
              border: none;
              margin-top: 9px;
              text-transform: unset;
              padding: 0; }
              @media (max-width: 767px) {
                .footer__right .footer-right__top .footer__submitForm .form .form-prefixPostfix .button {
                  height: 41px; } }
          .footer__right .footer-right__top .footer__submitForm .form .form-field {
            margin-bottom: 0; }
    .footer__right .footer-right__icon {
      padding: 0px 15px 24px; }
      @media (max-width: 550px) {
        .footer__right .footer-right__icon {
          padding: 0 20px; } }
      .footer__right .footer-right__icon .icon-list {
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-bottom: -10px; }
        .footer__right .footer-right__icon .icon-list > * {
          margin-left: 10px;
          margin-bottom: 10px;
          width: calc(((100% / 6) - 10px)); }
        @media (max-width: 1024px) {
          .footer__right .footer-right__icon .icon-list {
            justify-content: center; } }
        @media (max-width: 767px) {
          .footer__right .footer-right__icon .icon-list {
            display: flex;
            flex-wrap: wrap;
            margin-left: -8px;
            margin-bottom: -8px; }
            .footer__right .footer-right__icon .icon-list > * {
              margin-left: 8px;
              margin-bottom: 8px;
              width: calc(((100% / 6) - 8px)); } }
      .footer__right .footer-right__icon .icon-image {
        height: 4.375rem;
        width: 4.375rem;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        display: flex;
        flex-wrap: nowrap;
        background-color: rgba(255, 255, 255, 0.1); }
        @media (max-width: 767px) {
          .footer__right .footer-right__icon .icon-image {
            margin-bottom: 38px; } }
        @media (max-width: 550px) {
          .footer__right .footer-right__icon .icon-image {
            height: 3.625rem;
            width: 3.625rem; } }
  @media (max-width: 767px) {
    .footer .footerCopyright--desktop {
      display: none; } }
  .footer .footerCopyright--mobile {
    margin-top: 30px;
    padding-top: 30px; }
    .footer .footerCopyright--mobile .powered-by {
      text-align: center;
      font-size: 16px;
      font-style: normal;
      font-weight: 300;
      line-height: 26px;
      margin: 0 auto; }
      @media (max-width: 550px) {
        .footer .footerCopyright--mobile .powered-by {
          max-width: 261px; } }
    @media (min-width: 768px) {
      .footer .footerCopyright--mobile {
        display: none; } }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding: 0 12px;
  position: relative;
  width: 100%; }
  .container.container--full {
    max-width: 100%;
    padding: 0; }
  @media (min-width: 1024px) {
    .container {
      padding: 0 30px; } }
  @media (min-width: 1440px) {
    .container {
      padding: 0 75px; } }
  .container.container--1920 {
    max-width: 1920px;
    padding: 0px; }

.blog {
  margin: auto;
  width: 100%;
  position: relative; }
  .blog + .blog {
    border-top: 1px solid #eeeeee;
    margin-top: 30px;
    padding-top: 30px; }
  @media (min-width: 1261px) {
    .blog + .blog {
      margin-top: 40px;
      padding-top: 35px; } }

.blog-title {
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 7px 0;
  font-weight: 600;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: black; }
  .blog-title a {
    color: inherit;
    text-decoration: none; }
  @media (min-width: 551px) {
    .blog-title {
      font-size: 18px;
      margin: 0 0 10px 0; } }

.blog-date,
.blog-author {
  margin: 0;
  color: #999999;
  font-size: 1rem; }

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

.blog-post {
  line-height: 22px;
  font-size: 1rem; }
  .blog-post .button {
    width: 160px; }
  .blog-post h1,
  .blog-post h2,
  .blog-post h3,
  .blog-post h4,
  .blog-post h5,
  .blog-post h6 {
    font-weight: 500;
    color: black;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 7px 0; }
  .blog-post h5,
  .blog-post h6 {
    text-transform: capitalize; }
  .blog-post .page-heading {
    font-size: 14px;
    font-weight: 600; }
  .blog-post blockquote {
    font-size: 12px;
    line-height: 22px;
    padding: 10px 15px;
    margin-bottom: 2.25rem;
    background-color: #fafafa; }
    .blog-post blockquote q:before, .blog-post blockquote q:after {
      content: none; }
  .blog-post ul,
  .blog-post ol {
    padding-left: 20px; }
  .blog-post .imageGallery-carousel {
    padding: 0;
    font-size: 0;
    list-style: none;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 40px; }
    .blog-post .imageGallery-carousel > li,
    .blog-post .imageGallery-carousel li.slick-slide {
      width: 25%;
      padding: 0 8px;
      display: inline-block;
      vertical-align: top; }
      .blog-post .imageGallery-carousel > li img,
      .blog-post .imageGallery-carousel li.slick-slide img {
        margin: 0 auto; }
  @media (min-width: 1024px) {
    .blog-post blockquote {
      padding: 20px 25px; }
    .blog-post .imageGallery-carousel {
      margin-left: -15px;
      margin-right: -15px; }
      .blog-post .imageGallery-carousel li {
        padding: 0 15px; } }

.blog-thumbnail {
  margin: 0;
  position: relative;
  overflow: hidden; }
  .blog-thumbnail > a {
    width: 100%;
    position: relative;
    display: inline-block; }
    .blog-thumbnail > a > img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  @media (min-width: 1025px) {
    .blog-thumbnail > a:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      content: '';
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      transition: all 0.5s ease;
      background-color: #ffffff; }
    .blog-thumbnail > a:hover:before {
      opacity: 0.5;
      visibility: visible; } }

.blog-post-header {
  display: block;
  margin: 0 auto;
  text-align: left; }
  .text-center .blog-post-header {
    text-align: center; }
  .blog-post-header + .blog-post-figure,
  .blog-post-header + .blog-post-body {
    margin-top: 20px; }
  .blog-post-header .blog-header {
    width: 100%;
    display: block; }
  .blog-post-header .socialLinks .icon {
    width: 18px;
    height: 18px; }
    .blog-post-header .socialLinks .icon svg {
      fill: #989898; }
  .blog-post-header .socialLinks .socialLinks-item {
    margin: 0 10px 5px 0; }
  .blog-post-header .socialLinks .icon.icon--google_plusone {
    width: 18px !important; }
  @media (min-width: 551px) {
    .blog-post-header + .blog-post-figure {
      margin-top: 30px; } }
  @media (min-width: 1024px) {
    .blog-post-header {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: flex-start; }
      .blog-post-header .addthis_toolbox {
        min-width: 200px;
        text-align: right; } }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  .blog-post-figure + .blog-post-header,
  .blog-post-figure + .blog-post-body {
    margin-top: 20px; }
  @media (min-width: 551px) {
    .blog-post-figure + .blog-post-body {
      margin-top: 30px; } }

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

.blog-post-footer {
  display: block;
  padding-top: 20px;
  margin-top: 45px;
  border-top: 1px solid #e6e6e6; }
  .blog-post-footer.no-border {
    border-top: 0;
    padding-top: 0;
    margin-top: 25px; }
  .blog-post-footer .tags,
  .blog-post-footer .socials-wrapper {
    padding: 0;
    display: block;
    text-align: left; }
  .blog-post-footer .socials-wrapper {
    margin-top: 15px; }
    .blog-post-footer .socials-wrapper .socialLinks {
      padding-left: 0; }
  @media (min-width: 1024px) {
    .blog-post-footer {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .blog-post-footer .tags,
      .blog-post-footer .socials-wrapper {
        margin: 0; } }
  .blog-post-footer .button {
    font-size: 14px;
    width: auto;
    height: 44px;
    padding: 12px 40px;
    line-height: 1.5; }
  .blog-post-footer .tags .icon {
    position: relative;
    top: -2px; }

.recent-post {
  width: 290px; }
  @media (min-width: 551px) {
    .recent-post {
      width: auto; }
      .recent-post .blog-title {
        font-size: 16px;
        margin-bottom: 8px; }
      .recent-post .blog-date {
        text-transform: uppercase; }
      .recent-post .blog-post-header + .blog-post-body {
        margin-top: 15px; } }
  @media (min-width: 1025px) {
    .recent-post {
      width: auto; }
      .recent-post .blog-post-body {
        padding: 0 30px; }
      .recent-post-style-2 .recent-post {
        padding-bottom: 40px;
        border-bottom: 2px solid #eaeaea; } }

.recent-post-2 {
  position: relative;
  overflow: hidden;
  padding: 35px 15px 40px 15px; }
  .recent-post-2 .blog-date {
    font-size: 12px;
    margin-bottom: 10px; }
  .recent-post-2 .blog-title a {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5;
    color: inherit;
    transition: none; }
  .recent-post-2 .blog-post-figure {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all 0.3s ease; }
    .recent-post-2 .blog-post-figure:after {
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute;
      background-color: rgba(54, 55, 57, 0.5); }
    .recent-post-2 .blog-post-figure img {
      top: 50%;
      left: 50%;
      height: 100%;
      width: auto;
      max-width: none;
      position: absolute;
      transform: translate3d(-50%, -50%, 0); }
  .recent-post-2 .blog-post-header {
    margin-top: 0 !important;
    position: relative;
    z-index: 2; }
  .recent-post-2 .blog-post-body {
    position: relative;
    z-index: 2; }
    .recent-post-2 .blog-post-body .link {
      display: inline-block;
      margin-top: 25px;
      width: 170px;
      height: 40px;
      line-height: 38px;
      border: 1px solid #ffffff;
      border-radius: 40px;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.05rem; }
  .recent-post-2 .blog-post-figure {
    opacity: 1;
    visibility: visible; }
  .recent-post-2 .blog-post-body .link {
    color: #ffffff; }
  .recent-post-2 .blog-post-header,
  .recent-post-2 .blog-post-body,
  .recent-post-2 .blog-date,
  .recent-post-2 .blog-author,
  .recent-post-2 .blog-title {
    color: #ffffff; }
  @media (min-width: 551px) {
    .recent-post-2 {
      padding: 50px 20px 50px 20px; }
      .recent-post-2 .blog-date {
        text-transform: uppercase; }
      .recent-post-2 .blog-title a {
        font-size: 18px;
        text-transform: capitalize; }
      .recent-post-2 .blog-post-body .link {
        margin-top: 45px; } }
  @media (min-width: 1025px) {
    .recent-post-2 {
      border: 1px solid #e0e0e0;
      padding: 100px 30px 85px 30px; }
      .recent-post-2 .blog-title a {
        font-size: 22px;
        text-transform: capitalize; }
      .recent-post-2 .blog-post-figure {
        opacity: 0;
        visibility: hidden; }
      .recent-post-2 .blog-post-body .link {
        color: black; }
      .recent-post-2 .blog-post-header,
      .recent-post-2 .blog-post-body,
      .recent-post-2 .blog-date,
      .recent-post-2 .blog-author,
      .recent-post-2 .blog-title {
        color: black; }
      .themevale_column.no-padding > .item .recent-post-2 {
        border-right: none; }
      .themevale_column.no-padding > .item:last-child .recent-post-2 {
        border-right: 1px solid #e0e0e0; }
      .recent-post-2:hover .blog-post-figure {
        opacity: 1;
        visibility: visible; }
      .recent-post-2:hover .blog-post-body .link {
        color: #ffffff; }
      .recent-post-2:hover .blog-post-header,
      .recent-post-2:hover .blog-post-body,
      .recent-post-2:hover .blog-date,
      .recent-post-2:hover .blog-author,
      .recent-post-2:hover .blog-title {
        color: #ffffff; } }

.page-type-blog .page > .page-sidebar {
  /* Product Card Sidebar Blog */ }
  .page-type-blog .page > .page-sidebar .sidebarBlock-heading {
    font-size: 16px;
    font-weight: 600; }
  .page-type-blog .page > .page-sidebar .sidebarBlock a {
    text-decoration: none; }
  @media (max-width: 767px) {
    .page-type-blog .page > .page-sidebar .recentPost-sidebar .title {
      margin-top: 12px; } }
  .page-type-blog .page > .page-sidebar .recentPost-sidebar .title a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.625;
    color: black; }
  .page-type-blog .page > .page-sidebar .recentPost-sidebar .title:hover a {
    color: #ed1b24; }
  .page-type-blog .page > .page-sidebar #featured-products .card .card-body {
    padding: 20px 0 20px; }
  .page-type-blog .page > .page-sidebar #featured-products .card p[data-test-info-type='brandName'] {
    font-size: 12px; }
  .page-type-blog .page > .page-sidebar #featured-products .card .card-title {
    font-size: 16px; }
  .page-type-blog .page > .page-sidebar #featured-products .card [data-test-info-type='price'] span {
    font-size: 16px; }
  .page-type-blog .page > .page-sidebar #featured-products .card .card-action-wrapper {
    flex-direction: column; }
    .page-type-blog .page > .page-sidebar #featured-products .card .card-action-wrapper > .button {
      width: 100%;
      margin-top: 15px;
      margin-right: 0; }
  .page-type-blog .page > .page-sidebar #featured-products .productCarousel-slide {
    padding: 15px; }

.page-type-blog .page > .page-content .page-sidebar-mobile-wrapper {
  margin-bottom: 12px; }

/* Update Blog 11012024 */
#blog-listing-container .blog-title, #blog-listing-container .blog-date {
  text-align: center; }

#blog-listing-container .blog-post .socials-wrapper {
  display: none; }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e5e5e5;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  font-size: 0.9375rem;
  margin-top: 0;
  text-transform: inherit; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 1024px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brandGrid {
  margin-left: -12px;
  margin-right: -12px; }
  .brandGrid .brand {
    padding-left: 12px;
    padding-right: 12px; }
    .brandGrid .brand .card {
      padding: 0;
      border: 1px solid #e6e6e6; }
      .brandGrid .brand .card .card-figure {
        background-color: transparent; }
        .brandGrid .brand .card .card-figure .card-img-container {
          max-height: 125px; }
      .brandGrid .brand .card .card-body {
        padding: 8px 10px;
        background-color: #fafafa;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px; }

/* Custom Top Brand Details start */
.brandSection__container {
  display: flex;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px; }
  .brandSection__container--noCenter {
    justify-content: flex-start; }
  @media (max-width: 767px) {
    .brandSection__container {
      flex-direction: column;
      align-items: flex-start; } }
  .brandSection__container > div {
    padding-left: 15px;
    padding-right: 15px; }

.brandSection__left {
  width: 100%;
  max-width: 255px; }
  @media (max-width: 767px) {
    .brandSection__left {
      margin-bottom: 24px; } }

.brandSection__right .page-heading {
  font-size: 28px;
  margin-bottom: 12px !important; }

.brandSection__text {
  font-size: 15px;
  line-height: 24px; }
  @media (max-width: 767px) {
    .brandSection__text {
      font-size: 14px; } }
  .brandSection__text h3 {
    margin-top: 27px;
    margin-bottom: 9px;
    font-weight: 600; }
  .brandSection__text p {
    margin-bottom: 10px; }
    .brandSection__text p strong {
      margin-top: 0; }

.page-type-brand #main-content {
  padding-top: 20px;
  padding-bottom: 30px; }

.productGrid {
  margin-left: 0; }
  .productGrid:not(.productGrid--custom) {
    list-style: none;
    margin-left: 0;
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    font-size: 0;
    margin-bottom: 1.5rem; }
    .productGrid:not(.productGrid--custom) ul,
    .productGrid:not(.productGrid--custom) ol {
      list-style: none;
      margin-bottom: 0; }
    .productGrid:not(.productGrid--custom):before, .productGrid:not(.productGrid--custom):after {
      content: " ";
      display: table; }
    .productGrid:not(.productGrid--custom):after {
      clear: both; }
    .productGrid:not(.productGrid--custom) .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: none;
      display: inline-block;
      font-size: 1rem;
      vertical-align: top; }
      @media (min-width: 551px) {
        .productGrid:not(.productGrid--custom) .product {
          width: 33.33333%; } }
      @media (min-width: 1024px) {
        .productGrid:not(.productGrid--custom) .product {
          width: 25%; } }
  @media (max-width: 1024px) {
    .productGrid.productGrid--custom .row .product {
      flex: 0 0 33%;
      max-width: 33%; } }
  @media (max-width: 800px) {
    .productGrid.productGrid--custom .row .product {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 550px) {
    .productGrid.productGrid--custom .row .product {
      flex: 0 0 100%;
      max-width: 100%; } }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 50%; } }

@media (max-width: 550px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 100%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.25rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 1024px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 1024px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 1024px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 1024px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 1024px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.75rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@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: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: black; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: white;
    color: black; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.25rem;
    padding-right: 0.75rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.375rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.1875rem; }
  @media (min-width: 1024px) {
    .listItem-brand {
      font-size: 14px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 14px;
  margin: 0 0 0.1875rem; }
  @media (min-width: 1024px) {
    .listItem-title {
      font-size: 18px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 1024px) {
    .listItem-price {
      font-size: 18px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.5625rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.75rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  @media (min-width: 1024px) {
    .productView {
      display: flex;
      flex-direction: row; } }
  .modal .productView {
    padding-bottom: 0;
    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: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1024px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1024px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 1024px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.productView-description {
  border-radius: 20px;
  border: 1px solid #757575;
  background: #fff;
  box-shadow: 0px 7px 80px 0px rgba(0, 0, 0, 0.06);
  padding: 32px 80px 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .productView-description .tabs {
    text-align: center;
    border-bottom: none;
    font-size: 0;
    display: inline-flex;
    align-items: center;
    border-radius: 20px;
    background: #f6f6f6;
    padding: 10px; }
    .productView-description .tabs .tab {
      float: none;
      width: auto;
      border: none;
      display: inline-block;
      position: relative;
      background-color: #ffffff;
      border-radius: 20px;
      overflow: hidden; }
      .productView-description .tabs .tab + .tab {
        margin-left: 10px; }
      .productView-description .tabs .tab .tab-title {
        color: #000000;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        text-transform: uppercase;
        padding: 0;
        height: 60px;
        min-width: 270px;
        display: flex;
        justify-content: center;
        align-items: center; }
      .productView-description .tabs .tab.is-active .tab-title {
        background-color: #000000;
        color: #ffffff; }
        .productView-description .tabs .tab.is-active .tab-title span {
          color: #ffffff; }
  .productView-description .tabs-contents {
    padding-top: 30px;
    width: 100%;
    margin-bottom: 0; }
    .productView-description .tabs-contents .tab-content {
      padding-top: 0;
      padding-bottom: 0; }
      .productView-description .tabs-contents .tab-content ul {
        padding-left: 20px; }
      .productView-description .tabs-contents .tab-content p {
        margin-bottom: 8px; }
      .productView-description .tabs-contents .tab-content p,
      .productView-description .tabs-contents .tab-content a {
        line-height: 32px;
        font-size: 18px;
        letter-spacing: 0.02em; }
        @media (max-width: 767px) {
          .productView-description .tabs-contents .tab-content p,
          .productView-description .tabs-contents .tab-content a {
            font-size: 14px;
            line-height: 28px; } }
      .productView-description .tabs-contents .tab-content h4 {
        font-size: 24px;
        font-weight: 600;
        line-height: 30px;
        margin-bottom: 12px; }
        @media (max-width: 767px) {
          .productView-description .tabs-contents .tab-content h4 {
            font-size: 20px;
            line-height: 28px; } }
      .productView-description .tabs-contents .tab-content li strong {
        margin-top: 0; }
      .productView-description .tabs-contents .tab-content ul:last-child {
        margin-bottom: 0; }
      .productView-description .tabs-contents .tab-content#tab-reviews #product-reviews {
        margin-bottom: 0; }
        .productView-description .tabs-contents .tab-content#tab-reviews #product-reviews .toggle-title {
          color: #000;
          font-size: 40px;
          font-style: normal;
          font-weight: 500;
          line-height: 24px;
          margin-top: 24px;
          margin-bottom: 20px; }
          @media (max-width: 1024px) {
            .productView-description .tabs-contents .tab-content#tab-reviews #product-reviews .toggle-title {
              font-size: 24px; } }
        .productView-description .tabs-contents .tab-content#tab-reviews #product-reviews .productReviews__total p {
          color: #757575;
          font-family: 'Inter', sans-serif;
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          display: flex; }
          @media (max-width: 1024px) {
            .productView-description .tabs-contents .tab-content#tab-reviews #product-reviews .productReviews__total p {
              font-size: 16px; } }
        .productView-description .tabs-contents .tab-content#tab-reviews #product-reviews .productReviews__total .icon {
          width: 20px;
          height: 20px;
          margin-right: 8px; }
        .productView-description .tabs-contents .tab-content#tab-reviews #product-reviews #productReviews-content .productReviews-list {
          display: flex;
          flex-direction: column; }
          .productView-description .tabs-contents .tab-content#tab-reviews #product-reviews #productReviews-content .productReviews-list .productReview {
            width: 100%; }
            .productView-description .tabs-contents .tab-content#tab-reviews #product-reviews #productReviews-content .productReviews-list .productReview .productReview__name {
              color: #000;
              font-family: 'Jost', sans-serif;
              font-size: 24px;
              font-style: normal;
              font-weight: 400;
              line-height: normal;
              margin-bottom: 8px; }
              @media (max-width: 1024px) {
                .productView-description .tabs-contents .tab-content#tab-reviews #product-reviews #productReviews-content .productReviews-list .productReview .productReview__name {
                  font-size: 20px; } }
            .productView-description .tabs-contents .tab-content#tab-reviews #product-reviews #productReviews-content .productReviews-list .productReview .productReview__bottom {
              margin-bottom: 20px;
              line-height: 100%; }
              .productView-description .tabs-contents .tab-content#tab-reviews #product-reviews #productReviews-content .productReviews-list .productReview .productReview__bottom .productReview__date {
                color: #757575;
                font-family: 'Jost', sans-serif;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                margin-right: 25px; }
                @media (max-width: 1024px) {
                  .productView-description .tabs-contents .tab-content#tab-reviews #product-reviews #productReviews-content .productReviews-list .productReview .productReview__bottom .productReview__date {
                    font-size: 14px; } }
            .productView-description .tabs-contents .tab-content#tab-reviews #product-reviews #productReviews-content .productReviews-list .productReview .productReview-body {
              color: #000;
              font-size: 16px;
              font-style: normal;
              font-weight: 500;
              line-height: 30.5px; }
              @media (max-width: 1024px) {
                .productView-description .tabs-contents .tab-content#tab-reviews #product-reviews #productReviews-content .productReviews-list .productReview .productReview-body {
                  font-size: 14px;
                  line-height: 28px; } }
  .productView-description .tab-titleMobile {
    display: none;
    color: black;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #cccccc;
    padding: 15px 0;
    position: relative;
    text-decoration: none; }
    .productView-description .tab-titleMobile:before {
      top: 50%;
      right: 5px;
      z-index: 2;
      content: '';
      width: 2px;
      height: 12px;
      position: absolute;
      transition: all 0.4s ease;
      transform: translateY(-50%);
      background-color: black; }
    .productView-description .tab-titleMobile:after {
      top: 50%;
      right: 0;
      z-index: 2;
      content: '';
      width: 12px;
      height: 2px;
      position: absolute;
      transform: translateY(-50%);
      background-color: black; }
    .productView-description .tab-titleMobile.is-active:before {
      transform: translateY(-50%) rotate(90deg); }
  @media (max-width: 1199px) {
    .productView-description .tabs .tab .tab-title {
      font-size: 20px;
      padding: 0 25px; } }
  @media (max-width: 767px) {
    .productView-description {
      margin-bottom: 20px;
      margin-top: 30px;
      padding: 20px; }
      .productView-description .tabs {
        display: none; }
      .productView-description .tab-titleMobile {
        display: block;
        font-size: 20px !important; }
      .productView-description .tabs-contents {
        padding-top: 0; }
        .productView-description .tabs-contents .tab-content {
          display: block;
          padding: 0; }
          .productView-description .tabs-contents .tab-content .tabContent {
            padding: 30px 0; }
            .productView-description .tabs-contents .tab-content .tabContent:not(.is-active) {
              display: none; } }

.page-product {
  display: flex;
  flex-direction: column; }
  .page-product .product-view-bottom .section-productRelated {
    padding-top: 60px; }
    @media (max-width: 767px) {
      .page-product .product-view-bottom .section-productRelated {
        padding-top: 0; } }
    .page-product .product-view-bottom .section-productRelated .productRelatedv__heading {
      margin-bottom: 50px; }
  .page-product .product-view-bottom .productCarousel .slick-list {
    padding-bottom: 20px; }
  @media (max-width: 550px) {
    .page-product .product-view-bottom .productCarousel .slick-arrow {
      top: 40%;
      transform: translateY(-50%); }
      .page-product .product-view-bottom .productCarousel .slick-arrow.slick-prev {
        left: 0; }
      .page-product .product-view-bottom .productCarousel .slick-arrow.slick-next {
        right: 0; } }

/* CSS for Quickview Popup */
#modal.modal--quickShop .productView .halo-productView-left {
  padding: 0; }

@media (max-width: 550px) {
  #modal.modal--quickShop .productView .halo-productView-right .productView-details {
    padding-left: 0;
    padding-right: 0; } }

#modal.modal--quickShop .productView .halo-productView-right .productView-brand {
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-transform: uppercase;
  margin: 0 0 4px 0; }
  #modal.modal--quickShop .productView .halo-productView-right .productView-brand > a {
    text-decoration: none; }

#modal.modal--quickShop .productView .halo-productView-right .productView-title {
  margin-top: 0;
  margin-bottom: 0; }

#modal.modal--quickShop .halo-quickShop-action {
  margin-top: 12px; }
  #modal.modal--quickShop .halo-quickShop-action #add-to-cart-wrapper {
    display: flex; }
    @media (max-width: 430px) {
      #modal.modal--quickShop .halo-quickShop-action #add-to-cart-wrapper {
        flex-direction: column; } }
    #modal.modal--quickShop .halo-quickShop-action #add-to-cart-wrapper .form-field--increments {
      margin-top: 0;
      margin-bottom: 0; }
    #modal.modal--quickShop .halo-quickShop-action #add-to-cart-wrapper .add-to-cart-buttons {
      padding: 0;
      margin-left: 20px;
      margin-top: 0;
      margin-bottom: 0; }
      @media (max-width: 430px) {
        #modal.modal--quickShop .halo-quickShop-action #add-to-cart-wrapper .add-to-cart-buttons {
          margin-left: 0;
          margin-top: 20px; } }
      #modal.modal--quickShop .halo-quickShop-action #add-to-cart-wrapper .add-to-cart-buttons #form-action-addToCart {
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center; }
        #modal.modal--quickShop .halo-quickShop-action #add-to-cart-wrapper .add-to-cart-buttons #form-action-addToCart > .icon {
          position: relative;
          top: -2px;
          width: 20px;
          height: 20px;
          margin-right: 5px; }
          #modal.modal--quickShop .halo-quickShop-action #add-to-cart-wrapper .add-to-cart-buttons #form-action-addToCart > .icon > svg {
            fill: #ffffff; }
  #modal.modal--quickShop .halo-quickShop-action div[data-product-option-change] > .form-field {
    text-align: left; }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after, .sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  content: '';
  display: block;
  height: 3.125rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.125rem;
  z-index: 10; }
  
  .sale-flag-star::before,
  .sold-out-flag-star::before {
    transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }
  
  .sale-flag-star::after,
  .sold-out-flag-star::after {
    transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star,
.sale-flag-star::before,
.sale-flag-star::after {
  background: #007dc6; }

.sold-out-flag-star,
.sold-out-flag-star::before,
.sold-out-flag-star::after {
  background: #007dc6; }

.starwrap {
  height: 3.125rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 3.125rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 0.9375rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.125rem;
  z-index: 50; }

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star::before,
.product:hover .starwrap .sale-flag-star::after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star::before,
.product:hover .starwrap .sold-out-flag-star::after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  line-height: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  padding-top: 0.09375rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.sale-flag-side {
  background: #007dc6;
  color: white; }

.sold-out-flag-side {
  background: #007dc6;
  color: white; }

.product:hover .sale-flag-side {
  background: black; }

.product:hover .sold-out-flag-side {
  background: black; }

.sale-flag-sash, .sold-out-flag-sash {
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  left: -25px;
  line-height: 1rem;
  padding-top: 0.09375rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 7.4375rem;
  z-index: 10; }

.sale-flag-sash {
  background: #007dc6;
  color: white; }

.sold-out-flag-sash {
  background: #007dc6;
  color: white; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: black; }

.product:hover .sold-out-flag-sash {
  background: black; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

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

.form-option-expanded {
  background-color: white;
  border: 1px solid #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 {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 1024px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 1024px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 1024px) {
  .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; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 1024px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 1024px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1024px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

/* Default class */
.text-center {
  text-align: center; }

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

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

.text-white {
  color: #ffffff !important; }

.text-black {
  color: #000000 !important; }

.text-blue {
  color: #3a8dde !important; }

.text-uppercase {
  text-transform: uppercase; }

.text-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

@media (max-width: 1024px) {
  .text-right-tablet {
    text-align: right !important; } }

.flex {
  display: flex; }
  .flex-center {
    display: flex;
    align-items: center;
    justify-content: center; }
  .flex-center-inline {
    display: inline-flex !important;
    align-items: center;
    justify-content: center; }
  .flex-between {
    display: flex;
    justify-content: space-between; }
  .flex-between-center {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .flex-col {
    display: flex;
    flex-direction: column; }
  .flex-center-col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .flex-reverse {
    display: flex;
    flex-direction: row-reverse; }
  .flex-center-y {
    display: flex;
    align-items: center; }

.uppercase {
  text-transform: uppercase; }

.no-underline {
  text-decoration: none; }

.m-0 {
  margin: 0; }

.bg-black {
  background-color: #000000 !important; }

.bg-red {
  background-color: #ed1c24 !important; }

.color-black {
  color: #000000 !important; }

.color-white {
  color: #ffffff !important; }

.static {
  position: static; }

.custom-section {
  padding-bottom: 70px; }
  @media (max-width: 1024px) {
    .custom-section {
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .custom-section {
      padding-bottom: 30px; } }

.custom-heading {
  color: #000;
  font-family: DM Sans;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 55px; }
  @media (max-width: 767px) {
    .custom-heading {
      line-height: 1.2; } }
  .custom-heading.custom-heading--white {
    color: #ffffff; }
  @media (max-width: 1024px) {
    .custom-heading {
      font-size: 32px;
      margin-bottom: 40px; } }
  @media (max-width: 768px) {
    .custom-heading {
      font-size: 28px;
      margin-bottom: 20px; } }

.custom-desc {
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0;
  color: #707071;
  font-family: 'Museo Sans 500';
  font-weight: 500;
  font-size: clamp(14px, 1.3vw, 24px); }

.custom-category-heading {
  font-size: 35px;
  letter-spacing: 0.025em;
  font-weight: 900;
  margin-top: 0;
  color: #3a8dde;
  font-size: clamp(24px, 1.8vw, 35px); }

.custom-page-heading {
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 700;
  color: #000000;
  font-size: clamp(28px, 5.8vw, 58px);
  margin-top: 0px;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .custom-page-heading {
      text-align: center; } }

.custom-page-text {
  color: #262626;
  line-height: 1.625;
  letter-spacing: 0;
  font-size: clamp(14px, 1.3vw, 16px); }
  @media (max-width: 767px) {
    .custom-page-text {
      text-align: center; } }

.custom-page-subTitle {
  color: #262626;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.5;
  font-size: clamp(16px, 1.6vw, 22px); }

.hide-on-all {
  display: none !important; }

@media (max-width: 1024px) {
  .hide-on-tablet {
    display: none !important; } }

@media (min-width: 1025px) {
  .hide-on-desktop {
    display: none !important; } }

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important; } }

/* Grid Layout */
/* -------------------------- Grid -------------------------- */
.grid {
  --grid-gap: 44px;
  display: block;
  width: 100%;
  padding: 0; }
  .grid.no-gap {
    --grid-gap: 0; }
  .grid.gap-4 {
    --grid-gap: 4px; }
  .grid.gap-10 {
    --grid-gap: 10px; }
  .grid.gap-12 {
    --grid-gap: 12px; }
  .grid.gap-20 {
    --grid-gap: 20px; }
  .grid.gap-30 {
    --grid-gap: 30px; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--grid-gap) / -2);
  margin-right: calc(var(--grid-gap) / -2); }

.no-gap .col {
  padding-left: 0;
  padding-right: 0; }

.col {
  padding-left: calc(var(--grid-gap) / 2);
  padding-right: calc(var(--grid-gap) / 2);
  /* Mobile */
  /* Tablet */
  /* Desktop */ }
  .col.s-1 {
    flex: 0 0 100%;
    max-width: 100%; }
  .col.s-2 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col.s-3 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col.s-4 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col.s-5 {
    flex: 0 0 20%;
    max-width: 20%; }
  @media (min-width: 768px) {
    .col.m-1 {
      flex: 0 0 100%;
      max-width: 100%; }
    .col.m-2 {
      flex: 0 0 50%;
      max-width: 50%; }
    .col.m-3 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
    .col.m-4 {
      flex: 0 0 25%;
      max-width: 25%; }
    .col.m-5 {
      flex: 0 0 20%;
      max-width: 20%; } }
  @media (min-width: 1025px) {
    .col.l-1 {
      flex: 0 0 100%;
      max-width: 100%; }
    .col.l-2 {
      flex: 0 0 50%;
      max-width: 50%; }
    .col.l-3 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
    .col.l-4 {
      flex: 0 0 25%;
      max-width: 25%; }
    .col.l-5 {
      flex: 0 0 20%;
      max-width: 20%; }
    .col.l-7 {
      flex: 0 0 14.285714%;
      max-width: 14.285714%; } }

/* Common */
.no-js .custom-animation {
  transform: translatey(0); }
  .no-js .custom-animation [data-step-animate], .no-js .custom-animation[data-step-animate] {
    transform: translatey(0); }
  .no-js .custom-animation.heroCarousel-content {
    transform: translateY(-50%); }

.custom-animation [data-step-animate], .custom-animation[data-step-animate] {
  transform: translatey(100px); }

.js [data-step-animate] {
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transform: translatey(100px);
  opacity: 0; }
  .js [data-step-animate][data-step-animate='0'] {
    transition-delay: 0.1s;
    transition-duration: 0.3s; }
  .js [data-step-animate][data-step-animate='1'] {
    transition-delay: 0.12s;
    transition-duration: 0.4s; }
  .js [data-step-animate][data-step-animate='2'] {
    transition-delay: 0.14s;
    transition-duration: 0.5s; }
  .js [data-step-animate][data-step-animate='3'] {
    transition-delay: 0.16s;
    transition-duration: 0.6s; }
  .js [data-step-animate][data-step-animate='4'] {
    transition-delay: 0.18s;
    transition-duration: 0.7s; }
  .js [data-step-animate][data-step-animate='5'] {
    transition-delay: 0.2s;
    transition-duration: 0.8s; }
  .js [data-step-animate][data-step-animate='6'] {
    transition-delay: 0.22s;
    transition-duration: 0.9s; }
  .js [data-step-animate][data-step-animate='7'] {
    transition-delay: 0.24s;
    transition-duration: 1s; }
  .js [data-step-animate][data-step-animate='8'] {
    transition-delay: 0.26s;
    transition-duration: 1.1s; }
  .js [data-step-animate][data-step-animate='9'] {
    transition-delay: 0.28s;
    transition-duration: 1.2s; }
  .js [data-step-animate][data-step-animate='10'] {
    transition-delay: 0.3s;
    transition-duration: 1.3s; }
  .js [data-step-animate][data-step-animate='11'] {
    transition-delay: 0.32s;
    transition-duration: 1.4s; }
  .js [data-step-animate][data-step-animate='12'] {
    transition-delay: 0.34s;
    transition-duration: 1.5s; }
  .js [data-step-animate][data-step-animate='13'] {
    transition-delay: 0.36s;
    transition-duration: 1.6s; }
  .js [data-step-animate][data-step-animate='14'] {
    transition-delay: 0.38s;
    transition-duration: 1.7s; }
  .js [data-step-animate][data-step-animate='15'] {
    transition-delay: 0.4s;
    transition-duration: 1.8s; }
  .js [data-step-animate][data-step-animate='16'] {
    transition-delay: 0.42s;
    transition-duration: 1.9s; }
  .js [data-step-animate][data-step-animate='17'] {
    transition-delay: 0.44s;
    transition-duration: 2s; }
  .js [data-step-animate][data-step-animate='18'] {
    transition-delay: 0.46s;
    transition-duration: 2.1s; }
  .js [data-step-animate][data-step-animate='19'] {
    transition-delay: 0.48s;
    transition-duration: 2.2s; }
  .js [data-step-animate][data-step-animate='20'] {
    transition-delay: 0.5s;
    transition-duration: 2.3s; }
  .js [data-step-animate][data-step-animate='21'] {
    transition-delay: 0.52s;
    transition-duration: 2.4s; }
  .js [data-step-animate][data-step-animate='22'] {
    transition-delay: 0.54s;
    transition-duration: 2.5s; }
  .js [data-step-animate][data-step-animate='23'] {
    transition-delay: 0.56s;
    transition-duration: 2.6s; }
  .js [data-step-animate][data-step-animate='24'] {
    transition-delay: 0.58s;
    transition-duration: 2.7s; }
  .js [data-step-animate][data-step-animate='25'] {
    transition-delay: 0.6s;
    transition-duration: 2.8s; }
  .js [data-step-animate][data-step-animate='26'] {
    transition-delay: 0.62s;
    transition-duration: 2.9s; }
  .js [data-step-animate][data-step-animate='27'] {
    transition-delay: 0.64s;
    transition-duration: 3s; }
  .js [data-step-animate][data-step-animate='28'] {
    transition-delay: 0.66s;
    transition-duration: 3.1s; }
  .js [data-step-animate][data-step-animate='29'] {
    transition-delay: 0.68s;
    transition-duration: 3.2s; }
  .js [data-step-animate][data-step-animate='30'] {
    transition-delay: 0.7s;
    transition-duration: 3.3s; }
  .js [data-step-animate][data-step-animate='31'] {
    transition-delay: 0.72s;
    transition-duration: 3.4s; }
  .js [data-step-animate][data-step-animate='32'] {
    transition-delay: 0.74s;
    transition-duration: 3.5s; }
  .js [data-step-animate][data-step-animate='33'] {
    transition-delay: 0.76s;
    transition-duration: 3.6s; }
  .js [data-step-animate][data-step-animate='34'] {
    transition-delay: 0.78s;
    transition-duration: 3.7s; }
  .js [data-step-animate][data-step-animate='35'] {
    transition-delay: 0.8s;
    transition-duration: 3.8s; }
  .js [data-step-animate][data-step-animate='36'] {
    transition-delay: 0.82s;
    transition-duration: 3.9s; }
  .js [data-step-animate][data-step-animate='37'] {
    transition-delay: 0.84s;
    transition-duration: 4s; }
  .js [data-step-animate][data-step-animate='38'] {
    transition-delay: 0.86s;
    transition-duration: 4.1s; }
  .js [data-step-animate][data-step-animate='39'] {
    transition-delay: 0.88s;
    transition-duration: 4.2s; }
  .js [data-step-animate][data-step-animate='40'] {
    transition-delay: 0.9s;
    transition-duration: 4.3s; }
  .js [data-step-animate][data-step-animate='41'] {
    transition-delay: 0.92s;
    transition-duration: 4.4s; }
  .js [data-step-animate][data-step-animate='42'] {
    transition-delay: 0.94s;
    transition-duration: 4.5s; }
  .js [data-step-animate][data-step-animate='43'] {
    transition-delay: 0.96s;
    transition-duration: 4.6s; }
  .js [data-step-animate][data-step-animate='44'] {
    transition-delay: 0.98s;
    transition-duration: 4.7s; }
  .js [data-step-animate][data-step-animate='45'] {
    transition-delay: 1s;
    transition-duration: 4.8s; }
  .js [data-step-animate][data-step-animate='46'] {
    transition-delay: 1.02s;
    transition-duration: 4.9s; }
  .js [data-step-animate][data-step-animate='47'] {
    transition-delay: 1.04s;
    transition-duration: 5s; }
  .js [data-step-animate][data-step-animate='48'] {
    transition-delay: 1.06s;
    transition-duration: 5.1s; }
  .js [data-step-animate][data-step-animate='49'] {
    transition-delay: 1.08s;
    transition-duration: 5.2s; }
  .js [data-step-animate][data-step-animate='50'] {
    transition-delay: 1.1s;
    transition-duration: 5.3s; }
  .js [data-step-animate][data-step-animate='51'] {
    transition-delay: 1.12s;
    transition-duration: 5.4s; }
  .js [data-step-animate][data-step-animate='52'] {
    transition-delay: 1.14s;
    transition-duration: 5.5s; }
  .js [data-step-animate][data-step-animate='53'] {
    transition-delay: 1.16s;
    transition-duration: 5.6s; }
  .js [data-step-animate][data-step-animate='54'] {
    transition-delay: 1.18s;
    transition-duration: 5.7s; }
  .js [data-step-animate][data-step-animate='55'] {
    transition-delay: 1.2s;
    transition-duration: 5.8s; }
  .js [data-step-animate][data-step-animate='56'] {
    transition-delay: 1.22s;
    transition-duration: 5.9s; }
  .js [data-step-animate][data-step-animate='57'] {
    transition-delay: 1.24s;
    transition-duration: 6s; }
  .js [data-step-animate][data-step-animate='58'] {
    transition-delay: 1.26s;
    transition-duration: 6.1s; }
  .js [data-step-animate][data-step-animate='59'] {
    transition-delay: 1.28s;
    transition-duration: 6.2s; }
  .js [data-step-animate][data-step-animate='60'] {
    transition-delay: 1.3s;
    transition-duration: 6.3s; }
  .js [data-step-animate][data-step-animate='61'] {
    transition-delay: 1.32s;
    transition-duration: 6.4s; }
  .js [data-step-animate][data-step-animate='62'] {
    transition-delay: 1.34s;
    transition-duration: 6.5s; }
  .js [data-step-animate][data-step-animate='63'] {
    transition-delay: 1.36s;
    transition-duration: 6.6s; }
  .js [data-step-animate][data-step-animate='64'] {
    transition-delay: 1.38s;
    transition-duration: 6.7s; }
  .js [data-step-animate][data-step-animate='65'] {
    transition-delay: 1.4s;
    transition-duration: 6.8s; }
  .js [data-step-animate][data-step-animate='66'] {
    transition-delay: 1.42s;
    transition-duration: 6.9s; }
  .js [data-step-animate][data-step-animate='67'] {
    transition-delay: 1.44s;
    transition-duration: 7s; }
  .js [data-step-animate][data-step-animate='68'] {
    transition-delay: 1.46s;
    transition-duration: 7.1s; }
  .js [data-step-animate][data-step-animate='69'] {
    transition-delay: 1.48s;
    transition-duration: 7.2s; }
  .js [data-step-animate][data-step-animate='70'] {
    transition-delay: 1.5s;
    transition-duration: 7.3s; }
  .js [data-step-animate][data-step-animate='71'] {
    transition-delay: 1.52s;
    transition-duration: 7.4s; }
  .js [data-step-animate][data-step-animate='72'] {
    transition-delay: 1.54s;
    transition-duration: 7.5s; }
  .js [data-step-animate][data-step-animate='73'] {
    transition-delay: 1.56s;
    transition-duration: 7.6s; }
  .js [data-step-animate][data-step-animate='74'] {
    transition-delay: 1.58s;
    transition-duration: 7.7s; }
  .js [data-step-animate][data-step-animate='75'] {
    transition-delay: 1.6s;
    transition-duration: 7.8s; }
  .js [data-step-animate][data-step-animate='76'] {
    transition-delay: 1.62s;
    transition-duration: 7.9s; }
  .js [data-step-animate][data-step-animate='77'] {
    transition-delay: 1.64s;
    transition-duration: 8s; }
  .js [data-step-animate][data-step-animate='78'] {
    transition-delay: 1.66s;
    transition-duration: 8.1s; }
  .js [data-step-animate][data-step-animate='79'] {
    transition-delay: 1.68s;
    transition-duration: 8.2s; }
  .js [data-step-animate][data-step-animate='80'] {
    transition-delay: 1.7s;
    transition-duration: 8.3s; }
  .js [data-step-animate][data-step-animate='81'] {
    transition-delay: 1.72s;
    transition-duration: 8.4s; }
  .js [data-step-animate][data-step-animate='82'] {
    transition-delay: 1.74s;
    transition-duration: 8.5s; }
  .js [data-step-animate][data-step-animate='83'] {
    transition-delay: 1.76s;
    transition-duration: 8.6s; }
  .js [data-step-animate][data-step-animate='84'] {
    transition-delay: 1.78s;
    transition-duration: 8.7s; }
  .js [data-step-animate][data-step-animate='85'] {
    transition-delay: 1.8s;
    transition-duration: 8.8s; }
  .js [data-step-animate][data-step-animate='86'] {
    transition-delay: 1.82s;
    transition-duration: 8.9s; }
  .js [data-step-animate][data-step-animate='87'] {
    transition-delay: 1.84s;
    transition-duration: 9s; }
  .js [data-step-animate][data-step-animate='88'] {
    transition-delay: 1.86s;
    transition-duration: 9.1s; }
  .js [data-step-animate][data-step-animate='89'] {
    transition-delay: 1.88s;
    transition-duration: 9.2s; }
  .js [data-step-animate][data-step-animate='90'] {
    transition-delay: 1.9s;
    transition-duration: 9.3s; }
  .js [data-step-animate][data-step-animate='91'] {
    transition-delay: 1.92s;
    transition-duration: 9.4s; }
  .js [data-step-animate][data-step-animate='92'] {
    transition-delay: 1.94s;
    transition-duration: 9.5s; }
  .js [data-step-animate][data-step-animate='93'] {
    transition-delay: 1.96s;
    transition-duration: 9.6s; }
  .js [data-step-animate][data-step-animate='94'] {
    transition-delay: 1.98s;
    transition-duration: 9.7s; }
  .js [data-step-animate][data-step-animate='95'] {
    transition-delay: 2s;
    transition-duration: 9.8s; }
  .js [data-step-animate][data-step-animate='96'] {
    transition-delay: 2.02s;
    transition-duration: 9.9s; }
  .js [data-step-animate][data-step-animate='97'] {
    transition-delay: 2.04s;
    transition-duration: 10s; }
  .js [data-step-animate][data-step-animate='98'] {
    transition-delay: 2.06s;
    transition-duration: 10.1s; }
  .js [data-step-animate][data-step-animate='99'] {
    transition-delay: 2.08s;
    transition-duration: 10.2s; }
  .js [data-step-animate][data-step-animate='100'] {
    transition-delay: 2.1s;
    transition-duration: 10.3s; }

.js .animated [data-step-animate], .js .animated[data-step-animate] {
  transform: translatey(0);
  opacity: 1; }

/* Hover Link Effect */
@media (min-width: 1025px) {
  .hover-link {
    background-image: linear-gradient(to right, #ed1b24, #ed1b24 50%, #000000 50%);
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-flex;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out; }
    .hover-link--headerTop {
      background-image: linear-gradient(to right, #ed1b24, #ed1b24 50%, white 50%); }
    .hover-link--footer {
      background-image: linear-gradient(to right, #ed1b24, #ed1b24 50%, white 50%); }
    .hover-link:before {
      content: '';
      background: #ed1b24;
      display: block;
      position: absolute;
      bottom: 4px;
      left: 0;
      width: 0;
      height: 2px;
      transition: all 0.3s ease-in-out; }
    .hover-link--menu::before {
      bottom: 10px; }
    .hover-link--subMenu::before {
      bottom: 6px;
      content: unset; }
    .hover-link--account-dropdown::before {
      bottom: 16px; }
    .hover-link:hover {
      background-position: 0; }
      .hover-link:hover:before {
        width: 100%; } }

/* Hover image Zoom */
.hover-image {
  overflow: hidden; }
  .hover-image img {
    transition: all 0.6s ease; }
  .hover-image:hover img {
    transform: scale3d(1.1, 1.1, 1); }

.halo-background {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  display: none;
  visibility: hidden;
  transition: color 0.15s ease;
  background-color: rgba(59, 59, 59, 0.7); }

.openSearchMobile {
  overflow: hidden; }
  .openSearchMobile #halo-search-mobile {
    left: 0;
    z-index: 105; }
  .openSearchMobile .halo-background {
    z-index: 103;
    opacity: 1;
    display: block;
    visibility: visible; }

.has-activeNavPages .halo-background,
.openAuthSidebar .halo-background {
  z-index: 102;
  opacity: 1;
  display: block;
  visibility: visible; }

@media (min-width: 1025px) {
  .has-activeNavPages,
  .openAuthSidebar {
    overflow: auto; }
    .has-activeNavPages .halo-background,
    .openAuthSidebar .halo-background {
      z-index: 102;
      opacity: 0;
      visibility: hidden;
      display: none; }
    .has-activeNavPages.has-stickyNavPages,
    .openAuthSidebar.has-stickyNavPages {
      overflow: hidden; }
      .has-activeNavPages.has-stickyNavPages .halo-background,
      .openAuthSidebar.has-stickyNavPages .halo-background {
        z-index: 102;
        opacity: 1;
        display: block;
        visibility: visible; } }

/* Back To Top */
#back-to-top {
  bottom: 30%;
  right: 15px;
  z-index: 999;
  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: white;
  background-color: #ed1b24;
  border: 1px solid #ed1b24;
  border-radius: 50%;
  width: 60px;
  height: 60px; }
  @media (max-width: 1024px) {
    #back-to-top {
      width: 48px;
      height: 48px; } }
  #back-to-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; }
  #back-to-top .icon {
    fill: white;
    width: 20px;
    height: 20px;
    display: block; }
  #back-to-top.is-visible {
    display: block; }
  #back-to-top:hover {
    color: white;
    background-color: #ed1b24;
    border: 1px solid #ed1b24; }
    #back-to-top:hover .icon {
      fill: white; }
  @media (min-width: 1261px) {
    #back-to-top {
      right: 75px;
      bottom: 140px; }
      #back-to-top .icon {
        width: 20px;
        height: 20px; } }
  #back-to-top:hover .icon {
    animation: slide-in-bottom 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite; }

@keyframes slide-in-bottom {
  0% {
    transform: translateY(40px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes slide-to-left {
  0% {
    transform: translatex(-3px);
    opacity: 0; }
  100% {
    transform: translatex(3px);
    opacity: 1; } }

@keyframes slide-to-right {
  0% {
    transform: translatex(3px);
    opacity: 0; }
  100% {
    transform: translatex(-3px);
    opacity: 1; } }

@keyframes halo-fadeInDown {
  from {
    transform: translateY(-80px);
    opacity: 0.7; }
  to {
    transform: translateY(0);
    opacity: 1; } }

.js .halo-fadeInLoad.is-sticky {
  opacity: 0; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='0'] {
    animation-delay: 0.1s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='1'] {
    animation-delay: 0.2s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='2'] {
    animation-delay: 0.3s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='3'] {
    animation-delay: 0.4s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='4'] {
    animation-delay: 0.5s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='5'] {
    animation-delay: 0.6s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='6'] {
    animation-delay: 0.7s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='7'] {
    animation-delay: 0.8s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='8'] {
    animation-delay: 0.9s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='9'] {
    animation-delay: 1s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='10'] {
    animation-delay: 1.1s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='11'] {
    animation-delay: 1.2s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='12'] {
    animation-delay: 1.3s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='13'] {
    animation-delay: 1.4s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='14'] {
    animation-delay: 1.5s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='15'] {
    animation-delay: 1.6s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='16'] {
    animation-delay: 1.7s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='17'] {
    animation-delay: 1.8s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='18'] {
    animation-delay: 1.9s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='19'] {
    animation-delay: 2s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='20'] {
    animation-delay: 2.1s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='21'] {
    animation-delay: 2.2s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='22'] {
    animation-delay: 2.3s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='23'] {
    animation-delay: 2.4s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='24'] {
    animation-delay: 2.5s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='25'] {
    animation-delay: 2.6s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='26'] {
    animation-delay: 2.7s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='27'] {
    animation-delay: 2.8s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='28'] {
    animation-delay: 2.9s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='29'] {
    animation-delay: 3s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='30'] {
    animation-delay: 3.1s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='31'] {
    animation-delay: 3.2s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='32'] {
    animation-delay: 3.3s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='33'] {
    animation-delay: 3.4s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='34'] {
    animation-delay: 3.5s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='35'] {
    animation-delay: 3.6s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='36'] {
    animation-delay: 3.7s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='37'] {
    animation-delay: 3.8s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='38'] {
    animation-delay: 3.9s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='39'] {
    animation-delay: 4s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='40'] {
    animation-delay: 4.1s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='41'] {
    animation-delay: 4.2s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='42'] {
    animation-delay: 4.3s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='43'] {
    animation-delay: 4.4s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='44'] {
    animation-delay: 4.5s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='45'] {
    animation-delay: 4.6s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='46'] {
    animation-delay: 4.7s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='47'] {
    animation-delay: 4.8s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='48'] {
    animation-delay: 4.9s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='49'] {
    animation-delay: 5s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='50'] {
    animation-delay: 5.1s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='51'] {
    animation-delay: 5.2s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='52'] {
    animation-delay: 5.3s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='53'] {
    animation-delay: 5.4s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='54'] {
    animation-delay: 5.5s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='55'] {
    animation-delay: 5.6s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='56'] {
    animation-delay: 5.7s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='57'] {
    animation-delay: 5.8s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='58'] {
    animation-delay: 5.9s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='59'] {
    animation-delay: 6s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='60'] {
    animation-delay: 6.1s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='61'] {
    animation-delay: 6.2s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='62'] {
    animation-delay: 6.3s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='63'] {
    animation-delay: 6.4s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='64'] {
    animation-delay: 6.5s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='65'] {
    animation-delay: 6.6s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='66'] {
    animation-delay: 6.7s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='67'] {
    animation-delay: 6.8s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='68'] {
    animation-delay: 6.9s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='69'] {
    animation-delay: 7s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='70'] {
    animation-delay: 7.1s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='71'] {
    animation-delay: 7.2s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='72'] {
    animation-delay: 7.3s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='73'] {
    animation-delay: 7.4s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='74'] {
    animation-delay: 7.5s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='75'] {
    animation-delay: 7.6s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='76'] {
    animation-delay: 7.7s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='77'] {
    animation-delay: 7.8s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='78'] {
    animation-delay: 7.9s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='79'] {
    animation-delay: 8s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='80'] {
    animation-delay: 8.1s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='81'] {
    animation-delay: 8.2s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='82'] {
    animation-delay: 8.3s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='83'] {
    animation-delay: 8.4s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='84'] {
    animation-delay: 8.5s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='85'] {
    animation-delay: 8.6s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='86'] {
    animation-delay: 8.7s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='87'] {
    animation-delay: 8.8s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='88'] {
    animation-delay: 8.9s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='89'] {
    animation-delay: 9s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='90'] {
    animation-delay: 9.1s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='91'] {
    animation-delay: 9.2s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='92'] {
    animation-delay: 9.3s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='93'] {
    animation-delay: 9.4s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='94'] {
    animation-delay: 9.5s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='95'] {
    animation-delay: 9.6s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='96'] {
    animation-delay: 9.7s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='97'] {
    animation-delay: 9.8s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='98'] {
    animation-delay: 9.9s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='99'] {
    animation-delay: 10s !important; }
  .js .halo-fadeInLoad.is-sticky[data-halo-animate='100'] {
    animation-delay: 10.1s !important; }

.js .halo-fadeInLoad.is-sticky {
  animation: halo-fadeIn 0.4s cubic-bezier(0, 0, 0.3, 1) forwards; }

/* Slick */
.slick-arrow {
  position: absolute;
  top: 50%;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 0;
  cursor: pointer;
  background: white;
  color: transparent;
  transform: translate(0, -50%);
  border: 1px solid #949494;
  z-index: 2;
  padding: 0;
  margin: 0; }
  @media (max-width: 1024px) {
    .slick-arrow {
      width: 40px;
      height: 40px; } }
  .slick-arrow.slick-prev {
    left: 15px; }
    @media (min-width: 1025px) {
      .slick-arrow.slick-prev {
        left: -15px; }
        .slick-arrow.slick-prev:hover::before {
          animation: slide-to-right 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite; } }
  .slick-arrow.slick-next {
    right: 15px; }
    @media (min-width: 1025px) {
      .slick-arrow.slick-next {
        right: 0; }
        .slick-arrow.slick-next:hover::before {
          animation: slide-to-left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite; } }
  .slick-arrow.slick-disabled {
    opacity: 0.3;
    pointer-events: none; }

.quickShop .productView-options .form-field > .form-label {
  font-weight: 500; }

.halo-quickShop {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  padding: 0 2.25rem; }
  .halo-quickShop .halo-productView-left,
  .halo-quickShop .halo-productView-right {
    width: 100%;
    display: block;
    margin-bottom: 0; }
  .halo-quickShop .halo-productView-left {
    display: none; }
  .halo-quickShop .productView-image-wrapper img[role='presentation'] {
    display: none !important; }
  .halo-quickShop .productView-details {
    width: 100%; }
  .halo-quickShop .productView-product {
    margin-top: 5px; }
  .halo-quickShop .productView-brand {
    margin-bottom: 0; }
  .halo-quickShop .productView-title {
    font-size: 16px;
    line-height: 1.625;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    margin-bottom: 15px !important; }
  .halo-quickShop .productView-topInfo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 5px 0 0 0; }
  .halo-quickShop .productView-rating {
    width: auto; }
  .halo-quickShop .productView-ratingCount {
    font-size: 14px;
    font-weight: 400;
    color: #757575;
    line-height: 1;
    margin: 0 0 0 7px; }
  .halo-quickShop .productView-price {
    margin-top: 8px;
    margin-bottom: 0; }
    .halo-quickShop .productView-price .price-section {
      font-size: 18px;
      font-weight: 400; }
  @media (min-width: 551px) {
    .halo-quickShop .halo-productView-left,
    .halo-quickShop .halo-productView-right {
      display: inline-block;
      vertical-align: top; }
    .halo-quickShop .halo-productView-left {
      width: 100px; }
    .halo-quickShop .halo-productView-right {
      width: calc(100% - 100px);
      padding: 0 0 0 30px; }
    .halo-quickShop .productView-image-wrapper {
      display: block; } }

.halo-quickShop-action #add-to-cart-wrapper .form-field--increments {
  margin-bottom: 20px;
  margin-top: 12px; }
  .halo-quickShop-action #add-to-cart-wrapper .form-field--increments > .form-label {
    display: none; }
  .halo-quickShop-action #add-to-cart-wrapper .form-field--increments .form-increment {
    display: flex;
    justify-content: space-between;
    padding: 2px;
    border-radius: 4px; }
    .halo-quickShop-action #add-to-cart-wrapper .form-field--increments .form-increment .form-input--incrementTotal {
      background-color: transparent; }

.halo-quickShop-action #add-to-cart-wrapper #form-action-addToCart {
  width: 100%;
  height: 44px;
  padding: 12px 20px; }
  .halo-quickShop-action #add-to-cart-wrapper #form-action-addToCart:hover {
    background-color: #000000;
    color: #ffffff; }

.page-sidebar.is-open {
  z-index: 105; }

.page-sidebar .page-sidebar-close .close {
  display: inline-block;
  width: 32px;
  height: 32px; }

.page-sidebar .page-sidebar-close .icon--close {
  display: inline-block;
  width: 32px;
  height: 32px; }
  .page-sidebar .page-sidebar-close .icon--close svg {
    width: 100%;
    height: 100%; }

.page-sidebar-mobile {
  cursor: pointer; }
  .page-sidebar-mobile .icon {
    border: 1px solid #000;
    padding: 5px;
    width: 28px;
    height: 28px;
    margin-left: 5px;
    border-radius: 4px; }

/* Custom */
/* Contact Us Page */
.page-type-page_contact_form .body {
  padding-top: 0 !important;
  padding-bottom: 80px !important; }
  @media (max-width: 1024px) {
    .page-type-page_contact_form .body {
      padding-bottom: 50px !important; } }
  @media (max-width: 767px) {
    .page-type-page_contact_form .body {
      padding-bottom: 30px !important; } }

.page-type-page_contact_form .themevale_breadcrumb {
  padding-top: 25px;
  padding-bottom: 35px; }
  @media (max-width: 1024px) {
    .page-type-page_contact_form .themevale_breadcrumb {
      padding-bottom: 20px;
      padding-top: 20px; } }
  .page-type-page_contact_form .themevale_breadcrumb .page-heading {
    margin-bottom: 0 !important; }

.page-type-page_contact_form .themevale_contact-us #contact-us-page > p:first-child {
  margin-bottom: 0; }

.page-type-page_contact_form .themevale_contact-us #contact-us-page .form-label {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #232323; }

.page-type-page_contact_form .themevale_contact-us #button-contactForm {
  width: 205px; }

.page-type-page_contact_form .themevale_contact-us .themevale_location {
  margin-top: 50px; }

.page-type-page_contact_form .themevale_contact-us .form-actions {
  text-align: left; }

@media (min-width: 768px) {
  .page-type-page_contact_form .themevale_contact-us {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
    .page-type-page_contact_form .themevale_contact-us .themevale_form {
      width: 65%; }
      .page-type-page_contact_form .themevale_contact-us .themevale_form .form-actions .button {
        width: fit-content; }
    .page-type-page_contact_form .themevale_contact-us .themevale_location {
      width: 35%;
      margin-top: 0px;
      padding-left: 50px; } }

@media (min-width: 1281px) {
  .page-type-page_contact_form .themevale_contact-us {
    padding-top: 30px;
    position: relative; }
    .page-type-page_contact_form .themevale_contact-us:before {
      content: '';
      top: 0;
      left: 0;
      width: 40px;
      height: 2px;
      display: block;
      position: absolute;
      background-color: black; }
    .page-type-page_contact_form .themevale_contact-us .themevale_form {
      width: 790px; }
    .page-type-page_contact_form .themevale_contact-us .themevale_location {
      padding-left: 11%;
      width: calc(100% - 790px); }
      .page-type-page_contact_form .themevale_contact-us .themevale_location .title {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        color: #232323; }
      .page-type-page_contact_form .themevale_contact-us .themevale_location .content + .content {
        border-top: 1px solid #eaeaea;
        margin-top: 25px;
        padding-top: 25px; }
    .page-type-page_contact_form .themevale_contact-us #contact_question {
      height: 210px; } }

/* Webpages */
.page-type-page h1 {
  font-size: 32px; }

.page-type-page .body {
  padding-top: 0 !important; }
  .page-type-page .body a {
    text-decoration: none; }
  .page-type-page .body .themevale_breadcrumb {
    padding-top: 25px;
    padding-bottom: 20px; }
    @media (max-width: 1024px) {
      .page-type-page .body .themevale_breadcrumb {
        padding-bottom: 20px;
        padding-top: 20px; } }
    .page-type-page .body .themevale_breadcrumb .breadcrumbs {
      margin-bottom: 0; }
  @media (max-width: 1024px) {
    .page-type-page .body .page-heading {
      margin-bottom: 0 !important; } }

/* Site Maps Page */
.page-type-sitemap .body {
  padding-top: 50px !important; }
  @media (max-width: 1024px) {
    .page-type-sitemap .body {
      padding-top: 30px !important; } }

.page-type-sitemap .contentSitemap {
  margin: 0;
  display: block; }
  .page-type-sitemap .contentSitemap ul {
    list-style: none;
    margin-left: 0; }
  .page-type-sitemap .contentSitemap a {
    text-decoration: none; }
  .page-type-sitemap .contentSitemap > li {
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0 20px 0 0; }
    .page-type-sitemap .contentSitemap > li > ul {
      padding: 0px;
      padding-top: 0px; }
    .page-type-sitemap .contentSitemap > li > ul > li > a {
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      color: black; }
    .page-type-sitemap .contentSitemap > li > ul > li > ul {
      padding: 0px 30px;
      padding-top: 0px; }
      .page-type-sitemap .contentSitemap > li > ul > li > ul > li > a {
        font-size: 12px;
        font-weight: 600; }
      .page-type-sitemap .contentSitemap > li > ul > li > ul > li > ul {
        padding: 0px 30px;
        padding-top: 0px; }
        .page-type-sitemap .contentSitemap > li > ul > li > ul > li > ul > li > a {
          font-size: 12px;
          font-weight: 400;
          color: black; }
    .page-type-sitemap .contentSitemap > li:last-child li a {
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0;
      color: black; }
  .page-type-sitemap .contentSitemap h3 {
    margin-top: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    color: black;
    border-bottom: 1px solid #ececec; }
  .page-type-sitemap .contentSitemap a {
    padding: 6px 0;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize; }

.icon--ask-an-expert {
  cursor: pointer;
  margin-top: 30px; }

.previewCartWrapper .previewCart-additionalCheckoutButtons .or-use-label {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px; }

.page-type-404 .page-content .form-prefixPostfix .form-prefixPostfix-button--postfix {
  padding-top: 0;
  padding-bottom: 0; }

/* Custom Add To Quote Button */
#add-to-cart-wrapper {
  margin-top: 12px; }
  @media (max-width: 1439px) {
    #add-to-cart-wrapper {
      flex-wrap: wrap; } }
  #add-to-cart-wrapper .add-to-cart-buttons {
    display: inline-flex;
    max-width: 100% !important;
    width: 100%; }
    @media (max-width: 1439px) {
      #add-to-cart-wrapper .add-to-cart-buttons {
        margin-left: 0 !important;
        margin-top: 15px !important; } }
    @media (min-width: 1024px) and (max-width: 1200px) {
      #add-to-cart-wrapper .add-to-cart-buttons {
        flex-wrap: wrap !important; } }
    @media (max-width: 600px) {
      #add-to-cart-wrapper .add-to-cart-buttons {
        flex-direction: column !important; } }
  #add-to-cart-wrapper #addToQuote {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content !important;
    border-radius: 20px;
    height: 54px; }
    @media (max-width: 600px) {
      #add-to-cart-wrapper #addToQuote {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 12px !important; } }
  #add-to-cart-wrapper .form-action {
    margin-top: 0 !important; }
  #add-to-cart-wrapper .add-to-cart-wallet-buttons {
    margin-top: 0 !important;
    margin-left: 8px !important;
    z-index: 1; }
    @media (min-width: 1024px) and (max-width: 1200px) {
      #add-to-cart-wrapper .add-to-cart-wallet-buttons {
        margin-left: 0 !important; } }
    @media (max-width: 600px) {
      #add-to-cart-wrapper .add-to-cart-wallet-buttons {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 12px !important; } }

/* Format Webpage Text */
.page-type-page:not(.aboutUsPage) h1:not(.page-heading) {
  font-size: 24px; }

.page-type-page:not(.aboutUsPage) h2 {
  font-size: 20px;
  font-weight: 500; }

.page-type-page:not(.aboutUsPage) h3,
.page-type-page:not(.aboutUsPage) h4 {
  font-weight: 500; }

.page-type-page:not(.aboutUsPage) li,
.page-type-page:not(.aboutUsPage) p {
  margin-bottom: 1rem; }

/* Updated 08012024*/
.card .card-figure {
  background-color: #ffffff;
  border: 1px solid #e5e5e5; }

.card .card-title span {
  --lineHeight: 30px;
  --row: 3;
  line-height: var(--lineHeight);
  height: calc(var(--lineHeight) * var(--row));
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: var(--row); }
  @media (max-width: 1024px) {
    .card .card-title span {
      --lineHeigt: 19px; } }

.home-recently-posts .recentlyPost__content .recentlyPost__list-slider .recentlyPost__list .recentlyPost__item .item-content .title a {
  --lineHeight: 30px;
  --row: 2;
  line-height: var(--lineHeight);
  height: calc(var(--lineHeight) * var(--row));
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: var(--row); }

.home-recently-posts .recentlyPost__content .recentlyPost__list-slider .recentlyPost__list .recentlyPost__item .item-content .summary {
  --lineHeight: 21px;
  --row: 2;
  line-height: var(--lineHeight);
  height: calc(var(--lineHeight) * var(--row));
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: var(--row); }

.tab-content ul,
.tab-content li {
  line-height: 32px; }

@media (min-width: 1025px) {
  .tab-content p {
    margin-bottom: 42px; } }

b,
strong {
  line-height: 32px !important;
  margin-top: 10px;
  display: inline-block; }

/* Updated 09012024*/
/* CSS for Add to cart to for sale price text */
.price-section.price-section--withoutTax.sale-price--withoutTax .price--withoutTax {
  display: none; }

.price-section.price-section--withoutTax.default-price--withoutTax .price-sale-ATC {
  display: none; }

.price-section.price-section--withoutTax .price-sale-ATC {
  color: #ed1c24;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0px;
  margin-top: 4px;
  text-transform: capitalize; }

.page-type-product .productView-product .price-section.hide-on-pdp {
  display: none; }

/* New Ask An Expert */
.themevale_ask {
  font-weight: 600;
  margin-top: 20px;
  color: black;
  display: flex;
  align-items: center; }
  .themevale_ask .icon {
    width: 16px;
    height: 16px;
    line-height: 17px;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    margin-right: 8px;
    background-color: black; }
  .themevale_ask a {
    color: black;
    border-bottom: 1px solid black;
    text-decoration: none; }
    .themevale_ask a .text.hover-link {
      padding: 0; }
      .themevale_ask a .text.hover-link::before {
        bottom: -2px; }
  @media (min-width: 768px) {
    .themevale_ask {
      margin-top: 10px; } }

/* Update 10012024 */
/* Css for Three dots menu */
.navPages-item-custom::after {
  content: '';
  position: absolute;
  width: 32px;
  height: 15px;
  top: 30px;
  left: -24px;
  cursor: pointer; }

.navPages-item-custom .navPage-subMenu-level1 {
  left: unset;
  right: 0; }
  .navPages-item-custom .navPage-subMenu-level1 .navPage-subMenu-list-level1 {
    display: flex;
    flex-direction: column; }
    .navPages-item-custom .navPage-subMenu-level1 .navPage-subMenu-list-level1 .navPages-item-show {
      margin-right: 0;
      padding-left: 20px;
      padding-right: 20px; }
      .navPages-item-custom .navPage-subMenu-level1 .navPage-subMenu-list-level1 .navPages-item-show:not(:last-child)::after {
        bottom: 0;
        left: 20px;
        right: 20px;
        content: '';
        height: 1px;
        position: absolute;
        background-color: #ebebeb; }
      .navPages-item-custom .navPage-subMenu-level1 .navPage-subMenu-list-level1 .navPages-item-show > .navPages-action {
        display: flex;
        justify-content: space-between;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0.02rem;
        text-transform: capitalize; }
        .navPages-item-custom .navPage-subMenu-level1 .navPage-subMenu-list-level1 .navPages-item-show > .navPages-action:before {
          content: unset; }
        .navPages-item-custom .navPage-subMenu-level1 .navPage-subMenu-list-level1 .navPages-item-show > .navPages-action .navPages-action-moreIcon {
          display: none; }
      .navPages-item-custom .navPage-subMenu-level1 .navPage-subMenu-list-level1 .navPages-item-show > .navPage-subMenu {
        display: none !important; }

.custom-cart-remove-wrapper {
  display: inline-block;
  transform: translateY(4px); }

#convertToQuote {
  background: transparent;
  color: #000000;
  border-color: #000000; }
  #convertToQuote:hover {
    color: #ffffff; }

/* Update 19012024 */
.page-type-category .customCategory_heading {
  margin-top: 0;
  font-weight: 500; }
  @media (max-width: 1024px) {
    .page-type-category .customCategory_heading {
      font-size: 32px; } }

.page-type-category .customCategory__desc p {
  margin-bottom: 1rem; }

@media (max-width: 1024px) {
  .page-type-category .customCategory__desc {
    margin-bottom: 0;
    padding-top: 0px; } }

@media (max-width: 1024px) {
  .breadcrumb-wrapper--mobile {
    margin-top: 20px; } }

.productView-price {
  display: flex;
  justify-content: flex-start;
  align-items: baseline; }

.productView-price .price-section + .price-section {
  margin-left: 5px; }

/* Mint Update section brand carousel */
#themevale_brand1 .slick-track {
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex; }
  @media (max-width: 1024px) {
    #themevale_brand1 .slick-track {
      padding-top: 25px;
      padding-bottom: 25px; } }

#themevale_brand1 a {
  height: auto;
  justify-content: center;
  padding-left: 12px;
  padding-right: 12px; }

#themevale_brand1 a + a {
  border-left: 1px solid #D9D9D9; }

#themevale_brand1 .slick-arrow {
  background-color: #ed1b24;
  border-radius: 3px;
  background-image: none; }
  #themevale_brand1 .slick-arrow.slick-prev {
    left: 0;
    transform: translate(-50%, -50%); }
    #themevale_brand1 .slick-arrow.slick-prev::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: 100%;
      display: block;
      height: 0.9375rem;
      width: 0.5625rem;
      margin: 0 auto; }
  #themevale_brand1 .slick-arrow.slick-next {
    right: 0;
    transform: translate(50%, -50%); }
    #themevale_brand1 .slick-arrow.slick-next::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: 100%;
      display: block;
      height: 0.9375rem;
      width: 0.5625rem;
      margin: 0 auto; }

#themevale_brand1:not(.slick-initialized) {
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex; }
  #themevale_brand1:not(.slick-initialized) .hover-image {
    text-align: center; }

/* Mint Start custom product service block */
.productView__service .productService__list {
  --f-col: 3;
  --f-gap: 6px;
  display: flex;
  flex-wrap: wrap;
  padding: 6px 3px;
  background-color: #F3F3F3;
  border-radius: 6px; }
  @media (max-width: 550px) {
    .productView__service .productService__list {
      --f-col: 1; } }

.productView__service .productService__item {
  padding-left: calc(var(--f-gap) / 2);
  padding-right: calc(var(--f-gap) / 2);
  flex: 0 0 calc(100% / var(--f-col));
  max-width: calc(100% / var(--f-col)); }
  @media (max-width: 550px) {
    .productView__service .productService__item + .productService__item {
      margin-top: 6px; } }

.productView__service .productService__content {
  background-color: #ffffff;
  border-radius: 2px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  height: 100%; }
  .productView__service .productService__content .item-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px; }
    .productView__service .productService__content .item-icon .icon {
      width: 20px;
      height: 20px; }
  .productView__service .productService__content .item-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-top: 8px;
    text-transform: capitalize;
    min-height: 48px; }
  .productView__service .productService__content .item-desc {
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #909090;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-size: 14px; }

/* Custom Product View Desc */
.productView-desc__wrapper {
  display: flex;
  width: 100%;
  /* Mint Update 01042024 */ }
  .productView-desc__wrapper .productView-description .custom-expert-tab,
  .productView-desc__wrapper .productView-description .custom-video-tab {
    display: none; }
  @media (max-width: 1024px) {
    .productView-desc__wrapper {
      flex-direction: column; } }
  .productView-desc__wrapper.has-right-col .productView-desc__right {
    max-width: 410px;
    width: 100%;
    margin-left: 30px; }
    @media (max-width: 1199px) {
      .productView-desc__wrapper.has-right-col .productView-desc__right {
        max-width: 300px; } }
    @media (max-width: 1024px) {
      .productView-desc__wrapper.has-right-col .productView-desc__right {
        margin-left: 0;
        max-width: 100%;
        margin-top: 20px; } }
    .productView-desc__wrapper.has-right-col .productView-desc__right .rightTab {
      border-radius: 12px;
      background-color: #ffffff;
      border: 1px solid #cccccc;
      padding: 24px 30px;
      transition: all linear 0.3s; }
      .productView-desc__wrapper.has-right-col .productView-desc__right .rightTab .icon {
        transform: rotate(0); }
      .productView-desc__wrapper.has-right-col .productView-desc__right .rightTab.is-open .icon {
        transform: rotate(180deg); }
      .productView-desc__wrapper.has-right-col .productView-desc__right .rightTab--grey {
        background-color: #F7F7F7; }
      .productView-desc__wrapper.has-right-col .productView-desc__right .rightTab--video {
        margin-top: 16px; }
        .productView-desc__wrapper.has-right-col .productView-desc__right .rightTab--video .rightTab-title {
          font-family: "DM Sans";
          font-weight: 700; }
        .productView-desc__wrapper.has-right-col .productView-desc__right .rightTab--video .rightTab-toggle {
          padding-bottom: 20px;
          border-bottom: 1px solid #dcdcdc;
          margin-bottom: 20px; }
        .productView-desc__wrapper.has-right-col .productView-desc__right .rightTab--video iframe + iframe {
          margin-top: 14px; }
      .productView-desc__wrapper.has-right-col .productView-desc__right .rightTab .content-avt {
        width: 57px;
        height: 57px; }
      .productView-desc__wrapper.has-right-col .productView-desc__right .rightTab-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-decoration: none; }
      .productView-desc__wrapper.has-right-col .productView-desc__right .rightTab-title {
        font-weight: 600;
        color: #000000;
        font-size: 32px;
        line-height: 1.25;
        font-style: normal; }
        @media (max-width: 1024px) {
          .productView-desc__wrapper.has-right-col .productView-desc__right .rightTab-title {
            font-size: 20px; } }
      .productView-desc__wrapper.has-right-col .productView-desc__right .rightTab-content .content-top {
        display: flex;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px; }
        .productView-desc__wrapper.has-right-col .productView-desc__right .rightTab-content .content-top .content-name {
          font-size: 24px;
          font-weight: 500;
          line-height: auto;
          color: #000000;
          margin-left: 16px; }
          @media (max-width: 1024px) {
            .productView-desc__wrapper.has-right-col .productView-desc__right .rightTab-content .content-top .content-name {
              font-size: 18px; } }
      @media (max-width: 1024px) {
        .productView-desc__wrapper.has-right-col .productView-desc__right .rightTab-content .content-bottom {
          font-size: 14px; } }
      .productView-desc__wrapper.has-right-col .productView-desc__right .rightTab-content .content-bottom p {
        font-size: 16px;
        line-height: 30.5px; }
      .productView-desc__wrapper.has-right-col .productView-desc__right .rightTab-content .content-bottom ul {
        margin-left: 28px; }
      .productView-desc__wrapper.has-right-col .productView-desc__right .rightTab-content .content-bottom ul:last-child {
        margin-bottom: 0; }

#halo_sticky_addToCart {
  position: fixed;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  z-index: -1;
  padding: 0;
  text-align: center;
  background: white;
  transition: all 0.5s ease;
  border-bottom: 1px solid #ebebeb;
  box-shadow: 0 1px 6px 1px #e5e5e5;
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 550px) {
    #halo_sticky_addToCart {
      display: none; }
      #halo_sticky_addToCart.halo_sticky_addToCart_mb {
        display: block;
        top: auto;
        bottom: 0; } }
  @media (min-width: 551px) {
    #halo_sticky_addToCart {
      padding: 5px 0; } }
  @media (min-width: 1024px) {
    #halo_sticky_addToCart {
      padding: 6px 0; } }
  #halo_sticky_addToCart > .container {
    position: unset; }
    @media (max-width: 550px) {
      #halo_sticky_addToCart > .container {
        padding: 0; } }
    #halo_sticky_addToCart > .container:before, #halo_sticky_addToCart > .container:after {
      content: none; }
    #halo_sticky_addToCart > .container .item-wrap {
      display: flex;
      position: static;
      align-items: center;
      justify-content: center;
      justify-content: space-between; }
    #halo_sticky_addToCart > .container .item {
      width: 100%;
      padding: 0 10px;
      display: inline-block; }
      @media (min-width: 992px) {
        #halo_sticky_addToCart > .container .item {
          padding: 0 15px; } }
      #halo_sticky_addToCart > .container .item:first-child {
        padding-left: 0;
        text-align: left; }
        @media (max-width: 550px) {
          #halo_sticky_addToCart > .container .item:first-child {
            display: none; } }
        @media (min-width: 1025px) {
          #halo_sticky_addToCart > .container .item:first-child {
            width: 45%;
            display: inline-block; } }
        #halo_sticky_addToCart > .container .item:first-child .product-content {
          padding-left: 20px; }
        #halo_sticky_addToCart > .container .item:first-child .text {
          display: none; }
      #halo_sticky_addToCart > .container .item:last-child {
        padding-right: 10px;
        width: 60%; }
        @media (max-width: 550px) {
          #halo_sticky_addToCart > .container .item:last-child {
            width: 100%; } }
        @media (min-width: 768px) {
          #halo_sticky_addToCart > .container .item:last-child {
            width: 40%; } }
      #halo_sticky_addToCart > .container .item.product-info .productView-title {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        color: black;
        letter-spacing: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        overflow: hidden;
        position: relative;
        word-wrap: break-word;
        text-overflow: ellipsis; }
      #halo_sticky_addToCart > .container .item.product-info .sticky-price {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        line-height: 1rem;
        display: inline-block; }
        #halo_sticky_addToCart > .container .item.product-info .sticky-price .price-section {
          margin-bottom: 0;
          font-size: 16px;
          font-weight: 600; }
          #halo_sticky_addToCart > .container .item.product-info .sticky-price .price-section.price-section--saving, #halo_sticky_addToCart > .container .item.product-info .sticky-price .price-section.rrp-price--withoutTax {
            display: none !important; }
          #halo_sticky_addToCart > .container .item.product-info .sticky-price .price-section.non-sale-price--withoutTax {
            font-weight: 400;
            margin: 0 10px 0 0; }
      @media (max-width: 550px) {
        #halo_sticky_addToCart > .container .item.product-info {
          display: none; } }
      #halo_sticky_addToCart > .container .item.count-down {
        display: none;
        width: 100%;
        padding-right: 30px; }
      #halo_sticky_addToCart > .container .item .productCountDown {
        margin: 0;
        text-align: center; }
        #halo_sticky_addToCart > .container .item .productCountDown .CountDownText {
          display: inline-block;
          padding-top: 2px;
          margin-right: 10px;
          background-position-y: -1px; }
        #halo_sticky_addToCart > .container .item .productCountDown .product-count-down {
          display: inline-block; }
      #halo_sticky_addToCart > .container .item .countDowntimer2 .clock-item {
        background: none;
        border: none;
        padding: 0;
        color: black;
        margin-bottom: 0;
        display: inline-block; }
      #halo_sticky_addToCart > .container .item.item-right {
        text-align: left; }
        @media (max-width: 550px) {
          #halo_sticky_addToCart > .container .item.item-right {
            padding: 0; } }
        @media (min-width: 768px) {
          #halo_sticky_addToCart > .container .item.item-right {
            text-align: right; } }
    @media (min-width: 1025px) {
      #halo_sticky_addToCart > .container {
        max-width: 1430px;
        padding-left: 30px;
        padding-right: 30px; } }
  #halo_sticky_addToCart .productView-countDown {
    display: none; }
    @media (min-width: 1024px) {
      #halo_sticky_addToCart .productView-countDown {
        display: inline-block;
        margin-right: 5px; }
        #halo_sticky_addToCart .productView-countDown > .countDownDate {
          box-shadow: none;
          border: none; }
        #halo_sticky_addToCart .productView-countDown .block-time {
          width: 55px;
          height: 55px;
          font-size: 16px;
          line-height: 24px;
          font-weight: 600;
          text-align: center;
          display: inline-block;
          vertical-align: middle;
          border-radius: 50%;
          padding: 10px 0 11px 0;
          margin: 0 5px 5px 5px;
          position: relative; }
          #halo_sticky_addToCart .productView-countDown .block-time:after {
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            content: "";
            display: block;
            opacity: 0.6;
            position: absolute;
            border-radius: 50%;
            border: 1px solid #ebebeb; }
          #halo_sticky_addToCart .productView-countDown .block-time:first-child {
            margin-left: 0; }
          #halo_sticky_addToCart .productView-countDown .block-time:last-child {
            margin-right: 0; }
        #halo_sticky_addToCart .productView-countDown .num {
          font-size: 16px;
          line-height: 1; }
        #halo_sticky_addToCart .productView-countDown .block-label {
          font-size: 16px;
          margin: 0;
          text-transform: capitalize; } }
  #halo_sticky_addToCart .product-wrapper {
    display: table;
    text-align: left; }
    #halo_sticky_addToCart .product-wrapper > .product-image {
      display: table-cell;
      vertical-align: middle;
      width: 60px; }
    #halo_sticky_addToCart .product-wrapper > .product-content {
      display: table-cell;
      vertical-align: middle;
      padding-left: 10px; }
    #halo_sticky_addToCart .product-wrapper .productView-price {
      font-size: 16px;
      margin-bottom: 0; }
      #halo_sticky_addToCart .product-wrapper .productView-price .price-section {
        font-size: 16px; }
  #halo_sticky_addToCart #addToQuote {
    margin-top: 0;
    margin-left: 10px;
    display: none !important; }
  #halo_sticky_addToCart .productView-actions {
    margin: 0;
    padding: 0;
    min-width: 330px; }
    @media (min-width: 551px) {
      #halo_sticky_addToCart .productView-actions {
        justify-content: flex-end;
        width: 100%; } }
    #halo_sticky_addToCart .productView-actions input[type="number"]::-webkit-inner-spin-button,
    #halo_sticky_addToCart .productView-actions input[type="number"]::-webkit-outer-spin-button {
      display: none; }
    @media (max-width: 800px) {
      #halo_sticky_addToCart .productView-actions {
        min-width: 220px; } }
    @media (max-width: 550px) {
      #halo_sticky_addToCart .productView-actions {
        min-width: 100%;
        background-color: white;
        border-top: 1px solid #ebebeb;
        box-shadow: 0 1px 6px 1px #e5e5e5; } }
    #halo_sticky_addToCart .productView-actions .button--primary {
      height: 54px;
      display: flex !important;
      justify-content: center;
      align-items: center; }
      #halo_sticky_addToCart .productView-actions .button--primary#addToQuote {
        display: none !important; }
  #halo_sticky_addToCart .form-field--increments {
    margin: 0 !important;
    font-size: 0;
    margin-right: 10px !important;
    display: none;
    width: fit-content; }
    @media (min-width: 1024px) {
      #halo_sticky_addToCart .form-field--increments {
        display: inline-block; } }
    #halo_sticky_addToCart .form-field--increments .form-increment {
      height: 50px; }
      #halo_sticky_addToCart .form-field--increments .form-increment .button[data-action="inc"] {
        top: 0; }
      #halo_sticky_addToCart .form-field--increments .form-increment .button[data-action="dec"] {
        bottom: 0; }
    #halo_sticky_addToCart .form-field--increments .form-label {
      display: none; }
  #halo_sticky_addToCart .form-action {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: inline-block;
    height: 50px; }
    #halo_sticky_addToCart .form-action input {
      margin-bottom: 0;
      width: 100%; }
    #halo_sticky_addToCart .form-action .button {
      width: 100%;
      min-width: 100%;
      margin: 0;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      opacity: 1;
      visibility: visible;
      z-index: 5;
      padding: 0 10px;
      text-transform: none;
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      letter-spacing: 0;
      text-transform: unset; }
      @media (min-width: 1025px) {
        #halo_sticky_addToCart .form-action .button {
          top: 0; } }
      #halo_sticky_addToCart .form-action .button.is-active {
        opacity: 0;
        visibility: hidden; }
    @media (max-width: 550px) {
      #halo_sticky_addToCart .form-action {
        height: 100px;
        margin: 12px; } }
    @media (min-width: 551px) {
      #halo_sticky_addToCart .form-action {
        max-width: 215px; }
        #halo_sticky_addToCart .form-action .button {
          min-width: 215px; } }
  #halo_sticky_addToCart .show_select_options {
    color: black;
    border: 1px solid #cbcbcb;
    background-color: rgba(0, 0, 255, 0);
    min-width: 209px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 3px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    transition: color 0.15s ease;
    font-family: "Poppins", Arial, Helvetica, sans-serif; }
  #halo_sticky_addToCart .form {
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    height: 50px;
    width: 100%; }
    #halo_sticky_addToCart .form .pop-up-option {
      left: 0;
      right: 0;
      top: auto;
      bottom: calc(100% + 20px);
      width: 100%;
      z-index: 1;
      position: absolute;
      text-align: left;
      background: white;
      opacity: 0;
      overflow: visible;
      visibility: hidden;
      transition: all .5s ease;
      box-shadow: 0 0 0 black, 0 0 1px rgba(0, 0, 0, 0.1);
      border-bottom: 1px solid #e5e5e5;
      border-top: 1px solid #e5e5e5;
      padding: 10px; }
      @media (min-width: 551px) {
        #halo_sticky_addToCart .form .pop-up-option {
          padding: 30px 10px 20px;
          top: auto;
          bottom: 100%; } }
      @media (min-width: 1025px) {
        #halo_sticky_addToCart .form .pop-up-option {
          padding: 35px 0px 15px 0px; } }
      #halo_sticky_addToCart .form .pop-up-option.is-open {
        visibility: visible;
        opacity: 1; }
      #halo_sticky_addToCart .form .pop-up-option > .container {
        position: relative; }
        @media (min-width: 1025px) {
          #halo_sticky_addToCart .form .pop-up-option > .container {
            max-width: 1430px;
            padding-left: 30px;
            padding-right: 30px; } }
      #halo_sticky_addToCart .form .pop-up-option .modal-close {
        top: 15px;
        right: 0;
        transform: translateY(-50%);
        font-size: 40px; }
        @media (min-width: 551px) {
          #halo_sticky_addToCart .form .pop-up-option .modal-close {
            top: 0; } }
        @media (min-width: 1025px) {
          #halo_sticky_addToCart .form .pop-up-option .modal-close {
            right: 30px; } }
      #halo_sticky_addToCart .form .pop-up-option .data-product-name {
        display: block;
        padding-top: 0;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f8f8f8; }
        @media (min-width: 551px) {
          #halo_sticky_addToCart .form .pop-up-option .data-product-name {
            display: none; } }
        #halo_sticky_addToCart .form .pop-up-option .data-product-name .productView-title {
          margin-bottom: 0;
          font-size: 16px;
          font-weight: 400;
          line-height: 26px;
          color: black;
          letter-spacing: 0;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -moz-box-orient: vertical;
          overflow: hidden;
          position: relative;
          word-wrap: break-word;
          text-overflow: ellipsis;
          width: calc(100% - 30px); }
        #halo_sticky_addToCart .form .pop-up-option .data-product-name .productView-price {
          display: inline-block;
          height: auto;
          line-height: unset; }
        #halo_sticky_addToCart .form .pop-up-option .data-product-name .productView-price .price-section {
          font-size: 15px; }
      #halo_sticky_addToCart .form .pop-up-option .data-product-option {
        font-size: 0;
        display: block;
        width: calc(100% + 10px);
        padding-right: 10px;
        max-height: 300px;
        overflow-y: auto; }
        #halo_sticky_addToCart .form .pop-up-option .data-product-option .form-option-expanded {
          display: none; }
        @media (min-width: 551px) {
          #halo_sticky_addToCart .form .pop-up-option .data-product-option {
            position: relative; } }
        #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field {
          width: 100%; }
          #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field:nth-child(even) {
            padding-left: 0;
            border-left: none; }
          #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field:nth-child(odd) {
            padding-right: 0; }
          #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field[data-product-attribute="set-select"] .form-select {
            max-width: 100%; }
          #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field > .form-label--alternate {
            display: block;
            padding-bottom: 10px; }
        @media (min-width: 551px) {
          #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field {
            width: 49%; }
            #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field:nth-child(even) {
              padding-left: 15px; }
            #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field:nth-child(odd) {
              padding-right: 15px; } }
        @media (min-width: 768px) {
          #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field[data-product-attribute="set-select"] .form-select {
            max-width: 50%; } }
        @media (min-width: 1024px) {
          #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field:nth-child(even) {
            padding-left: 25px; }
          #halo_sticky_addToCart .form .pop-up-option .data-product-option.data-product-option-2 .form-field:nth-child(odd) {
            padding-right: 25px; } }
      #halo_sticky_addToCart .form .pop-up-option .form-field {
        width: 100%;
        font-size: 16px;
        margin: 0 0 15px 0;
        display: block;
        vertical-align: top;
        position: relative; }
        @media (min-width: 1024px) {
          #halo_sticky_addToCart .form .pop-up-option .form-field {
            font-size: 16px;
            margin: 0 0 20px 0;
            display: inline-block;
            vertical-align: top;
            width: auto; }
            #halo_sticky_addToCart .form .pop-up-option .form-field + [data-product-attribute="set-select"] {
              white-space: nowrap; }
            #halo_sticky_addToCart .form .pop-up-option .form-field:nth-child(even) {
              padding-left: 35px;
              border-left: 1px solid #e5e5e5; }
            #halo_sticky_addToCart .form .pop-up-option .form-field:nth-child(odd) {
              padding-right: 25px; } }
        #halo_sticky_addToCart .form .pop-up-option .form-field .form-label {
          display: inline-block;
          margin-bottom: 0;
          font-family: "Poppins", Arial, Helvetica, sans-serif;
          font-size: 16px; }
          @media (max-width: 551px) {
            #halo_sticky_addToCart .form .pop-up-option .form-field .form-label {
              display: block;
              padding-bottom: 10px; } }
          @media (min-width: 551px) {
            #halo_sticky_addToCart .form .pop-up-option .form-field .form-label {
              display: inline-block;
              vertical-align: middle; } }
          #halo_sticky_addToCart .form .pop-up-option .form-field .form-label > small {
            float: none;
            color: #f1152f;
            margin: 0 15px 0 0;
            line-height: inherit; }
        #halo_sticky_addToCart .form .pop-up-option .form-field > .form-checkbox + .form-label {
          display: inline;
          width: auto; }
        #halo_sticky_addToCart .form .pop-up-option .form-field[data-product-attribute] .form-option {
          display: inline-block;
          vertical-align: middle;
          margin-bottom: 10px; }
        #halo_sticky_addToCart .form .pop-up-option .form-field .form-select {
          max-width: 530px; }
      #halo_sticky_addToCart .form .pop-up-option .close {
        font-size: 16px;
        color: white;
        position: absolute;
        right: 15px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: 50%;
        transform: translateY(-50%);
        opacity: 1;
        background: #fff;
        filter: alpha(opacity=100);
        text-align: center;
        font-weight: 600;
        z-index: 10;
        background-color: #7f7f7f;
        border-radius: 5px; }
    #halo_sticky_addToCart .form .alertBox--error {
      -ms-flex-pack: start;
      justify-content: flex-start; }
  #halo_sticky_addToCart .productView-actions {
    display: flex; }
    #halo_sticky_addToCart .productView-actions .form-increment {
      position: relative;
      max-width: 122px;
      min-height: 50px;
      height: 50px; }
      #halo_sticky_addToCart .productView-actions .form-increment .form-input--incrementTotal {
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        text-align: center;
        width: 105px;
        color: #202020;
        border: 1px solid #cbcbcb;
        padding: 10px 30px;
        line-height: 1;
        max-width: 100%;
        height: 100%; }
      #halo_sticky_addToCart .productView-actions .form-increment .button {
        margin: 0;
        padding: 0;
        border: none;
        width: 32px;
        height: 100%;
        position: absolute;
        background: 0 0; }
        #halo_sticky_addToCart .productView-actions .form-increment .button[data-action=dec] {
          left: 0; }
        #halo_sticky_addToCart .productView-actions .form-increment .button[data-action=inc] {
          right: 0; }
      #halo_sticky_addToCart .productView-actions .form-increment .button[data-action=inc]:before {
        content: "";
        position: absolute;
        display: block;
        line-height: 22px;
        background-color: #7f7f7f;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        width: 12px;
        height: 2px;
        left: unset; }
      #halo_sticky_addToCart .productView-actions .form-increment .button[data-action=inc]::after {
        content: "";
        position: absolute;
        display: block;
        line-height: 22px;
        background-color: #7f7f7f;
        top: 50%;
        right: 15px;
        width: 2px;
        height: 12px;
        transform: translateY(-50%); }
      #halo_sticky_addToCart .productView-actions .form-increment .button[data-action=dec]:before {
        content: "";
        position: absolute;
        display: block;
        line-height: 22px;
        background-color: #7f7f7f;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        width: 12px;
        height: 2px; }
      #halo_sticky_addToCart .productView-actions .form-increment .button[data-action=dec]::after {
        content: "";
        position: absolute;
        display: block;
        line-height: 22px;
        background-color: #7f7f7f; }

.show_sticky#halo_sticky_addToCart {
  z-index: 102;
  opacity: 1;
  visibility: visible; }

@media (min-width: 1025px) {
  .productView-thumbnails .slick-arrow.slick-next {
    right: -15px; } }

/* Custom Product Tab Layout 04032024 */
.page-product .productView-desc__wrapper * {
  font-family: "Poppins", sans-serif; }

@media (min-width: 1200px) {
  .page-product .productView-desc__wrapper.has-right-col .productView-description {
    max-width: calc(100% - 440px); } }

@media (min-width: 1025px) {
  .page-product .productView-desc__wrapper.has-right-col .productView-description {
    max-width: calc(100% - 330px); } }

.page-product .productView-desc__wrapper .productView-description {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 16px;
  padding-bottom: 44px;
  border-color: #cccccc;
  border-radius: 12px; }
  .page-product .productView-desc__wrapper .productView-description .tabs {
    border-radius: 4px;
    overflow: hidden;
    background-color: transparent;
    padding: 0;
    width: 100%; }
    .page-product .productView-desc__wrapper .productView-description .tabs .tab {
      border-radius: 0; }
      @media (min-width: 768px) {
        .page-product .productView-desc__wrapper .productView-description .tabs .tab {
          width: 25%; } }
      .page-product .productView-desc__wrapper .productView-description .tabs .tab:not(.is-active) {
        background-color: #F7F7F7; }
      .page-product .productView-desc__wrapper .productView-description .tabs .tab + .tab {
        border-left: 1px solid #DFDFDF;
        margin-left: 0; }
      .page-product .productView-desc__wrapper .productView-description .tabs .tab .tab-title {
        font-weight: 600;
        background-color: transparent;
        border-radius: 0;
        font-size: 16px;
        min-width: unset;
        width: 100%; }
      .page-product .productView-desc__wrapper .productView-description .tabs .tab.is-active {
        background-color: #000000; }
  .page-product .productView-desc__wrapper .productView-description .tabs-contents {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px; }
    .page-product .productView-desc__wrapper .productView-description .tabs-contents p, .page-product .productView-desc__wrapper .productView-description .tabs-contents a {
      font-size: 16px; }
    .page-product .productView-desc__wrapper .productView-description .tabs-contents .tab-content {
      color: #000000;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 2; }

/* Custom Product Page Layout 05032024 */
body.page-type-product * {
  font-family: "Poppins", sans-serif; }

@media (min-width: 1025px) {
  body.page-type-product .body {
    padding-top: 42px; } }

body.page-type-product .breadcrumbs {
  margin-bottom: 18px; }

@media (min-width: 1025px) {
  body.page-type-product .productView .custom-productView-left {
    max-width: 580px;
    width: 43%; } }

body.page-type-product .productView .custom-productView-left .productView-images .productView-image {
  border-color: #D8D8D8;
  border-radius: 0; }

body.page-type-product .productView .custom-productView-left .productView-images .productView-thumbnail .productView-thumbnail-link {
  border-radius: 0;
  border-color: #D8D8D8; }
  body.page-type-product .productView .custom-productView-left .productView-images .productView-thumbnail .productView-thumbnail-link.is-active {
    border-color: #000000; }

@media (min-width: 1025px) {
  body.page-type-product .productView .custom-productView-left .productView-images {
    width: 100%; }
    body.page-type-product .productView .custom-productView-left .productView-images .productView-thumbnails {
      margin-top: 21px; }
      body.page-type-product .productView .custom-productView-left .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link img {
        height: 105px; }
    body.page-type-product .productView .custom-productView-left .productView-images .productView-img-container img {
      max-width: 490px; }
    body.page-type-product .productView .custom-productView-left .productView-images .productView-img-container::after {
      padding-bottom: 125.962%; } }

@media (min-width: 1025px) {
  body.page-type-product .productView .custom-productView-right {
    width: 57%; } }

@media (min-width: 1025px) {
  body.page-type-product .productView .custom-productView-right .productView-details {
    width: 100%; } }

body.page-type-product .productView .custom-productView-right .productView-details .productView-product .productView-rating {
  margin-top: 8px; }
  body.page-type-product .productView .custom-productView-right .productView-details .productView-product .productView-rating .icon {
    width: 20px;
    height: 20px; }

body.page-type-product .productView .custom-productView-right .productView-details .productView-product .productView-brand {
  margin-top: 16px; }
  body.page-type-product .productView .custom-productView-right .productView-details .productView-product .productView-brand a + a {
    margin-top: 10px;
    color: #909090;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16.935px;
    text-transform: uppercase; }
  body.page-type-product .productView .custom-productView-right .productView-details .productView-product .productView-brand .brand-img {
    position: relative;
    display: block;
    width: 66px; }
    body.page-type-product .productView .custom-productView-right .productView-details .productView-product .productView-brand .brand-img::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 131.57895%;
      width: 100%; }
    body.page-type-product .productView .custom-productView-right .productView-details .productView-product .productView-brand .brand-img::after {
      padding-bottom: 65.57895%; }
  body.page-type-product .productView .custom-productView-right .productView-details .productView-product .productView-brand img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 66px; }

body.page-type-product .productView .custom-productView-right .productView-details .productView-product .productView-title {
  margin-top: 20px;
  color: #000000;
  font-size: 27px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-weight: 600;
  letter-spacing: 0; }

body.page-type-product .productView .custom-productView-right .productView-details .productView-product .productView-price {
  margin-bottom: 4px;
  flex-wrap: wrap;
  /* Mint Update 19032024 */ }
  body.page-type-product .productView .custom-productView-right .productView-details .productView-product .productView-price .price-section.rrp-price--withoutTax .price, body.page-type-product .productView .custom-productView-right .productView-details .productView-product .productView-price .price-section.non-sale-price--withoutTax .price {
    color: #909090;
    font-weight: 400; }
  body.page-type-product .productView .custom-productView-right .productView-details .productView-product .productView-price .price {
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    font-size: 40px; }
    @media (max-width: 1024px) {
      body.page-type-product .productView .custom-productView-right .productView-details .productView-product .productView-price .price {
        font-size: 24px; } }
  body.page-type-product .productView .custom-productView-right .productView-details .productView-product .productView-price .price-section--saving {
    width: 100%;
    margin: 4px 0 12px; }
    body.page-type-product .productView .custom-productView-right .productView-details .productView-product .productView-price .price-section--saving .price {
      font-size: 24px; }
      @media (max-width: 1024px) {
        body.page-type-product .productView .custom-productView-right .productView-details .productView-product .productView-price .price-section--saving .price {
          font-size: 16px; } }

body.page-type-product .productView .custom-productView-right .productView-details .productView-options .add-to-cart-wrapper .form-field--increments {
  border-radius: 4px !important; }
  body.page-type-product .productView .custom-productView-right .productView-details .productView-options .add-to-cart-wrapper .form-field--increments .form-increment .form-input--incrementTotal {
    width: 65px;
    font-family: 'DM Sans', sans-serif; }
  body.page-type-product .productView .custom-productView-right .productView-details .productView-options .add-to-cart-wrapper .form-field--increments .form-increment .button {
    border-radius: 4px !important; }
    body.page-type-product .productView .custom-productView-right .productView-details .productView-options .add-to-cart-wrapper .form-field--increments .form-increment .button .icon {
      width: 20px;
      height: 20px; }

body.page-type-product .productView .custom-productView-right .productView-details .productView-options .add-to-cart-wrapper .add-to-cart-buttons {
  margin-left: 24px !important; }
  body.page-type-product .productView .custom-productView-right .productView-details .productView-options .add-to-cart-wrapper .add-to-cart-buttons #form-action-addToCart {
    border-radius: 0 !important;
    font-family: 'DM Sans', sans-serif !important; }
    @media (min-width: 1025px) {
      body.page-type-product .productView .custom-productView-right .productView-details .productView-options .add-to-cart-wrapper .add-to-cart-buttons #form-action-addToCart {
        height: 60px !important;
        padding: 12px 60px !important; } }
    body.page-type-product .productView .custom-productView-right .productView-details .productView-options .add-to-cart-wrapper .add-to-cart-buttons #form-action-addToCart .icon svg {
      fill: none; }
    body.page-type-product .productView .custom-productView-right .productView-details .productView-options .add-to-cart-wrapper .add-to-cart-buttons #form-action-addToCart:hover .icon svg {
      fill: #000000; }
  body.page-type-product .productView .custom-productView-right .productView-details .productView-options .add-to-cart-wrapper .add-to-cart-buttons #addToQuote {
    background-color: #ffffff;
    border-color: #000000;
    border-radius: 0 !important;
    color: #000000;
    font-family: 'DM Sans', sans-serif !important;
    margin-left: 12px !important; }
    body.page-type-product .productView .custom-productView-right .productView-details .productView-options .add-to-cart-wrapper .add-to-cart-buttons #addToQuote:hover {
      color: #ffffff !important;
      background-color: transparent !important; }
    body.page-type-product .productView .custom-productView-right .productView-details .productView-options .add-to-cart-wrapper .add-to-cart-buttons #addToQuote::before {
      background-color: #000000 !important; }
    @media (min-width: 1025px) {
      body.page-type-product .productView .custom-productView-right .productView-details .productView-options .add-to-cart-wrapper .add-to-cart-buttons #addToQuote {
        height: 60px !important;
        padding: 20px 59px !important; } }

@media (min-width: 1025px) {
  body.page-type-product .productView .custom-productView-right .productView-details.product-data--bottom {
    margin-bottom: 50px; } }

body.page-type-product .productView .custom-productView-right .productView-details.product-data--bottom .productView-info {
  padding-top: 28px;
  padding-bottom: 25px; }
  body.page-type-product .productView .custom-productView-right .productView-details.product-data--bottom .productView-info .productView-info-item {
    margin-bottom: 15px; }
    body.page-type-product .productView .custom-productView-right .productView-details.product-data--bottom .productView-info .productView-info-item:last-child {
      margin-bottom: 0; }
    body.page-type-product .productView .custom-productView-right .productView-details.product-data--bottom .productView-info .productView-info-item > span {
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 20px;
      /* 100% */
      text-transform: capitalize; }
      body.page-type-product .productView .custom-productView-right .productView-details.product-data--bottom .productView-info .productView-info-item > span.productView-info-value {
        color: #909090;
        font-weight: 400; }
    @media (max-width: 550px) {
      body.page-type-product .productView .custom-productView-right .productView-details.product-data--bottom .productView-info .productView-info-item .productView-info-value {
        margin-bottom: 20px; } }

@media (min-width: 1025px) {
  body.page-type-product .product-view-bottom .section-productRelated {
    padding-top: 90px; }
    body.page-type-product .product-view-bottom .section-productRelated .productRelatedv__heading {
      font-size: 40px;
      font-style: normal;
      font-weight: 700;
      line-height: 60px;
      margin-bottom: 50px; } }
  @media (min-width: 1025px) and (min-width: 1025px) {
    body.page-type-product .product-view-bottom .section-productRelated .productCarousel .slick-arrow {
      top: -110px; } }

@media (min-width: 1025px) {
    body.page-type-product .product-view-bottom .section-productRelated .productCarousel .slick-arrow.slick-prev {
      left: calc(100% - 140px); } }

@media (max-width: 767px) {
  body.page-type-product .product-view-bottom .section-productRelated {
    padding-top: 32px; } }

@media (max-width: 1024px) {
  body.page-type-product .product-view-bottom .section-productRelated .productRelatedv__heading {
    margin-bottom: 32px; } }

@media (max-width: 767px) {
  body.page-type-product .product-view-bottom .section-productRelated .productRelatedv__heading {
    margin-bottom: 16px; } }

.card [data-test-info-type='brandName'] {
  color: #909090; }

.card .card-title {
  color: #000000;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize; }
  .card .card-title > a {
    font-weight: 600; }

.card [data-test-info-type='price'] {
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap; }

.card .card-figcaption-button {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px; }
  @media (min-width: 1025px) {
    .card .card-figcaption-button {
      max-width: 164px; }
      .card .card-figcaption-button.button--quickShop {
        max-width: 100%; } }

.card .card-body {
  padding-bottom: 30px !important; }

.custom-bundle-badge {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  padding: 2px 6px; }

.card .custom-bundle-badge {
  left: 8px;
  top: 8px; }

.heroCarousel-content * {
  font-family: 'DM Sans', sans-serif; }

@media (min-width: 1025px) {
  #halo-bundle-products .halo-product-list {
    margin-left: -20px;
    margin-right: -20px; }
    #halo-bundle-products .halo-product-list .halo-product-item {
      padding-left: 20px;
      padding-right: 20px; }
      #halo-bundle-products .halo-product-list .halo-product-item .halo-product-image .icon-plus {
        left: -40px; } }

@media (min-width: 1025px) {
  #menu .cateArea > ul {
    margin-left: -12px !important;
    margin-right: -12px !important; }
    #menu .cateArea > ul > li {
      padding-bottom: 26px !important;
      padding-right: 12px !important;
      padding-left: 12px !important; }
      #menu .cateArea > ul > li > .navPage-subMenu-action {
        width: 100%;
        border-bottom: 1px solid #cccccc;
        padding-bottom: 18px; } }

.cart-content-padding-right .cart-totals .cart-total .cart-total-label strong {
  margin-top: 0; }

@media (max-width: 550px) {
  .cart-content-padding-right .cart-totals .cart-total .cart-total-label {
    padding-left: 0; }
    .cart-content-padding-right .cart-totals .cart-total .cart-total-label strong {
      line-height: 100%;
      white-space: nowrap; } }

@media (max-width: 550px) {
  .cart-content-padding-right .cart-totals .cart-total .cart-total-value {
    padding-bottom: 0;
    padding-top: 0; } }

@media (min-width: 1025px) {
  .custom-bundle-produdct-wrapper #halo-bundle-products {
    width: 100%;
    margin-top: 0; } }

/* Mint Update 06032024 */
.companyHistory .item-year > span {
  white-space: nowrap; }

@media (min-width: 1025px) {
  .footer-info {
    padding: 60px 0 29px; } }

.footer-payment-image {
  padding-top: 20px;
  padding-bottom: 0; }

.footer-copyright .powered-by {
  font-size: 14px; }

@media (min-width: 1025px) {
  .card .price-section .price {
    font-size: 24px; } }

@media (min-width: 1025px) {
  .page-type-default .custom-section.home-feature-product-block {
    padding-bottom: 48px; }
  .page-type-default .custom-section.section-home-solution {
    padding-bottom: 40px; }
  .page-type-default .custom-section.home-new-product-block .productCarousel .slick-arrow {
    top: -110px; }
  .page-type-default .custom-section.section-homeCategories {
    padding-bottom: 55px; } }

.page-type-default .section-homeCategories .homeCategories__title {
  margin-top: -10px; }

#tab-specification .tabContent {
  border: 1px solid #cccccc; }
  @media (max-width: 1024px) {
    #tab-specification .tabContent {
      padding: 0; } }

@media (max-width: 1024px) {
  #tab-specification .productView-info {
    margin-top: 0; } }

#tab-specification .productView-info .productView-info-item.productView-info-item--row {
  border-top: 1px solid #cccccc;
  display: flex; }
  #tab-specification .productView-info .productView-info-item.productView-info-item--row:first-child {
    border-top: none;
    margin-top: 0; }
  #tab-specification .productView-info .productView-info-item.productView-info-item--row:nth-child(odd) {
    background: #EEEEEE; }
  #tab-specification .productView-info .productView-info-item.productView-info-item--row:nth-child(even) {
    background: #ffffff; }
  #tab-specification .productView-info .productView-info-item.productView-info-item--row .item--left {
    width: 35%;
    margin-bottom: 0;
    line-height: 30px;
    display: inline-block;
    padding: 8px 20px; }
  #tab-specification .productView-info .productView-info-item.productView-info-item--row .item--right {
    width: 65%;
    padding: 8px 20px;
    display: inline-block;
    line-height: 30px;
    border-left: 1px solid #cccccc;
    margin-bottom: 0; }

/* Mint Update CSS 13032024 */
.reset_password_button {
  padding: 0; }

.login-row .login-form .form-actions {
  display: flex;
  align-items: center; }

.new-customer .panel-body > a {
  text-decoration: none; }

.addressList .panel--address .form-actions {
  bottom: 1rem;
  display: flex;
  align-items: center; }
  @media (max-width: 550px) {
    .addressList .panel--address .form-actions {
      flex-direction: column; } }

.page-type-shippingaddressform .account-body,
.page-type-account_addpaymentmethod .account-body {
  margin: 0; }

.page-type-shippingaddressform .form-actions,
.page-type-account_addpaymentmethod .form-actions {
  display: flex; }
  @media (max-width: 550px) {
    .page-type-shippingaddressform .form-actions,
    .page-type-account_addpaymentmethod .form-actions {
      flex-direction: column; } }

.page-type-account_recentitems .product .card-body .card-action-wrapper {
  flex-direction: column; }
  .page-type-account_recentitems .product .card-body .card-action-wrapper .halo-add-to-cart {
    margin-right: 0;
    max-width: 100%;
    margin-top: 20px; }

/* Mint Update 14032024 */
.shipping-estimate-submit {
  float: right;
  margin-bottom: 20px; }

@media (max-width: 550px) {
  .cart-totals .cart-total .cart-total-value span {
    line-height: 48px; } }

.halo-detail-price.has-sale-price .price-section.rrp-price--withoutTax, .halo-detail-price.has-sale-price .price-section.non-sale-price--withoutTax {
  display: none; }

.page-type-product .productView-options .form-field {
  font-size: 11.11px; }

.modal--alert .button-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px; }
  .modal--alert .button-container .button + .button {
    margin-left: 0; }

.form-increment .button:focus > .icon svg {
  fill: #ffffff;
  stroke: #ffffff; }

@media only screen and (min-width: 1024px) {
  .navPage-subMenu--lv3 {
    display: none; }
  .navPages-item.is-open .navPage-subMenu--lv3 {
    display: block !important; }
  #navPages-list-main:has(.navPages-item.has-dropdown.is-open) {
    overflow: visible; }
    #navPages-list-main:has(.navPages-item.has-dropdown.is-open) .navPages-item.has-dropdown .navPage-subMenu-item-parent {
      display: none; } }

/* Sidebar */
.halo-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  padding: 0;
  height: 100vh;
  z-index: 102;
  max-width: 375px;
  width: calc(100% - 44px);
  transition: all .5s ease, z-index 0s ease;
  box-shadow: rgba(50, 50, 50, 0.2) 0 0 2px 0;
  background-color: #ffffff; }
  .halo-sidebar .halo-sidebar-close {
    position: absolute;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 10;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    pointer-events: auto;
    background-color: black; }
    .halo-sidebar .halo-sidebar-close svg {
      fill: white;
      width: 16px;
      height: 16px; }
  .halo-sidebar .halo-sidebar-wrapper {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 70px; }
    .halo-sidebar .halo-sidebar-wrapper .halo-popup-header {
      font-weight: 500;
      color: #757575;
      position: relative;
      background-color: #f3f3f3;
      padding: 16px 20px 14px 20px; }
      .halo-sidebar .halo-sidebar-wrapper .halo-popup-header .title {
        color: inherit;
        text-transform: unset;
        line-height: 1;
        margin: 0; }
      .halo-sidebar .halo-sidebar-wrapper .halo-popup-header .halo-popup-close {
        position: absolute;
        top: 50%;
        opacity: 1;
        right: 20px;
        color: #757575;
        font-size: 24px;
        font-weight: 400;
        line-height: 22px;
        transform: translateY(-50%); }
        .halo-sidebar .halo-sidebar-wrapper .halo-popup-header .halo-popup-close svg {
          width: 12px;
          height: 12px;
          fill: #e5e5e5;
          stroke: #e5e5e5; }
    @media (max-width: 1024px) {
      .halo-sidebar .halo-sidebar-wrapper #quickSearch {
        padding-top: 12px; } }
  .halo-sidebar.halo-sidebar-left {
    left: -101%; }
    .halo-sidebar.halo-sidebar-left .halo-sidebar-close {
      left: auto;
      right: -44px; }
  .halo-sidebar.halo-sidebar-right {
    right: -101%; }
    .halo-sidebar.halo-sidebar-right .halo-sidebar-close {
      left: -44px; }
  @media (min-width: 551px) {
    .halo-sidebar.halo-leave-sidebar {
      max-width: 470px;
      width: 100%; }
      .halo-sidebar.halo-leave-sidebar .halo-sidebar-close {
        display: flex; } }

.openAuthSidebar {
  overflow: hidden; }
  .openAuthSidebar .halo-auth-sidebar.is-open {
    right: 0; }

.has-activeNavPages .halo-menu-mobile {
  left: 0;
  z-index: 103; }

@media (min-width: 1025px) {
  .has-activeNavPages .halo-menu-mobile {
    left: -101%; }
  .has-activeNavPages.has-stickyNavPages .halo-menu-mobile {
    left: 0; } }

.all-categories-list {
  list-style: none;
  margin: 0; }
  .all-categories-list .navPages-item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0; }
    .all-categories-list .navPages-item a {
      font-size: 16px;
      font-weight: 700;
      line-height: 44px;
      text-transform: unset;
      color: black;
      z-index: 11;
      transition: unset; }
      .home-layout-2 .all-categories-list .navPages-item a {
        font-weight: 500; }
    .all-categories-list .navPages-item.is-clicked > .icon-dropdown {
      border-bottom: 1px solid #e6e6e6; }
    .all-categories-list .navPages-item + .navPages-item {
      border-top: 1px solid #e6e6e6; }
    .all-categories-list .navPages-item:first-child {
      border-top: 1px solid #e6e6e6; }
  .all-categories-list .navPage-subMenu-item {
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
    padding: 0 0 0 20px; }
    .all-categories-list .navPage-subMenu-item.is-clicked > .icon-dropdown {
      border-bottom: 1px solid #e6e6e6; }
    .all-categories-list .navPage-subMenu-item + .navPage-subMenu-item {
      border-top: 1px solid #e6e6e6; }
  .all-categories-list .navPages-level-3 .navPage-subMenu-item {
    border: 0; }
  .all-categories-list .navPages-level-3 .navPage-subMenu-action {
    font-weight: 400;
    color: black; }
  .all-categories-list .dropdown-category-list {
    display: none;
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  .all-categories-list .icon-dropdown {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 44px;
    cursor: pointer; }
  .all-categories-list .icon-plus {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    transition: color 0.15s ease; }
    .all-categories-list .icon-plus:before, .all-categories-list .icon-plus:after {
      content: "";
      background-color: #acacac;
      top: 50%;
      position: absolute;
      transition: all .5s ease; }
    .all-categories-list .icon-plus:before {
      width: 14px;
      height: 2px;
      left: 100%;
      transform: translate3D(-100%, -50%, 0) rotate(0); }
    .all-categories-list .icon-plus:after {
      width: 2px;
      height: 14px;
      left: auto;
      right: 6px;
      transform: translate3D(0, -50%, 0) rotate(0); }
  .all-categories-list .is-clicked > .icon-dropdown > .icon-plus:before {
    transform: translate3D(-100%, -50%, 0) rotate(180deg); }
  .all-categories-list .is-clicked > .icon-dropdown > .icon-plus:after {
    transform: translate3D(-50%, -50%, 0) rotate(90deg); }
  @media (min-width: 1025px) {
    .all-categories-list .navPages-level-3 .navPage-subMenu-item a:hover {
      color: black; } }

.navList {
  list-style-type: none;
  margin: 0; }
  .navList .navList-item {
    display: block;
    position: relative;
    margin: 0;
    padding: 0; }
    .navList .navList-item a {
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      font-weight: 400;
      line-height: 35px;
      text-transform: unset;
      color: black;
      padding: 0;
      transition: unset;
      width: auto; }
      .navList .navList-item a.is-active {
        color: #ed1b24; }
        .navList .navList-item a.is-active > span {
          background-image: linear-gradient(transparent 97%, #ed1b24 3%);
          background-repeat: repeat-x;
          background-position-y: 0; }
    .navList .navList-item.view-all a {
      color: black;
      font-weight: 700;
      font-style: italic;
      background-image: linear-gradient(transparent 97%, black 3%);
      background-repeat: repeat-x;
      background-position-y: -8px; }
      .navList .navList-item.view-all a:after {
        content: ">";
        position: absolute;
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        top: 7px;
        right: -10px; }
      .home-layout-2 .navList .navList-item.view-all a {
        font-weight: 400; }
        .home-layout-2 .navList .navList-item.view-all a:after {
          content: none; }
  @media (min-width: 1025px) {
    .navList .navList-item a:hover {
      color: #ed1b24; }
      .navList .navList-item a:hover > span {
        background-image: linear-gradient(transparent 97%, #ed1b24 3%);
        background-repeat: repeat-x;
        background-position-y: 0; } }

.products-list {
  display: block;
  margin: 0 0 13px 0; }
  .products-list .link {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-style: italic;
    color: black;
    transition: unset; }
  @media (min-width: 1025px) {
    .products-list .link:hover {
      color: #ed1b24;
      background-image: linear-gradient(transparent 97%, #ed1b24 3%);
      background-repeat: repeat-x;
      background-position-y: -2px; } }

.advertisement-image {
  position: relative; }
  .advertisement-image .image {
    display: block;
    text-align: center; }
    .advertisement-image .image img {
      width: 100%; }
      .advertisement-image .image img.lazyload, .advertisement-image .image img.lazyloading {
        width: auto;
        height: auto;
        object-fit: contain;
        margin: 0; }
  @media (min-width: 1025px) {
    .advertisement-image .image:before, .advertisement-image .image:after {
      position: absolute;
      content: '';
      opacity: 0;
      top: 10px;
      right: 10px;
      bottom: 10px;
      left: 10px;
      z-index: 1;
      transition: opacity 0.35s, transform 0.35s; }
    .advertisement-image .image:before {
      border-top: 1px solid #ffffff;
      border-bottom: 1px solid #ffffff;
      transform: scale(0, 1);
      transform-origin: 0 0; }
    .advertisement-image .image:after {
      border-right: 1px solid #ffffff;
      border-left: 1px solid #ffffff;
      transform: scale(1, 0);
      transform-origin: 100% 0; }
    .advertisement-image .image:hover:before, .advertisement-image .image:hover:after {
      opacity: 1;
      transform: scale(1); } }

.advertisement-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  color: black;
  margin: 0 0 25px; }
  .advertisement-content p:last-child {
    margin-bottom: 0; }

.openSidebar {
  overflow: hidden; }
  .openSidebar .halo-background {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    visibility: visible;
    display: block;
    z-index: 102; }

.recentPosts-list {
  display: block;
  margin: 0;
  padding: 0; }
  .recentPosts-list .item {
    display: block;
    width: 100%;
    margin: 0 0 23px 0; }
    .recentPosts-list .item .date {
      font-size: 14px;
      font-weight: 400;
      font-style: italic;
      line-height: 26px;
      margin: 0 0 5px 0;
      color: #757575; }
    .recentPosts-list .item .title {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      margin: 0;
      text-transform: capitalize;
      position: relative;
      top: -4px; }
      .recentPosts-list .item .title .link {
        transition: unset; }
    .recentPosts-list .item:last-child {
      margin-bottom: 3px; }
  @media (min-width: 1025px) {
    .recentPosts-list .item .title .link:hover {
      background-image: linear-gradient(transparent 97%, black 3%);
      background-repeat: repeat-x;
      background-position-y: 0; }
      .home-layout-2 .recentPosts-list .item .title .link:hover {
        background-image: linear-gradient(transparent 97%, #ed1b24 3%);
        color: #ed1b24; } }

.tags-list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 5px 0 0 0; }
  .tags-list .tags-list-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    border-radius: 20px;
    line-height: 1;
    transition: color 0.15s ease; }
    .tags-list .tags-list-item .link {
      display: block;
      font-size: 14px;
      font-weight: 400;
      padding: 9px 20px;
      color: #787878; }
    .tags-list .tags-list-item:nth-child(n+10) {
      display: none; }
  @media (min-width: 1025px) {
    .tags-list .tags-list-item:hover {
      background-color: white;
      border: 1px solid white; }
      .tags-list .tags-list-item:hover .link {
        color: black; }
      .home-layout-2 .tags-list .tags-list-item:hover {
        background: #ffffff;
        border: 1px solid #000000; }
        .home-layout-2 .tags-list .tags-list-item:hover .link {
          color: #232323; } }

.openBeforeYouLeave {
  overflow: hidden; }
  .openBeforeYouLeave .halo-leave-sidebar {
    right: 0;
    z-index: 105; }
  .openBeforeYouLeave .halo-background {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    visibility: visible;
    display: block;
    z-index: 103; }

/* Function */
/* Mega Menu */
.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden; }
  .navPages-container ul {
    margin: 0;
    padding: 0;
    width: 100%;
    float: none;
    list-style: none; }
  @media (min-width: 1025px) {
    .navPages-container {
      height: auto;
      overflow: visible;
      margin: 0 auto;
      max-width: 1290px; } }
  @media (min-width: 1281px) {
    .page--fullWidth .navPages-container {
      max-width: 100%;
      padding-left: 60px;
      padding-right: 60px; } }

.navPages {
  padding: 0;
  width: 100%;
  background: none;
  text-align: left;
  overflow-y: visible; }
  .navPages .navPages-action {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02rem;
    padding: 10px 0;
    text-decoration: none;
    text-transform: capitalize;
    background-color: transparent; }
    .navPages .navPages-action .text {
      color: inherit;
      position: relative; }
  .navPages .navPages-item {
    /*z-index: 5;*/
    margin-right: 25px;
    position: relative;
    display: inline-block;
    font-size: 1rem;
    transition: all 0.3s ease; }
    .navPages .navPages-item.hasMegamenu {
      position: static; }
    .navPages .navPages-item > .navPages-action {
      font-size: 14px;
      font-weight: 500;
      display: inline-block;
      line-height: 20px;
      text-transform: uppercase;
      padding: 13px 0 12px;
      letter-spacing: 0;
      position: relative;
      color: black;
      white-space: nowrap; }
      .navPages .navPages-item > .navPages-action .text:before {
        left: 0;
        bottom: -1px;
        content: '';
        height: 1px;
        width: 0;
        position: absolute;
        transition: all 0.3s ease;
        background-color: black; }
    .navPages .navPages-item.is-open > .navPage-subMenu {
      top: auto;
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translate3d(0, 0, 0); }
    .navPages .navPages-item:last-child {
      margin-right: 0; }
    .navPages .navPages-item:hover > .navPages-action {
      color: #5fb139; }
      @media (min-width: 1025px) {
        .navPages .navPages-item:hover > .navPages-action svg {
          fill: #5fb139;
          stroke: #5fb139; } }
      .navPages .navPages-item:hover > .navPages-action .text:before {
        width: 100%;
        background-color: #5fb139; }
    @media (min-width: 1281px) {
      .navPages .navPages-item {
        margin-right: 24px; }
        .navPages .navPages-item:last-child {
          margin-right: 0; } }
  .navPages .navPage-subMenu-title {
    display: none; }
  .navPages .navPages-list--user {
    display: none; }

.navUser-wrapper .navUser-action svg {
  fill: black;
  stroke: black; }

.navPages-label {
  line-height: 1;
  font-size: 10px;
  margin-left: 10px;
  font-weight: 500;
  padding: 3px 5px 2px 5px;
  letter-spacing: 0;
  border-radius: 1px;
  text-align: center;
  position: relative;
  border: 1px solid;
  display: inline-block;
  text-transform: capitalize; }
  .navPages-label:before {
    content: '';
    position: absolute;
    border: 5px solid transparent;
    top: 50%;
    right: 100%;
    transform: translateY(-50%); }
  @media (min-width: 1025px) {
    .navPages-label {
      left: 100%;
      top: -22px;
      margin-left: 0;
      position: absolute;
      transform: translateX(-50%); }
      .navPages-label:before {
        left: 50%;
        right: auto;
        top: 100%;
        transform: translateX(-50%); }
      .navPages-label.sale-label:before {
        border-right-color: transparent; }
      .navPages-label.new-label:before {
        border-right-color: transparent; }
      .navPages-label.hot-label:before {
        border-right-color: transparent; } }

.themevale_MobileMenu.themevale_Mobile {
  padding: 0;
  display: block; }

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

.navPage-subMenu {
  z-index: 2;
  opacity: 0;
  left: 0;
  top: auto;
  height: auto;
  margin: auto;
  display: block;
  width: 255px;
  padding: 5px 0;
  text-align: left;
  visibility: hidden;
  position: absolute;
  transition: all 0.3s ease;
  box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.1);
  background-color: white;
  transform: translate3d(0, 50px, 0); }
  .navPage-subMenu .navPage-subMenu {
    top: 30px;
    height: auto;
    margin-left: calc(100% + 0px);
    transform: translate3d(0, 0, 0); }
  .navPage-subMenu .navPage-subMenu-item-parent {
    border-bottom: 1px solid #ebebeb; }
    @media (min-width: 1025px) {
      .navPage-subMenu .navPage-subMenu-item-parent {
        border-bottom: none; } }
  .navPage-subMenu .navPage-subMenu-item-child {
    position: relative; }
    .navPage-subMenu .navPage-subMenu-item-child:after {
      bottom: 0;
      left: 20px;
      right: 20px;
      content: '';
      height: 1px;
      position: absolute;
      background-color: #ebebeb; }
    .navPage-subMenu .navPage-subMenu-item-child:hover > .navPage-subMenu {
      top: -5px;
      opacity: 1;
      pointer-events: auto;
      visibility: visible; }
    .navPage-subMenu .navPage-subMenu-item-child:nth-child(n + 12):hover > .navPage-subMenu {
      top: auto;
      bottom: 0;
      opacity: 1;
      visibility: visible; }
    .navPage-subMenu .navPage-subMenu-item-child:last-child:after {
      content: none; }
    @media (min-width: 1025px) {
      .navPage-subMenu .navPage-subMenu-item-child .has-subMenu .navPages-action-moreIcon {
        transform: rotate(-90deg);
        width: 12px;
        height: 12px; } }
  .navPage-subMenu .navPage-subMenu-action {
    width: 100%;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .navPage-subMenu .navPage-subMenu-action .text {
      color: inherit;
      position: relative; }
      .navPage-subMenu .navPage-subMenu-action .text:before {
        left: 0;
        width: 0;
        bottom: 0;
        height: 1px;
        content: '';
        display: block;
        position: absolute;
        transition: all 0.3s ease; }
    .navPage-subMenu .navPage-subMenu-action:hover .text:before {
      width: 100%; }

@media (min-width: 1025px) {
  #menu .navPages-list > .has-dropdown > a > .navPages-action-moreIcon {
    display: none; } }

#menu .navPage-subMegaMenu {
  left: 0;
  padding: 15px 0 0 0; }
  #menu .navPage-subMegaMenu .navPage-subMenu {
    top: 0;
    padding: 0;
    opacity: 1;
    width: 100%;
    margin-left: 0;
    visibility: visible;
    position: relative;
    box-shadow: none; }
  #menu .navPage-subMegaMenu .navPage-subMenu-action {
    padding: 7px 0; }
  #menu .navPage-subMegaMenu .navPage-subMenu-item-child:after {
    content: none; }
  #menu .navPage-subMegaMenu .navPage-subMenu-item-child:hover > .has-subMenu + .navPage-subMenu {
    top: auto; }
  #menu .navPage-subMegaMenu .navPages-action-moreIcon {
    display: none !important; }
  @media (min-width: 1025px) {
    #menu .navPage-subMegaMenu {
      max-height: 400px;
      overflow-y: auto; }
      #menu .navPage-subMegaMenu .navPage-subMenu-item-child .navPage-subMenu-item-child .navPages-action {
        font-size: 12px; } }
  @media (min-width: 1300px) {
    #menu .navPage-subMegaMenu {
      max-height: none;
      overflow-y: visible; } }
  @media (min-width: 1281px) {
    #menu .navPage-subMegaMenu > .container {
      max-width: 1200px;
      padding-left: 15px;
      padding-right: 15px; } }

#menu .cateArea {
  float: left; }
  #menu .cateArea > ul {
    width: auto;
    font-size: 0;
    margin: 0 -15px 15px; }
    #menu .cateArea > ul > li {
      font-size: 12px;
      padding: 0 15px 15px 15px;
      break-inside: avoid-column;
      page-break-inside: avoid;
      -webkit-column-break-inside: avoid; }
      #menu .cateArea > ul > li > .navPage-subMenu-action {
        font-weight: 600;
        text-transform: uppercase; }
  #menu .cateArea.columns-2 > ul {
    column-count: 2;
    -webkit-column-count: 2; }
  #menu .cateArea.columns-3 > ul {
    column-count: 3;
    -webkit-column-count: 3; }
  #menu .cateArea.columns-4 > ul {
    column-count: 4;
    -webkit-column-count: 4; }
  #menu .cateArea.columns-5 > ul {
    column-count: 5;
    -webkit-column-count: 5; }
  #menu .cateArea.columns-6 > ul {
    column-count: 6;
    -webkit-column-count: 6; }
  #menu .cateArea.colLeft {
    float: left; }
  #menu .cateArea.colRight {
    float: right; }

#menu .imgList {
  display: block;
  font-size: 0;
  margin: 0 -3px; }
  #menu .imgList > .imgItem {
    width: 50%;
    padding: 0 3px;
    vertical-align: top;
    display: inline-block; }
    #menu .imgList > .imgItem > a {
      display: block; }
      #menu .imgList > .imgItem > a + a {
        margin-top: 6px; }
  #menu .imgList > .imgItem--full {
    width: 100%; }
  #menu .imgList.style-2 {
    margin: 0 -8px; }
    #menu .imgList.style-2 > .imgItem {
      padding: 0 8px; }
    #menu .imgList.style-2 > .imgRight {
      padding-top: 10px; }

#menu .imageTop .imageTop-item {
  display: block;
  margin-bottom: 10px; }

#menu .imageTop .cateArea > ul > li > .navPage-subMenu-action {
  margin-bottom: 10px;
  border-bottom: none; }

#menu .imageArea {
  display: inline-flex;
  /*padding-top: 15px;*/ }
  #menu .imageArea.colLeft {
    float: left;
    padding-right: 20px;
    display: inline-flex;
    flex-direction: column; }
  #menu .imageArea.colRight {
    float: right;
    padding-left: 20px;
    display: inline-flex;
    flex-direction: column; }
  #menu .imageArea > .imgList {
    padding-top: 13px; }
    #menu .imageArea > .imgList.style-2 {
      padding-top: 0; }
  #menu .imageArea .imgHeading {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
    color: black; }
  #menu .imageArea .card {
    margin-bottom: 0; }
    #menu .imageArea .card .card-img-container:after {
      padding-bottom: 80%; }
    #menu .imageArea .card .card-body .card-rating {
      display: block;
      margin-bottom: 15px; }
    #menu .imageArea .card .card-body .card-figcaption {
      opacity: 1;
      font-size: 12px;
      margin-top: 15px;
      visibility: visible;
      text-align: center; }
      #menu .imageArea .card .card-body .card-figcaption .link {
        display: inline-block;
        color: black;
        border-bottom: 1px solid black; }

#menu .bottomMegamenu {
  left: 0;
  right: 0;
  padding: 9px 0 8px 0;
  font-weight: 600;
  position: relative;
  text-align: center;
  text-transform: uppercase; }
  #menu .bottomMegamenu p {
    margin-bottom: 0; }

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

#menuMobile .navPages-list {
  overflow: hidden;
  position: relative; }
  #menuMobile .navPages-list + .navPages-list {
    margin-top: 30px; }

#menuMobile .navPages-item {
  width: 100%;
  margin-right: 0;
  position: static;
  vertical-align: top;
  display: inline-block;
  border-bottom: 1px solid #ebebeb; }
  #menuMobile .navPages-item > .navPages-action {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #menuMobile .navPages-item > .navPages-action .text {
      white-space: nowrap; }
      #menuMobile .navPages-item > .navPages-action .text .icon--contact {
        fill: transparent; }
  #menuMobile .navPages-item.is-open {
    border-bottom: none; }
    #menuMobile .navPages-item.is-open > .navPages-action {
      display: none !important; }
    #menuMobile .navPages-item.is-open > .navPage-subMenu {
      right: 0;
      position: relative; }

#menuMobile .navPages-action {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  display: block;
  text-transform: capitalize;
  background-color: transparent; }
  #menuMobile .navPages-action .text {
    padding: 12px 20px;
    color: inherit;
    display: inline-block;
    line-height: normal;
    padding-left: 0; }
    #menuMobile .navPages-action .text:before {
      content: none; }
  #menuMobile .navPages-action .icon,
  #menuMobile .navPages-action img {
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle; }
  #menuMobile .navPages-action img {
    position: relative;
    top: -1px; }

#menuMobile .navPage-subMenu {
  top: 0;
  right: 100%;
  left: auto;
  padding: 0;
  margin: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  position: absolute;
  background-color: #ffffff;
  transition: all 0.3s ease;
  transform: none;
  box-shadow: none;
  position: absolute; }
  #menuMobile .navPage-subMenu .navPage-subMenu-action {
    display: flex;
    text-transform: uppercase; }
  #menuMobile .navPage-subMenu .navPage-subMenu .navPage-subMenu-action {
    text-transform: capitalize; }

#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-title {
  display: block;
  text-align: center; }
  #menuMobile .navPage-subMenu-title .navPages-action {
    background-color: #f8f8f8;
    font-size: 12px;
    font-weight: 600;
    display: block;
    letter-spacing: 0.05em;
    text-transform: uppercase !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: normal; }
    #menuMobile .navPage-subMenu-title .navPages-action span {
      font-size: 12px; }
    #menuMobile .navPage-subMenu-title .navPages-action a {
      pointer-events: none;
      text-decoration: none;
      padding-right: 0; }

#menuMobile .navPages-list--user {
  display: block; }
  #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 > .navPages-action {
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      line-height: 44px; }
      #menuMobile .navPages-list--user .navPages-item > .navPages-action > .text {
        padding: 0;
        line-height: 44px; }
        #menuMobile .navPages-list--user .navPages-item > .navPages-action > .text .icon,
        #menuMobile .navPages-list--user .navPages-item > .navPages-action > .text span {
          display: inline-block;
          vertical-align: middle; }
    #menuMobile .navPages-list--user .navPages-item .socialLinks-item svg {
      fill: #000000; }
  #menuMobile .navPages-list--user .socialLinks--alt .icon {
    height: 1rem;
    width: 1rem; }
  #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 .navPage-subMegaMenu .container {
  padding: 0; }

#menuMobile .imageTop .imageTop-item {
  padding: 0 20px;
  margin: 20px 0;
  display: none;
  text-align: left; }

#menuMobile .imageTop .is-open .imageTop-item {
  display: block; }

#menuMobile .imgList {
  display: block;
  font-size: 0;
  margin: 0 -3px; }
  #menuMobile .imgList > .imgItem {
    width: 50%;
    padding: 0 3px;
    vertical-align: top;
    display: inline-block;
    text-align: center; }
    #menuMobile .imgList > .imgItem > a {
      display: block; }
      #menuMobile .imgList > .imgItem > a + a {
        margin-top: 6px; }
  #menuMobile .imgList > .imgItem--full {
    width: 100%; }
  #menuMobile .imgList.style-2 > .imgItem {
    width: 100%;
    display: block; }
    #menuMobile .imgList.style-2 > .imgItem + .imgItem {
      margin-top: 30px; }

#menuMobile .cateArea,
#menuMobile .imageArea {
  float: none;
  display: block; }

#menuMobile .cateArea {
  position: relative;
  max-width: 100% !important; }

#menuMobile .imageArea {
  max-width: 100% !important;
  padding: 0 20px;
  margin: 20px 0; }
  #menuMobile .imageArea a {
    display: block; }
  #menuMobile .imageArea img {
    margin: 0 auto; }
  #menuMobile .imageArea .imgHeading {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 0;
    text-transform: uppercase;
    color: black; }
  #menuMobile .imageArea .card {
    margin-bottom: 0; }
    #menuMobile .imageArea .card .card-img-container:after {
      padding-bottom: 80%; }
    #menuMobile .imageArea .card .card-body .card-title {
      display: block; }
    #menuMobile .imageArea .card .card-body .card-rating {
      display: block;
      margin-bottom: 15px; }
    #menuMobile .imageArea .card .card-body .card-figcaption {
      font-size: 12px;
      margin-top: 15px;
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      text-align: center; }
      #menuMobile .imageArea .card .card-body .card-figcaption .link {
        display: inline-block;
        color: black;
        border-bottom: 1px solid black; }

#menuMobile .bottomMegamenu {
  left: 0;
  right: 0;
  padding: 9px 0 8px 0;
  font-weight: 600;
  position: relative;
  text-align: center;
  color: #e06868;
  background-color: #fef8e7;
  text-transform: uppercase; }
  #menuMobile .bottomMegamenu p {
    margin-bottom: 0; }

.halo-auth-popup {
  width: 100%;
  z-index: 5;
  padding: 0;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  display: none; }
  @media (min-width: 1025px) {
    .halo-auth-popup {
      position: absolute;
      left: 50%;
      top: calc(100% + 17px);
      right: auto;
      width: 320px;
      transform: translateX(-50%);
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
      border-radius: 3px; }
      .halo-auth-popup:before {
        content: ' ';
        position: absolute;
        border-left: solid transparent 10px;
        border-right: solid transparent 10px;
        border-bottom: solid #fff 10px;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        height: 0;
        z-index: 6; }
      .halo-auth-popup.is-open {
        display: block; } }
  @media (min-width: 1600px) {
    .halo-auth-popup {
      left: -30px;
      transform: unset; }
      .halo-auth-popup:before {
        left: 32px;
        transform: unset; } }

.login-form-popup .halo-popup-content {
  padding: 20px; }

.login-form-popup .form {
  margin: 0;
  position: relative;
  top: -2px; }
  .login-form-popup .form .form-label {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    color: black; }
    .login-form-popup .form .form-label em {
      display: none; }
  .login-form-popup .form .form-field {
    margin: 0; }
    .login-form-popup .form .form-field + .form-field {
      margin-top: 15px; }
  .login-form-popup .form .form-input {
    margin-bottom: 0;
    height: 46px; }
  .login-form-popup .form .form-actions {
    width: 100%;
    max-width: 100%;
    margin: 15px 0 0 0;
    text-align: center; }
  .login-form-popup .form .button {
    width: 100%;
    margin: 0; }
    .login-form-popup .form .button.create-account {
      background: black;
      border-color: black; }
  .login-form-popup .form .forgot-password {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    line-height: 25px;
    color: black;
    margin: 9px 0 19px 0;
    transition: unset; }
    .login-form-popup .form .forgot-password:hover {
      text-decoration: none;
      background-position-y: -5px !important; }

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

@media (min-width: 1025px) {
  .login-form-popup .halo-popup-content {
    padding: 25px; }
  .login-form-popup .form .form-field + .form-field {
    margin-top: 19px; }
  .login-form-popup .form .forgot-password:hover {
    color: #ed1b24;
    background-image: linear-gradient(transparent 97%, #ed1b24 3%);
    background-repeat: repeat-x;
    background-position-y: -3px; } }

.account-popup .account-dropdown {
  list-style: none;
  margin: 0; }
  @media (max-width: 1024px) {
    .is-login .account-popup .account-dropdown .account-item {
      padding-left: 20px; } }
  .account-popup .account-dropdown .account-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eeeef1; }
  .account-popup .account-dropdown .account-action {
    width: 100%;
    color: black;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 45px;
    text-transform: capitalize;
    transition: color 0.15s ease;
    text-decoration: none; }
  .account-popup .account-dropdown .text {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    transition: color 0.15s ease;
    padding: 12px 20px 10px; }
  .account-popup .account-dropdown .account-item:hover .text {
    color: red; }

@media (min-width: 1025px) {
  .account-popup .halo-popup-content {
    padding: 0 20px; }
  .account-popup .account-dropdown .account-item:last-child {
    border-bottom: 0; }
  .account-popup .account-dropdown .account-item:hover .text {
    color: #5fb139;
    background-image: linear-gradient(transparent 97%, #5fb139 3%);
    background-repeat: no-repeat;
    background-position-y: 0; }
  .account-popup .account-dropdown .text {
    display: inherit;
    padding: 0; } }

.halo-bundle-products {
  position: relative;
  padding-top: 0;
  padding-bottom: 30px;
  margin: 20px 0;
  z-index: 20;
  margin-top: 50px; }
  .halo-bundle-products .halo-block-header .title {
    font-weight: 700;
    color: black;
    letter-spacing: 0;
    margin: 0;
    padding: 0 0 12px 0;
    position: relative;
    text-transform: capitalize;
    text-align: left;
    text-transform: uppercase;
    font-size: 40px; }
  .halo-bundle-products .halo-block-header .desc {
    font-weight: 400;
    letter-spacing: 0;
    color: #7d7d7d;
    line-height: 24px;
    margin: 0;
    padding: 0 0 16px 0;
    position: relative;
    text-align: left; }
  .halo-bundle-products .bundle-products-wrapper {
    display: block; }
  .halo-bundle-products .bundle-product-left, .halo-bundle-products .bundle-product-right {
    display: block;
    width: 100%; }
  .halo-bundle-products .bundle-product-right {
    margin: 50px 0 0 0; }
  .halo-bundle-products .halo-product-list {
    padding: 0;
    margin: 0 -15px;
    width: auto; }
    @media (max-width: 374px) {
      .halo-bundle-products .halo-product-list {
        margin: 0 -10px; } }
    .halo-bundle-products .halo-product-list .slick-track {
      padding: 20px 0; }
    .halo-bundle-products .halo-product-list:not(.slick-initialized) {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      font-size: 0;
      letter-spacing: 0;
      position: relative; }
      .halo-bundle-products .halo-product-list:not(.slick-initialized) .halo-product-item {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        opacity: 0;
        visibility: hidden; }
    @media (min-width: 1025px) {
      .halo-bundle-products .halo-product-list {
        margin: 0 -15px; }
        .halo-bundle-products .halo-product-list:not(.slick-initialized) .halo-product-item {
          width: 33.3334%; } }
    @media (min-width: 1400px) {
      .halo-bundle-products .halo-product-list:not(.slick-initialized) .halo-product-item {
        width: 25%; } }
  .halo-bundle-products .halo-product-item {
    padding: 0 15px; }
    @media (max-width: 374px) {
      .halo-bundle-products .halo-product-item {
        padding: 0 10px; } }
    .halo-bundle-products .halo-product-item .halo-product-item__wrapper {
      position: relative;
      border-radius: 8px;
      background: #ffffff;
      padding: 10px;
      -webkit-box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.06);
      box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.06); }
    .halo-bundle-products .halo-product-item .halo-product-image {
      display: block;
      position: relative; }
      .halo-bundle-products .halo-product-item .halo-product-image:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: white;
        opacity: .4;
        z-index: 1; }
    .halo-bundle-products .halo-product-item .halo-product-image2 {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      text-align: center;
      opacity: 0;
      backface-visibility: hidden;
      transform: translate(-50%, -50%);
      transition: opacity 0.8s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18) 0s; }
      .halo-bundle-products .halo-product-item .halo-product-image2 img {
        display: inline-block;
        vertical-align: top;
        max-height: 100%;
        width: 100%;
        transition: opacity 0.8s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18) 0s; }
    .halo-bundle-products .halo-product-item.halo-product-itemFirst .halo-product-link {
      pointer-events: none; }
    .halo-bundle-products .halo-product-item .halo-detail-field {
      margin-bottom: 20px; }
    .halo-bundle-products .halo-product-item.isChecked .halo-product-image:after {
      display: none; }
    .halo-bundle-products .halo-product-item.isChecked .halo-detail-field {
      opacity: 1;
      margin-bottom: 20px; }
    @media (min-width: 1025px) {
      .halo-bundle-products .halo-product-item {
        padding: 0 15px; } }
  .halo-bundle-products .halo-product-link {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 8px; }
  .halo-bundle-products .halo-product-container {
    display: block;
    position: relative; }
    .halo-bundle-products .halo-product-container::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 100%;
      width: 100%; }
    .halo-bundle-products .halo-product-container > img {
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      opacity: 1;
      backface-visibility: visible;
      border: 0;
      width: 100%;
      max-height: 100%;
      object-fit: contain;
      margin-top: 0;
      margin-bottom: 0;
      transition: opacity .8s ease; }
    .halo-bundle-products .halo-product-container:after {
      padding-bottom: 69.23077%; }
  .halo-bundle-products .halo-product-content {
    display: block;
    padding: 14px 0 0 0;
    text-align: left;
    position: relative; }
  .halo-bundle-products .halo-product-total {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    padding: 15px 0 0 0;
    display: block;
    text-align: center; }
    .halo-bundle-products .halo-product-total .total-price {
      display: block;
      font-size: 16px;
      font-weight: 400;
      color: black;
      letter-spacing: 0;
      line-height: 1.75;
      margin: 0 0 16px 0; }
    .halo-bundle-products .halo-product-total .text {
      display: block;
      margin-bottom: 6px; }
      .halo-bundle-products .halo-product-total .text span {
        background-image: linear-gradient(transparent 96%, #a5a5a5 4%);
        background-repeat: repeat-x;
        background-position-y: -2px; }
    .halo-bundle-products .halo-product-total .price {
      font-weight: 600;
      font-size: 20px;
      letter-spacing: 0;
      margin: 0 0 0 5px; }
    .halo-bundle-products .halo-product-total .button {
      width: 100%;
      height: 50px;
      line-height: 48px;
      text-transform: uppercase;
      max-width: 100%; }
  .halo-bundle-products .icon-plus {
    position: absolute;
    top: 50%;
    left: -24px;
    z-index: 10;
    display: none;
    vertical-align: top;
    width: 18px;
    height: 18px;
    transform: translateY(-50%); }
    .halo-bundle-products .icon-plus:before, .halo-bundle-products .icon-plus:after {
      content: "";
      position: absolute;
      top: 50%;
      background-color: black; }
    .halo-bundle-products .icon-plus:before {
      width: 16px;
      height: 2px;
      left: 100%;
      transform: translate3D(-100%, -50%, 0) rotate(0); }
    .halo-bundle-products .icon-plus:after {
      width: 2px;
      height: 16px;
      left: 9px;
      right: 8px;
      transform: translate3D(0, -50%, 0) rotate(0); }
    @media (max-width: 1024px) {
      .halo-bundle-products .icon-plus {
        left: -35px; } }
    @media (max-width: 374px) {
      .halo-bundle-products .icon-plus {
        left: -30px; } }
  .halo-bundle-products .halo-detail-field {
    opacity: .4; }
  .halo-bundle-products .halo-detail-label {
    display: inline-block !important;
    vertical-align: top;
    padding: 0;
    margin: 0 !important; }
    .halo-bundle-products .halo-detail-label:before {
      position: absolute;
      display: inline-block;
      vertical-align: top;
      top: 4px;
      border-radius: 0;
      width: 18px;
      height: 18px;
      background: transparent; }
    .halo-bundle-products .halo-detail-label:after {
      background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-3x'%3E%3Cpath fill='%23ffffff' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z' class=''%3E%3C/path%3E%3C/svg%3E");
      top: 7px;
      left: 3px;
      width: 12px;
      height: 12px; }
  .halo-bundle-products .halo-detail-checkbox[disable] + .halo-detail-label:before {
    border-color: #193753;
    background: #193753; }
  .halo-bundle-products .halo-detail-checkbox:checked + .halo-detail-label:before {
    border-color: #000000 !important;
    background: #000000 !important; }
  .halo-bundle-products .halo-detail-name {
    font-size: 16px;
    font-weight: 400;
    color: black;
    letter-spacing: 0;
    line-height: 24px;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    text-align: left;
    margin-bottom: 8px; }
    .halo-bundle-products .halo-detail-name .text {
      display: inline;
      padding: 0 0 0 28px; }
  .halo-bundle-products .halo-detail-price {
    margin-top: 8px;
    display: inline-block; }
  .halo-bundle-products .halo-detail-options {
    display: none;
    position: absolute;
    text-align: left;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    z-index: 101;
    width: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: color 0.15s ease; }
    @media (min-width: 551px) {
      .halo-bundle-products .halo-detail-options {
        top: -50%; } }
    @media (max-width: 375px) {
      .halo-bundle-products .halo-detail-options {
        top: 0; } }
    .halo-bundle-products .halo-detail-options .halo-option-header {
      display: block;
      position: relative;
      background-color: #fafafa;
      padding: 10px 20px 10px 20px; }
    .halo-bundle-products .halo-detail-options .halo-option-title {
      display: block;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 25px;
      color: black;
      text-transform: capitalize;
      margin: 0; }
    .halo-bundle-products .halo-detail-options .halo-option-close {
      position: absolute;
      top: 50%;
      right: 30px;
      transform: translateY(-50%);
      line-height: 1; }
      .halo-bundle-products .halo-detail-options .halo-option-close svg {
        width: 16px;
        height: 16px;
        fill: black; }
    .halo-bundle-products .halo-detail-options .halo-option-content {
      display: block;
      padding: 20px;
      max-height: 300px;
      overflow: auto; }
      @media (max-width: 375px) {
        .halo-bundle-products .halo-detail-options .halo-option-content {
          max-height: 200px; } }
    .halo-bundle-products .halo-detail-options .alertBox-message {
      display: block;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 24px;
      margin: 5px 0 0 0; }
    .halo-bundle-products .halo-detail-options .productView-optionsStock {
      display: block;
      font-size: 16px;
      font-weight: 400;
      font-style: italic;
      letter-spacing: 0;
      line-height: 24px;
      margin: 5px 0 0 0; }
    .halo-bundle-products .halo-detail-options .form-field {
      font-size: 0;
      margin: 0;
      padding: 0; }
      .halo-bundle-products .halo-detail-options .form-field > .form-label {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0;
        color: black;
        margin: 0 0 12px 0; }
        .halo-bundle-products .halo-detail-options .form-field > .form-label small {
          color: #f1152f;
          line-height: inherit;
          margin: 0 0 0 3px;
          float: none; }
        .halo-bundle-products .halo-detail-options .form-field > .form-label [data-option-value] {
          font-size: 16px;
          font-weight: 400;
          line-height: 24px;
          letter-spacing: 0;
          color: black;
          text-transform: capitalize;
          margin: 0 0 0 8px; }
      .halo-bundle-products .halo-detail-options .form-field + .form-field {
        margin-top: 20px; }
    .halo-bundle-products .halo-detail-options.is-open {
      display: block; }
  .halo-bundle-products .halo-toggle-options {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: capitalize;
    padding: 0;
    height: 45px;
    line-height: 42px;
    width: 100%;
    max-width: 100%; }
  .halo-bundle-products .hasOptions--selected .halo-toggle-options {
    color: black;
    border-color: black;
    background-color: black; }
    .halo-bundle-products .hasOptions--selected .halo-toggle-options span {
      color: white; }
  .halo-bundle-products .slick-arrow {
    top: 38%; }
    .halo-bundle-products .slick-arrow.slick-prev {
      left: -5px; }
    .halo-bundle-products .slick-arrow.slick-next {
      right: -5px; }
  .halo-bundle-products .slick-dots {
    display: inline-block;
    vertical-align: middle;
    left: 0;
    bottom: -45px; }
    .halo-bundle-products .slick-dots li {
      margin: 0 5px;
      padding: 0;
      width: auto;
      height: auto; }
      @media (min-width: 1025px) {
        .halo-bundle-products .slick-dots li {
          margin: 0 20px; } }
      .halo-bundle-products .slick-dots li button {
        width: 8px;
        height: 8px;
        opacity: 1;
        border: 1px solid black;
        background-color: transparent;
        transition: color 0.15s ease; }
        .halo-bundle-products .slick-dots li button:before {
          display: none; }
      .halo-bundle-products .slick-dots li:only-child {
        display: none; }
      .halo-bundle-products .slick-dots li.slick-active button {
        opacity: 1;
        border-color: black;
        background-color: black; }
  .halo-bundle-products .slick-slide + .slick-active .halo-detail-options {
    left: 15px;
    transform: translateY(-50%); }
    @media (min-width: 551px) {
      .halo-bundle-products .slick-slide + .slick-active .halo-detail-options {
        left: 50px; } }
  .halo-bundle-products .slick-active {
    position: relative; }
    .halo-bundle-products .slick-active + .slick-active .icon-plus {
      display: inline-block; }
    .halo-bundle-products .slick-active:first-of-type .halo-detail-options {
      left: 15px;
      transform: translateY(-50%); }
      @media (min-width: 551px) {
        .halo-bundle-products .slick-active:first-of-type .halo-detail-options {
          left: 50px; } }
    .halo-bundle-products .slick-active:last-of-type .halo-detail-options {
      left: auto;
      right: 15px;
      transform: translateY(-50%); }
      @media (min-width: 551px) {
        .halo-bundle-products .slick-active:last-of-type .halo-detail-options {
          right: 50px; } }
    .halo-bundle-products .slick-active + .slick-slide .halo-detail-options {
      left: auto;
      right: 15px;
      transform: translateY(-50%); }
      @media (min-width: 551px) {
        .halo-bundle-products .slick-active + .slick-slide .halo-detail-options {
          right: 50px; } }
  .halo-bundle-products.halo-block-disable .loadingOverlay {
    display: block; }
  @media (min-width: 375px) {
    .halo-bundle-products .halo-detail-options {
      width: 320px; } }
  @media (min-width: 768px) {
    .halo-bundle-products {
      padding-top: 0;
      padding-bottom: 45px;
      margin-top: 100px; }
      .halo-bundle-products .halo-detail-options {
        width: 470px; }
        .halo-bundle-products .halo-detail-options .halo-option-header {
          padding-left: 35px;
          padding-right: 35px; }
        .halo-bundle-products .halo-detail-options .halo-option-close {
          right: 35px; }
        .halo-bundle-products .halo-detail-options .halo-option-content {
          padding-left: 35px;
          padding-right: 35px;
          max-height: 350px; } }
  @media (min-width: 1025px) {
    .halo-bundle-products {
      margin-bottom: 0; }
      .halo-bundle-products .container {
        z-index: 5;
        max-width: 1230px;
        padding-left: 30px;
        padding-right: 30px; }
      .halo-bundle-products .halo-block-header {
        text-align: center; }
        .halo-bundle-products .halo-block-header .desc {
          margin-top: 12px;
          margin-bottom: 20px; }
      .halo-bundle-products .bundle-products-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .halo-bundle-products .bundle-product-left {
        width: calc(100% - 310px); }
      .halo-bundle-products .bundle-product-right {
        width: 270px;
        margin-top: 0; }
      .halo-bundle-products .halo-product-list {
        padding-left: 0;
        padding-right: 0;
        margin-left: -15px;
        margin-right: -15px; }
      .halo-bundle-products .halo-product-item {
        padding-left: 15px;
        padding-right: 15px; }
        .halo-bundle-products .halo-product-item .halo-product-imageSwap:hover .halo-product-container > img {
          opacity: 0;
          backface-visibility: hidden; }
        .halo-bundle-products .halo-product-item .halo-product-imageSwap:hover .halo-product-image2 {
          opacity: 1;
          backface-visibility: visible; }
          .halo-bundle-products .halo-product-item .halo-product-imageSwap:hover .halo-product-image2 img {
            transform: scale(1.09); }
        .halo-bundle-products .halo-product-item.halo-product-itemFirst .halo-product-image:before {
          display: none; }
      .halo-bundle-products .halo-product-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: color 0.15s ease; }
      .halo-bundle-products .halo-product-total {
        padding-top: 0;
        max-width: 100%; }
      .halo-bundle-products .icon-plus {
        left: -24px; } }
  @media (min-width: 1600px) {
    .halo-bundle-products .halo-product-list {
      padding-left: 0;
      padding-right: 0; } }

/* FAQs Tab */
.halo-faqs-content {
  position: relative; }
  .halo-faqs-content .card {
    padding: 0; }
    .halo-faqs-content .card + .card {
      margin-top: 15px; }
    .halo-faqs-content .card .card-body {
      padding: 13px 20px;
      padding-bottom: 20px !important; }
  .halo-faqs-content .icon-arrow {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    transform: translateY(-50%);
    font-size: 0; }
    .halo-faqs-content .icon-arrow:before {
      content: '';
      border: solid black;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 3px;
      transform: rotate(45deg);
      transition: transform .3s ease; }
  .halo-faqs-content .title {
    margin: 0;
    display: block;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    border-radius: 3px;
    padding: 13px 50px 13px 20px;
    background-color: #f7f7f7;
    color: #323232;
    font-weight: 500;
    width: 100%;
    transition: all .3s ease; }
    .halo-faqs-content .title.faq_collapsed {
      color: #ffffff;
      background-color: #2E3034; }
      .halo-faqs-content .title.faq_collapsed .icon-arrow:before {
        transform: rotate(-135deg);
        border: solid #ffffff;
        border-width: 0 1px 1px 0; }
    @media (min-width: 1025px) {
      .halo-faqs-content .title:hover {
        color: #ffffff;
        background-color: #2E3034; }
        .halo-faqs-content .title:hover .icon-arrow:before {
          border-color: #ffffff;
          border-width: 0 1px 1px 0; } }
  .halo-faqs-content .faq_collapse {
    position: relative;
    overflow: hidden;
    height: auto !important;
    display: block; }
    .halo-faqs-content .faq_collapse.faq_hidden {
      display: none; }
  .halo-faqs-content .faq-content {
    text-align: right;
    margin-top: 30px; }
    .halo-faqs-content .faq-content .button {
      display: inline-flex;
      margin-left: 15px;
      padding-left: 25px;
      padding-right: 25px; }

/* Block */
/* Home Brand List */
.section-custom-brands {
  position: relative;
  transform: translateY(-50%); }
  @media (max-width: 1024px) {
    .section-custom-brands {
      padding-left: 24px;
      padding-right: 24px; } }
  .section-custom-brands .brandSlider {
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 120px 80px 0px rgba(0, 0, 0, 0.06); }
    .section-custom-brands .brandSlider a {
      display: inline-flex;
      height: 140px;
      align-items: center; }
      .section-custom-brands .brandSlider a img {
        margin-left: auto;
        margin-right: auto;
        width: auto;
        height: auto;
        max-height: 55px; }
        @media (max-width: 767px) {
          .section-custom-brands .brandSlider a img {
            max-height: 42px; } }
    @media (min-width: 1025px) {
      .section-custom-brands .brandSlider.slick-slider .slick-slide > div + div {
        margin-top: 30px; } }
    @media (min-width: 1400px) {
      .section-custom-brands .brandSlider .slick-list {
        padding-left: 87px;
        padding-right: 87px; } }
  .section-custom-brands .brandSlider:not(.slick-slider) {
    overflow: hidden;
    white-space: nowrap; }
    .section-custom-brands .brandSlider:not(.slick-slider) a {
      vertical-align: top;
      width: 20%; }

/* Home Section Categories */
.section-homeCategories .homeCategories__title {
  color: #000000;
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: -0.92px;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (max-width: 1399px) {
    .section-homeCategories .homeCategories__title {
      line-height: 1.2;
      margin-bottom: 32px; } }
  @media (max-width: 767px) {
    .section-homeCategories .homeCategories__title {
      font-size: 28px; } }

.section-homeCategories .homeCategories__slider {
  max-width: 1045px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1399px) {
    .section-homeCategories .homeCategories__slider {
      flex-wrap: wrap;
      justify-content: center; } }
  @media (max-width: 1024px) {
    .section-homeCategories .homeCategories__slider .homeCategories__item {
      padding: 20px; } }
  .section-homeCategories .homeCategories__slider .homeCategories__item a {
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    align-items: center;
    text-decoration: none;
    color: #262626;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.4px; }
    @media (max-width: 1024px) {
      .section-homeCategories .homeCategories__slider .homeCategories__item a {
        font-size: 16px; } }
    .section-homeCategories .homeCategories__slider .homeCategories__item a .homeCategories__icon {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      margin-bottom: 8px;
      background-color: #f6f6f6;
      width: 122px;
      height: 122px;
      border-radius: 50%; }
      .section-homeCategories .homeCategories__slider .homeCategories__item a .homeCategories__icon:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        background-color: #7f7f7f;
        transform: translate(-50%, -50%) scale(0);
        transition: 0.6s transform ease;
        opacity: 0.1;
        border-radius: 50%;
        width: 150px;
        height: 150px; }
  .section-homeCategories .homeCategories__slider .homeCategories__item:hover a .homeCategories__icon {
    background-color: transparent; }
    .section-homeCategories .homeCategories__slider .homeCategories__item:hover a .homeCategories__icon:before {
      transform: translate(-50%, -50%) scale(1); }

/* Home Solution Banners */
.section-home-solution.custom-section {
  padding-bottom: 90px; }
  @media (max-width: 1024px) {
    .section-home-solution.custom-section {
      padding-bottom: 30px; } }
  .section-home-solution.custom-section .homeSolution__title {
    color: #000000;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 50px;
    margin-top: 15px; }
    @media (max-width: 1024px) {
      .section-home-solution.custom-section .homeSolution__title {
        font-size: 28px;
        line-height: 1.2; } }
  .section-home-solution.custom-section .homeSolution__item {
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px; }
    .section-home-solution.custom-section .homeSolution__item a {
      display: block;
      overflow: hidden;
      border-radius: 10px; }
    .section-home-solution.custom-section .homeSolution__item img {
      border-radius: 10px;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .section-home-solution.custom-section .homeSolution__action {
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    background-color: #ffffff;
    border-radius: 4px;
    display: block;
    width: calc(100% - 90px);
    position: absolute;
    bottom: 27px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 40px; }
    @media (max-width: 1024px) {
      .section-home-solution.custom-section .homeSolution__action {
        font-size: 16px;
        padding: 15px 30px; } }

/* Section Banner Text */
.section-banner-text .bannerText {
  position: relative; }
  .section-banner-text .bannerText__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 520px; }
    @media (max-width: 1024px) {
      .section-banner-text .bannerText__image img {
        min-height: auto; } }
  .section-banner-text .bannerText__video {
    position: relative; }
    .section-banner-text .bannerText__video::after {
      content: "";
      display: block;
      padding-bottom: 38%; }
      @media (max-width: 550px) {
        .section-banner-text .bannerText__video::after {
          padding-bottom: 60%; } }
    .section-banner-text .bannerText__video .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(57, 57, 57, 0.1);
      z-index: 1; }
    .section-banner-text .bannerText__video .video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 1; }
    @media (min-width: 1025px) {
      .section-banner-text .bannerText__video {
        min-height: 500px; } }
  .section-banner-text .bannerText__content {
    position: absolute;
    top: 50%;
    left: 75px;
    transform: translateY(-50%);
    padding: 60px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 14px;
    max-width: 740px;
    width: 100%;
    z-index: 99; }
    @media (min-width: 1440px) {
      .section-banner-text .bannerText__content {
        left: calc(((100% - 1440px) / 2) + 60px); } }
    .section-banner-text .bannerText__content.bannerText__content--right {
      right: 75px;
      left: unset; }
      @media (min-width: 1440px) {
        .section-banner-text .bannerText__content.bannerText__content--right {
          right: calc(((100% - 1440px) / 2) + 60px); } }
      .section-banner-text .bannerText__content.bannerText__content--right .content__text {
        max-width: 520px; }
      .section-banner-text .bannerText__content.bannerText__content--right .content__title {
        max-width: 100%; }
    @media (max-width: 1399px) {
      .section-banner-text .bannerText__content {
        margin: 0 auto;
        padding: 30px;
        max-width: 50%; } }
    @media (max-width: 1024px) {
      .section-banner-text .bannerText__content {
        padding: 20px 0;
        position: unset;
        transform: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        max-width: calc(100% - 60px); } }
    @media (max-width: 767px) {
      .section-banner-text .bannerText__content {
        max-width: calc(100% - 24px); } }
    .section-banner-text .bannerText__content .content__title {
      color: #000000;
      font-size: 40px;
      font-style: normal;
      font-weight: 700;
      line-height: 60px;
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 10px; }
      @media (max-width: 1024px) {
        .section-banner-text .bannerText__content .content__title {
          font-size: 28px;
          line-height: 1.2;
          text-align: center; } }
    .section-banner-text .bannerText__content .content__text {
      color: #000;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px;
      margin-bottom: 30px; }
      @media (max-width: 1024px) {
        .section-banner-text .bannerText__content .content__text {
          line-height: 1.2;
          text-align: center;
          max-width: 100%;
          margin-bottom: 20px; } }
    @media (max-width: 1024px) {
      .section-banner-text .bannerText__content .content__action {
        min-width: 200px; } }
    @media (max-width: 550px) {
      .section-banner-text .bannerText__content .content__action {
        text-align: center;
        display: block;
        width: 100%; } }

@media (min-width: 1025px) {
  .section-banner-text.section-banner-text--2 .bannerText__content {
    max-width: 630px; } }

/* Section Home Testimonial */
.section-home-testimonial {
  background: #fde5e6;
  padding: 30px 15px; }
  .section-home-testimonial .testimonial {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .section-home-testimonial .testimonial__list:not(.slick-initialized) {
      display: flex;
      flex-wrap: nowrap;
      overflow: hidden; }
      .section-home-testimonial .testimonial__list:not(.slick-initialized) .testimonial__item {
        width: 100%;
        display: none; }
        .section-home-testimonial .testimonial__list:not(.slick-initialized) .testimonial__item:nth-child(1) {
          display: block; }
    .section-home-testimonial .testimonial__list .slick-list {
      margin-left: auto;
      margin-right: auto;
      max-width: 681px; }
    .section-home-testimonial .testimonial__list .slick-arrow {
      background-color: transparent; }
      @media (min-width: 1025px) {
        .section-home-testimonial .testimonial__list .slick-arrow {
          width: 60px;
          height: 60px; } }
      .section-home-testimonial .testimonial__list .slick-arrow:hover, .section-home-testimonial .testimonial__list .slick-arrow:active, .section-home-testimonial .testimonial__list .slick-arrow:focus {
        background-color: #000000; }
      .section-home-testimonial .testimonial__list .slick-arrow.slick-prev {
        left: 75px; }
        @media (max-width: 1024px) {
          .section-home-testimonial .testimonial__list .slick-arrow.slick-prev {
            left: 0; } }
      .section-home-testimonial .testimonial__list .slick-arrow.slick-next {
        right: 75px; }
        @media (max-width: 1024px) {
          .section-home-testimonial .testimonial__list .slick-arrow.slick-next {
            right: 0; } }
    .section-home-testimonial .testimonial__avata {
      margin-bottom: 7px;
      display: flex;
      justify-content: center; }
      .section-home-testimonial .testimonial__avata img {
        max-width: 46px; }
    .section-home-testimonial .testimonial__text {
      color: #000000;
      text-align: center;
      font-family: 'Playfair Display', serif;
      font-size: 30px;
      font-style: normal;
      font-weight: 500;
      line-height: 45px;
      text-transform: capitalize; }
      @media (max-width: 1024px) {
        .section-home-testimonial .testimonial__text {
          font-size: 20px;
          line-height: 1.2; } }
      .section-home-testimonial .testimonial__text p {
        margin-bottom: 22px; }
    .section-home-testimonial .testimonial__author > span {
      display: block;
      color: #000000;
      font-size: 10px;
      font-style: normal;
      line-height: 20px;
      text-transform: uppercase; }
    .section-home-testimonial .testimonial__name {
      font-weight: 700; }
    .section-home-testimonial .testimonial__date {
      font-weight: 400; }

/* Recently Posts */
.home-recently-posts {
  background-image: linear-gradient(#ffffff, #f8f8f8); }
  .home-recently-posts:not(.home-recently-posts--no-pt) {
    padding-top: 120px; }
  @media (max-width: 1024px) {
    .home-recently-posts {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .home-recently-posts {
      padding-top: 30px; } }
  .home-recently-posts .slick-track {
    padding-bottom: 19px; }
  .home-recently-posts .recentlyPost__content:not(.slick-initialized) {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden; }
    .home-recently-posts .recentlyPost__content:not(.slick-initialized) .recentlyPost__item {
      width: 100%;
      display: none; }
      .home-recently-posts .recentlyPost__content:not(.slick-initialized) .recentlyPost__item:nth-child(1), .home-recently-posts .recentlyPost__content:not(.slick-initialized) .recentlyPost__item:nth-child(2), .home-recently-posts .recentlyPost__content:not(.slick-initialized) .recentlyPost__item:nth-child(3) {
        display: block; }
  .home-recently-posts .recentlyPost__content .slick-list {
    margin-left: -15px;
    margin-right: -15px; }
  .home-recently-posts .recentlyPost__content .recentlyPost__list-slider {
    padding-left: 15px;
    padding-right: 15px; }
    .home-recently-posts .recentlyPost__content .recentlyPost__list-slider .recentlyPost__list {
      border-radius: 8px;
      background: #fff;
      padding: 5px 10px 0;
      box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.06); }
      .home-recently-posts .recentlyPost__content .recentlyPost__list-slider .recentlyPost__list .recentlyPost__item .item-image {
        border-radius: 8px;
        overflow: hidden; }
      .home-recently-posts .recentlyPost__content .recentlyPost__list-slider .recentlyPost__list .recentlyPost__item .image-with-overlay {
        position: relative;
        height: 270px;
        display: block;
        overflow: hidden; }
        .home-recently-posts .recentlyPost__content .recentlyPost__list-slider .recentlyPost__list .recentlyPost__item .image-with-overlay::after {
          content: "";
          display: block;
          height: 0;
          padding-bottom: 64.51613%;
          width: 100%; }
        .home-recently-posts .recentlyPost__content .recentlyPost__list-slider .recentlyPost__list .recentlyPost__item .image-with-overlay img {
          bottom: 0;
          left: 0;
          margin: auto;
          position: absolute;
          right: 0;
          top: 0;
          height: 100%;
          width: 100%;
          object-fit: cover; }
      .home-recently-posts .recentlyPost__content .recentlyPost__list-slider .recentlyPost__list .recentlyPost__item .item-content {
        padding: 30px 20px; }
        @media (max-width: 767px) {
          .home-recently-posts .recentlyPost__content .recentlyPost__list-slider .recentlyPost__list .recentlyPost__item .item-content {
            padding: 20px 0; } }
        .home-recently-posts .recentlyPost__content .recentlyPost__list-slider .recentlyPost__list .recentlyPost__item .item-content .title {
          margin-top: 2px;
          margin-bottom: 16px; }
          .home-recently-posts .recentlyPost__content .recentlyPost__list-slider .recentlyPost__list .recentlyPost__item .item-content .title a {
            color: #000;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 30px;
            text-transform: capitalize; }
        .home-recently-posts .recentlyPost__content .recentlyPost__list-slider .recentlyPost__list .recentlyPost__item .item-content .summary {
          color: #000;
          font-family: DM Sans;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 152%;
          margin-bottom: 30px; }
        .home-recently-posts .recentlyPost__content .recentlyPost__list-slider .recentlyPost__list .recentlyPost__item .item-content .button {
          width: 100%;
          text-transform: capitalize; }

.custom-section.home-new-product-block {
  background-image: linear-gradient(#ffffff, #f8f8f8); }
  @media (min-width: 1025px) {
    .custom-section.home-new-product-block {
      padding-bottom: 60px; }
      .custom-section.home-new-product-block .slick-track {
        padding-bottom: 19px; }
      .custom-section.home-new-product-block .productCarousel:not(.slick-initialized) {
        display: flex;
        flex-wrap: nowrap;
        overflow: hidden; }
        .custom-section.home-new-product-block .productCarousel:not(.slick-initialized) .productCarousel-slide {
          width: 33.333%;
          display: none; }
          .custom-section.home-new-product-block .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(1), .custom-section.home-new-product-block .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(2), .custom-section.home-new-product-block .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-child(3) {
            display: block; } }
  @media (max-width: 374px) {
    .custom-section.home-new-product-block {
      padding-bottom: 0; }
      .custom-section.home-new-product-block .productCarousel {
        margin-bottom: 0; }
        .custom-section.home-new-product-block .productCarousel .slick-dots {
          bottom: 8px; } }

.custom-section.home-feature-product-block {
  background-image: linear-gradient(#ffffff, #f8f8f8); }
  @media (min-width: 1025px) {
    .custom-section.home-feature-product-block {
      padding-bottom: 35px; } }

@media (min-width: 1025px) {
  .custom-section.home-recently-posts {
    padding-bottom: 60px;
    padding-top: 0; } }

@media (min-width: 1025px) {
  .section-banner-text .content__title {
    letter-spacing: -0.2px; } }

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

.section-home-solution--slider .homeSolution__block {
  margin-top: 10px;
  display: flex; }
  .section-home-solution--slider .homeSolution__block:hover .homeSolution__list {
    animation-play-state: paused; }

.section-home-solution--slider .homeSolution__title {
  font-size: 46px; }
  .section-home-solution--slider .homeSolution__title span {
    color: #ED1C24; }

.section-home-solution--slider .homeSolution__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "DM Sans";
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease; }
  .section-home-solution--slider .homeSolution__content--title {
    color: #ffffff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    padding: 7px;
    text-align: center; }
    .section-home-solution--slider .homeSolution__content--title::after {
      content: "";
      width: 20%;
      max-width: 68px;
      height: 1px;
      opacity: 0.5;
      background: #D9D9D9;
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%); }
  .section-home-solution--slider .homeSolution__content--text {
    display: block; }
  .section-home-solution--slider .homeSolution__content--action {
    display: flex;
    border-radius: 4px;
    border: 1px solid #ffffff;
    color: #ED1C24;
    max-width: 115px;
    height: 40px;
    padding: 10px;
    margin: 0 auto;
    background-color: transparent; }
    .section-home-solution--slider .homeSolution__content--action:hover {
      border: 1px solid #ED1C24; }
  @media (min-width: 1025px) {
    .section-home-solution--slider .homeSolution__content {
      transform: translateY(calc(100% - 44px)); } }

.section-home-solution--slider .homeSolution__list {
  overflow: hidden;
  flex-wrap: nowrap;
  animation: SlideLeft 25s linear infinite;
  min-width: 100%; }
  .section-home-solution--slider .homeSolution__list.slide-to-right {
    animation-direction: reverse; }
  .section-home-solution--slider .homeSolution__list:not(:first-child) {
    margin-left: 4px; }

.section-home-solution--slider .homeSolution__item .data {
  height: 100%;
  border-radius: 4px;
  position: relative;
  overflow: hidden; }

@media (min-width: 1025px) {
  .section-home-solution--slider .homeSolution__item:hover .homeSolution__content {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    transform: translateY(0);
    border-radius: 4px; }
    .section-home-solution--slider .homeSolution__item:hover .homeSolution__content--title {
      position: relative;
      color: #ED1C24; }
    .section-home-solution--slider .homeSolution__item:hover .homeSolution__content--text {
      display: block;
      color: #ffffff;
      text-align: center;
      margin-top: 20px; }
    .section-home-solution--slider .homeSolution__item:hover .homeSolution__content--action {
      display: block; } }

@media (max-width: 1700px) {
  .section-home-solution--slider .homeSolution__item {
    flex: 0 0 25%;
    max-width: 25%; } }

@media (max-width: 1400px) {
  .section-home-solution--slider .homeSolution__item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%; } }

.section-home-solution--slider .homeSolution__item .data {
  width: 100%; }

.section-home-solution--slider .homeSolution__item .img-box {
  margin: auto;
  position: relative;
  width: 100%; }
  .section-home-solution--slider .homeSolution__item .img-box::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 62.22222%;
    width: 100%; }
  .section-home-solution--slider .homeSolution__item .img-box img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 100%; }

@media (max-width: 1024px) {
  .section-home-solution--slider {
    padding-bottom: 130px; }
    .section-home-solution--slider .container {
      padding-left: 15px;
      padding-right: 15px; }
    .section-home-solution--slider .homeSolution .slick-arrow {
      bottom: -70px;
      top: unset;
      left: 50%;
      transform: translateX(-50%);
      border: 1px solid #f1f1f1; }
      .section-home-solution--slider .homeSolution .slick-arrow.slick-next {
        left: calc(50% + 25px); }
        .section-home-solution--slider .homeSolution .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='%23000000' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
      .section-home-solution--slider .homeSolution .slick-arrow.slick-prev {
        left: calc(50% - 25px); }
        .section-home-solution--slider .homeSolution .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='%23000000' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
      .section-home-solution--slider .homeSolution .slick-arrow:hover, .section-home-solution--slider .homeSolution .slick-arrow:active, .section-home-solution--slider .homeSolution .slick-arrow:focus {
        background-color: unset; }
    .section-home-solution--slider .homeSolution__list {
      margin-left: -15px;
      margin-right: -15px; }
    .section-home-solution--slider .homeSolution__title {
      font-size: 28px;
      line-height: 38px; }
      .section-home-solution--slider .homeSolution__title span {
        display: block;
        width: 100%; }
    .section-home-solution--slider .homeSolution__item {
      height: 100%;
      padding: 0 15px; }
      .section-home-solution--slider .homeSolution__item .img-box::after {
        padding-bottom: 71.42%; }
      .section-home-solution--slider .homeSolution__item img {
        min-height: 260px;
        transform: scale(1.01); }
    .section-home-solution--slider .homeSolution__content {
      position: relative;
      opacity: 1;
      padding: 40px 15px 47px;
      background: #000; }
      .section-home-solution--slider .homeSolution__content--title {
        color: #ED1C24;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;
        position: relative; }
      .section-home-solution--slider .homeSolution__content--text {
        display: block;
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 1.625;
        margin-top: 20px; }
      .section-home-solution--slider .homeSolution__content--action {
        display: flex;
        font-size: 16px;
        padding: 0; } }

@media (max-width: 360px) {
  .section-home-solution--slider .homeSolution__list {
    margin-left: -5px;
    margin-right: -5px; }
  .section-home-solution--slider .homeSolution__item {
    padding: 0 5px; } }

/* About Page */
.aboutUsPage {
  /* Hide Default content of about us page */
  /* Slick Arrow with new style */
  /* Banner Top */
  /* Breadcrumb */
  /* About Us Text */
  /* Our Brands */
  /* Banner With Text */
  /* Banner Text With Video */
  /* Company History Section */
  /* Service Section */
  /* Button Text */ }
  .aboutUsPage .page-content,
  .aboutUsPage .page-heading {
    display: none; }
  .aboutUsPage * {
    font-family: 'DM Sans', sans-serif !important; }
  .aboutUsPage .button {
    background-color: #ED1B24;
    border-color: #ED1B24;
    border-radius: 3px; }
    .aboutUsPage .button:hover {
      background-color: #ED1B24; }
  .aboutUsPage .slick-arrow {
    top: calc(100% + 30px);
    left: 50%;
    right: unset;
    transform: translateX(-50%);
    width: 37px;
    height: 37px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    border: none; }
    .aboutUsPage .slick-arrow.slick-next {
      left: calc(50% + 25px); }
    .aboutUsPage .slick-arrow.slick-prev {
      left: calc(50% - 25px); }
  .aboutUsPage .aboutUs__sectionTop {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 1024px) {
      .aboutUsPage .aboutUs__sectionTop {
        flex-direction: column; } }
    @media (max-width: 1024px) {
      .aboutUsPage .aboutUs__sectionTop--revese-mobile {
        flex-direction: column-reverse; } }
    .aboutUsPage .aboutUs__sectionTop .aboutUs__sectionTop--col {
      max-width: 50%; }
      @media (max-width: 1024px) {
        .aboutUsPage .aboutUs__sectionTop .aboutUs__sectionTop--col {
          max-width: 100%; } }
  .aboutUsPage .bannerTop {
    position: relative; }
    .aboutUsPage .bannerTop__image {
      object-fit: cover;
      transition: color 0.15s ease;
      display: inline-block;
      width: 100%; }
      .aboutUsPage .bannerTop__image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      @media (max-width: 767px) {
        .aboutUsPage .bannerTop__image--desktop {
          display: none; } }
      .aboutUsPage .bannerTop__image--mobile {
        display: none; }
        @media (max-width: 767px) {
          .aboutUsPage .bannerTop__image--mobile {
            display: block; } }
    .aboutUsPage .bannerTop__content {
      position: absolute;
      background-color: transparent;
      top: 50%;
      z-index: 3;
      width: 100%;
      white-space: normal;
      padding-bottom: 8px;
      margin-inline: auto;
      max-width: 500px; }
      @media (max-width: 767px) {
        .aboutUsPage .bannerTop__content {
          max-width: 310px; } }
      .aboutUsPage .bannerTop__content--left {
        text-align: left;
        transform: translateY(-50%);
        left: calc((100% - 1290px) / 2); }
        @media (max-width: 1290px) {
          .aboutUsPage .bannerTop__content--left {
            left: 15px; } }
        @media (max-width: 767px) {
          .aboutUsPage .bannerTop__content--left {
            left: 50%;
            transform: translate(-50%, -50%); } }
    .aboutUsPage .bannerTop__desc {
      line-height: 1.5;
      letter-spacing: 0;
      font-weight: 400;
      padding-top: 10px;
      font-size: clamp(16px, 1.5vw, 20px); }
      @media (max-width: 767px) {
        .aboutUsPage .bannerTop__desc {
          line-height: 1.625;
          text-align: center; } }
  .aboutUsPage .themevale_breadcrumb.text-center {
    margin-top: 70px;
    padding-bottom: 5px; }
    @media (max-width: 1024px) {
      .aboutUsPage .themevale_breadcrumb.text-center {
        margin-top: 35px;
        padding-bottom: 2px; } }
  @media (max-width: 1024px) {
    .aboutUsPage .aboutUsText {
      margin-top: 10px; } }
  @media (max-width: 767px) {
    .aboutUsPage .aboutUsText__heading {
      margin-bottom: 0; } }
  .aboutUsPage .aboutUsText__content {
    --f-gap: 110px;
    margin-left: calc(var(--f-gap) / -2);
    margin-right: calc(var(--f-gap) / -2); }
    @media (max-width: 1024px) {
      .aboutUsPage .aboutUsText__content {
        --f-gap: 0; } }
    .aboutUsPage .aboutUsText__content .content__row {
      --f-col: 2;
      --f-gap: 110px;
      display: flex;
      flex-wrap: wrap;
      width: 100%; }
      @media (max-width: 1024px) {
        .aboutUsPage .aboutUsText__content .content__row {
          --f-col: 1;
          --f-gap: 0;
          padding: 0 8px; } }
    .aboutUsPage .aboutUsText__content .content__col {
      padding-left: calc(var(--f-gap) / 2);
      padding-right: calc(var(--f-gap) / 2);
      flex: 0 0 calc(100% / var(--f-col));
      max-width: calc(100% / var(--f-col));
      text-align: center; }
      @media (min-width: 1025px) {
        .aboutUsPage .aboutUsText__content .content__col--left {
          text-align: left;
          border-right: 1px solid #D9D9D9; } }
      @media (max-width: 1024px) {
        .aboutUsPage .aboutUsText__content .content__col--left {
          border-right: none;
          border-bottom: 1px solid #D9D9D9; } }
      @media (min-width: 1025px) {
        .aboutUsPage .aboutUsText__content .content__col--right {
          text-align: right; } }
      .aboutUsPage .aboutUsText__content .content__col .content__desc {
        margin: 0; }
        @media (max-width: 767px) {
          .aboutUsPage .aboutUsText__content .content__col .content__desc {
            margin-top: 36px;
            margin-bottom: 36px; }
            .aboutUsPage .aboutUsText__content .content__col .content__desc:first-child {
              margin-top: 20px; } }
    .aboutUsPage .aboutUsText__content .content__button {
      margin-top: 50px;
      height: auto;
      padding: 14px 32px; }
      @media (max-width: 1024px) {
        .aboutUsPage .aboutUsText__content .content__button {
          margin-top: 40px;
          line-height: 1.3; } }
  .aboutUsPage .ourBrands {
    background-color: #f6f6f6;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 100px; }
    @media (max-width: 1024px) {
      .aboutUsPage .ourBrands {
        padding-top: 50px;
        padding-bottom: 115px; } }
    .aboutUsPage .ourBrands__desc {
      max-width: 50%; }
      @media (max-width: 1024px) {
        .aboutUsPage .ourBrands__desc {
          max-width: 100%;
          text-align: center;
          margin-bottom: 40px; } }
    .aboutUsPage .ourBrands__heading {
      white-space: nowrap; }
      @media (max-width: 1024px) {
        .aboutUsPage .ourBrands__heading {
          margin-bottom: 36px; } }
    @media (max-width: 550px) {
      .aboutUsPage .ourBrands__item {
        display: flex;
        justify-content: center;
        align-items: center; } }
    .aboutUsPage .ourBrands__item > a {
      background-color: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 156px;
      border-radius: 8px; }
      @media (max-width: 550px) {
        .aboutUsPage .ourBrands__item > a {
          width: 100%;
          max-width: 236px; } }
      .aboutUsPage .ourBrands__item > a img {
        max-height: 55px;
        width: auto; }
    .aboutUsPage .ourBrands .slick-list {
      margin: 0 -17.5px; }
    .aboutUsPage .ourBrands .slick-slide {
      padding: 0 17.5px; }
  .aboutUsPage .bannerWithText {
    padding-top: 150px;
    padding-bottom: 150px; }
    @media (max-width: 1024px) {
      .aboutUsPage .bannerWithText {
        padding-top: 78px;
        padding-bottom: 70px; } }
    .aboutUsPage .bannerWithText .aboutUS__sectionTop--left {
      max-width: 36%; }
      @media (max-width: 1199px) {
        .aboutUsPage .bannerWithText .aboutUS__sectionTop--left {
          max-width: 50%; } }
      @media (max-width: 1024px) {
        .aboutUsPage .bannerWithText .aboutUS__sectionTop--left {
          max-width: 100%; } }
    .aboutUsPage .bannerWithText .aboutUS__sectionTop--right {
      max-width: 54%; }
      @media (max-width: 1199px) {
        .aboutUsPage .bannerWithText .aboutUS__sectionTop--right {
          max-width: 50%; } }
      @media (max-width: 1024px) {
        .aboutUsPage .bannerWithText .aboutUS__sectionTop--right {
          max-width: 100%; } }
    .aboutUsPage .bannerWithText__heading {
      text-align: left; }
      @media (max-width: 1024px) {
        .aboutUsPage .bannerWithText__heading {
          line-height: 1.357;
          text-align: center;
          margin-bottom: 18px; } }
      @media (max-width: 550px) {
        .aboutUsPage .bannerWithText__heading {
          max-width: 70% !important; } }
    @media (max-width: 1024px) {
      .aboutUsPage .bannerWithText__desc .custom-page-subTitle {
        margin-bottom: 24px; } }
    .aboutUsPage .bannerWithText__desc > p {
      text-align: right;
      margin-bottom: 16px; }
      .aboutUsPage .bannerWithText__desc > p:last-child {
        margin-bottom: 48px; }
      @media (max-width: 1024px) {
        .aboutUsPage .bannerWithText__desc > p {
          text-align: center; } }
    .aboutUsPage .bannerWithText .bannerNumber {
      display: flex;
      justify-content: space-between;
      margin-left: -60px;
      margin-right: -60px; }
      @media (max-width: 1199px) {
        .aboutUsPage .bannerWithText .bannerNumber {
          margin-left: -20px;
          margin-right: -20px; } }
      @media (max-width: 1024px) {
        .aboutUsPage .bannerWithText .bannerNumber {
          flex-direction: column;
          margin-left: 0;
          margin-right: 0; } }
      .aboutUsPage .bannerWithText .bannerNumber__img {
        position: relative;
        padding-left: 60px;
        padding-right: 60px; }
        @media (max-width: 1199px) {
          .aboutUsPage .bannerWithText .bannerNumber__img {
            padding-left: 20px;
            padding-right: 20px; } }
        @media (max-width: 1024px) {
          .aboutUsPage .bannerWithText .bannerNumber__img {
            padding-left: 0;
            padding-right: 0; } }
        .aboutUsPage .bannerWithText .bannerNumber__img > a {
          display: block;
          width: 100%; }
          .aboutUsPage .bannerWithText .bannerNumber__img > a > img {
            width: 100%; }
        .aboutUsPage .bannerWithText .bannerNumber__img-text {
          position: absolute;
          right: 0;
          bottom: 0;
          max-width: 400px;
          border-radius: 8px;
          padding: 48px 30px;
          padding-right: 35px;
          width: 100%; }
          @media (max-width: 1199px) {
            .aboutUsPage .bannerWithText .bannerNumber__img-text {
              position: relative;
              top: -20px;
              bottom: unset;
              left: 50%;
              transform: translateX(-50%);
              text-align: center;
              padding: 24px 20px; } }
          @media (max-width: 550px) {
            .aboutUsPage .bannerWithText .bannerNumber__img-text {
              max-width: 265px; } }
      .aboutUsPage .bannerWithText .bannerNumber__number {
        width: 100%;
        max-width: 420px;
        padding-left: 60px;
        padding-right: 60px; }
        @media (max-width: 1199px) {
          .aboutUsPage .bannerWithText .bannerNumber__number {
            padding-left: 20px;
            padding-right: 20px;
            margin-top: 10px; } }
        @media (max-width: 1024px) {
          .aboutUsPage .bannerWithText .bannerNumber__number {
            padding-left: 0;
            padding-right: 0;
            max-width: 400px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-inline: auto; } }
        @media (max-width: 550px) {
          .aboutUsPage .bannerWithText .bannerNumber__number {
            max-width: 230px; } }
        .aboutUsPage .bannerWithText .bannerNumber__number .numberList {
          list-style: none;
          margin-left: 0; }
          @media (max-width: 1024px) {
            .aboutUsPage .bannerWithText .bannerNumber__number .numberList {
              display: flex;
              flex-wrap: wrap;
              margin-left: -28px;
              margin-right: -28px; } }
          .aboutUsPage .bannerWithText .bannerNumber__number .numberList .numberItem {
            border-bottom: 1px solid #D9D9D9;
            padding-bottom: 20px;
            padding-top: 20px; }
            .aboutUsPage .bannerWithText .bannerNumber__number .numberList .numberItem:last-child {
              border-bottom: none; }
            .aboutUsPage .bannerWithText .bannerNumber__number .numberList .numberItem:first-child {
              padding-top: 0; }
            @media (max-width: 1024px) {
              .aboutUsPage .bannerWithText .bannerNumber__number .numberList .numberItem {
                flex: 0 0 50%;
                padding-bottom: 0;
                padding-top: 0;
                border-bottom: none;
                text-align: center;
                padding-left: 28px;
                padding-right: 28px;
                margin-bottom: 20px; } }
            @media (max-width: 1024px) {
              .aboutUsPage .bannerWithText .bannerNumber__number .numberList .numberItem:nth-child(2n) {
                border-left: 1px solid #D9D9D9; } }
            .aboutUsPage .bannerWithText .bannerNumber__number .numberList .numberItem > h4 {
              margin-bottom: 8px;
              line-height: 100%;
              text-align: left; }
              @media (max-width: 1024px) {
                .aboutUsPage .bannerWithText .bannerNumber__number .numberList .numberItem > h4 {
                  text-align: center; } }
            .aboutUsPage .bannerWithText .bannerNumber__number .numberList .numberItem > span {
              display: inline-block; }
  .aboutUsPage .bannerTextVideo {
    position: relative;
    display: flex; }
    @media (max-width: 1024px) {
      .aboutUsPage .bannerTextVideo {
        flex-direction: column; } }
    .aboutUsPage .bannerTextVideo__col {
      width: 50%; }
      @media (max-width: 1024px) {
        .aboutUsPage .bannerTextVideo__col {
          width: 100%; } }
    .aboutUsPage .bannerTextVideo__left img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .aboutUsPage .bannerTextVideo__right {
      background-color: #F6F6F6;
      padding: 50px 110px; }
      @media (max-width: 1399px) {
        .aboutUsPage .bannerTextVideo__right {
          padding: 55px 30px; } }
    @media (max-width: 767px) {
      .aboutUsPage .bannerTextVideo__banner--desktop {
        display: none; } }
    @media (min-width: 768px) {
      .aboutUsPage .bannerTextVideo__banner--mobile {
        display: none; } }
    @media (min-width: 1025px) {
      .aboutUsPage .bannerTextVideo__content {
        max-width: 580px; } }
    .aboutUsPage .bannerTextVideo__heading {
      margin-bottom: 32px; }
      @media (max-width: 1024px) {
        .aboutUsPage .bannerTextVideo__heading {
          text-align: center;
          margin-bottom: 28px; } }
    .aboutUsPage .bannerTextVideo__subTitle {
      text-align: center;
      margin-bottom: 20px; }
      @media (min-width: 1025px) {
        .aboutUsPage .bannerTextVideo__subTitle {
          text-align: left;
          font-size: 20px; } }
    .aboutUsPage .bannerTextVideo__text {
      margin-bottom: 0; }
      @media (max-width: 1024px) {
        .aboutUsPage .bannerTextVideo__text {
          text-align: center; } }
    .aboutUsPage .bannerTextVideo__button {
      background-color: #ED1B24;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #ED1B24;
      z-index: 99; }
      @media (max-width: 1024px) {
        .aboutUsPage .bannerTextVideo__button {
          top: unset; } }
      .aboutUsPage .bannerTextVideo__button .icon {
        width: 20px;
        height: 20px;
        transform: translate(4px, 1px); }
      .aboutUsPage .bannerTextVideo__button:hover {
        background-color: black;
        border-color: #000000; }
    .aboutUsPage .bannerTextVideo__modal {
      min-height: 50vh; }
      .aboutUsPage .bannerTextVideo__modal .modal-content {
        min-height: 50vh;
        display: flex; }
  .aboutUsPage .companyHistory {
    padding-top: 150px;
    padding-bottom: 146px; }
    .aboutUsPage .companyHistory .slick-arrow {
      top: unset;
      bottom: 30px; }
    @media (max-width: 1024px) {
      .aboutUsPage .companyHistory {
        padding-top: 100px;
        padding-bottom: 40px; } }
    @media (max-width: 767px) {
      .aboutUsPage .companyHistory {
        padding-top: 80px;
        padding-left: 12px;
        padding-right: 12px; } }
    .aboutUsPage .companyHistory__heading {
      margin-bottom: 28px; }
      @media (max-width: 1024px) {
        .aboutUsPage .companyHistory__heading {
          margin-bottom: 20px; } }
    .aboutUsPage .companyHistory__desc {
      max-width: 850px;
      margin-inline: auto; }
    .aboutUsPage .companyHistory__list {
      margin-top: 50px; }
      .aboutUsPage .companyHistory__list .item-content {
        max-width: 400px; }
    .aboutUsPage .companyHistory__item {
      display: flex;
      flex-direction: column;
      transition: all 0.3s ease;
      cursor: pointer; }
      .aboutUsPage .companyHistory__item .item-year {
        font-size: 20px;
        font-weight: 600;
        color: #ffffff;
        line-height: 100%;
        background-color: #5FB139;
        border-radius: 8px;
        display: inline-block;
        padding: 15px;
        position: absolute;
        left: 50%;
        z-index: 9; }
      .aboutUsPage .companyHistory__item .item-point {
        position: absolute;
        left: 50%;
        z-index: 9;
        width: 17px;
        height: 17px;
        border-radius: 50%;
        border: 1px solid #000000;
        display: flex;
        justify-content: center;
        align-items: center; }
        .aboutUsPage .companyHistory__item .item-point span {
          width: 11px;
          height: 11px;
          background-color: #000000;
          border-radius: 50%; }
      .aboutUsPage .companyHistory__item .item-top {
        position: relative;
        border-bottom: 1px dashed #C4C4C4;
        padding-left: 59px;
        padding-right: 59px;
        display: flex;
        align-items: flex-end;
        justify-content: center; }
        @media (max-width: 1599px) {
          .aboutUsPage .companyHistory__item .item-top {
            padding-left: 32px;
            padding-right: 32px; } }
        @media (min-width: 1400px) {
          .aboutUsPage .companyHistory__item .item-top {
            min-height: 300px; } }
        @media (max-width: 1399px) {
          .aboutUsPage .companyHistory__item .item-top {
            min-height: 420px; } }
        .aboutUsPage .companyHistory__item .item-top .item-image {
          margin-bottom: 60px; }
          @media (max-width: 1399px) {
            .aboutUsPage .companyHistory__item .item-top .item-image {
              margin-bottom: 70px; } }
        .aboutUsPage .companyHistory__item .item-top img {
          object-fit: contain;
          width: auto; }
          @media (max-width: 1399px) {
            .aboutUsPage .companyHistory__item .item-top img {
              width: 100%; } }
        .aboutUsPage .companyHistory__item .item-top .item-year {
          left: 50%;
          transform: translate(-50%, 50%);
          bottom: 60px; }
          @media (max-width: 1399px) {
            .aboutUsPage .companyHistory__item .item-top .item-year {
              bottom: 70px; } }
        .aboutUsPage .companyHistory__item .item-top .item-point {
          bottom: 0;
          transform: translate(-50%, 50%); }
      .aboutUsPage .companyHistory__item .custom-page-subTitle {
        margin-top: 0;
        width: 100%; }
      .aboutUsPage .companyHistory__item .item-bottom {
        position: relative;
        padding-top: 35px;
        display: flex;
        justify-content: center;
        flex-direction: column; }
        @media (min-width: 1400px) {
          .aboutUsPage .companyHistory__item .item-bottom {
            min-height: 300px;
            padding-left: 59px;
            padding-right: 59px; } }
        @media (max-width: 1599px) {
          .aboutUsPage .companyHistory__item .item-bottom {
            padding-left: 32px;
            padding-right: 32px; } }
        @media (max-width: 1399px) {
          .aboutUsPage .companyHistory__item .item-bottom {
            min-height: 420px; } }
        .aboutUsPage .companyHistory__item .item-bottom .item-image {
          display: flex;
          justify-content: center;
          width: fit-content;
          margin-left: auto;
          margin-right: auto; }
        .aboutUsPage .companyHistory__item .item-bottom img {
          width: auto;
          object-fit: cover; }
        .aboutUsPage .companyHistory__item .item-bottom .item-year {
          top: 75px;
          bottom: unset;
          transform: translate(-50%, -50%); }
        .aboutUsPage .companyHistory__item .item-bottom .item-point {
          bottom: unset;
          top: 0px;
          transform: translate(-50%, -50%); }
      .aboutUsPage .companyHistory__item:not(.companyHistory__item--reverse) .item-top::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 1px;
        height: 75px;
        border: 1px dashed #C4C4C4;
        z-index: 1; }
      @media (max-width: 767px) {
        .aboutUsPage .companyHistory__item {
          display: flex !important;
          flex-direction: column; }
          .aboutUsPage .companyHistory__item .item-bottom {
            min-height: unset;
            padding-top: 0;
            padding-bottom: 72px;
            border-bottom: none; }
            .aboutUsPage .companyHistory__item .item-bottom::after {
              top: auto; }
            .aboutUsPage .companyHistory__item .item-bottom .item-year {
              top: unset;
              bottom: 0;
              transform: translate(-50%, -100%); }
            .aboutUsPage .companyHistory__item .item-bottom .item-point {
              top: 100%; }
          .aboutUsPage .companyHistory__item .item-top {
            min-height: unset;
            border-bottom: 1px dashed #C4C4C4; } }
      .aboutUsPage .companyHistory__item--reverse .item-top {
        margin-bottom: 0;
        display: flex;
        justify-content: flex-end;
        flex-direction: column; }
        @media (min-width: 1400px) {
          .aboutUsPage .companyHistory__item--reverse .item-top {
            min-height: 300px; } }
        @media (max-width: 1399px) {
          .aboutUsPage .companyHistory__item--reverse .item-top {
            min-height: 420px; } }
      .aboutUsPage .companyHistory__item--reverse .custom-page-text {
        margin-bottom: 35px; }
      .aboutUsPage .companyHistory__item--reverse .item-bottom {
        padding-top: 75px; }
        .aboutUsPage .companyHistory__item--reverse .item-bottom::after {
          content: "";
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%);
          width: 1px;
          height: 75px;
          border: 1px dashed #C4C4C4;
          z-index: 1; }
      @media (max-width: 767px) {
        .aboutUsPage .companyHistory__item--reverse {
          display: flex !important;
          flex-direction: column-reverse; }
          .aboutUsPage .companyHistory__item--reverse .item-bottom {
            min-height: unset;
            padding-top: 0;
            padding-bottom: 70px;
            border-bottom: 1px dashed #C4C4C4; }
            .aboutUsPage .companyHistory__item--reverse .item-bottom::after {
              top: auto; }
            .aboutUsPage .companyHistory__item--reverse .item-bottom .item-year {
              top: unset;
              bottom: 0;
              transform: translate(-50%, -100%); }
            .aboutUsPage .companyHistory__item--reverse .item-bottom .item-point {
              top: 100%; }
          .aboutUsPage .companyHistory__item--reverse .item-top {
            min-height: unset;
            border-bottom: none; } }
      .aboutUsPage .companyHistory__item .custom-page-subTitle {
        font-size: 22px;
        font-weight: 500;
        color: #191919;
        text-transform: unset;
        text-align: center;
        letter-spacing: 0; }
        @media (max-width: 767px) {
          .aboutUsPage .companyHistory__item .custom-page-subTitle {
            font-size: 16px;
            line-height: 28px;
            margin-top: 26px;
            margin-inline: auto; } }
        @media (max-width: 550px) {
          .aboutUsPage .companyHistory__item .custom-page-subTitle {
            max-width: 290px; } }
      .aboutUsPage .companyHistory__item .custom-page-text {
        color: #757575;
        text-align: center;
        padding-left: 36px;
        padding-right: 36px; }
      .aboutUsPage .companyHistory__item .item-image {
        border-radius: 8px; }
      .aboutUsPage .companyHistory__item:hover {
        overflow: hidden; }
        .aboutUsPage .companyHistory__item:hover img {
          transform: scale(1.1); }
        .aboutUsPage .companyHistory__item:hover .custom-page-subTitle {
          color: #5FB139; }
        .aboutUsPage .companyHistory__item:hover .item-year {
          background-color: #ffffff;
          border: 1px solid #5FB139;
          color: #5FB139; }
        .aboutUsPage .companyHistory__item:hover .item-bottom::after,
        .aboutUsPage .companyHistory__item:hover .item-top::after {
          border-color: #5FB139; }
        .aboutUsPage .companyHistory__item:hover .item-point {
          border-color: #5FB139; }
          .aboutUsPage .companyHistory__item:hover .item-point span {
            background-color: #5FB139; }
  .aboutUsPage .serviceSection {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #F6F6F6; }
    @media (max-width: 1024px) {
      .aboutUsPage .serviceSection {
        padding-top: 50px; } }
    .aboutUsPage .serviceSection .slick-list {
      margin-left: -12px;
      margin-right: -12px; }
    .aboutUsPage .serviceSection .slick-arrow {
      top: calc(100% - 10px); }
    .aboutUsPage .serviceSection__col {
      padding-left: 12px;
      padding-right: 12px;
      margin-bottom: 40px;
      margin-top: 40px;
      cursor: pointer;
      transition: all 0.3s ease; }
      .aboutUsPage .serviceSection__col:hover {
        transform: translateY(-10px); }
      .aboutUsPage .serviceSection__col--target .serviceSection__item {
        box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1); }
        .aboutUsPage .serviceSection__col--target .serviceSection__item .item-top__number span {
          -webkit-text-fill-color: #cccccc;
          -webkit-text-stroke-width: 1px;
          -webkit-text-stroke-color: #cccccc; }
    .aboutUsPage .serviceSection__item {
      position: relative;
      padding: 40px 16px 24px 30px;
      background-color: #ffffff;
      border-radius: 8px; }
      .aboutUsPage .serviceSection__item .icon-service-target {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 72px;
        height: 72px; }
      @media (max-width: 500px) {
        .aboutUsPage .serviceSection__item {
          max-width: 272px;
          margin-left: auto;
          margin-right: auto;
          padding: 40px 18px 36px; } }
      .aboutUsPage .serviceSection__item .item-top {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .aboutUsPage .serviceSection__item .item-top__icon .icon {
          max-height: 42px;
          width: auto;
          height: auto; }
          .aboutUsPage .serviceSection__item .item-top__icon .icon svg {
            height: 50px;
            width: 55px; }
        .aboutUsPage .serviceSection__item .item-top__number {
          font-size: 50px;
          line-height: 50px;
          font-weight: 900;
          -webkit-text-fill-color: white;
          -webkit-text-stroke-width: 1px;
          -webkit-text-stroke-color: #cccccc; }
          @media (max-width: 1024px) {
            .aboutUsPage .serviceSection__item .item-top__number {
              font-size: 40px; } }
      .aboutUsPage .serviceSection__item .item-bottom .serviceSection__heading {
        font-size: 20px;
        line-height: 1.5;
        color: #262626;
        font-weight: 700;
        text-transform: uppercase;
        min-height: 60px; }
        @media (max-width: 1024px) {
          .aboutUsPage .serviceSection__item .item-bottom .serviceSection__heading {
            margin-top: 22px; } }
        @media (max-width: 767px) {
          .aboutUsPage .serviceSection__item .item-bottom .serviceSection__heading {
            font-size: 16px;
            min-height: unset;
            margin-bottom: 10px; } }
      .aboutUsPage .serviceSection__item .item-bottom .serviceSection__text {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
        color: #757575;
        font-weight: 400;
        min-height: 104px;
        text-align: left; }
        @media (max-width: 767px) {
          .aboutUsPage .serviceSection__item .item-bottom .serviceSection__text {
            min-height: unset;
            margin-bottom: 0; } }
  .aboutUsPage .buttonText {
    padding-top: 100px;
    padding-bottom: 0; }
    @media (max-width: 1024px) {
      .aboutUsPage .buttonText {
        padding-top: 70px;
        padding-bottom: 36px; } }
    .aboutUsPage .buttonText__wrapper {
      max-width: 710px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 24px;
      padding-right: 24px; }
    .aboutUsPage .buttonText__heading {
      font-size: 40px;
      line-height: 50px;
      max-width: 530px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
      font-family: 'DM Sans', sans-serif !important; }
      @media (max-width: 767px) {
        .aboutUsPage .buttonText__heading {
          font-size: 28px;
          line-height: 38px; } }
    .aboutUsPage .buttonText__desc {
      color: #757575;
      margin-bottom: 28px; }
    .aboutUsPage .buttonText__button {
      border-radius: 3px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px 25px; }

/* CSS after done custom */
.page-shipping .text-no-wrap,
.page-payment-methods .text-no-wrap,
.page-contact-us .text-no-wrap {
  white-space: nowrap;
  line-height: 1.825; }

.page-shipping .page-heading,
.page-payment-methods .page-heading,
.page-contact-us .page-heading {
  display: none; }

.page-shipping .breadcrumbs,
.page-payment-methods .breadcrumbs,
.page-contact-us .breadcrumbs {
  margin-top: 20px; }
  .page-shipping .breadcrumbs .breadcrumb-label,
  .page-payment-methods .breadcrumbs .breadcrumb-label,
  .page-contact-us .breadcrumbs .breadcrumb-label {
    font-size: 20px;
    text-transform: none; }
  @media (max-width: 1024px) {
    .page-shipping .breadcrumbs,
    .page-payment-methods .breadcrumbs,
    .page-contact-us .breadcrumbs {
      margin-top: 24px; }
      .page-shipping .breadcrumbs .breadcrumb-label,
      .page-payment-methods .breadcrumbs .breadcrumb-label,
      .page-contact-us .breadcrumbs .breadcrumb-label {
        font-size: 14px; } }

.page-shipping .body .themevale_breadcrumb,
.page-payment-methods .body .themevale_breadcrumb,
.page-contact-us .body .themevale_breadcrumb {
  padding-bottom: 10px; }
  @media (max-width: 1024px) {
    .page-shipping .body .themevale_breadcrumb,
    .page-payment-methods .body .themevale_breadcrumb,
    .page-contact-us .body .themevale_breadcrumb {
      padding-bottom: 5px; } }

.page-shipping #main-content > .container,
.page-payment-methods #main-content > .container,
.page-contact-us #main-content > .container {
  max-width: 1320px;
  padding: 0 15px; }
  @media (max-width: 1024px) {
    .page-shipping #main-content > .container,
    .page-payment-methods #main-content > .container,
    .page-contact-us #main-content > .container {
      padding: 0 20px; } }

.page-shipping .page-content,
.page-payment-methods .page-content {
  display: none; }

.page-contact-us .body {
  padding-bottom: 76px !important; }

.page-contact-us .themevale_breadcrumb {
  padding-bottom: 5px !important; }

.custom-separator::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  position: absolute;
  top: calc(50% - 7px);
  transform: translateY(-50%);
  right: 0; }
  @media (max-width: 1024px) {
    .custom-separator::after {
      width: 82.4%;
      height: 1px;
      position: absolute;
      left: 50%;
      top: unset;
      transform: translateX(-50%);
      bottom: 0; } }

.custom-separator.custom-separator--bottom::after {
  height: 1px;
  width: 100%;
  background-color: #000000;
  opacity: 0.2;
  top: unset;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0; }

.bottom-line {
  position: relative; }
  .bottom-line::after {
    content: "";
    height: 2px;
    width: 30%;
    max-width: 88px;
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #ED1C24; }
  @media (max-width: 1024px) {
    .bottom-line::after {
      width: 46px;
      left: 50%;
      transform: translateX(-50%);
      bottom: -12px; } }

.section-image-banner {
  padding-top: 14px;
  padding-bottom: 0px; }
  .section-image-banner .image-banner {
    position: relative; }
    .section-image-banner .image-banner::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 30.30303%;
      width: 100%; }
    .section-image-banner .image-banner img {
      bottom: 0;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media (max-width: 767px) {
      .section-image-banner .image-banner::after {
        padding-bottom: 51.30303%; } }
  .section-image-banner .content-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px; }
    .section-image-banner .content-banner__title {
      color: #444444;
      font-size: 40px !important;
      font-style: normal;
      font-weight: 600;
      line-height: 1.5;
      margin-top: 0px;
      margin-bottom: 12px; }
    .section-image-banner .content-banner.normal-text {
      font-size: 18px;
      font-style: normal;
      font-weight: 300;
      line-height: 1.55;
      max-width: 561px; }
    .section-image-banner .content-banner__description {
      font-size: 18px;
      font-style: normal;
      font-weight: 300;
      line-height: 1.55;
      padding-left: 43px;
      padding-top: 10px; }
    .section-image-banner .content-banner__left {
      position: relative;
      width: 50%; }
    .section-image-banner .content-banner__right {
      width: 50%; }
    @media (max-width: 1024px) {
      .section-image-banner .content-banner {
        flex-direction: column;
        margin-top: 30px; }
        .section-image-banner .content-banner__title {
          font-size: 25px !important;
          line-height: 1.4;
          text-align: center; }
        .section-image-banner .content-banner__description {
          font-size: 16px;
          line-height: 1.625;
          padding-left: 0px;
          text-align: center; }
        .section-image-banner .content-banner__left {
          width: 100%;
          padding-bottom: 10px; }
        .section-image-banner .content-banner__right {
          width: 100%;
          padding-top: 10px; } }
    @media (max-width: 767px) {
      .section-image-banner .content-banner {
        margin-top: 20px; } }
  @media (max-width: 1024px) {
    .section-image-banner {
      padding-top: 4px; } }

.section-content-list {
  padding-top: 40px; }
  @media (min-width: 1025px) {
    .section-content-list {
      padding-bottom: 30px; } }

.section-content-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding-top: 30px;
  padding-bottom: 28px; }
  .section-content-item:last-child::after {
    content: unset; }
  .section-content-item__title {
    width: 40%;
    margin-top: 0px;
    color: #444444;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3333em;
    margin-bottom: 0px; }
    @media (max-width: 1024px) {
      .section-content-item__title {
        font-size: 20px; } }
  .section-content-item__content {
    width: 60%;
    padding-left: 60px;
    font-size: 18px; }
    .section-content-item__content p {
      font-weight: 300;
      margin-bottom: 30px; }
      .section-content-item__content p:last-child {
        margin-bottom: 0px; }
    .section-content-item__content strong {
      margin-top: 0px;
      font-weight: 500;
      color: #ED1C24; }
    .section-content-item__content .image-list {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      margin-top: -5px;
      margin-right: -20px; }
      .section-content-item__content .image-list .image-item {
        width: 16.6666%;
        padding: 20px;
        border-radius: 10px;
        width: 95px;
        height: 95px;
        position: relative;
        overflow: hidden;
        margin-right: 20px;
        margin-top: 20px; }
        .section-content-item__content .image-list .image-item:after {
          content: "";
          opacity: 0.1;
          z-index: -1;
          background: #ED1C24;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        .section-content-item__content .image-list .image-item-img-box {
          position: relative; }
          .section-content-item__content .image-list .image-item-img-box:after {
            content: "";
            display: block;
            height: 0;
            padding-bottom: 100%;
            width: 100%; }
          .section-content-item__content .image-list .image-item-img-box img {
            bottom: 0;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
            height: 100%;
            object-fit: cover; }
      @media (max-width: 1024px) {
        .section-content-item__content .image-list {
          justify-content: center; } }

@media (max-width: 1024px) {
  .section-content-list {
    padding-top: 5px;
    padding-bottom: 0px; }
  .section-content-item {
    flex-direction: column;
    padding-bottom: 35px; }
    .section-content-item__title, .section-content-item__content {
      width: 100%;
      text-align: center;
      padding-left: 0px; }
    .section-content-item__content {
      font-size: 16px;
      padding-top: 40px; }
      .section-content-item__content p {
        margin-bottom: 20px; }
      .section-content-item__content .image-list {
        margin-top: -15px; }
    .section-content-item:last-child .section-content-item {
      padding-top: 40px; }
    .section-content-item:last-child .section-content-item__content {
      padding-top: 42px; } }

.custom-block-banner {
  padding: 50px 0px 60px; }
  .custom-block-banner .block-banner-item .img-box::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 36.06061%;
    width: 100%; }
  .custom-block-banner .block-banner-item .img-box img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media (min-width: 1025px) {
      .custom-block-banner .block-banner-item .img-box img {
        min-height: unset; } }
  .custom-block-banner .block-banner-item .img-box-mb {
    display: none; }
    .custom-block-banner .block-banner-item .img-box-mb::after {
      padding-bottom: 183.0769%; }
  @media (max-width: 1024px) {
    .custom-block-banner .block-banner-item .img-box {
      display: none; }
      .custom-block-banner .block-banner-item .img-box-mb {
        display: block; }
        .custom-block-banner .block-banner-item .img-box-mb::after {
          padding-bottom: 65.3769%; }
        .custom-block-banner .block-banner-item .img-box-mb img {
          bottom: unset;
          height: auto; } }
  @media (max-width: 429px) {
    .custom-block-banner .block-banner-item .img-box-mb::after {
      padding-bottom: 150.0769%; }
    .custom-block-banner .block-banner-item .img-box-mb img {
      min-height: 714px; } }
  @media (max-width: 400px) {
    .custom-block-banner .block-banner-item .img-box-mb::after {
      padding-bottom: 175.0769%; } }
  @media (max-width: 350px) {
    .custom-block-banner .block-banner-item .img-box-mb::after {
      padding-bottom: 220.0769%; } }
  .custom-block-banner .block-banner-item .content-box {
    z-index: 1;
    padding: 30px 20px;
    width: calc(100% - 40px);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 1px;
    max-width: unset;
    min-height: unset;
    margin: 0 auto;
    /* Mint Update Button */ }
    @media (min-width: 1025px) {
      .custom-block-banner .block-banner-item .content-box {
        max-width: 696px;
        min-height: unset !important;
        overflow-x: hidden;
        overflow-y: auto;
        height: auto;
        position: absolute;
        top: calc(50% + 13px);
        left: 100px !important;
        transform: translateY(-50%);
        padding: 30px;
        padding-right: 29px; } }
  @media (min-width: 1025px) and (max-width: 1024px) {
    .custom-block-banner .block-banner-item .content-box {
      padding: 20px; } }
    @media (min-width: 1025px) {
        .custom-block-banner .block-banner-item .content-box.content-box--right {
          left: auto;
          right: 60px; } }
    @media (min-width: 1200px) {
      .custom-block-banner .block-banner-item .content-box {
        left: 100px; } }
    .custom-block-banner .block-banner-item .content-box .banner-title {
      font-size: 30px;
      color: #444444;
      font-weight: 600;
      margin: 0;
      line-height: 1.3333;
      margin-bottom: 30px;
      max-width: unset; }
      @media (max-width: 1199px) {
        .custom-block-banner .block-banner-item .content-box .banner-title {
          font-size: 26px;
          line-height: 1.45; } }
      @media (max-width: 1024px) {
        .custom-block-banner .block-banner-item .content-box .banner-title {
          font-size: 22px;
          text-align: center;
          max-width: 100%;
          padding-bottom: 8px;
          margin-bottom: 22px; }
          .custom-block-banner .block-banner-item .content-box .banner-title.bottom-line::after {
            width: 56px;
            bottom: 0px; } }
      .custom-block-banner .block-banner-item .content-box .banner-title.banner-title--full {
        max-width: 100%; }
    .custom-block-banner .block-banner-item .content-box .banner-text {
      font-size: 18px;
      font-weight: 300;
      color: #333333;
      line-height: 1.5555;
      max-width: unset;
      margin-bottom: 10px; }
      .custom-block-banner .block-banner-item .content-box .banner-text:last-child {
        margin-bottom: 0; }
      .custom-block-banner .block-banner-item .content-box .banner-text.text-strong {
        font-weight: 500;
        color: #ED1C24; }
      @media (max-width: 1024px) {
        .custom-block-banner .block-banner-item .content-box .banner-text {
          margin-bottom: 10px;
          font-size: 16px;
          text-align: center;
          max-width: 100%;
          line-height: 1.625; } }
    @media (min-width: 1440px) {
      .custom-block-banner .block-banner-item .content-box {
        left: calc((100% - 1290px) / 2);
        min-height: 356px; }
        .custom-block-banner .block-banner-item .content-box.content-box--right {
          left: auto;
          right: calc((100% - 1290px) / 2); } }
    .custom-block-banner .block-banner-item .content-box .button {
      min-height: 56px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      min-width: 162px; }
      @media (max-width: 1024px) {
        .custom-block-banner .block-banner-item .content-box .button {
          min-height: unset; } }
    @media (max-width: 429px) {
      .custom-block-banner .block-banner-item .content-box {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 20px);
        padding-left: 10px;
        padding-right: 10px; } }
  @media (max-width: 1024px) {
    .custom-block-banner .block-banner-item {
      overflow: hidden;
      padding-bottom: 30px; }
      .custom-block-banner .block-banner-item .content-box {
        padding: 34px 20px 26px; } }
  @media (max-width: 1024px) {
    .custom-block-banner {
      padding: 38px 0 40px; } }
  @media (min-width: 1025px) {
    .custom-block-banner {
      padding-bottom: 0px; } }

.page-payment-methods .section-image-banner .content-banner {
  margin-top: 36px; }

.page-payment-methods .section-content-list {
  padding-top: 45px; }

.page-payment-methods .section-content-item__content p {
  margin-bottom: 16px; }

.page-payment-methods .section-content-item__content .image-list {
  margin-top: 30px;
  margin-bottom: 10px; }

.page-payment-methods .section-content-item {
  padding-bottom: 19px; }

.page-payment-methods .custom-block-banner {
  padding: 42px 0px 0px; }
  .page-payment-methods .custom-block-banner .block-banner-item .content-box {
    top: calc(50% + 18px); }

.page-payment-methods .section-content-item__content .image-list {
  margin-top: -7px; }

.page-payment-methods .text-no-wrap {
  line-height: 1.5555; }

@media (max-width: 1024px) {
  .page-payment-methods .section-content-list {
    padding-top: 7px; }
  .page-payment-methods .section-image-banner .content-banner {
    margin-top: 20px; }
  .page-payment-methods .section-content-item__content p {
    margin-bottom: 20px; }
  .page-payment-methods .section-content-item__content .image-list {
    margin-bottom: 20px;
    margin-top: -15px; }
  .page-payment-methods .section-content-item {
    padding-bottom: 10px; }
  .page-payment-methods .custom-block-banner {
    padding: 42px 0 35px 0; }
  .page-payment-methods .text-no-wrap {
    line-height: 1.9; } }

.section-icon-with-text {
  padding: 10px 10px 20px 10px; }
  .section-icon-with-text .icon-with-text__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
    min-height: 165px; }
  .section-icon-with-text .icon-with-text__item {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.3333%;
    align-self: stretch;
    position: relative; }
  .section-icon-with-text .icon-with-text__icon {
    position: absolute;
    top: 0;
    left: 10px;
    opacity: 0.1;
    width: 84px;
    height: 84px; }
    .section-icon-with-text .icon-with-text__icon svg {
      width: 100%;
      height: 100%; }
  .section-icon-with-text .icon-with-text__content {
    padding: 20px 15px 23px 15px;
    border-radius: 10px;
    border: 1px solid #ED1C24;
    background: rgba(244, 123, 32, 0.1);
    text-align: center;
    height: 100%; }
    .section-icon-with-text .icon-with-text__content .title {
      color: #333333;
      font-size: 20px;
      font-weight: 500;
      line-height: 1.5;
      margin-bottom: 30px; }
    .section-icon-with-text .icon-with-text__content .description {
      margin-bottom: 0px;
      color: #333333;
      font-size: 18px;
      font-weight: 400;
      line-height: 1;
      text-decoration: none; }
      @media (max-width: 550px) {
        .section-icon-with-text .icon-with-text__content .description--mail .text {
          display: flex;
          justify-content: center;
          align-items: center;
          flex-wrap: wrap; } }
      .section-icon-with-text .icon-with-text__content .description.des-bigger {
        font-size: 20px; }
      .section-icon-with-text .icon-with-text__content .description .text-light {
        font-weight: 300; }
      .section-icon-with-text .icon-with-text__content .description + .description {
        margin-top: 20px; }
  @media (max-width: 1199px) {
    .section-icon-with-text .icon-with-text__item {
      width: 50%; }
    .section-icon-with-text .icon-with-text__item--full-mb {
      width: 100%;
      margin-top: 20px; } }
  @media (max-width: 1024px) {
    .section-icon-with-text {
      padding-top: 0px; }
      .section-icon-with-text .icon-with-text__item {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px; }
        .section-icon-with-text .icon-with-text__item:not(:first-child) {
          margin-top: 20px; }
      .section-icon-with-text .icon-with-text__icon {
        left: 0px; }
      .section-icon-with-text .icon-with-text__content {
        padding: 20px 15px 21px 15px;
        font-size: 18px;
        min-height: 156px; }
        .section-icon-with-text .icon-with-text__content .title,
        .section-icon-with-text .icon-with-text__content .description,
        .section-icon-with-text .icon-with-text__content .description.des-bigger {
          font-size: 18px; } }
  @media (max-width: 767px) {
    .section-icon-with-text .icon-with-text__item {
      width: 100%;
      padding-left: 0px;
      padding-right: 0px; }
      .section-icon-with-text .icon-with-text__item:not(:first-child) {
        margin-top: 20px; } }

.page-contact-us .custom_breadcrumb {
  padding-bottom: 0px; }
  .page-contact-us .custom_breadcrumb .breadcrumbs {
    margin-top: 4px;
    margin-bottom: 0px; }

.page-contact-us .custom_contact-us::before {
  content: unset; }

.page-contact-us .custom_contact-us .themevale_location {
  display: none; }

.page-contact-us .custom_contact-us .themevale_form {
  width: 100%; }

.page-contact-us .section-image-banner {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px; }
  .page-contact-us .section-image-banner .content-banner {
    margin-top: 0px; }
    .page-contact-us .section-image-banner .content-banner__title {
      color: #333333;
      font-size: 30px !important;
      font-style: normal;
      font-weight: 500;
      line-height: 1; }
    .page-contact-us .section-image-banner .content-banner__left {
      padding-left: 20px;
      width: 45.8538%; }
      @media (min-width: 1025px) {
        .page-contact-us .section-image-banner .content-banner__left.custom-separator::after {
          min-height: 90px; } }
      @media (max-width: 1024px) {
        .page-contact-us .section-image-banner .content-banner__left {
          padding-left: 0px;
          width: 100%; }
          .page-contact-us .section-image-banner .content-banner__left.custom-separator::after {
            width: 100%; } }
    .page-contact-us .section-image-banner .content-banner__right {
      padding-right: 40px;
      width: calc(100% - 45.8538%);
      display: flex;
      justify-content: flex-end; }
      @media (max-width: 1024px) {
        .page-contact-us .section-image-banner .content-banner__right {
          padding-right: 0px;
          width: 100%; } }
    @media (min-width: 1025px) {
      .page-contact-us .section-image-banner .content-banner__description {
        max-width: 570px; } }
  .page-contact-us .section-image-banner.list-options {
    padding-top: 75px; }
    .page-contact-us .section-image-banner.list-options .content-banner {
      margin-top: 0px; }
      .page-contact-us .section-image-banner.list-options .content-banner__left {
        padding-left: 7px;
        padding-top: 15px; }
        @media (min-width: 1025px) {
          .page-contact-us .section-image-banner.list-options .content-banner__left.custom-separator::after {
            min-height: 180px; } }
      .page-contact-us .section-image-banner.list-options .content-banner__normal-text {
        font-weight: 300;
        font-size: 18px;
        line-height: 1.5555; }
        @media (min-width: 1025px) {
          .page-contact-us .section-image-banner.list-options .content-banner__normal-text {
            max-width: 560px; } }
      .page-contact-us .section-image-banner.list-options .content-banner__right {
        padding: 5px 0px 0px 32px; }
        .page-contact-us .section-image-banner.list-options .content-banner__right .list-check-item {
          position: relative;
          padding-left: 35px;
          font-size: 18px;
          font-weight: 300; }
        .page-contact-us .section-image-banner.list-options .content-banner__right .list-check-content {
          margin-bottom: 14px;
          line-height: 1.5555; }
          .page-contact-us .section-image-banner.list-options .content-banner__right .list-check-content strong {
            margin-top: 0px;
            font-weight: 500; }
        .page-contact-us .section-image-banner.list-options .content-banner__right .list-check-icon {
          position: absolute;
          width: 24px;
          height: 20px;
          left: 0;
          top: 5px;
          color: #ED1C24; }
  @media (max-width: 1024px) {
    .page-contact-us .section-image-banner {
      padding-top: 0px;
      padding-bottom: 5px; }
      .page-contact-us .section-image-banner .content-banner__title {
        font-size: 25px;
        margin-bottom: 26px; }
        .page-contact-us .section-image-banner .content-banner__title.bottom-line::after {
          bottom: -15px; }
      .page-contact-us .section-image-banner.list-options {
        padding-top: 35px; }
        .page-contact-us .section-image-banner.list-options .content-banner__left {
          padding-top: 17px;
          padding-bottom: 2px; }
        .page-contact-us .section-image-banner.list-options .content-banner__right {
          padding-left: 0px;
          padding-top: 30px; }
          .page-contact-us .section-image-banner.list-options .content-banner__right .list-check-item {
            padding-left: 20px;
            font-size: 16px; }
          .page-contact-us .section-image-banner.list-options .content-banner__right .list-check-icon {
            width: 16px;
            height: 24px;
            top: 0px; }
          .page-contact-us .section-image-banner.list-options .content-banner__right .list-check-content {
            margin-bottom: 10px; }
        .page-contact-us .section-image-banner.list-options .content-banner__normal-text {
          font-size: 16px;
          text-align: center;
          line-height: 1.6555; } }

.page-contact-us .custom_contact-us {
  padding: 75px 55px 0; }
  .page-contact-us .custom_contact-us #contact-us-page .contact-us-content + p {
    text-align: center;
    font-size: 20px;
    line-height: 1.5555;
    font-weight: 500;
    padding-left: 15px;
    color: #ED1C24; }
  .page-contact-us .custom_contact-us #contact-us-page [data-contact-form] {
    padding-top: 25px; }
    .page-contact-us .custom_contact-us #contact-us-page [data-contact-form] .form-row {
      margin: 0 -25px; }
    .page-contact-us .custom_contact-us #contact-us-page [data-contact-form] .form-input {
      color: #444444;
      font-size: 18px;
      font-weight: 400;
      line-height: 1;
      height: 60px;
      padding-left: 30px; }
    .page-contact-us .custom_contact-us #contact-us-page [data-contact-form] .form-label {
      color: #333333;
      font-size: 20px;
      font-weight: 500;
      line-height: 1;
      margin-bottom: 15px; }
      .page-contact-us .custom_contact-us #contact-us-page [data-contact-form] .form-label small {
        color: #F00;
        float: unset;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; }
    .page-contact-us .custom_contact-us #contact-us-page [data-contact-form] .form-field {
      padding-left: 25px;
      padding-right: 25px;
      margin-bottom: 50px; }
      .page-contact-us .custom_contact-us #contact-us-page [data-contact-form] .form-field.form-contact_question {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 42px; }
        .page-contact-us .custom_contact-us #contact-us-page [data-contact-form] .form-field.form-contact_question .form-input {
          height: 210px;
          line-height: 1.4; }
  .page-contact-us .custom_contact-us #contact-us-page .form-actions {
    margin-top: 14px;
    margin-left: 3px; }
    .page-contact-us .custom_contact-us #contact-us-page .form-actions .button {
      min-width: 170px;
      min-height: 56px;
      padding: 20px 30px;
      height: 56px; }
  @media (max-width: 1024px) {
    .page-contact-us .custom_contact-us {
      padding: 54px 0 0; }
      .page-contact-us .custom_contact-us #contact-us-page .contact-us-content + p {
        font-size: 18px;
        line-height: 1.5555;
        max-width: 260px;
        margin: 0 auto;
        padding-left: 0px; }
      .page-contact-us .custom_contact-us #contact-us-page [data-contact-form] {
        padding-top: 18px; }
        .page-contact-us .custom_contact-us #contact-us-page [data-contact-form] .form-label {
          font-size: 18px; }
        .page-contact-us .custom_contact-us #contact-us-page [data-contact-form] .form-input {
          height: 50px;
          font-size: 16px; }
        .page-contact-us .custom_contact-us #contact-us-page [data-contact-form] .form-field {
          margin-bottom: 32px; }
          .page-contact-us .custom_contact-us #contact-us-page [data-contact-form] .form-field.form-contact_question {
            margin-bottom: 28px; }
            .page-contact-us .custom_contact-us #contact-us-page [data-contact-form] .form-field.form-contact_question .form-input {
              height: 180px; }
        .page-contact-us .custom_contact-us #contact-us-page [data-contact-form] .form-actions {
          margin-top: 0px;
          margin-left: 0px; }
          .page-contact-us .custom_contact-us #contact-us-page [data-contact-form] .form-actions .button {
            min-height: 50px;
            min-width: unset;
            max-width: 150px; } }

/* Customer SCSS */
@media (min-width: 1200px) {
  /*
  Suggested CSS edits to the IP Security Depot Blog by Jonathan Abresch on 29 Dec 2023.
  If an existing declaration is not specifically overruled by one of my suggestions, do not change it.
  */
  /* Under <div class="blog-post-header"> */
  .blog-post-header .blog-header .blog-title {
    font-size: 1.4rem;
    margin: 0;
    font-weight: 700;
    letter-spacing: -0.01rem; }
  .blog-post-header .blog-header .blog-date {
    margin: 0.25rem 0 0 0;
    color: #909090;
    font-size: 0.9rem; }
  /* Under <div class="blog-post-figure"> */
  .blog-post-figure {
    margin: 2.8rem auto;
    width: 800px; }
    .blog-post-figure .blog-thumbnail a img {
      border-radius: 25px; }
  /* Under <div class="blog-post-body"> */
  .blog-post-body {
    margin: 2.8rem auto 0;
    width: 800px; }
    .blog-post-body .blog-post {
      line-height: 1.9rem; }
      .blog-post-body .blog-post p {
        margin: 0 0 2.15rem;
        font-size: 1.15rem; }
      .blog-post-body .blog-post a {
        color: #ED1C24;
        transition: all 0.15s ease-in-out; }
        .blog-post-body .blog-post a:hover, .blog-post-body .blog-post a:focus, .blog-post-body .blog-post a:active {
          color: #BD161C; }
        .blog-post-body .blog-post a:visited {
          color: #BD161C; }
      .blog-post-body .blog-post strong {
        line-height: inherit;
        margin-top: inherit; }
      .blog-post-body .blog-post h2 {
        margin: 2.15rem 0 0.65rem 0;
        color: #000;
        font-size: 1.4rem;
        font-weight: 700;
        letter-spacing: -0.01rem; }
      .blog-post-body .blog-post h3 {
        margin: 2.15rem 0 0.65rem 0;
        color: #909090;
        font-size: 1.15rem;
        font-weight: 600;
        letter-spacing: -0.01rem; }
      .blog-post-body .blog-post .IPSD_Blog_Button {
        margin: 4rem 0;
        text-align: center; }
        .blog-post-body .blog-post .IPSD_Blog_Button button {
          padding: 0; }
          .blog-post-body .blog-post .IPSD_Blog_Button button a {
            background-color: #ED1C24;
            border-radius: 50px;
            color: white;
            font-size: 1.25rem;
            font-weight: bold;
            padding: 1.5rem 2.5rem;
            text-decoration: none;
            text-transform: uppercase;
            transition: all 0.3s ease-in-out; }
            .blog-post-body .blog-post .IPSD_Blog_Button button a:hover, .blog-post-body .blog-post .IPSD_Blog_Button button a:focus, .blog-post-body .blog-post .IPSD_Blog_Button button a:active {
              background-color: #BD161C;
              text-decoration: none; } }

/*
Suggested CSS edits to the IP Security Depot Homepage by Jonathan Abresch on 29 Dec 2023.
If an existing declaration is not specifically overruled by one of my suggestions, do not change it.
*/
/* Under <div class="heroCarousel-content"> */
@media (min-width: 1025px) {
  .heroCarousel-content {
    max-width: 600px; }
    .heroCarousel-content .heroCarousel-title {
      font-size: 3.65rem;
      line-height: 3.9rem;
      letter-spacing: -0.05rem;
      margin: 0 0 1.15rem; }
    .heroCarousel-content .heroCarousel-description {
      font-size: 1.15rem;
      line-height: 1.65rem;
      text-transform: none;
      margin: 0 0 1.65rem; }
    .heroCarousel-content .heroCarousel-action {
      font-size: 1.15rem;
      font-weight: 700; }
  /* Under <div class="bannerText__content"> */
  .bannerText__content {
    max-width: 640px;
    border-radius: 10px;
    opacity: 0.9; }
    .bannerText__content .content__title {
      font-size: 2.55rem;
      line-height: 2.9rem;
      letter-spacing: -0.05rem;
      margin: 0 0 1.15rem;
      max-width: 600px; }
    .bannerText__content .content__text {
      font-size: 1.05rem;
      line-height: 1.65rem;
      text-transform: none;
      margin: 0 0 1.65rem;
      max-width: 600px; }
    .bannerText__content .content__action {
      font-size: 1.15rem;
      font-weight: 700; }
  /* Under <div class="testimonial__content"> */
  .testimonial__content .testimonial__text {
    text-transform: none; } }

.page-type-product .productView-description .tabs-contents {
  padding-top: 0; }

.custom-animation:not([data-section-load]) {
  opacity: 1;
  transform: translateY(0); }
