@charset "UTF-8";
meta.foundation-version {
  font-family: "/5.5.3/"; }

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

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

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

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

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

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

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

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

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

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

.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: #333333;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 36px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

.icon {
  height: 1.14286rem;
  width: 1.14286rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #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.21429rem;
  margin-left: -1.57143rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.57143rem; }
    .inlineList > li > * {
      display: block; }

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


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

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

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

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

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

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

These are all the button

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label {
  color: #666666;
  cursor: pointer;
  display: block;
  font-size: 0.85714rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.35714rem !important; }
  .form-label small {
    color: #D21D01;
    font-size: 0.85714rem;
    font-weight: 400;
    text-transform: none;
    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.35714rem;
    padding-left: 1.85714rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #8f8f8f;
      border-width: 1px;
      height: 1.14286rem;
      left: 0;
      top: 0;
      width: 1.14286rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
  color: #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: 15px;
  padding: 0.78571rem 1.57143rem; }
  .tab-title:hover {
    color: #333333; }

.tab.is-active .tab-title {
  color: #333333;
  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: 15px;
  padding: 0.78571rem; }

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: 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.14286rem; }

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

.alertBox-heading {
  margin: 0; }

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

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

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #e5e5e5 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(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: #333333;
    padding: 1.85714rem;
    display: block;
    font-family: "bahnschrift", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem; }

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 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.78571rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-figure {
  background-color: 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: #333333; }
  .card-figcaption-button:hover {
    background-color: white;
    color: #333333; }

.card-body {
  padding: 0.78571rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #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: #8f8f8f;
    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: #333333;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #757575;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  height: 4.35714rem;
  margin-top: -1.07143rem;
  padding: 0.71429rem;
  width: 2.85714rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.92857rem;
    width: 1.42857rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -5px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.35714rem; } }
  .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='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .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='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

.slick-prev {
  left: -5px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.35714rem; } }
  .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='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .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='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

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

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2.28571rem;
    width: 2.28571rem;
    margin: 0;
    padding: 0.35714rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 1.07143rem;
      width: 1.07143rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #333333;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #333333; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #757575; }

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

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

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

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

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

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

html,
body {
  height: auto; }

body {
  padding-top: 82px; }
  @media (min-width: 801px) {
    body {
      padding-top: 0; } }

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

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

body {
  font-size: 1rem; }

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

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

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

.form-label small {
  float: right; }

.form-label--inlineSmall small {
  color: #757575;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.35714rem;
  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.35714rem; } }

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e5e5e5;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (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.78571rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.28571rem 1.14286rem;
    text-decoration: none; }

.form-wishlist {
  position: relative; }
  @media (min-width: 551px) {
    .form-wishlist {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .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: 801px) {
      .form-wishlist .button {
        width: auto; } }
    @media (min-width: 1261px) {
      .form-wishlist .button {
        margin-right: 0.78571rem; } }

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

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 551px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 801px) {
    #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 {
  left: 50%;
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  top: 50% !important;
  transform: translate(-50%, -50%); }
  .modal .form-field {
    position: relative; }

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

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

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

.modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  color: #757575;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.71429rem); }

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

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

.hide-content {
  opacity: 0; }

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

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

ol.breadcrumbs {
  display: block;
  font-size: 0;
  overflow: visible;
  text-align: center; }
  @media (min-width: 551px) {
    ol.breadcrumbs {
      display: block; } }

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    font-weight: 700; }
  .breadcrumb:not(:first-child)::before {
    content: ">";
    display: inline-block;
    height: 0.8em;
    margin: 0 0.25rem;
    color: #0E1111; }

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

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

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: 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.35714rem 0 0.78571rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #333333; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #757575; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #757575; }

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

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

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

.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.35714rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

.button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 801px) {
      .button + .button {
        margin-left: 0.78571rem; } }

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

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

.tab {
  border-top: 1px solid #e5e5e5;
  float: none; }
  @media (min-width: 801px) {
    .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: 801px) {
      .tab.is-active {
        border: 1px solid #e5e5e5;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.14286rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 801px) {
    .tab-title {
      padding: 0.78571rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.78571rem 1.28571rem; } }

.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: 801px) {
  .tab-content .productReview {
    width: 33.33333%; } }

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

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

.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: #444444;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.07143rem;
  margin: 0; }

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

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

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

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

.accordion--navList .accordion-heading {
  font-size: 1rem;
  line-height: 19px;
  margin: 0; }

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

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

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

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

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

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

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

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

.facetedSearch-clearLink {
  color: #757575;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 801px) {
    .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.78571rem; }
  .inlineList--labels > li {
    margin-bottom: 0.78571rem;
    margin-left: 0.78571rem; }

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

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

.alertBox--info {
  background-color: #707070;
  color: white; }
  .alertBox--info p, .alertBox--info span {
    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: 1rem;
  left: -0.14286rem;
  margin-right: 0.07143rem;
  position: relative;
  top: 0.21429rem;
  width: 1rem; }

.remove--success .form-input[type="text"] {
  background: none !important;
  border-color: #DBDADA !important; }

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

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

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

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

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

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

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

.form-checkbox + .form-label::before {
  border: 2px solid #4C4C4C;
  border-radius: 0;
  width: 20px;
  height: 20px;
  top: 0; }

.form-checkbox + .form-label::after {
  background-color: #4C4C4C;
  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='rgb(255, 255, 255)' /%3E%3C/svg%3E");
  width: 18px;
  height: 18px;
  top: 0; }

.agree-label {
  font-size: 12px;
  line-height: 14px; }

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

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

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

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

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

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

.form-fileDescription {
  color: #999999;
  font-size: 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.35714rem; }
  @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.78571rem; } }

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

.form-increment .button {
  margin: 0;
  padding: 0.21429rem 0.35714rem; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.5rem; }
  .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; }

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

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.57143rem;
  width: 1.57143rem;
  min-width: initial;
  padding: 0; }
  @media (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.28571rem;
  line-height: 1rem;
  padding: 0.57143rem 0.78571rem; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 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%;
    height: 44px; }

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

.card-figure {
  margin-top: 0;
  overflow: hidden;
  position: relative;
  padding: 0; }
  @media only screen and (min-width: 801px) {
    .card-figure {
      padding: 12px 40px; } }
  .card-figure__link {
    display: block;
    position: relative; }

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

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

.card-title {
  font-size: 15px;
  margin: 0 0 0.28571rem; }
  .card-title > a {
    color: #333333;
    display: block;
    text-decoration: none; }

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

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.35714rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-body .card-figcaption-button:focus {
    background-color: white;
    outline: revert; }

.card-body {
  text-align: center; }
  @media (min-width: 551px) {
    .card-body {
      text-align: left; } }

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.78571rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #757575; }
    .card--alternate:hover .card-body {
      background-color: #757575; }
      .card--alternate:hover .card-body .card-text {
        color: white; }

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

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

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

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

.navList-action-close {
  background: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.28571rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.92857rem;
    width: 0.92857rem;
    fill: #333333; }
  .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.78571rem; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #333333; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #757575;
        margin: 0;
        padding-left: 0.78571rem; } }
  .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; }

.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.14286rem;
  margin-bottom: 0;
  padding-left: 0.78571rem; }

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

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

.actionBar-section .form-select {
  color: #333333; }

.has-ribbon {
  position: relative; }

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

.navUser {
  right: 0;
  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: 801px) {
    .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.78571rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open::after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.92857rem;
      position: absolute; }

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

.navUser-action {
  font-weight: 700;
  padding: 1rem 0.78571rem;
  text-decoration: none; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #757575; }
  .navUser-action .icon {
    height: 0.57143rem;
    width: 0.57143rem;
    margin: -1px 0 0 0.21429rem; }
  .navUser-action svg {
    transition: all 0.15s ease; }

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

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

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

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

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

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

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

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

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

.dropdown--quickSearch {
  background-color: #e5e5e5;
  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: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  color: white;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.21429rem;
  text-align: center;
  width: 20px; }

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

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

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

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

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

.navPages {
  background-color: #f9f9f9;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .navPages {
      margin: 0 auto;
      max-width: 114.28571rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 801px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 801px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 801px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 114.28571rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

.navPages-list {
  margin: 0; }
  @media (min-width: 801px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #cccccc;
    margin-top: 0.78571rem;
    padding-top: 0.78571rem; }

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

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

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

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

.navPages-action {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block; }
      .navPages-action.is-open {
        background-color: #f9f9f9; } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #333333;
    stroke: #333333; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #333333; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #333333;
      stroke: #333333; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

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

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

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

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

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 801px) {
    .navPage-subMenu {
      background-color: #f9f9f9;
      padding: 1.5rem 1.5rem 2.28571rem !important;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-right: 0; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
        margin-right: auto; } }

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

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

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

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

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

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

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

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

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

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

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

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

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 551px) {
    .heroCarousel.slick-initialized {
      max-height: 28.57143rem; } }
  @media (min-width: 801px) {
    .heroCarousel.slick-initialized {
      max-height: 42.85714rem; } }
  @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 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: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (min-width: 551px) {
    .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
      height: 56.25vw; } }
  .heroCarousel .slick-slide.is-image-error .heroCarousel-image-wrapper {
    background: url("../img/hero-carousel-image-load-error.svg") center center no-repeat;
    background-size: contain; }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  .heroCarousel-slide .heroCarousel-image {
    height: 100%;
    object-fit: contain;
    object-position: 50% 0%;
    width: 100%; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image {
        object-position: 50% 50%; } }
  .heroCarousel-slide.stretch .heroCarousel-image {
    object-fit: cover;
    object-position: 50% 50%; }
  .heroCarousel-slide.stretch.compat-object-fit .heroCarousel-image {
    height: 100%;
    width: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    align-items: flex-start;
    display: flex;
    height: 56.25vw;
    justify-content: center;
    max-height: 100vh;
    transition: height 0.3s ease; }
    @media (min-width: 551px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 28.57143rem; } }
    @media (min-width: 801px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 42.85714rem; } }

.heroCarousel-content {
  background-color: white;
  padding: 0.78571rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 801px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9);
      background-color: rgba(255, 255, 255, 0.9);
      left: 0;
      margin: 0 auto;
      max-height: 80%;
      overflow: auto;
      padding: 2.25rem;
      padding: 1.5rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 50rem;
      width: 70%; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent;
        left: 50%;
        overflow: visible;
        padding: 0;
        right: auto;
        transform: translateX(-50%) translateY(-50%);
        width: auto; } }

.heroCarousel-title {
  color: #444444;
  font-size: 20px;
  margin: 0; }
  @media (min-width: 801px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: #333333;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 801px) {
    .heroCarousel-description {
      font-size: 15px; } }

.heroCarousel-action {
  margin: 1.5rem 0 0; }

@media (min-width: 801px) {
  .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: 801px) {
  .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: 131.8%;
    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.78571rem;
        padding-top: 0.78571rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 551px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.21429rem; }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

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

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

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

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

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

.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; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }

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

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

.quickView:after {
  clear: both; }

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

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

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

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

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

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

.productView {
  padding-top: 1rem; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative;
  width: 100%;
  height: auto; }
  @media (min-width: 801px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  @media (min-width: 320px) and (max-width: 801px) {
    .productView-image {
      pointer-events: none; } }

.productView-img-container {
  margin: auto;
  position: relative;
  width: 100%;
  max-width: 351px;
  max-height: 351px; }
  .productView-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 100%; }
  .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 {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.35714rem;
  margin-right: -0.35714rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails[data-slick] {
    opacity: 0; }
    .productView-thumbnails[data-slick].slick-initialized {
      opacity: 1; }
  .productView-thumbnails .slick-list {
    margin-left: 2.85714rem;
    margin-right: 2.85714rem; }
  .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: 80px; }

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

.productView-thumbnail-link {
  border: 1px solid #dbdada;
  box-sizing: content-box;
  display: flex;
  height: 64px;
  justify-content: center;
  max-width: 64px;
  padding: 2px;
  position: relative;
  width: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #E62015; }

.productView-details {
  padding-bottom: 2rem; }
  .productView-details .productView-short-description a, .productView-details .productView-short-description p, .productView-details .productView-short-description ul, .productView-details .productView-short-description li {
    font-size: 16px; }
  .productView-details .productView-short-description a {
    color: #4C4C4C; }
    .productView-details .productView-short-description a:hover {
      color: #C7C7C7; }

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

@media (min-width: 801px) {
  .productView-title {
    margin-top: 1.5rem; } }

@media (min-width: 1261px) {
  .productView-title {
    font-size: 36px; } }

.productView-brand {
  color: #757575;
  font-size: 15px;
  line-height: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.21429rem 0 1rem; } }
  .productView-brand a {
    color: #757575; }
    .productView-brand a:hover {
      color: #333333; }

.productView-price {
  font-size: 15px;
  background: #F9F9F9;
  padding: 1.5rem 1rem;
  padding-bottom: 0.5rem;
  overflow: auto; }
  @media (min-width: 801px) {
    .productView-price {
      font-size: 25px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 15px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

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

.productView-info {
  margin-top: 0.78571rem; }
  .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 {
  clear: both;
  margin-bottom: 0.21429rem;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "bahnschrift", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

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

.productView-options {
  margin-bottom: .5rem;
  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; }
    .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.71429rem;
        width: 50%; } }
    @media (min-width: 801px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.78571rem;
        width: 50%; } }
    @media (min-width: 1261px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.78571rem;
        width: 50%; } }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons.pre-order-buttons {
        min-width: 50%;
        width: auto; } }
    @media (min-width: 801px) {
      .productView-options .add-to-cart-buttons.pre-order-buttons {
        margin-right: 0.78571rem;
        min-width: auto;
        padding: 0;
        width: auto; } }
    .productView-options .add-to-cart-buttons.pre-order-buttons .button {
      padding: 0.92857rem 1.71429rem; }
    .productView-options .add-to-cart-buttons .button {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.78571rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: #757575;
      display: block;
      margin-top: 0.35714rem;
      padding: 0.35714rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
        color: #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.28571rem; }

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

.price--rrp,
.price--non-sale,
.price--discounted {
  text-decoration: line-through;
  font-weight: 400 !important; }

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

.compareTable {
  border-top: 1px solid #e5e5e5;
  table-layout: fixed; }
  .compareTable p {
    font-size: 14px;
    font-weight: 700; }
  .compareTable .card {
    cursor: auto; }
  .compareTable .price-section .price-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    padding-right: 20px; }
    @media screen and (min-width: 800px) and (max-width: 1320px) {
      .compareTable .price-section .price-label {
        display: block;
        padding-right: 0;
        padding-bottom: 5px;
        text-align: center; } }
    .compareTable .price-section .price-label > a {
      text-decoration: none; }
  .compareTable .price-section .price {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    justify-content: space-evenly;
    align-items: center;
    display: grid;
    gap: 7px;
    grid-template-columns: 1fr 1fr;
    text-align: center; }
    .compareTable .price-section .price .baged {
      background: rgba(210, 29, 1, 0.12);
      border-radius: 4px;
      font-weight: 400;
      font-size: 12px;
      line-height: 14px;
      padding: 6px;
      grid-column-start: 1;
      grid-column-end: span 2;
      text-align: center; }
    .compareTable .price-section .price .old_price {
      padding: 0 15px;
      font-weight: 400;
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 0.04em;
      text-decoration-line: line-through; }
      @media screen and (min-width: 800px) and (max-width: 1320px) {
        .compareTable .price-section .price .old_price {
          grid-row-start: 2;
          padding: 0; } }

.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: "bahnschrift", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.28571rem 1rem;
  position: relative;
  text-align: right;
  width: 0;
  font-weight: 700; }
  @media (min-width: 801px) {
    .compareTable-heading {
      text-align: left;
      width: 216px; } }

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

.compareTable-item {
  padding: 3.28571rem 1rem 1.28571rem; }
  @media (min-width: 801px) {
    .compareTable-item {
      padding-top: 1.28571rem; } }
  .compareTable-item .item-availability {
    text-transform: uppercase; }

.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.28571rem; }
  .compareTable-product .card {
    margin-bottom: 0;
    width: 216px; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem;
    grid-template-rows: 16px 20px 80px !important; }
  .compareTable-product .card-figure {
    overflow: visible; }
  .compareTable-product .card-title a {
    font-size: 14px;
    font-weight: 400; }
  .compareTable-product .price--withoutTax {
    font-weight: 700; }

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

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

.blocker-container {
  position: relative; }

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

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

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

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

.toggle {
  margin-bottom: 2.28571rem; }
  .toggle:last-of-type {
    margin-bottom: 4.57143rem; }

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

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

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

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

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

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

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

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

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

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

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

.reset-filters {
  display: none; }

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

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

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

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

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

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

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

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

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

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media (min-width: 801px) {
    .cart {
      display: table; } }
  .cart a {
    font-size: 14px; }

.cart-header {
  display: none; }
  @media (min-width: 801px) {
    .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: 801px) {
    .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: 801px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item::before, .cart-item::after {
        display: none; } }

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

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

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

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

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

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

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

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

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

.cart-item-label {
  color: #333333;
  float: left;
  margin-bottom: 0.35714rem;
  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: 801px) {
    .cart-item-label {
      display: none; } }

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

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

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

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

.cart-remove {
  /* background-color: container("fill", "dark");
    border-radius: 50%;
    cursor: pointer;
    float: right;
    height: remCalc(18px);
    margin-top: remCalc(2px);
    padding: spacing("eighth");
    transition: background-color 0.15s ease;
    width: remCalc(18px);

    @include breakpoint("small") {
        margin-left: spacing("base");
    }

    &.cart-remove--spacer {
        visibility: hidden;
    }

    > svg {
        fill: stencilColor("icon-color");
    } */ }

.cart-below-content {
  display: flex;
  flex-direction: column;
  width: 100%; }
  @media (min-width: 551px) {
    .cart-below-content {
      flex-direction: row; } }
  .cart-below-content .cart-totals-container {
    flex-grow: 1; }
    .cart-below-content .cart-totals-container .cart-totals_checkout {
      width: 100%; }
      @media (min-width: 551px) {
        .cart-below-content .cart-totals-container .cart-totals_checkout {
          float: right;
          width: 75%; } }
      @media (min-width: 801px) {
        .cart-below-content .cart-totals-container .cart-totals_checkout {
          margin-bottom: 1rem;
          width: 58.33333%; } }
      @media (min-width: 1261px) {
        .cart-below-content .cart-totals-container .cart-totals_checkout {
          width: 41.66667%; } }
  .cart-below-content .cart-contact {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #4C4C4C; }
    .cart-below-content .cart-contact a {
      color: #E62015; }

.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: 801px) {
    .cart-totals {
      margin-bottom: 1rem; } }

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

.cart-total-label {
  color: #757575;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 801px) {
    .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: 801px) {
    .cart-total-value {
      width: 50%; } }

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

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

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #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.78571rem;
    padding-right: 0.78571rem;
    width: 20%; }

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

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

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

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

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

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

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

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

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .cart-actions .button {
        display: inline-block; } }
    .cart-actions .button:hover {
      margin: 2px solid #E62015;
      background: #E62015;
      color: #FFFFFF; }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    padding-top: 0.35714rem; }

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

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

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

.previewCartItem {
  margin: 0 auto;
  max-width: 114.28571rem;
  width: 100%;
  display: table-row;
  line-height: 19px;
  align-items: center;
  justify-content: center; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }

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

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  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.21429rem; }

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

.previewCartAction {
  margin: 0 auto;
  max-width: 114.28571rem;
  width: 100%;
  display: block; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  @media (min-width: 320px) {
    .previewCartAction {
      padding: 0.78571rem 0.35714rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.78571rem; } }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

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

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

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

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

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

.previewCart-acceleratedCheckoutButtons {
  width: 100%; }

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

.shipping-estimate-value #shipping-cost-discounted {
  margin-left: 0.35714rem; }

.previewCart-fast-checkout-address {
  padding: 0px 20px 0 20px; }
  .previewCart-fast-checkout-address .fast-checkout-shipping, .previewCart-fast-checkout-address .fast-checkout-address-choice {
    font-weight: bold; }
  .previewCart-fast-checkout-address .fast-checkout-shipping {
    font-size: 14px; }
  .previewCart-fast-checkout-address .fast-checkout-address-choice {
    text-decoration: underline;
    cursor: pointer; }
  .previewCart-fast-checkout-address .fast-checkout-address {
    padding-right: 0px;
    text-align: end; }
    .previewCart-fast-checkout-address .fast-checkout-address .fast-checkout-address-text, .previewCart-fast-checkout-address .fast-checkout-address .fast-checkout-address-choice {
      padding: 0px; }

.fast-checkout-modal .modal-header {
  font-size: 24px !important;
  border: none !important;
  font-weight: bold; }

.fast-checkout-modal .fast-checkout-label {
  font-weight: bold;
  margin-bottom: 10px; }

.fast-checkout-modal .form-actions {
  display: flex;
  justify-content: end;
  gap: 10px; }

.fast-checkout-modal .fast-checkout-radio-container {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column; }
  .fast-checkout-modal .fast-checkout-radio-container label {
    display: flex;
    align-items: center;
    font-weight: bold;
    border: 1px solid #ebebeb;
    padding: 10px;
    cursor: pointer; }
  .fast-checkout-modal .fast-checkout-radio-container .fast-checkout-radio {
    width: 20px;
    height: 20px;
    margin-right: 10px; }
  .fast-checkout-modal .fast-checkout-radio-container .fast-checkout-radio:checked {
    accent-color: #333; }

.fast-checkout-modal .fast-checkout-address-select {
  margin-top: 10px;
  background-color: white;
  border: 1px solid #ebebeb;
  padding: 10px; }

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

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

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

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

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

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

.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: #757575; }
  .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: 50px;
  line-height: 1; }

.videoGallery-main {
  margin-bottom: 1.85714rem;
  padding-top: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  text-align: center; }
  .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: list-item;
  margin: 0 auto;
  float: none;
  vertical-align: top; }
  @media (min-width: 801px) {
    .videoGallery-item {
      width: 30%; } }

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

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

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

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

.previewCart {
  margin: 0 auto;
  max-width: 114.28571rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 801px) {
    .previewCart .productView {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
    .previewCart .productView-image {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left;
      display: flex;
      flex-direction: column; }
    .previewCart .productView-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: 100%; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + p {
      margin-top: 0.78571rem; }
    .previewCartCheckout .button:not(:last-child) {
      margin-bottom: 0.78571rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 36px;
  font-weight: bold;
  text-align: center; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.previewCartCheckout-additionalCheckoutButtons p {
  float: none !important;
  margin: 0.5rem 0; }

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

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

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

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

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

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

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

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

.quickSearchResults {
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 801px) {
      .quickSearchResults .modal-close {
        display: block; } }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 551px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 551px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 15px; }

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

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

.search-nav {
  position: relative; }

.navBar--account {
  display: none; }
  @media (min-width: 801px) {
    .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.78571rem; }
  .account-product-figure > img {
    display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 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: "bahnschrift", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.35714rem; }

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

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

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

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

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

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 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.35714rem;
  padding: 0.21429rem 0.5rem; }

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

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

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

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

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

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

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

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

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

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #757575;
  font-size: 15px;
  margin-bottom: 0.21429rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #757575; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 114.28571rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 114.28571rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 39.28571rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 46.42857rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

.icon--ratingFull svg {
  fill: #474747; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 1rem;
    width: 1rem;
    margin-top: -3px; }

.paymentMethodsTitle {
  margin: 0 0 0.78571rem;
  padding: 0;
  text-transform: none;
  width: 100%; }

.paymentMethodsGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -0.78571rem;
  margin-bottom: 1.5rem; }
  .paymentMethodsGrid-item {
    min-height: 17.85714rem;
    padding: 0.78571rem;
    width: 100%; }
    @media (min-width: 551px) {
      .paymentMethodsGrid-item {
        width: 50%; } }

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.21429rem;
  display: flex;
  flex-flow: column nowrap;
  height: 100%; }
  .paymentMethod-row {
    padding: 1.5rem; }
    .paymentMethod-row:first-child {
      background-color: #fff; }
    .paymentMethod-row:last-child {
      margin-top: auto; }
    .paymentMethod-row:only-child {
      height: 100%; }
  .paymentMethod .button {
    margin-bottom: 0; }

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.78571rem;
    width: 2rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 3rem; } }
  .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.78571rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.28571rem;
    margin-left: 0.78571rem;
    width: 1.28571rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    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: 13.28571rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.78571rem; }
  .newPaymentMethod-title {
    margin: 0 auto auto;
    text-align: center; }

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; } }

@media (min-width: 551px) {
  .paymentMethodForm-column {
    display: flex; }
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.78571rem; } }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "bahnschrift", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 551px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.21429rem;
  width: 2.42857rem; }

.paymentMethodForm-inputs {
  position: relative; }
  @media (min-width: 551px) {
    .paymentMethodForm-inputs:last-child {
      padding-left: 1.5rem;
      width: 30%; }
    .paymentMethodForm-inputs:first-child {
      width: 70%; } }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.64286rem;
  top: 2.78571rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.5rem;
    width: 1.5rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.78571rem; }

.paymentMethodForm-details-description {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.category-header-image {
  width: 100%; }

.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: #333333;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 82px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.mobileMenu-toggle {
  height: 5.85714rem;
  width: 5.85714rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  z-index: 50; }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #444444;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.42857rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    left: 1rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #444444;
      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); }

.body {
  margin-bottom: 6rem;
  /* margin-top: spacing("single"); // 1 */
  margin-top: 0; }
  @media (min-width: 801px) {
    .body {
      margin-top: 2.5rem; } }

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

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-description {
  font-size: 16px;
  line-height: 20px; }

.account-page-description {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  color: #646464;
  margin-bottom: 40px; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 801px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.footer-info-heading {
  font-size: 1rem;
  text-transform: inherit; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #757575;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #333333; }

.footer-copyright {
  padding: 0 20px; }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 14px;
    margin: 0; }
  .footer-copyright a {
    color: #757575;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

.footer-payment-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin-left: 0;
  margin-top: 1.5rem; }
  @media (min-width: 551px) {
    .footer-payment-icons {
      justify-content: normal; } }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 2.85714rem;
    margin: 0.35714rem;
    vertical-align: middle;
    width: 3.57143rem; }
  .footer-payment-icons svg {
    fill: #757575; }

.footer-newsletter-summary {
  text-align: left; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 117.28571rem;
  padding: 0 1rem;
  position: relative;
  width: 100%; }
  @media (min-width: 801px) {
    .container {
      padding: 0 1.5rem; } }
  @media (min-width: 1261px) {
    .container {
      padding: 0 3rem; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e5e5e5;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 22px;
  margin: 0 1.5rem 0.35714rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #757575;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 15px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }

.blog-post-body {
  display: block;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
  width: 100%; }
  @media (min-width: 551px) {
    .blog-post-body {
      width: 83.33333%;
      padding: 0; } }
  @media (min-width: 801px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

.blog-grid {
  display: grid;
  column-gap: 16px;
  row-gap: 40px;
  padding: 0 .75rem; }
  @media (min-width: 551px) {
    .blog-grid {
      margin-top: 3.5rem;
      grid-template-columns: 1fr 1fr 1fr; } }
  .blog-grid .blog {
    height: 100%; }
  .blog-grid .blog + .blog {
    border: none;
    margin-top: 0;
    padding-top: 0; }
  .blog-grid .blog-post-body {
    width: 100%;
    text-align: left; }
  .blog-grid .blog-title {
    margin: 0; }
    .blog-grid .blog-title a {
      color: #333333;
      font-size: 20px;
      line-height: 24px;
      font-weight: 500; }
  .blog-grid .blog-post a {
    color: #333333; }
  .blog-grid .blog-header {
    /* min-height: 80px; */
    display: flex;
    align-items: center; }

.blog-container {
  padding-top: .75rem; }
  @media (min-width: 801px) {
    .blog-container {
      padding-left: 8.5rem;
      padding-right: 8.5rem; } }
  .blog-container a {
    font-size: 28px;
    line-height: 32px;
    color: #333333; }
  .blog-container .blog-post-body {
    width: 100%;
    text-align: left;
    padding: 0; }
  .blog-container .blog-title {
    margin: 0; }
  .blog-container .blog-post p {
    font-size: 16px;
    line-height: 20px; }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #e5e5e5;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  font-size: 1.07143rem;
  margin-top: 0;
  text-transform: inherit; }
  @media (min-width: 801px) {
    .sidebarBlock-heading.heading-price {
      margin-top: -0.85714rem; } }

.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: 801px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brand-image-container {
  max-width: 100px;
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

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

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.42857rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 801px) {
    .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: 801px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.78571rem 0; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 1rem; }

@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: #333333; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: white;
    color: #333333; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative;
  float: left;
  max-width: 80px;
  max-height: 80px; }
  .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.28571rem;
    padding-right: 0.78571rem;
    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.35714rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none;
    color: #666666;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px; }

.listItem-price .price-label {
  display: none; }

.listItem-price .price.price--withoutTax {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #4C4C4C; }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.57143rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.78571rem 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 {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 801px) {
    .productView {
      display: block; } }
  .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: 801px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .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: 801px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.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.57143rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  transition: background-color 800ms ease;
  width: 3.57143rem;
  z-index: 10; }
  
  .sale-flag-star::before,
  .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.57143rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 3.57143rem; }

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 551px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  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.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

.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.42857rem;
  left: -25px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 8.5rem;
  z-index: 10; }

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

.product {
  overflow: hidden; }

[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: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 801px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

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

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

.button--primary[disabled] {
  background-color: #DBDADA;
  color: #F9F9F9; }

.button--secondary[disabled] {
  background-color: #F9F9F9;
  color: #C7C7C7;
  border-color: #C7C7C7; }

.button--tertiary[disabled] {
  background-color: #FFFFFF;
  color: #C7C7C7;
  border-color: #C7C7C7; }

.button--fourth[disabled] {
  background-color: #FFFFFF;
  color: #DBDADA; }
  .button--fourth[disabled]:hover {
    background-color: #FFFFFF;
    color: #DBDADA;
    border-color: #FFFFFF; }
  .button--fourth[disabled]:focus {
    background-color: #FFFFFF;
    color: #DBDADA; }

.navUser-item.navUser-item--cart {
  border-radius: 4px; }
  .navUser-item.navUser-item--cart svg {
    fill: #4C4C4C; }
  .navUser-item.navUser-item--cart span {
    color: #4C4C4C; }
  @media screen and (min-width: 801px) {
    .navUser-item.navUser-item--cart {
      background-color: #4C4C4C;
      order: 4; }
      .navUser-item.navUser-item--cart svg {
        fill: #FFFFFF; }
      .navUser-item.navUser-item--cart span {
        color: #FFFFFF; }
      .navUser-item.navUser-item--cart a.is-open {
        background-color: #E62015 !important; } }
  .navUser-item.navUser-item--cart .navUser-action {
    display: flex; }
    .navUser-item.navUser-item--cart .navUser-action .countPill {
      font-weight: 700;
      font-size: 16px;
      line-height: 20px; }
  .navUser-item.navUser-item--cart .dropdown-menu {
    border: 2px solid #eb9691;
    border-radius: 8px;
    min-width: 500px;
    max-height: 452px;
    right: 0.9rem;
    margin-top: 1rem; }
    .navUser-item.navUser-item--cart .dropdown-menu::after {
      display: none; }
    .navUser-item.navUser-item--cart .dropdown-menu::before {
      content: none; }
    .navUser-item.navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart {
      overflow-x: hidden; }
      .navUser-item.navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart .previewCartHeader {
        display: grid;
        grid-template-columns: 80% 20%;
        padding: 20px 20px 15px 20px;
        align-items: center;
        justify-content: start; }
        .navUser-item.navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart .previewCartHeader .title {
          font-weight: 500;
          font-size: 24px;
          line-height: 28px;
          color: #4C4C4C; }
        .navUser-item.navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart .previewCartHeader .close {
          justify-self: end;
          font-weight: 700;
          color: #4C4C4C;
          cursor: pointer; }
      .navUser-item.navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart .previewCartList {
        padding: 0 20px;
        overflow: auto;
        max-height: 32vh; }
        .navUser-item.navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart .previewCartList .previewCartItem {
          padding: 12px;
          border: 1px solid #DBDADA; }
          .navUser-item.navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content {
            vertical-align: top; }
            .navUser-item.navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name {
              align-self: start;
              justify-self: start;
              padding: 15px 0 0 10px; }
              .navUser-item.navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a,
              .navUser-item.navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name span {
                font-family: 'DM Sans';
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                line-height: 16px;
                color: #4C4C4C; }
              .navUser-item.navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name span {
                display: block;
                font-size: 16px;
                line-height: 20px; }
                .navUser-item.navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name span.previewCartItem-price-value {
                  display: inline; }
      .navUser-item.navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart .cartTotal {
        padding: 10px 20px 0 20px;
        width: 100%;
        display: grid;
        grid-template-columns: 60% 40%; }
        .navUser-item.navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart .cartTotal div {
          padding: 15px 0 7px 0;
          border-bottom: 1px solid #DBDADA;
          font-style: normal;
          font-weight: 500;
          font-size: 20px;
          line-height: 24px;
          color: #4C4C4C; }
          .navUser-item.navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart .cartTotal div.total {
            text-align: right; }
      .navUser-item.navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart .previewCartAction {
        display: grid;
        grid-template-columns: 0 50% 50% 0;
        padding: 0.5rem 0.7rem 1.5rem 0.7rem; }
        .navUser-item.navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart .previewCartAction .previewCartAction-viewCart {
          width: 100%;
          padding: 10px 20px 10px 20px; }
          .navUser-item.navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart .previewCartAction .previewCartAction-viewCart .button--action,
          .navUser-item.navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart .previewCartAction .previewCartAction-viewCart .button--action-two {
            border: 2px solid #E62015;
            font-weight: 700;
            font-size: 14px;
            line-height: 16px;
            color: #4C4C4C;
            padding: 12px 0; }
            .navUser-item.navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart .previewCartAction .previewCartAction-viewCart .button--action:hover,
            .navUser-item.navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart .previewCartAction .previewCartAction-viewCart .button--action-two:hover {
              color: #E62015;
              border: 2px solid rgba(255, 102, 0, 0.5); }
          .navUser-item.navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart .previewCartAction .previewCartAction-viewCart .button--action-two {
            border: 2px solid #4C4C4C;
            background: #4C4C4C;
            color: #FFFFFF;
            display: none; }
            .navUser-item.navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart .previewCartAction .previewCartAction-viewCart .button--action-two:hover {
              color: #FFFFFF;
              border: 2px solid #E62015;
              background: #E62015; }
  .navUser-item.navUser-item--cart .icon-default {
    margin: 0; }

.search-input {
  position: relative; }
  .search-input .icon {
    position: absolute;
    left: 0;
    top: 27%;
    width: 20px;
    height: 20px; }

.form-input[data-search-quick] {
  padding-left: 40px;
  border-radius: 4px;
  border-color: #666; }
  .form-input[data-search-quick]:focus {
    border: 1px solid #E62015;
    box-shadow: 0px 0px 0px 3px #FFD9C0; }
  .form-input[data-search-quick]::placeholder {
    color: #666;
    font-size: 14px; }

.navUser-item.navUser-item--compare {
  position: relative;
  display: none;
  order: 2; }
  @media screen and (min-width: 801px) {
    .navUser-item.navUser-item--compare {
      display: block;
      background-color: #F9F9F9;
      border-radius: 4px;
      width: 75px;
      height: 48px; } }
  .navUser-item.navUser-item--compare .navUser-action {
    display: flex;
    justify-content: center; }
  .navUser-item.navUser-item--compare .icon-default {
    margin: 0; }
  .navUser-item.navUser-item--compare .countPill {
    background-color: transparent;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px; }
  .navUser-item.navUser-item--compare #compare-preview-dropdown {
    top: 60px !important;
    max-width: 500px;
    min-width: 500px;
    width: 100%;
    border: 2px solid #eb9691;
    border-radius: 8px; }
    .navUser-item.navUser-item--compare #compare-preview-dropdown.is-open {
      left: unset !important;
      right: 0; }
    .navUser-item.navUser-item--compare #compare-preview-dropdown::before, .navUser-item.navUser-item--compare #compare-preview-dropdown::after {
      display: none; }
    .navUser-item.navUser-item--compare #compare-preview-dropdown .previewCompare {
      padding: 20px;
      text-align: right; }
      .navUser-item.navUser-item--compare #compare-preview-dropdown .previewCompare .productCards--list:has(li) {
        max-height: 300px;
        overflow: auto;
        margin-bottom: 1rem; }
      .navUser-item.navUser-item--compare #compare-preview-dropdown .previewCompare .productCard {
        border: 1px solid #DBDADA;
        padding: 0 10px; }
        .navUser-item.navUser-item--compare #compare-preview-dropdown .previewCompare .productCard + .productCard {
          border-top: 0; }
      .navUser-item.navUser-item--compare #compare-preview-dropdown .previewCompare .card {
        display: grid;
        grid-template-columns: 100px auto 20px;
        align-items: center;
        gap: 10px;
        padding: 0; }
      .navUser-item.navUser-item--compare #compare-preview-dropdown .previewCompare .card-body {
        display: block; }
      .navUser-item.navUser-item--compare #compare-preview-dropdown .previewCompare .card-product-name {
        font-size: 16px;
        line-height: 20px; }
      .navUser-item.navUser-item--compare #compare-preview-dropdown .previewCompare .button {
        margin-bottom: 0; }

.navPages-container {
  width: 100%; }
  @media screen and (min-width: 801px) {
    .navPages-container {
      grid-column: -1/1; }
      .navPages-container::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        width: 100vw;
        z-index: -1;
        background-color: #F2F2F2; } }
  .navPages-container .navPages {
    height: calc(100vh - 60px);
    max-width: none !important;
    background-color: #F2F2F2;
    padding: 0;
    border-top: 1px solid #DBDADA;
    /* .navPages-quickSearch {
            display: none;
            grid-template-columns: 1fr  auto;
            padding: 12px;
            gap: 16px;
            border: none;
            &.active {
                display: grid;
                @media screen and (min-width: $tablet) {
                    display: none;
                }
            }
            .scan {
                min-width: 52px;
                background-color:  $color-f-b;
                color: $color-f-w;
                border-radius: $border-radius;
                font-weight: 700;
                font-size: 10px;
                line-height: 12px;
                text-transform: uppercase;
                border-radius: 8px;
                text-align: center;
            }
        } */ }
    @media screen and (min-width: 801px) {
      .navPages-container .navPages {
        height: 100%;
        border: none; } }
    .navPages-container .navPages .navPages-list {
      justify-content: center;
      align-items: center;
      grid-template-columns: repeat(auto-fit, minmax(50px, auto));
      column-gap: 10px;
      row-gap: 5px;
      justify-items: center; }
      @media screen and (min-width: 1250px) {
        .navPages-container .navPages .navPages-list {
          column-gap: 20px;
          grid-template-columns: repeat(auto-fit, minmax(80px, auto)); } }
      .navPages-container .navPages .navPages-list.tablet {
        display: block; }
        @media screen and (min-width: 801px) {
          .navPages-container .navPages .navPages-list.tablet {
            display: none; } }
      .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
        color: #fff;
        text-transform: none;
        transition: 0.4s;
        padding: 11px 10px;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px; }
        .navPages-container .navPages .navPages-list .navPages-item .navPages-action.activePage {
          font-weight: 700; }
        @media screen and (min-width: 801px) {
          .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
            color: #4C4C4C; }
            .navPages-container .navPages .navPages-list .navPages-item .navPages-action:hover {
              opacity: 0.5;
              /* background-color: $color-p;
                            color:  $color-f-b; */ } }
        .navPages-container .navPages .navPages-list .navPages-item .navPages-action.is-open {
          background-color: #F9F9F9;
          color: #4C4C4C; }
        .navPages-container .navPages .navPages-list .navPages-item .navPages-action i svg {
          stroke: #4C4C4C; }
      .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu {
        background-color: #FFFFFF; }
        .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.is-open {
          display: grid;
          grid-template-columns: auto;
          box-shadow: 0 12px 20px -10px rgba(130, 130, 130, 0.25); }
        .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .promotion {
          min-width: 426px;
          height: 100%;
          background-color: #F9F9F9; }
          .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .promotion .promotion-post-figure img {
            width: 100%; }
          .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .promotion .promotion-post-body {
            padding: 32px; }
            .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .promotion .promotion-post-body .promotion-header a {
              font-weight: 500;
              font-size: 20px;
              line-height: 24px;
              text-decoration: none;
              color: #4C4C4C; }
            .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .promotion .promotion-post-body .promotion-header .promotion-summary {
              font-weight: 400;
              font-size: 16px;
              line-height: 20px;
              margin: 20px 0px; }
          .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .promotion .promotion-post .button {
            margin: 0; }
        .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list {
          display: grid;
          grid-template-columns: auto auto auto;
          max-width: 100% !important;
          margin-left: 0;
          margin-top: 0; }
          .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list::before, .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list::after {
            content: none; }
          .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item {
            font-weight: 400 !important;
            padding: 0; }
            .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item a {
              color: #FFFFFF;
              border: none;
              margin: 0;
              padding: 11px 10px;
              font-weight: 400 !important; }
              .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item a svg {
                display: none; }
              @media screen and (min-width: 801px) {
                .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item a {
                  color: #4C4C4C;
                  font-weight: 400;
                  font-size: 16px;
                  line-height: 20px; }
                  .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item a svg {
                    display: block;
                    float: right;
                    fill: #E62015;
                    stroke: transparent;
                    width: 6px; } }
          .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-view-all {
            text-align: right; }
      .navPages-container .navPages .navPages-list.navPages-list--categories {
        display: none; }
        .navPages-container .navPages .navPages-list.navPages-list--categories.active {
          display: block; }
        @media screen and (min-width: 801px) {
          .navPages-container .navPages .navPages-list.navPages-list--categories {
            display: grid;
            justify-content: start; }
            .navPages-container .navPages .navPages-list.navPages-list--categories.active {
              display: grid; } }
        @media screen and (max-width: 801px) {
          .navPages-container .navPages .navPages-list.navPages-list--categories {
            background-color: #4C4C4C;
            height: 100%; }
            .navPages-container .navPages .navPages-list.navPages-list--categories .navPages-action {
              padding: 18px 16px; } }
      .navPages-container .navPages .navPages-list.navPages-list--user {
        display: none;
        background-color: #F9F9F9; }
        .navPages-container .navPages .navPages-list.navPages-list--user li {
          background-color: #F9F9F9; }
          .navPages-container .navPages .navPages-list.navPages-list--user li a {
            color: black !important;
            font-weight: 400 !important; }
            .navPages-container .navPages .navPages-list.navPages-list--user li a::after {
              content: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.50001 10C1.24401 10 0.988006 9.902 0.793006 9.707C0.402006 9.316 0.402006 8.684 0.793006 8.293L4.09801 4.988L0.918006 1.695C0.535006 1.297 0.546006 0.664005 0.943006 0.281005C1.34101 -0.101995 1.97401 -0.0909952 2.35701 0.305005L6.21901 4.305C6.59801 4.698 6.59301 5.321 6.20701 5.70701L2.20701 9.707C2.01201 9.902 1.75601 10 1.50001 10Z' fill='%23E62015'/%3E%3C/svg%3E%0A");
              float: right;
              width: 6px;
              height: 10px;
              float: right;
              margin-right: 10px; }
        .navPages-container .navPages .navPages-list.navPages-list--user .navPages-item .navPages-action {
          color: #4C4C4C; }
        .navPages-container .navPages .navPages-list.navPages-list--user.active {
          display: block; }
        @media screen and (max-width: 801px) {
          .navPages-container .navPages .navPages-list.navPages-list--user {
            color: #FFFFFF; }
            .navPages-container .navPages .navPages-list.navPages-list--user #m-myquote-entry,
            .navPages-container .navPages .navPages-list.navPages-list--user #m-estimate-entry {
              width: 100vw;
              position: relative; }
              .navPages-container .navPages .navPages-list.navPages-list--user #m-myquote-entry a,
              .navPages-container .navPages .navPages-list.navPages-list--user #m-estimate-entry a {
                padding: 11px 10px; }
            .navPages-container .navPages .navPages-list.navPages-list--user:hover {
              color: #4C4C4C !important; } }

.navPagesWhite {
  background-color: #fff !important; }

.button {
  padding: 12px 16px;
  border-width: 2px !important;
  border-radius: 4px;
  border-style: solid;
  font-size: 14px;
  font-weight: 700;
  line-height: 1rem;
  text-decoration: none;
  transition: all 0.3s; }

[role="button"] p {
  transition: all 0.3s; }

.button--primary:not([disabled]) {
  background-color: #4C4C4C;
  color: #FFFFFF;
  border-color: #4C4C4C; }
  .button--primary:not([disabled]):hover {
    background-color: #E62015;
    color: #FFFFFF;
    border-color: #E62015; }
  .button--primary:not([disabled]):active, .button--primary:not([disabled]):focus {
    background-color: #4C4C4C;
    color: #FFFFFF;
    border-color: #4C4C4C;
    box-shadow: 0px 0px 0px 3px #878787; }

.button--primary-hover {
  background-color: #E62015;
  color: #FFFFFF;
  border-color: #E62015; }
  .button--primary-hover:hover {
    background-color: #FFFFFF;
    color: #E62015;
    border-color: #eb9691;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.08); }

.button--secondary:not([disabled]) {
  background-color: #FFFFFF;
  color: #4C4C4C;
  border-color: #E62015; }
  .button--secondary:not([disabled]):hover {
    background-color: #FFFFFF;
    color: #E62015;
    border-color: #eb9691;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.08); }
  .button--secondary:not([disabled]):active, .button--secondary:not([disabled]):focus {
    background-color: #FFFFFF;
    color: #4C4C4C;
    border-color: #eb9691; }

.button--primary-alt {
  background-color: #4C4C4C;
  color: #FFFFFF;
  border-color: #4C4C4C; }
  .button--primary-alt:hover {
    background-color: #FFFFFF;
    color: #E62015;
    border-color: #eb9691;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.08); }

.button--tertiary {
  background-color: #ffffff;
  background-color: #FFFFFF;
  color: #4C4C4C;
  border-color: #DBDADA; }
  .button--tertiary:hover {
    background-color: #FFFFFF;
    color: #E62015;
    border-color: #DBDADA;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.08); }
  .button--tertiary:active, .button--tertiary:focus {
    background-color: #FFFFFF;
    color: #4C4C4C;
    border-color: transparent; }

.button--icon {
  position: relative;
  padding-right: 32px; }
  .button--icon svg {
    position: absolute;
    width: 1rem;
    height: 1rem;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto; }
  .button--icon[disabled] {
    background-color: transparent; }
    .button--icon[disabled] svg {
      fill: #C7C7C7 !important; }

.header.navUser.navUser-section {
  gap: 5px; }

.navUser-item.navUser-item--account {
  display: none; }
  @media screen and (min-width: 801px) {
    .navUser-item.navUser-item--account {
      background: #F9F9F9;
      display: flex;
      align-items: center;
      gap: 3px;
      height: 48px;
      border-radius: 4px; }
      .navUser-item.navUser-item--account.navUser-item--account-customer {
        min-width: 210px; } }
  .navUser-item.navUser-item--account .icon-default {
    fill: #646464; }
  .navUser-item.navUser-item--account .navUser-action {
    padding: 5px 16px; }
  .navUser-item.navUser-item--account .navUser-action,
  .navUser-item.navUser-item--account .navUser-or {
    color: #646464;
    font-weight: 400; }

.account--fixed {
  width: 100% !important; }
  .account--fixed .form .form-actions a.button {
    transition: 0.5s;
    border: 2px solid #E62015 !important; }
    .account--fixed .form .form-actions a.button:hover {
      border: 2px solid #eb9691 !important; }
  .account--fixed .account-body .form .form-actions {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between !important; }
    @media screen and (min-width: 801px) {
      .account--fixed .account-body .form .form-actions {
        justify-content: center !important; } }
    .account--fixed .account-body .form .form-actions a {
      font-weight: 700;
      font-size: 14px;
      color: #4C4C4C;
      background-color: white;
      border: 2px solid #dbdada;
      margin: 0 !important;
      width: 45%;
      transition: 0.5s; }
      .account--fixed .account-body .form .form-actions a:hover {
        color: #E62015; }
      @media screen and (min-width: 801px) {
        .account--fixed .account-body .form .form-actions a {
          width: auto;
          margin: 0 10px !important; } }
    .account--fixed .account-body .form .form-actions input {
      width: 45%;
      margin: 0 0 0 10px !important;
      flex-grow: 1;
      transition: 0.5s; }
      .account--fixed .account-body .form .form-actions input:hover {
        background-color: #E62015;
        border: 2px solid #E62015 !important; }
      @media screen and (min-width: 801px) {
        .account--fixed .account-body .form .form-actions input {
          width: auto;
          margin: 0 10px !important;
          flex-grow: 0; } }
  .account--fixed h2 {
    font-weight: 500;
    margin-top: 0 !important; }

.account--fixedLarge .form .form-actions {
  display: flex;
  flex-direction: row-reverse; }
  @media screen and (min-width: 801px) {
    .account--fixedLarge .form .form-actions {
      justify-content: center !important; } }
  .account--fixedLarge .form .form-actions a {
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 auto 0 !important;
    width: 48%;
    transition: 0.5s; }
    .account--fixedLarge .form .form-actions a:hover {
      background-color: #E62015;
      color: white;
      border: 2px solid #E62015; }
    @media screen and (min-width: 801px) {
      .account--fixedLarge .form .form-actions a {
        width: auto;
        margin: 0 10px !important; } }
  .account--fixedLarge .form .form-actions input {
    color: #4C4C4C;
    background-color: white;
    border: 2px solid #E62015;
    width: 48%;
    margin: 0 auto 0 0 !important;
    transition: 0.5s; }
    .account--fixedLarge .form .form-actions input:hover {
      color: #E62015;
      border: 2px solid #ffd9c0; }
    @media screen and (min-width: 801px) {
      .account--fixedLarge .form .form-actions input {
        width: auto;
        margin: 0 10px !important;
        flex-grow: 0; } }

.heading-left {
  text-align: left !important;
  width: 95%;
  margin: 0 auto 10px !important; }
  @media screen and (min-width: 801px) {
    .heading-left {
      text-align: center !important;
      width: auto; } }

.heading-left-noMargin {
  text-align: left !important;
  width: 95%; }
  @media screen and (min-width: 801px) {
    .heading-left-noMargin {
      text-align: center !important;
      width: auto; } }

.b2b-wrap .title-wrap .page-title:not(#shopping_list_name) {
  display: none; }

.icon-default {
  height: 1.28571rem;
  margin-left: 0.78571rem;
  width: 1.28571rem; }
  @media screen and (min-width: 801px) {
    .icon-default {
      height: 1.42857rem;
      width: 1.42857rem; } }

.mobile-navigation {
  position: fixed !important;
  bottom: 0px;
  z-index: 100;
  height: 60px;
  background: #4C4C4C;
  width: 100%;
  display: grid;
  grid-auto-flow: column; }
  .mobile-navigation a {
    display: flex;
    gap: 8px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none; }
    .mobile-navigation a .icon-default {
      fill: #FFFFFF;
      stroke: transparent;
      width: 24px;
      height: 24px;
      margin: 0; }
    .mobile-navigation a span {
      font-weight: 700;
      font-size: 10px;
      line-height: 12px;
      color: #FFFFFF;
      text-transform: uppercase; }
    .mobile-navigation a.nav-shop .icon-default, .mobile-navigation a.nav-admin .icon-default {
      fill: transparent;
      stroke: #FFFFFF; }
    .mobile-navigation a.active .icon-default {
      fill: #E62015;
      stroke: transparent; }
    .mobile-navigation a.active.nav-shop .icon-default, .mobile-navigation a.active.nav-admin .icon-default {
      fill: transparent;
      stroke: #E62015; }
  @media screen and (min-width: 801px) {
    .mobile-navigation {
      display: none; } }

.form-label {
  color: #4C4C4C; }

.form-input {
  color: #4C4C4C;
  font-size: 14px;
  line-height: 16px;
  border-color: #DBDADA;
  border-radius: 4px;
  height: 44px; }
  .form-input:focus {
    border-color: #666666;
    box-shadow: 0px 0px 0px 3px #c7deff; }
  .form-input::placeholder {
    color: #4C4C4C; }

.form-select {
  margin: 5px 0px;
  padding: 0.5rem 3rem 0.5rem 1rem;
  font-size: 17px;
  line-height: 25px;
  color: #4C4C4C;
  border-color: #DBDADA;
  min-height: 40px; }
  .form-select:focus {
    border-color: #DBDADA;
    box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.12), 0px 0px 0px 3px rgba(166, 62, 143, 0.2); }

.form-date {
  color: #4C4C4C;
  font-size: 14px;
  line-height: 16px;
  border: 2px solid #DBDADA;
  border-radius: 4px;
  height: 44px;
  padding: 0 1rem; }

.form-field-group {
  border-color: #E62015; }
  .form-field-group:focus {
    border-color: #E62015; }

.form-field--error .form-inlineMessage {
  color: #D21D01;
  padding: 0.25rem 0.5rem;
  border: 1px solid #D21D01;
  border-radius: 0.333rem;
  box-shadow: 0px 0px 0px 3px #ffdfdf;
  box-shadow: 0px 2px 2px -1px #00001f; }

.form-field.form-field--success .form-input,
.form-field.form-field--success .form-select {
  border-color: #6DBB09; }

.form-field.form-field--success .form-label::before {
  border-color: #DBDADA; }

.form-field-group.form-field--success .form-label::before {
  border-color: #E62015; }

.form-field[data-product-attribute="set-rectangle"] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 8px;
  justify-items: center;
  align-items: center;
  margin: 0; }
  @media screen and (min-width: 801px) {
    .form-field[data-product-attribute="set-rectangle"] {
      margin-bottom: 1rem; } }
  .form-field[data-product-attribute="set-rectangle"] .form-label.form-label--alternate.form-label--inlineSmall {
    grid-column: -1/1;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px; }
  .form-field[data-product-attribute="set-rectangle"] .form-option-wrapper {
    width: 100%; }
    .form-field[data-product-attribute="set-rectangle"] .form-option-wrapper label {
      margin: 0; }
  .form-field[data-product-attribute="set-rectangle"] .form-option {
    border: 1px solid #4C4C4C;
    width: 100%;
    padding: 3px 0;
    text-align: center; }
    .form-field[data-product-attribute="set-rectangle"] .form-option:hover {
      background-color: #E62015;
      border-color: #E62015; }
      .form-field[data-product-attribute="set-rectangle"] .form-option:hover span {
        color: #FFFFFF; }
  .form-field[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
    /* background-color: $color-s;
        border-color: $color-s; */
    background-color: #4C4C4C;
    border-color: #4C4C4C; }
    .form-field[data-product-attribute="set-rectangle"] .form-radio:checked + .form-option span {
      color: #FFFFFF; }

.bulkTable {
  display: grid;
  grid-template-columns: 1fr 1fr 0.5fr;
  grid-auto-flow: row;
  margin: 12px 0;
  max-width: 410px; }
  @media screen and (min-width: 801px) {
    .bulkTable {
      gap: 2px; } }
  .bulkTable h2 {
    grid-column: -1/1;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    margin: 0;
    margin-bottom: 12px; }
  .bulkTable p {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 8px 12px;
    text-align: left; }
    .bulkTable p:nth-child(3n+2) {
      background-color: #F9F9F9; }
    .bulkTable p:nth-child(3n+3) {
      background-color: #666666;
      color: #FFFFFF; }
    .bulkTable p:nth-child(3n+4) {
      background-color: #E62015;
      color: #FFFFFF;
      text-align: center;
      justify-content: center; }
  .bulkTable .bulkTable-header {
    height: 100%; }

[aria-label="Breadcrumb"] {
  /* margin-bottom: 32px; */ }
  [aria-label="Breadcrumb"] .breadcrumbs {
    margin: 0;
    text-align: left;
    padding: 8px 1rem; }
    [aria-label="Breadcrumb"] .breadcrumbs .breadcrumb .breadcrumb-label {
      font-size: 12px;
      line-height: 14px;
      font-weight: 400;
      text-decoration: none; }
    [aria-label="Breadcrumb"] .breadcrumbs .breadcrumb span {
      color: #666666; }
    [aria-label="Breadcrumb"] .breadcrumbs .breadcrumb.is-active .breadcrumb-label span {
      color: #4C4C4C; }

.toggle.videoGallery {
  background-color: #F9F9F9;
  width: 100vw;
  padding: 5px 0px;
  margin-left: calc(50% - 50vw); }
  .toggle.videoGallery .toggle-title {
    margin-bottom: 0;
    margin: 20px 0px; }
    .toggle.videoGallery .toggle-title .toggleLink.is-open {
      display: none; }
  .toggle.videoGallery .videoGallery-main iframe {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    max-width: 351px;
    max-height: 208px;
    padding: 12px; }
    @media screen and (min-width: 551px) {
      .toggle.videoGallery .videoGallery-main iframe {
        max-width: 744px;
        max-height: 336px; } }
    @media screen and (min-width: 801px) {
      .toggle.videoGallery .videoGallery-main iframe {
        max-width: 960px;
        max-height: 486px; } }

.calashock-hero-carousel-widget {
  margin: 0 auto;
  max-width: 1920px; }
  .calashock-hero-carousel-widget .calashock-sliding-slides {
    margin: 0;
    list-style: none;
    background: url(../img/loading.svg) center no-repeat;
    min-height: 400px; }
    .calashock-hero-carousel-widget .calashock-sliding-slides.slick-slider {
      display: block;
      min-height: auto;
      background: none; }
  .calashock-hero-carousel-widget .slick-prev {
    left: 0; }
  .calashock-hero-carousel-widget .slick-next {
    right: 0; }
  .calashock-hero-carousel-widget .calashock-hero-carousel-slide {
    position: relative;
    display: none;
    overflow: hidden; }
    .calashock-hero-carousel-widget .calashock-hero-carousel-slide.slick-slide {
      display: block; }
    @media only screen and (min-width: 1251px) {
      .calashock-hero-carousel-widget .calashock-hero-carousel-slide {
        display: none;
        place-content: center; }
        .calashock-hero-carousel-widget .calashock-hero-carousel-slide.slick-slide {
          display: flex; } }
    .calashock-hero-carousel-widget .calashock-hero-carousel-slide > text {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
  @media only screen and (min-width: 551px) {
    .calashock-hero-carousel-widget .mobile {
      display: none; } }
  .calashock-hero-carousel-widget .tablet {
    display: none; }
    @media only screen and (min-width: 551px) {
      .calashock-hero-carousel-widget .tablet {
        display: block; } }
    @media only screen and (min-width: 801px) {
      .calashock-hero-carousel-widget .tablet {
        display: none; } }
  .calashock-hero-carousel-widget .tablet2 {
    display: none; }
    @media only screen and (min-width: 801px) {
      .calashock-hero-carousel-widget .tablet2 {
        display: block; } }
    @media only screen and (min-width: 1251px) {
      .calashock-hero-carousel-widget .tablet2 {
        display: none; } }
  .calashock-hero-carousel-widget .desktop {
    display: none; }
    @media only screen and (min-width: 1251px) {
      .calashock-hero-carousel-widget .desktop {
        display: block; } }
  .calashock-hero-carousel-widget section {
    padding: 1rem;
    margin: 0 auto;
    /*height: 215px;*/
    width: 100%;
    text-align: center; }
    @media only screen and (min-width: 801px) {
      .calashock-hero-carousel-widget section {
        display: flex;
        height: 100%;
        position: absolute;
        left: 2rem;
        top: 0;
        align-items: center;
        justify-content: start;
        padding: 2.5rem 1rem 2.5rem 1.75rem; } }
    @media only screen and (min-width: 1251px) {
      .calashock-hero-carousel-widget section {
        left: 5rem; } }
    @media only screen and (min-width: 1251px) {
      .calashock-hero-carousel-widget section {
        max-width: 1280px;
        width: 100vw; } }
    @media only screen and (min-width: 1351px) {
      .calashock-hero-carousel-widget section {
        /*   padding: 1rem 0 4rem;*/ } }
    .calashock-hero-carousel-widget section .text {
      padding: 15px;
      text-align: center; }
      @media only screen and (min-width: 801px) {
        .calashock-hero-carousel-widget section .text {
          background: rgba(255, 255, 255, 0.8);
          width: 60%;
          height: auto;
          text-align: left; }
          .calashock-hero-carousel-widget section .text.bg {
            background: none; } }
      @media only screen and (min-width: 1251px) {
        .calashock-hero-carousel-widget section .text {
          padding: 35px; } }
  .calashock-hero-carousel-widget h3 {
    margin: 0;
    padding: 0 1rem;
    line-height: 1.2em;
    font-weight: 600;
    color: #E62015; }
    @media only screen and (min-width: 801px) {
      .calashock-hero-carousel-widget h3 {
        padding: 0;
        text-align: left;
        font-size: 2rem; } }
    @media only screen and (min-width: 1251px) {
      .calashock-hero-carousel-widget h3 {
        font-size: 3rem;
        line-height: 3.5rem;
        font-weight: 500; } }
  .calashock-hero-carousel-widget p {
    padding: 0 1rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: #4C4C4C;
    margin: 0; }
    @media only screen and (min-width: 801px) {
      .calashock-hero-carousel-widget p {
        padding: 0 0 1rem;
        text-align: left;
        margin: 0; } }
    @media only screen and (min-width: 1251px) {
      .calashock-hero-carousel-widget p {
        font-weight: 500;
        font-size: 20px;
        line-height: 24px; } }
  .calashock-hero-carousel-widget .button {
    margin: 0;
    place-self: center; }
    @media only screen and (min-width: 801px) {
      .calashock-hero-carousel-widget .button {
        place-self: flex-start; } }
  .calashock-hero-carousel-widget .slick-dots {
    bottom: 0;
    z-index: 99;
    background-color: transparent;
    margin-top: 0; }
    @media only screen and (min-width: 801px) {
      .calashock-hero-carousel-widget .slick-dots {
        text-align: center; } }
    .calashock-hero-carousel-widget .slick-dots li {
      padding: 0 0.3rem 0;
      height: 1.5rem;
      width: 1.5rem; }
      .calashock-hero-carousel-widget .slick-dots li button::before {
        border: 1px solid #C7C7C7; }
    .calashock-hero-carousel-widget .slick-dots .slick-active button::before {
      background-color: #4C4C4C;
      color: #4C4C4C; }
    .calashock-hero-carousel-widget .slick-dots button {
      height: 0.75rem;
      width: 0.75rem;
      background-color: #FFFFFF; }
      .calashock-hero-carousel-widget .slick-dots button::before, .calashock-hero-carousel-widget .slick-dots button::after {
        height: 0.75rem;
        width: 0.75rem; }

.logo-carousel .logo-slider {
  height: 100px; }
  @media only screen and (min-width: 801px) {
    .logo-carousel .logo-slider {
      height: 100px; } }
  .logo-carousel .logo-slider .slick-list .logo-slide {
    margin: 10px 20px; }
    .logo-carousel .logo-slider .slick-list .logo-slide img {
      width: auto;
      margin: 0 auto; }

.navPage-subMenu-item .navPage-childList a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #4C4C4C; }

.addressList .address .panel .panel-body {
  height: 320px; }

.panel--address .panel-body {
  background-color: #F9F9F9; }
  .panel--address .panel-body .address-title {
    font-weight: 500;
    font-size: 20px; }
  .panel--address .panel-body .address-details li {
    font-size: 16px; }
  .panel--address .panel-body .address-details .address-label {
    color: #4C4C4C;
    font-size: 16px; }
  .panel--address .panel-body form div {
    display: flex;
    padding-bottom: 12px; }
    .panel--address .panel-body form div button {
      border: 2px solid #E62015 !important;
      background-color: white !important;
      color: #4C4C4C;
      font-weight: 700;
      transition: 0.5s;
      width: 40%;
      margin: 0 !important; }
      .panel--address .panel-body form div button:hover {
        border: 2px solid #eb9691 !important;
        color: #E62015; }
      @media screen and (min-width: 801px) {
        .panel--address .panel-body form div button {
          width: auto; } }
    .panel--address .panel-body form div a {
      margin-left: 12px !important;
      transition: 0.5s;
      width: 40%; }
      .panel--address .panel-body form div a:hover {
        background-color: #E62015;
        border: 2px solid #E62015; }
      @media screen and (min-width: 801px) {
        .panel--address .panel-body form div a {
          width: auto; } }

.panel--newAddress .panel-body {
  border-color: #E62015;
  background-color: transparent; }
  .panel--newAddress .panel-body .address-title {
    font-weight: 700;
    font-size: 16px; }

.c007 .search-toolbar .search-input-box {
  left: 12px !important; }
  @media screen and (min-width: 801px) {
    .c007 .search-toolbar .search-input-box {
      left: 0 !important; } }

.address-lists-wrap .search-toolbar .search-input-box input {
  height: 31.5px !important; }

.address-lists-wrap .search-toolbar .search-input-box #search_button {
  border: 2px solid #666666; }

.address-lists-wrap .search-toolbar #filter_open_button {
  transition: 0.5s; }
  .address-lists-wrap .search-toolbar #filter_open_button:hover {
    border: 2px solid #eb9691 !important;
    color: #E62015; }

.form-field:has(> #address_label) {
  display: none; }

.wishlists-table .table-thead {
  display: none; }
  .wishlists-table .table-thead tr th {
    font-weight: 400 !important;
    font-size: 16px !important; }
  @media screen and (min-width: 801px) {
    .wishlists-table .table-thead {
      display: table-header-group; } }

.wishlists-table tbody tr {
  display: grid; }
  .wishlists-table tbody tr td {
    font-size: 16px;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem; }
    .wishlists-table tbody tr td:not(.table-actions) {
      padding-left: 0; }
    @media screen and (min-width: 801px) {
      .wishlists-table tbody tr td {
        line-height: normal;
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
        padding-left: 1.5rem !important; } }
    .wishlists-table tbody tr td .wishlist-mobile-name {
      display: inline-block; }
      @media screen and (min-width: 801px) {
        .wishlists-table tbody tr td .wishlist-mobile-name {
          display: none; } }
    .wishlists-table tbody tr td a {
      color: black !important; }
  .wishlists-table tbody tr .wishlist-name {
    padding-left: 0 !important; }
  .wishlists-table tbody tr .table-actions {
    margin: 0;
    padding: 1.5rem 0; }
    @media screen and (min-width: 801px) {
      .wishlists-table tbody tr .table-actions {
        margin: 1.5rem;
        padding: 1.5rem 0 1.5rem 1.5rem; } }
    .wishlists-table tbody tr .table-actions form fieldset {
      display: flex; }
      @media screen and (min-width: 801px) {
        .wishlists-table tbody tr .table-actions form fieldset {
          display: block; } }
      .wishlists-table tbody tr .table-actions form fieldset input {
        color: #4C4C4C;
        background-color: white;
        border: 2px solid #E62015;
        width: 48%;
        margin: 0 auto 0 0 !important;
        transition: 0.5s; }
        .wishlists-table tbody tr .table-actions form fieldset input:hover {
          color: #E62015;
          border: 2px solid #ffd9c0; }
        @media screen and (min-width: 801px) {
          .wishlists-table tbody tr .table-actions form fieldset input {
            width: auto;
            margin: 0 10px !important;
            flex-grow: 0; } }
      .wishlists-table tbody tr .table-actions form fieldset a {
        font-weight: 700;
        font-size: 14px;
        margin: 0 0 auto 0 !important;
        width: 48%;
        color: white !important;
        background-color: black;
        border: 2px solid black;
        transition: 0.5s; }
        .wishlists-table tbody tr .table-actions form fieldset a:hover {
          background-color: #E62015;
          border: 2px solid #E62015; }
        @media screen and (min-width: 801px) {
          .wishlists-table tbody tr .table-actions form fieldset a {
            width: auto; } }
  @media screen and (min-width: 801px) {
    .wishlists-table tbody tr {
      display: table-row; } }

.table--line .table-thead tr th {
  padding-left: 0px !important; }

.account-order-list thead {
  border-bottom: 1px solid #666666 !important; }
  .account-order-list thead tr {
    display: none; }
    .account-order-list thead tr th {
      font-weight: 700;
      font-size: 14px; }
    @media screen and (min-width: 801px) {
      .account-order-list thead tr {
        display: table-row; } }

.account-order-list tbody tr {
  position: relative;
  transition: 0.2s;
  display: grid; }
  .account-order-list tbody tr td {
    padding: 5px 0;
    font-weight: 700; }
    .account-order-list tbody tr td span:nth-child(1) {
      width: 50%;
      font-weight: 400;
      display: inline-block;
      background-color: transparent;
      padding: 0; }
      @media screen and (min-width: 801px) {
        .account-order-list tbody tr td span:nth-child(1) {
          display: none; } }
    .account-order-list tbody tr td span:nth-child(2) {
      width: 50%;
      display: inline-block; }
      @media screen and (min-width: 801px) {
        .account-order-list tbody tr td span:nth-child(2) {
          width: 100%; } }
    .account-order-list tbody tr td a {
      font-weight: 400;
      font-size: 14px;
      color: black; }
    @media screen and (min-width: 801px) {
      .account-order-list tbody tr td {
        padding: 20px 0;
        font-weight: 400; } }
  .account-order-list tbody tr .account-order-status-container {
    position: relative;
    float: right;
    font-weight: 400;
    padding-bottom: 75px; }
    @media screen and (min-width: 801px) {
      .account-order-list tbody tr .account-order-status-container {
        padding-bottom: 0; } }
    .account-order-list tbody tr .account-order-status-container span:nth-child(1) {
      width: fit-content; }
    .account-order-list tbody tr .account-order-status-container .account-order-status {
      background-color: #F9F9F9;
      padding: 6px;
      border-radius: 5px;
      text-transform: uppercase;
      display: inline; }
      @media screen and (min-width: 801px) {
        .account-order-list tbody tr .account-order-status-container .account-order-status {
          padding: 6px 30px; } }
  .account-order-list tbody tr:hover td {
    opacity: 0.5; }
  .account-order-list tbody tr:hover .account-table-overlay {
    display: block;
    width: 100%; }
  .account-order-list tbody tr .account-table-overlay {
    display: block;
    position: absolute;
    opacity: 1 !important;
    top: 80%;
    left: 0em;
    right: 0em; }
    .account-order-list tbody tr .account-table-overlay a {
      font-weight: bold;
      width: 44%;
      padding: 8px 15px;
      margin-left: 8px; }
    .account-order-list tbody tr .account-table-overlay .btn-black {
      border-bottom: 4px solid black; }
      @media screen and (min-width: 801px) {
        .account-order-list tbody tr .account-table-overlay .btn-black {
          border-bottom: none;
          border-bottom: 2px solid black; }
          .account-order-list tbody tr .account-table-overlay .btn-black:hover {
            border-bottom: 2px solid #E62015; } }
    .account-order-list tbody tr .account-table-overlay .btn-white {
      right: 0;
      top: -3px;
      position: absolute; }
      @media screen and (min-width: 801px) {
        .account-order-list tbody tr .account-table-overlay .btn-white {
          position: static; } }
    @media screen and (min-width: 801px) {
      .account-order-list tbody tr .account-table-overlay {
        top: 0;
        display: none; } }
  @media screen and (min-width: 801px) {
    .account-order-list tbody tr {
      display: table-row; } }

.table-wrap .shopping-lists-table .actions-field .dropdown-menu {
  margin: 0;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  left: auto;
  right: 0;
  min-width: 150px; }
  .table-wrap .shopping-lists-table .actions-field .dropdown-menu .dropdown-menu-item {
    padding: 3px; }
    .table-wrap .shopping-lists-table .actions-field .dropdown-menu .dropdown-menu-item a {
      padding: 5px; }

.account--fixed .account-data-header .account-data-back a {
  text-transform: none;
  color: #4C4C4C;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none; }

.account--fixed .account-data-header .account-data-id {
  line-height: 0; }

.account--fixed .account-data-header .account-data-status {
  margin-top: 45px;
  font-weight: 400;
  font-size: 14px;
  background-color: #F9F9F9;
  border-radius: 5px;
  padding: 8px 16px;
  width: fit-content; }

.account--fixed .account-data-header .account-data-buttons .btn-data {
  color: #4C4C4C;
  text-decoration: none; }

.account--fixed .account-data-summary {
  margin: 30px 0;
  background-color: #F9F9F9;
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%); }
  .account--fixed .account-data-summary .summary-data-container {
    display: block;
    width: 90%;
    margin: auto;
    justify-content: space-between;
    padding: 10px 0; }
    @media screen and (min-width: 801px) {
      .account--fixed .account-data-summary .summary-data-container {
        width: 72.5%;
        display: flex; } }
    .account--fixed .account-data-summary .summary-data-container div table thead tr th {
      text-align: left;
      font-weight: 500;
      font-size: 20px;
      line-height: 24px; }
    .account--fixed .account-data-summary .summary-data-container div table th,
    .account--fixed .account-data-summary .summary-data-container div table td {
      padding: 3px 20px 3px 0; }

.account--fixed .account-data-table .account-content {
  padding: 0; }
  .account--fixed .account-data-table .account-content .account-heading {
    border: none; }
  .account--fixed .account-data-table .account-content table {
    width: 100%; }
    .account--fixed .account-data-table .account-content table thead tr {
      border-bottom: 1px solid #646464;
      display: none; }
      @media screen and (min-width: 801px) {
        .account--fixed .account-data-table .account-content table thead tr {
          display: table-row; } }
      .account--fixed .account-data-table .account-content table thead tr th {
        text-align: left;
        width: 25%;
        padding-bottom: 5px; }
    .account--fixed .account-data-table .account-content table tbody tr {
      border-bottom: 1px solid #C7C7C7; }
      .account--fixed .account-data-table .account-content table tbody tr td {
        padding-right: 12px;
        padding-top: 10px;
        width: 100%;
        display: block; }
        .account--fixed .account-data-table .account-content table tbody tr td .account-product-figure {
          position: static; }
          .account--fixed .account-data-table .account-content table tbody tr td .account-product-figure img {
            width: 100%; }
        .account--fixed .account-data-table .account-content table tbody tr td .account-product-body {
          padding-bottom: 1rem;
          padding-left: 1.2rem; }
          .account--fixed .account-data-table .account-content table tbody tr td .account-product-body .account-product-checkItem {
            position: static; }
        @media screen and (min-width: 801px) {
          .account--fixed .account-data-table .account-content table tbody tr td {
            display: table-cell;
            width: 25%; } }
        .account--fixed .account-data-table .account-content table tbody tr td:not(:first-of-type) {
          display: none; }
          @media screen and (min-width: 801px) {
            .account--fixed .account-data-table .account-content table tbody tr td:not(:first-of-type) {
              display: table-cell; } }
        .account--fixed .account-data-table .account-content table tbody tr td .account-product-price {
          float: left;
          font-size: 14px; }
        .account--fixed .account-data-table .account-content table tbody tr td p {
          margin: 5px 0;
          font-size: 14px;
          line-height: normal; }
        .account--fixed .account-data-table .account-content table tbody tr td .definitionList {
          color: #4C4C4C; }
          .account--fixed .account-data-table .account-content table tbody tr td .definitionList .definitionList-key {
            color: #4C4C4C; }
        .account--fixed .account-data-table .account-content table tbody tr td .definitionList:last-of-type {
          display: block; }
          @media screen and (min-width: 801px) {
            .account--fixed .account-data-table .account-content table tbody tr td .definitionList:last-of-type {
              display: none; } }
  .account--fixed .account-data-table .account-content .account-orderTotal {
    width: 100%;
    padding-top: 1rem; }
    @media screen and (min-width: 801px) {
      .account--fixed .account-data-table .account-content .account-orderTotal {
        width: 41.66667%; } }
    .account--fixed .account-data-table .account-content .account-orderTotal .account-orderTotal-key {
      color: #4C4C4C;
      padding: 0.5rem 0; }
      .account--fixed .account-data-table .account-content .account-orderTotal .account-orderTotal-key:last-of-type {
        font-size: 20px;
        font-weight: 500; }
    .account--fixed .account-data-table .account-content .account-orderTotal .account-orderTotal-value {
      color: #4C4C4C;
      padding: 0.5rem 0; }
      .account--fixed .account-data-table .account-content .account-orderTotal .account-orderTotal-value:last-child {
        font-size: 20px;
        font-weight: 500; }

.account--fixed .account-data-table .account-data-buttons {
  border: 1px solid transparent;
  justify-content: space-between; }
  @media screen and (min-width: 801px) {
    .account--fixed .account-data-table .account-data-buttons {
      justify-content: flex-end; } }
  .account--fixed .account-data-table .account-data-buttons a {
    padding: 10px;
    width: 48%;
    text-align: center; }
    @media screen and (min-width: 801px) {
      .account--fixed .account-data-table .account-data-buttons a {
        width: auto; } }
  .account--fixed .account-data-table .account-data-buttons .btn-black {
    margin-left: 10px !important; }

.account-data-buttons {
  display: flex; }

.buy-again-lists-table tbody tr {
  border-top: 1px solid #cccccc; }
  .buy-again-lists-table tbody tr .buy-again-product {
    border-top: none; }
  .buy-again-lists-table tbody tr p {
    font-size: 1rem; }
  .buy-again-lists-table tbody tr .actions-field {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    border-top: none; }
    .buy-again-lists-table tbody tr .actions-field div {
      width: 48% !important;
      padding: 12px 5px; }
      .buy-again-lists-table tbody tr .actions-field div.add-shopping-list {
        color: #4C4C4C;
        background-color: white;
        border: 2px solid #E62015;
        transition: 0.5s;
        text-align: center; }
        .buy-again-lists-table tbody tr .actions-field div.add-shopping-list:hover {
          color: #E62015;
          border: 2px solid #ffd9c0; }
        @media screen and (min-width: 801px) {
          .buy-again-lists-table tbody tr .actions-field div.add-shopping-list {
            width: 48%; } }

.product-availability {
  display: flex;
  align-items: center; }
  .product-availability p {
    margin: 0;
    white-space: nowrap; }
  .product-availability .icon-default {
    margin: 0; }

.b2b-wrap .title-wrap .title-actions .action-link {
  transition: 0.5s;
  text-decoration: none !important; }
  .b2b-wrap .title-wrap .title-actions .action-link:hover {
    color: #E62015;
    border: 2px solid #eb9691; }

.b2b-wrap .table-toolbar .action-links {
  display: none; }
  .b2b-wrap .table-toolbar .action-links .action-link {
    transition: 0.5s;
    text-decoration: none !important; }
    .b2b-wrap .table-toolbar .action-links .action-link:hover {
      color: #E62015;
      border: 2px solid #eb9691; }

.b2b-wrap .shopping-list-table tbody tr {
  height: fit-content; }
  .b2b-wrap .shopping-list-table tbody tr td .action-lists {
    left: -84px !important;
    right: 0 !important;
    bottom: -2px !important; }
  .b2b-wrap .shopping-list-table tbody tr td .product-description br {
    display: none; }

.b2b-wrap .b2b-column-left .form-wrap div #product_search_results table tr .col-product-info form .form-label--alternate {
  margin-top: 2px; }

.b2b-wrap .b2b-column-left .form-wrap div #product_search_results table tr .col-product-info form .form-select {
  height: 40px;
  margin-left: 0 !important; }
  @media screen and (max-width: 801px) {
    .b2b-wrap .b2b-column-left .form-wrap div #product_search_results table tr .col-product-info form .form-select {
      font-size: 13px;
      margin-left: 0 !important; } }

@media screen and (max-width: 801px) {
  .b2b-wrap .b2b-column-left .form-wrap div #product_search_results table tr .col-product-info form .form-field[data-product-attribute="set-rectangle"] {
    grid-template-columns: 1fr; } }

.b2b-wrap .b2b-column-left .form-wrap div #product_search_results table tr .col-product-info form .form-field[data-product-attribute="set-rectangle"] .form-option {
  margin-right: 0 !important; }
  @media screen and (max-width: 801px) {
    .b2b-wrap .b2b-column-left .form-wrap div #product_search_results table tr .col-product-info form .form-field[data-product-attribute="set-rectangle"] .form-option {
      width: 95%; } }

.b2b-wrap .b2b-column-left .form-wrap div #product_search_results table tr .col-product-info form .alertBox--error {
  padding-left: 0 !important; }

.b2b-wrap .b2b-column-left .form-wrap div .form-field:nth-of-type(n+6):nth-of-type(-n+9) {
  display: none; }

.b2b-wrap .b2b-column-left .form-wrap div #add_items_to_list {
  color: #4C4C4C;
  background-color: white;
  border: none;
  border: 2px solid #E62015; }

.bottom-cart-container .bottom-cart-updatelist {
  color: #4C4C4C;
  background-color: white;
  border: none;
  border: 2px solid #E62015; }
  @media screen and (max-width: 801px) {
    .bottom-cart-container .bottom-cart-updatelist {
      top: -67px !important;
      right: auto !important; } }

@media screen and (max-width: 801px) {
  .bottom-cart-container .bottom-cart-toggle {
    top: -23px !important; } }

@media screen and (max-width: 801px) {
  .bottom-cart-container .container {
    margin-bottom: 30px;
    margin-top: -20px; } }

.bottom-cart-container .container .bottom-cart-inner .bottom-cart-content .cart-info li:first-of-type a {
  text-decoration: underline;
  transition: 0.5s; }
  .bottom-cart-container .container .bottom-cart-inner .bottom-cart-content .cart-info li:first-of-type a:hover {
    color: #E62015; }

.tingle-modal-box .tingle-modal-box__content .modal-body .col-product-info .product-options .product-price {
  display: none; }

.tingle-modal-box .tingle-modal-box__content .modal-body .col-product-info .option-form .form-field .form-select {
  height: fit-content; }

.tingle-modal-box .tingle-modal-box__content .modal-body .col-product-info .option-form .alertBox--error {
  display: none; }

.form-actions .modal-close--button {
  color: #4C4C4C;
  background-color: white;
  border: 2px solid #E62015;
  transition: 0.5s;
  text-align: center; }
  .form-actions .modal-close--button:hover {
    color: #E62015;
    border: 2px solid #eb9691; }

.user-management-table tbody .actions-field a {
  text-decoration: none !important;
  height: 38px !important;
  line-height: 21px;
  transition: 0.5s; }

.user-management-table tbody .actions-field a:nth-of-type(1) {
  margin-right: 8px;
  color: white !important;
  background-color: black;
  border: 2px solid black;
  transition: 0.5s;
  text-decoration: none !important; }
  .user-management-table tbody .actions-field a:nth-of-type(1):hover {
    background-color: #E62015;
    border: 2px solid #E62015; }

.user-management-table tbody .actions-field a:nth-of-type(2) {
  color: black;
  background-color: white !important;
  border: 2px solid #E62015; }
  .user-management-table tbody .actions-field a:nth-of-type(2):hover {
    color: #E62015;
    border: 2px solid #ffd9c0; }

.user-management-table tbody .actions-field span {
  display: none; }

#modal-user-management-edit-form .form-actions input {
  margin-right: 6px; }

#modal-user-management-new-form .modal-body .form .form-actions input {
  margin-right: 6px; }

/**************************Account Orderstatus ************************/
@media screen and (max-width: 800px) {
  .navBar--sub.navBar--account {
    display: none !important; } }

.page_type__account_orderstatus .account.account--fixed:after {
  background: url(../img/loading.svg) center no-repeat;
  background-size: 50px;
  content: '';
  z-index: 999;
  display: block;
  width: 100%;
  height: 100px; }

.page_type__account_orderstatus .account.account--fixed .account-body {
  display: none; }

.page_type__account_orderstatus .account.account--fixed .account-head {
  display: none; }

.catagoryCarousel-section {
  padding: 30px 0 58px;
  background-color: #F9F9F9;
  position: relative; }
  .catagoryCarousel-section h4 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 16px; }
  .catagoryCarousel-section .products-link {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin-top: 60px; }
    .catagoryCarousel-section .products-link a {
      text-decoration: none; }

@media screen and (min-width: 801px) {
  body {
    margin-top: 135px; } }

@supports (position: sticky) {
  @media screen and (min-width: 801px) {
    body {
      margin-top: 0px; } }
  @media (max-width: 800px) {
    body {
      padding-top: 0; } } }

body #consent-manager .css-bhz559 span {
  color: #fff; }

body svg {
  fill: #4C4C4C; }

body .skip-to-main-link {
  display: none; }

@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/Raleway-VariableFont_wght.ttf") format("truetype-variations");
  font-style: normal;
  font-weight: 1 999;
  font-stretch: 0% 100%;
  font-optical-sizing: 0 100;
  font-display: swap; }

@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/Raleway-Italic-VariableFont_wght.ttf") format("truetype-variations");
  font-style: italic;
  font-weight: 1 999;
  font-stretch: 0% 100%;
  font-optical-sizing: 0 100;
  font-display: swap; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/OpenSans-VariableFont_wdth,wght.ttf") format("truetype-variations");
  font-style: normal;
  font-weight: 1 999;
  font-stretch: 0% 100%;
  font-optical-sizing: 0 100;
  font-display: swap; }

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans/OpenSans-Italic-VariableFont_wdth,wght.ttf") format("truetype-variations");
  font-style: italic;
  font-weight: 1 999;
  font-stretch: 0% 100%;
  font-optical-sizing: 0 100;
  font-display: swap; }

h1, h2, h3, h4, h5, h6, p, li, a, span {
  color: #4C4C4C; }

h1 {
  font-family: "bahnschrift", "Raleway", sanserif;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: #4C4C4C; }
  @media screen and (min-width: 801px) {
    h1 {
      font-size: 48px;
      line-height: 52px; } }

h2 {
  font-family: "bahnschrift", "Raleway", sanserif;
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  color: #4C4C4C; }
  @media screen and (min-width: 801px) {
    h2 {
      font-size: 36px;
      line-height: 40px; } }

h3 {
  font-family: "bahnschrift", "Raleway", sanserif;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #4C4C4C; }
  @media screen and (min-width: 801px) {
    h3 {
      font-size: 28px;
      line-height: 32px; } }

h4 {
  font-family: "bahnschrift", "Raleway", sanserif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #4C4C4C; }
  @media screen and (min-width: 801px) {
    h4 {
      font-size: 20px;
      line-height: 24px; } }

a {
  font-family: "bahnschrift", "Open Sans", sanserif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #E62015;
  text-decoration: none; }
  a:hover {
    color: #E62015; }
  a:active {
    color: #4C4C4C; }
  a:disabled {
    color: #4C4C4C;
    opacity: 0.6; }

p {
  font-family: "bahnschrift", "Open Sans", sanserif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px; }

.footer {
  background-color: #4C4C4C;
  padding-bottom: 60px; }
  @media only screen and (min-width: 801px) {
    .footer {
      padding-bottom: 0px; } }
  .footer .container .footer-list {
    display: grid;
    grid-template-rows: repeat(4, auto);
    row-gap: 20px; }
    .footer .container .footer-list article:nth-child(4) {
      width: 100%; }
      @media only screen and (min-width: 801px) {
        .footer .container .footer-list article:nth-child(4) {
          width: 180px; } }
    @media only screen and (min-width: 801px) {
      .footer .container .footer-list {
        grid-template-columns: 18% 18% 50% 14%;
        row-gap: initial; } }
    .footer .container .footer-list .footer-info-list {
      margin-bottom: 0;
      display: none;
      padding-left: 7px; }
      @media only screen and (min-width: 801px) {
        .footer .container .footer-list .footer-info-list {
          display: block !important;
          padding-left: 0; } }
      .footer .container .footer-list .footer-info-list li {
        list-style: none;
        margin: 10px 0;
        font-weight: 400;
        font-size: 12px;
        color: #FFFFFF; }
        .footer .container .footer-list .footer-info-list li a {
          display: block;
          color: #FFFFFF;
          font-weight: 400;
          font-size: 12px;
          line-height: 14px; }
        .footer .container .footer-list .footer-info-list li.store-address {
          line-height: 24px;
          margin-bottom: 0; }
          .footer .container .footer-list .footer-info-list li.store-address span {
            color: #FFFFFF; }
        .footer .container .footer-list .footer-info-list li.store-phone {
          margin-top: 5px; }
        .footer .container .footer-list .footer-info-list li.store-email {
          font-weight: 700; }
    .footer .container .footer-list .footer-payment-icons {
      display: grid;
      grid-auto-flow: column;
      column-gap: 8px;
      align-items: center;
      margin-top: 20px;
      margin-bottom: 15px;
      justify-items: center;
      justify-content: center; }
      @media only screen and (min-width: 801px) {
        .footer .container .footer-list .footer-payment-icons {
          margin-top: 15px;
          margin-bottom: 25px; } }
      .footer .container .footer-list .footer-payment-icons .footer-payment-icon {
        width: 35px;
        height: 22px;
        margin: 0; }
  .footer .container .footer-last {
    grid-column: -1/1; }
    .footer .container .footer-last .logo-and-social {
      display: grid;
      align-items: center;
      margin-top: 1.5rem;
      border-top: 2px solid #DBDADA;
      padding-top: 20px;
      padding-bottom: 20px; }
      @media only screen and (min-width: 801px) {
        .footer .container .footer-last .logo-and-social {
          grid-template-columns: auto 1fr; } }
      .footer .container .footer-last .logo-and-social .socialLinks {
        display: grid;
        grid-auto-flow: column;
        gap: 12px;
        justify-content: center;
        align-items: center;
        justify-items: center; }
        .footer .container .footer-last .logo-and-social .socialLinks::before, .footer .container .footer-last .logo-and-social .socialLinks::after {
          content: none; }
        .footer .container .footer-last .logo-and-social .socialLinks li {
          margin: 0; }
        .footer .container .footer-last .logo-and-social .socialLinks .socialLinks-item svg {
          fill: #DBDADA; }
      .footer .container .footer-last .logo-and-social .footer-copyright > .powered-by {
        font-size: 14px; }
        @media only screen and (min-width: 801px) {
          .footer .container .footer-last .logo-and-social .footer-copyright > .powered-by {
            font-size: 12px; } }
      .footer .container .footer-last .logo-and-social .footer-copyright {
        text-align: center;
        margin-top: 20px; }
        @media only screen and (min-width: 801px) {
          .footer .container .footer-last .logo-and-social .footer-copyright {
            text-align: right;
            margin-top: 0;
            padding-right: 0; } }
        .footer .container .footer-last .logo-and-social .footer-copyright .powered-by {
          color: #FFFFFF; }
  .footer .container .footer-info-heading {
    transition: 0.4s;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 16px;
    position: relative;
    padding-left: 7px; }
    .footer .container .footer-info-heading.footer-info-heading-open {
      color: #E62015; }
    .footer .container .footer-info-heading.footer-info-heading-mobile {
      display: block; }
      @media only screen and (min-width: 801px) {
        .footer .container .footer-info-heading.footer-info-heading-mobile {
          display: none; } }
    .footer .container .footer-info-heading.footer-info-heading-desktop {
      display: none; }
      @media only screen and (min-width: 801px) {
        .footer .container .footer-info-heading.footer-info-heading-desktop {
          display: block; } }
    @media only screen and (min-width: 801px) {
      .footer .container .footer-info-heading {
        padding-left: 0;
        color: #FFFFFF !important; } }
  @media only screen and (max-width: 801px) {
    .footer .container article .footer-info-heading {
      transition: 0.4s;
      border-bottom: 2px solid #DBDADA;
      padding-bottom: 10px;
      margin-bottom: 0px; }
      .footer .container article .footer-info-heading.footer-info-heading-open {
        border-bottom: 2px solid #E62015; }
        .footer .container article .footer-info-heading.footer-info-heading-open::before, .footer .container article .footer-info-heading.footer-info-heading-open::after {
          background-color: #E62015; }
        .footer .container article .footer-info-heading.footer-info-heading-open::before {
          transform: rotate(180deg); }
      .footer .container article .footer-info-heading::before, .footer .container article .footer-info-heading::after {
        content: '';
        height: 2px;
        width: 10px;
        top: 10px;
        position: absolute;
        background-color: #DBDADA;
        right: 10px;
        transition: 0.4s; }
      .footer .container article .footer-info-heading::before {
        transform: rotate(90deg); }
    .footer .container article.active .footer-info-heading::before {
      content: none; }
    .footer .container article.active .footer-info-list {
      display: block; } }

.header {
  background-color: #FFFFFF;
  border-bottom: 1px solid #DBDADA;
  position: fixed;
  top: 0;
  z-index: 100; }
  @supports (position: sticky) {
    .header {
      position: sticky; } }
  @media screen and (max-width: 801px) {
    .header .container {
      padding: 0; } }
  @media screen and (min-width: 801px) {
    .header {
      border: none; } }
  .header .header__main {
    z-index: 100;
    display: grid;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    position: relative; }
    @media screen and (min-width: 801px) {
      .header .header__main {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 92px auto;
        overflow: visible;
        height: auto;
        border-bottom: none; } }
  .header .mobileMenu-toggle {
    padding: 0;
    height: 55px;
    width: 55px; }
  @media screen and (max-width: 801px) {
    .header .headerLogo {
      margin: 0 auto; } }
  .header .headerLogo .logo {
    height: auto;
    width: 100%;
    max-height: 40px; }
    @media screen and (min-width: 801px) {
      .header .headerLogo .logo {
        max-height: 40px; } }
  @media screen and (min-width: 801px) {
    .header .headerLogo {
      justify-self: baseline; } }
  .header .headerLogo .header-logo__link {
    display: block; }
    .header .headerLogo .header-logo__link .header-logo-image-container {
      text-align: center; }
      .header .headerLogo .header-logo__link .header-logo-image-container .header-logo-image {
        max-height: 36px; }
        @media screen and (min-width: 801px) {
          .header .headerLogo .header-logo__link .header-logo-image-container .header-logo-image {
            max-height: 60px; } }
  .header .customSearch {
    position: absolute;
    visibility: hidden;
    width: 0; }
    .header .customSearch .ean-search-grid {
      display: grid;
      grid-template-columns: 4fr 1fr; }
    .header .customSearch .ean-camera-video {
      display: flex;
      flex-direction: column; }
      .header .customSearch .ean-camera-video video {
        width: 100%; }
    .header .customSearch .ean-camera-search-button {
      background-color: #333333;
      border-radius: 4px;
      margin-left: 10px; }
      .header .customSearch .ean-camera-search-button svg {
        margin: 0;
        width: 25px;
        height: 25px; }
      .header .customSearch .ean-camera-search-button span {
        font-weight: 700;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 10px; }
    .header .customSearch .ean-camera-search {
      margin-top: 10px; }
    @media screen and (min-width: 801px) {
      .header .customSearch {
        position: static;
        visibility: visible;
        width: auto; }
        .header .customSearch .ean-camera-search {
          display: none; }
        .header .customSearch .ean-camera-search-button {
          display: none; } }
  .header.is-open-search .customSearch {
    visibility: visible;
    width: 100%;
    top: calc(82px + 1rem);
    z-index: 999;
    padding: 0 1rem; }
  .header .container .form {
    margin: 0; }
    .header .container .form .form-fieldset .form-field {
      margin: 0; }
  .header .quickSearchResults {
    grid-column: -1/1; }
  .header .navUser {
    display: flex;
    justify-content: flex-end;
    position: relative; }
    @media screen and (min-width: 801px) {
      .header .navUser {
        padding: 0; } }
    .header .navUser #navUser-main {
      position: absolute;
      top: 48px;
      left: 0;
      right: 0;
      background-color: #4C4C4C; }
      .header .navUser #navUser-main .navUser-action.has-subMenu {
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        line-height: 16px;
        padding: 14px 20px;
        display: flex;
        justify-content: space-between;
        text-transform: uppercase; }
        .header .navUser #navUser-main .navUser-action.has-subMenu svg {
          width: 10px;
          height: 10px;
          fill: #E62015;
          stroke: #E62015; }
        .header .navUser #navUser-main .navUser-action.has-subMenu.is-open svg {
          -webkit-transform: scaleY(-1);
          transform: scaleY(-1); }
      .header .navUser #navUser-main .navUser-subMenu-item a {
        text-decoration: none;
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        padding: 10px 20px;
        display: block; }
    .header .navUser .navUser-subMenu {
      display: none; }
      .header .navUser .navUser-subMenu.is-open {
        display: block;
        background-color: #555; }
    .header .navUser .navUser-section {
      display: flex;
      flex-wrap: nowrap;
      gap: 0 1.5rem; }
      .header .navUser .navUser-section::after, .header .navUser .navUser-section::before {
        display: none; }
      @media screen and (max-width: 801px) {
        .header .navUser .navUser-section {
          gap: 0; } }
      .header .navUser .navUser-section .navUser-item--quote {
        padding: 0 4px;
        display: none;
        background-color: #F9F9F9; }
        @media screen and (min-width: 801px) {
          .header .navUser .navUser-section .navUser-item--quote {
            display: flex;
            align-items: center; } }
        .header .navUser .navUser-section .navUser-item--quote .navUser-action {
          padding: 0;
          color: #646464;
          margin: 0;
          font-weight: 400;
          text-align: center; }
          .header .navUser .navUser-section .navUser-item--quote .navUser-action:hover {
            color: #E62015; }
    .header .navUser .navUser-item--account {
      position: relative; }
    .header .navUser .navUser-action--loggedIn {
      width: 100%;
      height: 100%;
      display: grid;
      align-items: center;
      grid-template-columns: 20% auto 15px;
      border-radius: 4px; }
      .header .navUser .navUser-action--loggedIn svg {
        transition: none; }
      .header .navUser .navUser-action--loggedIn svg.icon-default {
        align-self: center;
        justify-self: start;
        margin-left: 5px; }
      .header .navUser .navUser-action--loggedIn > span {
        padding-left: 10px;
        text-decoration: none;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-transform: capitalize;
        justify-self: start; }
        .header .navUser .navUser-action--loggedIn > span:hover {
          text-decoration: none; }
      .header .navUser .navUser-action--loggedIn.is-open {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        background-color: #4C4C4C; }
        .header .navUser .navUser-action--loggedIn.is-open svg.dd_arrow {
          transform: rotate(180deg);
          color: #E62015;
          fill: #E62015; }
        .header .navUser .navUser-action--loggedIn.is-open > span {
          color: #ffffff; }
    .header .navUser #accountOptions {
      background: #4C4C4C;
      grid-column: 1 / span 3;
      padding-bottom: 1rem;
      border: 0;
      border-radius: 0 0 8px 8px;
      width: 100%; }
      .header .navUser #accountOptions::before, .header .navUser #accountOptions::after {
        display: none; }
      .header .navUser #accountOptions li {
        padding: 0; }
        .header .navUser #accountOptions li a {
          color: #ffffff;
          font-weight: 400;
          font-size: 14px;
          line-height: 16px;
          padding-top: 12px;
          padding-bottom: 0;
          margin-bottom: 0;
          border: 0;
          text-transform: lowercase; }
          .header .navUser #accountOptions li a::first-letter {
            text-transform: capitalize; }
    .header .navUser .navUser-item--account.navUser-item--account-customer {
      cursor: pointer; }
      .header .navUser .navUser-item--account.navUser-item--account-customer.oppened {
        background: #4C4C4C;
        border-radius: 8px 8px 0 0; }

@media screen and (max-width: 800px) {
  .autocomplete-panel {
    box-shadow: none; }
    .autocomplete-panel .aa-Panel--scrollable {
      padding: 0; }
    .autocomplete-panel .aa-Item {
      padding: 0.5rem 0; } }

/** Admin bar */
.header-admin {
  height: 38px;
  background-color: #4C4C4C;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  padding: 6px 0; }
  .header-admin a {
    text-decoration: none; }
  .header-admin span {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    margin-left: 8px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle; }
  .header-admin svg {
    stroke: #ffffff;
    margin-left: 15px;
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle; }
  @media screen and (min-width: 801px) {
    .header-admin:not(.d-none) + .header {
      top: 38px; } }

#algolia-search-input .aa-Form {
  border: 2px solid #dbdada; }
  #algolia-search-input .aa-Form:focus-within {
    border-color: #E62015;
    box-shadow: 0 0 0 3px #FFD9C0; }

#pc-quickorderpad-entry {
  float: none; }

#m-myquote-entry .quote-quantity,
#m-estimate-entry .estimate-quantity {
  overflow: hidden;
  border-radius: 100%;
  background-color: #333333;
  color: #fff;
  width: 20px;
  display: inline-block;
  position: absolute; }

#my-quote-entry,
#estimate-entry {
  float: none;
  position: relative;
  /* @media screen and (min-width: $tablet) {
        order: 1;
        display: flex;
        align-items: center;
    } */ }
  #my-quote-entry .quote-quantity,
  #my-quote-entry .estimate-quantity,
  #estimate-entry .quote-quantity,
  #estimate-entry .estimate-quantity {
    overflow: hidden;
    border-radius: 100%;
    background-color: #fff;
    color: #4C4C4C;
    width: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px; }

.blog + .blog {
  border: none; }

.blog .header-description-blog {
  padding: 0 0.95rem; }
  @media screen and (min-width: 801px) {
    .blog .header-description-blog {
      padding: 0; } }

.blog .blog-grid {
  padding: 0;
  margin-bottom: 40px;
  grid-template-columns: 1fr;
  /* .blog {
      .blog-post-figure {
        .blog-thumbnail {
          overflow: hidden;

          @media screen and (min-width: $mobile) {
            max-height: 250px;

            &.blog-thumbnail-default-img {
              img {
                width: 100%;
                object-fit: cover;
                height: auto;
                min-width: auto;
              }
            }
          }

          a {
            display: block;

            img {
              @media screen and (min-width: $mobile) {
                min-height: 250px;
                //height: 218px;'
                min-width: fit-content;
              }
            }
          }
        }
      }

      .blog-post-body {
        .blog-header {
          h2 {
            line-height: 1px !important;
            margin-bottom: 15px;
            min-height: 55px;

            @media screen and (min-width: $tablet) {
              margin-bottom: 6px;
            }
          }
        }
      }
    } */ }
  @media screen and (min-width: 551px) {
    .blog .blog-grid {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (min-width: 961px) {
    .blog .blog-grid {
      grid-template-columns: 1fr 1fr 1fr; } }

.blog .pagination .pagination-list {
  display: flex;
  justify-content: center;
  align-items: center; }
  .blog .pagination .pagination-list .pagination-item a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #4C4C4C; }
    .blog .pagination .pagination-list .pagination-item a svg {
      font-weight: 700;
      fill: #E62015; }
  .blog .pagination .pagination-list .pagination-item--current {
    border: none;
    border-radius: 0; }
    .blog .pagination .pagination-list .pagination-item--current a {
      color: #4C4C4C;
      font-weight: 700; }

/*Styling for individual blog pages*/
.page_type__blog_post .body {
  overflow-x: visible !important; }
  .page_type__blog_post .body .blog-thumbnail {
    display: none; }

.page_type__blog_post .readMoreLink {
  display: none; }

/* Blog post card */
.blog-post-card {
  border-radius: 12px;
  overflow: hidden; }
  .blog-post-card:hover {
    box-shadow: 0 4px 20px 0 rgba(130, 130, 130, 0.25); }
  .blog-post-card .blog-post-figure {
    height: 280px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .blog-post-card .blog-post-body {
    width: 100%;
    text-align: left;
    padding: 15px; }
  .blog-post-card .blog-date {
    text-align: left;
    font-size: 12px; }
  .blog-post-card .blog-title {
    font-size: 20px;
    line-height: 24px;
    margin: 10px 0px; }
    .blog-post-card .blog-title a {
      color: #000;
      font-weight: bold; }
  .blog-post-card .blog-summary {
    font-size: 16px;
    line-height: 20px;
    margin: 0; }
  .blog-post-card .blog-footer {
    display: grid;
    grid-template-columns: 160px auto;
    align-items: center;
    padding-top: 15px; }
    .blog-post-card .blog-footer .button {
      margin: 0; }
    .blog-post-card .blog-footer-cc {
      text-align: right;
      font-weight: bold;
      color: #E62015;
      font-size: 14px;
      line-height: 16px; }

.wg-post-card__item {
  padding: 15px; }

/* Home blog */
.home-blog .item {
  padding: 15px; }

.home-blog-more {
  text-align: center;
  margin: 50px 0; }
  .home-blog-more a {
    text-decoration: none; }

/* New blog page */
[data-layout-name="magazine-container"] [data-sub-layout] {
  display: block; }
  [data-layout-name="magazine-container"] [data-sub-layout] [data-widget-id] {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 7.5px;
    margin-bottom: 20px; }
    @media screen and (max-width: 991px) {
      [data-layout-name="magazine-container"] [data-sub-layout] [data-widget-id] {
        width: 50%; } }
    @media screen and (max-width: 700px) {
      [data-layout-name="magazine-container"] [data-sub-layout] [data-widget-id] {
        width: 100%;
        padding: 0 15px; } }

/* Cart */
.cart-page .desktop {
  display: none; }

.cart-page .page-content {
  /* .page-heading {
			text-align: center;
			font-style: normal;
			font-weight: 500;
			font-size: 28px;
			line-height: 32px;
			color: $color-s;

			@media screen and (min-width: $tablet) {
				color: $color-f-b;
			}
		} */ }
  .cart-page .page-content .cart-content-padding-right .cart .cart-list {
    border-top: 0; }
    @media screen and (min-width: 801px) {
      .cart-page .page-content .cart-content-padding-right .cart .cart-list.v-desktop {
        display: table-header-group; } }
    .cart-page .page-content .cart-content-padding-right .cart .cart-list .cart-item {
      border-bottom: 0;
      /*.cart-item-title{
                            .definitionList{
                                .definitionList-key:nth-of-type(1) {
                                    display: block;
                                }
                                .definitionList-value:nth-of-type(1) {
                                   display: block;
                                }
                                .definitionList-key{
                                    display: none;
                                }
                                .definitionList-value {
                                    display: none;
                                 }
                            }
                        }*/ }
      @media screen and (min-width: 801px) {
        .cart-page .page-content .cart-content-padding-right .cart .cart-list .cart-item {
          border-bottom: 1px solid #C7C7C7; } }
      .cart-page .page-content .cart-content-padding-right .cart .cart-list .cart-item .mobile-cart-elements {
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700; }
        @media screen and (min-width: 801px) {
          .cart-page .page-content .cart-content-padding-right .cart .cart-list .cart-item .mobile-cart-elements {
            display: none; } }
        .cart-page .page-content .cart-content-padding-right .cart .cart-list .cart-item .mobile-cart-elements .cart-remove span {
          font-weight: 400; }
      .cart-page .page-content .cart-content-padding-right .cart .cart-list .cart-item .cart-item-sku {
        display: block;
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px; }
      .cart-page .page-content .cart-content-padding-right .cart .cart-list .cart-item .mobile-cart-details {
        display: block;
        font-weight: 400;
        font-size: 14px; }
        @media screen and (min-width: 801px) {
          .cart-page .page-content .cart-content-padding-right .cart .cart-list .cart-item .mobile-cart-details {
            display: none; } }
      .cart-page .page-content .cart-content-padding-right .cart .cart-list .cart-item .cart-item-figure {
        margin-bottom: 0; }
      .cart-page .page-content .cart-content-padding-right .cart .cart-list .cart-item .cart-item-name .cart-item-name__label {
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        color: #4C4C4C; }
      .cart-page .page-content .cart-content-padding-right .cart .cart-list .cart-item .cart-item-quantity {
        background: #F9F9F9;
        display: grid;
        padding: 10px 0;
        margin-top: 10px;
        justify-content: center;
        grid-template-columns: 30% 30% 40%;
        /* .change-quantity {
								padding: 5px 0;
								align-items: center;
								//justify-content: start;
								// width: 40%;
								width: 80%;
								justify-self: end;
								margin: 4px 8px 4px 0;

								@media screen and (min-width: $tablet) {
									width: 100%;
									margin: 0;
								}

								.form-increment {
									margin: 0;
									display: grid;
									grid-template-columns: auto 50% auto;
									align-items: center;
									justify-content: center;
									background: #ffffff;
									border: 2px solid #dbdada;
									box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08);

									.control {
										width: 16px;
										height: 16px;
										cursor: pointer;
										padding: 0;
									}

									.cart-item-qty-input {
										border: 0;
										padding: 10px;
										text-align: center;
										font-weight: 700;
										font-size: 14px;
										line-height: 16px;
									}
								}
							} */ }
        @media screen and (min-width: 801px) {
          .cart-page .page-content .cart-content-padding-right .cart .cart-list .cart-item .cart-item-quantity {
            background: #FFFFFF;
            display: flex;
            padding: 0;
            width: 100%;
            margin: 0; } }
        .cart-page .page-content .cart-content-padding-right .cart .cart-list .cart-item .cart-item-quantity .price {
          display: flex;
          align-items: center;
          justify-content: center;
          font-weight: 700;
          font-size: 16px;
          line-height: 20px; }
          .cart-page .page-content .cart-content-padding-right .cart .cart-list .cart-item .cart-item-quantity .price .price-discount {
            text-decoration: line-through;
            font-weight: 400 !important; }
    .cart-page .page-content .cart-content-padding-right .cart .cart-list .cart-item-price {
      display: none;
      width: 8.33333%; }
      @media screen and (min-width: 801px) {
        .cart-page .page-content .cart-content-padding-right .cart .cart-list .cart-item-price {
          display: table-cell; } }
    .cart-page .page-content .cart-content-padding-right .cart .cart-list .trash {
      display: none; }
      @media screen and (min-width: 801px) {
        .cart-page .page-content .cart-content-padding-right .cart .cart-list .trash {
          display: flex;
          align-items: center;
          justify-content: flex-end;
          flex-direction: row; } }
      .cart-page .page-content .cart-content-padding-right .cart .cart-list .trash .cart-remove {
        display: flex; }

.cart-page .cart-actions .button {
  background-color: #4C4C4C;
  color: #FFFFFF;
  border-color: #4C4C4C; }
  .cart-page .cart-actions .button:hover {
    border-color: #E62015;
    background: #E62015;
    color: #FFFFFF; }

.cart-page .cart-content-padding-right .cart-totals {
  margin-top: 1rem; }
  .cart-page .cart-content-padding-right .cart-totals .cart-total {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    justify-content: start;
    padding: 0.5rem 0; }
    .cart-page .cart-content-padding-right .cart-totals .cart-total:before, .cart-page .cart-content-padding-right .cart-totals .cart-total:after {
      content: " ";
      display: none; }
    .cart-page .cart-content-padding-right .cart-totals .cart-total .cart-total-label,
    .cart-page .cart-content-padding-right .cart-totals .cart-total .cart-total-value {
      order: 0;
      float: initial;
      padding: 0;
      text-align: left !important;
      font-size: 16px;
      line-height: 20px;
      color: #4C4C4C;
      width: 100%; }
      .cart-page .cart-content-padding-right .cart-totals .cart-total .cart-total-label.total,
      .cart-page .cart-content-padding-right .cart-totals .cart-total .cart-total-value.total {
        font-size: 20px;
        line-height: 24px; }
      .cart-page .cart-content-padding-right .cart-totals .cart-total .cart-total-label button,
      .cart-page .cart-content-padding-right .cart-totals .cart-total .cart-total-value button {
        font-weight: 700;
        color: #be1b12 !important; }
        .cart-page .cart-content-padding-right .cart-totals .cart-total .cart-total-label button span,
        .cart-page .cart-content-padding-right .cart-totals .cart-total .cart-total-value button span {
          color: #be1b12 !important; }
    .cart-page .cart-content-padding-right .cart-totals .cart-total .cart-total-value {
      order: 1; }

@media screen and (min-width: 801px) {
  .cart-page .cart-content-padding-right .desktop {
    display: block; }
  .cart-page .cart-content-padding-right .cart .cart-header {
    border-bottom: 1px solid #C7C7C7; }
    .cart-page .cart-content-padding-right .cart .cart-header.v-desktop {
      display: table-header-group; }
    .cart-page .cart-content-padding-right .cart .cart-header .cart-header-item {
      font-weight: 400;
      font-size: 14px;
      line-height: 16px;
      color: #4C4C4C;
      text-align: center; }
      .cart-page .cart-content-padding-right .cart .cart-header .cart-header-item:nth-child(1) {
        text-align: left; }
    .cart-page .cart-content-padding-right .cart .cart-header .cart-item .cart-item-block {
      vertical-align: middle; }
      .cart-page .cart-content-padding-right .cart .cart-header .cart-item .cart-item-block .trash.mobile {
        display: none; } }

.checkoutMultiple {
  display: none !important; }

.cart-item-info {
  text-align: center; }

@media only screen and (min-width: 801px) {
  .modal-search .header-row {
    text-align: right;
    padding: 1rem 2.5rem; }
    .modal-search .header-row .modal-close {
      display: initial;
      position: inherit; }
  .modal-search .search-footer {
    background: #F9F9F9;
    padding: 20px;
    text-align: center; }
    .modal-search .search-footer a {
      font-weight: 700;
      font-size: 16px;
      line-height: 20px; }
  .quickSearchResults.oppened {
    position: fixed;
    width: 100%;
    background: #FFFFFF; }
    .quickSearchResults.oppened .productGrid {
      display: grid;
      grid-template-columns: 20% 20% 20% 20% 20%;
      width: 100%;
      height: inherit;
      background: #FFFFFF; }
      .quickSearchResults.oppened .productGrid .product {
        max-height: inherit;
        width: 100%;
        border: 1px solid #DBDADA;
        border-right: 0;
        background: #FFF;
        padding: 0; }
        .quickSearchResults.oppened .productGrid .product:last-child {
          border-right: 1px solid #DBDADA; }
        .quickSearchResults.oppened .productGrid .product .card {
          padding: 0;
          border: 0;
          max-height: 60vh;
          max-width: 100%; }
          .quickSearchResults.oppened .productGrid .product .card:hover {
            border: 0; }
          .quickSearchResults.oppened .productGrid .product .card .card-figure {
            max-height: 40vh; }
            .quickSearchResults.oppened .productGrid .product .card .card-figure a {
              display: block;
              width: 100%; }
              .quickSearchResults.oppened .productGrid .product .card .card-figure a .card-img-container {
                max-width: inherit;
                width: 100%;
                max-height: 50%;
                padding: 12px 30px; }
                .quickSearchResults.oppened .productGrid .product .card .card-figure a .card-img-container .card-image {
                  position: relative; }
          .quickSearchResults.oppened .productGrid .product .card .card-body {
            padding: 0 12px 16px 12px;
            grid-template-rows: 20px auto 20px;
            gap: 16px; }
            .quickSearchResults.oppened .productGrid .product .card .card-body .card-text {
              max-height: 120px; }
              .quickSearchResults.oppened .productGrid .product .card .card-body .card-text :last-child {
                max-height: 80px; } }

.productView .productView-options .form {
  margin: 0; }
  .productView .productView-options .form .add-to-cart-wrapper--row {
    display: grid;
    column-gap: 1rem;
    grid-template-columns: 1fr 1fr; }
    .productView .productView-options .form .add-to-cart-wrapper--row .form-increment,
    .productView .productView-options .form .add-to-cart-wrapper--row .form-date {
      width: 100%;
      max-width: 100%; }

.productView .productView-options {
  margin: 0;
  text-align: left; }
  .productView .productView-options .add-to-cart-buttons,
  .productView .productView-options .rfq-button-container {
    width: 100%;
    padding: 0;
    margin: 0; }
  .productView .productView-options .rfq-button-container.rfq-pdp-button-container {
    margin: 0; }
  .productView .productView-options .rfq-button-container .add-to-quote {
    margin: 0;
    width: 100%;
    height: 42px; }

.productView .promo-section {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(210, 29, 1, 0.12);
  border-radius: 4px;
  font-size: 13px;
  padding: 6px 8px;
  width: fit-content;
  line-height: 1.5rem; }
  .productView .promo-section svg {
    width: 20px;
    height: 20px; }

.productView-price {
  margin-bottom: 0;
  background-color: #ffffff;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  overflow: hidden;
  font-size: 28px;
  font-weight: 600;
  flex-wrap: wrap; }
  .productView-price .price-section .price {
    font-weight: 700;
    display: flex;
    align-items: center;
    flex-direction: row-reverse; }
    .productView-price .price-section .price .baged {
      background: rgba(210, 29, 1, 0.12);
      border-radius: 4px;
      font-weight: 400;
      font-size: 13px;
      line-height: 1.5rem;
      padding: 6px 8px; }
      @media screen and (min-width: 800px) and (max-width: 1320px) {
        .productView-price .price-section .price .baged {
          grid-column-start: 1;
          grid-column-end: span 2;
          text-align: center; } }
    .productView-price .price-section .price .old_price {
      padding: 0 15px;
      font-weight: 400;
      font-size: 18px;
      line-height: 20px;
      letter-spacing: 0.04em;
      text-decoration-line: line-through;
      margin-right: 0.5rem; }
      @media screen and (min-width: 800px) and (max-width: 1320px) {
        .productView-price .price-section .price .old_price {
          grid-row-start: 2;
          padding: 0; } }
    .productView-price .price-section .price .discounted {
      display: flex;
      flex-direction: row-reverse;
      line-height: 20px; }

.product-desctription {
  padding: 2rem 1rem;
  border-bottom: 1px solid #EBEBEB;
  border-top: 1px solid #EBEBEB; }

.productView-extra-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1rem; }
  .productView-extra-actions .button--compare,
  .productView-extra-actions .button-shoppinglist {
    padding: 0;
    border: 0;
    color: #4C4C4C; }
    .productView-extra-actions .button--compare .icon,
    .productView-extra-actions .button-shoppinglist .icon {
      margin: 0 8px 0 0; }
      .productView-extra-actions .button--compare .icon svg,
      .productView-extra-actions .button-shoppinglist .icon svg {
        fill: none; }
  .productView-extra-actions .button-shoppinglist.dropdown-menu-button .icon {
    float: none; }

#modal-shopping-list #shoppinglist-dropdown {
  margin: 0;
  border: 0; }

#modal-shopping-list .creat-list-group {
  flex-direction: column;
  padding-top: 1rem;
  border-top: 2px dashed #ebebeb; }

.productView-availability {
  padding: 2rem 1em;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr; }
  .productView-availability .item-availability {
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px; }
  .productView-availability .get-availability {
    margin: 0; }
  .productView-availability .button--availability {
    width: 100%;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #ffff;
    border-radius: 4px;
    border: 2px solid #dbdada;
    line-height: 1.5;
    cursor: unset; }
    .productView-availability .button--availability svg {
      position: relative;
      top: 4px; }
    .productView-availability .button--availability.get-availability {
      border: 2px solid #E62015;
      cursor: pointer; }
      .productView-availability .button--availability.get-availability:hover {
        border-color: #eb9691; }
        .productView-availability .button--availability.get-availability:hover span {
          color: #E62015; }

@media screen and (max-width: 800px) {
  .productView-title {
    font-size: 24px;
    line-height: 28px;
    margin-top: 0; } }

@media screen and (min-width: 801px) {
  .productView-title {
    font-size: 28px;
    line-height: 32px; } }

@media screen and (min-width: 961px) {
  .productView-title {
    font-size: 36px;
    line-height: 40px; } }

.productView-images .productView-thumbnails:not(.slick-initialized) {
  text-align: center; }

.productView-images .productView-thumbnail:not(.slick-slide) {
  float: none;
  display: inline-block; }

.productView-images .productView-thumbnails {
  max-width: 300px;
  margin: 0 auto; }
  @media screen and (min-width: 551px) {
    .productView-images .productView-thumbnails {
      max-width: 400px; } }
  @media screen and (min-width: 801px) {
    .productView-images .productView-thumbnails {
      max-width: 300px; } }
  @media screen and (min-width: 1200px) {
    .productView-images .productView-thumbnails {
      max-width: 600px; } }
  .productView-images .productView-thumbnails .productView-thumbnail {
    padding: 10px; }
    .productView-images .productView-thumbnails .productView-thumbnail a {
      margin: 0 auto; }
  @media screen and (max-width: 801px) {
    .productView-images .productView-thumbnails .slick-arrow {
      top: 100px !important; } }

.productView-images .productView-image {
  min-height: 330px; }
  @media screen and (min-width: 801px) {
    .productView-images .productView-image {
      min-height: 500px; } }
  .productView-images .productView-image .easyzoom-flyout {
    background-color: #ffffff; }

.productView-rating {
  display: flex;
  margin-bottom: 20px; }
  .productView-rating a,
  .productView-rating span {
    color: #4C4C4C;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px; }
  .productView-rating > span {
    margin-right: 10px; }
  .productView-rating span.icon.icon--ratingEmpty svg {
    fill: #C7C7C7; }

.productView-brand,
.productView-brand a,
.productView-brand span,
.productView-cross-reference,
.productView-sku,
.productView-mpn {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  margin: 0 0 8px; }
  @media screen and (max-width: 800px) {
    .productView-brand,
    .productView-brand a,
    .productView-brand span,
    .productView-cross-reference,
    .productView-sku,
    .productView-mpn {
      margin: 0; } }

@media (min-width: 1261px) {
  .productView-mpn {
    margin: 0 0 1rem; } }

.productView-cross-reference {
  line-height: 40px; }

.productView-options {
  position: relative; }
  @media screen and (min-width: 800px) and (max-width: 1320px) {
    .productView-options {
      display: flex !important;
      text-align: center; } }
  .productView-options .rfq-button-container {
    width: 50%;
    margin-right: 0 !important;
    padding: 0 1rem 0 0.5rem; }
    .productView-options .rfq-button-container button {
      width: 100%;
      margin: 0; }
    @media screen and (min-width: 800px) and (max-width: 1320px) {
      .productView-options .rfq-button-container {
        padding: 0 1rem;
        width: 100%;
        margin: 0 0 1rem 0 !important; } }
  @media screen and (min-width: 800px) and (max-width: 1320px) {
    .productView-options .spacer {
      display: none; } }
  .productView-options .form-wishlist .dropdown-menu-button {
    margin: 0; }
    @media screen and (min-width: 800px) and (max-width: 1320px) {
      .productView-options .form-wishlist .dropdown-menu-button {
        width: 100%; } }

.product-errorinfo span {
  color: #D21D01; }

/* Tabs */
.productView-description {
  float: none;
  padding: 0; }
  .productView-description .tabs {
    border-bottom: 0;
    margin: 0; }
  .productView-description .tab {
    border: none;
    background-color: #f9f9f9;
    padding: 0; }
  .productView-description .tab.is-active {
    background-color: #4C4C4C; }
    .productView-description .tab.is-active .tab-title {
      color: #ffffff; }
  .productView-description .tab-title {
    text-align: center;
    color: #4C4C4C;
    padding: 16px; }
  .productView-description .tabs-contents {
    max-width: 800px;
    margin: auto; }
    .productView-description .tabs-contents .tab-content {
      padding-top: 1rem; }
    .productView-description .tabs-contents .table td {
      width: 65%;
      font-size: 14px; }
    .productView-description .tabs-contents .table td + td {
      width: 35%; }
    .productView-description .tabs-contents .table .title th {
      border-bottom: 0;
      padding-bottom: 0; }
    .productView-description .tabs-contents table {
      width: 100%;
      margin-bottom: 15px; }
      .productView-description .tabs-contents table th {
        text-align: left;
        padding: 10px 0; }
  .productView-description .tab-mobile {
    display: none; }
    .productView-description .tab-mobile .tab-title {
      text-transform: uppercase;
      text-align: left;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      padding: 10px; }
      .productView-description .tab-mobile .tab-title::before, .productView-description .tab-mobile .tab-title::after {
        content: '';
        background-color: #E62015;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      .productView-description .tab-mobile .tab-title::before {
        width: 1px;
        height: 11px;
        right: 20px; }
      .productView-description .tab-mobile .tab-title::after {
        width: 11px;
        height: 1px;
        right: 15px; }
      .productView-description .tab-mobile .tab-title.is-open {
        background-color: #4C4C4C;
        color: #FFFFFF;
        margin-bottom: 0; }
        .productView-description .tab-mobile .tab-title.is-open::after {
          background-color: #FFFFFF; }
        .productView-description .tab-mobile .tab-title.is-open::before {
          content: none; }
  @media screen and (max-width: 800px) {
    .productView-description {
      padding-left: 1rem;
      padding-right: 1rem; }
      .productView-description .tab-content {
        padding-bottom: 0; }
      .productView-description .tabs,
      .productView-description .tab-content.is-active {
        display: none; }
      .productView-description .tab-content.is-open,
      .productView-description .tab-mobile {
        display: block; } }

/* Add to card success button layout */
#form-action-addToCart:has(svg.success),
.button--cardAdd:has(svg.success) {
  position: relative;
  background-color: #ffffff;
  color: #FF6600; }
  #form-action-addToCart:has(svg.success) svg,
  .button--cardAdd:has(svg.success) svg {
    width: 20px;
    height: 20px;
    margin: -5px 8px -5px 0;
    fill: #6DBB09; }

.add-to-quote-card:has(svg.success),
#add-to-cart-wrapper .add-to-quote:has(svg.success) {
  position: relative;
  background-color: #ffffff;
  color: #333;
  height: auto;
  border-color: #333; }
  .add-to-quote-card:has(svg.success) svg,
  #add-to-cart-wrapper .add-to-quote:has(svg.success) svg {
    width: 20px;
    height: 20px;
    margin: -5px 8px -5px 0;
    fill: #6DBB09; }

@media screen and (max-width: 1070px) {
  .productView .productView-options .form .add-to-cart-wrapper--row {
    grid-template-columns: 1fr; }
  .productView-extra-actions {
    flex-direction: column; }
    .productView-extra-actions .button--compare,
    .productView-extra-actions .button-shoppinglist {
      width: fit-content; } }

@media screen and (max-width: 800px) {
  .productView-rating {
    margin: 0; }
  .productView-price {
    margin-top: 20px; }
  .product__qty,
  .product__prices {
    width: 100%;
    margin-bottom: 15px; }
  .product__qty .form-increment {
    max-width: 100%; }
  .product__prices .price-section {
    display: flex; }
    .product__prices .price-section .price {
      display: block;
      width: 100%;
      text-align: left; } }

.modal-container-stock .modal-header {
  font-size: 18px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 5px;
  font-weight: bold; }

.modal-container-stock .modal-stock__list {
  margin: 0;
  padding-top: 1rem; }

.modal-container-stock .modal-stock {
  padding: 2px 0; }
  .modal-container-stock .modal-stock.modal-stock--storage {
    padding-top: 30px; }
  .modal-container-stock .modal-stock.modal-stock--web {
    padding-top: 10px; }
  .modal-container-stock .modal-stock.modal-stock--house {
    display: none;
    width: 50%; }
    .modal-container-stock .modal-stock.modal-stock--house.is-open {
      display: inline-block; }
  .modal-container-stock .modal-stock .modal-stock__num {
    font-weight: bold; }

.modal-container-stock .modal-stock--link {
  padding: 15px 0 0; }

.automazione-industriale-hero-banner {
  border-radius: 20px 20px 0 0; }

.automazione-industriale-container {
  display: grid;
  grid-template-columns: auto; }
  .automazione-industriale-container .automazione-industriale-subcontainer {
    transition: transform 0.2s;
    text-align: center;
    cursor: pointer; }
    .automazione-industriale-container .automazione-industriale-subcontainer div {
      height: 300px; }
    .automazione-industriale-container .automazione-industriale-subcontainer p a {
      text-decoration: none; }
    .automazione-industriale-container .automazione-industriale-subcontainer:hover {
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .automazione-industriale-container .automazione-industriale-subcontainer img {
      transition: transform 0.2s; }
      .automazione-industriale-container .automazione-industriale-subcontainer img:hover {
        transform: rotate(3deg); }
  @media only screen and (min-width: 768px) {
    .automazione-industriale-container {
      display: grid;
      grid-template-columns: auto auto auto; } }

@media (min-width: 801px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.chi-siamo-video iframe {
  width: 100%; }
  @media only screen and (min-width: 900px) {
    .chi-siamo-video iframe {
      width: 850px;
      height: 480px; } }

.civile-zenit-pdf-link a {
  font-size: 16px; }
  @media only screen and (min-width: 768px) {
    .civile-zenit-pdf-link a {
      font-size: 20px; } }

.civile-zenit-table {
  margin: 25px auto 0;
  display: grid;
  grid-template-columns: auto;
  gap: 30px;
  width: 90%; }
  .civile-zenit-table .civile-zenit-table-img-container {
    height: 200px;
    text-align: center; }
    .civile-zenit-table .civile-zenit-table-img-container img {
      margin: auto; }
    @media only screen and (min-width: 768px) {
      .civile-zenit-table .civile-zenit-table-img-container {
        height: 120px; } }
  .civile-zenit-table h4 {
    margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .civile-zenit-table {
      width: 100%;
      grid-template-columns: auto auto auto auto; } }

.lovato-electric-video-caption {
  color: white;
  border-radius: 15px;
  padding: 20px;
  margin-top: -10px;
  position: relative;
  /*
font-size: 20px;
left: 20px;
bottom: 40px;
*/ }

.lovato-electric-first-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  width: 100%; }
  .lovato-electric-first-grid h3 {
    color: #E62015;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .lovato-electric-first-grid h3 {
        text-align: left; } }
  .lovato-electric-first-grid div {
    width: 1fr; }
    .lovato-electric-first-grid div img {
      border-radius: 50%;
      width: 180px;
      height: 180px; }
    .lovato-electric-first-grid div p video {
      max-width: 100%; }
    .lovato-electric-first-grid div .sign-up-link {
      cursor: pointer;
      background-color: #E62015;
      text-align: center;
      padding: 10px;
      border-radius: 5px;
      transition: 0.2s;
      color: white !important;
      text-decoration: none !important;
      font-size: 15px;
      margin: auto;
      display: block; }
      .lovato-electric-first-grid div .sign-up-link:hover {
        background-color: #c05a00; }
      @media only screen and (min-width: 768px) {
        .lovato-electric-first-grid div .sign-up-link {
          margin: 0; } }
  @media only screen and (min-width: 768px) {
    .lovato-electric-first-grid {
      width: 100%;
      grid-template-columns: 1fr 1fr 1fr; } }

.lovato-electric-second-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  width: 100%; }
  .lovato-electric-second-grid div video {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .lovato-electric-second-grid {
      width: 100%;
      grid-template-columns: 1fr 1fr; } }

.lovato-electric-third-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  width: 100%; }
  .lovato-electric-third-grid p {
    text-align: center; }
    .lovato-electric-third-grid p a {
      color: white !important;
      text-decoration: none !important;
      font-size: 15px;
      border-radius: 5px;
      position: relative;
      bottom: 70px;
      background-color: #E62015;
      padding: 10px 25px;
      transition: 0.2s; }
      .lovato-electric-third-grid p a:hover {
        background-color: #c05a00; }
  @media only screen and (min-width: 768px) {
    .lovato-electric-third-grid {
      width: 100%;
      grid-template-columns: 1fr 1fr 1fr; } }

.automazione-industriale-subpage-links {
  display: none;
  gap: 2px;
  margin: 0 auto 0; }
  .automazione-industriale-subpage-links p {
    background-color: #fde5da;
    text-align: center;
    padding: 9px;
    transition: 0.3s;
    margin: 0; }
    .automazione-industriale-subpage-links p a {
      color: black !important;
      text-decoration: none;
      transition: 0.3s; }
    .automazione-industriale-subpage-links p:hover {
      background-color: #E62015; }
      .automazione-industriale-subpage-links p:hover a {
        color: white !important; }
  @media only screen and (min-width: 768px) {
    .automazione-industriale-subpage-links {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      width: 100%; } }
  @media only screen and (min-width: 970px) {
    .automazione-industriale-subpage-links {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
      width: 95%; } }

.cataloghi-e-manuali-banner {
  border-radius: 0px; }
  @media only screen and (min-width: 970px) {
    .cataloghi-e-manuali-banner img {
      border-radius: 30px 30px 0px 0px; } }

.cataloghi-manuali-top-image {
  text-align: center; }

.cataloghi-manuali-content-container {
  margin-bottom: 30px; }
  .cataloghi-manuali-content-container .cataloghi-manuali-header-container h2 {
    text-align: center;
    background-color: #d4d4d4;
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-top: 2px solid black;
    border-bottom: none;
    border-radius: 30px 30px 0px 0px;
    width: 86%;
    margin: 0 auto;
    padding: 15px; }
    @media only screen and (min-width: 768px) {
      .cataloghi-manuali-content-container .cataloghi-manuali-header-container h2 {
        width: 96%; } }
  .cataloghi-manuali-content-container .cataloghi-manuali-table {
    padding-top: 30px;
    border: 2px solid #E62015;
    border-radius: 30px;
    background-color: #f9f9f9; }
    @media only screen and (min-width: 768px) {
      .cataloghi-manuali-content-container .cataloghi-manuali-table {
        padding-top: 0; } }
    .cataloghi-manuali-content-container .cataloghi-manuali-table .cataloghi-manuali-row {
      display: block; }
      @media only screen and (min-width: 768px) {
        .cataloghi-manuali-content-container .cataloghi-manuali-table .cataloghi-manuali-row {
          display: flex; } }
      .cataloghi-manuali-content-container .cataloghi-manuali-table .cataloghi-manuali-row div {
        flex: 33.33%;
        margin: 0 0 30px;
        text-align: center; }
        @media only screen and (min-width: 768px) {
          .cataloghi-manuali-content-container .cataloghi-manuali-table .cataloghi-manuali-row div {
            margin: 20px; } }
        .cataloghi-manuali-content-container .cataloghi-manuali-table .cataloghi-manuali-row div img {
          width: 1fr;
          transition: 0.3s; }
          .cataloghi-manuali-content-container .cataloghi-manuali-table .cataloghi-manuali-row div img:hover {
            box-shadow: 3px 3px 10px #bbbbbb; }
        .cataloghi-manuali-content-container .cataloghi-manuali-table .cataloghi-manuali-row div .product-img-container {
          background-color: #e8e8e8;
          padding: 20px;
          margin: 0 auto -25px; }
        .cataloghi-manuali-content-container .cataloghi-manuali-table .cataloghi-manuali-row div h3 {
          background-color: #E62015;
          color: white;
          text-align: center;
          padding: 8px; }
        .cataloghi-manuali-content-container .cataloghi-manuali-table .cataloghi-manuali-row div p {
          text-align: center;
          font-size: 15px;
          line-height: 19px;
          margin: 19px auto 0;
          width: 85%;
          height: 85px; }
          @media only screen and (min-width: 768px) {
            .cataloghi-manuali-content-container .cataloghi-manuali-table .cataloghi-manuali-row div p {
              height: 105px; } }
          @media only screen and (min-width: 970px) {
            .cataloghi-manuali-content-container .cataloghi-manuali-table .cataloghi-manuali-row div p {
              height: 65px; } }

.orange-underline {
  border-bottom: 2px solid #E62015; }

.cataloghi-manuali-button {
  border: 2px solid #E62015;
  border-radius: 30px;
  display: block;
  box-sizing: border-box;
  background-color: white !important;
  text-align: center;
  margin: 0 auto 20px;
  padding: 15px 18px;
  width: fit-content;
  text-decoration: none;
  color: #E62015;
  font-size: 20px;
  transition: 0.3s; }
  .cataloghi-manuali-button span {
    opacity: 0;
    transition: opacity 0.3s;
    transition: margin-left 0.3s;
    margin-left: -10px; }
  .cataloghi-manuali-button:hover {
    background-color: #E62015 !important;
    color: white; }
    .cataloghi-manuali-button:hover span {
      color: white;
      margin-left: 10px;
      opacity: 1; }

.cataloghi-manuali-block-container {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: 1fr; }
  .cataloghi-manuali-block-container .block {
    background-color: #E62015;
    box-sizing: border-box;
    border-radius: 30px;
    padding-bottom: 20px;
    text-align: center; }
    .cataloghi-manuali-block-container .block h3 {
      text-align: center;
      color: white;
      max-width: 70%;
      margin-left: auto;
      margin-right: auto; }
    .cataloghi-manuali-block-container .block .cataloghi-manuali-button {
      margin: 0 auto 5px !important; }
    .cataloghi-manuali-block-container .block iframe {
      height: 180px;
      width: 90%;
      border-radius: 20px;
      margin: auto !important; }
  @media only screen and (min-width: 768px) {
    .cataloghi-manuali-block-container {
      grid-template-columns: 1fr 1fr; } }
  .cataloghi-manuali-block-container .sub-block {
    border-radius: 30px;
    width: 85%;
    box-sizing: border-box;
    margin: 0 auto 10px;
    background-color: white !important;
    padding: 1rem;
    text-align: left; }
    .cataloghi-manuali-block-container .sub-block h4 {
      font-weight: bold;
      color: #E62015;
      width: 95%;
      margin: 10px auto; }
    .cataloghi-manuali-block-container .sub-block ul {
      width: 95%;
      margin: auto;
      text-align: left; }
      .cataloghi-manuali-block-container .sub-block ul li {
        list-style: none;
        margin-bottom: 9px; }
        .cataloghi-manuali-block-container .sub-block ul li a {
          color: black !important; }

@media only screen and (min-width: 970px) {
  .block-container-four {
    grid-template-columns: 1fr 1fr 1fr 1fr; } }

.block-container-three h3 {
  height: 100px; }

@media only screen and (min-width: 970px) {
  .block-container-three {
    grid-template-columns: 1fr 1fr 1fr; } }

.block-container-videos h3 {
  font-size: 17px;
  height: 73px;
  line-height: 19px; }

.videos-top-image {
  margin: 30px auto; }
  .videos-top-image td:first-of-type {
    border-right: 2px solid black;
    padding-right: 20px;
    width: 50%;
    text-align: right; }
  .videos-top-image td {
    padding-left: 20px;
    text-align: left; }
    .videos-top-image td img {
      margin: auto; }
    .videos-top-image td h1 {
      margin-top: 5px; }

.chi-siamo-video {
  width: 100%;
  height: auto; }
  @media only screen and (min-width: 970px) {
    .chi-siamo-video {
      width: 600px;
      height: 315px; } }

.page-heading-account {
  padding: 30px 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dbdada; }
  .page-heading-account__dashboard {
    border: 0; }
  .page-heading-account .page-heading,
  .page-heading-account .page-heading-dashboard {
    font-size: 36px;
    padding-top: 0;
    font-weight: 700 !important;
    text-align: center; }
    .page-heading-account .page-heading::before,
    .page-heading-account .page-heading-dashboard::before {
      display: none; }
  .page-heading-account .navBar--sub {
    margin-bottom: 0; }

.navBar--sub .navBar-item.navBar-item__messages {
  display: none; }

body.hasAdminBar [data-content-region^="above_header"],
body.hasAdminBar [data-content-region^="below_header"],
body.hasAdminBar [data-content-region^="above_footer"],
body.hasAdminBar [data-content-region^="below_footer"],
body.hasAdminBar [data-content-region^="header_bottom"] .body {
  margin-top: 0 !important; }

body.hasAdminBar body {
  margin-top: 0; }

body.hasAdminBar .header {
  position: static; }

.calashock-allProducts-widget {
  background-color: #F9F9F9;
  text-align: center;
  padding: 20px 0; }
  .calashock-allProducts-widget a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #4C4C4C; }

@media only screen and (min-width: 601px) {
  .calashock-categories-widget {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px; } }

@media only screen and (min-width: 801px) {
  .calashock-categories-widget {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 16px;
    row-gap: 24px; } }

.calashock-categories-widget .calashock-categories-widget__title {
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  color: #4C4C4C;
  font-weight: 600;
  padding: 24px 0;
  display: grid;
  margin: 0; }
  @media only screen and (min-width: 601px) {
    .calashock-categories-widget .calashock-categories-widget__title {
      grid-row: 1;
      grid-column: 1/3; } }
  @media only screen and (min-width: 801px) {
    .calashock-categories-widget .calashock-categories-widget__title {
      grid-row: 1;
      grid-column: 1/6; } }

.calashock-categories-widget .calashock-categories-widget__item {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-bottom: 8px;
  column-gap: 14px;
  border-radius: 12px;
  padding: 20px 0; }
  @media only screen and (min-width: 801px) {
    .calashock-categories-widget .calashock-categories-widget__item {
      grid-template-rows: 1fr auto;
      grid-template-columns: 1fr;
      justify-items: center; } }
  .calashock-categories-widget .calashock-categories-widget__item section {
    padding: 8px;
    display: grid; }
    .calashock-categories-widget .calashock-categories-widget__item section a {
      justify-content: space-between;
      align-items: center;
      display: flex;
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      text-decoration: none;
      color: #4C4C4C; }
    .calashock-categories-widget .calashock-categories-widget__item section svg {
      fill: transparent; }
      @media only screen and (min-width: 801px) {
        .calashock-categories-widget .calashock-categories-widget__item section svg {
          display: none; } }
  .calashock-categories-widget .calashock-categories-widget__item:hover {
    background-color: #E62015;
    border-radius: 12px; }
    .calashock-categories-widget .calashock-categories-widget__item:hover section a {
      color: #FFFFFF; }
      .calashock-categories-widget .calashock-categories-widget__item:hover section a:after {
        content: "";
        background: url("../img/rounded_arrow.png") no-repeat;
        width: 24px;
        height: 24px;
        margin-left: 12px; }

.calashock-logos-widget .slick-prev,
.calashock-logos-widget .slick-next {
  height: auto;
  margin: 0;
  padding: 0;
  top: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.5); }

.calashock-logos-widget .slick-arrow {
  height: 32px; }

.calashock-logos-widget .slick-prev {
  left: -17px; }

.calashock-logos-widget .slick-next {
  right: -17px; }

.calashock-logos-widget .slick-prev::before {
  content: url("../img/shevronsLeft.png");
  background: none;
  display: contents;
  image-rendering: -webkit-optimize-contrast; }
  @media only screen and (min-width: 801px) {
    .calashock-logos-widget .slick-prev::before {
      transform: translateY(-50px); } }

.calashock-logos-widget .slick-next::before {
  content: url("../img/shevronsRight.png");
  background: none;
  display: contents;
  image-rendering: -webkit-optimize-contrast; }
  @media only screen and (min-width: 801px) {
    .calashock-logos-widget .slick-next::before {
      transform: translateY(-50px); } }

.calashock-about-widget {
  background: rgba(0, 0, 0, 0.41);
  margin-top: 24px; }
  @media only screen and (min-width: 801px) {
    .calashock-about-widget {
      margin-top: 40px; } }
  .calashock-about-widget article {
    position: relative;
    background: rgba(0, 0, 0, 0.41); }
    .calashock-about-widget article div {
      min-height: 400px;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
    .calashock-about-widget article section {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: flex-start;
      padding: 20px; }
      @media only screen and (min-width: 801px) {
        .calashock-about-widget article section {
          width: 498px;
          padding: 0 80px; } }
      .calashock-about-widget article section h2 {
        margin: 0;
        padding-bottom: 20px;
        font-size: 28px;
        line-height: 32px;
        font-weight: 600;
        color: #FFFFFF; }
        @media only screen and (min-width: 801px) {
          .calashock-about-widget article section h2 {
            font-size: 36px;
            line-height: 40px; } }
      .calashock-about-widget article section p {
        color: #FFFFFF;
        font-size: 20px;
        line-height: 24px;
        font-weight: 600; }

/*
[data-widget-id="97ec25e1-a57a-4b7b-bfb8-bbb63d8962ea"] {
 
a{    
    &::after{
        margin-top: 20px;
   
        content: "Vedi Prodotto";
        white-space: pre !important;
        float: left;
        text-indent: 0;
        width: 100%;
    }
}
}
*/
/* GENERAL */
* {
  outline: none !important; }

.body {
  margin-bottom: 3rem; }

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100%;
  padding-left: 0; }
  .row .col {
    flex: 1 0 0; }
  .row .col-6 {
    flex: 0 0 auto;
    width: 50%; }
  @media screen and (min-width: 801px) {
    .row .col-md-3 {
      flex: 0 0 auto;
      width: 25%; } }

.d-none {
  display: none !important; }

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

.img-fluid {
  width: 100%;
  height: auto; }

.overflow-auto {
  overflow: auto; }

/* .temphide{
    display: none !important;
} */
/* Home */
/* Logo Slider
    .logo-slider{
        width: 100%;
        max-width: 100vw;
        height: 100px;
        position: relative;
        overflow: hidden;
        .slide {
            width: 175px;
            height: 104px;
            position: absolute;
            transition: all 0.5s;
            margin-left: 1rem;
            a{
                display: block;
                img {
                    width: 100%;
                    height: 100%;
            		max-width: 152px;
            		max-height: 80px;
                    object-fit: cover;
                }
            }
        }
        .btn{
            position: absolute;
            width: 40px;
            height: 40px;
            border: none;
            z-index: 10px;
            cursor: pointer;
            border: 0;
            outline: none !important;
            top: 25%;
            &:focus{
            	border: 0;
            	outline: none !important;
            }
            &.btn-prev{
                left: -1rem;
            }
            &.btn-next{
                right: -1.1rem;
            }
        }
    } */
/* .home-magazine{
        display: grid;
        @media screen and (min-width: $tablet) {
            grid-template-columns: 1fr 1fr;
        }
        .row {
            background: $color-p-l;
            align-items: center;
        }
    	.title-box{
            padding: 1rem 0;
            h3  {
                font-size: 28px;
                line-height: 32px;
                font-weight: 500;
                @media screen and (min-width: $tablet) {
                    font-size: 36px;
                    line-height: 40px;
                }
            }
            p   {
                font-size: 20px;
                line-height: 24px;
            }
        }
    } */
/* .page-plp{
  .page-sidebar {
    display: block;
  }
    .card {
      min-width: 0px;
      height: 400px;
      @media screen and (min-width: $tablet) {
        height: auto;
      }
  }
} */
/* Category */
/* 
.page-plp.category{
    padding: 0;
    .page-heading{
        margin-top: 0;
        text-align: left;
    }
    p{
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
    }
    .page-wrapper{
        .page.plp{
            .page-content{
                width: 100% !important;
                .category-product-list {
                    padding-bottom: 20px;

                    @media screen and (min-width: $tablet) {
                        display: grid;
                        grid-template-columns: 33.33333% 33.33333% 33.33333%;
                        justify-content: center;
                        align-items: center;
                        column-gap: 1rem;
                        row-gap: 1rem;
                    }
                    .category-item {
                        display: grid;
                        grid-template-columns: 85% 15%;
                        justify-content: center;
                        align-items: center;
                        column-gap: 0.5rem;
                        text-decoration: none;
                        
                        @media screen and (min-width: $tablet) {
                            
                            height: 112px;
                            border: 1px solid #f6f6f6;
                            border-radius: 8px;
                            padding-left: 20px;
                            transition: 0.5s;
                            &:hover{
                                box-shadow: rgba(0,0,0, .17) 0px 0px 15px;
                            }
                        }
                        .img{
                            padding: 0.5rem;
                        }
                        .title{
                            align-items: center;
                            justify-content: center;
                            font-size: 20px;
                            line-height: 24px;
                            font-weight: 500;
                            color: $color-f-b;
                            text-transform: capitalize;
                            @media screen and (min-width: $tablet) {
                                font-size: 16px;
                                line-height: 20px;
                                font-weight: 700;
                            }
                        }
                        svg{
                            justify-self: end;
                            margin-right: 20px;
                        }
                    }
                }
                @media screen and (min-width: $tablet) {
                    .home-blog{
                        display: block;
                        .blog{
                            display: grid;
                            grid-template-columns: 1fr 1fr;
                            column-gap: 16px;
                            margin-top: 40px;
                            .blog-post-body{
                                display: grid;
                                align-items: center;
                            }
                        }
                    }
                }
            }
        }
    }
} */
/* Product List / Grid */
/* 
.page-plp.products{
    .page-heading{
        margin-top: 0;
        text-align: left;
    }
    p{
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
    }
    .page-wrapper{
        @media screen and (min-width: $tablet) {
            .page-sidebar{
                display: block;
                padding: 12px !important;
                background: $color-f-g;
                .facetedSearch-toggle + .facetedSearch-navList, .sidebarBlock + .facetedSearch-navList{
                    margin-top: 0;
                }
                .sidebarBlock-heading{
                    font-family: 'DM Sans';
                    font-style: normal;
                    font-weight: 500;
                    font-size: 20px;
                    line-height: 24px;
                    color: $color-f-b;
                }
                .accordion-nav-clear-holder{
                    .accordion-title{
                        text-transform: uppercase;
                        font-family: 'DM Sans';
                        font-style: normal;
                        font-weight: 400;
                        font-size: 16px;
                        line-height: 20px;
                    }
                    .accordion-navigation{
                        border-bottom: 0 !important;
                        background: transparent;
                        .accordion-title{
                            color: $color-f-b;
                        }
                        width: 100%;
                        border-radius: 0;
                        padding: 0 10px !important;
                        &.is-open {
                            background: $color-f-b;
                            .accordion-title{
                                color: $color-f-w !important;
                            }
                            svg{
                                fill: $color-f-w !important;
                            }
                        }
                        svg{
                            fill: #E62015 !important;
                        }
                    }
                }
            }
        }
        .page-content{
            .display-mode{
                display: grid;
                grid-template-columns: 50% 50%;
                align-items: center;
                // .display-ammount{}
                .display-actions{
                    background: $color-f-g;
                    justify-self: end;
                    
                    //padding-top: 5px;
                   // padding-right: 5px;
                   padding: 8px 10px 4px 0;
                    @media screen and (min-width: $tablet) {
                        justify-self: flex-start;
                        padding: 6px 10px 2px 0;
                        border-radius: 0;
                    }
                    a{
                        text-decoration: none;
                        svg{
                        @media screen and (max-width: $tablet) {
                            transform: scale(1.3);
                        }
                    }
                        &.active{
                            svg{
                                fill: $color-p;
                            }
                        }
                    }
                }
            }
        }
    }
    .page.plp{
        .page-content{
            @media screen and (min-width: $tablet) {
                .toolbar{
                    display: grid;
                    grid-template-columns: 30% 70%;
                    align-items: center;
                    justify-content: center;
                    .display-mode{
                        order: 1;
                        justify-self: start;
                        width: 100%;
                        grid-template-columns: 55% 50%;
                    }
                    .actionBar{
                        padding-top: 1.5rem;
                        justify-self: end;
                        order: 2;
                        margin: 0;
                        .form-fieldset{
                            width: auto !important;
                            min-width: 300px;
                        }
                    }
                }
                .actionBar{
                    .form-fieldset{
                        .search-title{
                            display: none !important;
                        }
                        .form-label{
                            font-weight: 400;
                            font-size: 16px;
                            line-height: 20px;
                            color: $color-f-b;
                        }
                        .form-select{
                            margin-top: 0 !important;
                        }
                    }
                }
            }
            .productList{
                .product{
                    @media only screen and (min-width: $tablet) {
                        max-height: 106px;
                        min-height: 106px;
                        overflow: hidden;
                    }
                    .deskversion {
                        display: none !important;
                    }
                    .listItem{
                        display: flex;
                        justify-content: center;
                        column-gap: 12px;
                        margin: 0;
                        .listItem-figure{
                            width: 5rem;
                            height: 5rem;
                        }
                        .listItem-body{
                            padding: 0;
                            flex-grow: 1;
                            .listItem-details{
                                // padding-top: 0.15rem;
                                .item-availability{
                                    display: flex;
                                    gap: 4px;
                                    align-items: center;
                                    text-transform: uppercase;
                                    font-size: 12px;
                                    line-height: 14px;
                                    font-weight: 400;
                                    .icon-default{
                                        margin-left: 0;
                                    }
                                }
                            }
                        }
                    }
                    .mobiversion {
                        padding: 8px 4px;
                        border-bottom: 1px solid $color-f-g-d;
                        .listItem-body {
                            .listItem-details {
                                display: grid;
                                grid-template-rows: auto auto 42px auto;
                                gap: 6px;
                                .listItem-name {
                                    font-size: 12px;
                                    line-height: 14px;
                                }
                                .listItem-price{
                                    .price{
                                    .price-section{
                                        .price{
                                            span{
                                                margin-right: 5px;
                                                @media screen and (min-width: $tablet) {
                                                    margin-right: 0;
                                                }
                                            }
                                    span:nth-child(1) {
                                        font-weight: 700;
                                        font-size: 14px;
                                        
                                        line-height: 14px;
                                       

                                        &.baged{
                                            font-weight: 400;
                                            font-size: 12px;
                                            padding: 6px;
                                            background: rgba(210, 29, 1, 0.12);
                                            border-radius: 4px;
                                        }
                                    }
                                    span:nth-child(2) {
                                        text-decoration: line-through;
                                       font-weight: 400;
                                    }
                                    }
                                   }
                                  }
                                }
                            }
                        }
                    }
                    @media screen and (min-width: $tablet) {
                        .mobiversion{
                            display: none !important;
                        }
                        .deskversion{
                            display: flex !important;
                            &:before, &:after{
                                display: none;
                            }
                            .hover-item {
                                gap: 1rem;
                                .button {
                                    margin: 0;
                                }
                            }
                        }
                        .listItem{
                            position: relative;
                            padding: 12px;
                            .listItem-figure{
                                justify-self: center;
                                margin-bottom:0;
                            }
                            .listItem-body{
                                width: 100%;
                                display: flex;
                                justify-content: center;
                                align-items: center;
                                column-gap: 18px;
                                .listItem-content {
                                    width: 100px;
                                    align-self: start;
                                }
                                .listItem-description {
                                    flex-grow: 1;
                                    text-transform: capitalize;
                                    align-self: start;
                                }
                                .listItem-price {
                                    width: 100px;
                                    .productPriceFromERP{
                                        color: #333;
                                        font-weight: 700;
                                        font-size: 16px;
                                        line-height: 20px;
                                        display: grid;
                                        align-items: flex-end;
                                        grid-template-rows: 1fr 1fr 1fr;
                                        justify-content: end;
                                        text-align: right;
                                        .baged{
                                            font-weight: 400;
                                            font-size: 12px;
                                            line-height: 14px;
                                            padding: 6px;
                                            background: rgba(210, 29, 1, 0.12);
                                            border-radius: 4px;
                                        }
                                        .old_price{
                                            font-weight: 400;
                                            color: #666;
                                            text-decoration-line: line-through;
                                        }
                                    }
                                    .loginForPrice{
                                        color: #333;
                                        font-weight: 700;
                                        font-size: 16px;
                                        line-height: 20px;
                                    }
                                }
                                .listItem-details{
                                    // padding-top: 0.15rem;
                                }
                                .item-availability{
                                    display: flex;
                                    gap: 4px;
                                    align-items: center;
                                    text-transform: uppercase;
                                    font-size: 12px;
                                    line-height: 14px;
                                    font-weight: 400;
                                    .icon-default{
                                        margin-left: 0;
                                    }
                                }
                            }
                            .hover-item{
                                opacity: 0;
                                position: absolute;
                                top: 0;
                                bottom:0;
                                left:0;
                                right: 0;
                                background: rgba(0,0,0,0.7);
                                display: flex;
                                justify-content: end;
                                align-items: center;
                                padding-right: 12px;
                                cursor: pointer;
                                button, a, label{
                                    border: 2px solid $color-p;
                                    background: $color-f-w;
                                    input{
                                        opacity: 0;
                                        width: 0;
                                        height: 0;
                                    }
                                    &:hover{
                                        color: $color-p;
                                        border: 2px solid rgba(255,102,0,0.5);
                                    }
                                }
                                &:hover{
                                    opacity: 1;
                                }
                            }
                        }
                    }
                }
            }

            .productGrid{
                .product{
                    padding: 0 0.75rem;
                    
                }
            }

            .pagination{
                .pagination-item{
                    a{
                        color: $color-s;
                        font-weight: 400;
                        font-size: 16px;
                        line-height: 20px;
                    }
                    &.pagination-item--current{
                        a{
                            color: $color-s !important;
                            font-weight: 700;
                        }
                    }
                    &.pagination-item--next{
                        a{
                            i{
                                svg{
                                    fill: $color-p-l !important;
                                }
                            }
                        }
                    }
                    &.pagination-item--prev{
                        a{
                            i{
                                svg{
                                    fill: $color-p-l !important;
                                }
                            }
                        }
                    }
                }
            }
        }
        @media screen and (min-width: $tablet) {
            padding: 0;
            .page-wrapper{
                display: grid;
                grid-template-columns: 25% 75%;
                .plp{
                    grid-column-start: 2;
                    width: 100%;
                    .page-content{
                        width: 96% !important;
                        
                        
                    }
                }
            }
        }
    }

} */
/* Search Result */
.nav .search-nav .navBar-item {
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px; }
  @media screen and (min-width: 801px) {
    .nav .search-nav .navBar-item {
      margin-top: 0; } }
  .nav .search-nav .navBar-item .navBar-action span {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none; }
  .nav .search-nav .navBar-item .navBar-action-color--active span {
    font-weight: 700 !important;
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline; }

.search-suggestion .search-refine {
  color: #666666 !important; }

/* ProductView */
.productCarousel .slick-list {
  padding: 15px 0; }

.more-products {
  /* .productCarousel {
        .productCarousel-slide {
            .card {
                min-width: 240px;
            }

            .card-figure {
                .card-img-container {
                    .card-image {
                        @media only screen and (max-width: 768px) {
                            margin: auto;
                            width: 73%;
                        }

                        @media only screen and (max-width: 400px) {
                            // margin: 0;
                            margin: 0 0 0 4px;
                            width: 65%;
                        }
                    }
                }

                @media only screen and (max-width: 800px) {
                    .card-img-container::after {
                        padding: 100px 0 90px;
                    }
                }

                @media only screen and (max-width: 400px) {
                    .card-img-container::after {
                        padding: 100px 0 70px;
                    }
                }
            }

            .card-body {
                gap: 7px; //13px

                @media screen and (max-width: $tablet) {
                    width: 67%;
                    height: 180px;
                }

                .item-availability {
                    display: flex;
                    gap: 4px;
                    align-items: center;
                    text-transform: uppercase;
                    font-size: 12px;
                    line-height: 14px;
                    font-weight: 400;
                    text-align: left;
                    padding-bottom: 0.25rem;

                    .icon-default {
                        margin-left: 0;
                    }
                }

                p {
                    text-align: left;
                }

                .card-text {
                    padding-bottom: 0.25rem;

                    a {
                        font-weight: 700;
                        font-size: 12px;
                        line-height: 14px;
                        text-decoration: none;
                        color: $color-s-d;
                    }

                }

                .price-section {
                    text-align: left;

                    .price-label {
                        display: none;
                    }

                    .price {
                        font-weight: 400;
                        font-size: 14px;
                        line-height: 16px;
                        color: $color-s-d;

                        span {

                            &:nth-child(1) {
                                grid-column-start: 1;
                                grid-column-end: span 1;

                                &.baged {
                                    text-align: center;
                                    background: rgba(210, 29, 1, 0.12);
                                }
                            }

                            &:nth-child(2) {
                                grid-column-start: 1;
                                grid-row-start: 2;
                            }

                            &:nth-child(3) {
                                grid-column-start: 1;

                                grid-row-start: 2;

                                @media screen and (max-width: $tablet) {
                                    margin-left: 58px;
                                }
                            }
                        }

                        &.price--non-sale {}

                        &.price--withoutTax {
                            font-weight: 700;
                            color: $color-s;
                        }
                    }
                }
            }
        }
    } */ }
  .more-products h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    margin: 0;
    margin-bottom: 12px; }

/* .pdp-divider {
    display: block;
    clear: both;
    width: 100%;
    height: 10px;
    margin: 2.5rem 0 0 0;
    border: none;

    @media screen and (min-width: $tablet) {
        border-top: 2px solid $color-f-g-d;
    }
} */
.videoGallery {
  margin-top: 2rem;
  border: 0;
  padding: 0; }
  .videoGallery .toggle-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    padding: 0 !important; }
  .videoGallery .toggle-content {
    padding: 0 !important; }
    .videoGallery .toggle-content .videoGallery-main iframe {
      padding: 0 !important; }

.productReviews-list .productReview .toggle-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px; }

.productReviews-list .productReview .productReview-title,
.productReviews-list .productReview .productReview-body {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #4C4C4C; }

.productReviews-list .productReview .productReview-body {
  font-weight: 400; }

.productReviews-list .productReview .productReview-author {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  opacity: 0.8;
  color: #646464; }

/* Preview Image */
.previewCartItem .previewCartItem-image {
  width: 120px;
  height: 120px;
  padding: 5px;
  float: left; }

.previewCartItem .previewCartItem-content .previewCartItem-name .previewCartItem-price {
  padding-top: 5px; }

/* Login */
.page_type__login header, .page_type__login footer,
.page_type__login [data-content-region],
.page_type__login #consent-manager-update-banner {
  display: none; }

.login {
  margin: auto; }
  .login .login-logo {
    padding: .5rem 3rem; }
    .login .login-logo img {
      width: 100%;
      max-width: 245px;
      height: auto; }
  .login .login-page-heading {
    margin-top: .5rem;
    margin-bottom: 3rem;
    text-align: center;
    text-transform: none;
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #666666; }
  .login .login-form .form-label {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #4C4C4C; }
  .login .login-form .form-actions {
    display: grid;
    grid-template-columns: 70% 30%; }
    .login .login-form .form-actions:before, .login .login-form .form-actions:after {
      display: none; }
    .login .login-form .form-actions .forgot-password {
      font-weight: 700;
      font-size: 14px;
      line-height: 16px;
      display: flex;
      align-items: center;
      text-align: center;
      text-decoration-line: underline;
      color: #4C4C4C; }
    .login .login-form .form-actions .button {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 12px 16px;
      width: 84px;
      height: 44px;
      background: #4C4C4C;
      border: 2px solid #4C4C4C;
      flex: none;
      order: 1;
      flex-grow: 0;
      justify-self: self-end; }
  .login .new-customer {
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .login .new-customer a {
      text-decoration: none; }
      .login .new-customer a button {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 12px 16px;
        height: 44px;
        background: #FFFFFF;
        border: 2px solid #E62015;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08);
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        color: #4C4C4C; }

/* New Account */
.account .account-body {
  padding: 0 16px; }
  .account .account-body .form-label {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #4C4C4C;
    margin-bottom: 0; }

.account .row-captcha {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 1.5rem; }

.account .form-actions .button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 12px 16px;
  background: #4C4C4C;
  border: 2px solid #4C4C4C;
  flex: none;
  order: 1;
  flex-grow: 0;
  justify-self: self-end; }

/* Menu Ajustes */
.header.is-open .navPages-container.is-open nav {
  border-top: 0;
  padding-bottom: 85px; }
  .header.is-open .navPages-container.is-open nav .navPage.navPages-list.navPages-list--categories .navPages-item a.has-subMenu,
  .header.is-open .navPages-container.is-open nav .navPage.navPages-list.navPages-list--user.active .navPages-item a.has-subMenu {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #4C4C4C;
    padding: 1rem;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF; }
    .header.is-open .navPages-container.is-open nav .navPage.navPages-list.navPages-list--categories .navPages-item a.has-subMenu.has-subMenu.is-open,
    .header.is-open .navPages-container.is-open nav .navPage.navPages-list.navPages-list--user.active .navPages-item a.has-subMenu.has-subMenu.is-open {
      background: #F9F9F9;
      color: #4C4C4C; }
    .header.is-open .navPages-container.is-open nav .navPage.navPages-list.navPages-list--categories .navPages-item a.has-subMenu:after,
    .header.is-open .navPages-container.is-open nav .navPage.navPages-list.navPages-list--user.active .navPages-item a.has-subMenu:after {
      content: url("data:image/svg+xml,%3Csvg width='14' height='7' viewBox='0 0 14 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.99991 6.99998C6.77191 6.99998 6.54491 6.92298 6.35991 6.76798L0.359909 1.76798C-0.0640909 1.41498 -0.122091 0.783984 0.231909 0.359984C0.584909 -0.0640163 1.21491 -0.121016 1.63991 0.231984L7.01091 4.70798L12.3729 0.392984C12.8029 0.0469837 13.4329 0.114984 13.7789 0.544984C14.1249 0.974984 14.0569 1.60398 13.6269 1.95098L7.62691 6.77898C7.44391 6.92598 7.22191 6.99998 6.99991 6.99998Z' fill='white'/%3E%3C/svg%3E%0A");
      width: 14px;
      height: 7px;
      margin-top: -15px; }
    .header.is-open .navPages-container.is-open nav .navPage.navPages-list.navPages-list--categories .navPages-item a.has-subMenu.has-subMenu.is-open:after,
    .header.is-open .navPages-container.is-open nav .navPage.navPages-list.navPages-list--user.active .navPages-item a.has-subMenu.has-subMenu.is-open:after {
      content: url("data:image/svg+xml,%3Csvg width='14' height='7' viewBox='0 0 14 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.9995 7.00004C12.7735 7.00004 12.5465 6.92404 12.3595 6.76804L6.98851 2.29204L1.62651 6.60704C1.19751 6.95404 0.567506 6.88604 0.220506 6.45504C-0.125494 6.02504 -0.0574944 5.39604 0.373506 5.04904L6.37351 0.221044C6.74351 -0.0779563 7.27451 -0.0739563 7.64051 0.232044L13.6405 5.23204C14.0645 5.58504 14.1215 6.21604 13.7685 6.64004C13.5705 6.87704 13.2865 7.00004 12.9995 7.00004Z' fill='%23333333'/%3E%3C/svg%3E%0A");
      width: 14px;
      height: 7px;
      margin-top: -15px; }
  .header.is-open .navPages-container.is-open nav .navPage.navPages-list.navPages-list--categories .navPages-item .navPage-subMenu,
  .header.is-open .navPages-container.is-open nav .navPage.navPages-list.navPages-list--user.active .navPages-item .navPage-subMenu {
    width: 100vw;
    background: #F9F9F9; }
    .header.is-open .navPages-container.is-open nav .navPage.navPages-list.navPages-list--categories .navPages-item .navPage-subMenu .navPage-subMenu-list,
    .header.is-open .navPages-container.is-open nav .navPage.navPages-list.navPages-list--user.active .navPages-item .navPage-subMenu .navPage-subMenu-list {
      grid-template-columns: 1fr;
      list-style-type: none;
      padding-left: 0; }
      .header.is-open .navPages-container.is-open nav .navPage.navPages-list.navPages-list--categories .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item,
      .header.is-open .navPages-container.is-open nav .navPage.navPages-list.navPages-list--user.active .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item {
        width: 100vw; }
        .header.is-open .navPages-container.is-open nav .navPage.navPages-list.navPages-list--categories .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item.b3-navs,
        .header.is-open .navPages-container.is-open nav .navPage.navPages-list.navPages-list--user.active .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item.b3-navs {
          display: none; }
          @media screen and (min-width: 801px) {
            .header.is-open .navPages-container.is-open nav .navPage.navPages-list.navPages-list--categories .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item.b3-navs,
            .header.is-open .navPages-container.is-open nav .navPage.navPages-list.navPages-list--user.active .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item.b3-navs {
              display: block; } }
        .header.is-open .navPages-container.is-open nav .navPage.navPages-list.navPages-list--categories .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action,
        .header.is-open .navPages-container.is-open nav .navPage.navPages-list.navPages-list--user.active .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action {
          background: #F9F9F9;
          color: #4C4C4C;
          font-weight: 400;
          font-size: 16px;
          line-height: 20px; }
          .header.is-open .navPages-container.is-open nav .navPage.navPages-list.navPages-list--categories .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action .collapsible-icon-wrapper,
          .header.is-open .navPages-container.is-open nav .navPage.navPages-list.navPages-list--user.active .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action .collapsible-icon-wrapper {
            display: none; }
          .header.is-open .navPages-container.is-open nav .navPage.navPages-list.navPages-list--categories .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action:after,
          .header.is-open .navPages-container.is-open nav .navPage.navPages-list.navPages-list--user.active .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action:after {
            content: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.50001 10C1.24401 10 0.988006 9.902 0.793006 9.707C0.402006 9.316 0.402006 8.684 0.793006 8.293L4.09801 4.988L0.918006 1.695C0.535006 1.297 0.546006 0.664005 0.943006 0.281005C1.34101 -0.101995 1.97401 -0.0909952 2.35701 0.305005L6.21901 4.305C6.59801 4.698 6.59301 5.321 6.20701 5.70701L2.20701 9.707C2.01201 9.902 1.75601 10 1.50001 10Z' fill='%23E62015'/%3E%3C/svg%3E%0A");
            width: 6px;
            height: 10px;
            float: right;
            margin-right: 10px; }

@media screen and (min-width: 801px) {
  html:has(.sale-info-wrap) .salerep-infobox {
    margin-top: 0px !important;
    position: fixed !important; } }

@media screen and (min-width: 801px) {
  header .salerep-infobox {
    position: absolute !important;
    background: #333 !important;
    margin-top: -90px; }
    header .salerep-infobox .container span {
      color: #FFF !important; }
      header .salerep-infobox .container span:nth-child(1) {
        display: flex;
        align-items: center; } }

/* Orders */
.orders-list {
  padding: 0 1rem !important; }
  .orders-list .account.orders .account-body {
    padding: 0 8px; }
    .orders-list .account.orders .account-body .account-content {
      padding-left: 0;
      padding-right: 0; }
      .orders-list .account.orders .account-body .account-content .account-list.order-list .account-listItem .account-product {
        display: grid;
        grid-template-columns: 60% 40%;
        align-items: center; }
        .orders-list .account.orders .account-body .account-content .account-list.order-list .account-listItem .account-product:before, .orders-list .account.orders .account-body .account-content .account-list.order-list .account-listItem .account-product:after {
          display: none; }
        .orders-list .account.orders .account-body .account-content .account-list.order-list .account-listItem .account-product .item-lable,
        .orders-list .account.orders .account-body .account-content .account-list.order-list .account-listItem .account-product .item-value {
          font-weight: 400;
          font-size: 14px;
          line-height: 16px;
          color: #4C4C4C;
          padding-bottom: 0.75rem; }
        .orders-list .account.orders .account-body .account-content .account-list.order-list .account-listItem .account-product .item-value {
          font-weight: 700; }
      .orders-list .account.orders .account-body .account-content .account-list.order-list .account-listItem .order-status .status {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        background: #F9F9F9;
        border-radius: 5px;
        padding: 8px; }
      .orders-list .account.orders .account-body .account-content .account-list.order-list .account-listItem .actions-row {
        display: grid;
        grid-template-columns: 59% 40%;
        gap: 1%;
        justify-content: center;
        align-items: center;
        margin-top: 1.5rem; }
        .orders-list .account.orders .account-body .account-content .account-list.order-list .account-listItem .actions-row .first-button {
          padding: 0;
          text-decoration: none;
          text-align: center;
          justify-self: start; }
          .orders-list .account.orders .account-body .account-content .account-list.order-list .account-listItem .actions-row .first-button > form {
            display: block;
            overflow: hidden; }
            .orders-list .account.orders .account-body .account-content .account-list.order-list .account-listItem .actions-row .first-button > form > .button {
              margin-bottom: 0;
              letter-spacing: normal;
              font-weight: 700;
              font-size: 13px;
              line-height: 16px;
              color: #FFFFFF;
              border: 2px solid #4C4C4C;
              background: #4C4C4C;
              padding: 12px 8px;
              text-decoration: none;
              text-align: center; }
        .orders-list .account.orders .account-body .account-content .account-list.order-list .account-listItem .actions-row .second-button {
          padding: 12px 8px;
          text-decoration: none;
          text-align: center;
          font-weight: 700;
          font-size: 14px;
          line-height: 16px;
          justify-self: end;
          color: #4C4C4C;
          border: 2px solid #E62015;
          background: #FFFFFF;
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08); }

/* Orders Details */
.order-details {
  padding: 1rem; }
  .order-details .back-area {
    display: flex;
    align-items: center;
    justify-content: start; }
    .order-details .back-area .back-button {
      display: flex;
      padding-left: 0.5rem;
      text-decoration: none;
      font-weight: 400;
      font-size: 14px;
      line-height: 16px;
      color: #4C4C4C; }
      .order-details .back-area .back-button svg {
        margin-right: 1rem; }
  .order-details .order-status .status {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    background: #F9F9F9;
    border-radius: 5px;
    padding: 8px; }
  .order-details .row-actions {
    display: grid;
    grid-template-columns: 47% 47%;
    gap: 5%;
    margin-top: 1rem; }
    .order-details .row-actions .btn {
      text-align: center;
      text-decoration: none;
      padding: 12px 16px;
      background: #FFFFFF;
      border: 2px solid #DBDADA;
      box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08);
      font-weight: 700;
      font-size: 14px;
      line-height: 16px;
      color: #4C4C4C; }
  .order-details .account .account-body {
    padding: 0;
    padding-top: 1rem; }
    .order-details .account .account-body .section-header {
      background: #4C4C4C;
      padding: .75rem;
      display: grid;
      grid-template-columns: 95% 5%;
      align-items: center; }
      .order-details .account .account-body .section-header:before {
        display: none; }
      .order-details .account .account-body .section-header span {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
        text-transform: uppercase; }
      .order-details .account .account-body .section-header:after {
        content: url("data:image/svg+xml,%3Csvg width='12' height='2' viewBox='0 0 12 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.667 1.66659H1.33366C0.965659 1.66659 0.666992 1.36859 0.666992 0.999919C0.666992 0.631252 0.965659 0.333252 1.33366 0.333252H10.667C11.0357 0.333252 11.3337 0.631252 11.3337 0.999919C11.3337 1.36859 11.0357 1.66659 10.667 1.66659Z' fill='%23F8F8F9'/%3E%3C/svg%3E%0A");
        width: 16px;
        height: 16px;
        justify-self: end;
        align-self: flex-start;
        margin-top: -3px; }
    .order-details .account .account-body .account-product {
      margin: 1rem 0;
      display: grid;
      grid-template-columns: 60% 40%;
      align-items: center; }
      .order-details .account .account-body .account-product:before, .order-details .account .account-body .account-product:after {
        display: none; }
      .order-details .account .account-body .account-product .item-lable,
      .order-details .account .account-body .account-product .item-value {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #4C4C4C;
        padding-bottom: 0.75rem; }
      .order-details .account .account-body .account-product .item-value {
        font-weight: 700; }
    .order-details .account .account-body .order-listShipping {
      padding-top: 1rem; }
      .order-details .account .account-body .order-listShipping p {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #3B4353;
        margin-bottom: 1rem; }
    .order-details .account .account-body .section-header-2 {
      font-weight: 700;
      font-size: 16px;
      line-height: 20px;
      color: #4C4C4C;
      padding-top: 1rem; }
    .order-details .account .account-body .products-list {
      margin: 0 -14px; }
      .order-details .account .account-body .products-list .list-item {
        padding-top: 1rem;
        border-bottom: 1px solid #666666;
        display: grid;
        grid-template-columns: 30% 70%;
        align-items: start;
        justify-content: center;
        padding: 12px; }
        .order-details .account .account-body .products-list .list-item .product-image {
          justify-self: end; }
        .order-details .account .account-body .products-list .list-item .product-description .product-name {
          margin: 0;
          font-weight: 700;
          font-size: 14px;
          line-height: 16px;
          color: #4C4C4C;
          text-transform: capitalize; }
        .order-details .account .account-body .products-list .list-item .product-description div,
        .order-details .account .account-body .products-list .list-item .product-description span {
          font-weight: 400;
          font-size: 14px;
          line-height: 16px;
          color: #4C4C4C; }
          .order-details .account .account-body .products-list .list-item .product-description div.row,
          .order-details .account .account-body .products-list .list-item .product-description span.row {
            padding-top: .35rem; }

/* Account */
.navBar--sub.navBar--account {
  margin-top: 2.5rem; }
  .navBar--sub.navBar--account hr {
    margin-bottom: -30px; }
  .navBar--sub.navBar--account .navBar-item {
    border: 0;
    position: relative; }
    .navBar--sub.navBar--account .navBar-item.is-active {
      font-weight: 700;
      font-size: 16px; }
      .navBar--sub.navBar--account .navBar-item.is-active::after {
        content: "";
        display: block;
        position: absolute;
        height: 3px;
        background-color: #E62015;
        left: 0;
        right: 0;
        bottom: -5px; }
      .navBar--sub.navBar--account .navBar-item.is-active .navBar-action {
        text-decoration: none;
        font-weight: 700; }
    .navBar--sub.navBar--account .navBar-item .navBar-action {
      color: #4C4C4C;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px; }

/* Account - orders */
@media screen and (min-width: 801px) {
  .account-orders .list-table .list-table-row {
    display: grid;
    grid-template-columns: 12% 12% 12% 12% 12% 12% 12% 14%;
    justify-content: initial;
    align-items: center;
    padding: 0.75rem 0;
    border-bottom: 1px solid #C7C7C7; }
    .account-orders .list-table .list-table-row:first-child {
      border-bottom: 1px solid #666666; }
      .account-orders .list-table .list-table-row:first-child div {
        font-weight: 700; }
    .account-orders .list-table .list-table-row .list-table-cell .status {
      font-weight: 400;
      font-size: 14px;
      line-height: 16px;
      text-transform: uppercase;
      background: #F9F9F9;
      border-radius: 5px;
      padding: 8px; }
    .account-orders .list-table .list-table-row .list-table-cell:last-child {
      text-align: right; } }

/* Account - orders-bundle b2b */
.order-lists-wrap .order-lists-table tbody tr .actions-field {
  width: 100% !important;
  display: block; }
  @media screen and (min-width: 801px) {
    .order-lists-wrap .order-lists-table tbody tr .actions-field {
      width: 230px;
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between;
      padding-bottom: 21px; } }
  .order-lists-wrap .order-lists-table tbody tr .actions-field a {
    width: 100% !important;
    text-decoration: none !important;
    height: 45px; }
    .order-lists-wrap .order-lists-table tbody tr .actions-field a.reorder-button {
      line-height: 28px; }
    .order-lists-wrap .order-lists-table tbody tr .actions-field a.shoppinglist-button {
      color: #4C4C4C;
      background-color: white;
      border: 2px solid #E62015;
      transition: 0.5s;
      text-align: center;
      line-height: 1rem; }
      .order-lists-wrap .order-lists-table tbody tr .actions-field a.shoppinglist-button:hover {
        color: #E62015;
        border: 2px solid #ffd9c0; }
      @media screen and (max-width: 1100px) {
        .order-lists-wrap .order-lists-table tbody tr .actions-field a.shoppinglist-button {
          line-height: 28px; } }
    @media screen and (min-width: 801px) {
      .order-lists-wrap .order-lists-table tbody tr .actions-field a {
        width: 48% !important; } }

.account-content .button-filter {
  transition: 0.5s; }
  .account-content .button-filter:hover {
    color: #E62015;
    border: 2px solid #eb9691; }

.account-content .filter-box .filter-items #filter_cancel_button {
  transition: 0.5s; }
  .account-content .filter-box .filter-items #filter_cancel_button:hover {
    color: #E62015;
    border: 2px solid #eb9691; }

#B3pagination li a {
  transition: 0.5s; }
  #B3pagination li a:hover {
    color: #E62015; }

/* Account - Address */
.account .address-title {
  font-weight: 700; }

.account .form-action {
  display: grid;
  grid-template-columns: 48% 48%;
  gap: 4%; }
  .account .form-action .button.secondary {
    background: #FFFFFF;
    color: #4C4C4C;
    font-weight: 700; }

/* Whishlist */
.wishlist .form-actions {
  display: grid;
  grid-template-columns: 49% 50%;
  gap: 1%; }
  .wishlist .form-actions:after, .wishlist .form-actions:before {
    display: none; }
  .wishlist .form-actions a.btn-primary {
    order: 1;
    justify-self: self-start; }
  .wishlist .form-actions input {
    order: 2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    flex-grow: 0;
    justify-self: self-end; }
    .wishlist .form-actions input.btn-secondary {
      margin-top: 11px;
      margin-bottom: 14px;
      background: #FFFFFF;
      border: 2px solid #E62015;
      box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08); }
  @media screen and (min-width: 801px) {
    .wishlist .form-actions {
      grid-template-columns: 25% 25% 25% 25%; }
      .wishlist .form-actions:before {
        display: block; }
      .wishlist .form-actions input.btn-secondary {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 1rem; } }

.page_type__login #main-content {
  margin: 0; }

.page_type__login #main-content > .container {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%; }
  @media screen and (min-width: 801px) {
    .page_type__login #main-content > .container {
      height: 100vh;
      width: 100vw;
      position: relative;
      top: inherit;
      bottom: inherit;
      left: inherit;
      right: inherit;
      display: grid;
      grid-template-columns: 33.333333% 33.333333%;
      background: white;
      background: linear-gradient(190deg, white 0%, #dbdada 100%); }
      .page_type__login #main-content > .container:before {
        content: ""; } }
  .page_type__login #main-content > .container .login-row {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px; }
    .page_type__login #main-content > .container .login-row form {
      padding: 1rem;
      display: grid;
      gap: 20px;
      /* display: block; */
      width: 100%; }
      @media screen and (min-width: 801px) {
        .page_type__login #main-content > .container .login-row form {
          padding: 30px;
          width: 432px;
          min-height: 464px;
          background: #FFFFFF;
          border-radius: 20px;
          flex: none;
          order: 0;
          flex-grow: 0; } }
      .page_type__login #main-content > .container .login-row form .login-theme-row {
        display: block; }
        .page_type__login #main-content > .container .login-row form .login-theme-row .txt-slogan {
          font-family: 'DM Sans';
          font-style: italic;
          font-weight: 700;
          font-size: 16px;
          line-height: 20px;
          color: #666666; }
      .page_type__login #main-content > .container .login-row form .form-input::placeholder {
        font-weight: bold;
        opacity: 0.5; }
    .page_type__login #main-content > .container .login-row .form-actions {
      align-items: center;
      margin-top: 0 !important;
      display: grid;
      grid-template-columns: 70% 30%;
      justify-content: end; }
      .page_type__login #main-content > .container .login-row .form-actions .forgot-password {
        text-align: left;
        justify-self: start;
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        color: #4C4C4C; }
  .page_type__login #main-content > .container .new-theme-costumer a button {
    width: 275px;
    background: #FFFFFF;
    border: 2px solid #E62015;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08);
    color: #4C4C4C; }

/* CART */
@media screen and (min-width: 801px) {
  .cart-below-content {
    display: grid;
    grid-template-columns: 60% 40%; }
    .cart-below-content .cart-content-padding-right .cart-totals_checkout {
      width: 100% !important; } }

/* PRODUCT PREVIEWCART MODAL */
@media screen and (min-width: 801px) {
  #previewModal .modal-close {
    font-size: 50px;
    margin-top: 8px;
    margin-right: 15px; }
  #previewModal .modal-header {
    border: 0; }
  #previewModal .modal-body {
    padding-top: 0; }
    #previewModal .modal-body .previewCart {
      border-top: 1px solid #C7C7C7;
      padding-top: 2rem;
      display: grid;
      grid-template-columns: 60% 40%; }
      #previewModal .modal-body .previewCart:before, #previewModal .modal-body .previewCart:after {
        display: none; }
      #previewModal .modal-body .previewCart .productView {
        width: 100%;
        padding-left: 0; }
        #previewModal .modal-body .previewCart .productView .productView-image {
          min-height: 100px;
          padding: 0;
          max-width: 100px;
          max-heigth: 100px;
          width: 100px;
          height: 100px;
          margin: 0;
          margin-top: 1rem; }
        #previewModal .modal-body .previewCart .productView .productView-details {
          padding-top: 1rem;
          margin-top: 2rem;
          font-family: 'DM Sans';
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 16px;
          color: #333;
          width: 100%; }
          #previewModal .modal-body .previewCart .productView .productView-details .productView-brand {
            font-size: 14px;
            margin-bottom: 0;
            padding-bottom: .5rem; }
          #previewModal .modal-body .previewCart .productView .productView-details .productView-title {
            font-weight: 700;
            font-size: 14px;
            line-height: 16px;
            margin-bottom: 0;
            padding-bottom: .5rem; }
          #previewModal .modal-body .previewCart .productView .productView-details .productView-info {
            margin: 0;
            display: grid;
            grid-template-columns: 0% 30% 70% 0%;
            align-items: center;
            justify-content: center;
            padding: 12px 0 0 0; }
            #previewModal .modal-body .previewCart .productView .productView-details .productView-info .productView-info-name {
              margin-top: 0; }
          #previewModal .modal-body .previewCart .productView .productView-details .productView-price {
            padding: 10px 0 0 0;
            background: #fff;
            font-weight: 700;
            font-size: 14px;
            line-height: 16px; }
            #previewModal .modal-body .previewCart .productView .productView-details .productView-price span {
              font-weight: 400;
              font-size: 14px;
              line-height: 16px;
              display: block;
              padding-bottom: 0.5rem; }
      #previewModal .modal-body .previewCart .previewCartCheckout {
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        border: 1px solid #DBDADA;
        padding: 2rem;
        color: #333;
        background: #FFF; }
        #previewModal .modal-body .previewCart .previewCartCheckout p {
          font-size: 16px;
          line-height: 20px;
          font-weight: 400;
          margin-bottom: 1rem; }
          #previewModal .modal-body .previewCart .previewCartCheckout p strong {
            font-weight: 700; }
          #previewModal .modal-body .previewCart .previewCartCheckout p .continue_shopping {
            color: #333;
            text-decoration: underline;
            font-weight: 700;
            font-size: 14px; }
            #previewModal .modal-body .previewCart .previewCartCheckout p .continue_shopping:hover {
              color: #333; } }

/* Helpers */
.btn-primary {
  background: #4C4C4C;
  border: 2px solid #4C4C4C;
  color: #FFFFFF; }

.btn-secondary {
  background: #FFFFFF;
  border: 2px solid #E62015;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08);
  color: #4C4C4C; }

.btn-white {
  color: #4C4C4C;
  background-color: white;
  border: 2px solid #E62015;
  transition: 0.5s;
  text-decoration: none !important;
  text-align: center; }
  .btn-white:hover {
    color: #E62015;
    border: 2px solid #ffd9c0; }

.btn-data {
  border: 2px solid #DBDADA;
  transition: 0.5s;
  padding: 10px 14px;
  margin-right: 10px;
  text-align: center; }
  .btn-data:hover {
    color: #E62015 !important; }

.btn-black {
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 auto 0 !important;
  width: 48%;
  color: white !important;
  background-color: black;
  border: 2px solid black;
  transition: 0.5s;
  text-decoration: none !important; }
  .btn-black:hover {
    background-color: #E62015;
    border: 2px solid #E62015; }

.full-width-break {
  border-bottom: 1px solid silver;
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  bottom: 4px;
  display: none; }
  @media screen and (min-width: 801px) {
    .full-width-break {
      display: block; } }

.mb-0 {
  margin-bottom: 0 !important; }

.v-mobile {
  display: inherit; }
  @media screen and (min-width: 801px) {
    .v-mobile {
      display: none; } }

.v-desktop {
  display: none; }
  @media screen and (min-width: 801px) {
    .v-desktop {
      display: inherit; } }

.color-orange {
  color: #E62015 !important;
  fill: #E62015 !important; }

.force-line {
  display: none; }
  @media screen and (min-width: 801px) {
    .force-line {
      display: block;
      position: absolute;
      border-bottom: 1px solid #4C4C4C;
      width: 100%;
      left: 0; } }

.pb-5 {
  padding-bottom: 3rem; }

.pt-15 {
  padding-top: 45px; }

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

/* B2B */
/* Dashboard */
.sale-info-wrap {
  grid-template-columns: auto;
  display: grid;
  gap: 1rem; }
  .sale-info-wrap .sale-reo-list-record {
    max-width: 95% !important;
    margin: auto;
    order: 1;
    background: #333;
    border-radius: 8px;
    padding: 28px 26px 26px 26px;
    float: none !important;
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
    height: auto !important; }
    @media screen and (min-width: 801px) {
      .sale-info-wrap .sale-reo-list-record {
        max-width: 100% !important;
        margin: 0 !important; } }
    .sale-info-wrap .sale-reo-list-record p {
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      color: #FFF;
      margin-bottom: 0; }
    .sale-info-wrap .sale-reo-list-record p:nth-child(1) {
      justify-self: start;
      text-align: left; }
    .sale-info-wrap .sale-reo-list-record p:nth-child(2) {
      padding-top: 2px;
      font-size: 28px;
      line-height: 32px;
      justify-self: end; }
  .sale-info-wrap .sale-rep-user-info {
    order: 2;
    border-radius: 8px;
    padding: 28px 26px 26px 26px !important;
    float: none !important;
    max-width: 95% !important;
    margin: auto;
    min-width: 0px !important;
    height: auto !important; }
    @media screen and (min-width: 801px) {
      .sale-info-wrap .sale-rep-user-info {
        max-width: 100% !important;
        margin: 0 !important;
        width: 100% !important; } }
    .sale-info-wrap .sale-rep-user-info p,
    .sale-info-wrap .sale-rep-user-info span {
      font-weight: 400;
      font-size: 14px;
      line-height: 16px;
      color: #333;
      font-weight: normal; }
  @media screen and (min-width: 801px) {
    .sale-info-wrap {
      display: grid;
      width: 100%;
      grid-template-columns: 50% 48%; } }

.table-active-user .sort-thead {
  display: none !important;
  border-bottom: 2px solid #666666 !important; }
  @media screen and (min-width: 801px) {
    .table-active-user .sort-thead {
      display: table-header-group !important; } }

.table-active-user tbody {
  border: none !important; }
  .table-active-user tbody tr {
    margin: 13px 10px !important;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 10px;
    background-color: white !important;
    padding: 12px; }
    @media screen and (min-width: 801px) {
      .table-active-user tbody tr {
        margin: 0 !important;
        border-radius: 0;
        border-top: none;
        border-right: none;
        border-left: none;
        border-bottom: 1px solid #ccc;
        padding: 0; } }
    .table-active-user tbody tr td {
      font-weight: 600;
      /* &::after {
            margin-left: 30px;
        }*/ }
      @media screen and (min-width: 801px) {
        .table-active-user tbody tr td {
          font-weight: 400; } }
      .table-active-user tbody tr td::before {
        font-weight: 400; }

.table-active-user tbody tr:nth-child(even) {
  background-color: white !important; }

.saleRep .clearfix {
  padding: 0 !important;
  text-align: center;
  background: white !important;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 0.75rem; }
  .saleRep .clearfix .search {
    float: none !important;
    margin: 0 auto;
    width: 95%; }
    .saleRep .clearfix .search .form-input {
      background: #ffffff;
      border: 1px solid #666;
      height: 44px;
      min-width: 0px;
      max-width: 100%; }
    @media screen and (min-width: 801px) {
      .saleRep .clearfix .search {
        width: 50%; } }
  .saleRep .clearfix .pagination {
    display: none; }
  @media screen and (min-width: 801px) {
    .saleRep .clearfix {
      padding: 15px 0 !important;
      background: #f9f9f9 !important;
      /*position: relative !important; unable to make this section  full page width
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;*/
      /* width: 100vw !important;
        position: relative !important;
       left: calc(-50vw + 50%) !important; */ } }

/* Dashboard */
/*Quick order pad*/
.quick-order-pad .table-toolbar .toolbar-actions #add_new_row {
  height: auto;
  border: 2px solid #E62015 !important;
  transition: 0.5s; }
  .quick-order-pad .table-toolbar .toolbar-actions #add_new_row:hover {
    color: #E62015;
    border: 2px solid #eb9691 !important; }

/*Recent Items*/
.recent-items-container .productGrid .product {
  width: 50%; }
  @media screen and (min-width: 801px) {
    .recent-items-container .productGrid .product {
      width: 20%; } }

#consent-manager-update-banner {
  position: relative;
  bottom: 60px; }
  @media screen and (min-width: 801px) {
    #consent-manager-update-banner {
      bottom: 0; } }
  #consent-manager-update-banner a {
    font-size: 12px; }
    @media screen and (min-width: 551px) {
      #consent-manager-update-banner a {
        font-size: 16px; } }

.desktop {
  display: none; }
  @media screen and (min-width: 801px) {
    .desktop {
      display: block; } }

.tablet {
  display: none; }
  @media screen and (min-width: 551px) {
    .tablet {
      display: block; } }
  @media screen and (min-width: 801px) {
    .tablet {
      display: none; } }

.mobile {
  display: block; }
  @media screen and (min-width: 551px) {
    .mobile {
      display: none; } }

@media only screen and (min-width: 801px) {
  .body {
    margin-top: 0; } }

#validate-company {
  display: none !important; }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0); }

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0); }

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0; }

.leaflet-container {
  overflow: hidden; }

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none; }

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent; }

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast; }

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0; }

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block; }

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important; }

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0; }

.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter; }

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y; }

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom; }

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none; }

.leaflet-container {
  -webkit-tap-highlight-color: transparent; }

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4); }

.leaflet-tile {
  filter: inherit;
  visibility: hidden; }

.leaflet-tile-loaded {
  visibility: inherit; }

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800; }

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none; }

.leaflet-pane {
  z-index: 400; }

.leaflet-tile-pane {
  z-index: 200; }

.leaflet-overlay-pane {
  z-index: 400; }

.leaflet-shadow-pane {
  z-index: 500; }

.leaflet-marker-pane {
  z-index: 600; }

.leaflet-tooltip-pane {
  z-index: 650; }

.leaflet-popup-pane {
  z-index: 700; }

.leaflet-map-pane canvas {
  z-index: 100; }

.leaflet-map-pane svg {
  z-index: 200; }

.leaflet-vml-shape {
  width: 1px;
  height: 1px; }

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute; }

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none; }

.leaflet-top {
  top: 0; }

.leaflet-right {
  right: 0; }

.leaflet-bottom {
  bottom: 0; }

.leaflet-left {
  left: 0; }

.leaflet-control {
  float: left;
  clear: both; }

.leaflet-right .leaflet-control {
  float: right; }

.leaflet-top .leaflet-control {
  margin-top: 10px; }

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px; }

.leaflet-left .leaflet-control {
  margin-left: 10px; }

.leaflet-right .leaflet-control {
  margin-right: 10px; }

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1; }

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

svg.leaflet-zoom-animated {
  will-change: transform; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); }

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden; }

/* cursors */
.leaflet-interactive {
  cursor: pointer; }

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair; }

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto; }

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none; }

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline-offset: 1px; }

.leaflet-container a {
  color: #0078A8; }

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5); }

/* general typography */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5; }

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px; }

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black; }

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block; }

.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4; }

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none; }

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb; }

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px; }

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px; }

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px; }

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px; }

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px; }

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px; }

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none; }

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative; }

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff; }

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px; }

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px; }

.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em; }

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px; }

/* Default icon URLs */
.leaflet-default-icon-path {
  /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url(images/marker-icon.png); }

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0; }

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4; }

.leaflet-control-attribution a {
  text-decoration: none; }

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline; }

.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em; }

.leaflet-left .leaflet-control-scale {
  margin-left: 5px; }

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px; }

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff; }

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px; }

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777; }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none; }

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px; }

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px; }

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px; }

.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0; }

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none; }

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent; }

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858; }

.leaflet-popup-scrolled {
  overflow: auto; }

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1; }

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); }

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999; }

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666; }

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto; }

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: ""; }

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px; }

.leaflet-tooltip-top {
  margin-top: -6px; }

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px; }

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff; }

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff; }

.leaflet-tooltip-left {
  margin-left: -6px; }

.leaflet-tooltip-right {
  margin-left: 6px; }

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px; }

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff; }

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff; }

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; } }

/*!
 * Bootstrap Grid v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd; }

/*!
 * Bootstrap Utilities v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020; }

.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020; }

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch; }

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch; }

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.float-start {
  float: left !important; }

.float-end {
  float: right !important; }

.float-none {
  float: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-visible {
  overflow: visible !important; }

.overflow-scroll {
  overflow: scroll !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

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

.d-grid {
  display: grid !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.d-none {
  display: none !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.top-0 {
  top: 0 !important; }

.top-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

.bottom-0 {
  bottom: 0 !important; }

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

.start-0 {
  left: 0 !important; }

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

.end-0 {
  right: 0 !important; }

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.translate-middle {
  transform: translate(-50%, -50%) !important; }

.translate-middle-x {
  transform: translateX(-50%) !important; }

.translate-middle-y {
  transform: translateY(-50%) !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-evenly {
  justify-content: space-evenly !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.order-first {
  order: -1 !important; }

.order-0 {
  order: 0 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-right: 0 !important; }

.me-1 {
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 3rem !important; }

.me-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 3rem !important; }

.ms-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

.gap-0 {
  gap: 0 !important; }

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !important; }

.bg-primary {
  background-color: #0d6efd !important; }

.bg-secondary {
  background-color: #6c757d !important; }

.bg-success {
  background-color: #198754 !important; }

.bg-info {
  background-color: #0dcaf0 !important; }

.bg-warning {
  background-color: #ffc107 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

.bg-dark {
  background-color: #212529 !important; }

.bg-black {
  background-color: black !important; }

.bg-white {
  background-color: white !important; }

.bg-body {
  background-color: white !important; }

.bg-transparent {
  background-color: transparent !important; }

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important; }

.pe-none {
  pointer-events: none !important; }

.pe-auto {
  pointer-events: auto !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 0.25rem !important; }
  .gap-xxl-2 {
    gap: 0.5rem !important; }
  .gap-xxl-3 {
    gap: 1rem !important; }
  .gap-xxl-4 {
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    gap: 3rem !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important; }
  .fs-2 {
    font-size: 2rem !important; }
  .fs-3 {
    font-size: 1.75rem !important; }
  .fs-4 {
    font-size: 1.5rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

/*!
 * Bootstrap Grid v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x)); }

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%; }

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%; }

.col-3 {
  flex: 0 0 auto;
  width: 25%; }

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%; }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%; }

.col-9 {
  flex: 0 0 auto;
  width: 75%; }

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%; }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

.offset-1 {
  margin-left: 8.33333333%; }

.offset-2 {
  margin-left: 16.66666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333333%; }

.offset-5 {
  margin-left: 41.66666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333333%; }

.offset-8 {
  margin-left: 66.66666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333333%; }

.offset-11 {
  margin-left: 91.66666667%; }

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333333%; }
  .offset-sm-2 {
    margin-left: 16.66666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333333%; }
  .offset-sm-5 {
    margin-left: 41.66666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333333%; }
  .offset-sm-8 {
    margin-left: 66.66666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333333%; }
  .offset-sm-11 {
    margin-left: 91.66666667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333333%; }
  .offset-md-2 {
    margin-left: 16.66666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333333%; }
  .offset-md-5 {
    margin-left: 41.66666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333333%; }
  .offset-md-8 {
    margin-left: 66.66666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333333%; }
  .offset-md-11 {
    margin-left: 91.66666667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333333%; }
  .offset-lg-2 {
    margin-left: 16.66666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333333%; }
  .offset-lg-5 {
    margin-left: 41.66666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333333%; }
  .offset-lg-8 {
    margin-left: 66.66666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333333%; }
  .offset-lg-11 {
    margin-left: 91.66666667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333333%; }
  .offset-xl-2 {
    margin-left: 16.66666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333333%; }
  .offset-xl-5 {
    margin-left: 41.66666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333333%; }
  .offset-xl-8 {
    margin-left: 66.66666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333333%; }
  .offset-xl-11 {
    margin-left: 91.66666667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333333%; }
  .offset-xxl-2 {
    margin-left: 16.66666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333333%; }
  .offset-xxl-5 {
    margin-left: 41.66666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333333%; }
  .offset-xxl-8 {
    margin-left: 66.66666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333333%; }
  .offset-xxl-11 {
    margin-left: 91.66666667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

.table thead tr th,
.table tfoot tr th,
.table tfoot tr td,
.table tbody tr th,
.table tbody tr td,
.table tr td {
  padding: 0.5rem 0.5rem; }

.table {
  margin-top: 0;
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-body-color);
  vertical-align: top;
  border-color: #e5e5e5;
  border-width: 0; }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: transparent;
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px transparent; }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom;
    background-color: transparent; }
  .table td + td {
    border-left: 0; }

.table-group-divider {
  border-top: 2px solid currentcolor; }

.caption-top {
  caption-side: top; }

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem; }

.table-bordered > :not(caption) > * {
  border-width: 1px 0; }
  .table-bordered > :not(caption) > * > * {
    border-width: 0 1px; }

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0; }

.table-borderless > :not(:first-child) {
  border-top-width: 0; }

.table-striped > tbody > tr:nth-of-type($table-striped-order) > * {
  color: var(--bs-body-color); }

.table-striped-columns > :not(caption) > tr > :nth-child($table-striped-columns-order) {
  color: var(--bs-body-color); }

.table-active {
  color: var(--bs-body-color); }

.table-hover > tbody > tr:hover > * {
  color: var(--bs-body-color); }

@keyframes loading-skeleton {
  to {
    background-position-x: -20%; } }

.skeleton {
  height: 24px;
  border-radius: 4px;
  background-color: #e6e6e6;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 60%) #e6e6e6;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1.5s loading-skeleton ease-in-out infinite; }

.skeleton-box {
  padding: 2rem;
  border: 1px solid #c0c0c0;
  border-radius: 4px; }

.skeleton--button {
  border-radius: 8px;
  max-width: 150px;
  width: 100%;
  height: 40px; }

.skeleton--input {
  max-width: 350px;
  width: 100%;
  height: 40px; }

.skeleton--row {
  height: 70px; }

.skeleton--text {
  height: 24px; }

.skeleton--radio {
  height: 24px;
  width: 24px;
  border-radius: 100%; }

.skeleton--area {
  height: 200px; }
  .skeleton--area-big {
    height: 400px; }

html {
  scroll-behavior: smooth; }

#main-content {
  min-height: 400px; }

.page_type_full .body,
.page_type_full .page {
  margin: 0; }

.container--full {
  width: 100%;
  max-width: 100%;
  padding: 0; }

.clear-b {
  clear: both; }
  .clear-b h2 {
    font-size: 32px;
    line-height: 1.25em; }
    .clear-b h2.title {
      text-align: center;
      text-transform: uppercase; }
  .clear-b p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px; }

.jf-cover {
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: relative;
  top: -65px;
  margin-bottom: -45px; }

table tr td {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

.modal {
  max-height: 100%; }

.modal-background {
  background-color: rgba(76, 76, 76, 0.7); }

.container p.page-heading {
  font-weight: 600; }

.container p.subtitle-carousel-section {
  text-align: center;
  margin-bottom: 50px;
  font-size: 16px;
  font-family: "DM Sans", Raleway, sanserif;
  font-weight: 400; }
  @media screen and (max-width: 800px) {
    .container p.subtitle-carousel-section {
      font-size: 20px;
      line-height: 24px; } }

.container .page-heading {
  margin: 40px auto;
  padding-top: 35px;
  font-size: 28px;
  line-height: 32px;
  text-transform: capitalize;
  text-align: center;
  position: relative; }
  .container .page-heading::before {
    content: "";
    display: block;
    width: 140px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    background-color: #E62015; }
  @media screen and (min-width: 801px) {
    .container .page-heading {
      font-size: 36px;
      line-height: 40px; } }
  @media screen and (max-width: 800px) {
    .container .page-heading {
      margin: 25px auto;
      padding-top: 20px; } }
  .container .page-heading--ns {
    margin-top: 0; }
    .container .page-heading--ns::before {
      display: none; }

.page-description {
  text-align: center; }

.smcc-accordion-content {
  display: none; }

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

.banners {
  background-color: #E62015;
  padding: 1.2em; }
  .banners .banner {
    max-width: 100%; }
  .banners h1,
  .banners h2,
  .banners h3,
  .banners h4,
  .banners h5,
  .banners h6,
  .banners p,
  .banners li,
  .banners a,
  .banners span {
    color: #ffffff; }
  .banners p,
  .banners li,
  .banners a,
  .banners span {
    font-size: 14px; }

.cart-item-quantity .form-increment,
.form-increment {
  margin: 0;
  display: grid;
  grid-template-columns: 20px calc(100% - 40px) 20px;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 2px solid #dbdada;
  border-radius: 4px;
  padding: 12px 16px;
  max-width: 160px; }
  .cart-item-quantity .form-increment .button,
  .form-increment .button {
    border: 0;
    padding: 0;
    font-size: 30px;
    line-height: 10px; }
    .cart-item-quantity .form-increment .button svg,
    .form-increment .button svg {
      position: static; }
  .cart-item-quantity .form-increment .form-input,
  .form-increment .form-input {
    text-align: center;
    height: auto;
    width: 100%;
    margin: 0; }

/* Shogun fix */
body.shogun-editor {
  margin-top: 0; }

@media (min-width: 992px) and (max-width: 1199px) {
  .smcc-l3 [data-handle-id],
  .smcc-l2 [data-handle-id],
  .smcc-l1 [data-handle-id] {
    display: none !important; }
  .smcc-l3 .shg-row,
  .smcc-l2 .shg-row,
  .smcc-l1 .shg-row {
    justify-content: unset; }
  .smcc-l3 .shg-row .shg-c {
    width: 33.33% !important; }
  .smcc-l2 .shg-row .shg-c {
    width: 50% !important; }
  .smcc-l1 .shg-row .shg-c {
    width: 100% !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .smcc-t3 [data-handle-id],
  .smcc-t2 [data-handle-id],
  .smcc-t1 [data-handle-id] {
    display: none !important; }
  .smcc-t3 .shg-row,
  .smcc-t2 .shg-row,
  .smcc-t1 .shg-row {
    justify-content: unset; }
  .smcc-t3 .shg-row .shg-c {
    width: 33.33% !important; }
  .smcc-t2 .shg-row .shg-c {
    width: 50% !important; }
  .smcc-t1 .shg-row .shg-c {
    width: 100% !important; } }

@media (max-width: 767px) {
  .smcc-m1 .shg-row .shg-c {
    width: 100% !important; }
  .smcc-m2 .shg-row .shg-c {
    width: 50% !important; } }

.smcc-dropdown-order {
  display: flex;
  flex-direction: column; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.order-13 {
  order: 13; }

.order-14 {
  order: 14; }

.order-15 {
  order: 15; }

.order-16 {
  order: 16; }

.order-17 {
  order: 17; }

.order-18 {
  order: 18; }

.order-19 {
  order: 19; }

.order-20 {
  order: 20; }

.order-21 {
  order: 21; }

.order-22 {
  order: 22; }

.order-23 {
  order: 23; }

.order-24 {
  order: 24; }

.footer .footer-info-list li p {
  margin-bottom: 0;
  color: inherit; }

.header-logo-image-container {
  margin: initial; }

[data-sub-layout] {
  height: unset !important; }

[data-layout-name*="boxed"] {
  padding-left: calc((100% - 96rem) / 2) !important;
  padding-right: calc((100% - 96rem) / 2) !important; }

[data-layout-name*="auto5"] [data-sub-layout] {
  flex-basis: 20%;
  max-width: 20%;
  width: 20%; }

@media screen and (min-width: 701px) and (max-width: 991px) {
  [data-layout-name*="t1"] [data-sub-layout] {
    flex-basis: 100%;
    max-width: 100%; }
  [data-layout-name*="t1"]:not([data-layout-name*="t12"]) {
    padding-left: 0;
    padding-right: 0; }
  [data-layout-name*="t12"] [data-sub-layout]:not(:first-of-type) {
    flex-basis: 50%;
    max-width: 50%; }
  [data-layout-name*="t12"] [data-overlay-wrapper] + style + [data-sub-layout] {
    flex-basis: 100%;
    max-width: 100%; }
  [data-layout-name*="t2"] [data-sub-layout] {
    flex-basis: 50%;
    max-width: 50%; }
  [data-layout-name*="t21"] [data-sub-layout]:last-of-type {
    flex-basis: 100%;
    max-width: 100%; }
  [data-layout-name*="t3"] [data-sub-layout] {
    flex-basis: 33.33%;
    max-width: 33.33%; } }

@media screen and (max-width: 700px) {
  [data-layout-name*="m-space-between"] {
    justify-content: space-evenly; }
    [data-layout-name*="m-space-between"] [data-sub-layout] {
      flex-basis: unset !important;
      max-width: unset !important; }
  [data-layout-name*="auto5"] [data-sub-layout] {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%; }
  [data-layout-name*="m2"] [data-sub-layout] {
    flex-basis: 50%;
    max-width: 50%; }
  [data-layout-name*="m3"] [data-sub-layout] {
    flex-basis: 33%;
    max-width: 33%; }
  [data-layout-name*="m2"] [data-sub-layout],
  [data-layout-name*="m3"] [data-sub-layout],
  [data-layout-name*="t1"] [data-sub-layout],
  [data-layout-name*="t2"] [data-sub-layout],
  [data-layout-name*="t3"] [data-sub-layout],
  [data-layout-name*="t12"] [data-sub-layout],
  [data-layout-name*="auto5"] [data-sub-layout] {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 450px) {
  [data-layout-name*="m-space-between"] {
    justify-content: space-between; } }

@media screen and (max-width: 700px) {
  .page-landing [data-sub-layout-container],
  .page-landing [data-sub-layout] {
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 991px) {
  [data-layout-name*="hide-dt"],
  [data-layout-name*="hide-d"],
  .hide-d {
    display: none !important; } }

@media screen and (min-width: 701px) and (max-width: 991px) {
  [data-layout-name*="hide-dt"],
  [data-layout-name*="hide-tm"],
  [data-layout-name*="hide-t"],
  .hide-t {
    display: none !important; } }

@media screen and (max-width: 700px) {
  [data-layout-name*="hide-tm"],
  [data-layout-name*="hide-m"],
  .hide-m {
    display: none !important; } }

[data-layout-name*="wide-w"]::before,
[data-layout-name*="wide-g"]::before,
.wide-w::before,
.wide-g::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100vw; }

.wide-w,
.wide-g {
  position: relative; }
  .wide-w::before,
  .wide-g::before {
    z-index: -1; }

[data-layout-name*="wide-w"]::before,
.wide-w::before {
  background-color: #ffffff; }

[data-layout-name*="wide-g"]::before,
.wide-g::before {
  background-color: #F9F9F9; }

[data-layout-name*="collapsable"] .close {
  cursor: pointer;
  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 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'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 20px; }

.ais-Hits-item .not-sandbox {
  pointer-events: none; }
  .ais-Hits-item .not-sandbox:before {
    content: "Not in Sandbox";
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold; }
  .ais-Hits-item .not-sandbox .card-body-hover {
    display: none !important; }

html:has(#BC-SD-visiblePlaceholders) [data-widget-id].bc-selected:has(.wg-text) [data-overlay-wrapper] {
  height: 40px;
  transition: all 0.2s ease; }

html:has(#BC-SD-visiblePlaceholders) [data-widget-id]:has(.wg-text) [data-overlay-wrapper] {
  height: 0px; }

.wg-publishing {
  text-align: center;
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  font-size: 12px;
  line-height: 15px;
  padding: 5px 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }

.wg-publishing--coming {
  background-color: rgba(207, 226, 255, 0.75);
  color: #052c65; }

.wg-publishing--expired {
  background-color: rgba(241, 174, 181, 0.75);
  color: #58151c; }

.wg-publishing--visible {
  background-color: rgba(209, 231, 221, 0.75);
  color: #0a3622; }

html:has(#BC-SD-visiblePlaceholders) [data-widget-id]:has(.wg-publishing) {
  position: relative; }

html:has(#BC-SD-visiblePlaceholders) [data-widget-id]:has(.wg-expired),
html:has(#BC-SD-visiblePlaceholders) [data-widget-id]:has(.wg-coming),
html:has(#BC-SD-visiblePlaceholders) .wg-coming,
html:has(#BC-SD-visiblePlaceholders) .wg-expired {
  display: block !important; }

html:has(#BC-SD-visiblePlaceholders) .wg-publishing {
  display: inline-block; }

html:has(#BC-SD-visiblePlaceholders) .wg-coming > *,
html:has(#BC-SD-visiblePlaceholders) .wg-expired > * {
  filter: grayscale(1);
  opacity: 0.5; }

html:has(#BC-SD-visiblePlaceholders) .wg-coming > .wg-publishing,
html:has(#BC-SD-visiblePlaceholders) .wg-expired > .wg-publishing {
  filter: none;
  opacity: 1; }

.slick-dots {
  position: static;
  padding: 25px 0; }
  .slick-dots li {
    padding: 0 5px;
    width: auto;
    height: auto; }
    .slick-dots li button {
      border-color: #c7c7c7;
      width: 10px;
      height: 10px; }
      .slick-dots li button::before {
        display: none; }
    .slick-dots li.slick-active button {
      border-color: #333;
      background-color: #333; }

.slick-arrow {
  background-color: transparent;
  border: 0;
  padding: 0; }
  .slick-arrow::before {
    width: 11px;
    height: 22px;
    margin: 0 auto; }
  .slick-arrow:hover, .slick-arrow:focus, .slick-arrow:active {
    background-color: transparent; }

.slick-next::before {
  content: url("../img/shevronsRight.png");
  image-rendering: -webkit-optimize-contrast;
  display: contents;
  background: none; }

.slick-prev::before {
  content: url("../img/shevronsLeft.png");
  image-rendering: -webkit-optimize-contrast;
  display: contents;
  background: none; }

.catagoryCarousel-section .slick-list h3.catagory-img-container__name {
  line-height: 20px;
  margin: 0; }

.productCards {
  margin: 0 auto;
  max-width: 114.28571rem;
  width: 100%;
  margin: 0;
  list-style: none;
  width: 100%; }
  .productCards:before, .productCards:after {
    content: " ";
    display: table; }
  .productCards:after {
    clear: both; }
  .productCards.productCards--grid {
    display: flex;
    flex-flow: row wrap; }

.productCard {
  background-color: #ffffff;
  padding: 10px; }

.productGrid .product {
  padding: 10px; }

.card {
  max-width: 240px;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px; }
  .card .card-body {
    text-align: left;
    position: relative;
    display: grid;
    gap: 8px;
    grid-template-rows: 60px 60px auto;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr)); }
    .card .card-body .login-for-pricing-label {
      font-size: 14px;
      text-decoration: none; }
    .card .card-body .item-availability {
      text-transform: uppercase;
      display: flex;
      gap: 4px;
      align-items: center;
      font-size: 12px;
      line-height: 14px;
      font-weight: 400;
      margin-bottom: 5px; }
      .card .card-body .item-availability svg,
      .card .card-body .item-availability .icon-default {
        margin-left: 0; }
      .card .card-body .item-availability p {
        margin: 0; }
    .card .card-body .card-product-sku-brand .card-product-brand {
      font-size: 12px;
      line-height: 14px;
      color: #666666;
      margin: 0px;
      font-weight: 700; }
    .card .card-body .card-text {
      margin: 0;
      text-decoration: none; }
      .card .card-body .card-text .card-product-sku-brand {
        display: flex;
        flex-direction: column;
        gap: 2px;
        /* @media only screen and (max-width: $desktop) {
                    flex-direction: row;
                } */ }
        .card .card-body .card-text .card-product-sku-brand p:first-child {
          font-weight: 700;
          color: #666666; }
        .card .card-body .card-text .card-product-sku-brand p:nth-child(2) {
          font-weight: 700;
          color: #666666; }
      .card .card-body .card-text a {
        text-decoration: none;
        font-size: 12px;
        line-height: 14px;
        font-weight: 700;
        color: #646464; }
      .card .card-body .card-text p {
        margin: 0;
        font-size: 12px;
        line-height: 14px;
        font-weight: 400;
        text-transform: capitalize;
        color: #646464; }
        .card .card-body .card-text p.bold {
          font-weight: 700; }
    .card .card-body .card-product-name {
      margin-top: 0;
      font-weight: 400;
      font-size: 14px;
      line-height: 16px;
      /*@media  only screen and (max-width: $tablet) {
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            } */ }
      @media only screen and (min-width: 801px) {
        .card .card-body .card-product-name {
          margin-top: 5px; } }
    .card .card-body .card-price .price-label {
      display: none; }
    .card .card-body .card-price .price {
      font-weight: 700;
      font-size: 14px;
      line-height: 16px;
      color: #646464; }
      .card .card-body .card-price .price.price--withoutTax {
        color: #333;
        /* @media only screen and (min-width: $tablet) {
                        display: flex;
                    } */ }
    .card .card-body .card-price .productPriceFromERP {
      color: #333;
      font-weight: 700;
      font-size: 16px;
      line-height: 20px;
      display: flex;
      align-items: center;
      margin-bottom: 5px;
      justify-content: space-between;
      flex-wrap: wrap; }
      .card .card-body .card-price .productPriceFromERP .baged {
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        padding: 6px;
        background: rgba(210, 29, 1, 0.12);
        border-radius: 4px; }
      .card .card-body .card-price .productPriceFromERP .old_price {
        font-weight: 400;
        color: #666;
        text-decoration-line: line-through; }
    .card .card-body .card-price .promo-section {
      display: flex;
      align-items: center;
      gap: 5px;
      background: rgba(210, 29, 1, 0.12);
      border-radius: 4px;
      padding: 6px 8px;
      justify-content: center; }
      .card .card-body .card-price .promo-section svg {
        width: 16px;
        height: 16px; }
      .card .card-body .card-price .promo-section span {
        font-size: 12px; }
  @media only screen and (min-width: 801px) {
    .card .card-body-hover {
      text-decoration: none;
      opacity: 0;
      min-height: 200px;
      background-color: rgba(51, 51, 51, 0.5);
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: column;
      margin: 0 -10px;
      text-align: center;
      transition: opacity 0.20s ease;
      position: absolute;
      top: -10px;
      bottom: -10px;
      left: 0;
      right: 0;
      padding: 10px; }
      .card .card-body-hover button,
      .card .card-body-hover label,
      .card .card-body-hover a {
        margin: 0 0 8px 0;
        width: 100%; }
      .card .card-body-hover .button--compare {
        margin-bottom: 0; }
        .card .card-body-hover .button--compare .compare-label-ko,
        .card .card-body-hover .button--compare input {
          display: none; }
        .card .card-body-hover .button--compare.selected .compare-label-ko {
          display: block; }
        .card .card-body-hover .button--compare.selected .compare-label-ok {
          display: none; }
      .card .card-body-hover .item-availability {
        width: 100%;
        padding: 8px;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        background-color: #ffff;
        border-radius: 4px;
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 14px;
        cursor: default; }
        .card .card-body-hover .item-availability.get-availability {
          border: 2px solid #E62015;
          cursor: pointer; }
          .card .card-body-hover .item-availability.get-availability:hover {
            border-color: #eb9691; }
            .card .card-body-hover .item-availability.get-availability:hover span {
              color: #E62015; }
        .card .card-body-hover .item-availability .icon-default {
          margin-left: 0; }
        .card .card-body-hover .item-availability span {
          position: relative;
          bottom: 4px; }
      .card .card-body-hover .card-body-action {
        width: 100%; }
        .card .card-body-hover .card-body-action p {
          margin: 0;
          width: 100%; }
      .card .card-body-hover .form-increment {
        max-width: 100%;
        margin-bottom: 8px; }
        .card .card-body-hover .form-increment button {
          margin: 0; }
    .card:hover .card-body-hover {
      opacity: 1; } }
  @media only screen and (max-width: 801px) {
    .card .card-body-hover {
      display: none !important; } }

@media only screen and (min-width: 801px) {
  .productCard:hover .card-body-hover {
    opacity: 1; } }

body:not(.logged-in) .card .card-body-hover .item-availability.get-availability {
  border: 0;
  pointer-events: none; }

.cl .ais-Hits-item,
.productCard--list {
  overflow: hidden;
  padding: 0;
  border-radius: 0; }
  .cl .ais-Hits-item .card,
  .productCard--list .card {
    display: grid;
    grid-template-columns: 90px minmax(0, 100%);
    grid-template-rows: auto;
    max-width: 100%; }
    .cl .ais-Hits-item .card .card-figure,
    .productCard--list .card .card-figure {
      padding: 12px; }
    .cl .ais-Hits-item .card .card-body,
    .productCard--list .card .card-body {
      display: grid;
      grid-template-columns: 120px auto max-content;
      grid-template-rows: auto;
      align-items: center; }
      @media only screen and (max-width: 961px) {
        .cl .ais-Hits-item .card .card-body,
        .productCard--list .card .card-body {
          grid-template-columns: repeat(1, 1fr);
          padding: 15px 0; } }
      @media only screen and (max-width: 961px) {
        .cl .ais-Hits-item .card .card-body .card-price,
        .productCard--list .card .card-body .card-price {
          margin-top: 15px; } }
      .cl .ais-Hits-item .card .card-body .card-price .price,
      .productCard--list .card .card-body .card-price .price {
        height: auto; }
        .cl .ais-Hits-item .card .card-body .card-price .price.price--withoutTax,
        .productCard--list .card .card-body .card-price .price.price--withoutTax {
          display: block;
          padding: 0;
          text-align: right; }
          @media only screen and (max-width: 961px) {
            .cl .ais-Hits-item .card .card-body .card-price .price.price--withoutTax,
            .productCard--list .card .card-body .card-price .price.price--withoutTax {
              text-align: left; } }
          .cl .ais-Hits-item .card .card-body .card-price .price.price--withoutTax span,
          .productCard--list .card .card-body .card-price .price.price--withoutTax span {
            display: block; }
            @media only screen and (max-width: 961px) {
              .cl .ais-Hits-item .card .card-body .card-price .price.price--withoutTax span,
              .productCard--list .card .card-body .card-price .price.price--withoutTax span {
                display: inline; }
                .cl .ais-Hits-item .card .card-body .card-price .price.price--withoutTax span:not(:last-child),
                .productCard--list .card .card-body .card-price .price.price--withoutTax span:not(:last-child) {
                  margin-right: 7px; } }
    .cl .ais-Hits-item .card .card-body-hover,
    .productCard--list .card .card-body-hover {
      font-size: 0;
      min-height: auto;
      margin: 0;
      top: 0;
      bottom: 0;
      padding: 15px;
      display: flex;
      align-items: center;
      flex-direction: row; }
      .cl .ais-Hits-item .card .card-body-hover button,
      .cl .ais-Hits-item .card .card-body-hover label,
      .cl .ais-Hits-item .card .card-body-hover form,
      .cl .ais-Hits-item .card .card-body-hover a,
      .productCard--list .card .card-body-hover button,
      .productCard--list .card .card-body-hover label,
      .productCard--list .card .card-body-hover form,
      .productCard--list .card .card-body-hover a {
        display: inline-block;
        margin: 0;
        width: auto;
        vertical-align: middle; }
      .cl .ais-Hits-item .card .card-body-hover button,
      .cl .ais-Hits-item .card .card-body-hover label,
      .productCard--list .card .card-body-hover button,
      .productCard--list .card .card-body-hover label {
        margin-left: 15px; }
      .cl .ais-Hits-item .card .card-body-hover .item-availability,
      .productCard--list .card .card-body-hover .item-availability {
        text-align: center;
        width: 190px;
        margin: 0; }
      .cl .ais-Hits-item .card .card-body-hover .card-body-action,
      .productCard--list .card .card-body-hover .card-body-action {
        text-align: right; }
        .cl .ais-Hits-item .card .card-body-hover .card-body-action p,
        .productCard--list .card .card-body-hover .card-body-action p {
          margin: 0;
          width: auto;
          display: contents; }
          .cl .ais-Hits-item .card .card-body-hover .card-body-action p.button--compare,
          .productCard--list .card .card-body-hover .card-body-action p.button--compare {
            display: inline-block;
            margin-left: 15px; }
      .cl .ais-Hits-item .card .card-body-hover .form-increment,
      .productCard--list .card .card-body-hover .form-increment {
        display: flex;
        max-width: 150px;
        margin-bottom: 0; }
        .cl .ais-Hits-item .card .card-body-hover .form-increment button,
        .productCard--list .card .card-body-hover .form-increment button {
          margin: 0; }

@media only screen and (max-width: 800px) {
  .card .card-body .login-for-pricing-label {
    text-decoration: underline; }
  .productCard,
  .productCarousel-slide {
    padding: 8px; } }

.modal-body .modal-close.modal-close--button {
  position: relative;
  top: 0;
  right: 0; }
  .modal-body .modal-close.modal-close--button:before, .modal-body .modal-close.modal-close--button:after {
    content: '';
    display: none; }

.body .container .navBar.navBar--sub.navBar--account {
  display: none; }

.navPages-list:not(.navPages-list-depth-max) .b3-navs {
  padding: 0 0 0 1.5rem; }

.page_type__editaccount .body .container .form {
  display: none; }

.page_type__editaccount .body .container .account.account--fixed {
  width: 100%; }

.page_title__shopping_list .footer {
  transform: initial; }

.rfq-button-container.rfq-pdp-button-container {
  margin-top: 1rem; }

.cart-actions .rfq-button-container.rfq-cart-button-container .button:has(svg.success) {
  position: relative;
  background-color: #ffffff;
  color: #333;
  height: auto;
  border-color: #333; }
  .cart-actions .rfq-button-container.rfq-cart-button-container .button:has(svg.success) svg {
    width: 20px;
    height: 20px;
    margin: -5px 8px -5px 0;
    fill: #6DBB09; }

.quotes-search-form .form-field:nth-child(2) {
  line-height: 1; }

.b2b-wrap .title-wrap .page-title {
  font-weight: 700 !important;
  text-align: center; }

.b2b-wrap .title-wrap {
  margin: 0 !important; }

@media screen and (max-width: 1101px) {
  .b2b-wrap .responsive-table tbody tr {
    display: block;
    border-top: 1px solid #ccc;
    padding-top: 0; }
    .b2b-wrap .responsive-table tbody tr td {
      padding: 11px 10px !important; }
      .b2b-wrap .responsive-table tbody tr td.t-align-c {
        text-align: left; }
  .b2b-wrap .responsive-table tbody td {
    display: block;
    border: 0; }
    .b2b-wrap .responsive-table tbody td:before {
      padding-right: 12px;
      font-weight: 900; } }

.b2b-wrap.order-lists-wrap .form-select {
  font-size: 14px;
  height: 44px;
  margin: 0; }

@media screen and (min-width: 1101px) {
  .b2b-wrap.order-lists-wrap .order-lists-table tbody tr .actions-field {
    flex-wrap: wrap;
    justify-content: space-around; } }

@media screen and (max-width: 1100px) {
  .b2b-wrap.order-lists-wrap .sort-thead {
    display: block; }
    .b2b-wrap.order-lists-wrap .sort-thead tr {
      display: flex;
      align-items: center;
      margin-bottom: 12px;
      justify-content: space-between; }
    .b2b-wrap.order-lists-wrap .sort-thead th {
      flex: 1;
      border: 1px solid #ccc;
      margin: 3px;
      font-size: 0.8rem;
      text-align: center;
      font-weight: normal;
      border-radius: 3px; }
      .b2b-wrap.order-lists-wrap .sort-thead th:not([data-sort-th]) {
        display: none; } }

@media screen and (max-width: 1101px) {
  .b2b-wrap .responsive-table.shopping-lists-table thead {
    display: none; }
  .b2b-wrap .responsive-table.shopping-lists-table i[shopping-list-action] {
    display: none; }
  .b2b-wrap .responsive-table.shopping-lists-table .actions-field {
    text-align: left; }
  .b2b-wrap .responsive-table.shopping-lists-table .dropdown-menu {
    margin: 0;
    display: flex;
    position: static;
    background: none;
    width: 80vw;
    flex-wrap: wrap;
    max-width: 100%;
    box-shadow: none; }
    .b2b-wrap .responsive-table.shopping-lists-table .dropdown-menu a {
      padding: 0; }
      .b2b-wrap .responsive-table.shopping-lists-table .dropdown-menu a:hover {
        text-decoration: none; }
    .b2b-wrap .responsive-table.shopping-lists-table .dropdown-menu .button {
      border: 1px solid #ccc;
      text-align: center;
      margin-right: 10px;
      margin-bottom: 5px; }
  .b2b-wrap.address-lists-wrap .responsive-table thead {
    display: none; }
  .b2b-wrap.address-lists-wrap .responsive-table tbody td.actions-field.address_book_list_action {
    display: none; }
  .b2b-wrap .responsive-table.user-management-table thead {
    display: none; }
  .b2b-wrap.quotes .responsive-table thead {
    display: none; }
  .b2b-wrap.quotes .responsive-table tbody .dropdown-menu {
    margin: 0;
    display: flex !important;
    position: static;
    background: none; }
    .b2b-wrap.quotes .responsive-table tbody .dropdown-menu a {
      padding: 0; }
    .b2b-wrap.quotes .responsive-table tbody .dropdown-menu .button {
      margin-right: 10px;
      border: 1px solid #ccc;
      margin-bottom: 5px; }
  .b2b-wrap.quotes .table-wrap [quote-list-action] {
    display: none; }
  .b2b-wrap.quotes .table-wrap .actions-field {
    text-align: left; } }

.b2b-wrap .add-all-to-cart {
  display: none; }

.rfq-form-wrapper .search-results-list {
  z-index: 1; }

.rfq-form-wrapper .item-availability {
  display: flex;
  gap: 5px;
  text-transform: uppercase;
  font-weight: bold; }

.rfq-form-wrapper .form-container .products-container .product-list-item-container {
  border-radius: 0 !important;
  background-color: transparent !important;
  padding: 15px 0 !important;
  border-bottom: 1px solid #f4f4f4; }
  .rfq-form-wrapper .form-container .products-container .product-list-item-container .price-num-container {
    gap: 15px;
    flex-wrap: wrap; }
  .rfq-form-wrapper .form-container .products-container .product-list-item-container img {
    width: 80px !important;
    height: auto !important; }
  .rfq-form-wrapper .form-container .products-container .product-list-item-container .description-container {
    column-gap: 10px; }
  .rfq-form-wrapper .form-container .products-container .product-list-item-container .description-container .product-description {
    width: 40% !important; }
  .rfq-form-wrapper .form-container .products-container .product-list-item-container .description-container .product-actions {
    width: 60% !important; }
  .rfq-form-wrapper .form-container .products-container .product-list-item-container .product-options {
    padding: 0; }
  .rfq-form-wrapper .form-container .products-container .product-list-item-container .label-qty {
    min-width: 120px; }
  .rfq-form-wrapper .form-container .products-container .product-list-item-container .label-qty + .product-qty-edit {
    width: 5rem;
    max-width: 100%;
    margin: 0 auto; }
  .rfq-form-wrapper .form-container .products-container .product-list-item-container .form-input--incrementTotal {
    padding: 0 !important;
    max-width: 5rem !important;
    min-width: 46px; }
  .rfq-form-wrapper .form-container .products-container .product-list-item-container .product-qty-edit[readonly] {
    background-color: transparent;
    border: none; }

.rfq-form-wrapper .form-search-products-item[disabled] img,
.rfq-form-wrapper .form-search-products-item[disabled] .search-products-info [data-has-options] {
  opacity: 0.5; }

.rfq-form-wrapper .estimate-qty-container .form-increment {
  padding: 0;
  grid-template-columns: 40px calc(100% - 80px) 40px;
  max-width: 130px; }
  .rfq-form-wrapper .estimate-qty-container .form-increment .button {
    padding: 12px; }
    .rfq-form-wrapper .estimate-qty-container .form-increment .button .icon {
      color: #757575 !important;
      font-size: 18px;
      line-height: 1rem; }

.rfq-form-wrapper .estimate-qty-container .product-qty-edit {
  padding: 0; }

[data-page-bundle="estimates"] .quotes-search-form {
  justify-content: space-between; }
  [data-page-bundle="estimates"] .quotes-search-form .form-field {
    display: flex;
    max-width: 400px; }
  [data-page-bundle="estimates"] .quotes-search-form .form-input {
    border-radius: 0 !important;
    padding-left: 0; }

[data-page-bundle="estimates"] .quotes-filter-form .filter-fields {
  margin-bottom: 2rem; }
  [data-page-bundle="estimates"] .quotes-filter-form .filter-fields .filter-field {
    margin-right: 0 !important; }

[data-page-bundle="estimates"] .filter-actions {
  margin-bottom: 0.5rem !important; }
  [data-page-bundle="estimates"] .filter-actions a {
    width: auto !important;
    text-transform: uppercase;
    margin-bottom: 0; }

[data-page-bundle="estimates"] .actions-field .dropdown-menu {
  box-shadow: 0px 0px 16px 0px rgba(146, 143, 143, 0.2);
  right: 0;
  left: unset;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  padding: 0.5rem; }
  [data-page-bundle="estimates"] .actions-field .dropdown-menu .button {
    display: flex !important;
    align-items: center;
    gap: 5px;
    padding: 7px 12px; }
    [data-page-bundle="estimates"] .actions-field .dropdown-menu .button svg {
      fill: transparent;
      width: 15px;
      height: 20px; }
    [data-page-bundle="estimates"] .actions-field .dropdown-menu .button a,
    [data-page-bundle="estimates"] .actions-field .dropdown-menu .button .duplicate-estimate {
      padding: 0;
      color: #000;
      font-size: 13px !important; }
      [data-page-bundle="estimates"] .actions-field .dropdown-menu .button a:hover,
      [data-page-bundle="estimates"] .actions-field .dropdown-menu .button .duplicate-estimate:hover {
        text-decoration: underline !important; }
  @media only screen and (max-width: 500px) {
    [data-page-bundle="estimates"] .actions-field .dropdown-menu {
      margin: 0;
      display: flex;
      position: static;
      background: none;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      max-width: 100%;
      transform: none;
      box-shadow: none; } }

[data-page-bundle="preferredwarehouses"] #preferred_warehouse_form .preferred_warehouse-title {
  padding-bottom: 40px;
  text-align: center; }

[data-page-bundle="preferredwarehouses"] #preferred_warehouse_form .preferred_warehouse-list {
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between; }
  @media screen and (max-width: 1200px) {
    [data-page-bundle="preferredwarehouses"] #preferred_warehouse_form .preferred_warehouse-list {
      grid-template-columns: auto auto auto; } }
  @media screen and (max-width: 1000px) {
    [data-page-bundle="preferredwarehouses"] #preferred_warehouse_form .preferred_warehouse-list {
      grid-template-columns: auto auto; } }
  @media screen and (max-width: 500px) {
    [data-page-bundle="preferredwarehouses"] #preferred_warehouse_form .preferred_warehouse-list {
      display: block; } }

[data-page-bundle="preferredwarehouses"] #preferred_warehouse_form .warehouse-name {
  font-weight: bold;
  text-transform: uppercase; }

[data-page-bundle="metelproductlist"] .metel_productlist-title {
  text-align: center;
  padding-bottom: 20px; }

[data-page-bundle="openorders"] .openorders-title {
  text-align: center;
  padding-bottom: 20px; }

[data-page-bundle="openorders"] .openorder-lists-table {
  width: 100%; }

[data-page-bundle="openorders"] .openorder-lists-table thead {
  border-bottom: 1px solid black; }

[data-page-bundle="openorders"] .openorder-lists-table tbody tr {
  border-bottom: 1px solid #ccc; }

[data-page-bundle="openorders"] .openorder-lists-table th .t-align-c {
  text-align: center;
  padding: 10px;
  font-weight: 700;
  font-size: 15px; }

[data-page-bundle="openorders"] .openorder-lists-table tr .t-align-c {
  text-align: center;
  padding: 10px; }

[data-page-bundle="openorders"] .openorder-lists-table tr .t-align-r {
  text-align: right;
  padding: 10px; }

[data-page-bundle="openorders"] .openorder-lists-table tr .t-align-l {
  text-align: left;
  padding: 10px; }

[data-page-bundle="openorders"] .openorder-lists-table tr a {
  cursor: pointer; }

[data-page-bundle="openorders"] .openorder-lists-table .account-orderStatus-label {
  background-color: #eeeeee;
  color: black;
  display: inline-block;
  font-size: 16px;
  line-height: 15px;
  margin: 0 0 0.35714rem;
  padding: 10px 20px 10px 20px; }

[data-page-bundle="addressbook"] .address-lists-wrap .filter-box {
  justify-content: unset !important;
  gap: 15px; }

[data-page-bundle="addressbook"] #country_filter {
  margin: 0;
  font-size: 14px;
  min-height: 33px; }

[data-page-bundle="quotes"] .filter-field:has(#filter-quotes-createdBy-input) {
  display: none; }

[data-page-bundle="quotes"] .filter-fields .filter-status {
  width: auto !important; }
  [data-page-bundle="quotes"] .filter-fields .filter-status #filter-quotes-status-input {
    font-size: 14px;
    min-height: 44px;
    margin: 0; }

[data-page-bundle="buyagain"] .old_price {
  text-decoration: line-through; }

[data-page-bundle="quickorderpad"] .file-upload-drop {
  cursor: pointer; }

[data-page-bundle="quickorderpad"] .quick-order-pad-table .more-results.pagination-list {
  margin: 0; }

[data-page-bundle="quickorderpad"] .quick-order-pad-table thead > tr > th {
  font-size: 16px !important; }

[data-page-bundle="quickorderpad"] .th-col-message {
  padding: 0 !important; }
  [data-page-bundle="quickorderpad"] .th-col-message:not(:empty) {
    padding: 9px 12px !important; }

[data-page-bundle="shoppinglist"] .shopping-list-table .product-title {
  visibility: hidden; }

[data-page-bundle="shoppinglist"] #shopping_list_table .input-text {
  width: 80px !important; }

.cart-page .cart-item-quantity {
  overflow: visible;
  position: relative; }
  .cart-page .cart-item-quantity--error {
    color: #D21D01;
    font-size: 14px;
    max-width: 160px;
    position: absolute;
    text-align: left;
    top: 45px; }

.cart-page .cart-stock-availability {
  margin-top: 20px;
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 14px; }
  .cart-page .cart-stock-availability li + li {
    margin-top: 7px; }
  .cart-page .cart-stock-availability .icon-default {
    margin-left: 0;
    margin-right: 3px; }
  .cart-page .cart-stock-availability span[class^="pickup-availability-"],
  .cart-page .cart-stock-availability span[class^="web-availability-"] {
    vertical-align: top; }
  .cart-page .cart-stock-availability .cart-availability__num {
    font-weight: bold; }

.category {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: minmax(40px, max-content);
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .category {
      grid-template-columns: 300px calc(100% - 315px);
      grid-column-gap: 15px; } }
  .category .page-sidebar {
    grid-column: 1;
    grid-row: 1;
    padding: 0; }
    @media (min-width: 801px) {
      .category .page-sidebar {
        float: none;
        grid-column: 1;
        grid-row: 1 / span 2;
        width: 100%; } }
  .category .category-options {
    margin-bottom: 20px;
    grid-column: 1;
    grid-row: 2; }
    @media screen and (max-width: 801px) {
      .category .category-options {
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-template-rows: 1fr auto;
        row-gap: 7px;
        padding: 0 0.75rem; } }
    @media (min-width: 801px) {
      .category .category-options {
        align-items: center;
        display: flex;
        flex-flow: row wrap;
        grid-column: 2;
        grid-row: 1;
        row-gap: 7px; } }
    @media screen and (max-width: 801px) {
      .category .category-options__count {
        order: 2;
        margin: auto 0; } }
    .category .category-options__switcher {
      margin-left: 20px;
      margin-right: auto; }
      @media screen and (max-width: 801px) {
        .category .category-options__switcher {
          order: 3;
          justify-self: right;
          margin-right: 0; } }
    .category .category-options__filter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      @media screen and (max-width: 801px) {
        .category .category-options__filter {
          display: block;
          order: 1;
          grid-column-start: 1;
          grid-column-end: 3; } }
      @media screen and (max-width: 801px) {
        .category .category-options__filter .actionBar-section {
          float: none; } }
      .category .category-options__filter .actionBar,
      .category .category-options__filter .form-field {
        margin: 0; }
  .category .page-content {
    grid-column: 1;
    grid-row: 3;
    padding: 0; }
    @media (min-width: 801px) {
      .category .page-content {
        grid-column: 2;
        grid-row: 2; } }
    @media screen and (max-width: 801px) {
      .category .page-content {
        padding: 0 0.75rem; } }
  .category .productCard--grid {
    margin-bottom: 1.5rem;
    width: 50%; }
    @media (min-width: 1000px) {
      .category .productCard--grid {
        width: 33.33%; } }
    @media (min-width: 1200px) {
      .category .productCard--grid {
        width: 25%; } }

.category-onlysub {
  grid-template-columns: auto;
  grid-template-rows: auto; }

.category-items {
  padding-bottom: 20px; }
  @media screen and (min-width: 801px) {
    .category-items {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
      justify-content: center;
      align-items: center;
      column-gap: 1rem;
      row-gap: 1rem; } }
  @media screen and (min-width: 961px) {
    .category-items {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
      justify-content: center;
      align-items: center;
      column-gap: 1rem;
      row-gap: 1rem; } }

.category-item {
  display: grid;
  grid-template-columns: 85% 15%;
  justify-content: center;
  align-items: center;
  column-gap: 0.5rem;
  text-decoration: none; }
  @media screen and (min-width: 801px) {
    .category-item {
      height: 112px;
      border: 1px solid #f6f6f6;
      border-radius: 8px;
      padding-left: 20px;
      transition: 0.5s; }
      .category-item:hover {
        box-shadow: rgba(0, 0, 0, 0.17) 0px 0px 15px; } }
  .category-item .img {
    padding: 0.5rem; }
  .category-item .title {
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #4C4C4C;
    text-transform: capitalize;
    margin: 0;
    letter-spacing: 0; }
    @media screen and (min-width: 801px) {
      .category-item .title {
        font-size: 16px;
        line-height: 20px;
        font-weight: 700; } }
  .category-item svg {
    justify-self: end;
    margin-right: 20px; }

.category-root {
  grid-template-columns: repeat(auto-fill, minmax(23%, 1fr));
  grid-template-rows: auto;
  column-gap: 20px;
  row-gap: 30px; }
  .category-root::after, .category-root::before {
    display: none; }
  @media (max-width: 991px) {
    .category-root {
      grid-template-columns: repeat(auto-fill, minmax(31%, 1fr)); } }
  @media (max-width: 767px) {
    .category-root {
      grid-template-columns: repeat(auto-fill, minmax(48%, 1fr)); } }

.catagory-img-container a {
  text-decoration: none;
  text-align: center;
  display: block; }
  .catagory-img-container a img {
    transition: 0.3s ease;
    height: 120px;
    width: auto;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto; }
  .catagory-img-container a .catagory-img-container__name {
    transition: 0.3s ease;
    text-transform: capitalize;
    font-size: 20px;
    text-align: center;
    display: block; }
  .catagory-img-container a:hover img {
    filter: invert(20%) sepia(93%) saturate(1435%) hue-rotate(3deg) brightness(107%) contrast(102%); }
  .catagory-img-container a:hover .catagory-img-container__name {
    color: #E62015; }

.grid-list-switcher {
  display: inline-flex;
  background-color: #f9f9f9;
  padding: 10px;
  text-align: center; }
  @media (min-width: 1024px) {
    .grid-list-switcher {
      align-items: center;
      display: flex; } }
  .grid-list-switcher .switcher {
    display: block;
    height: 20px;
    width: 20px;
    position: relative; }
    .grid-list-switcher .switcher + .switcher {
      margin-left: 10px; }
    .grid-list-switcher .switcher svg {
      fill: #757575;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .grid-list-switcher .switcher:hover svg {
      fill: #333333; }
    .grid-list-switcher .switcher.switch-active svg {
      fill: #E62015; }

#faceted-search-container,
#faceted-search-container-algolia {
  padding: 0; }
  #faceted-search-container #facetedSearch,
  #faceted-search-container-algolia #facetedSearch {
    background: #F9F9F9;
    padding: 12px; }
    #faceted-search-container #facetedSearch .facetedSearch-toggle,
    #faceted-search-container-algolia #facetedSearch .facetedSearch-toggle {
      padding: 0;
      width: 100%; }
      #faceted-search-container #facetedSearch .facetedSearch-toggle .facetedSearch-toggle-indicator,
      #faceted-search-container-algolia #facetedSearch .facetedSearch-toggle .facetedSearch-toggle-indicator {
        float: none;
        text-align: unset;
        width: 100%; }
      #faceted-search-container #facetedSearch .facetedSearch-toggle .toggleLink-text--off,
      #faceted-search-container-algolia #facetedSearch .facetedSearch-toggle .toggleLink-text--off {
        text-transform: uppercase;
        color: #FFFFFF;
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        border: 1px solid #4C4C4C;
        background-color: #4C4C4C;
        padding: 10px 8px; }
        #faceted-search-container #facetedSearch .facetedSearch-toggle .toggleLink-text--off .icon,
        #faceted-search-container-algolia #facetedSearch .facetedSearch-toggle .toggleLink-text--off .icon {
          width: 24px;
          height: 24px;
          float: right; }
          #faceted-search-container #facetedSearch .facetedSearch-toggle .toggleLink-text--off .icon svg,
          #faceted-search-container-algolia #facetedSearch .facetedSearch-toggle .toggleLink-text--off .icon svg {
            fill: #FFFFFF; }
      #faceted-search-container #facetedSearch .facetedSearch-toggle .toggleLink-text--on,
      #faceted-search-container-algolia #facetedSearch .facetedSearch-toggle .toggleLink-text--on {
        text-transform: uppercase;
        color: #FFFFFF;
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        border: 1px solid #E62015;
        background-color: #E62015;
        padding: 10px 8px; }
        #faceted-search-container #facetedSearch .facetedSearch-toggle .toggleLink-text--on .icon,
        #faceted-search-container-algolia #facetedSearch .facetedSearch-toggle .toggleLink-text--on .icon {
          width: 24px;
          height: 24px;
          float: right; }
          #faceted-search-container #facetedSearch .facetedSearch-toggle .toggleLink-text--on .icon svg,
          #faceted-search-container-algolia #facetedSearch .facetedSearch-toggle .toggleLink-text--on .icon svg {
            fill: #FFFFFF; }
    #faceted-search-container #facetedSearch #facetedSearch-navList .accordion--navList,
    #faceted-search-container-algolia #facetedSearch #facetedSearch-navList .accordion--navList {
      border: none;
      margin-top: 1rem;
      margin-bottom: 0; }
      #faceted-search-container #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .facetedSearch-clearLink,
      #faceted-search-container-algolia #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .facetedSearch-clearLink {
        display: none; }
      #faceted-search-container #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation,
      #faceted-search-container-algolia #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation {
        border: none;
        border-bottom: 1px solid #4C4C4C;
        padding: 0 8px; }
        #faceted-search-container #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation .accordion-title,
        #faceted-search-container-algolia #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation .accordion-title {
          font-size: 16px;
          line-height: 20px;
          color: #4C4C4C;
          padding: 9px 0; }
        #faceted-search-container #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation .toggleLink-text--off,
        #faceted-search-container-algolia #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation .toggleLink-text--off {
          fill: #E62015; }
        #faceted-search-container #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation .toggleLink-text--on,
        #faceted-search-container-algolia #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation .toggleLink-text--on {
          fill: #4C4C4C; }
        #faceted-search-container #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation.is-open,
        #faceted-search-container-algolia #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation.is-open {
          border-bottom: 1px solid #E62015; }
      #faceted-search-container #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block #facetedSearch-content--price,
      #faceted-search-container-algolia #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block #facetedSearch-content--price {
        padding: 0;
        margin-bottom: 16px; }
      #faceted-search-container #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .accordion-content,
      #faceted-search-container-algolia #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .accordion-content {
        padding: 15px 12px;
        background-color: #fff; }
        #faceted-search-container #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList-item,
        #faceted-search-container-algolia #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList-item {
          display: flex; }
          #faceted-search-container #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList-item p,
          #faceted-search-container-algolia #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList-item p {
            width: 100%; }
        #faceted-search-container #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList-action--checkbox,
        #faceted-search-container-algolia #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList-action--checkbox {
          padding-top: 6px;
          font-size: 16px;
          line-height: 20px;
          text-transform: capitalize;
          display: grid;
          grid-template-columns: auto 40px;
          gap: 5px; }
          #faceted-search-container #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList-action--checkbox span,
          #faceted-search-container-algolia #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList-action--checkbox span {
            text-align: right;
            font-size: 14px; }
          #faceted-search-container #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList-action--checkbox .navList-action-close,
          #faceted-search-container-algolia #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList-action--checkbox .navList-action-close {
            display: none; }
        #faceted-search-container #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList-action--checkbox::before,
        #faceted-search-container-algolia #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList-action--checkbox::before {
          height: 20px;
          width: 20px;
          border: 2px solid #666666;
          border-radius: 0; }
        #faceted-search-container #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList-action--checkbox::after,
        #faceted-search-container-algolia #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList-action--checkbox::after {
          background-color: #666666;
          height: 18px;
          width: 18px;
          padding-top: 3px;
          content: "✓";
          background-image: none;
          color: #FFFFFF; }
        #faceted-search-container #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .accordion-content.is-open .toggleLink .toggleLink-text,
        #faceted-search-container-algolia #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .accordion-content.is-open .toggleLink .toggleLink-text {
          font-size: 16px;
          line-height: 20px;
          font-weight: 700;
          padding-top: 16px; }
    #faceted-search-container #facetedSearch #facetedSearch-navList .facetedSearch-refineFilters > p,
    #faceted-search-container-algolia #facetedSearch #facetedSearch-navList .facetedSearch-refineFilters > p {
      display: none; }
    #faceted-search-container #facetedSearch #facetedSearch-navList .facetedSearch-refineFilters .sidebarBlock-heading,
    #faceted-search-container-algolia #facetedSearch #facetedSearch-navList .facetedSearch-refineFilters .sidebarBlock-heading {
      display: none; }
      @media only screen and (min-width: 801px) {
        #faceted-search-container #facetedSearch #facetedSearch-navList .facetedSearch-refineFilters .sidebarBlock-heading,
        #faceted-search-container-algolia #facetedSearch #facetedSearch-navList .facetedSearch-refineFilters .sidebarBlock-heading {
          display: block; } }
    #faceted-search-container #facetedSearch #facetedSearch-navList .facetedSearch-refineFilters .inlineList--labels li .facetLabel,
    #faceted-search-container-algolia #facetedSearch #facetedSearch-navList .facetedSearch-refineFilters .inlineList--labels li .facetLabel {
      background: #eb9691;
      border: 1px solid #666666;
      border-radius: 0px;
      color: #4C4C4C;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      padding-top: 5px;
      text-transform: capitalize; }
      #faceted-search-container #facetedSearch #facetedSearch-navList .facetedSearch-refineFilters .inlineList--labels li .facetLabel .icon,
      #faceted-search-container-algolia #facetedSearch #facetedSearch-navList .facetedSearch-refineFilters .inlineList--labels li .facetLabel .icon {
        margin-left: 10px;
        height: 16px;
        width: 16px;
        fill: #4C4C4C; }
    #faceted-search-container #facetedSearch #facetedSearch-navList .navList .navList-action,
    #faceted-search-container-algolia #facetedSearch #facetedSearch-navList .navList .navList-action {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 16px;
      line-height: 20px;
      font-weight: 400; }

.accordion--navList .accordion-block {
  margin-top: 0;
  padding: 0.5rem 0; }

.category .page-sidebar {
  display: block; }
  .category .page-sidebar .facetedSearch-toggle {
    margin-bottom: 0; }
  .category .page-sidebar .facetedSearch-toggle + .facetedSearch-navList,
  .category .page-sidebar .sidebarBlock + .facetedSearch-navList {
    margin-top: 0; }
  .category .page-sidebar .sidebarBlock-heading {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #4C4C4C; }
  .category .page-sidebar .accordion-nav-clear-holder .accordion-title {
    text-transform: uppercase;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px; }
  .category .page-sidebar .accordion-nav-clear-holder .accordion-navigation {
    border-bottom: 0 !important;
    background: #F9F9F9;
    width: 100%;
    border-radius: 0;
    padding: 0 10px !important; }
    .category .page-sidebar .accordion-nav-clear-holder .accordion-navigation .accordion-title {
      color: #4C4C4C; }
    .category .page-sidebar .accordion-nav-clear-holder .accordion-navigation.is-open {
      background: #4C4C4C; }
      .category .page-sidebar .accordion-nav-clear-holder .accordion-navigation.is-open .accordion-title {
        color: #FFFFFF !important; }
      .category .page-sidebar .accordion-nav-clear-holder .accordion-navigation.is-open svg {
        fill: #FFFFFF !important; }
    .category .page-sidebar .accordion-nav-clear-holder .accordion-navigation svg {
      fill: #E62015 !important; }

.ais-SearchBox,
.sortByContainer {
  display: none; }

.changeDisplayContainer {
  display: grid;
  grid-template-columns: 1fr 1fr 3fr;
  padding: 20px;
  gap: 30px;
  align-items: center; }

.changeDisplayBtns {
  background: #f9f9f9;
  padding: 8px 10px 5px;
  display: flex;
  gap: 10px;
  width: fit-content; }
  .changeDisplayBtns button {
    padding: 0; }
    .changeDisplayBtns button svg {
      margin: 0; }
    .changeDisplayBtns button.colorChange svg {
      fill: #E62015; }

.ais-Hits-list {
  margin: 0 auto;
  max-width: 114.28571rem;
  width: 100%;
  margin: 0;
  list-style: none;
  width: 100%;
  display: flex;
  flex-flow: row wrap; }
  .ais-Hits-list:before, .ais-Hits-list:after {
    content: " ";
    display: table; }
  .ais-Hits-list:after {
    clear: both; }

.ais-Hits-item {
  display: block;
  font-size: inherit;
  line-height: inherit;
  background-color: #FFF;
  padding: 10px;
  box-shadow: none;
  margin-bottom: 1.5rem;
  width: 50%; }
  @media (min-width: 1000px) {
    .ais-Hits-item {
      width: 33.33%; } }
  @media (min-width: 1200px) {
    .ais-Hits-item {
      width: 25%; } }
  @media only screen and (min-width: 801px) {
    .ais-Hits-item:hover .card-body-hover {
      opacity: 1; } }

.cl .ais-Hits-item {
  width: 100%;
  margin-bottom: 0; }

.ais-CurrentRefinements-label {
  display: none; }

.ais-CurrentRefinements-item {
  margin: 0px 10px 10px 0;
  background-color: transparent;
  border: none;
  border-radius: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: #333;
  display: inline-block;
  padding: 0; }

.ais-CurrentRefinements-category {
  background: #ffd9c0;
  border: 1px solid #666;
  border-radius: 0;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 5px 10px;
  margin: 0;
  justify-content: space-between; }

.ais-CurrentRefinements-list {
  display: block; }

.ais-CurrentRefinements-delete {
  margin-left: 0.5rem;
  font-size: 10px;
  line-height: 20px;
  font-weight: 700;
  color: #333; }

.ais-Panel {
  background-color: #FFF;
  margin-bottom: 1rem; }
  .ais-Panel .ais-Panel-header {
    display: flex;
    background-color: #333;
    cursor: pointer;
    transition: 0.4s;
    margin-bottom: 10px;
    justify-content: space-between;
    position: relative; }
    .ais-Panel .ais-Panel-header span {
      padding: 10px;
      width: 100%;
      font-size: 16px;
      line-height: 20px;
      color: #ffffff;
      font-weight: 100; }
    .ais-Panel .ais-Panel-header .ais-Panel-collapseButton {
      width: 100%;
      bottom: 0; }
      .ais-Panel .ais-Panel-header .ais-Panel-collapseButton span {
        padding: 0; }
      .ais-Panel .ais-Panel-header .ais-Panel-collapseButton .collapseIcon {
        padding: 10px;
        text-align: right;
        font-size: 20px; }
  .ais-Panel .ais-Panel-body {
    padding: 0 12px 8px; }
  .ais-Panel.ais-Panel--collapsed .ais-Panel-header {
    background-color: #f9f9f9; }
    .ais-Panel.ais-Panel--collapsed .ais-Panel-header span {
      color: #333; }
    .ais-Panel.ais-Panel--collapsed .ais-Panel-header .collapseIcon {
      color: #E62015; }
  .ais-Panel .ais-RefinementList-label {
    display: grid;
    grid-template-columns: 20px auto 40px;
    padding-top: 6px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 20px;
    gap: 5px; }
  .ais-Panel .ais-RefinementList-checkbox {
    height: 20px;
    width: 20px;
    border: 2px solid #666;
    border-radius: 0;
    box-shadow: none; }
  .ais-Panel .ais-RefinementList-item--selected .ais-RefinementList-checkbox {
    background-color: #666;
    background-image: url("https://cdn11.bigcommerce.com/s-zwlb9zqvhz/images/stencil/original/image-manager/icons8-tick-64.png?t=1686220076");
    border-color: transparent;
    background-repeat: no-repeat; }
  .ais-Panel .ais-RefinementList-count {
    justify-self: end;
    background: transparent;
    border: none;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    padding: 0; }
    .ais-Panel .ais-RefinementList-count::before {
      content: "("; }
    .ais-Panel .ais-RefinementList-count::after {
      content: ")"; }
  .ais-Panel .ais-RefinementList-showMore {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    background: transparent;
    border: none;
    box-shadow: none;
    color: #333;
    padding: 0;
    border-radius: 0;
    margin-top: 5px;
    overflow: hidden;
    text-decoration: underline; }
    .ais-Panel .ais-RefinementList-showMore:focus, .ais-Panel .ais-RefinementList-showMore:hover {
      background-image: none;
      border-color: none;
      box-shadow: none;
      outline: none; }

.ais-Pagination-list {
  justify-content: center; }

.ais-Pagination-link {
  border: none;
  box-shadow: none;
  color: #333;
  font-size: 16px;
  line-height: 20px; }

.ais-Pagination-item + .ais-Pagination-item > .ais-Pagination-link {
  box-shadow: none; }

.ais-Pagination-item--disabled {
  display: none; }

.ais-Pagination-link,
.ais-Pagination-link:hover,
.ais-Pagination-link:focus {
  background-image: none;
  border-color: none;
  box-shadow: none; }

.ais-SortBy-select {
  border: none;
  box-shadow: none;
  outline-style: none !important;
  overflow: hidden !important; }

.ais-SortBy-select:hover,
.ais-SortBy-select:active {
  background-image: url('data:image/svg+xml;utf8,<svg width="14" height="24" xmlns="http://www.w3.org/2000/svg"><g stroke="%23777aaf" stroke-width="2" fill="none" fill-rule="evenodd"><path d="M13 7L7 1 1 7M1 17l6 6 6-6"/></g></svg>');
  outline-style: none !important;
  overflow: hidden !important;
  border-color: unset;
  border: none !important;
  box-shadow: none !important; }

.ais-SortBy-select:focus {
  outline: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background-color: none;
  background-image: url('data:image/svg+xml;utf8,<svg width="14" height="24" xmlns="http://www.w3.org/2000/svg"><g stroke="%23777aaf" stroke-width="2" fill="none" fill-rule="evenodd"><path d="M13 7L7 1 1 7M1 17l6 6 6-6"/></g></svg>'); }

.ais-SortBy,
.ais-SortBy-select {
  height: 100%; }

.aa-Panel {
  z-index: 999; }
  @media only screen and (max-width: 801px) {
    .aa-Panel {
      width: 100% !important; } }

/* 

.search-panel {
    display: grid;
    grid-template-columns: 1fr 3fr;
}

.search-panel__filters{
    background: #f9f9f9;
    padding: 15px;
}

.panelTitle{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #333;
    text-transform: uppercase;
    padding-bottom: 10px;
}



  @media screen and (max-width: 600px) {
    .panelTitle {
        display: none;
    }
    .changeDisplayContainer {
        grid-template-columns: 1fr 1fr;
    }
    .changeDisplayText{
        order: 2;
    }
    .changeDisplayBtns {
        order: 3;
        justify-self: end;

    }
    .sortByContainer{
        grid-column: 1/3;
        order: 1;
        width: 100%;
    }
    .search-panel {
        display: grid;
        grid-template-columns: 1fr;
    }

    .ais-Panel-header,
    .collapseIcon{
        background: transparent;
        color: #333;
        font-size: 16px;
        line-height: 20px;
    }

    .ais-Panel-header {
        border-bottom: 1px solid #f60;
    }
    .ais-Panel--collapsed .ais-Panel-header {
        border-bottom: 1px solid #333;
    }
    .ais-Panel-header span {
        color: #333;
    }
    .ais-Panel--collapsed .ais-Panel-header span,
    .ais-Panel--collapsed .ais-Panel-header{
    background-color: transparent !important; 
    color: #333 !important;
    }
    .ais-Hits-list {
        grid-template-columns: 1fr 1fr;
    }
    .ais-RefinementList-list {
        padding: 20px 10px;
    }
    .ais-RefinementList-showMore {
        padding-left: 10px;
    }
    .collapsible {
        background-color: #333;
        color: white;
        cursor: pointer;
        padding: 10px 8px;
        width: 100%;
        border: 1px solid #333;
        text-align: left;
        outline: none;
        font-size: 16px;
        line-height: 20px;
        display: block;
      }
      
      .active {
        background-color: #f60;
        border: 1px solid #f60;
      }
      
      .collapsible:after {
        content: '\2304';
        color: white;
        font-weight: bold;
        float: right;
        margin-left: 5px;
      }
      
      .active:after {
        content: "\2303";
      }
      
      .content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        background-color: #f1f1f1;
      }

      

      .gridOverlay a {
        padding: 5px;
      }
  }

  .plpPage:hover {
    color: #f60;
  }

  .aa-container {
    display: grid;
  }

  

 .ais-RefinementList-labelText:hover {
    overflow: visible;
    white-space: normal;
 } */
.account-body {
  margin: 0; }

.page-account-back {
  display: block;
  margin-bottom: 1.5rem; }
  .page-account-back svg {
    width: 20px;
    height: 12px; }

.page_type__orderdetail .account-body {
  display: flex;
  flex-direction: column-reverse; }

.page_type__orderdetail .account-heading {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0 !important;
  border: none; }

.page_type__orderdetail .account-sidebar {
  display: block;
  width: 100%;
  float: none !important;
  padding: 1rem;
  margin-bottom: 1.5rem; }
  .page_type__orderdetail .account-sidebar:not(:empty) {
    background-color: #f9f9f9; }
  .page_type__orderdetail .account-sidebar .account-sidebar-block {
    margin-top: 0; }
  .page_type__orderdetail .account-sidebar .definitionList-key {
    width: 45%;
    float: left;
    margin: 0; }
  .page_type__orderdetail .account-sidebar .definitionList-value {
    width: 55%;
    margin: 0;
    font-weight: bold;
    float: left; }
  @media (min-width: 801px) {
    .page_type__orderdetail .account-sidebar {
      align-items: baseline;
      display: grid;
      grid-template-columns: 50% auto auto; } }

@media (min-width: 801px) {
  .page_type__orderdetail .account-content--fixedSmall {
    width: 100%; } }

.page_type__orderdetail .page-account-list-head {
  display: grid;
  grid-template-columns: 2em calc(100px + 33%) 120px auto 50px 120px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px; }
  .page_type__orderdetail .page-account-list-head .head-title:last-child {
    text-align: right; }

.page_type__orderdetail .account-listItem {
  padding: 1rem 0; }

.page_type__orderdetail .account-product-body {
  display: grid;
  grid-template-columns: 80px 35% 120px auto 50px 120px;
  align-items: center;
  padding: 0; }
  .page_type__orderdetail .account-product-body::after, .page_type__orderdetail .account-product-body::before {
    display: none; }
  .page_type__orderdetail .account-product-body .label-mobile {
    display: none; }

@media (min-width: 1261px) {
  .page_type__orderdetail .account-product-checkItem {
    left: 0; } }

.page_type__orderdetail .account-product-image {
  width: 80px;
  height: 80px;
  float: left; }
  .page_type__orderdetail .account-product-image img {
    object-fit: contain; }

.page_type__orderdetail .account-product-brand h6 {
  margin: 0; }

.page_type__orderdetail .account-product-price {
  text-align: right; }

.page_type__orderdetail .account-orderTotal {
  width: 100%;
  max-width: 450px; }

.page_type__orderdetail .order-details-page-actionBtn {
  clear: right;
  text-align: right;
  width: 100%; }

@media screen and (max-width: 990px) {
  .page_type__orderdetail .account-sidebar {
    padding: 0.75rem; }
    .page_type__orderdetail .account-sidebar .definitionList {
      display: grid;
      grid-template-columns: auto auto; }
      .page_type__orderdetail .account-sidebar .definitionList::before, .page_type__orderdetail .account-sidebar .definitionList::after {
        display: none; }
    .page_type__orderdetail .account-sidebar .definitionList-key,
    .page_type__orderdetail .account-sidebar .definitionList-value {
      width: auto;
      float: none; }
    .page_type__orderdetail .account-sidebar .definitionList-value {
      text-align: right; }
  .page_type__orderdetail .page-account-list-head {
    display: none; }
  .page_type__orderdetail .account-product-body {
    grid-template-columns: 80px auto;
    padding: 0; }
    .page_type__orderdetail .account-product-body .label-mobile {
      display: inline-block;
      font-size: 15px; }
  .page_type__orderdetail .account-product-image {
    grid-row: 1/span 5;
    grid-column: 1; }
  .page_type__orderdetail .account-product-info {
    grid-row: 1;
    grid-column: 2; }
  .page_type__orderdetail .account-product-brand {
    grid-row: 2;
    grid-column: 2; }
    .page_type__orderdetail .account-product-brand h6 {
      display: inline-block; }
  .page_type__orderdetail .account-product-sku {
    grid-row: 3;
    grid-column: 2; }
  .page_type__orderdetail .account-product-qty {
    grid-row: 4;
    grid-column: 2; }
  .page_type__orderdetail .account-product-price {
    grid-row: 5;
    grid-column: 2;
    text-align: left !important; } }

[data-page-bundle="estimate"] .bold {
  font-weight: 700; }

[data-page-bundle="estimate"] .unset {
  color: #c0c0c0; }

[data-page-bundle="estimate"] .item-availability {
  line-height: 1.5;
  display: flex;
  gap: 5px;
  text-transform: uppercase;
  font-weight: bold !important; }

[data-page-bundle="estimate"] .estimate-title {
  line-height: 25px; }

[data-page-bundle="estimate"] .button:has(svg) {
  display: flex;
  align-items: center;
  gap: 10px; }

[data-page-bundle="estimate"] .estimate-logo {
  margin-right: 25px; }
  [data-page-bundle="estimate"] .estimate-logo span {
    display: block;
    width: 120px;
    height: 45px;
    border-radius: 4px;
    border: 2px dashed #c0c0c0;
    font-size: 24px;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    color: #c0c0c0; }
  [data-page-bundle="estimate"] .estimate-logo img {
    max-height: 50px;
    width: auto; }

[data-page-bundle="estimate"] .estimate-rename {
  height: 35px;
  cursor: pointer; }
  [data-page-bundle="estimate"] .estimate-rename[data-disabled] > button {
    cursor: not-allowed !important; }
  [data-page-bundle="estimate"] .estimate-rename .fa-edit {
    color: #cccccc;
    font-size: 22px;
    margin-left: -11px;
    line-height: 35px; }

[data-page-bundle="estimate"] .button--group-upload {
  padding-left: 30px; }
  [data-page-bundle="estimate"] .button--group-upload:hover {
    color: initial; }

[data-page-bundle="estimate"] #upload-photo-form {
  display: flex;
  align-items: center; }
  [data-page-bundle="estimate"] #upload-photo-form:hover {
    color: #CB2C30; }
  [data-page-bundle="estimate"] #upload-photo-form label {
    padding-left: 30px;
    position: absolute;
    background: #fff;
    padding: 10px 15px;
    top: 7px;
    cursor: pointer; }
  [data-page-bundle="estimate"] #upload-photo-form label svg {
    position: absolute;
    left: -14px;
    top: 5px; }
  [data-page-bundle="estimate"] #upload-photo-form #upload-photo {
    max-width: 290px;
    padding-left: 40px;
    border-right: 1px solid #c0c0c0;
    cursor: pointer; }

[data-page-bundle="estimate"] #send-photo {
  max-width: 60px;
  text-align: right;
  border: 0;
  cursor: pointer; }
  [data-page-bundle="estimate"] #send-photo:hover {
    color: #CB2C30; }

[data-page-bundle="estimate"] .page-account-list-head {
  display: grid;
  grid-template-columns: minmax(210px, auto) 100px 150px 100px 200px 80px 100px 100px 50px;
  background-color: #535a5f;
  padding: 15px 20px;
  gap: 10px;
  align-items: center;
  text-align: center; }
  [data-page-bundle="estimate"] .page-account-list-head .head-title {
    color: #ffffff;
    font-weight: bold; }
  [data-page-bundle="estimate"] .page-account-list-head .head-title:last-child {
    text-align: right; }
  [data-page-bundle="estimate"] .page-account-list-head .head-title:first-child {
    text-align: left; }
  [data-page-bundle="estimate"] .page-account-list-head .form-checkbox + .form-label::before {
    border-color: #ffffff; }

[data-page-bundle="estimate"] .estimate-list-container {
  overflow-x: auto;
  margin-bottom: 1.5rem; }
  [data-page-bundle="estimate"] .estimate-list-container ul {
    background-color: #ffffff;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    border: 1px solid #c7c4c4; }

[data-page-bundle="estimate"] .account-listItem {
  padding: 1rem 20px;
  border-bottom: 1px solid #c7c4c4; }
  [data-page-bundle="estimate"] .account-listItem:last-child {
    border-bottom: 0; }
  [data-page-bundle="estimate"] .account-listItem[data-delete-item] .account-product-item:not(.account-product-action) {
    opacity: 0.3;
    pointer-events: none; }
  [data-page-bundle="estimate"] .account-listItem .buyer-quantity {
    width: 100%;
    border: none;
    text-align: center;
    max-width: 130px; }

[data-page-bundle="estimate"] .account-product-title > a {
  text-decoration: underline;
  font-weight: normal; }

[data-page-bundle="estimate"] .messagesArea {
  display: none; }

[data-page-bundle="estimate"] .messagesArea,
[data-page-bundle="estimate"] .alreadyOrdered {
  box-shadow: 0px 0px 16px rgba(146, 143, 143, 0.2);
  border-radius: 5px;
  font-weight: bold;
  padding: 10px 15px;
  margin-bottom: 20px;
  color: #CB2C30; }

[data-page-bundle="estimate"] .buyer-quantity-label {
  font-size: 12px;
  color: #CB2C30;
  font-weight: bold; }

[data-page-bundle="estimate"] .estimate--warning {
  font-size: 12px;
  color: #CB2C30;
  padding-bottom: 5px; }
  [data-page-bundle="estimate"] .estimate--warning.qtyBuyer--message, [data-page-bundle="estimate"] .estimate--warning.qtyBuyer--message-max {
    display: none; }
    [data-page-bundle="estimate"] .estimate--warning.qtyBuyer--message.show, [data-page-bundle="estimate"] .estimate--warning.qtyBuyer--message-max.show {
      display: block; }

[data-page-bundle="estimate"] .account-product-body {
  display: grid;
  grid-template-columns: 80px minmax(120px, auto) 100px 150px 100px 200px 80px 100px 100px 50px;
  align-items: center;
  gap: 10px; }
  [data-page-bundle="estimate"] .account-product-body::after, [data-page-bundle="estimate"] .account-product-body::before {
    display: none; }
  [data-page-bundle="estimate"] .account-product-body .account-product {
    text-align: center; }
  [data-page-bundle="estimate"] .account-product-body .label-mobile {
    display: none; }

@media (min-width: 1261px) {
  [data-page-bundle="estimate"] .account-product-checkItem {
    left: 0; } }

[data-page-bundle="estimate"] .account-product-image {
  max-width: 80px; }

[data-page-bundle="estimate"] .account-product .form-select--small {
  max-width: 4rem; }

[data-page-bundle="estimate"] .form-select--small {
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid #DBDADA !important;
  padding: 0 0 0 10px;
  font-size: 14px;
  height: 44px;
  background-position: right .5rem bottom 1rem;
  background-size: 1.125rem; }

[data-page-bundle="estimate"] .form-input--small {
  font-size: 14px;
  height: 36px;
  line-height: 17px; }
  [data-page-bundle="estimate"] .form-input--small.estimate-increase {
    height: 44px !important; }

[data-page-bundle="estimate"] .form-input--price {
  border: 0;
  border-bottom: 1px solid #DBDADA;
  border-radius: 0; }
  [data-page-bundle="estimate"] .form-input--price::-webkit-outer-spin-button, [data-page-bundle="estimate"] .form-input--price::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  [data-page-bundle="estimate"] .form-input--price[type=number] {
    -moz-appearance: textfield;
    /* Firefox */ }

[data-page-bundle="estimate"] .qty-wraper {
  width: 170px;
  padding: 0;
  display: grid;
  grid-template-columns: 40px calc(100% - 80px) 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid #DBDADA;
  border-radius: 4px;
  text-align: center;
  margin: 0 auto; }
  [data-page-bundle="estimate"] .qty-wraper .btn-qty-decrease,
  [data-page-bundle="estimate"] .qty-wraper .btn-qty-increase {
    font-size: 18px;
    cursor: pointer;
    line-height: 18px;
    padding: 12px; }
    [data-page-bundle="estimate"] .qty-wraper .btn-qty-decrease[data-disabled],
    [data-page-bundle="estimate"] .qty-wraper .btn-qty-increase[data-disabled] {
      cursor: not-allowed !important; }
  [data-page-bundle="estimate"] .qty-wraper .form-input {
    padding: 0;
    max-width: 100%;
    line-height: 18px;
    height: 18px;
    color: #000;
    text-align: center;
    border: 0; }

[data-page-bundle="estimate"] .estimate-increase-field {
  width: 170px;
  padding: 10px;
  display: grid;
  grid-template-columns: calc(100% - 100px) 100px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 2px solid #f4f4f4;
  border-radius: 24px;
  text-align: center;
  margin: 0 auto; }

[data-page-bundle="estimate"] .list-button-remove {
  margin: 0;
  padding: 7px; }

[data-page-bundle="estimate"] .account-product-action {
  text-align: center; }

[data-page-bundle="estimate"] #add-costs {
  padding: 20px;
  width: 100%;
  overflow-x: auto;
  border: 1px solid #c7c4c4;
  border-radius: 4px; }
  [data-page-bundle="estimate"] #add-costs .cost-list-container .cost-listItem {
    display: grid;
    grid-template-columns: 30px 220px 120px 220px;
    align-items: center;
    gap: 30px;
    padding: 20px 0; }
    [data-page-bundle="estimate"] #add-costs .cost-list-container .cost-listItem svg {
      vertical-align: middle;
      width: 25px;
      height: 25px; }
    [data-page-bundle="estimate"] #add-costs .cost-list-container .cost-listItem .add-to-estimate {
      margin: auto 0; }

[data-page-bundle="estimate"] #add-products .quick_search--container_item .form-input {
  max-width: 500px;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7.33138' cy='7.33333' r='5.83333' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.498 11.5L15.6647 15.6667' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: 15px;
  background-repeat: no-repeat;
  padding: 0 0 0 42px;
  border-radius: 3px;
  border: 1px solid #d9d9d9; }
  [data-page-bundle="estimate"] #add-products .quick_search--container_item .form-input:focus-within {
    border-color: #333333;
    box-shadow: 0 0 0 3px #D9D9D6; }
  [data-page-bundle="estimate"] #add-products .quick_search--container_item .form-input::placeholder {
    color: inherit; }

[data-page-bundle="estimate"] #add-products .quickSearchResults {
  background: transparent;
  border: none;
  box-shadow: none;
  position: relative;
  z-index: 1; }
  [data-page-bundle="estimate"] #add-products .quickSearchResults .productCard--list {
    overflow-x: auto;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    margin-bottom: 20px !important;
    cursor: inherit; }
    [data-page-bundle="estimate"] #add-products .quickSearchResults .productCard--list .card .card-body {
      grid-template-columns: 30% auto;
      padding: 0; }
      [data-page-bundle="estimate"] #add-products .quickSearchResults .productCard--list .card .card-body .card-product-name {
        margin-bottom: 5px; }
        [data-page-bundle="estimate"] #add-products .quickSearchResults .productCard--list .card .card-body .card-product-name a {
          font-size: 14px; }
      [data-page-bundle="estimate"] #add-products .quickSearchResults .productCard--list .card .card-body .card-product-sku-brand {
        display: flex;
        flex-direction: column;
        gap: 2px;
        color: #666666;
        font-size: 12px; }
      [data-page-bundle="estimate"] #add-products .quickSearchResults .productCard--list .card .card-body .card-price {
        display: grid;
        grid-template-columns: 130px 50% auto;
        gap: 10px;
        align-items: center;
        justify-items: center; }
        [data-page-bundle="estimate"] #add-products .quickSearchResults .productCard--list .card .card-body .card-price .price-promo-ctn {
          justify-self: right; }
        [data-page-bundle="estimate"] #add-products .quickSearchResults .productCard--list .card .card-body .card-price .baged {
          display: inline-block; }
    [data-page-bundle="estimate"] #add-products .quickSearchResults .productCard--list .card .card-body__actions {
      grid-template-columns: auto 170px;
      column-gap: 20px;
      align-items: center; }
      [data-page-bundle="estimate"] #add-products .quickSearchResults .productCard--list .card .card-body__actions .qty-wraper,
      [data-page-bundle="estimate"] #add-products .quickSearchResults .productCard--list .card .card-body__actions .buyer-quantity {
        width: 50%;
        border: none;
        text-align: center;
        max-width: 130px;
        margin: 0 auto; }
      [data-page-bundle="estimate"] #add-products .quickSearchResults .productCard--list .card .card-body__actions .qty-wraper {
        border-radius: 0;
        padding: 0 0 5px 0;
        margin-bottom: 2px;
        border-bottom: 1px solid #ddd; }
      [data-page-bundle="estimate"] #add-products .quickSearchResults .productCard--list .card .card-body__actions .estimate-qty-container {
        margin-top: 10px; }
      [data-page-bundle="estimate"] #add-products .quickSearchResults .productCard--list .card .card-body__actions .estimate-qty-container .label-qty {
        width: 50%; }
      [data-page-bundle="estimate"] #add-products .quickSearchResults .productCard--list .card .card-body__actions .card-actions__cart {
        min-height: 0; }
        [data-page-bundle="estimate"] #add-products .quickSearchResults .productCard--list .card .card-body__actions .card-actions__cart:has(.button) {
          min-height: 50px; }
  [data-page-bundle="estimate"] #add-products .quickSearchResults .add-product-to-estimate {
    width: 100%; }
  [data-page-bundle="estimate"] #add-products .quickSearchResults .get-availability {
    width: 100%;
    margin-bottom: 6px; }

[data-page-bundle="estimate"] .estimate-total {
  display: flex;
  /* padding: 16px 32px 0 0; */
  align-items: flex-end;
  line-height: 38px;
  border-radius: 4px;
  margin-bottom: 15px;
  flex-direction: column;
  min-width: 350px; }
  [data-page-bundle="estimate"] .estimate-total .estimate-total-td {
    font-weight: bold; }
  [data-page-bundle="estimate"] .estimate-total td.estimate-total-td + td {
    float: right; }
  [data-page-bundle="estimate"] .estimate-total table {
    margin-bottom: 25px;
    width: 100%; }

[data-page-bundle="estimate"] .estimate-save-btn-wrap,
[data-page-bundle="estimate"] .estimate-checkout-btn-wrap {
  width: 100%; }
  [data-page-bundle="estimate"] .estimate-save-btn-wrap .button,
  [data-page-bundle="estimate"] .estimate-checkout-btn-wrap .button {
    width: 100%; }

[data-page-bundle="estimate"] #date-picker {
  background-color: transparent; }

[data-page-bundle="estimate"] .date-picker-form svg {
  vertical-align: -3px; }

@media screen and (max-width: 1350px) {
  [data-page-bundle="estimate"] .page-account-list-head {
    align-items: center;
    line-height: 20px; } }

@media screen and (max-width: 1260px) {
  [data-page-bundle="estimate"] .account-product-body {
    padding-left: 0; }
  [data-page-bundle="estimate"] .estimate-list-container ul,
  [data-page-bundle="estimate"] .page-account-list-head {
    width: 1210px; } }

@media screen and (max-width: 1150px) {
  [data-page-bundle="estimate"] .estimate-list-container {
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    [data-page-bundle="estimate"] .estimate-list-container::-webkit-scrollbar {
      height: 10px; }
    [data-page-bundle="estimate"] .estimate-list-container::-webkit-scrollbar-track {
      background: #f1f1f1; }
    [data-page-bundle="estimate"] .estimate-list-container::-webkit-scrollbar-thumb {
      background: #A8A8A8; }
    [data-page-bundle="estimate"] .estimate-list-container::-webkit-scrollbar-thumb:hover {
      background: #555;
      cursor: pointer; } }

.wg-teaser {
  overflow: hidden; }
  .wg-teaser:not(.slick-initialized) {
    display: grid;
    grid-template-columns: 1fr; }
    .wg-teaser:not(.slick-initialized) .wg-teaser__item {
      grid-row: 1; }
  .wg-teaser__item {
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    min-height: 531px;
    border-bottom: 1px solid #F9F9F9; }
    .wg-teaser__item::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    @media screen and (max-width: 1440px) {
      .wg-teaser__item {
        min-height: 400px; } }
  .wg-teaser__content {
    position: absolute;
    z-index: 1;
    min-width: 50%;
    max-width: 70%;
    padding: 0 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .wg-teaser__content__title {
      font-size: 48px;
      line-height: 52px; }
    .wg-teaser__content__subtitle {
      font-size: 20px;
      line-height: 24px;
      padding-top: 20px; }
    .wg-teaser__content__btn {
      margin-top: 25px;
      margin-bottom: 0; }
    .wg-teaser__content__text.hasOverlay {
      padding: 35px; }
  @media screen and (min-width: 701px) and (max-width: 991px) {
    .wg-teaser__content {
      max-width: 85% !important; }
      .wg-teaser__content__title {
        font-size: 38px;
        line-height: 42px; }
      .wg-teaser__content__subtitle {
        font-size: 18px;
        line-height: 22px; }
      .wg-teaser__content__text.hasOverlay {
        padding: 15px; } }
  @media screen and (max-width: 700px) {
    .wg-teaser__item {
      background-image: none !important; }
      .wg-teaser__item::after {
        display: none !important; }
    .wg-teaser__imgmobile {
      height: 200px;
      background-size: cover;
      background-repeat: no-repeat; }
    .wg-teaser__content {
      position: static;
      transform: none;
      padding: 20px;
      width: 100%; }
      .wg-teaser__content__title {
        font-size: 32px;
        line-height: 36px; }
      .wg-teaser__content__subtitle {
        font-size: 16px;
        line-height: 20px;
        padding-top: 15px;
        font-weight: normal;
        color: #333 !important; }
      .wg-teaser__content__btn {
        margin-top: 20px; }
      .wg-teaser__content__text.hasOverlay {
        padding: 0; }
    .wg-teaser .slick-arrow {
      display: none; } }
  .wg-teaser .slick-arrow {
    width: 32px; }
  .wg-teaser .slick-next {
    right: 0; }
  .wg-teaser .slick-prev {
    left: 0; }

.wg-maps {
  min-height: 370px; }
  .wg-maps::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    height: 20px;
    z-index: 9999; }
  .wg-maps.leaflet-container a {
    color: #E62015 !important;
    font-size: 14px; }

.wg-countdown {
  text-align: center;
  font-weight: bold;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  .wg-countdown::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .wg-countdown__content {
    max-width: 700px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    position: relative;
    z-index: 1; }
  .wg-countdown .cd__num {
    padding-bottom: 10px; }
  .wg-countdown .cd__label,
  .wg-countdown .wg-countdown__date {
    font-weight: normal; }
  .wg-countdown .wg-countdown__d,
  .wg-countdown .wg-countdown__h,
  .wg-countdown .wg-countdown__m {
    position: relative; }
    .wg-countdown .wg-countdown__d::after,
    .wg-countdown .wg-countdown__h::after,
    .wg-countdown .wg-countdown__m::after {
      content: ":";
      position: absolute;
      right: -5px;
      top: 0; }
  .wg-countdown--small {
    font-size: 30px;
    line-height: 30px; }
    .wg-countdown--small .cd__label,
    .wg-countdown--small .wg-countdown__date {
      font-size: 15px;
      line-height: 15px; }
  .wg-countdown--medium {
    font-size: 45px;
    line-height: 45px; }
    .wg-countdown--medium .cd__label,
    .wg-countdown--medium .wg-countdown__date {
      font-size: 20px;
      line-height: 20px; }
  .wg-countdown--large {
    font-size: 68px;
    line-height: 68px; }
    .wg-countdown--large .cd__label {
      font-size: 25px;
      line-height: 25px; }
  @media screen and (max-width: 400px) {
    .wg-countdown--large, .wg-countdown--medium {
      font-size: 30px;
      line-height: 30px; }
      .wg-countdown--large .cd__label,
      .wg-countdown--large .wg-countdown__date, .wg-countdown--medium .cd__label,
      .wg-countdown--medium .wg-countdown__date {
        font-size: 15px;
        line-height: 15px; } }

.wg-hero-box {
  position: relative;
  overflow: hidden;
  /* Overlay */
  /* Sizes */
  /* Content */ }
  .wg-hero-box::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0; }
  .wg-hero-box__title, .wg-hero-box__subtitle {
    padding-bottom: 20px; }
  .wg-hero-box__title,
  .wg-hero-box__title p {
    font-weight: bold;
    margin-bottom: 0; }
  .wg-hero-box__subtitle p {
    margin-bottom: 0; }
  .wg-hero-box__video video,
  .wg-hero-box__video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    object-fit: cover; }
  .wg-hero-box__video iframe {
    width: 100vw;
    height: 100vh; }
  @media (min-aspect-ratio: 16 / 9) {
    .wg-hero-box__video iframe {
      /* height = 100 * (9 / 16) = 56.25 */
      height: 56.25vw; } }
  @media (max-aspect-ratio: 16 / 9) {
    .wg-hero-box__video iframe {
      /* width = 100 / (9 / 16) = 177.777777 */
      width: 177.78vh; } }
  .wg-hero-box.wg-size--auto .wg-hero-box__content {
    transform: none; }
  .wg-hero-box.wg-size--small {
    max-height: none;
    height: 300px; }
    .wg-hero-box.wg-size--small .wg-hero-box__title {
      font-size: 30px;
      line-height: 30px; }
    .wg-hero-box.wg-size--small .wg-hero-box__subtitle {
      font-size: 15px;
      line-height: 20px; }
  .wg-hero-box.wg-size--medium {
    max-height: none;
    height: 500px; }
    .wg-hero-box.wg-size--medium .wg-hero-box__title {
      font-size: 45px;
      line-height: 48px; }
    .wg-hero-box.wg-size--medium .wg-hero-box__subtitle {
      font-size: 20px;
      line-height: 25px; }
  .wg-hero-box.wg-size--large, .wg-hero-box.wg-size--full {
    max-height: none;
    height: 650px; }
    .wg-hero-box.wg-size--large .wg-hero-box__title, .wg-hero-box.wg-size--full .wg-hero-box__title {
      font-size: 55px;
      line-height: 55px; }
    .wg-hero-box.wg-size--large .wg-hero-box__subtitle, .wg-hero-box.wg-size--full .wg-hero-box__subtitle {
      font-size: 25px;
      line-height: 32px; }
  .wg-hero-box.wg-size--full {
    height: 100dvh; }
  .wg-hero-box__content {
    position: relative;
    z-index: 1;
    max-width: 70%; }
    .wg-hero-box__content.wg-align--left {
      text-align: left; }
    .wg-hero-box__content.wg-align--center {
      text-align: center;
      margin: auto; }
    .wg-hero-box__content.wg-align--right {
      text-align: right;
      float: right; }
    .wg-hero-box__content.wg-align--middle {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .wg-hero-box__content.wg-align--bottom.wg-align--center {
      left: 0;
      right: 0; }
  @media screen and (max-width: 991px) {
    .wg-hero-box {
      padding: 20px !important; }
      .wg-hero-box.wg-size--medium, .wg-hero-box.wg-size--small, .wg-hero-box.wg-size--large {
        height: auto; }
      .wg-hero-box .wg-hero-box__content {
        max-width: 100%; }
      .wg-hero-box:not(.wg-size--full) .wg-hero-box__content {
        max-width: 100%; }
        .wg-hero-box:not(.wg-size--full) .wg-hero-box__content.wg-align--middle {
          top: 0;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none; } }
  @media screen and (max-width: 700px) {
    .wg-hero-box.wg-size--large, .wg-hero-box.wg-size--full, .wg-hero-box.wg-size--medium, .wg-hero-box.wg-size--small {
      padding: 20px !important; }
    .wg-hero-box.wg-size--medium .wg-hero-box__title, .wg-hero-box.wg-size--medium .wg-hero-box__title p, .wg-hero-box.wg-size--large .wg-hero-box__title, .wg-hero-box.wg-size--large .wg-hero-box__title p {
      font-size: 30px !important;
      line-height: 30px !important; }
    .wg-hero-box.wg-size--medium .wg-hero-box__subtitle, .wg-hero-box.wg-size--medium .wg-hero-box__subtitle p, .wg-hero-box.wg-size--large .wg-hero-box__subtitle, .wg-hero-box.wg-size--large .wg-hero-box__subtitle p {
      font-size: 15px !important;
      line-height: 20px !important; }
    .wg-hero-box.wg-size--full .wg-hero-box__title, .wg-hero-box.wg-size--full .wg-hero-box__title p {
      font-size: 45px;
      line-height: 48px; }
    .wg-hero-box.wg-size--full .wg-hero-box__subtitle, .wg-hero-box.wg-size--full .wg-hero-box__subtitle p {
      font-size: 20px;
      line-height: 25px; } }

.wg-hero-box-avd {
  position: relative;
  overflow: hidden;
  /* Sizes */
  /* Columns */ }
  .wg-hero-box-avd__video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1; }
  .wg-hero-box-avd.wg-size--small {
    padding-top: 20px;
    padding-bottom: 20px; }
  .wg-hero-box-avd.wg-size--medium {
    padding-top: 100px;
    padding-bottom: 100px; }
  .wg-hero-box-avd.wg-size--large {
    padding-top: 200px;
    padding-bottom: 200px; }
  .wg-hero-box-avd.wg-col--1 .wg-box {
    width: 100%; }
  .wg-hero-box-avd.wg-col--2 .wg-box:nth-child(2n) {
    margin-right: 0px !important; }
  .wg-hero-box-avd.wg-col--2 .wg-box:nth-child(2n+1) {
    clear: both; }
  @media only screen and (max-width: 801px) {
    .wg-hero-box-avd.wg-col--2 .wg-box {
      width: 100% !important; } }
  .wg-hero-box-avd.wg-col--3 .wg-box:nth-child(3n) {
    margin-right: 0px !important; }
  .wg-hero-box-avd.wg-col--3 .wg-box:nth-child(3n+1) {
    clear: both; }
  @media only screen and (max-width: 801px) {
    .wg-hero-box-avd.wg-col--3 .wg-box {
      width: 100% !important; } }
  .wg-hero-box-avd.wg-col--4 .wg-box:nth-child(4n) {
    margin-right: 0px !important; }
  .wg-hero-box-avd.wg-col--4 .wg-box:nth-child(4n+1) {
    clear: both; }
  @media only screen and (max-width: 801px) {
    .wg-hero-box-avd.wg-col--4 .wg-box:nth-child(2n) {
      margin-right: 0px !important; } }
  @media only screen and (max-width: 551px) {
    .wg-hero-box-avd.wg-col--4 .wg-box {
      width: 100% !important; } }
  .wg-hero-box-avd .wg-box {
    float: left;
    padding: 20px;
    z-index: 1; }
    .wg-hero-box-avd .wg-box__title {
      font-size: 20px;
      line-height: 24px;
      font-weight: 700;
      margin-bottom: 20px; }
    .wg-hero-box-avd .wg-box__subtitle {
      font-size: 16px;
      line-height: 20px; }
    .wg-hero-box-avd .wg-box__btn {
      margin-top: 20px; }

.wg-modal .modal-close {
  background-color: #fff; }

.wg-modal .modal-body {
  position: relative;
  z-index: 50; }

.wg-modal .modal-body, .wg-modal p {
  font-size: 16px;
  line-height: 20px; }

.wg-modal.modal--full::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center; }

.wg-modal.modal--half::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 575px) {
    .wg-modal.modal--half::after {
      position: static;
      display: block;
      height: 250px; } }

[data-widget-if],
[data-widget-else] {
  display: none; }

.wg-product-set .card-image--default {
  background-image: url("../img/product-default.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: center; }

.wg-text p {
  margin: 0; }

.wg-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }
  .wg-video__player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.wg-carousel-text__item {
  padding: 15px; }

.wg-carousel-text .item-image {
  margin-bottom: 20px; }
  .wg-carousel-text .item-image img {
    width: auto;
    display: inline-block; }

.wg-carousel-text .item-title {
  font-size: 30px; }

.wg-carousel-text .item-title,
.wg-carousel-text .item-subtitle {
  margin-bottom: 10px; }

.wg-carousel-text .item-btn {
  margin-top: 15px; }

.wg-box-action-tooltip .wg-box-action--link {
  position: relative; }
  .wg-box-action-tooltip .wg-box-action--link::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.71429rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .wg-box-action-tooltip .wg-box-action--link::after {
    background-color: #313440;
    border-radius: 0.57143rem;
    color: white;
    content: var(--tooltip-string);
    cursor: default;
    font-size: 1rem;
    padding: 0.28571rem 0.42857rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .wg-box-action-tooltip .wg-box-action--link::before, .wg-box-action-tooltip .wg-box-action--link::after {
    display: none; }
  .wg-box-action-tooltip .wg-box-action--link:focus::before, .wg-box-action-tooltip .wg-box-action--link:focus::after, .wg-box-action-tooltip .wg-box-action--link:hover::before, .wg-box-action-tooltip .wg-box-action--link:hover::after {
    display: block; }
  .wg-box-action-tooltip .wg-box-action--link::after {
    background-color: #333;
    top: unset;
    bottom: calc(100% + 10px);
    right: 50%;
    transform: translateX(50%);
    padding: 5px 15px;
    font-size: 12px;
    width: 100%;
    max-width: 300px;
    text-wrap: wrap; }
  .wg-box-action-tooltip .wg-box-action--link::before {
    top: -10px;
    bottom: 100%;
    right: 50%;
    transform: translateX(50%);
    border-color: #313440 transparent transparent transparent; }

.wg-box-action-tooltip .wg-box-action--link {
  position: relative; }
  .wg-box-action-tooltip .wg-box-action--link::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.71429rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .wg-box-action-tooltip .wg-box-action--link::after {
    background-color: #313440;
    border-radius: 0.57143rem;
    color: white;
    content: var(--tooltip-string);
    cursor: default;
    font-size: 1rem;
    padding: 0.28571rem 0.42857rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .wg-box-action-tooltip .wg-box-action--link::before, .wg-box-action-tooltip .wg-box-action--link::after {
    display: none; }
  .wg-box-action-tooltip .wg-box-action--link:focus::before, .wg-box-action-tooltip .wg-box-action--link:focus::after, .wg-box-action-tooltip .wg-box-action--link:hover::before, .wg-box-action-tooltip .wg-box-action--link:hover::after {
    display: block; }
  .wg-box-action-tooltip .wg-box-action--link::after {
    background-color: #333;
    top: unset;
    bottom: calc(100% + 10px);
    right: 50%;
    transform: translateX(50%);
    padding: 5px 15px;
    font-size: 12px;
    width: 100%;
    max-width: 300px;
    text-wrap: wrap; }
  .wg-box-action-tooltip .wg-box-action--link::before {
    top: -10px;
    bottom: 100%;
    right: 50%;
    transform: translateX(50%);
    border-color: #313440 transparent transparent transparent; }

/************Loading ****************/
.ctm_load_mn .loadingOverlay {
  z-index: 99999; }
  .ctm_load_mn .loadingOverlay:before {
    position: fixed; }

.show-add-to-card .add_cart_btn {
  display: block; }
  .show-add-to-card .add_cart_btn:before {
    display: none; }
  .show-add-to-card .add_cart_btn span {
    display: block; }

.add_cart_btn {
  /*display: none;*/
  position: relative; }
  .add_cart_btn.loading:before {
    display: block; }
  .add_cart_btn.loading span {
    display: none; }
  .add_cart_btn:before {
    content: "";
    display: none;
    width: 10px;
    height: 10px;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-top-color: #333;
    animation: spin 1s linear infinite; }

.navUser-item.navUser-item--cart .dropdown-menu {
  max-height: none; }
  .navUser-item.navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart .previewCartList .previewCartItem {
    padding: 5px; }

body {
  overflow-x: hidden; }

@font-face {
  font-family: "bahnschrift";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/bahnschrift/static/Bahnschrift") format("ttf"); }

@font-face {
  font-family: "bahnschrift";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/bahnschrift/static/Bahnschrift") format("ttf"); }
