@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Montserrat:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@400;500;600&family=Open+Sans:wght@400;500;600;700&display=swap");
input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !important; }

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

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

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

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 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, .h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small, .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, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.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: "Karla", Arial, Helvetica, sans-serif;
  font-weight: 400;
  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, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #444444;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem; }
  h1 small, .h1 small, h1 .small, .h1 .small,
  h2 small,
  .h2 small,
  h2 .small,
  .h2 .small,
  h3 small,
  .h3 small,
  h3 .small,
  .h3 .small,
  h4 small,
  .h4 small,
  h4 .small,
  .h4 .small,
  h5 small,
  .h5 small,
  h5 .small,
  .h5 .small,
  h6 small,
  .h6 small,
  h6 .small,
  .h6 .small {
    color: #757575;
    font-size: 60%;
    line-height: 0; }

h1, .h1 {
  font-size: 28px; }


h2,
.h2 {
  font-size: 25px; }


h3,
.h3 {
  font-size: 22px; }


h4,
.h4 {
  font-size: 20px; }


h5,
.h5 {
  font-size: 15px; }


h6,
.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, .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: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #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: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small, .form-label .small {
    color: #757575;
    font-size: 0.71429rem;
    text-transform: uppercase;
    vertical-align: bottom; }

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

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.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: "Karla", 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='%238f8f8f' 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='%23474747' 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='%238f8f8f' 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='%23474747' 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%; }

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

.carousel-play-pause-button {
  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; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-noanimation {
  transition: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-icon {
  display: flex; }

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

html,
body {
  height: auto; }

body {
  padding-top: 55px; }
  @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;
  font-weight: 400; }

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


h5,
.h5,
h6,
.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, .h1 {
  font-size: 28px; }


h2,
.h2 {
  font-size: 25px; }


h3,
.h3 {
  font-size: 22px; }


h4,
.h4 {
  font-size: 20px; }


h5,
.h5 {
  font-size: 15px; }


h6,
.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, .form-label .small {
  float: right;
  margin-top: 0.35714rem; }

.form-label--inlineSmall small, .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; }

.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; }
  .modal-close::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.71429rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::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; }
  .modal-close::before, .modal-close::after {
    display: none; }
  .modal-close:focus::before, .modal-close:focus::after {
    display: block; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }

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

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px;
  text-align: center; }
  .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; }

ol.breadcrumbs {
  display: none;
  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 {
    border-right: 0.1em solid #757575;
    content: "";
    display: inline-block;
    height: 0.8em;
    margin: 0 0.25rem;
    transform: rotate(15deg); }

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

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

.pagination {
  border-top: 1px solid #ececec;
  margin: 0 30px; }

.pagination-list {
  text-align: center;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 20px;
  align-items: center; }
  .pagination-list li.pagination-item {
    border-right: 1px solid #ececec;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px; }
    .pagination-list li.pagination-item:first-child {
      border-left: 1px solid #ececec; }
    .pagination-list li.pagination-item a {
      display: flex;
      padding: 0;
      height: 100%;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      color: #000; }

.disabled {
  cursor: not-allowed !important; }
  .disabled a {
    pointer-events: none; }

.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-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 !important;
    padding: 0; } }

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

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

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

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

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

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

.facetedSearch-clearLink {
  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 .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; }

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

.form-label--alternate {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 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-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-option {
  border: 1px solid #8f8f8f;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #474747; }
  .form-radio:checked + .form-option {
    border-color: #333333;
    box-shadow: 0 0 0 1px #333333; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.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%; }

@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:focus-within .card-figcaption {
  opacity: 1; }

.card.focus-within .card-figcaption {
  opacity: 1; }

.card-figure {
  margin-top: 0;
  overflow: hidden;
  padding: 3px;
  position: relative; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }
  .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-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 801px) {
    .card-figcaption {
      display: block; } }

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

.card-image {
  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-title > a:hover {
      color: #757575; }

.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-figcaption-button + .card-figcaption-button {
    margin: 0.35714rem 0 0; }

.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; }
    .card--alternate:hover .card-title > a {
      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;
  height: 2.14286rem; }

.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 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 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 {
  color: #333333;
  font-weight: 700;
  padding: 1rem 0.78571rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #757575; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #757575;
      stroke: #757575; }
  .navUser-action .icon {
    height: 0.57143rem;
    width: 0.57143rem;
    margin: -1px 0 0 0.21429rem; }
  .navUser-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

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

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

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

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

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

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 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--compare {
  display: none; }
  .navUser-item--compare.show {
    display: block; }

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

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

.navUser-or {
  color: #333333;
  cursor: default;
  display: inline-block;
  margin: 0 -0.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 {
  background-color: #333333;
  border-radius: 50%;
  color: white;
  display: none;
  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: 55px;
    z-index: 0; }

.navPages {
  background-color: #e5e5e5;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .navPages {
      margin: 0 auto;
      max-width: 85.71429rem;
      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: 85.71429rem;
        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;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: #e5e5e5; } }
  .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: #757575;
    stroke: #757575; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #757575; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #757575;
      stroke: #757575; }
  .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: #e5e5e5;
      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-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left;
      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; }

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

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

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #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 {
      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: 551px) {
    .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-bottom: 0; }
    .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-images {
  margin-bottom: 3rem; }

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

.productView-img-container {
  margin: auto;
  max-width: 500px;
  position: relative;
  width: 100%; }
  .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: 50px; }

.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 #e5e5e5;
  box-sizing: content-box;
  display: flex;
  height: 67px;
  justify-content: center;
  max-width: 75px;
  padding: 2px;
  position: relative;
  width: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #333333; }

.productView-details {
  padding-bottom: 2rem; }

@media (min-width: 801px) {
  .productView-product {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem; } }

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

.productView-title {
  font-size: 20px;
  margin: -0.78571rem 0 0.35714rem; }
  @media (min-width: 801px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 28px; } }

.productView-brand {
  color: #757575;
  font-size: 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;
  margin-bottom: 0.5rem; }
  @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,
.productView-info-value {
  float: left; }
  @media (min-width: 551px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.21429rem;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Montserrat", 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: 1.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;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .productView-options .form-action {
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 801px) {
      .productView-options .form-action .button {
        width: auto; } }
    @media (min-width: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.78571rem; } }
  .productView-options .form-action .button--primary {
    margin-right: 0.78571rem; }

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

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

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

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

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

.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-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; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }
  .compareTable-product .card-figure {
    overflow: visible; }

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

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

.blocker-container {
  position: relative; }

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

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

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

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

.toggle {
  border-top: 1px solid #e5e5e5;
  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: 85.71429rem;
  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: none; }
  @media (min-width: 801px) {
    .facetedSearch-refineFilters {
      display: block; } }

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

.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: 85.71429rem;
  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-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: 0.5rem 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: 551px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 801px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }

.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: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  height: 1.28571rem;
  margin-top: 0.14286rem;
  padding: 0.21429rem;
  transition: background-color 0.15s ease;
  width: 1.28571rem; }
  @media (min-width: 551px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #757575; }

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

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @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: "Montserrat", 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;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.35714rem; }

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

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

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

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

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

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

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

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

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

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

.previewCartAction {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  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; }

.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 {
  height: 0;
  margin-bottom: 1.14286rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.78571rem;
  position: relative;
  margin-bottom: 1.85714rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

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

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

.video {
  display: block;
  margin-bottom: 1.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: 0;
  margin-top: 0;
  text-transform: none; }

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

.previewCart {
  margin: 0 auto;
  max-width: 85.71429rem;
  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: 28px;
  font-weight: bold;
  text-align: center; }

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

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

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

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

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #999999;
  color: #333333;
  left: 1.14286rem;
  padding: 1rem 1.28571rem;
  position: fixed;
  top: 1.14286rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #333333; }

.maintenanceNotice-header {
  font-family: "Montserrat";
  margin: 0 0 0.78571rem; }

body.hasAdminBar {
  padding-top: 55px; }
  @media (min-width: 801px) {
    body.hasAdminBar {
      padding-top: 0; }
      body.hasAdminBar .banners {
        margin-top: 46px; }
      body.hasAdminBar .header {
        padding-top: 46px; } }
  body.hasAdminBar .navPages-container.is-open {
    padding-top: 55px; }

.adminBar {
  background-color: white;
  box-shadow: 0 0.14286rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  display: none;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }
  @media (min-width: 801px) {
    .adminBar {
      display: block; } }
  .adminBar .svg-icon {
    align-self: center;
    display: inline-flex; }
  .adminBar .svg-icon svg {
    height: 1em;
    width: 1em; }
  .adminBar .svg-icon.svg-baseline svg {
    position: relative;
    top: 0.125em; }

.adminBar-logo {
  float: left;
  height: 46px;
  width: 45px; }
  .adminBar-logo svg {
    height: 100%;
    padding: 7px 10px 11px 7px;
    width: 100%; }

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between; }
  .adminBar-content a {
    color: #3e67f8;
    text-decoration: none; }
  .adminBar-content a:hover {
    background-color: #f0f3fe;
    border-radius: 5px; }

.adminBar-private {
  margin-right: auto;
  text-align: left;
  /* Tooltip container */
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */ }
  .adminBar-private a {
    padding: 10px; }
  .adminBar-private span {
    white-space: nowrap; }
  .adminBar-private .tooltip {
    display: inline-block;
    position: relative; }
  .adminBar-private .tooltip .tooltiptext {
    background-color: #313440;
    border-radius: 6px;
    color: #fff;
    padding: 5px 10px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: auto;
    z-index: 1; }
  .adminBar-private .tooltip-bottom {
    left: 50%;
    margin-left: -60px;
    top: 135%; }
  .adminBar-private .tooltip:hover .tooltiptext {
    visibility: visible; }

.adminBar-links {
  margin-left: auto;
  padding-right: 5px;
  text-align: right; }
  .adminBar-links a {
    padding: 10px; }
  .adminBar-links span {
    white-space: nowrap; }

.adminBar-large {
  display: none; }
  @media (min-width: 1261px) {
    .adminBar-large {
      display: initial; } }

.adminBar-close span {
  margin-bottom: 0.25em;
  margin-right: 5px;
  padding: 10px; }

.adminBar-close span:hover {
  background-color: #f0f3fe;
  border-radius: 5px; }

.adminBar-close span svg {
  height: 100%;
  width: 100%; }

.preview {
  font-weight: 400;
  padding-left: 9px; }

.cookieMessage {
  background: #e5e5e5;
  color: #333333;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 801px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1261px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 801px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.78571rem;
    vertical-align: middle;
    width: 66.66667%; } }

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

.login-row {
  margin: 0 auto;
  max-width: 85.71429rem;
  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; }

.et-header-search {
  display: flex;
  padding: 18px 0 0; }
  .et-header-search input {
    background-color: #f4f4f4;
    width: 100%;
    border: none;
    transition: all 300ms ease;
    border-radius: 5px 0 0 5px;
    height: 42px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 10px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif; }
    .et-header-search input::-webkit-input-placeholder {
      /* Edge */
      color: #222; }
    .et-header-search input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #222; }
    .et-header-search input::placeholder {
      color: #222; }
    .et-header-search input:focus {
      outline: none;
      box-shadow: none;
      background-color: #e0e0e0; }
    .et-header-search input:hover {
      background-color: #e0e0e0; }
  .et-header-search button[type='submit'] {
    background-color: #000;
    width: 50px;
    color: #fff;
    border-radius: 0 5px 5px 0;
    font-size: 18px; }

/*Result*/
.quickSearchResults {
  position: absolute;
  top: 100%;
  background: #fff;
  z-index: 1; }

.et-ajax-search-result-wrap {
  box-shadow: 0 2px 10px 0 rgba(74, 73, 74, 0.2);
  border: 1px solid #e2e2e2;
  padding: 30px 20px 20px 20px; }
  .et-ajax-search-result-wrap .prod-title {
    text-align: right;
    font-size: 11px;
    color: #9b9b9b;
    margin: 0;
    padding-bottom: 20px; }
  .et-ajax-search-result-wrap .more-result {
    text-align: center;
    padding-top: 30px; }
  .et-ajax-search-result-wrap .more-result a {
    display: inline-block;
    background: #f4f4f4;
    color: #3c476e;
    border-radius: 50px;
    text-align: center;
    padding: 0 15px; }
    .et-ajax-search-result-wrap .more-result a:hover {
      color: #5c93e8; }

.et-ajax-search-result {
  width: 360px;
  min-height: 100px;
  max-height: 500px;
  overflow-y: scroll; }

.et-search-hover {
  position: absolute;
  left: calc(100% - 5px);
  background: #fff;
  z-index: 1;
  top: 50px;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease;
  width: 390px;
  box-shadow: 0 2px 10px 0 rgba(74, 73, 74, 0.2);
  border: 1px solid #e2e2e2;
  padding: 15px; }
  .et-search-hover .et-search-hover-summary {
    font-size: 14px;
    color: #797979;
    padding-bottom: 10px; }
  .et-search-hover a {
    display: block;
    color: #3c476e; }
    .et-search-hover a:hover {
      color: #5c93e8; }
  .et-search-hover .price-section span {
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 500; }
  .et-search-hover .arrow {
    background: #fff;
    border: 1px solid #e2e2e2;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    position: absolute;
    left: -8px;
    right: unset;
    border-top: none;
    border-right: none;
    box-shadow: -3px 3px 10px -3px rgba(74, 73, 74, 0.2); }

.et-ajax-search-result-list {
  margin-bottom: 10px; }

.et-ajax-search-result-list:hover .et-search-hover {
  visibility: visible;
  opacity: 1; }

.et-ajax-search-result-list-product {
  min-height: 50px;
  position: relative;
  padding-left: 70px;
  display: flex;
  align-items: center; }
  .et-ajax-search-result-list-product a {
    display: block; }
  .et-ajax-search-result-list-product img {
    height: 50px;
    width: auto;
    position: absolute;
    left: 0;
    top: 0; }
  .et-ajax-search-result-list-product h3, .et-ajax-search-result-list-product .h3 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    color: #3c476e; }

.et-search-hover-top {
  padding-left: 170px;
  position: relative;
  min-height: 150px;
  margin-bottom: 15px; }
  .et-search-hover-top img {
    width: auto;
    height: 150px;
    position: absolute;
    left: 0;
    top: 0; }
  .et-search-hover-top h3, .et-search-hover-top .h3 {
    font-size: 14px;
    color: #3c476e; }

.et-mobile-search,
.et-mobile-search-popup {
  display: none; }

@media (max-width: 768px) {
  .et-mobile-search {
    display: block;
    position: relative;
    padding: 0 10px; }
  .mobile-search-field {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f4f4f4;
    border-radius: 5px;
    overflow: hidden;
    margin: 15px 0; }
    .mobile-search-field p {
      margin: 0;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      font-size: 14px;
      padding-left: 10px; }
    .mobile-search-field i {
      padding: 10px 14px;
      background: #000;
      color: #fff;
      font-size: 16px; }
  .et-mobile-search-popup {
    display: none;
    position: fixed;
    top: 0;
    background: rgba(245, 245, 245, 0.6);
    backdrop-filter: blur(15px);
    border-bottom: 1px solid #e8e8e8;
    z-index: 11111;
    width: 100%;
    padding: 10px 10px; }
    .et-mobile-search-popup .et-header-search {
      padding: 0;
      border-radius: 12px;
      overflow: hidden;
      flex-direction: row-reverse; }
    .et-mobile-search-popup .et-header-search input {
      backdrop-filter: blur(2px);
      background: rgba(128, 128, 128, 0.15);
      border-radius: 0;
      padding: 0;
      font-size: 14px;
      font-weight: 500;
      height: 36px; }
    .et-mobile-search-popup .et-header-search input::placeholder {
      color: #b3b3b3; }
    .et-mobile-search-popup .et-header-search button[type=submit] {
      backdrop-filter: blur(2px);
      background: rgba(128, 128, 128, 0.15);
      border-radius: 0;
      padding: 0;
      font-size: 16px;
      color: transparent;
      background-image: url("https://store-2rkezxqh4s.mybigcommerce.com/content/icons/search.svg");
      background-repeat: no-repeat;
      background-position: center center; }
  .et-mobile-search-popup.active {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap; }
    .et-mobile-search-popup.active .et-msp-inner {
      flex: 0 0 auto;
      width: 82%; }
    .et-mobile-search-popup.active a.msp-close {
      flex: 0 0 auto;
      width: 16%; }
  .msp-overlay.active {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(245, 245, 245, 0.6);
    backdrop-filter: blur(15px);
    top: 0;
    bottom: 0;
    z-index: 11110; }
  .msp-close {
    font-family: 'Arial'; }
  .et-msp-inner .quickSearchResults {
    width: 100%;
    left: 0;
    right: 0; }
    .et-msp-inner .quickSearchResults .et-ajax-search-result-wrap {
      box-shadow: 0 2px 10px 0 rgba(74, 73, 74, 0.1);
      padding: 0; }
      .et-msp-inner .quickSearchResults .et-ajax-search-result-wrap .prod-title {
        display: none; }
      .et-msp-inner .quickSearchResults .et-ajax-search-result-wrap .more-result {
        display: none; }
    .et-msp-inner .quickSearchResults .et-ajax-search-result {
      width: inherit;
      max-height: 75vh; }
    .et-msp-inner .quickSearchResults .et-ajax-search-result-list-product {
      display: none; }
    .et-msp-inner .quickSearchResults .et-search-hover {
      visibility: visible;
      opacity: 1;
      position: relative;
      left: 0;
      top: 0;
      width: 100%;
      border: none;
      border-bottom: 1px solid #e2e2e2;
      box-shadow: none;
      padding: 18px; }
    .et-msp-inner .quickSearchResults .et-search-hover-top {
      min-height: 80px;
      padding-left: 95px; }
    .et-msp-inner .quickSearchResults .et-search-hover-top img {
      width: auto;
      height: 80px;
      max-width: 80px;
      object-fit: cover; }
  .et-product-card-price.et-product-card-price-search {
    display: flex; } }

.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: "Karla", 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: "Karla", 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: 85.71429rem; }

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

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

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

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

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

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

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

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.28571rem;
  cursor: pointer;
  display: none;
  max-height: 4.57143rem;
  min-height: 2.28571rem;
  min-width: 90px;
  padding: 1.5rem;
  width: 160px;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.apple-pay-supported .apple-pay-checkout-button {
  display: block;
  float: right; }

.apple-pay-supported .previewCartCheckout .apple-pay-checkout-button {
  display: inline-block;
  float: none; }

.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 {
    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 {
    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: "Karla", 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%; }

.skip-to-main-link {
  background: white;
  color: #333333;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.header {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 801px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 801px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.92857rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 801px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #333333;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 801px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #757575; }
    .header-logo__link:active {
      color: #757575; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 801px) {
    .header-logo--left {
      margin-left: 2.85714rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 801px) {
    .header-logo--right {
      margin-right: 2.85714rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }
  @media (min-width: 801px) {
    .header-logo-image-container {
      min-height: 100px; } }

.header-logo-image-container::after {
  content: "";
  display: block; }

.header-logo-image {
  display: block;
  margin: 0 auto;
  max-height: 2.35714rem; }
  @media (min-width: 801px) {
    .header-logo-image {
      max-height: none; } }

.header-logo-image-unknown-size {
  max-height: 2.35714rem; }
  @media (min-width: 801px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: absolute;
  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;
    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: 1.5rem; }
  @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-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 {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
  position: relative;
  transform: translateZ(0); }

.footer-title-sr-only {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

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

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  overflow-wrap: break-word;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit;
    width: 50%; } }

@media (min-width: 801px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right;
    width: 100%; } }

.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 {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #757575;
    font-size: 12px;
    margin: 0; }
  .footer-copyright > .paypal-credit {
    color: #757575;
    font-size: 12px;
    margin: 1em 0 2em; }
  .footer-copyright a {
    color: #757575;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

.footer-payment-icons {
  height: 2.85714rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    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: 91.71429rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container {
      padding: 0 6rem; } }

.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;
  max-width: 190px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 801px) {
    .blog-post-figure {
      width: 66.66667%; } }

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

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

.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; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

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

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.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; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 801px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.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: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  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; } }

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  color: black;
  display: inline-block;
  margin: 0;
  padding: 0 4px 0 1px;
  vertical-align: top;
  white-space: nowrap; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  color: inherit;
  text-decoration: none; }

.jstree-icon {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: top; }

.jstree-icon:empty {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: top; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  display: inline-block;
  min-width: 100%;
  position: relative; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999;
  margin: 0;
  padding: 2px;
  position: absolute; }

.vakata-context ul {
  left: 100%;
  list-style: none;
  margin-left: -4px;
  margin-top: -2.7em; }

.vakata-context .vakata-context-right ul {
  left: auto;
  margin-left: auto;
  margin-right: -4px;
  right: 100%; }

.vakata-context li {
  display: inline;
  list-style: none; }

.vakata-context li > a {
  border-radius: 1px;
  color: black;
  display: block;
  line-height: 2.4em;
  padding: 0 2em;
  text-decoration: none;
  text-shadow: 1px 1px 0 white;
  white-space: nowrap;
  width: auto; }

.vakata-context li > a:hover {
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
  position: relative; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
  position: relative; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-left: 1px solid #e0e0e0;
  border-radius: 0;
  border-top: 1px solid #e2e3e3;
  box-shadow: 0 0 0 transparent;
  height: 1px;
  margin: 0 0 0 2.4em;
  max-height: 1px;
  min-height: 1px;
  padding: 0;
  text-shadow: 0 0 0 transparent; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0;
  color: silver; }

.vakata-context li > a > i {
  background: transparent;
  display: inline-block;
  height: 2.4em;
  line-height: 2.4em;
  margin: 0 0 0 -2em;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 2.4em; }

.vakata-context li > a > i:empty {
  line-height: 2.4em;
  width: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  background: white;
  border-left: 1px solid #e2e3e3;
  display: inline-block;
  height: 2.4em;
  margin: 0 0.5em 0 0;
  width: 1px; }

.vakata-context .vakata-contextmenu-shortcut {
  color: silver;
  display: none;
  font-size: 0.8em;
  opacity: 0.5; }

.vakata-context-rtl ul {
  left: auto;
  margin-left: auto;
  margin-right: -4px;
  right: 100%; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  border-left: 0;
  border-right: 1px solid #e2e3e3;
  margin: 0 2.4em 0 0; }

.vakata-context-rtl .vakata-context-left ul {
  left: 100%;
  margin-left: -4px;
  margin-right: auto;
  right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  background: #e2e3e3;
  border-left-color: white;
  margin: 0 0 0 0.5em; }

#jstree-marker {
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  border-right: 0;
  border-top: 5px solid transparent;
  font-size: 0;
  height: 0;
  left: 0;
  line-height: 0;
  margin: -5px 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  height: 16px;
  margin: 0 2px 0 0;
  padding: 0;
  text-decoration: none;
  width: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-color: transparent;
  background-repeat: no-repeat; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #ccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  opacity: 0.8; }

.jstree-default .jstree-search {
  color: #8b0000;
  font-style: italic;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat;
  display: inline-block;
  min-width: 100%; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  border-radius: 0;
  box-shadow: none; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  line-height: 24px;
  margin-left: 24px;
  min-height: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon {
  height: 24px;
  line-height: 24px;
  width: 24px; }

.jstree-default .jstree-icon:empty {
  height: 24px;
  line-height: 24px;
  width: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  opacity: 0.8; }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-color: transparent;
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat; }

#jstree-dnd.jstree-default i {
  background: transparent;
  height: 24px;
  line-height: 24px;
  width: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  line-height: 18px;
  margin-left: 18px;
  min-height: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon {
  height: 18px;
  line-height: 18px;
  width: 18px; }

.jstree-default-small .jstree-icon:empty {
  height: 18px;
  line-height: 18px;
  width: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  opacity: 0.8; }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-color: transparent;
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  height: 18px;
  line-height: 18px;
  width: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  line-height: 32px;
  margin-left: 32px;
  min-height: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon {
  height: 32px;
  line-height: 32px;
  width: 32px; }

.jstree-default-large .jstree-icon:empty {
  height: 32px;
  line-height: 32px;
  width: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0 0; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  opacity: 0.8; }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0 -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0 no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-color: transparent;
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  height: 32px;
  line-height: 32px;
  width: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0 -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 40px;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    height: 40px;
    width: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-top-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    line-height: 40px;
    margin-left: 40px;
    min-height: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    height: 40px;
    line-height: 40px;
    width: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0 !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0 !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-size: 1.1em;
    font-weight: bold;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    background: #ebebeb;
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    border-top: 0;
    box-shadow: inset 0 6px 3px -5px #666; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small, .mfp-figure .small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small, .mfp-img-mobile .mfp-figure .small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 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-white: #FFFFFF;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --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-font-sans-serif: "Karla", Arial, Helvetica, sans-serif;
  --bs-font-monospace: Menlo, Monaco, Consolas, monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); }

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: white;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 1.75rem; } }


h2,
.h2 {
  font-size: calc(1.28125rem + 0.375vw); }
  @media (min-width: 1200px) {
    
    h2,
    .h2 {
      font-size: 1.5625rem; } }


h3,
.h3 {
  font-size: calc(1.2625rem + 0.15vw); }
  @media (min-width: 1200px) {
    
    h3,
    .h3 {
      font-size: 1.375rem; } }


h4,
.h4 {
  font-size: 1.25rem; }


h5,
.h5 {
  font-size: 0.9375rem; }


h6,
.h6 {
  font-size: 0.8125rem; }

p {
  margin-top: 0;
  margin-bottom: 1.5rem; }

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul {
  padding-left: 2rem; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small, .small {
  font-size: 60%; }

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #0d6efd;
  text-decoration: underline; }
  a:hover {
    color: #0a58ca; }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 60%; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 60%;
  color: #d63384;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 60%;
  color: #FFFFFF;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }
  select:disabled {
    opacity: 1; }

[list]::-webkit-calendar-picker-indicator {
  display: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
  @media (min-width: 1200px) {
    legend {
      font-size: 1.5rem; } }
  legend + * {
    clear: left; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::file-selector-button {
  font: inherit; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

iframe {
  border: 0; }

summary {
  display: list-item;
  cursor: pointer; }

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem; } }

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 4.5rem; } }

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem; } }

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 3.5rem; } }

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem; } }

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-6 {
      font-size: 2.5rem; } }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 60%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }
  .blockquote > :last-child {
    margin-bottom: 0; }

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 60%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 60%;
  color: #6c757d; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1440px; } }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .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.33333%; }

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

@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.33333%; }
  .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.66667%; } }

@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.33333%; }
  .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.66667%; } }

@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.33333%; }
  .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.66667%; } }

@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.33333%; }
  .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.66667%; } }

@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.33333%; }
  .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.66667%; } }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 auto;
  width: 8.33333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.66667%; }

.col-3 {
  flex: 0 0 auto;
  width: 25%; }

.col-4 {
  flex: 0 0 auto;
  width: 33.33333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.66667%; }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

.col-7 {
  flex: 0 0 auto;
  width: 58.33333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.66667%; }

.col-9 {
  flex: 0 0 auto;
  width: 75%; }

.col-10 {
  flex: 0 0 auto;
  width: 83.33333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.66667%; }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.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-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .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-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .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-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .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-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .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-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .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 {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #e5e5e5; }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom; }
  .table > :not(:last-child) > :last-child > * {
    border-bottom-color: 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-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color); }

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color); }

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #bacbe6; }

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #cbccce; }

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #bcd0c7; }

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #badce3; }

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e6dbb9; }

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #dfc2c4; }

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #dfe0e1; }

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #FFFFFF;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #FFFFFF;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #FFFFFF;
  color: #FFFFFF;
  border-color: #373b3e; }

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

.form-label {
  margin-bottom: 0.5rem;
  font-size: 1rem; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem; }

.form-text {
  margin-top: 0.25rem;
  font-size: 60%;
  color: #6c757d; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #8f8f8f;
  appearance: none;
  border-radius: 4px;
  transition: border-color 100ms ease-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #474747;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.5em; }
  .form-control::placeholder {
    color: #999999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: white;
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }
  .form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::-webkit-file-upload-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }

.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem; }
  .form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem; }

textarea.form-control {
  min-height: 3rem; }

textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px)); }

textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px)); }

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 4px; }
  .form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 4px; }

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #8f8f8f;
  border-radius: 0.25rem;
  transition: border-color 100ms ease-out;
  appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      transition: none; } }
  .form-select:focus {
    border-color: #474747;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled {
    background-color: #e9ecef; }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529; }

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em; }

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #474747;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd; }
    .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FFFFFF'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5; }

.form-switch {
  padding-left: 2.5em; }
  .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input {
        transition: none; } }
    .form-switch .form-check-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23474747'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e"); }

.form-check-inline {
  display: inline-block;
  margin-right: 1rem; }

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65; }

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px white, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px white, 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #b6d4fe; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #b6d4fe; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        transition: none; } }
  .form-floating > .form-control {
    padding: 1rem 0.75rem; }
    .form-floating > .form-control::placeholder {
      color: transparent; }
    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus {
    z-index: 3; }
  .input-group .btn {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus {
      z-index: 3; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #8f8f8f;
  border-radius: 4px; }

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem; }

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 60%;
  color: #198754; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.8125rem;
  color: #FFFFFF;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754; }
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #198754; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #198754; }

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated
.input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1; }
  .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated
  .input-group .form-select:valid:focus,
  .input-group .form-select.is-valid:focus {
    z-index: 3; }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 60%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.8125rem;
  color: #FFFFFF;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #dc3545; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545; }

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated
.input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2; }
  .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated
  .input-group .form-select:invalid:focus,
  .input-group .form-select.is-invalid:focus {
    z-index: 3; }

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 3rem; }
  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem; }

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe; }
  .alert-primary .alert-link {
    color: #06357a; }

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8; }
  .alert-secondary .alert-link {
    color: #34383c; }

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc; }
  .alert-success .alert-link {
    color: #0c4128; }

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb; }
  .alert-info .alert-link {
    color: #04414d; }

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5; }
  .alert-warning .alert-link {
    color: #523e02; }

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7; }
  .alert-danger .alert-link {
    color: #6a1a21; }

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light .alert-link {
    color: #4f5050; }

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf; }
  .alert-dark .alert-link {
    color: #101214; }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #999999;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-numbered {
  list-style-type: none;
  counter-reset: section; }
  .list-group-numbered > li::before {
    content: counters(section, ".") ". ";
    counter-increment: section; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #FFFFFF; }
  .list-group-item.active {
    z-index: 2;
    color: #FFFFFF;
    background-color: #0d6efd;
    border-color: #0d6efd; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #084298;
    background-color: #bacbe6; }
  .list-group-item-primary.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #084298;
    border-color: #084298; }

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #41464b;
    background-color: #cbccce; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #41464b;
    border-color: #41464b; }

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #0f5132;
    background-color: #bcd0c7; }
  .list-group-item-success.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #0f5132;
    border-color: #0f5132; }

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #055160;
    background-color: #badce3; }
  .list-group-item-info.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #055160;
    border-color: #055160; }

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #664d03;
    background-color: #e6dbb9; }
  .list-group-item-warning.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #664d03;
    border-color: #664d03; }

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #842029;
    background-color: #dfc2c4; }
  .list-group-item-danger.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #842029;
    border-color: #842029; }

.list-group-item-light {
  color: #636464;
  background-color: #fefefe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #636464;
    background-color: #e5e5e5; }
  .list-group-item-light.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #636464;
    border-color: #636464; }

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #141619;
    background-color: #bebebf; }
  .list-group-item-dark.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #141619;
    border-color: #141619; }

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5; }
  .btn-close:hover {
    color: #000000;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1; }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.25; }

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%); }

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .toast:not(.showing):not(.show) {
    opacity: 0; }
  .toast.hide {
    display: none; }

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none; }
  .toast-container > :not(:last-child) {
    margin-bottom: 0.75rem; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }
  .toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem; }

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word; }

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.8125rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: 0; }
    .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
      top: -1px;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: black; }

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
      right: -1px;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: black; }

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: 0; }
    .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
      bottom: -1px;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: black; }

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
      left: -1px;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: black; }

.tooltip-inner {
  max-width: 300px;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: black;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem; }
    .popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px); }
  .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #FFFFFF; }

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem; }
  .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #FFFFFF; }

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px); }
  .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #FFFFFF; }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0; }

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem; }
  .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #FFFFFF; }

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 1rem 1rem;
  color: #212529; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */; } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s; } }

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #FFFFFF;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none; } }

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem; }
  .offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem; }

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

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto; }

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%); }

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%); }

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%); }

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%); }

.offcanvas.show {
  transform: none; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.link-primary {
  color: #0d6efd; }
  .link-primary:hover, .link-primary:focus {
    color: #0a58ca; }

.link-secondary {
  color: #6c757d; }
  .link-secondary:hover, .link-secondary:focus {
    color: #565e64; }

.link-success {
  color: #198754; }
  .link-success:hover, .link-success:focus {
    color: #146c43; }

.link-info {
  color: #0dcaf0; }
  .link-info:hover, .link-info:focus {
    color: #3dd5f3; }

.link-warning {
  color: #ffc107; }
  .link-warning:hover, .link-warning:focus {
    color: #ffcd39; }

.link-danger {
  color: #dc3545; }
  .link-danger:hover, .link-danger:focus {
    color: #b02a37; }

.link-light {
  color: #f8f9fa; }
  .link-light:hover, .link-light:focus {
    color: #f9fafb; }

.link-dark {
  color: #212529; }
  .link-dark:hover, .link-dark:focus {
    color: #1a1e21; }

.ratio {
  position: relative;
  width: 100%; }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""; }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ratio-1x1 {
  --bs-aspect-ratio: 100%; }

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

.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: sticky;
  top: 0;
  z-index: 1020; }

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: 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: 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; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-end {
  border-right: 1px solid #dee2e6 !important; }

.border-end-0 {
  border-right: 0 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-start {
  border-left: 1px solid #dee2e6 !important; }

.border-start-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #0d6efd !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #198754 !important; }

.border-info {
  border-color: #0dcaf0 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #212529 !important; }

.border-white {
  border-color: #FFFFFF !important; }

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.vw-100 {
  width: 100vw !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mh-100 {
  max-height: 100% !important; }

.vh-100 {
  height: 100vh !important; }

.min-vh-100 {
  min-height: 100vh !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; }

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important; }

.fs-1 {
  font-size: calc(1.3rem + 0.6vw) !important; }

.fs-2 {
  font-size: calc(1.28125rem + 0.375vw) !important; }

.fs-3 {
  font-size: calc(1.2625rem + 0.15vw) !important; }

.fs-4 {
  font-size: 1.25rem !important; }

.fs-5 {
  font-size: 0.9375rem !important; }

.fs-6 {
  font-size: 0.8125rem !important; }

.fst-italic {
  font-style: italic !important; }

.fst-normal {
  font-style: normal !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-lighter {
  font-weight: lighter !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-bolder {
  font-weight: bolder !important; }

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 2 !important; }

.text-start {
  text-align: left !important; }

.text-end {
  text-align: right !important; }

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

.text-decoration-none {
  text-decoration: none !important; }

.text-decoration-underline {
  text-decoration: underline !important; }

.text-decoration-line-through {
  text-decoration: line-through !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important; }

.text-secondary {
  color: #6c757d !important; }

.text-success {
  color: #198754 !important; }

.text-info {
  color: #0dcaf0 !important; }

.text-warning {
  color: #ffc107 !important; }

.text-danger {
  color: #dc3545 !important; }

.text-light {
  color: #f8f9fa !important; }

.text-dark {
  color: #212529 !important; }

.text-white {
  color: #FFFFFF !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-reset {
  color: inherit !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-body {
  background-color: white !important; }

.bg-white {
  background-color: #FFFFFF !important; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gradient {
  background-image: var(--bs-gradient) !important; }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.pe-none {
  pointer-events: none !important; }

.pe-auto {
  pointer-events: auto !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.rounded-1 {
  border-radius: 0.2rem !important; }

.rounded-2 {
  border-radius: 0.25rem !important; }

.rounded-3 {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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; }
  .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: 1.75rem !important; }
  .fs-2 {
    font-size: 1.5625rem !important; }
  .fs-3 {
    font-size: 1.375rem !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; } }

/*
font-family: 'Lato', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'HelveticaNeue';
font-family: 'Dosis', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family:  'Helvetica Neue','HelveticaNeue','Arial','Arial CE MT','Arial CE','Arial Narrow', sans-serif;
*/
body {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  padding-top: 0; }

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Montserrat', sans-serif;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
  color: #000; }

input:focus, button:focus, textarea:focus,
select:focus, details:focus, [href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus,
input:focus + label {
  outline: none !important; }

a {
  text-decoration: none;
  display: inline-block;
  transition: all 300ms ease; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica-neue/HelveticaNeue.woff2") format("woff2"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica-neue/HelveticaNeue.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica-neue/HelveticaNeueBold.woff2") format("woff2"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica-neue/HelveticaNeueBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica-neue/HelveticaNeueBold.woff2") format("woff2"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica-neue/HelveticaNeueBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica-neue/HelveticaNeueLight.woff2") format("woff2"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica-neue/HelveticaNeueLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica-neue/HelveticaNeueThin.woff2") format("woff2"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica-neue/HelveticaNeueThin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica-neue/HelveticaNeueMedium.woff2") format("woff2"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica-neue/HelveticaNeueMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica-neue/HelveticaNeueRegular.woff2") format("woff2"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica-neue/HelveticaNeueRegular.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica-neue/HelveticaNeueBlackCond.woff2") format("woff2"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica-neue/HelveticaNeueBlackCond.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica-neue/HelveticaNeueItalic.woff2") format("woff2"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica-neue/HelveticaNeueItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica-neue/HelveticaNeueHeavy.woff2") format("woff2"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica-neue/HelveticaNeueHeavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica-neue/HelveticaNeueLight.woff2") format("woff2"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica-neue/HelveticaNeueLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica-neue/HelveticaNeueMedium.woff2") format("woff2"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica-neue/HelveticaNeueMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica/HelveticaNeue-Bold.eot");
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica/HelveticaNeue-Bold.woff2") format("woff2"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica/HelveticaNeue-Bold.woff") format("woff"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica/HelveticaNeue-Bold.ttf") format("truetype"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica/HelveticaNeue-Bold.svg#HelveticaNeue-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica/HelveticaNeue.eot");
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica/HelveticaNeue.woff2") format("woff2"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica/HelveticaNeue.woff") format("woff"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica/HelveticaNeue.ttf") format("truetype"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/helvetica/HelveticaNeue.svg#HelveticaNeue") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Arial CE MT';
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/ArialCEMTBlack-Regular.eot");
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/ArialCEMTBlack-Regular.eot?#iefix") format("embedded-opentype"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/ArialCEMTBlack-Regular.woff2") format("woff2"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/ArialCEMTBlack-Regular.woff") format("woff"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/ArialCEMTBlack-Regular.ttf") format("truetype"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/ArialCEMTBlack-Regular.svg#ArialCEMTBlack-Regular") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Arial';
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/ArialMT.eot");
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/ArialMT.eot?#iefix") format("embedded-opentype"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/ArialMT.woff2") format("woff2"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/ArialMT.woff") format("woff"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/ArialMT.ttf") format("truetype"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/ArialMT.svg#ArialMT") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Arial CE';
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/ArialCE.eot");
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/ArialCE.eot?#iefix") format("embedded-opentype"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/ArialCE.woff2") format("woff2"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/ArialCE.woff") format("woff"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/ArialCE.ttf") format("truetype"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/ArialCE.svg#ArialCE") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Arial';
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/Arial-BoldMT.eot");
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/Arial-BoldMT.eot?#iefix") format("embedded-opentype"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/Arial-BoldMT.woff2") format("woff2"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/Arial-BoldMT.woff") format("woff"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/Arial-BoldMT.ttf") format("truetype"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/Arial-BoldMT.svg#Arial-BoldMT") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Arial';
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/Arial-BoldMT_1.eot");
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/Arial-BoldMT_1.eot?#iefix") format("embedded-opentype"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/Arial-BoldMT_1.woff2") format("woff2"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/Arial-BoldMT_1.woff") format("woff"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/Arial-BoldMT_1.ttf") format("truetype"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/Arial-BoldMT_1.svg#Arial-BoldMT") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Arial CE';
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/Arial-BoldMT_2.eot");
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/Arial-BoldMT_2.eot?#iefix") format("embedded-opentype"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/Arial-BoldMT_2.woff2") format("woff2"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/Arial-BoldMT_2.woff") format("woff"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/Arial-BoldMT_2.ttf") format("truetype"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/Arial-BoldMT_2.svg#Arial-BoldMT") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Arial Narrow';
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/ArialNarrow-Bold.eot");
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/ArialNarrow-Bold.eot?#iefix") format("embedded-opentype"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/ArialNarrow-Bold.woff2") format("woff2"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/ArialNarrow-Bold.woff") format("woff"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/ArialNarrow-Bold.ttf") format("truetype"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/ArialNarrow-Bold.svg#ArialNarrow-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Arial Narrow';
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/ArialNarrow.eot");
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/ArialNarrow.eot?#iefix") format("embedded-opentype"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/ArialNarrow.woff2") format("woff2"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/ArialNarrow.woff") format("woff"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/ArialNarrow.ttf") format("truetype"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/ArialNarrow.svg#ArialNarrow") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Arial';
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/Arial-Mdm.eot");
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/Arial-Mdm.eot?#iefix") format("embedded-opentype"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/Arial-Mdm.woff2") format("woff2"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/Arial-Mdm.woff") format("woff"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/Arial-Mdm.ttf") format("truetype"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/arial/Arial-Mdm.svg#Arial-Mdm") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@media (max-width: 768px) {
  .pagination {
    margin: 0; }
  .pagination-list {
    padding-left: 0; } }

@font-face {
  font-family: 'beauteproduit';
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/beauteproduit.eot?ihcfdr");
  src: url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/beauteproduit.eot?ihcfdr#iefix") format("embedded-opentype"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/beauteproduit.ttf?ihcfdr") format("truetype"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/beauteproduit.woff?ihcfdr") format("woff"), url("https://store-2rkezxqh4s.mybigcommerce.com/content/fonts/beauteproduit.svg?ihcfdr#beauteproduit") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="beauteproduit-"], [class*=" beauteproduit-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'beauteproduit' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.beauteproduit-stopwatch-solid:before {
  content: "\e915"; }

.beauteproduit-info1:before {
  content: "\e916"; }

.beauteproduit-bell:before {
  content: "\e917"; }

.beauteproduit-bolt:before {
  content: "\e918"; }

.beauteproduit-eye:before {
  content: "\e919"; }

.beauteproduit-info:before {
  content: "\e91a"; }

.beauteproduit-percent:before {
  content: "\e91b"; }

.beauteproduit-calendar-alt:before {
  content: "\e91c"; }

.beauteproduit-eye1:before {
  content: "\e91d"; }

.beauteproduit-snowflake:before {
  content: "\e91e"; }

.beauteproduit-star:before {
  content: "\e91f"; }

.beauteproduit-trash-alt:before {
  content: "\e920"; }

.beauteproduit-twitter:before {
  content: "\e921"; }

.beauteproduit-check:before {
  content: "\e905"; }

.beauteproduit-check-circle:before {
  content: "\e906"; }

.beauteproduit-facebook-f:before {
  content: "\e907"; }

.beauteproduit-google:before {
  content: "\e908"; }

.beauteproduit-percent1:before {
  content: "\25"; }

.beauteproduit-uniE668:before {
  content: "\e909"; }

.beauteproduit-uniE669:before {
  content: "\e90a"; }

.beauteproduit-uniE66A:before {
  content: "\e90b"; }

.beauteproduit-uniE66C:before {
  content: "\e922"; }

.beauteproduit-uniE697:before {
  content: "\e923"; }

.beauteproduit-uniE698:before {
  content: "\e924"; }

.beauteproduit-uniE699:before {
  content: "\e925"; }

.beauteproduit-uniE6A5:before {
  content: "\e926"; }

.beauteproduit-uniE6EE:before {
  content: "\e927"; }

.beauteproduit-uniE716:before {
  content: "\e928"; }

.beauteproduit-uniE755:before {
  content: "\e90c"; }

.beauteproduit-uniE756:before {
  content: "\e90d"; }

.beauteproduit-uniE76A:before {
  content: "\e90e"; }

.beauteproduit-uniE76C:before {
  content: "\e90f"; }

.beauteproduit-uniE77A:before {
  content: "\e910"; }

.beauteproduit-uniE7B9:before {
  content: "\e929"; }

.beauteproduit-uniE7FF:before {
  content: "\e92a"; }

.beauteproduit-uniE8AA:before {
  content: "\e92b"; }

.beauteproduit-uniE8AB:before {
  content: "\e92c"; }

.beauteproduit-uniE8E7:before {
  content: "\e92d"; }

.beauteproduit-uniE8EA:before {
  content: "\e92e"; }

.beauteproduit-uniE917:before {
  content: "\e92f"; }

.beauteproduit-uniE918:before {
  content: "\e930"; }

.beauteproduit-uniE920:before {
  content: "\e911"; }

.beauteproduit-uniE922:before {
  content: "\e931"; }

.beauteproduit-uniE92A:before {
  content: "\e932"; }

.beauteproduit-uniE92B:before {
  content: "\e933"; }

.beauteproduit-uniE933:before {
  content: "\e934"; }

.beauteproduit-uniE934:before {
  content: "\e912"; }

.beauteproduit-uniE935:before {
  content: "\e935"; }

.beauteproduit-uniE936:before {
  content: "\e936"; }

.beauteproduit-uniE937:before {
  content: "\e937"; }

.beauteproduit-uniE938:before {
  content: "\e913"; }

.beauteproduit-uniE939:before {
  content: "\e938"; }

.beauteproduit-uniE93A:before {
  content: "\e939"; }

.beauteproduit-uniE93B:before {
  content: "\e93a"; }

.beauteproduit-uniE93C:before {
  content: "\e93b"; }

.beauteproduit-uniE941:before {
  content: "\e93c"; }

.beauteproduit-uniE942:before {
  content: "\e93d"; }

.beauteproduit-uniE943:before {
  content: "\e93e"; }

.beauteproduit-uniE944:before {
  content: "\e93f"; }

.beauteproduit-uniE95D:before {
  content: "\e914"; }

.beauteproduit-four:before {
  content: "\34"; }

.beauteproduit-A:before {
  content: "\41"; }

.beauteproduit-B:before {
  content: "\42"; }

.beauteproduit-C:before {
  content: "\43"; }

.beauteproduit-D:before {
  content: "\44"; }

.beauteproduit-F:before {
  content: "\46"; }

.beauteproduit-G:before {
  content: "\47"; }

.beauteproduit-I:before {
  content: "\49"; }

.beauteproduit-J:before {
  content: "\4a"; }

.beauteproduit-M:before {
  content: "\4d"; }

.beauteproduit-P:before {
  content: "\50"; }

.beauteproduit-S:before {
  content: "\53"; }

.beauteproduit-T:before {
  content: "\54"; }

.beauteproduit-V:before {
  content: "\56"; }

.beauteproduit-bracketleft:before {
  content: "\5b"; }

.beauteproduit-c:before {
  content: "\63"; }

.beauteproduit-d:before {
  content: "\64"; }

.beauteproduit-f:before {
  content: "\66"; }

.beauteproduit-g:before {
  content: "\67"; }

.beauteproduit-i:before {
  content: "\69"; }

.beauteproduit-m:before {
  content: "\6d"; }

.beauteproduit-p:before {
  content: "\70"; }

.beauteproduit-r:before {
  content: "\72"; }

.beauteproduit-s:before {
  content: "\73"; }

.beauteproduit-t:before {
  content: "\74"; }

.beauteproduit-v:before {
  content: "\76"; }

.beauteproduit-x:before {
  content: "\78"; }

.beauteproduit-y:before {
  content: "\79"; }

.beauteproduit-uniE800:before {
  content: "\e800"; }

.beauteproduit-uniE900:before {
  content: "\e900"; }

.beauteproduit-uniE901:before {
  content: "\e901"; }

.beauteproduit-uniE902:before {
  content: "\e902"; }

.beauteproduit-uniE903:before {
  content: "\e903"; }

.beauteproduit-uniE904:before {
  content: "\e904"; }

.et-header-top {
  background-color: #E84A41;
  padding: 8px 0; }

/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }

.flip-clock-wrapper a:hover {
  color: #fff; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.flip-clock-wrapper {
  font: normal 11px "Arial", 'Helvetica Neue', sans-serif;
  -webkit-user-select: none; }

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important; }

.flip-clock-meridium a {
  color: #313333; }

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 1em; }

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.flip-clock-wrapper:after {
  clear: both; }

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #000; }

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important; }

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden;
  outline: 1px solid transparent; }

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0; }

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); }

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px; }

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size: 70px; }

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0; }

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

.flip-clock-wrapper .flip {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5; }

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px; }

.flip-clock-divider:first-child {
  width: 0; }

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  color: black;
  text-shadow: none; }

.flip-clock-divider.minutes .flip-clock-label {
  right: -88px; }

.flip-clock-divider.seconds .flip-clock-label {
  right: -91px; }

.flip-clock-dot.top {
  top: 30px; }

.flip-clock-dot.bottom {
  bottom: 30px; }

@-webkit-keyframes asd {
  0% {
    z-index: 2; }
  20% {
    z-index: 4; }
  100% {
    z-index: 4; } }

@-moz-keyframes asd {
  0% {
    z-index: 2; }
  20% {
    z-index: 4; }
  100% {
    z-index: 4; } }

@-o-keyframes asd {
  0% {
    z-index: 2; }
  20% {
    z-index: 4; }
  100% {
    z-index: 4; } }

@keyframes asd {
  0% {
    z-index: 2; }
  20% {
    z-index: 4; }
  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }
  100% {
    -webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }
  100% {
    -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }
  100% {
    -o-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }
  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }
  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }
  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }
  100% {
    -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }
  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.flip-clock-wrapper ul {
  width: 24px;
  height: 36px;
  line-height: 36px;
  margin: 2px;
  padding: 0px; }

.flip-clock-wrapper ul li {
  line-height: 36px;
  margin-bottom: 0; }

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }

.flip-clock-wrapper ul li a div div.inn {
  color: #FFFFFF;
  font-size: 28px;
  background-color: #ba0000; }

.flip-clock-divider {
  width: 8px;
  height: 40px; }

.flip-clock-dot {
  width: 4px;
  height: 4px;
  left: 2px;
  background: #FFFFFF; }

.flip-clock-dot.top {
  top: 24px; }

.flip-clock-dot.bottom {
  bottom: 24px; }

.flip-clock-divider .flip-clock-label {
  color: #FFFFFF;
  top: -10px;
  left: 0;
  right: auto;
  width: 56px;
  text-align: center; }

.flip-clock-divider.minutes .flip-clock-label {
  right: auto;
  width: 72px; }

.flip-clock-divider.hours .flip-clock-label {
  right: auto;
  width: 53px; }

.flip-clock-divider.seconds .flip-clock-label {
  right: auto;
  width: 72px; }

.flip-clock-wrapper {
  vertical-align: middle;
  display: inline-block;
  width: auto;
  font-size: 10px;
  margin: 10px 0px; }

.et-header-top-promotion {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff; }

.et-dailypromotion {
  border-radius: 5px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  color: white;
  background-color: #ba0000;
  font-family: Lato, sans-serif;
  display: inline-block;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 1; }

.et-header-top-promotion > span {
  margin: 3px 10px; }

.et-header-top-promotion > span.promo_text_1 {
  font-size: 19px;
  font-family: 'Lato', sans-serif;
  margin-right: 0; }

.et-header-top-promotion > span.discount_percent_txt {
  font-size: 19px;
  font-family: 'Lato', sans-serif; }

/*================================
* Header Middle
========================================*/
.et-header-middle .col-sm-2 {
  flex: 0 0 auto;
  width: 15%;
  padding-right: 5px; }

.et-header-middle .col-sm-7 {
  flex: 0 0 auto;
  width: 65%;
  padding-left: 5px;
  padding-right: 5px; }

.et-header-middle .col-sm-3 {
  flex: 0 0 auto;
  width: 20%;
  padding-left: 5px; }

.et-header-right {
  display: flex;
  justify-content: space-between;
  padding: 17px 0 0; }

.et-header-right-icon {
  position: relative;
  padding-left: 50px;
  padding-top: 3px; }
  .et-header-right-icon img {
    width: 42px;
    height: auto;
    position: absolute;
    left: 0;
    top: 6px; }
  .et-header-right-icon p {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.3;
    font-family: 'Arial'; }
    .et-header-right-icon p.theme-color {
      color: #e64a43;
      margin-bottom: 0; }

.et-header-right-cart a {
  background-color: #f4f4f4;
  padding: 8px 22px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
  color: #000;
  display: inline-block;
  font-weight: 500;
  position: relative; }
  .et-header-right-cart a i {
    padding-right: 5px; }

.et-header-right-cart a span.navUser-item-cartLabel {
  font-family: 'Dosis', sans-serif;
  font-size: 18px;
  font-weight: 600; }

.et-header-right-cart .cart-quantity {
  display: none;
  text-align: center;
  background-color: #2bb04a;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  position: absolute;
  top: -7px;
  right: -5px; }
  .et-header-right-cart .cart-quantity.countPill--positive {
    display: flex;
    align-items: center;
    justify-content: center; }

.et-header-logo {
  display: inline-block;
  padding: 24px 0 0; }

li.active > a {
  color: #E84A41 !important; }

.et-navigation-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .et-navigation-list > li:first-child a {
    padding-left: 0; }
  .et-navigation-list li {
    display: inline-block;
    position: relative; }
    .et-navigation-list li a {
      display: block;
      font-size: 18px;
      font-weight: 400;
      color: #000;
      padding: 16px 17px;
      font-family: 'Montserrat', sans-serif; }
    .et-navigation-list li:hover ul.sub-menu {
      top: 100%;
      visibility: visible;
      opacity: 1; }
  .et-navigation-list > li:nth-child(2) > a {
    color: #ce3535; }
  .et-navigation-list > li:nth-child(1) > a:before {
    content: "🎉"; }
  .et-navigation-list ul.sub-menu {
    position: absolute;
    border: 1px solid #ececec;
    background-color: #fff;
    z-index: 11;
    width: 235px;
    margin: 0;
    padding: 10px 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    right: 0; }
    .et-navigation-list ul.sub-menu li {
      display: block; }
      .et-navigation-list ul.sub-menu li a {
        padding: 5px 15px;
        display: block; }

.et-navigation-list li:hover > a {
  color: #E84A41; }

.et-navigation-list > li > a:after {
  margin-left: 2px;
  content: '\34';
  font-family: 'beauteproduit' !important;
  font-size: 16px; }

.et-navigation-list li ul.sub-menu li > a:after {
  margin-left: 5px;
  content: '\34';
  font-family: 'beauteproduit' !important;
  position: absolute;
  right: 15px;
  font-size: 16px; }

.et-navigation-list li ul.sub-menu li > a:only-child:after {
  margin-left: 0;
  content: ''; }

.et-navigation-list li > a:only-child:after {
  margin-left: 0;
  content: ''; }

.et-mobile-col,
.et-mobile-logo,
#header-top-clone {
  display: none; }

.et-mobile-nav {
  position: absolute;
  left: -99999999px;
  visibility: hidden;
  opacity: 0; }

.et-mobile-search-app {
  display: none; }

@media (min-width: 768px) and (max-width: 1024px) {
  .et-header-middle .row {
    justify-content: space-between; }
  .et-header-middle .col-sm-2 {
    width: 20%; }
  .et-header-middle .col-sm-7 {
    width: 53%; }
  .et-header-middle .col-sm-3 {
    width: 25%; }
  .et-header-right-icon p {
    font-size: 14px; }
  .et-header-right-cart a {
    padding: 8px 10px; }
  .et-navigation-list li a {
    padding: 16px 5px;
    font-size: 16px; }
  .et-header-nav .et-navigation {
    overflow: hidden;
    width: 100%;
    height: 58px; } }

/* Tab breakpoint*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .et-header-middle .row {
    justify-content: space-between; }
  .et-mobile-nav {
    display: none; }
  .et-header-middle .col-sm-7 {
    width: 60%; }
  .et-header-middle .col-sm-3 {
    width: 20%; }
  .et-header-right-icon p {
    font-size: 12px; }
  .et-header-search input::placeholder {
    font-size: 12px; }
  .et-header-right-cart a {
    padding: 8px;
    font-size: 16px; }
  .et-header-right-cart a span.navUser-item-cartLabel {
    font-size: 14px; }
  .et-header-nav .et-navigation {
    overflow: hidden;
    width: 100%;
    height: 58px; }
  .et-header-right {
    justify-content: flex-end; }
  .et-header-right-icon {
    margin-right: 10px; } }

/*Tab Landscape*/
@media (max-width: 768px) {
  .et-header-wrap {
    display: grid;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 9; }
  .et-header-top {
    order: 2;
    padding: 5px 0; }
  #header-top-clone {
    display: block;
    padding-bottom: 20px; }
    #header-top-clone .et-header-top {
      display: block; }
  .et-header-top-promotion {
    justify-content: space-between;
    padding: 0 15px; }
    .et-header-top-promotion .promo_text_1,
    .et-header-top-promotion .flip-clock-divider .flip-clock-label {
      display: none; }
    .et-header-top-promotion .flip-clock-wrapper ul {
      width: 12px;
      height: 18px;
      line-height: 18px;
      margin: 1px;
      padding: 0px; }
    .et-header-top-promotion .flip-clock-wrapper ul li {
      line-height: 18px; }
    .et-header-top-promotion .flip-clock-wrapper ul li a div div.inn {
      font-size: 14px; }
    .et-header-top-promotion span {
      margin: 0; }
    .et-header-top-promotion span.discount_percent_txt {
      font-size: 14px; }
    .et-header-top-promotion .flip-clock-divider {
      height: 20px; }
    .et-header-top-promotion .flip-clock-dot {
      width: 3px;
      height: 2px;
      border-radius: 50px; }
    .et-header-top-promotion .flip-clock-dot.top {
      top: 13px; }
    .et-header-top-promotion .flip-clock-dot.bottom {
      bottom: 11px; }
  .et-dailypromotion {
    padding: 5px 10px;
    font-size: 14px; }
  .et-header-right {
    padding: 0;
    display: inherit; }
  .et-header-right-icon {
    display: none; }
  .et-header-right-cart a {
    background: #fff;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .et-header-right-cart a .navUser-item-cartLabel {
      display: block;
      font-weight: 500 !important; }
    .et-header-right-cart a .cart-quantity {
      top: 5px;
      right: -19px;
      width: 17px;
      height: 17px;
      min-width: auto; }
  .et-header-nav {
    display: none; }
  .et-header-middle {
    order: 1;
    padding: 6.5px 0; }
    .et-header-middle .row {
      align-items: center;
      justify-content: space-between; }
    .et-header-middle .et-mobile-col {
      display: block;
      flex: 0 0 auto;
      width: 30%; }
    .et-header-middle .et-mobile-logo {
      display: block;
      flex: 0 0 auto;
      width: 34%; }
    .et-header-middle .col-sm-2,
    .et-header-middle .col-sm-7 {
      display: none; }
    .et-header-middle .col-sm-3 {
      width: 30%;
      padding-left: 0;
      padding-right: 20px; }
  .et-header-logo {
    padding: 0; }
  .mobile-bar {
    position: relative; }
  .mobile-bar span {
    display: block;
    width: 20px;
    height: 2px;
    background: #000;
    margin-bottom: 3px; }
  .mobile-bar.active span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 6px;
    transition: all 300ms ease; }
  .mobile-bar.active span:nth-child(2) {
    visibility: hidden;
    opacity: 0; }
  .mobile-bar.active span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -4px;
    transition: all 300ms ease; }
  .mobile-bar p {
    margin: 0;
    position: absolute;
    padding-left: 30px;
    top: -7px;
    text-transform: capitalize;
    font-family: 'Arial'; }
  .et-mobile-nav {
    background: #fff;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 11111;
    transition: all 300ms ease;
    overflow: scroll; }
    .et-mobile-nav.active {
      position: fixed;
      left: inherit;
      visibility: inherit;
      opacity: 1; }
    .et-mobile-nav .et-navigation {
      padding-bottom: 200px; }
    .et-mobile-nav .et-navigation-list {
      margin-top: 15px; }
    .et-mobile-nav .et-navigation-list li {
      display: block;
      margin-bottom: 15px; }
    .et-mobile-nav .et-navigation-list > li:nth-child(2) > a {
      color: #ce3535; }
    .et-mobile-nav .et-navigation-list li ul.sub-menu {
      display: none;
      position: relative;
      visibility: visible;
      opacity: 1;
      border: none;
      width: 100%;
      padding-top: 15px;
      padding-bottom: 0;
      padding-left: 15px;
      padding-right: 15px; }
    .et-mobile-nav .et-navigation-list li ul.sub-menu li a {
      padding: 11px 12px; }
    .et-mobile-nav .et-navigation-list li a {
      background: #f0f0f0;
      color: #000;
      margin: 0 15px;
      padding: 11px 12px;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 700;
      font-family: 'Montserrat', sans-serif; }
      .et-mobile-nav .et-navigation-list li a:active, .et-mobile-nav .et-navigation-list li a:hover, .et-mobile-nav .et-navigation-list li a:focus {
        background: #e1e1e1; }
    .et-mobile-nav .et-navigation-list li.active a {
      color: inherit !important; }
  .et-header-right-cart .cart-quantity.countPill--positive {
    display: inline-flex;
    justify-content: center;
    align-items: center; }
  .et-mobile-search-app {
    display: block;
    padding: 0 10px;
    margin: 15px 0; }
    .et-mobile-search-app .et-header-search {
      padding-top: 0; }
    .et-mobile-search-app .et-header-search input {
      height: 38px;
      font-size: 14px; } }

/*768 breakpoint*/
.et-product-card {
  margin-bottom: 30px; }
  .et-product-card a {
    display: block;
    position: relative;
    font-family: 'Dosis', sans-serif;
    font-size: 16px; }
  .et-product-card img {
    width: auto;
    height: 339px;
    object-fit: cover; }
  .et-product-card .et-product-card-images {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px; }
    .et-product-card .et-product-card-images span {
      display: block; }
  .et-product-card .et-hover-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease; }
  .et-product-card:hover .et-normal-image {
    visibility: hidden;
    opacity: 0; }
  .et-product-card:hover .et-hover-image {
    visibility: visible;
    opacity: 1; }
  .et-product-card .et-product-card-offer {
    background-color: #fff;
    position: absolute;
    bottom: 5px;
    color: #ce3535;
    font-size: 14px;
    left: 5px;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 4px;
    line-height: 1;
    font-family: 'Arial';
    font-weight: 500; }

.et-product-card-title {
  font-weight: 400;
  font-size: 17px;
  color: #000;
  line-height: 24px;
  text-align: center;
  padding-bottom: 5px;
  margin: 0 auto;
  width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.et-product-card-price {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 700; }
  .et-product-card-price [id^="product_price"],
  .et-product-card-price .p_price {
    margin-right: 10px;
    text-decoration: line-through; }
  .et-product-card-price [id^="product_sell_price"],
  .et-product-card-price .sell_price {
    margin-right: 10px;
    color: #ce3535; }
  .et-product-card-price span sup {
    font-size: 11px;
    margin-left: 1px; }

@media (min-width: 768px) and (max-width: 1024px) {
  .et-product-card-title {
    width: 215px; }
  .et-product-card:hover .et-hover-image {
    visibility: hidden;
    opacity: 0; }
  .et-product-card:hover .et-normal-image {
    visibility: visible;
    opacity: 1; } }

/* Tab breakpoint*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .et-product-card-title {
    width: 158px; }
  .et-product-card img {
    height: 230px; }
  .et-product-card:hover .et-hover-image {
    visibility: hidden;
    opacity: 0; }
  .et-product-card:hover .et-normal-image {
    visibility: visible;
    opacity: 1; } }

/*Tab Landscape*/
@media (max-width: 768px) {
  .et-product-card {
    margin-bottom: 10px; }
  .et-product-card .et-product-card-images {
    height: 215px;
    border: solid 1px #f1f1f1;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1); }
    .et-product-card .et-product-card-images img {
      height: 215px;
      width: auto;
      object-fit: cover; }
  .et-product-card-title {
    width: 160px;
    font-size: 15px; }
  .et-product-card:hover .et-normal-image {
    visibility: visible;
    opacity: 1; }
  .et-product-card:hover .et-hover-image {
    visibility: hidden;
    opacity: 0; } }

.home-banner {
  margin-bottom: 30px; }

.featured-product {
  margin-bottom: 30px; }

.home-middle-product {
  margin-bottom: 30px; }

.et-home-category-top-product .et-prod-card-col,
.et-home-category-product .et-prod-card-col {
  display: none; }

.et-home-category-top-product .et-prod-card-col:nth-child(1),
.et-home-category-top-product .et-prod-card-col:nth-child(2),
.et-home-category-top-product .et-prod-card-col:nth-child(3),
.et-home-category-top-product .et-prod-card-col:nth-child(4),
.et-home-category-top-product .et-prod-card-col:nth-child(5),
.et-home-category-top-product .et-prod-card-col:nth-child(6),
.et-home-category-top-product .et-prod-card-col:nth-child(7),
.et-home-category-top-product .et-prod-card-col:nth-child(8),
.et-home-category-top-product .et-prod-card-col:nth-child(9),
.et-home-category-top-product .et-prod-card-col:nth-child(10),
.et-home-category-top-product .et-prod-card-col:nth-child(11),
.et-home-category-top-product .et-prod-card-col:nth-child(12),
.et-home-category-top-product .et-prod-card-col:nth-child(13),
.et-home-category-top-product .et-prod-card-col:nth-child(14),
.et-home-category-top-product .et-prod-card-col:nth-child(15),
.et-home-category-top-product .et-prod-card-col:nth-child(16),
.et-home-category-top-product .et-prod-card-col:nth-child(17),
.et-home-category-top-product .et-prod-card-col:nth-child(18),
.et-home-category-top-product .et-prod-card-col:nth-child(19),
.et-home-category-top-product .et-prod-card-col:nth-child(20),
.et-home-category-top-product .et-prod-card-col:nth-child(21),
.et-home-category-top-product .et-prod-card-col:nth-child(22),
.et-home-category-top-product .et-prod-card-col:nth-child(23),
.et-home-category-top-product .et-prod-card-col:nth-child(24),
.et-home-category-top-product .et-prod-card-col:nth-child(25),
.et-home-category-top-product .et-prod-card-col:nth-child(26),
.et-home-category-top-product .et-prod-card-col:nth-child(27),
.et-home-category-top-product .et-prod-card-col:nth-child(28),
.et-home-category-product .et-prod-card-col:nth-child(1),
.et-home-category-product .et-prod-card-col:nth-child(2),
.et-home-category-product .et-prod-card-col:nth-child(3),
.et-home-category-product .et-prod-card-col:nth-child(4),
.et-home-category-product .et-prod-card-col:nth-child(5),
.et-home-category-product .et-prod-card-col:nth-child(6),
.et-home-category-product .et-prod-card-col:nth-child(7),
.et-home-category-product .et-prod-card-col:nth-child(8),
.et-home-category-product .et-prod-card-col:nth-child(9),
.et-home-category-product .et-prod-card-col:nth-child(10),
.et-home-category-product .et-prod-card-col:nth-child(11),
.et-home-category-product .et-prod-card-col:nth-child(12),
.et-home-category-product .et-prod-card-col:nth-child(13),
.et-home-category-product .et-prod-card-col:nth-child(14),
.et-home-category-product .et-prod-card-col:nth-child(15),
.et-home-category-product .et-prod-card-col:nth-child(16),
.et-home-category-product .et-prod-card-col:nth-child(17),
.et-home-category-product .et-prod-card-col:nth-child(18),
.et-home-category-product .et-prod-card-col:nth-child(19),
.et-home-category-product .et-prod-card-col:nth-child(20),
.et-home-category-product .et-prod-card-col:nth-child(21),
.et-home-category-product .et-prod-card-col:nth-child(22),
.et-home-category-product .et-prod-card-col:nth-child(23),
.et-home-category-product .et-prod-card-col:nth-child(24),
.et-home-category-product .et-prod-card-col:nth-child(25),
.et-home-category-product .et-prod-card-col:nth-child(26),
.et-home-category-product .et-prod-card-col:nth-child(27),
.et-home-category-product .et-prod-card-col:nth-child(28) {
  display: block; }

@media (max-width: 768px) {
  .featured-product .col-sm-3,
  .top_sellers-product .col-sm-3,
  .home-middle-product .col-sm-3,
  .category-product-section .col-sm-3 {
    flex: 0 0 auto;
    width: 50%; }
  .et-banner-home {
    margin: 0 !important; } }

.overflow-body {
  overflow: hidden; }

.et-product-view-image img {
  width: 100%;
  height: auto; }

.productView-description {
  overflow: hidden; }
  .productView-description video {
    width: 100% !important;
    max-width: inherit !important; }

.product-des-wrap .form-label.form-label--alternate.form-label--inlineSmall {
  font-size: 14px;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px; }

.product-des-wrap .et-productView-title {
  color: #000;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 17px; }

.product-des-wrap .productView {
  padding-top: 0; }

.product-des-wrap .single-prod-qty-wrap {
  padding-top: 10px;
  position: relative; }
  .product-des-wrap .single-prod-qty-wrap .qty-title,
  .product-des-wrap .single-prod-qty-wrap .form-label.form-label--alternate.form-label--inlineSmall {
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    text-align: left; }
  .product-des-wrap .single-prod-qty-wrap .qty {
    border: 1px solid #ececec;
    margin-bottom: 15px;
    border-radius: 6px;
    position: relative; }
    .product-des-wrap .single-prod-qty-wrap .qty input {
      position: absolute;
      left: 15px;
      top: 20px; }
    .product-des-wrap .single-prod-qty-wrap .qty label {
      display: block;
      padding: 16px 20px;
      cursor: pointer; }
      .product-des-wrap .single-prod-qty-wrap .qty label span.prod-p {
        color: #ce3535;
        margin-left: 2px; }
      .product-des-wrap .single-prod-qty-wrap .qty label span.cur-sym {
        color: #ce3535;
        margin-right: 2px; }
      .product-des-wrap .single-prod-qty-wrap .qty label span.top-vente {
        color: #ce3535;
        font-size: 12px;
        margin-left: 5px; }
  .product-des-wrap .single-prod-qty-wrap [type="radio"]:checked,
  .product-des-wrap .single-prod-qty-wrap [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px; }
  .product-des-wrap .single-prod-qty-wrap [type="radio"]:checked + label {
    background: #f4f4f4; }
  .product-des-wrap .single-prod-qty-wrap [type="radio"]:checked + label,
  .product-des-wrap .single-prod-qty-wrap [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 55px;
    cursor: pointer; }
  .product-des-wrap .single-prod-qty-wrap [type="radio"]:checked + label:before,
  .product-des-wrap .single-prod-qty-wrap [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 18px;
    top: 17px;
    width: 26px;
    height: 26px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff; }
  .product-des-wrap .single-prod-qty-wrap [type="radio"]:checked + label:after,
  .product-des-wrap .single-prod-qty-wrap [type="radio"]:not(:checked) + label:after {
    content: '\e905';
    font-family: 'beauteproduit' !important;
    font-size: 10px;
    color: #fff;
    width: 14px;
    height: 14px;
    background: #000;
    position: absolute;
    top: 21px;
    left: 22px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px; }
  .product-des-wrap .single-prod-qty-wrap [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  .product-des-wrap .single-prod-qty-wrap [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

.product-des-wrap .productView {
  margin: 0; }
  .product-des-wrap .productView .productView-options form {
    display: block;
    margin: 0; }
    .product-des-wrap .productView .productView-options form .form-field {
      margin-bottom: 20px; }
      .product-des-wrap .productView .productView-options form .form-field .form-option-wrapper label {
        margin: 0;
        font-weight: 500;
        border: none;
        box-shadow: none;
        background: #f4f4f4;
        border: 1px solid #ececec;
        border-radius: 6px;
        margin-right: 5px;
        padding: 2px 20px; }
      .product-des-wrap .productView .productView-options form .form-field .form-option-wrapper [type="radio"]:checked + label {
        background: #2bb04a;
        color: #fff; }
    .product-des-wrap .productView .productView-options form label {
      font-family: 'Roboto', sans-serif;
      font-size: 16px;
      font-weight: 700;
      text-align: left;
      color: #000;
      cursor: pointer; }
    .product-des-wrap .productView .productView-options form label span#two_for_price,
    .product-des-wrap .productView .productView-options form label span#three_for_price {
      color: #ce3535; }
    .product-des-wrap .productView .productView-options form label span.top-vente {
      color: #ce3535;
      font-size: 12px;
      margin-left: 10px; }
    .product-des-wrap .productView .productView-options form label.required small, .product-des-wrap .productView .productView-options form label.required .small {
      font-size: 12px;
      color: #e64a43;
      position: relative;
      top: -2px; }
    .product-des-wrap .productView .productView-options form .add-to-cart-wrapper {
      display: block;
      width: 100%;
      position: relative;
      overflow: hidden;
      padding-bottom: 22px; }
      .product-des-wrap .productView .productView-options form .add-to-cart-wrapper .form-action {
        margin: 0;
        width: 100%; }
        .product-des-wrap .productView .productView-options form .add-to-cart-wrapper .form-action .button {
          margin: 0;
          background: #2bb04a;
          color: #fff;
          border: none;
          padding: 18px;
          text-transform: uppercase;
          display: block;
          font-size: 19px;
          font-weight: 600;
          width: 100%;
          font-family: 'Dosis', sans-serif; }
          .product-des-wrap .productView .productView-options form .add-to-cart-wrapper .form-action .button:hover {
            background: #30c453; }
      .product-des-wrap .productView .productView-options form .add-to-cart-wrapper::after {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 1px;
        background: #ececec;
        bottom: 0; }

.section-product {
  padding-top: 20px; }

.product-page-padding {
  padding: 0 120px; }

.et-product-view-image-wrap {
  position: relative; }
  .et-product-view-image-wrap .toltip {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #fff;
    border-radius: 6px;
    color: #ce3535;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 12px;
    z-index: 8; }
  .et-product-view-image-wrap a {
    display: block;
    cursor: zoom-in;
    position: relative; }
  .et-product-view-image-wrap img {
    width: 100%;
    margin-bottom: 15px; }
  .et-product-view-image-wrap span[data-option-color] {
    position: absolute;
    right: 3px;
    background: #000;
    bottom: 17px;
    color: #fff;
    padding: 6px 7px;
    line-height: 1;
    display: inline-block; }

/*Sticky Header*/
.et-sticky-header-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 150px; }
  .et-sticky-header-product .prod-img-title {
    display: flex; }
    .et-sticky-header-product .prod-img-title img {
      height: 60px;
      width: auto;
      max-width: 65px; }
    .et-sticky-header-product .prod-img-title .productView-title {
      font-family: 'Arial';
      margin: 0;
      font-size: 14px;
      padding: 10px 20px;
      font-weight: 400; }
  .et-sticky-header-product .prod-price-action {
    display: flex;
    align-items: center; }
    .et-sticky-header-product .prod-price-action a.btn {
      background: #2bb04a;
      color: #fff;
      padding: 8px 20px;
      border-radius: 5px;
      font-size: 18px;
      font-weight: 600;
      font-family: 'Dosis', sans-serif; }
      .et-sticky-header-product .prod-price-action a.btn:hover {
        background: #30c453; }
    .et-sticky-header-product .prod-price-action .prod-price-action-price {
      font-family: 'Arial';
      font-weight: 700;
      font-size: 27px; }
      .et-sticky-header-product .prod-price-action .prod-price-action-price sup {
        font-size: 18px;
        font-weight: 600;
        position: relative;
        top: -6px; }
    .et-sticky-header-product .prod-price-action [data-product-price] {
      padding-right: 5px;
      text-decoration: line-through;
      font-size: 26px; }
    .et-sticky-header-product .prod-price-action [data-product-sell-price] {
      color: #ce3535;
      font-size: 31px;
      padding-right: 5px; }
      .et-sticky-header-product .prod-price-action [data-product-sell-price] sup {
        font-size: 19px;
        top: -9px; }

.et-sticky-header {
  top: -100%;
  position: absolute; }

.sticky-header {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

.animated {
  animation-duration: 500ms;
  animation-fill-mode: both; }

@keyframes slideInUp {
  0% {
    transform: translate3d(0, -80%, 0);
    visibility: visible; }
  100% {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

.prod-key-feature {
  text-align: center;
  padding-bottom: 30px; }
  .prod-key-feature p.title {
    font-family: 'Arial';
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    color: #000; }
    .prod-key-feature p.title span {
      border: 1px solid #e64a43;
      color: #e64a43;
      padding: 9px 15px;
      border-radius: 50px;
      margin-right: 5px; }
    .prod-key-feature p.title span#order_count {
      padding: 0;
      border: none;
      color: inherit;
      margin: 0; }
  .prod-key-feature .items-wrap {
    padding-top: 20px;
    display: grid;
    grid-template-columns: 48% 52%;
    grid-row-gap: 15px;
    text-align: left; }
    .prod-key-feature .items-wrap .item {
      background: #f4f4f4;
      border-radius: 50px;
      position: relative; }
    .prod-key-feature .items-wrap .item img {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .prod-key-feature .items-wrap .item p {
      font-size: 14px;
      margin: 0;
      padding-left: 45px;
      padding-top: 7px;
      padding-bottom: 7px;
      font-family: 'Arial';
      font-weight: 400; }
      .prod-key-feature .items-wrap .item p span {
        color: #e64a43;
        font-weight: 600; }
    .prod-key-feature .items-wrap .item:first-child p {
      font-size: 16px; }
    .prod-key-feature .items-wrap .item-1,
    .prod-key-feature .items-wrap .item-3 {
      border-radius: 50px 0 0 50px; }
    .prod-key-feature .items-wrap .item-2,
    .prod-key-feature .items-wrap .item-4 {
      border-radius: 0 50px 50px 0; }

.ali-review-jump {
  clear: both; }
  .ali-review-jump .ali-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #eee;
    border-radius: 6px;
    padding: 8px 20px;
    margin-bottom: 10px;
    font-family: 'Arial'; }
    .ali-review-jump .ali-header p {
      margin: 0; }
      .ali-review-jump .ali-header p span {
        font-weight: 600;
        margin: 0 2px; }
    .ali-review-jump .ali-header a {
      font-size: 14px;
      color: #ce3535;
      font-weight: 600;
      text-decoration: underline; }
  .ali-review-jump .ali-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #eee;
    border-radius: 6px;
    padding: 8px 20px 0px;
    margin-bottom: 10px; }
    .ali-review-jump .ali-content h4, .ali-review-jump .ali-content .h4 {
      color: #000;
      font-size: 16px;
      font-weight: 600;
      line-height: 26px;
      margin-bottom: 10px;
      font-family: 'Arial'; }
    .ali-review-jump .ali-content p {
      margin-bottom: 10px;
      font-family: 'Arial';
      font-weight: 400; }

.ali-add-to-cart-wrap .btn {
  margin: 0;
  background: #2bb04a;
  color: #fff;
  border: none;
  padding: 12px;
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  width: 100%;
  border-radius: 6px;
  text-align: center;
  font-size: 19px;
  font-family: 'Dosis', sans-serif; }
  .ali-add-to-cart-wrap .btn:hover {
    background: #30c453; }

.upsell-info-popup {
  position: fixed;
  width: 540px;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 11;
  visibility: hidden;
  opacity: 0;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%); }
  .upsell-info-popup .upsell-info-popup-inner {
    position: relative;
    padding: 32px 30px; }
    .upsell-info-popup .upsell-info-popup-inner a {
      position: absolute;
      right: 15px;
      top: 10px;
      color: #000;
      font-weight: 600; }
    .upsell-info-popup .upsell-info-popup-inner p {
      margin: 0;
      font-family: 'Arial'; }

.upsell-info-popup.active {
  visibility: visible;
  opacity: 1; }

.upsell-info-popup-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease; }

.upsell-info-popup-overlay.active {
  opacity: 1;
  visibility: visible;
  transition: all .5s ease; }

.et-upsell-modal-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9;
  left: 0;
  display: none; }
  .et-upsell-modal-wrap.active {
    display: block; }

.et-upsell-modal-overlay {
  background-color: rgba(232, 232, 232, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 12;
  left: 0; }

.et-upsell-modal {
  background-color: #fff;
  width: 780px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 10px 80px rgba(0, 0, 0, 0.25);
  z-index: 99; }
  .et-upsell-modal .upm-header {
    position: relative;
    text-align: center;
    background-color: #000;
    padding: 15px; }
    .et-upsell-modal .upm-header h3, .et-upsell-modal .upm-header .h3 {
      color: #fff;
      font-size: 35px;
      margin-bottom: 0;
      font-family: 'Arial'; }
    .et-upsell-modal .upm-header a {
      position: absolute;
      right: 25px;
      top: 20px;
      color: #fff; }
  .et-upsell-modal .upm-content {
    padding: 35px 0 30px 25px;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 25px;
    font-family: 'Arial'; }
    .et-upsell-modal .upm-content .prod-img {
      border: 2px solid #ccc;
      border-radius: 10px;
      width: auto;
      padding: 10px; }
      .et-upsell-modal .upm-content .prod-img img {
        width: auto;
        height: 250px; }
    .et-upsell-modal .upm-content .conts {
      padding-top: 10px; }
      .et-upsell-modal .upm-content .conts h2, .et-upsell-modal .upm-content .conts .h2 {
        font-size: 22px;
        position: relative;
        margin: 0;
        padding-bottom: 40px;
        font-family: 'Arial'; }
        .et-upsell-modal .upm-content .conts h2::after, .et-upsell-modal .upm-content .conts .h2::after {
          content: '';
          display: block;
          position: absolute;
          width: 200px;
          height: 2px;
          background: #66c86b;
          bottom: 20px; }
      .et-upsell-modal .upm-content .conts h3, .et-upsell-modal .upm-content .conts .h3 {
        font-family: 'Arial';
        font-size: 26px; }
        .et-upsell-modal .upm-content .conts h3 span, .et-upsell-modal .upm-content .conts .h3 span {
          font-size: 27px;
          color: #ce3535; }
        .et-upsell-modal .upm-content .conts h3 span.free-shipping, .et-upsell-modal .upm-content .conts .h3 span.free-shipping {
          color: #000;
          font-size: 24px;
          margin-left: 5px; }
  .et-upsell-modal .upm-footer {
    text-align: center;
    padding-bottom: 10px;
    margin: 0 12%; }
    .et-upsell-modal .upm-footer .button {
      background: #2bb04a;
      color: #fff;
      border: none;
      padding: 25px;
      font-size: 28px;
      font-weight: 600;
      display: block;
      margin-bottom: 5px;
      font-family: 'Open Sans', sans-serif; }
      .et-upsell-modal .upm-footer .button:hover {
        background: #30c453; }
    .et-upsell-modal .upm-footer .action-btn {
      color: #000;
      text-decoration: underline;
      font-size: 17px;
      font-weight: 600;
      font-family: 'Arial'; }

.product_card_off {
  position: absolute;
  top: 50px;
  background-color: red;
  padding: 10px;
  color: #fff;
  left: 0; }

.et-product-review-wrap {
  background-color: #F4F4F4;
  padding: 20px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 40px;
  margin-top: 30px;
  padding-bottom: 0; }

.et-product-review-head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 15px; }
  .et-product-review-head div.et-review-icon {
    border-right: 2px solid #fff;
    text-align: center; }
    .et-product-review-head div.et-review-icon img {
      width: 80px; }
    .et-product-review-head div.et-review-icon h4, .et-product-review-head div.et-review-icon .h4 {
      font-weight: 700;
      font-size: 15px;
      line-height: 26px;
      margin-bottom: 0;
      font-family: 'Arial';
      color: #000; }
    .et-product-review-head div.et-review-icon:last-child {
      border-right: none; }

.et-related-product h2, .et-related-product .h2 {
  text-transform: uppercase;
  font-weight: 300;
  border-bottom: 1px solid #ccc;
  position: relative;
  margin-bottom: 30px;
  font-size: 20px;
  padding-bottom: 10px;
  font-family: 'Lato', sans-serif; }
  .et-related-product h2::before, .et-related-product .h2::before {
    content: "";
    width: 120px;
    height: 1px;
    background-color: #844b1a;
    position: absolute;
    bottom: -1px; }

.regular_price-line-through {
  text-decoration: line-through; }

.productView-description {
  padding: 0; }

.productView-description,
.productView-description p,
.productView-description ul li {
  font-family: 'Arial' !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #000 !important; }

.productView-description ul {
  margin-left: 20px;
  padding-left: 0; }

.productView-description p:last-child {
  margin: 0;
  padding-bottom: 5px; }

.et-product-review-middle {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 15px;
  padding-right: 15px; }
  .et-product-review-middle .col-sm-3 {
    width: 30%; }
  .et-product-review-middle .col-sm-7 {
    width: 50%; }
  .et-product-review-middle .col-sm-2 {
    width: 20%; }

.et-product-review-middle-avis {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px; }
  .et-product-review-middle-avis h3, .et-product-review-middle-avis .h3 {
    font-family: 'Arial';
    font-weight: 700;
    text-align: center;
    font-size: 18px; }

.et-product-review-middle-box {
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 30px 10px 1px 10px; }
  .et-product-review-middle-box img {
    width: 120px;
    height: auto; }
  .et-product-review-middle-box h4, .et-product-review-middle-box .h4 {
    font-family: 'Arial';
    font-size: 14px;
    font-weight: 700; }
    .et-product-review-middle-box h4 span, .et-product-review-middle-box .h4 span {
      color: #ce3535; }

.et-product-review-middle-img {
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  text-align: -webkit-center;
  padding-top: 27px;
  background: #fff;
  border-radius: 10px; }
  .et-product-review-middle-img img {
    width: 100%;
    height: auto;
    max-width: 456px; }

.et-product-review-middle-img-cont {
  display: none; }

.single-review-bar {
  padding-left: 38px;
  position: relative;
  min-height: 25px;
  margin-bottom: 10px; }
  .single-review-bar .left-star {
    position: absolute;
    left: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif; }
    .single-review-bar .left-star img {
      width: 17px;
      position: relative;
      top: -2px; }
  .single-review-bar .full-bar {
    background-color: #F5F5F5;
    height: 25px;
    display: block;
    border-radius: 30px;
    position: relative;
    overflow: hidden; }
    .single-review-bar .full-bar .fill-bar {
      background-color: #FFB303;
      width: 30%;
      position: absolute;
      display: block;
      z-index: 1;
      top: 0;
      left: 0;
      bottom: 0;
      border-radius: 30px 0 0 30px; }

.prod-key-feature .items-wrap .limited_edt {
  color: #000 !important;
  font-weight: 400 !important; }

.prod-key-feature .items-wrap .progressbar {
  color: #000 !important; }
  .prod-key-feature .items-wrap .progressbar span.num {
    color: #e64a43; }

.mfp-close,
.mfp-bottom-bar {
  display: none !important; }

.mfp-bg {
  background-color: #F9F9F9;
  opacity: 1; }

.mfp-figure:after {
  box-shadow: none; }

.mfp-arrow-left::after {
  border: none; }

.mfp-arrow-left:before {
  border: none;
  content: "4";
  font-size: 16px;
  font-family: beauteproduit !important;
  transform: rotate(90deg);
  font-size: 60px;
  left: 20px; }

.mfp-arrow-right::after {
  border: none; }

.mfp-arrow-right:before {
  border: none;
  content: "4";
  font-size: 16px;
  font-family: beauteproduit !important;
  transform: rotate(-90deg);
  font-size: 60px; }

.et-productView .col-sm-6.left-portion {
  width: 51%; }

.et-productView .col-sm-6.et-stickey-sidebar {
  padding-left: 20px;
  width: 567px !important;
  background-color: #fff;
  position: relative; }

.et-productView-top {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px; }

.et-productView-top::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #ececec;
  bottom: 0; }

.productView-price {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px; }
  .productView-price sup {
    font-size: 16px; }

.save_percent_wrap {
  color: #ce3535;
  font-family: "Arial","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 14px; }
  .save_percent_wrap span[data-save-percent2] {
    font-style: italic;
    font-weight: 400; }

.productView-price-regular {
  text-decoration: line-through; }

.productView-price-sell {
  margin: 0 15px 0 10px;
  background-color: #e64a43;
  color: #fff;
  border-radius: 6px;
  padding: 10px; }

.data-product-option-change div[data-product-option-change] {
  display: flex;
  flex-flow: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .data-product-option-change div[data-product-option-change] .form-field .form-label {
    margin-bottom: 5px; }
  .data-product-option-change div[data-product-option-change] [data-product-attribute="set-select"] {
    flex: 0 0 auto;
    width: 50%;
    padding-right: 10px;
    padding-left: 10px; }
  .data-product-option-change div[data-product-option-change] [data-product-attribute] {
    padding-right: 10px;
    padding-left: 10px; }
  .data-product-option-change div[data-product-option-change] .form-field .form-select:focus {
    box-shadow: none; }
  .data-product-option-change div[data-product-option-change] .form-field .form-select {
    max-width: inherit;
    font-family: 'Arial'; }

.upsell-info-popup-toggle {
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: -2px;
  padding-left: 5px; }

.mfp-img {
  width: auto;
  height: auto !important;
  max-height: 600px !important; }

#stamped-main-widget {
  margin-top: 8px !important; }
  #stamped-main-widget div.stamped-container[data-widget-style] {
    margin-bottom: 0 !important; }

.stamped-container {
  margin-bottom: 0 !important; }

.stamped-review:last-child {
  padding-bottom: 0;
  margin-bottom: 0; }

.stamped-review {
  background: #fff;
  padding: 29px 16px 12px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
  position: relative; }

.stamped-review:last-child {
  padding-bottom: 0; }

.stamped-review-avatar {
  width: 20px;
  height: 20px; }

.stamped-container .stamped-review-image img {
  border: none;
  border-radius: 8px; }

.stamped-review-avatar-content {
  display: table-cell;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  font-weight: 700;
  font-size: 10px; }

#stamped-main-widget .stamped-review-header {
  font-size: 18px;
  margin-bottom: 10px; }

.stamped-review .author {
  font-size: 14px; }

.stamped-container .stamped-review-image a {
  pointer-events: none;
  cursor: default;
  border-radius: 10px; }

.stamped-review-header {
  font-size: 14px;
  width: 100%;
  line-height: 18px; }

.stamped-review .stamped-starratings {
  position: absolute;
  top: -16px;
  background: #fff;
  display: block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
  padding: 0 10px;
  border-radius: 50px; }

[data-widget-type=minimal] .stamped-review > .stamped-review-content {
  margin: 0 0 0 35px !important; }

div[data-widget-style*=standard] .stamped-header {
  position: absolute;
  z-index: -1;
  display: none; }

.stamped-review-header-title {
  display: none !important; }

p.stamped-review-content-body {
  margin-bottom: 0;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  line-height: 23px;
  margin-bottom: 15px;
  color: #1d1d1d;
  font-weight: 300; }

div[data-widget-style*=standard] .stamped-tab-container {
  position: absolute;
  font-size: 14px;
  height: 45px;
  display: none !important;
  left: -100px;
  opacity: 0; }

.stamped-review-content {
  margin-bottom: 0 !important; }

.stamped-review-header .stamped-verified-badge[data-type=buyer][data-verified-label]:after {
  display: none; }

.stamped-reviews-filter {
  position: absolute; }

.stamped-review[data-verified=buyer] .stamped-review-avatar:before {
  display: none; }

.stamped-review-avatar {
  text-shadow: none; }

.stamped-reviews .stamped-review .stamped-review-avatar {
  margin-right: 15px; }
  .stamped-reviews .stamped-review .stamped-review-avatar .stamped-review-avatar-content {
    background-image: url(https://ar.cdnhub.co/images/avatar/abstract/avatar1.jpg);
    background-position: center center;
    width: 20px;
    height: 20px;
    text-indent: -99px;
    border-radius: 50%;
    position: relative;
    background-size: cover;
    background-size: 200%; }
    .stamped-reviews .stamped-review .stamped-review-avatar .stamped-review-avatar-content::before {
      content: '\e905';
      font-family: beauteproduit;
      position: absolute;
      background: #4ad991;
      font-size: 8px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      line-height: 15px;
      color: #fff;
      z-index: 1;
      font-weight: 100;
      right: -6px;
      text-align: center;
      bottom: -3px;
      text-indent: 0px; }

.stamped-reviews .stamped-review:nth-child(1) .stamped-review-avatar .stamped-review-avatar-content {
  background-image: url(https://ar.cdnhub.co/images/avatar/abstract/avatar57.jpg); }

.stamped-reviews .stamped-review:nth-child(2) .stamped-review-avatar .stamped-review-avatar-content {
  background-image: url(https://ar.cdnhub.co/images/avatar/abstract/avatar34.jpg); }

.stamped-reviews .stamped-review:nth-child(3) .stamped-review-avatar .stamped-review-avatar-content {
  background-image: url(https://ar.cdnhub.co/images/avatar/abstract/avatar35.jpg); }

.stamped-reviews .stamped-review:nth-child(4) .stamped-review-avatar .stamped-review-avatar-content {
  background-image: url(https://ar.cdnhub.co/images/avatar/abstract/avatar36.jpg); }

.stamped-reviews .stamped-review:nth-child(5) .stamped-review-avatar .stamped-review-avatar-content {
  background-image: url(https://ar.cdnhub.co/images/avatar/abstract/avatar37.jpg); }

.stamped-reviews .stamped-review:nth-child(6) .stamped-review-avatar .stamped-review-avatar-content {
  background-image: url(https://ar.cdnhub.co/images/avatar/abstract/avatar38.jpg); }

.stamped-review-reply {
  display: none !important; }

.stamped-review-footer {
  margin-top: 0 !important; }

.mobile-cont-heading {
  display: none; }

#stamped-badge-widget {
  display: none; }

.et-data-product-option-change > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px; }

.et-select-option {
  text-align: left;
  padding-bottom: 20px; }

.et-select-option label {
  padding-bottom: 5px; }

.et-select-option select.et-form-select {
  background-image: url(https://store-2rkezxqh4s.mybigcommerce.com/content/img/down-arrow.svg);
  background-position: center right 8px;
  background-repeat: no-repeat;
  right: 10px;
  border: 1px solid #ececec;
  height: 45px;
  padding: 0 10px;
  border-radius: 6px;
  background-size: 20px 12px;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px; }

.product-des-wrap .productView .productView-options form {
  text-align: left; }

.et-data-product-option-change {
  position: relative; }

.et-data-product-option-change .et_option_image_change {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0; }

[data-product-option-change] {
  padding-left: 65px; }

.pp-title {
  margin-bottom: 6px;
  font-size: 14px !important; }

.et-number-point {
  width: 22px;
  height: 22px;
  background: black;
  display: inline-flex;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: none; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .product-page-padding {
    padding: 0; }
  .et-productView .col-sm-6.left-portion {
    width: 50%; }
  .et-productView .col-sm-6.et-stickey-sidebar {
    width: 465px !important; }
  .et-sticky-header-product {
    padding: 0 20px; }
  .et-product-review-middle-box h4 br, .et-product-review-middle-box .h4 br,
  .et-product-review-middle-box .h4 br {
    display: none; }
  .et-product-review-middle-box img {
    width: 99px; }
  .single-review-bar {
    margin-bottom: 5px; }
  .single-review-bar .full-bar {
    height: 22px;
    margin-bottom: 0; }
  .et-product-review-middle-img {
    padding-top: 13px; }
  .et-product-review-middle-box {
    padding-top: 13px; }
  .et-related-product {
    margin: 0 !important; }
  .prod-key-feature .items-wrap .item p {
    font-size: 12px; }
  .prod-key-feature .items-wrap .item:first-child p {
    font-size: 14px; } }

/* Tab breakpoint*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .et-productView .col-sm-6.et-stickey-sidebar {
    width: 365px !important; }
  .section-product {
    padding-top: 0; }
  .prod-key-feature .items-wrap .item img {
    top: 3px; }
  .prod-key-feature .items-wrap .item p {
    line-height: 16px; }
  .prod-key-feature p.title {
    font-size: 11px; }
  .section-product .row.et-productView {
    justify-content: center; }
  .et-product-review-middle-box {
    padding-top: 39px; }
  .et-product-review-middle-avis {
    padding-top: 35px; } }

/*Tab Landscape*/
@media (max-width: 768px) {
  .et-cart-table-width-5 {
    padding-top: 6px; }
  .section-product {
    padding-top: 0; }
  .product-page-padding {
    padding: 0; }
  .et-productView .col-sm-6.left-portion {
    width: 100%; }
  .et-productView .col-sm-6.et-stickey-sidebar {
    width: 100% !important;
    padding: 0 20px; }
  .et-product-review-head {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 5px; }
    .et-product-review-head div.et-review-icon {
      border-right: none; }
    .et-product-review-head div.et-review-icon img {
      width: 70px; }
    .et-product-review-head div.et-review-icon h4, .et-product-review-head div.et-review-icon .h4 {
      font-size: 14px;
      line-height: 20px; }
      .et-product-review-head div.et-review-icon h4 br, .et-product-review-head div.et-review-icon .h4 br {
        display: none; }
  .et-product-review-middle {
    display: grid;
    grid-row-gap: 15px;
    padding-left: 0;
    padding-right: 0; }
    .et-product-review-middle .col-sm-3 {
      width: 100%;
      order: 3; }
    .et-product-review-middle .col-sm-7 {
      width: 100%;
      order: 2; }
    .et-product-review-middle .col-sm-2 {
      display: none; }
  .et-related-product .col-sm-3 {
    width: 50%; }
  .et-product-review-middle-img-cont {
    display: block;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0 42px;
    padding-bottom: 15px; }
    .et-product-review-middle-img-cont img {
      width: auto;
      height: 52px; }
    .et-product-review-middle-img-cont h4, .et-product-review-middle-img-cont .h4 {
      font-size: 14px;
      font-family: 'Arial';
      text-align: left;
      margin: 0; }
    .et-product-review-middle-img-cont h4 span, .et-product-review-middle-img-cont .h4 span {
      color: #e64a43; }
  .et-product-view-image-wrap {
    padding-bottom: 10px; }
  .et-product-view-image img {
    width: 100%;
    height: 370px;
    object-fit: contain;
    margin-bottom: 0; }
  .et-product-view-image .slick-arrow {
    background: transparent;
    border: none;
    margin: 0 30px; }
    .et-product-view-image .slick-arrow.slick-prev::before {
      background-image: url("https://store-2rkezxqh4s.mybigcommerce.com/content/icons/left-arrow-w.svg"); }
    .et-product-view-image .slick-arrow.slick-next::before {
      background-image: url("https://store-2rkezxqh4s.mybigcommerce.com/content/icons/right-arrow-w.svg"); }
  .et-product-view-image ul.slick-dots {
    bottom: -10px;
    padding: 0 20px;
    overflow: hidden;
    position: relative;
    height: 25px; }
    .et-product-view-image ul.slick-dots li {
      height: 22px;
      width: 22px;
      padding: 0; }
    .et-product-view-image ul.slick-dots li button {
      width: 8px;
      height: 8px;
      border: none; }
    .et-product-view-image ul.slick-dots li button:before {
      width: 8px;
      height: 8px;
      background: rgba(0, 0, 0, 0.5); }
    .et-product-view-image ul.slick-dots li.slick-active button::before {
      background: rgba(0, 0, 0, 0.9);
      top: -3px;
      left: -3px;
      width: 12px;
      height: 12px; }
  .product-des-wrap .et-productView-title,
  .productView-price-regular {
    font-size: 21px; }
  .productView-price-sell {
    font-size: 21px;
    margin: 0 4px;
    padding: 2px 9px;
    border-radius: 5px; }
  .productView-price sup {
    font-size: 12px; }
  .save_percent_wrap {
    font-size: 13px; }
  .upsell-info-popup-toggle img {
    width: auto;
    height: 20px; }
  .product-des-wrap .productView .productView-options form label span.top-vente {
    margin-left: 0;
    white-space: pre; }
  .et-sticky-header-product {
    padding: 0;
    display: flex; }
    .et-sticky-header-product .prod-img-title {
      display: block; }
    .et-sticky-header-product .prod-img-title img {
      width: 52px;
      height: 52px;
      object-fit: cover; }
    .et-sticky-header-product .prod-img-title .productView-title {
      display: none; }
    .et-sticky-header-product .prod-price-action {
      margin-right: 5px; }
    .et-sticky-header-product .prod-price-action a.btn {
      padding: 4px 5px;
      font-size: 15px; }
  .et-upsell-modal {
    width: 97%; }
  .et-upsell-modal .upm-content {
    padding: 0 20px;
    grid-template-columns: inherit;
    grid-gap: 0;
    position: relative; }
  .et-upsell-modal .upm-content .prod-img {
    width: 150px;
    height: 150px;
    margin: 0 auto; }
    .et-upsell-modal .upm-content .prod-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .et-upsell-modal .upm-header h3, .et-upsell-modal .upm-header .h3,
  .et-upsell-modal .upm-header .h3, .et-upsell-modal .upm-content .conts h2, .et-upsell-modal .upm-content .conts .h2,
  .et-upsell-modal .upm-content .conts .h2 {
    font-size: 15px;
    text-align: center; }
  .et-upsell-modal .upm-content .conts h2, .et-upsell-modal .upm-content .conts .h2 {
    padding-bottom: 10px;
    display: none; }
  .et-upsell-modal .upm-content .conts h2::after, .et-upsell-modal .upm-content .conts .h2::after {
    display: none; }
  .et-upsell-modal .upm-content .conts h3, .et-upsell-modal .upm-content .conts .h3 {
    text-align: center; }
  .et-upsell-modal .upm-footer .button {
    font-size: 17px;
    padding: 18px 0; }
  .et-upsell-modal .upm-footer .action-btn {
    font-size: 14px; }
  .et-upsell-modal .upm-header a {
    right: 18px;
    top: 10px; }
  .et-upsell-modal .upm-content .conts h3 span.free-shipping, .et-upsell-modal .upm-content .conts .h3 span.free-shipping {
    font-size: 32px; }
  .ali-review-jump .ali-header {
    padding: 8px 10px; }
    .ali-review-jump .ali-header p span {
      font-size: 13px; }
  .ali-review-jump .ali-content {
    padding: 10px 8px 0px 10px; }
    .ali-review-jump .ali-content .des {
      max-width: 60%; }
    .ali-review-jump .ali-content h4, .ali-review-jump .ali-content .h4 {
      font-size: 14.5px;
      line-height: 20px;
      margin-bottom: 5px; }
    .ali-review-jump .ali-content p {
      font-size: 14.5px;
      line-height: 20px;
      margin-bottom: 0; }
    .ali-review-jump .ali-content img {
      width: auto;
      height: 93px; }
  .et-product-view-image-wrap a {
    pointer-events: none;
    cursor: default;
    padding: 0 11px; }
  .single-review-bar .full-bar {
    height: 20px; }
  .stamped-review {
    margin-bottom: 35px !important; }
  .stamped-review .stamped-starratings {
    left: 50%;
    transform: translateX(-50%); }
  #stamped-main-widget {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .upsell-info-popup {
    width: 70%; }
  .et-related-product h2, .et-related-product .h2 {
    text-transform: inherit; }
    .et-related-product h2 span, .et-related-product .h2 span {
      display: none; }
  .et-product-review-wrap {
    margin-bottom: 0;
    padding-top: 5px; }
  .et-related-product h2, .et-related-product .h2 {
    padding-top: 20px; }
  .mobile-cont-heading {
    display: block;
    font-size: 15px;
    font-family: Arial;
    text-align: center;
    padding: 15px 36px 10px 36px;
    margin: 0;
    font-weight: 600; }
  .et-upsell-modal .upm-footer {
    margin: 0 30px; }
  .et-product-view-image-wrap [data-mobile-slide] {
    margin-bottom: 15px; }
  .et-product-view-image-wrap .toltip {
    top: 14px;
    left: 18px;
    border-radius: 4px;
    padding: 2px 8px; } }

.has_variant {
  display: block; }

.has_no_variant {
  display: none !important; }

.cart-page-section {
  padding: 5px 0 20px 0; }

.qty-message {
  background-color: #000;
  margin-bottom: 20px;
  color: #fff;
  padding: 10px;
  text-align: center;
  position: relative;
  border-radius: 5px;
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 400; }
  .qty-message img {
    margin-right: 10px;
    height: 100%;
    width: auto; }
  .qty-message a {
    font-weight: 700;
    color: #fff;
    text-decoration: underline; }
  .qty-message::after {
    content: '';
    position: absolute;
    bottom: -15px;
    width: 0;
    height: 0;
    border-left: 27px solid transparent;
    border-right: 27px solid transparent;
    border-top: 18px solid #000;
    left: 0;
    right: 0;
    margin: auto; }

.et-cart-table-head-inner {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 10px; }
  .et-cart-table-head-inner h3, .et-cart-table-head-inner .h3 {
    font-size: 21px;
    font-family: 'Arial';
    margin: 0;
    font-weight: 600; }
  .et-cart-table-head-inner p {
    font-family: 'Arial';
    margin: 0;
    font-weight: 400; }

.et-cart-table-width-1 {
  flex: 0 0 50%; }

.et-cart-table-width-2 {
  flex: 0 0 14%;
  text-align: center; }

.et-cart-table-width-3 {
  flex: 0 0 18%;
  text-align: center; }

.et-cart-table-width-4 {
  flex: 0 0 8%;
  text-align: center; }

.et-cart-table-width-5 {
  flex: 0 0 10%;
  text-align: center; }

.et-cart-table-width-6 {
  flex: 0 0 1%;
  position: absolute;
  right: 20px; }

.et-cart-table-head-checkout {
  text-align: right;
  margin-bottom: 10px; }

.et-cart-price {
  font-size: 18px;
  text-decoration: line-through;
  font-weight: 600;
  font-family: 'Arial'; }

.data-cart-sell {
  color: #ce3535;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Arial'; }

.et-checkout-button {
  background: #2bb04a;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  padding: 8px 45px;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: 'Dosis', sans-serif; }
  .et-checkout-button i {
    display: none;
    font-size: 20px;
    margin-right: 4px; }
  .et-checkout-button:hover {
    background: #29b64a;
    color: #fff; }

.et-cart-table-bottom {
  display: flex;
  justify-content: space-between; }

.et-cart-tools {
  background-color: #F4F4F4;
  padding: 15px 20px 20px;
  text-align: center;
  margin-top: 20px;
  border-radius: 6px;
  font-family: 'Arial'; }
  .et-cart-tools p img {
    height: 30px;
    position: relative;
    top: -2px; }
  .et-cart-tools h3, .et-cart-tools .h3 {
    font-family: 'Arial';
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000; }
    .et-cart-tools h3 span, .et-cart-tools .h3 span {
      font-size: 21px;
      font-weight: 700; }
  .et-cart-tools p {
    font-family: 'Arial';
    font-size: 16px;
    margin: 0;
    padding-bottom: 15px;
    color: #000; }
    .et-cart-tools p span {
      font-weight: 600; }
    .et-cart-tools p span.bravo {
      display: none; }
    .et-cart-tools p span#vous {
      font-weight: 500;
      font-size: 18px; }

.et-cart-table-item-image {
  position: relative;
  padding-left: 160px;
  min-height: 150px; }
  .et-cart-table-item-image img {
    position: absolute;
    left: 0;
    height: 150px;
    width: 150px;
    max-height: 150px;
    max-width: 150px;
    object-fit: cover; }
  .et-cart-table-item-image h2.cart-item-name a, .et-cart-table-item-image .cart-item-name.h2 a {
    color: #000;
    font-weight: 400;
    font-size: 18px; }
  .et-cart-table-item-image ul {
    margin: 0;
    list-style: none;
    padding: 0; }
  .et-cart-table-item-image ul li {
    font-size: 15px; }
  .et-cart-table-item-image a[data-item-edit] {
    color: #2bb04a;
    font-size: 14px;
    font-weight: 600; }

.et-cart-table-item-image [data-product-save] {
  position: absolute;
  left: 0;
  background: #e44b45;
  color: #fff;
  z-index: 1;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: 400;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
  padding: 1px 10px 4px; }

.et-cart-table-item {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #ececec; }
  .et-cart-table-item button.cart-remove.icon {
    margin: 0; }

.cart-item-price-wrap span {
  padding-right: 30px; }

.cart-item-price-wrap strong {
  color: #ce3535; }

.et-cart-qty-selector {
  text-align: left;
  padding: 0 30px; }
  .et-cart-qty-selector select.form-select {
    border: 1px solid #ececec;
    border-radius: 5px;
    height: 40px;
    font-family: 'Arial';
    font-size: 14px;
    font-weight: 400; }
  .et-cart-qty-selector select.form-select:focus {
    box-shadow: none;
    border-color: #333; }
  .et-cart-qty-selector label {
    font-size: 14px; }

.et-cart-var-selector {
  text-align: left;
  padding: 0 30px; }
  .et-cart-var-selector select.et-choose-option {
    border: 1px solid #ececec;
    border-radius: 5px;
    height: 40px;
    font-family: 'Arial';
    font-size: 14px;
    font-weight: 400; }
  .et-cart-var-selector select.et-choose-option:focus {
    box-shadow: none;
    border-color: #333; }
  .et-cart-var-selector label {
    font-size: 14px; }
  .et-cart-var-selector .et-chose-form div[data-product-attribute="set-select"] {
    display: flex;
    flex-direction: column-reverse; }

.et-options-wrap {
  text-align: left;
  position: relative; }
  .et-options-wrap select.et_option_select {
    border: 1px solid #ececec;
    border-radius: 5px;
    height: 40px;
    font-family: 'Arial';
    font-size: 14px;
    font-weight: 400;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("https://store-2rkezxqh4s.mybigcommerce.com/content/img/down-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px; }
  .et-options-wrap select.et_option_select:focus {
    box-shadow: none;
    border-color: #333; }
  .et-options-wrap label {
    font-size: 14px; }
  .et-options-wrap .et-chose-form div[data-product-attribute="set-select"] {
    display: flex;
    flex-direction: column-reverse; }

.et-product-card.et-product-card-cart,
.et-product-card.et-product-card-cart2 {
  text-align: center; }

.cart_page_add {
  display: inline-block !important;
  border: 2px solid #2bb04a;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  padding: 7px 32px 7px 28px;
  font-weight: 600;
  border-radius: 7px;
  margin-top: 15px;
  color: #2bb04a; }
  .cart_page_add:hover {
    color: #2bb04a; }
  .cart_page_add i {
    font-size: 12px;
    position: relative;
    top: -3px;
    padding-right: 2px;
    font-weight: bold; }

.payment-security {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  padding-top: 30px; }
  .payment-security h4, .payment-security .h4 {
    margin: 0;
    padding-bottom: 10px; }

.expire-timer {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Arial'; }
  .expire-timer.desktop {
    width: 30%;
    padding-top: 30px; }
  .expire-timer span {
    color: #ce3535;
    font-weight: 600;
    font-size: 15px; }

.et-payment-img {
  padding-top: 20px;
  text-align: center;
  margin-right: 35px; }
  .et-payment-img img {
    height: auto;
    width: 100%; }

.et-form-increment {
  border: 1px solid #e6e5e5;
  position: relative;
  width: 89px;
  height: 42px; }
  .et-form-increment input {
    width: 53px;
    height: 100%;
    font-size: 16px;
    font-weight: 400; }
  .et-form-increment button {
    position: absolute;
    right: 5px;
    font-size: 15px;
    margin: 0;
    height: 20px; }
    .et-form-increment button.inc {
      top: 0;
      transform: rotate(180deg); }
      .et-form-increment button.inc i {
        position: relative;
        top: -8px; }
    .et-form-increment button.dec {
      bottom: 0; }
      .et-form-increment button.dec i {
        position: relative;
        bottom: 8px; }

.et-cart-related-section {
  padding-bottom: 30px; }

.cart-item-brand,
.et-cart-page-gurantee-wrap,
.cart-total-mobile,
.et-cart-table-width-7 {
  display: none; }

@media (max-width: 768px) {
  .expire-timer.desktop {
    display: none; }
  .et-cart-table-width-7 {
    display: block; }
  .et-cart-table-head {
    border-bottom: 1px solid #ececec;
    position: relative;
    padding-bottom: 13px; }
  .et-cart-table-head-inner {
    display: grid;
    grid-template-columns: auto auto;
    padding: 0;
    padding-top: 8px;
    border-bottom: 0; }
    .et-cart-table-head-inner .et-cart-table-width-2,
    .et-cart-table-head-inner .et-cart-table-width-3,
    .et-cart-table-head-inner .et-cart-table-width-4,
    .et-cart-table-head-inner .et-cart-table-width-5,
    .et-cart-table-head-inner .et-cart-table-width-6 {
      display: none; }
  .et-checkout-button {
    width: 100%;
    text-align: center;
    padding: 11px 22px;
    border-radius: 8px;
    box-shadow: 0 5px 0 #208938; }
  .qty-message {
    margin-bottom: 10px; }
  .qty-message::after {
    display: none; }
  .expaire-time {
    display: none; }
  .et-cart-table-item {
    justify-content: space-around; }
  .et-cart-table-width-1 {
    flex: 0 0 100%; }
  .et-cart-table-width-2 {
    flex: 0 0 15%; }
  .et-cart-table-width-3 {
    flex: 0 0 30%; }
  .et-cart-table-width-4 {
    display: none; }
  .et-cart-table-width-5 {
    padding-top: 8px;
    flex: 0 0 15%; }
  .et-cart-table-width-6 {
    padding-top: 8px;
    flex: 0 0 5%;
    position: inherit;
    right: inherit; }
  .et-cart-table-item-image {
    padding-left: 125px;
    padding-right: 40px;
    min-height: 115px;
    margin-bottom: 10px; }
    .et-cart-table-item-image img {
      height: 115px;
      width: 115px;
      max-width: 115px;
      max-height: 115px; }
  .et-cart-var-selector {
    padding: 0;
    width: 145px; }
  .et-cart-qty-selector {
    padding: 0;
    width: 70px; }
  .et-cart-table-item-image h2.cart-item-name a, .et-cart-table-item-image .cart-item-name.h2 a,
  .et-cart-table-item-image .cart-item-name.h2 a {
    font-size: 15px;
    line-height: 26px; }
  .et-cart-table-item-image [data-product-save] {
    padding: 1px 8px 4px; }
  .et-options-wrap select.et_option_select,
  .et-cart-qty-selector select.form-select {
    border-radius: 50px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .et-cart-table-bottom {
    display: grid;
    justify-content: inherit; }
  .et-payment-img {
    margin: 0;
    order: 2;
    text-align: right;
    text-align: -webkit-right; }
    .et-payment-img img {
      width: auto;
      height: 83px; }
  .et-cart-tools {
    order: 1;
    background: transparent;
    padding: 0;
    text-align: right;
    display: grid; }
    .et-cart-tools h3, .et-cart-tools .h3 {
      order: 2;
      font-size: 16px;
      margin-bottom: 15px; }
    .et-cart-tools p {
      order: 1;
      padding-bottom: 4px; }
    .et-cart-tools p span.bravo {
      display: inline-block;
      font-weight: inherit;
      padding-left: 5px; }
    .et-cart-tools p span#vous {
      font-size: 17px; }
    .et-cart-tools p img {
      height: 24px; }
    .et-cart-tools a {
      order: 3; }
  .et-cart-page-gurantee-wrap {
    display: block;
    padding-bottom: 20px; }
  .et-cp-gurantee-title {
    font-size: 16px;
    padding-left: 10px; }
  .et-cart-page-gurantee {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    padding: 0 10px; }
    .et-cart-page-gurantee .item {
      text-align: center; }
    .et-cart-page-gurantee .item img {
      width: auto;
      height: 70px; }
    .et-cart-page-gurantee .item h4, .et-cart-page-gurantee .item .h4 {
      font-size: 13px;
      padding-top: 10px;
      margin: 0; }
  .cart_page_add {
    padding: 6px;
    line-height: 22px; }
  .cart-total-mobile {
    display: block; }
  .cart-total-mobile h3, .cart-total-mobile .h3 {
    font-size: 17px;
    font-weight: 600;
    font-family: Arial;
    margin-bottom: 10px; } }

.et-footer {
  background-color: #232f3e;
  padding-top: 30px;
  padding-bottom: 80px; }
  .et-footer .row.et-footer-padding {
    padding: 0 240px;
    margin-bottom: 20px; }

.et-footer-widget h3, .et-footer-widget .h3 {
  font-size: 19px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: 'Arial'; }

.et-footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.et-footer-widget ul li a {
  display: block;
  padding: 2px 0; }

.et-footer-widget a {
  font-family: 'Arial';
  color: #fff; }

.et-footer-about p {
  font-family: 'Arial';
  color: #fff; }

.et-footer-widget-address {
  font-family: 'Arial'; }
  .et-footer-widget-address h3, .et-footer-widget-address .h3 {
    color: #dec537; }
  .et-footer-widget-address address h6, .et-footer-widget-address address .h6 {
    font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
    font-size: 17px;
    font-family: 'Arial'; }
  .et-footer-widget-address p {
    font-family: 'Arial';
    color: #fff; }

.et-footer-widget-payment-icon {
  text-align: center; }
  .et-footer-widget-payment-icon h3, .et-footer-widget-payment-icon .h3 {
    font-weight: 400; }

.footer-fixed-notice-ajax,
.fixed-shiping-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F4F4F4;
  font-weight: 700;
  text-align: center;
  font-size: 15px;
  padding: 15px 0;
  z-index: 9999;
  font-family: 'Arial'; }

@media (min-width: 768px) and (max-width: 1024px) {
  .et-footer .row.et-footer-padding {
    padding: 0; } }

/* Tab breakpoint*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .et-footer .row.et-footer-padding {
    padding: 0; } }

/*Tab Landscape*/
@media (max-width: 768px) {
  .et-footer {
    text-align: center; }
    .et-footer .row.et-footer-padding {
      padding: 0; } }

.satisfied-clients-review .page-top p span {
  background-image: url("https://store-2rkezxqh4s.mybigcommerce.com/content/icons/star.png");
  padding: 0 52px;
  margin-right: 5px;
  background-size: contain;
  background-position: center center; }

.satisfied-clients-review .stamped-reviews-image-wrapper {
  border-top: none;
  margin: 0;
  padding: 35px 0 5px 0;
  position: relative; }
  .satisfied-clients-review .stamped-reviews-image-wrapper::before {
    content: "";
    width: calc(100% + 32px);
    height: 1px;
    background: #e4e4e4;
    position: absolute;
    left: 0;
    top: 20px;
    right: 0;
    bottom: 0;
    margin-left: -16px; }
  .satisfied-clients-review .stamped-reviews-image-wrapper span {
    color: #bcbcbc;
    font-size: 12px; }
  .satisfied-clients-review .stamped-reviews-image-wrapper span:hover {
    text-decoration: underline; }
  .satisfied-clients-review .stamped-reviews-image-wrapper a img {
    border-radius: 6px; }

.satisfied-clients-review .stamped-wall-photos-wrapper {
  column-count: 4; }

.satisfied-clients-review .stamped-photo-wrapper {
  font-family: 'Lato', sans-serif;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden; }
  .satisfied-clients-review .stamped-photo-wrapper:hover {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1); }

.satisfied-clients-review .stamped-reviews-holder {
  position: relative;
  background: #fff;
  padding: 20px 15px 0px 15px; }

.satisfied-clients-review .stamped-reviews-holder .stamped-reviews-rating {
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background: #fff;
  width: fit-content;
  border-radius: 50px;
  padding: 0 12px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1); }

.satisfied-clients-review .stamped-reviews-holder .stamped-reviews-author::after {
  content: "\e905";
  font-family: beauteproduit;
  background: #4ad991;
  font-size: 6px;
  padding: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  line-height: 15px;
  color: #fff;
  font-weight: 100;
  text-align: center;
  position: relative;
  top: -4px;
  right: -5px; }

.satisfied-clients-review .stamped-pagination div {
  display: flex;
  align-items: center;
  justify-content: center; }

.satisfied-clients-review .stamped-pagination .stamped-pagination-prev {
  position: relative;
  border-radius: 3px;
  background: #ececec; }
  .satisfied-clients-review .stamped-pagination .stamped-pagination-prev a {
    font-size: 12px;
    display: inline-block;
    padding: 0 10px; }
  .satisfied-clients-review .stamped-pagination .stamped-pagination-prev a:before {
    content: '\e900' !important;
    font-family: 'beauteproduit' !important; }

.satisfied-clients-review .stamped-pagination .stamped-pagination-next {
  position: relative;
  border-radius: 3px;
  background: #ececec; }
  .satisfied-clients-review .stamped-pagination .stamped-pagination-next a {
    font-size: 12px;
    display: inline-block;
    padding: 0 10px; }
  .satisfied-clients-review .stamped-pagination .stamped-pagination-next a:before {
    content: '\e901' !important;
    font-family: 'beauteproduit' !important; }

.satisfied-clients-review .stamped-pagination #pages {
  padding: 0 20px; }

.satisfied-clients-review .stamped-pagination #pages span.is-active {
  background: #c37d77;
  color: #fff; }

.satisfied-clients-review .stamped-pagination #pages span {
  height: 20px;
  width: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px; }

.satisfied-clients-review .stamped-pagination #pages span a {
  padding: 0; }

.stamped-container[data-widget-show-product-variant=true] .stamped-review-product a {
  display: none !important; }

@media (max-width: 768px) {
  .satisfied-clients-review .stamped-wall-photos-wrapper {
    column-count: 2; } }

/* Search APP CSS*/
.snize-ac-results .snize-title {
  font-size: 16px !important; }

.snize-ac-results .snize-description {
  font-size: 14px !important; }

.snize-ac-results .snize-product-info .snize-price-list {
  font-size: 18px !important; }

.snize-ac-results .snize-product-info .snize-discounted-price {
  font-size: 15px !important; }

body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text {
  display: none; }

.snize-ac-results .snize-product-info {
  justify-content: space-around; }

@media (max-width: 768px) {
  .snize-ac-results .snize-title {
    font-size: 15px !important; }
  .snize-ac-results .snize-description {
    font-size: 12px !important; }
  .snize-ac-results .snize-product-info .snize-price-list {
    font-size: 14px !important; }
  .snize-ac-results .snize-product-info .snize-discounted-price {
    font-size: 13px !important; }
  .snize-ac-results.snize-ac-results-mobile .snize-nothing-found .snize-popular-suggestions-text,
  .snize-ac-results.snize-ac-results-mobile .snize-nothing-found div.snize-popular-suggestions-view-all-products-text {
    display: none; } }

/*===========================================================
    Judge me Review App css
    =============================================================*/
#judgeme_product_reviews .jdgm-rev-widg__header {
  display: none; }

#judgeme_product_reviews .jdgm-rev-widg__reviews .jdgm-rev {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 25px 0 10px 20px;
  margin: 30px 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: inherit; }

#judgeme_product_reviews .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header {
  display: flex;
  align-items: center; }
  #judgeme_product_reviews .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header .jdgm-rev__icon {
    width: 20px;
    height: 20px;
    font-size: 0px;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-image: url("https://ar.cdnhub.co/images/avatar/abstract/avatar1.jpg"); }
  #judgeme_product_reviews .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header .jdgm-rev__icon:before {
    content: '\e905';
    font-family: beauteproduit;
    position: absolute;
    background: #4ad991;
    font-size: 7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    color: #fff;
    right: -6px;
    bottom: -3px;
    display: flex;
    align-items: center;
    justify-content: center; }
  #judgeme_product_reviews .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header .jdgm-rev__rating {
    position: absolute;
    background: #fff;
    border-radius: 50px;
    top: -11px;
    z-index: 8;
    padding: 2px 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }
  #judgeme_product_reviews .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header .jdgm-rev__rating .jdgm-star {
    font-size: 12px;
    padding: 0 2px !important; }

#judgeme_product_reviews .jdgm-rev__body p {
  font-size: 14px;
  font-family: 'Arial';
  margin-top: 10px; }

#judgeme_product_reviews .jdgm-rev__pics .jdgm-rev__pic-link {
  pointer-events: none;
  cursor: default; }

#judgeme_product_reviews .jdgm-paginate__load-more {
  margin-top: 0 !important;
  color: #000 !important;
  border-color: #2bb04a !important; }
  #judgeme_product_reviews .jdgm-paginate__load-more:hover {
    background-color: #2bb04a !important;
    border-color: #2bb04a !important;
    color: #fff !important; }

.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__header .jdgm-rev__icon {
  background-image: url("https://ar.cdnhub.co/images/avatar/abstract/avatar99.jpg");
  font-size: 0px;
  display: none; }

#judgeme_product_reviews .jdgm-rev-widg__reviews .jdgm-rev:nth-child(1) > .jdgm-rev__header .jdgm-rev__icon,
.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev:nth-child(1) > .jdgm-rev__header .jdgm-rev__icon {
  background-image: url("https://ar.cdnhub.co/images/avatar/abstract/avatar99.jpg"); }

#judgeme_product_reviews .jdgm-rev-widg__reviews .jdgm-rev:nth-child(2) > .jdgm-rev__header .jdgm-rev__icon,
.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev:nth-child(2) > .jdgm-rev__header .jdgm-rev__icon {
  background-image: url("https://ar.cdnhub.co/images/avatar/abstract/avatar2.jpg"); }

#judgeme_product_reviews .jdgm-rev-widg__reviews .jdgm-rev:nth-child(3) > .jdgm-rev__header .jdgm-rev__icon,
.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev:nth-child(3) > .jdgm-rev__header .jdgm-rev__icon {
  background-image: url("https://ar.cdnhub.co/images/avatar/abstract/avatar3.jpg"); }

#judgeme_product_reviews .jdgm-rev-widg__reviews .jdgm-rev:nth-child(4) > .jdgm-rev__header .jdgm-rev__icon,
.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev:nth-child(4) > .jdgm-rev__header .jdgm-rev__icon {
  background-image: url("https://ar.cdnhub.co/images/avatar/abstract/avatar4.jpg"); }

#judgeme_product_reviews .jdgm-rev-widg__reviews .jdgm-rev:nth-child(5) > .jdgm-rev__header .jdgm-rev__icon,
.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev:nth-child(5) > .jdgm-rev__header .jdgm-rev__icon {
  background-image: url("https://ar.cdnhub.co/images/avatar/abstract/avatar5.jpg"); }

#judgeme_product_reviews .jdgm-rev-widg__reviews .jdgm-rev:nth-child(6) > .jdgm-rev__header .jdgm-rev__icon,
.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev:nth-child(6) > .jdgm-rev__header .jdgm-rev__icon {
  background-image: url("https://ar.cdnhub.co/images/avatar/abstract/avatar6.jpg"); }

#judgeme_product_reviews .jdgm-rev-widg__reviews .jdgm-rev:nth-child(7) > .jdgm-rev__header .jdgm-rev__icon,
.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev:nth-child(7) > .jdgm-rev__header .jdgm-rev__icon {
  background-image: url("https://ar.cdnhub.co/images/avatar/abstract/avatar7.jpg"); }

#judgeme_product_reviews .jdgm-rev-widg__reviews .jdgm-rev:nth-child(8) > .jdgm-rev__header .jdgm-rev__icon,
.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev:nth-child(8) > .jdgm-rev__header .jdgm-rev__icon {
  background-image: url("https://ar.cdnhub.co/images/avatar/abstract/avatar8.jpg"); }

#judgeme_product_reviews .jdgm-rev-widg__reviews .jdgm-rev:nth-child(9) > .jdgm-rev__header .jdgm-rev__icon,
.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev:nth-child(9) > .jdgm-rev__header .jdgm-rev__icon {
  background-image: url("https://ar.cdnhub.co/images/avatar/abstract/avatar9.jpg"); }

#judgeme_product_reviews .jdgm-rev-widg__reviews .jdgm-rev:nth-child(10) > .jdgm-rev__header .jdgm-rev__icon,
.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev:nth-child(10) > .jdgm-rev__header .jdgm-rev__icon {
  background-image: url("https://ar.cdnhub.co/images/avatar/abstract/avatar10.jpg"); }

#judgeme_product_reviews .jdgm-rev-widg__reviews .jdgm-rev:nth-child(11) > .jdgm-rev__header .jdgm-rev__icon,
.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev:nth-child(11) > .jdgm-rev__header .jdgm-rev__icon {
  background-image: url("https://ar.cdnhub.co/images/avatar/abstract/avatar11.jpg"); }

#judgeme_product_reviews .jdgm-rev-widg__reviews .jdgm-rev:nth-child(12) > .jdgm-rev__header .jdgm-rev__icon,
.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev:nth-child(12) > .jdgm-rev__header .jdgm-rev__icon {
  background-image: url("https://ar.cdnhub.co/images/avatar/abstract/avatar12.jpg"); }

#judgeme_product_reviews .jdgm-rev-widg__reviews .jdgm-rev:nth-child(13) > .jdgm-rev__header .jdgm-rev__icon,
.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev:nth-child(13) > .jdgm-rev__header .jdgm-rev__icon {
  background-image: url("https://ar.cdnhub.co/images/avatar/abstract/avatar13.jpg"); }

#judgeme_product_reviews .jdgm-rev-widg__reviews .jdgm-rev:nth-child(14) > .jdgm-rev__header .jdgm-rev__icon,
.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev:nth-child(14) > .jdgm-rev__header .jdgm-rev__icon {
  background-image: url("https://ar.cdnhub.co/images/avatar/abstract/avatar14.jpg"); }

#judgeme_product_reviews .jdgm-rev-widg__reviews .jdgm-rev:nth-child(15) > .jdgm-rev__header .jdgm-rev__icon,
.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev:nth-child(15) > .jdgm-rev__header .jdgm-rev__icon {
  background-image: url("https://ar.cdnhub.co/images/avatar/abstract/avatar15.jpg"); }

#judgeme_product_reviews .jdgm-rev-widg__reviews .jdgm-rev:nth-child(16) > .jdgm-rev__header .jdgm-rev__icon,
.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev:nth-child(16) > .jdgm-rev__header .jdgm-rev__icon {
  background-image: url("https://ar.cdnhub.co/images/avatar/abstract/avatar16.jpg"); }

#judgeme_product_reviews .jdgm-rev-widg__reviews .jdgm-rev:nth-child(17) > .jdgm-rev__header .jdgm-rev__icon,
.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev:nth-child(17) > .jdgm-rev__header .jdgm-rev__icon {
  background-image: url("https://ar.cdnhub.co/images/avatar/abstract/avatar17.jpg"); }

#judgeme_product_reviews .jdgm-rev-widg__reviews .jdgm-rev:nth-child(18) > .jdgm-rev__header .jdgm-rev__icon,
.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev:nth-child(18) > .jdgm-rev__header .jdgm-rev__icon {
  background-image: url("https://ar.cdnhub.co/images/avatar/abstract/avatar18.jpg"); }

#judgeme_product_reviews .jdgm-rev-widg__reviews .jdgm-rev:nth-child(19) > .jdgm-rev__header .jdgm-rev__icon,
.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev:nth-child(19) > .jdgm-rev__header .jdgm-rev__icon {
  background-image: url("https://ar.cdnhub.co/images/avatar/abstract/avatar19.jpg"); }

#judgeme_product_reviews .jdgm-rev-widg__reviews .jdgm-rev:nth-child(20) > .jdgm-rev__header .jdgm-rev__icon,
.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev:nth-child(20) > .jdgm-rev__header .jdgm-rev__icon {
  background-image: url("https://ar.cdnhub.co/images/avatar/abstract/avatar20.jpg"); }

.jdgm-all-reviews-widget .jdgm-subtab,
.jdgm-all-reviews-widget .jdgm-all-reviews__header {
  display: none; }

.jdgm-all-reviews-widget .jdgm-all-reviews__body {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between; }

.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 10px;
  flex: 0 0 auto;
  width: 23%;
  margin: 10px 10px 20px;
  position: relative;
  overflow: inherit; }

.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__rating {
  position: absolute;
  background: #fff;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 2px 12px;
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }

.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__rating span {
  font-size: 13px; }

.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__author {
  position: relative; }

.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__author:after {
  content: '\e905';
  font-family: beauteproduit;
  position: absolute;
  background: #4ad991;
  font-size: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  color: #fff;
  right: -18px;
  bottom: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__pic-link {
  pointer-events: none;
  cursor: default; }

.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__prod-info-wrapper .jdgm-rev__prod-link-prefix {
  display: none; }

.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__prod-info-wrapper {
  position: absolute;
  bottom: 20px; }

.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__content:after {
  content: "";
  position: absolute;
  display: block;
  background: #e4e4e4;
  width: 100%;
  height: 2px;
  bottom: 75px;
  left: 0; }

.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__content {
  padding-bottom: 75px; }

#judgeme_product_reviews .jdgm-paginate {
  display: none; }

@media (max-width: 768px) {
  #judgeme_product_reviews .jdgm-rev-widg__reviews .jdgm-rev {
    margin: 30px 0; }
  #judgeme_product_reviews .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header .jdgm-rev__rating {
    left: 50%;
    transform: translateX(-50%); }
  .jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev {
    width: 43%; } }

.section-category {
  padding-top: 10px;
  padding-bottom: 40px; }

.category-fillter-wrap {
  margin-bottom: 30px; }

.et-sort-box {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .et-sort-box label {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    font-family: Arial;
    margin-right: 20px; }
  .et-sort-box select {
    width: 170px;
    border: 1px solid #ccc;
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
    font-family: Arial;
    background: transparent;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
  .et-sort-box:after {
    content: '\34';
    font-family: 'beauteproduit' !important;
    font-size: 16px;
    position: relative;
    right: 25px;
    z-index: -1; }

.category-page-heading {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 27px;
  font-family: Arial; }

.et-product-card-price-search {
  justify-content: flex-start; }

.category-product-section {
  padding-bottom: 40px; }
  .category-product-section h2, .category-product-section .h2 {
    font-size: 24px;
    margin-bottom: 30px; }

hr {
  color: #edeaea;
  opacity: 1; }

.page-section {
  padding-top: 20px;
  padding-bottom: 30px; }

.et-page-content p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: Arial,"Helvetica Neue",Helvetica,Arial,sans-serif; }

.et-page-content ul li {
  margin-bottom: 3px; }
  .et-page-content ul li > p {
    margin-bottom: 0; }

.et-empty-cart {
  padding-top: 30px;
  padding-bottom: 20px; }
  .et-empty-cart h3, .et-empty-cart .h3 {
    margin-bottom: 10px; }

.et-incrment {
  display: none; }

body.extra-z-index .et-sticky-header {
  position: relative;
  z-index: 1 !important; }

@media (max-width: 768px) {
  .section-category {
    padding-top: 0; }
  .et-sort-box {
    justify-content: flex-start;
    margin-top: 15px; }
  .category-fillter-wrap {
    margin-bottom: 25px; } }

.grid-item.four-tenths {
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 15px; }

.grid-item.four-tenths [class*="p_choice_"] {
  display: flex; }

.grid-item.four-tenths.selected-sec {
  background: #f4f4f4; }
  .grid-item.four-tenths.selected-sec span#two_for_price,
  .grid-item.four-tenths.selected-sec span#three_for_price {
    color: #000 !important; }

.grid-item.four-tenths .selected span.custom-radio-ds::after {
  transform: scale(1); }

.inner-sec-variations span {
  top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -10px;
  background: #000;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 auto;
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 600;
  font-family: 'Roboto', sans-serif; }

.small-switch-img {
  position: relative;
  display: none; }

.selected-sec .small-switch-img {
  display: block;
  margin-right: 15px;
  float: left;
  position: relative;
  top: -5px; }

.inner-sec-variations .form-select {
  background-color: #fff;
  background-image: url(https://store-2rkezxqh4s.mybigcommerce.com/content/icons/Triangle.svg);
  background-size: 20px 19px;
  margin: 0;
  display: inline-block;
  z-index: 99;
  border-radius: 50px;
  padding: 0 20px;
  font-family: 'Roboto';
  font-weight: 600;
  color: #000;
  border: none;
  height: 36px;
  width: 100%;
  max-width: 212px; }
  .inner-sec-variations .form-select:focus {
    outline: none;
    box-shadow: none; }

.grid-item.four-tenths [class*=p_choice_] .form-field {
  max-width: calc(100% / 2 - 10px);
  width: 100%; }

.sku-label, dd.productView-info-value {
  display: none; }

.grid-item.four-tenths span.custom-radio-ds::after {
  content: "";
  left: -5px;
  position: absolute;
  transition: .3s ease all;
  font-weight: 300;
  color: #ddd;
  transform: scale(0);
  opacity: 1;
  width: 20px;
  height: 20px;
  background: url(https://cdn.shopify.com/s/files/1/0086/5717/4592/files/check-svg.svg?v=1612339037);
  background-size: contain;
  top: 3px; }

.reviewsection .grid.rating_rev.rating_promo .grid-item {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #000; }

.grid-item.four-tenths span.custom-radio-ds:before {
  content: "";
  border-radius: 50%;
  background: #fff;
  border: 1px solid #999;
  display: inline-block;
  width: 26px;
  height: 26px;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  left: -8px;
  position: absolute;
  top: 0; }

.selected-sec .inner-sec-variations {
  margin-top: 5px;
  padding-left: 30px; }

.grid-item.four-tenths span.custom-radio-ds {
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 0; }

.small-switch-img img {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  max-width: 50px;
  vertical-align: middle; }

.modal-background {
  display: none !important; }

.grid-item.four-tenths .selct_cart_value {
  padding: 15px 25px 15px 30px;
  display: flex; }

#one_for_price {
  color: #e64a43; }

.selected #one_for_price {
  color: #000; }

.et-related-product {
  margin: 0 -136px; }
  .et-related-product .et-product-card img {
    width: 100%;
    height: 338px;
    object-fit: cover; }

.et-cart-related-section .et-related-product {
  margin: 0; }
  .et-cart-related-section .et-related-product .et-product-card img {
    width: 332px;
    height: 338px;
    max-width: 100%;
    object-fit: cover; }

.checkout-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 99;
  height: 100%;
  width: 100%;
  display: none; }

.checkout-popup-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: block;
  cursor: initial !important; }

.checkout-popup-inner {
  background-color: #fff;
  width: 680px;
  margin: 0 auto;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  padding: 30px;
  border-radius: 10px; }

.checkout-popup-content {
  display: flex; }

.checkout-popup-content-left {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%; }

.checkout-popup-content-right {
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  padding-left: 30px;
  text-align: left; }
  .checkout-popup-content-right h2, .checkout-popup-content-right .h2 {
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 600;
    margin-bottom: 5px; }
  .checkout-popup-content-right p {
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    color: #36404c;
    font-weight: 600;
    margin-bottom: 15px; }
  .checkout-popup-content-right .et-checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 5px; }
  .checkout-popup-content-right .checkout-popup-link {
    color: #4a90e2;
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
    font-weight: 600;
    display: block;
    text-align: center;
    font-family: 'Arial', sans-serif; }

.checkout-popup-close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 18px;
  color: #9ea5b0; }

.checkout-popup-head {
  text-align: center;
  margin-bottom: 30px; }
  .checkout-popup-head h2, .checkout-popup-head .h2 {
    text-align: center;
    color: #4a4a4a;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: normal;
    margin-bottom: 10px;
    font-family: 'Arial', sans-serif; }
  .checkout-popup-head p {
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    line-height: 1.15;
    margin: 0;
    font-weight: 400; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 18px;
  height: 18px; }

.loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  float: right;
  position: relative;
  top: 4px;
  display: none; }

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

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

.personnaliser_tab {
  border-bottom: 2px solid #e7e7e7;
  padding: 10px 15px;
  margin-left: -1px;
  margin-right: -1px; }

.personnaliser_tab_wrap .personnaliser_tab .pt-sect-onoff {
  display: inline-block;
  float: right; }

.personnaliser_tab_wrap .personnaliser_tab .pt-sect-onoff label:first-child {
  margin-right: 8px; }

.personnaliser_tab_wrap .personnaliser_tab .pt-sect-onoff label {
  display: inline-block;
  float: left;
  margin: 0 5px;
  cursor: pointer; }

.personnaliser_tab_wrap {
  border: 2px solid #e7e7e7; }

.personnaliser_tab .pt_down_row .pt-info-sec .pt_arrow {
  width: 9px;
  margin-right: 2px;
  margin-bottom: 1px; }

.personnaliser_tab .pt_down_row .pt-info-sec {
  color: #4f7185;
  display: block;
  margin-top: 2px;
  margin-bottom: 0;
  cursor: pointer; }

.personnaliser_tab_wrap .personnaliser_tab:nth-child(even) {
  background-color: #f6f6f6; }

.personnaliser_tab_wrap .personnaliser_tab:last-child {
  border-bottom: 0; }

#consent-manager {
  width: 100%;
  bottom: 56px !important;
  background-color: #2e2e2e !important; }

#consent-manager .css-10z1g2q {
  margin: auto;
  display: table;
  padding-top: 11px;
  background: #2e2e2e; }

.second-cart-cstm-button {
  padding: 20px 0px; }

#consent-manager .css-1wn42nw .css-1k76mzs {
  display: none; }

#consent-manager .css-ra9y5f {
  margin-top: 0; }

#consent-manager .css-1wn42nw.cookie-btn-wrap {
  margin: 6px 0 !important; }

.previewCartAction-checkout a.button.button--primary {
  margin-left: 0px;
  max-width: 100%; }

.css-1wn42nw button.css-a0j149:last-child {
  background: #0277c7;
  color: #fff;
  text-transform: capitalize;
  order: 1; }

.css-1wn42nw button.css-a0j149 {
  border: 1px solid #0277c7;
  background: transparent;
  color: #fff;
  text-transform: capitalize;
  order: 2; }

.cus-cookie-btn.cus-acc {
  background: #f4d078;
  background: -webkit-linear-gradient(top, #f7dfa5, #f0c14b);
  background: linear-gradient(to bottom, #f7dfa5, #f0c14b);
  border: 1px solid transparent;
  margin-right: 8px;
  color: #000; }
  .cus-cookie-btn.cus-acc:hover {
    color: #000; }

.cus-cookie-btn.cus-sauve {
  background: #eff1f3;
  background: -webkit-linear-gradient(top, #f7f8fa, #e7e9ec);
  background: linear-gradient(to bottom, #f7f8fa, #e7e9ec);
  border: 1px solid;
  border-radius: 2px; }
  .cus-cookie-btn.cus-sauve:hover {
    color: #000; }

.cus-cookie-btn {
  padding: 0 10px 0 11px;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  white-space: nowrap;
  margin: 5px auto;
  outline: 0;
  display: inline-block;
  text-decoration: none;
  color: #000; }

#accordion-1 {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden; }

#accordion-1 .headaccordion {
  transition: .2s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  background: #f3f3f3;
  padding: 8px 15px;
  cursor: pointer;
  position: relative;
  box-shadow: none; }
  #accordion-1 .headaccordion::after {
    content: "\e901";
    font-family: 'beauteproduit' !important;
    transition: all 300ms ease;
    display: inline-block;
    transform: rotate(90deg); }
  #accordion-1 .headaccordion.active::after {
    transform: rotate(270deg); }

#accordion-1 .headaccordion h2, #accordion-1 .headaccordion .h2 {
  font-family: 'Arial';
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  font-weight: 400; }

.cust-cookie-btn {
  background: #eff1f3;
  background: -webkit-linear-gradient(top, #f7f8fa, #e7e9ec);
  background: linear-gradient(to bottom, #f7f8fa, #e7e9ec);
  border: 1px solid #000;
  border-radius: 2px;
  padding: 0 10px 0 11px;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  white-space: nowrap;
  margin: 5px auto;
  outline: 0;
  display: inline-block;
  color: #000; }
  .cust-cookie-btn:hover {
    color: #000; }

#accordion-1 .arrow {
  color: #563e6e;
  font-size: 60px;
  transition: 0.25s ease;
  opacity: 0.3;
  transform: rotate(-90deg); }

#accordion-1 .headaccordion:hover .arrow {
  opacity: 1; }

#accordion-1 .headaccordion:hover, #accordion-1 .active {
  background-color: #f3f3f3; }

#accordion-1 .arrow-animate {
  transform: rotate(0deg);
  opacity: 1; }

#accordion-1 .content {
  background-color: #FFFFFF;
  display: none;
  padding: 20px 30px;
  color: #333333; }

.rte .cus-radio-cookies {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px !important;
  float: left; }

.cus-radio-cookies p {
  float: left; }

.cus-radio-cookies span {
  display: inline-block;
  float: right; }

.cus-radio-cookies span {
  display: inline-block;
  float: right; }

.cus-radio-cookies span label {
  display: inline-block;
  float: left;
  margin: 0 5px;
  cursor: pointer; }

.cust-pers-cook {
  margin: 20px 0;
  display: inline-block;
  width: 100%; }

.cus-radio-cookies {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px !important;
  float: left; }

.cust-pers-content {
  background: #fff;
  padding: 8px 15px; }

.cust-section-fir {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 7px;
  padding-bottom: 5px; }

.cust-pers-content .cust-sect-head {
  font-weight: 700;
  font-size: 14px; }

.cust-pers-content .cust-sect-onoff {
  display: inline-block;
  float: right; }

.cust-pers-content .cust-sect-onoff label:first-child {
  margin-right: 8px; }

.cust-pers-content .cust-sect-onoff label {
  display: inline-block;
  float: left;
  margin: 0 5px;
  cursor: pointer; }

.cust-pers-content .cust-sect-onoff input[type=radio] {
  margin-right: 5px;
  cursor: pointer; }

.cust-cookie-part-bk {
  background: #eff1f3;
  background: -webkit-linear-gradient(top, #f7f8fa, #e7e9ec);
  background: linear-gradient(to bottom, #f7f8fa, #e7e9ec);
  border: 1px solid #000;
  border-radius: 2px;
  padding: 0 10px 0 11px;
  font-size: 14px;
  line-height: 29px;
  text-align: center;
  white-space: nowrap;
  margin: 5px auto;
  outline: 0;
  display: inline-block;
  text-decoration: none;
  color: #000; }
  .cust-cookie-part-bk:hover {
    color: #000; }

.personnaliser_tab {
  border-bottom: 2px solid #e7e7e7;
  padding: 10px 15px;
  margin-left: -1px;
  margin-right: -1px; }

.personnaliser_tab_wrap .personnaliser_tab .pt-sect-onoff {
  display: inline-block;
  float: right; }

.personnaliser_tab_wrap .personnaliser_tab .pt-sect-onoff label:first-child {
  margin-right: 8px; }

.personnaliser_tab_wrap .personnaliser_tab .pt-sect-onoff label {
  display: inline-block;
  float: left;
  margin: 0 5px;
  cursor: pointer; }

.personnaliser_tab_wrap {
  border: 2px solid #e7e7e7; }

.personnaliser_tab .pt_down_row .pt-info-sec .pt_arrow {
  width: 9px;
  margin-right: 2px;
  margin-bottom: 1px; }

.personnaliser_tab .pt_down_row .pt-info-sec {
  color: #4f7185;
  display: block;
  margin-top: 2px;
  margin-bottom: 0;
  cursor: pointer; }

.personnaliser_tab_wrap .personnaliser_tab:nth-child(even) {
  background-color: #f6f6f6; }

.personnaliser_tab_wrap .personnaliser_tab:last-child {
  border-bottom: 0; }

.personnaliser_tab_wrap .personnaliser_tab .pt-sect-onoff {
  display: inline-block;
  float: right; }

.personnaliser_tab_wrap .personnaliser_tab .pt-sect-onoff label:first-child {
  margin-right: 8px; }

.personnaliser_tab_wrap .personnaliser_tab .pt-sect-onoff label {
  display: inline-block;
  float: left;
  margin: 0 5px;
  cursor: pointer; }

.personnaliser_tab_wrap {
  border: 2px solid #e7e7e7; }

.personnaliser_tab .pt_down_row .pt-info-sec .pt_arrow {
  width: 9px;
  margin-right: 2px;
  margin-bottom: 1px; }

.personnaliser_tab .pt_down_row .pt-info-sec {
  color: #4f7185;
  display: block;
  margin-top: 2px;
  margin-bottom: 0;
  cursor: pointer; }

.personnaliser_tab_wrap .personnaliser_tab:nth-child(even) {
  background-color: #f6f6f6; }

.personnaliser_tab_wrap .personnaliser_tab:last-child {
  border-bottom: 0; }

.allinnerpage {
  text-align: left; }

.togglefunction {
  display: none; }

.personnaliser_tab .row {
  display: block; }

.personnaliser_tab .et-down-arr {
  display: block;
  cursor: pointer;
  padding-left: 15px;
  position: relative; }
  .personnaliser_tab .et-down-arr::before {
    content: "\e901";
    font-family: 'beauteproduit' !important;
    position: absolute;
    display: inline-block;
    font-size: 10px;
    transform: rotate(90deg);
    font-weight: bold;
    left: 2px;
    transition: all 300ms ease; }
  .personnaliser_tab .et-down-arr.active::before {
    transform: rotate(270deg); }

.togglefunction .pt_down_url {
  color: #e64a43; }

.et-page-content {
  font-family: 'Arial'; }

.personnaliser {
  padding-top: 10px;
  padding-bottom: 15px; }

.personnaliser_tab_wrap .personnaliser_tab .pt-sect-onoff label input {
  margin-right: 5px;
  position: relative;
  top: 1px; }

.snize-ac-results .snize-title {
  font-size: 16px !important; }

.snize-ac-results .snize-description {
  font-size: 14px !important; }

.snize-ac-results .snize-product-info .snize-price-list {
  font-size: 18px !important; }

.snize-ac-results .snize-product-info .snize-discounted-price {
  font-size: 15px !important; }

body .snize-ac-results .snize-nothing-found .snize-popular-suggestions-view-all-products-text {
  display: none; }

.snize-ac-results .snize-product-info {
  justify-content: space-around; }

@media (max-width: 768px) {
  .selected-sec .inner-sec-variations {
    padding-left: 20px;
    padding-right: 10px; }
    .selected-sec .inner-sec-variations span {
      top: 12px;
      width: 18px;
      height: 18px; }
  .selected-sec .small-switch-img {
    top: -2px;
    margin-right: 10px; }
  .small-switch-img img {
    width: 40px;
    height: 40px; }
  .inner-sec-variations .form-select {
    max-width: 125px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 25px 0 10px; }
  .grid-item.four-tenths span.custom-radio-ds {
    left: 36px;
    margin: 0; }
  .grid-item.four-tenths span.custom-radio-ds:before {
    width: 20px;
    height: 20px;
    left: -3px;
    top: 3px; }
  .grid-item.four-tenths span.custom-radio-ds:after {
    width: 14px;
    height: 14px;
    left: 0px;
    top: 6px; }
  .prod-key-feature .items-wrap p {
    font-size: 13px !important;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 18px; }
  .prod-key-feature .items-wrap .item {
    display: flex;
    align-items: center; }
  .prod-key-feature .items-wrap .item img {
    top: 5px;
    left: 2px; }
  .prod-key-feature .items-wrap {
    grid-row-gap: 10px; }
  .et-related-product {
    margin: 0 10px; }
  .et-prod-card-col {
    width: 50%; }
  .checkout-popup-inner {
    width: 95%;
    padding: 10px; }
  .checkout-popup-content {
    display: block;
    text-align: center; }
  .checkout-popup-content-left img {
    width: auto;
    height: 309px;
    border: 1px solid #9ea5b0; }
  .checkout-popup-content-right {
    padding: 0;
    margin-top: 15px; }
  #consent-manager .css-ra9y5f {
    padding: 5px 5px 0 5px; }
  #consent-manager .css-ra9y5f p {
    line-height: 15px;
    font-size: 12px; }
  #consent-manager .css-1wn42nw.cookie-btn-wrap {
    margin: 0 !important;
    flex-direction: row;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center; }
  #consent-manager .css-1wn42nw.cookie-btn-wrap button.redirectTo,
  #consent-manager .css-1wn42nw.cookie-btn-wrap button.acceptCookies {
    font-size: 12px;
    margin-left: 10px;
    padding: 0 10px !important;
    height: 28px; }
  body.snize-instant-widget-is-open .snize-ac-results.snize-ac-results-mobile .snize-ac-results-content,
  .snize-ac-results.snize-ac-results-mobile .snize-ac-results-content {
    background: rgba(245, 245, 245, 0.6);
    backdrop-filter: blur(15px);
    width: 100% !important;
    height: 100% !important; }
  body .snize-ac-results.snize-ac-results-mobile {
    width: 100% !important;
    height: 100% !important; }
  .snize-ac-results .snize-title {
    font-size: 15px !important; }
  .snize-ac-results .snize-description {
    font-size: 12px !important; }
  .snize-ac-results .snize-product-info .snize-price-list {
    font-size: 14px !important; }
  .snize-ac-results .snize-product-info .snize-discounted-price {
    font-size: 13px !important; } }

#consent-manager {
  display: none; }

#cookie_notice {
  position: fixed;
  bottom: 56px;
  background-color: #2e2e2e;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 14px;
  padding: 8px 0;
  display: none;
  z-index: 9999; }

.cookie_notice_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px; }
  .cookie_notice_inner p {
    margin: 0; }

.cookie_notice_button button {
  background: #0277c7;
  color: #fff;
  text-transform: capitalize;
  margin-left: 10px;
  border-radius: 4px;
  padding: 3px 10px;
  border: 1px solid #0277c7;
  font-size: 14px;
  font-weight: 500; }
  .cookie_notice_button button#personaliser {
    background-color: transparent; }

.mobile_show {
  display: none; }

.et-ads {
  text-align: center;
  text-align: -webkit-center; }
  .et-ads p.ad-title {
    text-align: center;
    font-size: 13px;
    margin: 0; }

.et-footer .et-ads p.ad-title {
  color: #fff;
  margin-bottom: 20px; }

.et_similar_by_views > .row > .col-sm-3:nth-last-child(2) {
  display: none; }

.et_related_prod .row .col-sm-3:last-child {
  display: none; }

.et-ads-desktop-only {
  display: block; }

.et-ads-mobile-only {
  display: none; }

.page-body-id-cart-page .et-footer {
  padding-top: 50px; }

.page-body-id-cart-page .et-ads {
  display: none; }

@media (max-width: 767px) {
  .et-ads-desktop-only {
    display: none; }
  .et-ads-mobile-only {
    display: block; }
  .et_similar_by_views > .row > .col-sm-3:nth-last-child(2) {
    display: block; }
  .et_similar_by_views > .row > .col-sm-3:last-child {
    display: none; }
  .cookie_notice_inner {
    display: block;
    text-align: left; }
    .cookie_notice_inner p {
      line-height: 16px;
      margin-bottom: 5px;
      font-size: 12px; }
  .cookie_notice_button {
    text-align: center; }
  .cookie_notice_button button {
    font-size: 12px;
    padding: 1px 12px; }
  .fixed-shiping-notice,
  .footer-fixed-notice-ajax {
    height: 56px; }
  .mobile_none {
    display: none; }
  .mobile_show {
    display: block; } }

.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.slick-list.draggable {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.recent-view-title,
.cart-page-add-tocart-by-sku {
  display: none; }

.page-body-id-cart-page .cart-page-add-tocart-by-sku {
  display: block; }

@media (max-width: 767px) {
  .grid-item.four-tenths .selct_cart_value {
    display: inline-block; }
  .grid-item.four-tenths {
    text-align: left;
    position: relative; }
  .overlay_not_clickbale {
    position: absolute;
    right: 0;
    background-color: transparent;
    height: 56px;
    width: 50%;
    top: 0;
    z-index: 11; }
  .grid-item.four-tenths span.custom-radio-ds {
    left: 20px; } }

.stamped-review-header .created {
  display: none; }

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .et-header-top-promotion {
    -ms-flex-pack: justify;
    justify-content: center;
    padding: 0 15px;
    column-gap: 10px; } }

@media only screen and (max-width: 768px) {
  .et-related-product.et_related_prod .et-product-card img {
    height: 215px; }
  .et-related-product.et_similar_by_views .et-product-card .et-product-card-images img {
    height: 215px; }
  .et-related-product.et_recent_views_prod div#recent_views .et-product-card .et-product-card-images img {
    height: 215px; }
  body.page-body-id-cart-page .et-product-card .et-product-card-images span.et-normal-image img {
    height: 215px; }
  body.page-body-id-cart-page .et-cart-related-section .et-related-product .et-product-card img {
    height: 215px; } }

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .et-productView .col-sm-6.left-portion {
    width: 100% !important; }
  .et-productView .col-sm-6.et-stickey-sidebar {
    width: 100% !important; }
  body.page-body-id- {
    overflow: auto; }
  .et-product-view-image.mobile_none {
    display: none; }
  #cookie_notice {
    font-size: 11px; }
  body.page-body-id- {
    overflow: scroll;
    position: static; }
  .page-body-id-cart-page {
    overflow: scroll;
    position: static; }
  .et-header-right-cart a span.navUser-item-cartLabel {
    font-size: 13px; }
  .et-header-right-cart a {
    padding: 8px 4px;
    display: flex; }
  .et-header-right-cart a i {
    margin-top: 4px; }
  div#all-reviews .row.et-product-review-middle {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0px; }
  div#all-reviews .row.et-product-review-middle .et-product-review-middle-avis {
    margin-bottom: 14px; }
  .et-related-product .row {
    margin: 0px; }
  body, html {
    overflow: scroll; }
  .et-product-card .et-product-card-images {
    text-align: center; } }

@media only screen and (max-width: 5000px) and (min-width: 900px) {
  .et-product-card-price span sup {
    font-size: 11px;
    margin-left: 1px;
    background: transparent;
    border: 0px;
    padding-top: 16px; }
  .et-product-card-price .p_price, .et-product-card-price [id^=product_price] {
    display: flex; }
  .productView-price sup {
    font-size: 16px;
    padding-top: 16px; }
  .productView-price-regular {
    text-decoration: line-through;
    display: flex; }
  .et-sticky-header-product .prod-price-action [data-product-price] {
    display: flex; }
  .et-sticky-header-product .prod-price-action [data-product-price] sup {
    padding-top: 14px; } }

.et_related_prod .row .col-sm-3:nth-child(5) {
  display: none; }

.et_related_prod .row .col-sm-3:nth-child(6) {
  display: none; }

body.page-body-id-cart-page .show_product.et-related-product .row .col-sm-3:nth-child(n+5) {
  display: none; }

.et-product-card .et-product-card-images {
  text-align: center; }

body .prod-key-feature .items-wrap {
  padding-top: 0; }

.et-product-review-wrap {
  padding-bottom: 10px !important; }

span.promo_text_google-optimize {
  background: white;
  color: #e84a41;
  padding: 7px 10px;
  font-weight: bolder;
  border-radius: 7px;
  font-size: 24px;
  line-height: 1.1;
  margin-right: 5px;
  margin-left: 11px;
  animation: scaling 0.5s alternate infinite ease-in; }

@keyframes scaling {
  0% {
    transform: scale(0.9); }
  100% {
    transform: scale(1.1); } }

.et-header-top-promotion .discount_percent_txt {
  margin-left: 5px;
  text-transform: uppercase; }

@media only screen and (max-width: 768px) {
  span.promo_text_google-optimize {
    font-size: 16px;
    margin-right: 0;
    margin-left: 0;
    line-height: 1;
    animation: scaling 0.5s alternate infinite ease-in;
    padding: 7px 8px;
    font-family: Karla,Arial,Helvetica,sans-serif; }
  @keyframes scaling {
    0% {
      transform: scale(0.9); }
    100% {
      transform: scale(1.05); } }
  .et-header-top .et-header-top-promotion {
    /* justify-content: center; */
    padding: 0 4px; }
  .et-header-top .et-header-top-promotion span.discount_percent_txt {
    font-size: 14px;
    /* margin-right: 5px; */
    margin-left: 8px;
    margin-right: 8px; }
  .et-header-top-promotion .et-dailypromotion {
    padding: 5px 7px; } }

#day__Monday::before {
  content: "Lundi"; }

#day__Tuesday::before {
  content: "Mardi"; }

#day__Wednesday::before {
  content: "Mercredi"; }

#day__Thursday::before {
  content: "Jeudi"; }

#day__Friday::before {
  content: "Vendredi"; }

#day__Saturday::before {
  content: "Samedi"; }

#day__Sunday::before {
  content: "Dimanche"; }

#month__January::before {
  content: "Janvier"; }

#month__February::before {
  content: "Février"; }

#month__March::before {
  content: "Mars"; }

#month__April::before {
  content: "Avril"; }

#month__May::before {
  content: "Mai"; }

#month__June::before {
  content: "Juin"; }

#month__July::before {
  content: "Juillet"; }

#month__August::before {
  content: "Août"; }

#month__September::before {
  content: "Septembre"; }

#month__October::before {
  content: "Octobre"; }

#month__November::before {
  content: "Novembre"; }

#month__December::before {
  content: "Décembre"; }

/* CSS for Garantie text */
section.ali-review-jump {
  padding-top: 10px; }

.custom-garantie-content-wrap {
  margin-bottom: 15px;
  margin-top: 30px; }

.custom-garantie-content-wrap .custom-garantie-content {
  border-radius: 10px;
  padding: 15px 10px 10px;
  border: 1px solid #EEE;
  background: #FFF;
  position: relative;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1); }

.custom-garantie-content-wrap .custom-garantie-content .custom-garantie-ques {
  color: #000;
  font-family: 'Arial';
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 19.6px;
  /* 108.889% */
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-left: 20px;
  text-align: center; }

.custom-garantie-content-wrap .custom-garantie-content .custom-garantie-helpline {
  margin-bottom: 15px;
  color: #000;
  font-family: 'Arial';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
  padding-left: 20px;
  text-align: left; }

.custom-garantie-content-wrap .custom-garantie-content .custom-garantie-nousdonno {
  padding-left: 20px;
  font-size: 16px;
  padding-right: 20px;
  margin: 12px auto 10px;
  font-family: 'Arial'; }

.custom-garantie-content-wrap .custom-garantie-content .custom-garantie-text {
  list-style-type: none;
  margin: 5px auto 15px 5px;
  padding-left: 15px; }

.custom-garantie-content-wrap .custom-garantie-content .custom-garantie-heading {
  position: absolute;
  color: #000;
  text-align: center;
  font-family: 'Arial';
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  left: 0;
  line-height: 19.6px;
  text-transform: uppercase;
  right: 0;
  width: fit-content;
  margin: 0 auto 0;
  top: -13px;
  padding: 4px 8px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1); }

.custom-garantie-content-wrap .custom-garantie-content .custom-garantie-helpline .custom-garantie-mail {
  display: block;
  color: #000;
  font-family: 'Arial';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
  cursor: default;
  pointer-events: none;
  width: 100%; }

.custom-garantie-content-wrap .custom-garantie-content .custom-garantie-text .custom-garantie-list {
  color: #000;
  font-family: 'Arial';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.6px; }

.custom-garantie-content-wrap .custom-garantie-content .custom-garantie-heading img {
  width: auto;
  height: 23px;
  margin-right: 5px;
  vertical-align: sub;
  display: inline-block; }

.custom-garantie-content-wrap .custom-garantie-content .custom-garantie-text .custom-garantie-list .custom-garantie-checkmark {
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle; }

.roduct-des-wrap-inner .ali-review-jump .ali-header {
  margin-top: 15px;
  border: 1px solid #EEE;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px; }

@media only screen and (max-width: 768px) {
  .custom-garantie-content-wrap .custom-garantie-content .custom-garantie-helpline, .custom-garantie-content-wrap .custom-garantie-content .custom-garantie-nousdonno {
    text-align: left;
    padding-left: 0; }
  .custom-garantie-content-wrap .custom-garantie-content .custom-garantie-heading, .custom-garantie-content-wrap .custom-garantie-content .custom-garantie-ques {
    font-size: 16px; }
  .custom-garantie-content-wrap .custom-garantie-content .custom-garantie-text .custom-garantie-list, .custom-garantie-content-wrap .custom-garantie-content .custom-garantie-helpline .custom-garantie-mail, .custom-garantie-content-wrap .custom-garantie-content .custom-garantie-helpline, .custom-garantie-content-wrap .custom-garantie-content .custom-garantie-nousdonno {
    font-size: 15px; }
  .custom-garantie-content-wrap .custom-garantie-content .custom-garantie-nousdonno {
    padding-right: 0; } }

@media only screen and (max-width: 375px) {
  .et-header-wrap .et-header-top .container .row > .col-sm-12 .et-header-top-promotion {
    padding: 0 0 !important; }
  .et-header-top .et-header-top-promotion span.discount_percent_txt {
    margin-left: 3px;
    margin-right: 3px; }
  .et-header-top-promotion .et-dailypromotion {
    padding: 5px 5px; } }

@media only screen and (max-width: 1400px) and (min-width: 1026px) {
  .et-productView .col-sm-6.et-stickey-sidebar {
    padding-left: 20px;
    width: 49% !important; }
  .product-page-padding {
    padding: 0 0px; }
  .product-des-wrap {
    width: 100% !important; } }

@media only screen and (max-width: 1367px) and (min-width: 1025px) {
  .col-sm-6.et-stickey-sidebar {
    height: auto !important; }
  .product-des-wrap {
    position: relative !important; } }

body #snize-search-results-grid-mode li.snize-product span.snize-title {
  font-size: 16px; }

body #snize-search-results-grid-mode span.snize-description {
  font-size: 14px; }

body #snize_results .snize-main-panel, body #snize_results .snize-horizontal-wrapper .snize-horizontal-right .snize-main-panel-view-mode, .snize-search-results .snize-search-results-content .snize-product .snize-item .snize-options-box {
  display: none; }

body #snize_results .snize-horizontal-wrapper .snize-horizontal-left {
  opacity: 0;
  z-index: -99; }

@media only screen and (max-width: 768px) {
  body #snize-search-results-list-mode li.snize-product span.snize-title {
    font-size: 15px !important; }
  body #snize-search-results-list-mode span.snize-description {
    font-size: 13px !important; }
  body.page-body-id- main section.page-section.cus-s-page {
    padding-top: 2px; }
  #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-controls > ul {
    padding-top: 2px !important; }
  body #snize_results .snize-header, body #snize_results .snize-main-panel .snize-main-panel-controls, body #snize_results .snize-main-panel .snize-main-panel-view-mode {
    display: none !important; }
  #snize-modal-mobile-sortby-dialog ul.snize-main-panel-dropdown-content {
    display: block !important; }
  body #snize_results .snize-main-panel .snize-main-panel-dropdown {
    display: block !important;
    padding-left: 3px;
    margin-top: 2px !important; }
  .snize-search-results-main-content #snize-search-results-list-mode .snize-search-results-content {
    margin-top: 5px !important; }
  .snize-search-results-main-content #snize-search-results-list-mode .snize-search-results-content .snize-product:first-child {
    padding-top: 2px !important; } }

/* CSS for ATC show and Add to Popup hide */
.et-sticky-header-product .prod-price-action .prod-price-action-price ~ .btn[data-popup-cart-button] {
  display: none !important; }

.et-sticky-header-product .prod-price-action .prod-price-action-price ~ .btn[data-add-to-cart-button] {
  display: block !important; }

.add-to-cart-wrapper .form-action input.button[data-add-to-cart-button-orginal] {
  display: block !important; }

.add-to-cart-wrapper .form-action .button[data-popup-cart-button] {
  display: none !important; }

.ali-review-jump .ali-add-to-cart-wrap .btn[data-popup-cart-button] {
  display: none !important; }

.ali-review-jump .ali-add-to-cart-wrap .btn[data-add-to-cart-button] {
  display: block !important; }

/*Header Changes*/
.et-header-wrap .et-header-top {
  background-color: #d11e3a; }

.et-header-wrap .et-header-top span.promo_text_google-optimize {
  color: #d11e3a; }

.et-header-wrap .et-header-top .et-dailypromotion {
  background-color: #d11e3a;
  border: 2px dotted #fff;
  cursor: auto; }

.et-header-top-promotion .custom_ak_prdct_save.promo_text_google-optimize::before {
  content: "-"; }

@media only screen and (max-width: 768px) {
  .prod-key-feature .items-wrap .item {
    min-height: 50px; }
  .et-product-review-middle-img-cont .h4 span, .et-product-review-middle-img-cont h4 span, .et-product-review-middle-img-cont .h4 span {
    color: #D11E3A !important; } }

/* Color Change */
.productView-price-sell {
  background-color: #D11E3A !important; }

.save_percent_wrap, .prod-key-feature .items-wrap .progressbar span.num, .prod-key-feature .items-wrap .item p span, .et-sticky-header-product .prod-price-action [data-product-sell-price], .et-product-card-price [id^=product_sell_price], .et-product-card .et-product-card-offer, .product-des-wrap .productView .productView-options form label span#three_for_price, .product-des-wrap .productView .productView-options form label span#two_for_price, .product-des-wrap .productView .productView-options form label span.top-vente, .ali-review-jump .ali-header a, .et-product-review-middle-box .h4 span, .et-product-review-middle-box h4 span, .et-product-review-middle-box .h4 span {
  color: #D11E3A !important; }

.et-navigation .et-navigation-list li.active > a, .et-navigation-list li:hover > a, .et-header-right-icon p.theme-color, .et-navigation-list > li:nth-child(2) > a {
  color: #D11E3A !important; }

.roduct-des-wrap-inner .prod-key-feature .items-wrap .limited_edt {
  color: #000 !important; }

.prod-key-feature p.title span {
  border: 1px solid #D11E3A !important;
  color: #D11E3A !important; }

.prod-key-feature p.title span#order_count {
  border: none !important;
  color: inherit !important; }

/*CSS for New Design product page center block*/
.et-product-review-middle-avis span.avis-cli-sur {
  text-align: center;
  display: block;
  /*line-height: initial;*/
  margin: 0 0 22px 0;
  font-weight: 500;
  opacity: 1; }

.et-product-review-middle-avis .avis-rating-custom {
  margin-bottom: 6px; }

.et-product-review-middle-img .response-question-custom {
  color: #000;
  line-height: normal;
  position: relative;
  z-index: 1; }

.et-product-review-middle-img .service-client-custom {
  margin-bottom: 2px;
  position: relative;
  z-index: 1; }

span.response-question-custom {
  color: #747474;
  line-height: normal; }

.et-product-review-middle-avis h3, .et-product-review-middle-avis .h3 {
  /*margin-bottom: 8px;*/
  margin-bottom: 2px; }

.et-product-review-middle-box h4, .et-product-review-middle-box .h4 {
  font-size: 18px;
  z-index: 1;
  position: relative; }

.et-product-review-middle .et-product-review-middle-box {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 27px; }

.et-product-review-middle .et-product-review-middle-box img {
  width: auto;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 170px; }

.et-product-review-middle .et-product-review-middle-avis, .et-product-review-middle .et-product-review-middle-img, .et-product-review-middle .et-product-review-middle-box {
  height: 321px;
  border-radius: 7px; }

.et-product-review-middle-avis .single-review-bar .full-bar, .et-product-review-middle-avis .single-review-bar .full-bar .fill-bar {
  border-radius: 0; }

.et-product-review-middle-img .service-client-custom span {
  color: #d11e3a !important; }

.et-product-review-middle .et-product-review-middle-avis {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px; }

.et-product-review-middle .col-sm-2 {
  width: 25%; }

.et-product-review-middle .col-sm-7 {
  width: 49%; }

.et-product-review-middle .col-sm-3 {
  width: 26% !important; }

.et-product-review-middle-img .service-client-custom, .et-product-review-middle .et-product-review-middle-avis h3, .et-product-review-middle .et-product-review-middle-avis .h3 {
  font-size: 20px;
  font-family: Arial; }

.et-product-review-middle .et-product-review-middle-img {
  padding-top: 24px;
  position: relative; }

.et-product-review-middle .et-product-review-middle-img img {
  padding-top: 7px; }

.et-product-review-middle-box h4.ak-desktop-hide, .et-product-review-middle-box .ak-desktop-hide.h4, .et-product-review-middle-img .response-question-custom.ak-desktop-hide, a.jump-link.ak-for-mobile {
  display: none; }

.et-product-review-wrap .et-product-review-middle {
  background: #f4f4f4;
  padding: 10px 0;
  border-radius: 10px; }

.et-product-review-wrap .et-product-review-head {
  padding: 20px;
  background: #fff;
  border-radius: 10px; }

.et-product-review-wrap .et-product-review-head .et-review-icon img {
  margin-bottom: 8px; }

.justify-content-center .et-product-review-head div.et-review-icon h4, .justify-content-center .et-product-review-head div.et-review-icon .h4 {
  color: #364250 !important; }

#all-reviews .jdgm-rev__author-wrapper .jdgm-rev__author::after {
  content: "Achat vérifié";
  padding-left: 15px;
  font-size: 85%;
  color: #3FA25A;
  background-image: url("https://cdn11.bigcommerce.com/s-2rkezxqh4s/images/stencil/original/image-manager/checkmark-final-2.png?t=1700052524");
  background-repeat: no-repeat;
  background-position: 0 1px;
  z-index: 9;
  position: relative;
  margin-left: 10px;
  background-size: 12px 13px;
  font-weight: 500; }

#judgeme_product_reviews .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header .jdgm-rev__icon:before {
  opacity: 0; }

@media only screen and (max-width: 768px) {
  .et-product-review-middle .col-sm-2, .et-product-review-middle .col-sm-7, .et-product-review-middle .col-sm-3 {
    width: 100% !important; }
  .et-product-review-middle-img .et-product-review-middle-img-cont {
    display: none; }
  .et-product-review-middle-avis h3.avis-rating-custom, .et-product-review-middle-avis .avis-rating-custom.h3 {
    margin-bottom: 10px; }
  .et-product-review-middle-box h4.ak-mobile-hide, .et-product-review-middle-box .ak-mobile-hide.h4, .et-product-review-middle-img .response-question-custom.ak-mobile-hide, a.jump-link.ak-for-desktop {
    display: none; }
  .et-product-review-middle-box .ak-desktop-hide.h4, .et-product-review-middle-box h4.ak-desktop-hide, .et-product-review-middle-box .ak-desktop-hide.h4, .et-product-review-middle-img .response-question-custom.ak-desktop-hide {
    display: block;
    margin-bottom: 15px; }
  .et-product-review-middle .et-product-review-middle-avis, .et-product-review-middle .et-product-review-middle-box, .et-product-review-middle .et-product-review-middle-img {
    height: auto; }
  .et-product-review-middle .et-product-review-middle-avis {
    padding-top: 15px; }
  .et-product-review-middle-img .service-client-custom {
    font-weight: 700; }
  .et-product-review-middle-img .response-question-custom.ak-desktop-hide {
    font-weight: 500; }
  .et-product-review-wrap .et-product-review-head .et-review-icon {
    margin-bottom: 8px; }
  .et-product-review-wrap {
    padding-top: 15px !important; }
  a.jump-link.ak-for-mobile {
    display: block; }
  .et-product-review-middle-img .service-client-custom {
    margin-bottom: 5px; }
  #all-reviews .jdgm-rev__author-wrapper .jdgm-rev__author::after {
    z-index: 5; } }

/* CSS for 4 blocks under ATC */
.roduct-des-wrap-inner .prod-key-feature .items-wrap {
  display: inline-block;
  width: 100%;
  padding-top: 0; }

.item-3 .items-3-title {
  background: #FFD814;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 0 1px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-bottom: 1px;
  text-align: center;
  font-family: 'Arial';
  line-height: 2; }

.prod-key-feature .items-wrap .item p .items-wrap-saveOff {
  font-size: 46px;
  color: #000 !important;
  font-weight: bold;
  width: 100%;
  line-height: normal;
  margin-bottom: 2px;
  margin-top: 2px; }

.club-items-wrap-R {
  background: #f4f4f4;
  border-radius: 6px;
  margin-left: 10px;
  width: 40%;
  display: inline-block; }

.club-items-wrap-L {
  background: #f4f4f4;
  border-radius: 6px;
  padding: 7px 15px 7px;
  width: 57%;
  display: inline-block;
  vertical-align: top; }

.prod-key-feature .items-wrap .club-items-wrap-L .item.item-1 p {
  padding-top: 0; }

.roduct-des-wrap-inner .prod-key-feature .items-wrap .club-items-wrap-L .item.item-1 img {
  top: 0px; }

.item-3 .items-wrap-saveOff {
  font-size: 20px;
  text-align: center;
  width: 100%;
  display: inline-block; }

.items-wrap .club-items-wrap-R .item-3 .day_name::before, .items-wrap .club-items-wrap-R .item-3 .month_name::before {
  text-transform: lowercase; }

.club-items-wrap-R .item-3 p {
  padding-left: 10px !important;
  padding-right: 10px !important;
  text-align: center; }

.prod-key-feature .items-wrap .item.item-3 p {
  font-weight: 700;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.prod-key-feature .items-wrap .item img {
  top: 9px;
  width: 27px !important;
  height: 27px !important; }

.roduct-des-wrap-inner .prod-key-feature .items-wrap .club-items-wrap-L .item {
  padding-left: 3px;
  padding-right: 3px; }

.prod-key-feature .items-wrap .item p {
  padding-left: 34px !important; }

.prod-key-feature .items-wrap .club-items-wrap-L .item p {
  font-size: 16px;
  padding-bottom: 0 !important;
  padding-top: 0 !important; }

.roduct-des-wrap-inner .prod-key-feature .items-wrap .club-items-wrap-L .item.item-1 {
  margin-bottom: 6px; }

.roduct-des-wrap-inner .prod-key-feature .items-wrap .club-items-wrap-L .item.item-2 {
  padding-bottom: 18px;
  padding-top: 17px; }

.roduct-des-wrap-inner .prod-key-feature .items-wrap .club-items-wrap-L .item.item-2 img {
  top: 16px; }

.roduct-des-wrap-inner .prod-key-feature .items-wrap .club-items-wrap-L .item.item-4 {
  padding-bottom: 0; }

.roduct-des-wrap-inner .prod-key-feature .items-wrap .club-items-wrap-L .item.item-4 img {
  top: -1px; }

.prod-key-feature .items-wrap .club-items-wrap-mobile {
  display: none; }

.prod-key-feature .items-wrap .club-items-wrap-R .item-3 p {
  font-size: 15px;
  padding-top: 6px; }

.roduct-des-wrap-inner .prod-key-feature .items-wrap .club-items-wrap-R .item.item-3 {
  border-bottom-right-radius: 6px; }

.product-des-wrap .roduct-des-wrap-inner .prod-key-feature {
  padding-bottom: 28px; }

@media only screen and (max-width: 768px) {
  .club-items-wrap-R {
    display: none; }
  .roduct-des-wrap-inner .prod-key-feature .items-wrap .club-items-wrap-L {
    width: 100%; }
  .prod-key-feature .items-wrap .club-items-wrap-L .item p {
    padding: 6px 2px 6px 34px !important; }
  .roduct-des-wrap-inner .prod-key-feature .items-wrap .club-items-wrap-L .item.item-2 img {
    top: 8px; }
  .roduct-des-wrap-inner .prod-key-feature .items-wrap .club-items-wrap-L .item.item-2 {
    padding-bottom: 8px;
    padding-top: 7px; }
  .roduct-des-wrap-inner .prod-key-feature .items-wrap .club-items-wrap-L .item.item-1 {
    margin-bottom: 0; }
  .prod-key-feature .items-wrap .club-items-wrap-L .item p {
    font-size: 14px !important; }
  .prod-key-feature .items-wrap .club-items-wrap-mobile {
    display: block;
    border: 3px dotted #000;
    border-radius: 5px;
    margin-bottom: 18px;
    background: #fff;
    margin-top: 5px; }
  .prod-key-feature .items-wrap .club-items-wrap-mobile .item.item-3 {
    background: #fff;
    display: inline-block; }
  .prod-key-feature .items-wrap .club-items-wrap-mobile .item.item-3 .items-3-title {
    width: 35%;
    margin-bottom: 0;
    padding: 5px 2px;
    font-size: 14px;
    display: inline-block;
    line-height: normal; }
  .prod-key-feature .items-wrap .club-items-wrap-mobile .item.item-3 .items-3-title .items-mobile-offre-name {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    margin: 0 auto;
    line-height: 1; }
  .prod-key-feature .items-wrap .club-items-wrap-mobile .item.item-3 .items-3-title .items-mobile-offre-name-title {
    font-size: 33px;
    line-height: 1;
    display: inline-block; }
  .prod-key-feature .items-wrap .club-items-wrap-mobile .item.item-3 .item-3-off-save {
    width: 63%;
    display: inline-block;
    padding: 0 0;
    vertical-align: super; }
  .prod-key-feature .items-wrap .club-items-wrap-mobile .item.item-3 .item-3-off-save .items-wrap-saveOff {
    width: 49%;
    display: inline-block;
    font-size: 38px;
    font-weight: bold;
    line-height: normal;
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }
  .prod-key-feature .items-wrap .club-items-wrap-mobile .item.item-3 .item-3-off-save .item-3-timeline {
    width: 48%;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto; }
  .prod-key-feature .items-wrap .club-items-wrap-mobile .item.item-3 .item-3-off-save .item-3-timeline .day_name::before, .prod-key-feature .items-wrap .club-items-wrap-mobile .item.item-3 .item-3-off-save .item-3-timeline .month_name::before {
    text-transform: lowercase; }
  .product-des-wrap .productView .productView-options form .add-to-cart-wrapper::after {
    content: unset !important; }
  .productView .productView-options {
    margin-bottom: 1px !important; }
  .product-des-wrap .productView .productView-options form .add-to-cart-wrapper {
    padding-bottom: 12px; }
  .roduct-des-wrap-inner .prod-key-feature .items-wrap .club-items-wrap-L .item, .roduct-des-wrap-inner .prod-key-feature .items-wrap .club-items-wrap-mobile .item.item-3 {
    min-height: unset; } }

/* Black Friday Label */
.black-friday_label {
  display: inline-block;
  width: 100%;
  margin: 7px auto;
  text-align: center; }

.black-friday_label .black-friday_label-inner-wrap .c-chip {
  background: #0C0F12;
  display: inline-flex;
  align-items: center;
  border: 0;
  padding: 4px 6px;
  border-radius: 4px; }

.black-friday_label .black-friday_label-inner-wrap .c-chip .c-chip__label {
  background: #0c0f12;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  padding: 0 2px 1px 4px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-family: 'Arial'; }

.black-friday_label .black-friday_label-inner-wrap .c-chip svg {
  width: 14px;
  height: 14px; }

.et-related-product.et_related_prod .black-friday_label {
  display: none; }

@media only screen and (max-width: 768px) {
  .black-friday_label .black-friday_label-inner-wrap .c-chip svg {
    width: 13px;
    height: 13px; }
  .black-friday_label .black-friday_label-inner-wrap .c-chip {
    padding: 4px 6px 5px; }
  .black-friday_label .black-friday_label-inner-wrap .c-chip .c-chip__label {
    padding: 0 2px 0px 4px; } }

/* Header Changes */
.fixed-shiping-notice {
  display: none; }

#cookie_notice {
  bottom: 0; }

.et-header-wrap .et-header-nav {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .et-header-right {
    justify-content: space-between; }
  .et-header-middle .et-header-right .et-header-right-icon {
    display: none; }
  .et-header-right-cart a span.navUser-item-cartLabel {
    font-size: 15px; }
  .et-header-right .et-header-right-cart a {
    padding: 10px 14px; } }

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .et-header-middle .col-sm-3 {
    width: 26%; }
  .et-header-middle .col-sm-7 {
    width: 59%; }
  .et-header-nav .et-navigation .et-navigation-list .et-navigation-item > a {
    font-size: 15px;
    padding: 14px 6px; }
  .et-header-right .et-header-right-cart a {
    padding: 8px 10px; }
  .et-header-nav .container .et-navigation {
    overflow: hidden;
    width: 100%;
    height: 54px; } }

@media only screen and (min-width: 1200px) and (max-width: 1401px) {
  .et-header-middle .col-sm-3 {
    /*width: 23%;*/
    width: 265px; }
  .et-header-middle .col-sm-7 {
    width: 61%; }
  .et-header-nav .et-navigation .et-navigation-list .et-navigation-item > a {
    font-size: 15px;
    padding: 13px 6px; }
  .et-header-right .et-header-right-cart a {
    padding: 8px 16px; } }

/* Privacy Policy Page CSS */
.cus-cookie-btn.cus-pref-save {
  background: linear-gradient(to bottom, #f7f8fa, #e7e9ec);
  border: 1px solid;
  border-radius: 2px; }

.policy_list_link li {
  word-break: break-word; }

.cust-pers-content .set-up-cookie-link.adpb {
  color: #000;
  font-size: 14px; }

.personnaliser_tab_wrap .personnaliser_tab .pt-sect-onoff {
  display: none; }

@media screen and (max-width: 768px) {
  .cust-pers-cook #accordion-1 .content {
    padding: 15px 7px; }
  .ali-review-jump .ali-content .des {
    max-width: 70%; } }

/* New Page Design CSS */
.et-page-content .confidence-container {
  max-width: 100%;
  margin: 0 auto;
  display: block; }

.et-page-content .confidence-container .section_two2 {
  margin-top: 47px;
  display: inline-block;
  width: 100%; }

.et-page-content .confidence-container .section_two2:first-child {
  margin-top: 15px; }

.et-page-content .confidence-container .section_two2 .section_nio586 {
  border: 1px solid #ececec;
  margin-bottom: 0;
  border-radius: 5px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25); }

.et-page-content .confidence-container .section_two2 .section_nio586 p.inner989 {
  padding: 14px 33px;
  font-size: 16px;
  line-height: 28.8px;
  color: #000;
  margin: 0;
  font-weight: 500;
  font-family: Inter, sans-serif !important;
  letter-spacing: 0; }

.et-page-content .confidence-container .section_two2 .section_nio586 .toggle25 .icon_bio {
  min-width: 42px;
  height: 42px;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 23px;
  max-width: 42px; }

.et-page-content .confidence-container .section_two2 .section_nio586 h4, .et-page-content .confidence-container .section_two2 .section_nio586 .h4 {
  color: #364250;
  font-size: 20px;
  line-height: 26px;
  margin: 27px 0;
  font-weight: 500;
  font-family: Inter, sans-serif !important;
  letter-spacing: 0; }

.et-page-content .confidence-container .section_two2 .section_nio586 .toggle25 {
  background: #f6f7f9;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 10px 0 28px;
  -ms-flex-align: center;
  align-items: center; }

.et-page-content .confidence-container .section_two2 .section_nio586 .toggle25 .icon_bio img {
  width: 66%; }

.confidence-container .cus-radio-cookies, .confidence-container .cust-pers-cook {
  padding: 14px 33px;
  font-size: 16px;
  line-height: 28.8px;
  color: #000;
  margin: 0 !important;
  font-weight: 500;
  font-family: Inter, sans-serif !important;
  letter-spacing: 0; }

.confidence-cus-page .cus-privacy-wrap.confidence-container p.p1, .et-page-content .confidence-container .section_two2 .section_nio586 h3.cus-rrp, .et-page-content .confidence-container .section_two2 .section_nio586 .cus-rrp.h3 {
  padding: 0 33px; }

.et-page-content .confidence-container .section_two2 .section_nio586 p.inner989.privacy-qci {
  padding-bottom: 7px; }

.et-page-content .confidence-container .section_two2 .section_nio586 p.inner989 .cus-privacy-pcp {
  margin-bottom: 5px;
  display: inline-block;
  width: 100%; }

.et-page-content .confidence-container .section_two2 .section_nio586 p.inner989 .cus-cookie-btn {
  margin-top: 14px;
  margin-bottom: 12px; }

.confidence-container .cus-radio-cookies {
  padding-top: 0px;
  padding-bottom: 4px; }

.confidence-container .cust-pers-cook {
  padding-bottom: 4px; }

.et-page-content .confidence-container .section_two2 .section_nio586 p.inner989 .confi-container-wrap {
  display: block;
  width: 100%;
  margin: 2px 0;
  line-height: 0; }

.et-page-content .confidence-container .section_two2 .section_nio586 h3.cus-rrp, .et-page-content .confidence-container .section_two2 .section_nio586 .cus-rrp.h3 {
  margin-bottom: 0; }

.et-page-content .confidence-container .section_two2 .section_nio586 p.inner989 .inner-dis-text {
  padding-left: 30px;
  display: inline-block;
  width: 100%; }

section.page-section.cus-s-page {
  overflow-x: hidden;
  overflow-y: auto; }

.et-page-content .confidence-container .section_one1 {
  background: #f6f7f9;
  padding: 40px 0;
  margin-top: 40px;
  position: relative; }

.et-page-content .confidence-container .section_one1::before {
  content: '';
  display: block;
  top: 0;
  left: -3000px;
  right: -3000px;
  bottom: 0;
  position: absolute;
  background: #f6f7f9;
  z-index: -1; }

.et-page-content .confidence-container .section_one1 .cover_sec69 .rop_one .etxt_box2 h2, .et-page-content .confidence-container .section_one1 .cover_sec69 .rop_one .etxt_box2 .h2 {
  font-size: 25px;
  margin: 2px 0 3px;
  color: #293847;
  text-transform: uppercase; }

.et-page-content .confidence-container .section_one1 .cover_sec69 .rop_one .etxt_box2 h2, .et-page-content .confidence-container .section_one1 .cover_sec69 .rop_one .etxt_box2 .h2 {
  display: flex;
  justify-content: center; }

.et-page-content .confidence-container .section_one1 .cover_sec69 .etxt_box3 p {
  font-size: 20px;
  line-height: 1.6;
  color: grey;
  text-align: center;
  margin: 31px 0 0;
  font-weight: 500; }

.et-page-content .confidence-container .section_one1 .cover_sec69 .etxt_box3 {
  max-width: 800px;
  text-align: center;
  display: block;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  section.page-section.contact-page-section {
    padding-top: 0; }
  .confidence-cus-page {
    width: 100%;
    margin: 0 auto;
    padding: 0; }
  .et-page-content .confidence-container .section_two2 .section_nio586 .toggle25 .icon_bio {
    margin-right: 15px !important; }
  .et-page-content .confidence-container .section_two2 .section_nio586 h4, .et-page-content .confidence-container .section_two2 .section_nio586 .h4 {
    font-size: 16px;
    line-height: 24px; }
  .et-page-content .confidence-container .section_two2 {
    margin-top: 2px !important; }
  .et-page-content .confidence-container .section_two2 .section_nio586 p.inner989 {
    font-size: 15px;
    line-height: 25px;
    padding: 14px 25px 18px; }
  .et-page-content .confidence-container .section_two2 .section_nio586 {
    border: none;
    box-shadow: none; }
  .et-page-content .confidence-container .section_two2 .section_nio586 .toggle25 {
    padding: 0 15px 0 13px !important;
    position: relative; }
  .policy_list_link li {
    word-break: break-word; }
  .cust-pers-cook #accordion-1 .content {
    padding: 15px 7px; }
  .ali-review-jump .ali-content .des {
    max-width: 75%; }
  .ali-review-jump .ali-content h4, .ali-review-jump .ali-content .h4, .ali-review-jump .ali-content .h4, .custom-garantie-content-wrap .custom-garantie-content .custom-garantie-nousdonno {
    font-size: 14px; }
  .ali-review-jump .ali-content p {
    font-size: 13.5px; }
  .privacy-heading-wrap {
    padding: 0 15px; }
  .et-page-content .confidence-container .section_two2 .section_nio586 p.inner989.privacy-qci {
    padding-left: 25px;
    padding-right: 25px; }
  .confidence-cus-page .cus-privacy-wrap.confidence-container p.p1, .et-page-content .confidence-container .section_two2 .section_nio586 h3.cus-rrp, .et-page-content .confidence-container .section_two2 .section_nio586 .cus-rrp.h3 {
    padding: 0 27px !important; }
  .confidence-cus-page #contact-us-page {
    padding: 0;
    padding-right: 0; }
  .confidence-cus-page #contact-us-page p.cntct-include, .confidence-cus-page #contact-us-page form[data-contact-form] {
    padding-left: 25px;
    padding-right: 25px; }
  .et-page-content .confidence-container .section_two2 .section_nio586 ul.policy_list_link {
    margin-left: 0;
    margin-right: 0;
    padding-right: 10px; }
  .confidence-container .cust-pers-cook .cust-pers-content .cust-section-anch .cust-cookie-btn {
    white-space: normal;
    text-align: left;
    line-height: 1.6; }
  .confidence-container .cus-radio-cookies, .confidence-container .cust-pers-cook {
    padding: 14px 15px !important; }
  .et-page-content .confidence-container .section_one1 .cover_sec69 .rop_one .etxt_box2 {
    padding: 0 15px; }
  .et-page-content .confidence-container .section_one1 .cover_sec69 .rop_one .etxt_box2 h2, .et-page-content .confidence-container .section_one1 .cover_sec69 .rop_one .etxt_box2 .h2 {
    font-size: 20px; }
  .et-page-content .confidence-container .section_one1 .cover_sec69 .etxt_box3 {
    padding: 0 25px; }
  .et-page-content .confidence-container .section_one1 {
    margin-bottom: 20px; }
  .et-page-content .confidence-container .section_one1 .cover_sec69 .etxt_box3 p {
    font-size: 15px;
    line-height: 1.8;
    font-family: Inter, sans-serif !important; } }

/* Delivery Info CSS */
.delivery-information-section {
  margin-top: 15px; }

.DeliveryInfo {
  width: 100%; }

.DeliveryInfo .Title {
  display: flex;
  margin: 0 0 15px;
  cursor: pointer; }

.DeliveryInfo .Title img.Ic {
  min-width: 25px;
  max-width: 25px;
  height: 25px;
  object-fit: contain; }

.DeliveryInfo .Title p {
  margin: 0;
  font-weight: bold;
  padding-left: 5px;
  display: inline-block; }

.delivery-information-section .DeliveryInfo .Title:hover p {
  text-decoration: underline; }

.DeliveryDates {
  display: flex;
  flex-direction: column;
  background-color: #f8f8f8;
  border-radius: 5px;
  padding: 7px 25px; }

.DeliveryDates a {
  color: #000;
  text-decoration: none;
  padding: 5px 0;
  position: relative;
  pointer-events: none; }

.DeliveryDates span {
  opacity: 0.65;
  margin: 0 2px 0 0; }

.DeliveryDates span.CourierName {
  opacity: 1;
  margin: 0 6px 0 0;
  display: inline-block; }

.delv-shipping-wrap .DeliveryDates span.CourierName {
  line-height: 1.5; }

.DeliveryDates span.CourierName img.Ic {
  max-width: 50px;
  width: auto;
  height: 20px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle; }

.DeliveryDates a img.Question {
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  object-fit: contain;
  margin: -2px 5px 0; }

.DeliveryDates a img.Question + .DeliveryDays {
  z-index: 11;
  position: absolute;
  right: 0;
  left: 0;
  top: 30px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 300px;
  margin: auto;
  padding: 10px 15px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  display: none; }

.DeliveryDates a img.Question + .DeliveryDays .DeliveryDays-Line {
  width: 125px;
  margin: 0 10px; }

.DeliveryDates a img.Question:hover + .DeliveryDays {
  display: block; }

.DeliveryDays {
  margin: 20px 0 30px; }

.DeliveryDays-Title {
  color: #fb7701;
  font-weight: bold; }

.delivery-info-curtain, .easy-return-curtain, .delivery-info-shipping-curtain, .shopping-security-curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 111;
  opacity: 0;
  visibility: hidden; }

.delivery-info-shipping-box, .easy-return-box, .shopping-security-box, .delivery-guarantee-box {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 640px;
  max-height: 80vh;
  z-index: 111;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  transform: translateY(-50%);
  opacity: 0;
  padding: 20px;
  margin: 0 auto; }

.delv-shipping-wrap, .easy-return-box .ModalBlk .easy-return-wrap, .shopping-security-box .shopping-security-wrap, .delivery-guarantee-box .delivery-guarantee-wrap {
  max-height: 70vh;
  overflow-y: auto;
  width: calc(100% + 100px);
  padding-right: 100px; }

.ModalBlk {
  width: 100%;
  max-width: 640px;
  max-height: 80vh;
  background: #fff;
  border-radius: 4px;
  padding: 25px 40px 36px;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  overflow: hidden; }

.ModalBlk-Title {
  margin: 0 0 10px;
  margin-bottom: 12px;
  font-size: 20px;
  color: #222;
  text-align: center;
  line-height: 28px;
  font-weight: 600; }

.ModalBlk table td {
  padding: 15px 20px;
  border: 1px solid rgba(34, 34, 34, 0.1); }

.ModalBlk table td:first-child {
  background: #f3f3f3; }

.delivery-info-shipping-box .ModalBlk .Note {
  display: flex;
  align-items: center;
  margin: 10px 0; }

.delivery-info-shipping-box .ModalBlk .Note img.Ic {
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  object-fit: contain;
  margin: 0 10px 0 0; }

.delivery-info-shipping-box .ModalBlk .Note p {
  color: #888;
  margin: 0; }

.DeliveryDays-Detail {
  display: flex;
  align-items: center;
  margin: 12px 0; }

.DeliveryDays-Detail p {
  margin: 0;
  width: 70px; }

.DeliveryDays-Detail .DeliveryDays-Line {
  width: 300px;
  height: 10px;
  margin: 0 20px;
  background: #ebebeb;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

.DeliveryDays-Detail .DeliveryDays-Line span.Line {
  display: block;
  height: 10px;
  background: black; }

.delivery-info-shipping-box .ModalBlk .delivery-info-close, .easy-return-box .ModalBlk .easy-return-box-close, .shopping-security-box .ModalBlk .shopping-security-box-close, .delivery-guarantee-box .ModalBlk .delivery-guarantee-box-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
  z-index: 1; }

.easy-return-box .ModalBlk .easy-return-wrap .Seperator {
  width: 100%;
  height: 1px;
  background: #ececec;
  margin: 30px 0; }

.easy-return-box .ModalBlk .SubTitle, .shopping-security-box .shopping-security-wrap .SubTitle {
  display: flex;
  align-items: center;
  margin: 0 0 5px; }

.easy-return-box .ModalBlk .SubTitle img.Ic, .shopping-security-box .shopping-security-wrap .SubTitle img.Ic {
  min-width: 25px;
  max-width: 25px;
  height: 25px;
  object-fit: contain;
  margin: 0 8px 0 0; }

.easy-return-box .ModalBlk .SubTitle p, .shopping-security-box .shopping-security-wrap .SubTitle p {
  color: #0a8800;
  margin: 0;
  font-weight: bold; }

.easy-return-box .ModalBlk .easy-return-wrap ul.Listing, .shopping-security-box .shopping-security-wrap ul.Listing {
  margin: 0 0 0 32px;
  padding: 0; }

.easy-return-box .ModalBlk .easy-return-wrap ul.Listing li, .shopping-security-box .shopping-security-wrap ul.Listing li {
  list-style: none;
  position: relative;
  margin: 10px 0; }

.easy-return-box .ModalBlk .easy-return-wrap ul.Listing li:before, .shopping-security-box .shopping-security-wrap ul.Listing li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: #000;
  margin: 0 15px 0 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }

.easy-return-box .ModalBlk .easy-return-wrap .easy-return-Link {
  color: #000;
  text-decoration: none;
  opacity: 0.55;
  font-weight: 500;
  margin: 0 0 0 32px; }

.easy-return-box .ModalBlk .easy-return-wrap .easy-return-Link img.Ic {
  min-width: 22px;
  max-width: 22px;
  height: 22px;
  margin: -4px 0 0;
  display: inline-block; }

.del-returns-wrap .DeliveryReturns {
  display: flex;
  align-items: center;
  width: 100%; }

.del-returns-wrap .DeliveryReturns img.Ic {
  min-width: 22px;
  max-width: 22px;
  height: 22px; }

.del-returns-wrap .DeliveryReturns .DeliveryReturns-Text {
  display: flex;
  align-items: center; }

.del-returns-wrap .DeliveryReturns .DeliveryReturns-Text span {
  margin: 0 7px; }

.del-shop-securely-wrap .ShoppingSecretly, .del-returns-wrap .deliveryguarantee {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 15px; }

.del-shop-securely-wrap .ShoppingSecretly {
  padding-top: 10px; }

.del-shop-securely-wrap .ShoppingSecretly img.Ic, .del-returns-wrap .deliveryguarantee img.Ic {
  min-width: 22px;
  max-width: 22px;
  height: 22px; }

.del-shop-securely-wrap .ShoppingSecretly .ShoppingSecretly-Text, .del-returns-wrap .deliveryguarantee .deliveryguarantee-Text {
  display: flex;
  align-items: center;
  font-weight: bold;
  /*color: #0a8800;*/ }

.del-shop-securely-wrap .ShoppingSecretly .ShoppingSecretly-Text span, .del-returns-wrap .deliveryguarantee .deliveryguarantee-Text span {
  margin: 0 7px; }

.del-shop-securely-wrap .ShoppingSecretly .ShoppingSecretly-Text span:hover, .del-returns-wrap .deliveryguarantee .deliveryguarantee-Text span:hover, .del-returns-wrap .DeliveryReturns:hover {
  cursor: pointer;
  text-decoration: underline; }

.del-shop-securely-wrap .secure-payment-listing, .del-returns-wrap .delivery-Listing {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  padding-left: 5px; }

.del-shop-securely-wrap .secure-payment-listing li, .del-returns-wrap .delivery-Listing li {
  width: 50%;
  margin: 10px 0 0;
  padding: 0 15px 0 0;
  list-style: none; }

.del-shop-securely-wrap .secure-payment-listing li:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #222;
  border-radius: 50%;
  top: 10px;
  position: absolute;
  left: 0; }

.del-shop-securely-wrap .secure-payment-listing li {
  padding-left: 10px !important;
  position: relative; }

.shopping-security-box .shopping-security-wrap ul.Listing li p {
  margin: 10px 0 0 22px; }

.shopping-security-box .shopping-security-wrap ul.Listing li .PaymentOptions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0 0 20px; }

.shopping-security-box .shopping-security-wrap ul.Listing li .PaymentOptions img {
  height: 34px;
  margin: 10px 10px 0 0; }

.shopping-security-box .shopping-security-wrap ul.Listing li .paymentOptions-link {
  margin: 10px 0 0 22px;
  display: block;
  color: black;
  text-decoration: none;
  opacity: 0.55;
  font-weight: 500; }

.shopping-security-box .shopping-security-wrap ul.Listing li .paymentOptions-link.dp-link {
  display: inline-block; }

.shopping-security-box .shopping-security-wrap ul.Listing li .paymentOptions-link img.Ic {
  min-width: 22px;
  max-width: 22px;
  height: 22px;
  margin: -4px 0 0;
  display: inline-block; }

.del-returns-wrap .delivery-Listing li {
  display: flex;
  align-items: baseline; }

.del-returns-wrap .delivery-Listing li img {
  max-width: 14px;
  height: 12px;
  margin-right: 10px; }

.delivery-information-section .del-shop-securely-wrap {
  margin-top: 5px; }

.del-shop-securely-wrap .secure-payment-listing {
  background-color: #f8f8f8;
  border-radius: 5px;
  margin: 10px 0 0 0;
  padding: 0 0 10px 20px; }

.shopping-security-box .shopping-security-wrap .CustomerSerivce {
  margin: 30px 0 0;
  display: flex;
  align-items: center; }

.shopping-security-box .shopping-security-wrap .CustomerSerivce a {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  border-right: 1px solid rgba(0, 0, 0, 0.25); }

.shopping-security-box .shopping-security-wrap .CustomerSerivce a:last-child {
  border: none; }

.shopping-security-box .shopping-security-wrap .CustomerSerivce a img.Ic {
  margin: 0 0 5px;
  width: 26px;
  height: 26px; }

.shopping-security-box .shopping-security-wrap .Seperator {
  width: 100%;
  height: 1px;
  background: #ececec;
  margin: 30px 0; }

.delivery-guarantee-box .delivery-guarantee-wrap .delivery-guarantee-listing {
  margin-left: 0;
  padding-left: 0; }

.delivery-guarantee-box .delivery-guarantee-wrap .delivery-guarantee-listing li {
  list-style-type: none;
  margin-top: 10px; }

.delivery-guarantee-box .delivery-guarantee-wrap .delivery-guarantee-text p {
  margin-bottom: 5px; }

.delivery-guarantee-box .delivery-guarantee-wrap .delivery-guarantee-listing li p {
  font-weight: bold;
  color: #0a8800;
  margin-bottom: 3px; }

.del-shop-securely-wrap .Listing li p {
  margin: 10px 0 0 22px; }

.del-shop-securely-wrap .Listing li .Link {
  margin: 10px 0 0 22px;
  display: block; }

.delivery-guarantee-box .delivery-guarantee-wrap .delivery-guarantee-listing li p img {
  max-width: 16px;
  height: 16px;
  margin-top: -3px;
  margin-right: 5px;
  display: inline-block; }

.delivery-information-section .del-returns-wrap .delivery-Listing {
  background-color: #f8f8f8;
  margin: 15px auto 0;
  border-radius: 5px 5px 0 0;
  padding: 0px 0 0 20px; }

.delivery-information-section .del-returns-wrap .DeliveryReturns {
  background-color: #f8f8f8;
  border-radius: 0 0 5px 5px;
  padding: 10px 0 10px 20px; }

.delivery-guarantee-box .delivery-guarantee-wrap .delivery-guarantee-listing span a {
  color: #0d6efd; }

@media screen and (max-width: 768px) {
  .DeliveryDays-Detail .DeliveryDays-Line {
    width: 150px; }
  .delivery-info-shipping-box, .easy-return-box, .delivery-guarantee-box, .shopping-security-box {
    padding: 3px; }
  .shopping-security-box .shopping-security-wrap ul.Listing {
    margin: 0; }
  .delivery-info-shipping-box .ModalBlk, .easy-return-box .ModalBlk, .delivery-guarantee-box .ModalBlk, .shopping-security-box .ModalBlk {
    border-radius: 20px;
    max-height: 90vh; }
  .ModalBlk table td {
    padding: 15px; }
  .del-shop-securely-wrap .secure-payment-listing li, .del-returns-wrap .delivery-Listing li {
    font-size: 14px;
    width: 100%;
    padding-left: 5px; }
  .DeliveryDates {
    font-size: 14px; }
  .DeliveryDates a dtc.delivery-comp-time {
    display: block; }
  .DeliveryDates a .deliveryDates_subTitle {
    font-size: 15px; }
  .DeliveryDates span.CourierName {
    line-height: 1.7;
    padding-top: 2px; }
  .del-returns-wrap .delivery-Listing li {
    width: 100%;
    padding-left: 5px; }
  .delivery-information-section .del-shop-securely-wrap {
    margin-top: 0; }
  .delivery-info-shipping-box .delv-shipping-wrap .DeliveryDates {
    padding: 9px 18px; }
  .delivery-info-shipping-box .delv-shipping-wrap .DeliveryDates span.CourierName {
    display: block;
    margin-right: 0; }
  .del-shop-securely-wrap .secure-payment-listing li:before {
    top: 8px; } }

/* Homepage Security Bar */
.custom-bar_wrap {
  margin-bottom: 30px; }

.custom-bar_wrap .container .security-commitment-wrap {
  margin: -5px 0 7px; }

.custom-bar_wrap .container .security-commitment-wrap .security-commitment {
  color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #0A8800;
  padding-top: 6px;
  padding-bottom: 6px;
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  font-family: 'Montserrat';
  /*font-weight: bold;*/ }

.custom-bar_wrap .container .security-commitment-wrap .security-commitment .security-commitment_top-center {
  display: flex;
  align-items: center; }

.custom-bar_wrap .container .security-commitment-wrap .security-commitment .security-commitment_top-center a {
  display: flex;
  align-items: center;
  color: inherit; }

.custom-bar_wrap .container .security-commitment-wrap .security-commitment .security-commitment_top-center .security-alert {
  max-width: 20px;
  margin: 0 6px 0 0; }

.custom-bar_wrap .container .security-commitment-wrap .security-commitment_bottom-tabs .security-commitment_bottom .security-commitment_bottom-content {
  margin-right: 10px;
  display: flex;
  align-items: center; }

.custom-bar_wrap .container .security-commitment-wrap .security-commitment_bottom-tabs .security-commitment_bottom .security-commitment_bottom-content span {
  font-family: 'Montserrat';
  color: #000;
  font-size: 15px; }

.custom-bar_wrap .container .security-commitment-wrap .security-commitment_bottom-tabs .security-commitment_bottom .security-commitment_privacy img {
  height: 19px;
  width: auto; }

.custom-bar_wrap .container .security-commitment-wrap .security-commitment_bottom-tabs .security-commitment_bottom .security-commitment_returns img {
  max-height: 15px;
  width: auto; }

.custom-bar_wrap .container .security-commitment-wrap .security-commitment_bottom-tabs .security-commitment_bottom .security-commitment_bottom-content img {
  max-width: 23px;
  margin-right: 10px; }

.custom-bar_wrap .container .security-commitment-wrap .security-commitment_bottom-tabs .security-commitment_bottom .security-commitment_bottom-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.custom-bar_wrap .security-commitment-wrap .security-commitment_bottom-tabs .security-commitment_bottom .security-commitment_bottom-content .security-commitment_bar-spacer {
  width: 1px;
  height: 12px;
  background-color: #000;
  margin: 0 24px;
  display: inline-block; }

.custom-bar_wrap .container .security-commitment-wrap .security-commitment .security-commitment_top-right {
  position: absolute;
  right: 10px; }

.custom-bar_wrap .container .security-commitment-wrap .security-commitment .security-commitment_top-right a {
  color: inherit;
  justify-content: end;
  display: flex;
  align-items: center; }

.custom-bar_wrap .container .security-commitment-wrap .security-commitment .security-commitment_top-right a .view-next-arrow {
  max-width: 16px; }

.security-commitment_bottom-tabs {
  border: 1px solid #0A8800;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 6px 0; }

@media screen and (max-width: 768px) {
  .custom-bar_wrap {
    margin-bottom: 20px;
    margin-top: -10px; }
  section.custom-bar_wrap {
    padding: 0; }
  .custom-bar_wrap .container .security-commitment-wrap {
    border-radius: 8px; }
  .custom-bar_wrap .container .security-commitment-wrap .security-commitment .security-commitment_top-center .security-alert {
    max-width: 18px;
    margin: 0 3px 0 2px; }
  .custom-bar_wrap .container .security-commitment-wrap .security-commitment {
    padding: 3px 6px;
    justify-content: flex-start;
    font-size: 14px; }
  .custom-bar_wrap .security-commitment-wrap .security-commitment_bottom-tabs .security-commitment_bottom .security-commitment_bottom-content .security-commitment_bar-spacer {
    margin: 0 16px;
    display: none; }
  .custom-bar_wrap .container .security-commitment-wrap .security-commitment_bottom-tabs .security-commitment_bottom .security-commitment_bottom-content span {
    font-size: 14px; }
  .custom-bar_wrap .container .security-commitment-wrap .security-commitment_bottom-tabs .security-commitment_bottom {
    overflow: hidden;
    max-height: 26px; }
  .custom-bar_wrap .container .security-commitment-wrap .security-commitment_bottom-tabs .security-commitment_bottom .security-commitment_bottom-wrap {
    padding: 0 10px;
    flex-direction: column;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    height: 26px; }
  @keyframes marquee {
    0% {
      top: 1.8em; }
    100% {
      top: -6.5em; } }
  .custom-bar_wrap .container .security-commitment-wrap .security-commitment_bottom-tabs .security-commitment_bottom .security-commitment_bottom-content {
    margin-right: 0;
    white-space: nowrap;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0; }
  .custom-bar_wrap .container .security-commitment-wrap .security-commitment_bottom-tabs .security-commitment_bottom .security-commitment_bottom-content:nth-child(1) {
    animation: slideUp2 12s forwards cubic-bezier(0.1, 0.67, 0.29, 0.98) infinite; }
  .custom-bar_wrap .container .security-commitment-wrap .security-commitment_bottom-tabs .security-commitment_bottom .security-commitment_bottom-content:nth-child(2) {
    animation: slideUp2 12s 3s forwards cubic-bezier(0.1, 0.67, 0.29, 0.98) infinite; }
  .custom-bar_wrap .container .security-commitment-wrap .security-commitment_bottom-tabs .security-commitment_bottom .security-commitment_bottom-content:nth-child(3) {
    animation: slideUp2 12s 6s forwards cubic-bezier(0.1, 0.67, 0.29, 0.98) infinite; }
  .custom-bar_wrap .container .security-commitment-wrap .security-commitment_bottom-tabs .security-commitment_bottom .security-commitment_bottom-content:nth-child(4) {
    animation: slideUp2 12s 9s forwards cubic-bezier(0.1, 0.67, 0.29, 0.98) infinite; }
  @keyframes slideUp2 {
    0% {
      transform: translate3d(0, 50%, 0);
      opacity: 0; }
    6.66% {
      transform: translate3d(0, 0, 0);
      opacity: 0; }
    26.60% {
      transform: translate3d(0, 0, 0);
      opacity: 1; }
    33.30% {
      transform: translate3d(0, -50%, 0);
      opacity: 0; }
    33.33% {
      transform: translate3d(0, 50%, 0);
      opacity: 0; }
    50% {
      transform: translate3d(0, 50%, 0);
      opacity: 0; } }
  .custom-bar_wrap .container .security-commitment-wrap .security-commitment_bottom-tabs .security-commitment_bottom .security-commitment_bottom-content img {
    max-width: 18px;
    margin-right: 8px; }
  .custom-bar_wrap .container .security-commitment-wrap .security-commitment .security-commitment_top-right a {
    justify-content: end;
    display: flex;
    align-items: center; }
  .satisfied-clients-review .jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev {
    padding: 20px 10px;
    margin: 10px 5px 20px;
    width: 48% !important; }
  .satisfied-clients-review .jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev:first-of-type {
    margin: 10px 5px 20px; }
  .satisfied-clients-review .jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev:nth-child(2n+1) {
    margin-left: 0; }
  .satisfied-clients-review .jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev:nth-child(2n+2) {
    margin-right: 0; }
  .satisfied-clients-review .jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__prod-info-wrapper {
    text-overflow: ellipsis;
    height: 46px;
    overflow: hidden; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .custom-bar_wrap .container .security-commitment-wrap .security-commitment_bottom-tabs .security-commitment_bottom .security-commitment_bottom-content.security-commitment_returns {
    display: none; } }

/*04-04-24*/
@media (min-width: 576px) {
  .col-sm-3 {
    width: 20% !important; } }

@media (min-width: 767px) {
  .et-home-category-top-product .col-sm-3:nth-child(-n+30), .et-home-category-product .col-sm-3:nth-child(-n+30) {
    display: block; }
  .et_related_prod .row .col-sm-3:last-child {
    display: block; }
  body.page-body-id-cart-page .show_product.et-related-product .row .col-sm-3:nth-child(n+5) {
    display: block; }
  body.page-body-id-cart-page .show_product.et-related-product .row .col-sm-3:nth-child(n+6) {
    display: none; } }

.jdgm-all-reviews-widget .jdgm-all-reviews__body .jdgm-rev .jdgm-rev__author:after {
  content: unset; }

.et-banner-home a img {
  border-radius: 5px; }

/* CSS for Sticky Add to Cart Bottom */
.section-product .et-sticky-bottom, .et-sticky-bottom.sticky-cart {
  display: none; }

@media only screen and (max-width: 768px) {
  .section-product .et-sticky-header {
    display: none; }
  .et-sticky-bottom .et-sticky-header-product {
    flex-wrap: wrap; }
  .section-product .et-sticky-bottom, .et-sticky-bottom.sticky-cart {
    position: fixed;
    display: block;
    z-index: 99999;
    left: 0;
    right: 0;
    width: 100%;
    bottom: -100%;
    padding-top: 10px;
    padding-bottom: 17px; }
  .section-product .et-sticky-bottom.ak-sticky-bottom, .et-sticky-bottom.sticky-cart.ak-sticky-bottom {
    bottom: -1px; }
  .et-sticky-bottom .et-sticky-header-product .prod-price-action .btn {
    border-radius: 4px;
    width: 86%;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0px;
    line-height: 1.5;
    font-size: 19px;
    font-weight: 600;
    font-family: Dosis,sans-serif; }
  .et-sticky-bottom .et-sticky-header-product .prod-price-action {
    width: 100%;
    margin: 0 auto; }
  .et-sticky-bottom .et-sticky-header-product .prod-price-action .btn[data-add-to-cart-button] {
    display: inline-block !important; }
  .et-product-review-middle-avis h3, .et-product-review-middle-avis .h3 {
    margin-bottom: 8px; }
  .et-sticky-bottom.sticky-cart .et-sticky-header-product .prod-price-action .btn {
    text-transform: uppercase; }
  .home-banner .row .col-sm-12 {
    padding: 0 0; } }

/*11-04-24*/
.row.et-home-best6.et-home-category-top-productt .col-sm-3:nth-child(n+7) {
  display: none; }

@media (min-width: 576px) {
  .row.et-home-best6.et-home-category-top-productt .col-sm-3 {
    flex: 0 0 auto;
    width: 16.66667% !important; } }

.et-home-category-top-productt .et-product-card {
  border: 1.25px solid #d11e3a;
  border-radius: 4px;
  background-color: #fff; }

.et-home-category-top-productt .black-friday_label {
  display: none; }

.category-top-product-section_neww .et-product-card .et-product-card-title {
  width: auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-align: center;
  height: 42px;
  white-space: normal;
  padding: 0 13px;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  color: #364250; }

body .category-top-product-section_neww .et-product-card .et-product-card-price {
  flex-direction: row; }

body .category-top-product-section_neww .et-product-card img {
  width: 100%;
  height: 252px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: bottom;
  object-position: bottom;
  border-radius: 5px 5px 0 0; }

body .category-top-product-section_neww .et-product-card .et-product-card-offer {
  background-color: #d11e3a;
  top: 15px;
  bottom: auto;
  color: #fff !important;
  font-size: 15px;
  left: auto;
  width: 40px;
  height: 40px;
  right: 14px;
  border-radius: 50px;
  font-weight: 700;
  line-height: 42px; }

.timer, .offre-flash {
  display: none; }

body .category-top-product-section_neww .timer, body .category-top-product-section_neww .offre-flash {
  display: block; }

.et-count-bg {
  background-color: #eee;
  height: 12px;
  border-radius: 50px;
  margin: 0 13px 14px;
  position: relative;
  display: flex; }

.category-top-product-section_neww .et-product-count {
  display: flex;
  padding: 0 13px;
  justify-content: space-between; }

.category-top-product-section_neww .et-timer p {
  color: #364250;
  text-align: center;
  font-size: 16px;
  line-height: 16.73px;
  margin-bottom: 10px; }

strong.f_span, strong.t_span {
  font-weight: 600;
  color: #364250; }

strong.s_span {
  color: #d11e3a; }

.et-timer .et-coundown {
  display: flex;
  justify-content: center;
  text-align: center; }

.et-timer .count-box:nth-child(1) .count-value {
  width: 31.43px; }

.et-timer .et-coundown .count-box span {
  color: #364250;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase; }

.et-timer .divider {
  font-size: 20.8px;
  color: #364250;
  line-height: 24.44px;
  margin: 0 7px; }

.category-top-product-section_neww .et-timer .n_sec {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 18px;
  margin: 0 7px;
  display: block;
  text-align: center; }

.category-top-product-section_neww .et-product-count p {
  font-size: 14px;
  font-weight: 300;
  line-height: 14.73px;
  color: #364250;
  margin-bottom: 5px; }

.et-count-bg .count-filled {
  background-color: #d11e3a;
  border-radius: 50px; }

.et-timer .count-box .count-value {
  width: 43.39px;
  height: 33.34px;
  background-color: #eeeeee;
  font-size: 22.56px;
  font-weight: 400;
  line-height: 33.4px;
  letter-spacing: 0em;
  color: #364250;
  margin: 0 auto;
  border-radius: 4.82px; }

.category-top-product-section_neww .et-product-card .et-product-card-price {
  padding-top: 14px; }

.category-top-product-section_neww .et-product-card .et-product-card-price {
  padding-bottom: 0px; }

.category-top-product-section_neww .offre-flash {
  position: absolute;
  padding-top: 16px;
  padding-left: 13px;
  z-index: 1;
  font-weight: 300;
  font-size: 18px;
  line-height: 9.73px;
  color: #364250; }

.et-timer {
  padding-bottom: 16px; }

hr:not([size]) {
  height: 1px; }

hr.r_tec {
  margin-left: 13px;
  margin-right: 13px;
  height: 0;
  border-top: 1px solid #edeaea; }

@media only screen and (max-width: 768px) {
  .category-top-product-section_neww img.et-product-card-image.ls-is-cached.lazyloaded, .new-product-section .et-normal-imagee img, body.page-body-id-cart-page .et-cart-related-section .et-related-product .et-product-card img {
    height: 215px !important;
    -o-object-fit: cover;
    object-fit: cover; }
  .category-top-product-section_neww img.et-product-card-image.ls-is-cached.lazyloaded {
    -o-object-position: top;
    object-position: top;
    height: auto !important;
    padding-top: 35px; }
  .category-top-product-section_neww .et-product-card .et-product-card-images img {
    height: 226px; } }

.category-top-product-section_neww .et-product-card-price span sup {
  font-size: 16px;
  padding: 0;
  position: static;
  line-height: 25px; }

.category-top-product-section_neww .et-product-card-price span sup:before {
  content: '.'; }

.category-top-product-section_neww .et-product-count p strong {
  font-weight: 600; }

.category-top-product-section_neww .et-product-card-price [id^="product_price"] {
  font-size: 16px;
  font-weight: 700;
  color: #293847;
  align-items: baseline; }

.category-top-product-section_neww .et-product-card-price span:nth-child(2) sup {
  font-size: 19px !important; }

.et-banner-home a img {
  border-radius: 5px; }

@media only screen and (max-width: 768px) {
  .category-top-product-section_neww .et-product-card-title {
    font-size: 14px !important;
    line-height: 22px !important; }
  .category-top-product-section_neww .et-product-count p {
    font-size: 12px; }
  .category-top-product-section_neww .et-timer p {
    font-size: 15px;
    line-height: 13px; }
  .category-top-product-section_neww .et-timer .n_sec {
    font-size: 13px; }
  .category-top-product-section_neww .count-box span {
    color: #364250;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase; }
  .category-top-product-section_neww .et-product-card .et-product-card-price [id^="product_price"] {
    font-size: 14px; }
  .category-top-product-section_neww .et-product-card .et-product-card-price [id^="product_sell_price"] {
    font-size: 16px; }
  body .category-top-product-section_neww .et-product-card-price span sup {
    font-size: 14px; }
  body .category-top-product-section_neww .et-product-card-price span:nth-child(2) sup {
    font-size: 16px !important; }
  body .category-top-product-section_neww .et-product-card .et-product-card-images {
    border: solid 0px #f1f1f1; }
  .category-top-product-section_neww .et-product-card .et-product-card-price {
    padding-top: 7px; }
  .category-top-product-section_neww .col-sm-3:nth-child(odd) {
    padding-right: 5px; }
  .category-top-product-section_neww .col-sm-3:nth-child(even) {
    padding-left: 5px; } }

body .category-top-product-section_neww .et-coundown, body .category-top-product-section_neww .et-count-bg, body .category-top-product-section_neww .et-product-count {
  display: none; }

@media only screen and (max-width: 767px) {
  body .category-top-product-section_neww .et-product-card .et-product-card-offer {
    padding: 0 3px; }
  .home-banner .row .col-sm-12 {
    padding: 0 0; }
  .category-top-product-section_neww .et-timer .n_sec {
    font-size: 14px; }
  .category-top-product-section_neww .et-timer p {
    font-size: 16px; } }

@media (min-width: 769px) {
  body .category-top-product-section_neww .et-product-card .et-product-card-offer {
    padding: 0 1.5px; }
  body .category-top-product-section_neww .et-product-card img {
    width: 100%;
    height: 230px;
    -o-object-fit: scale-down;
    object-fit: inherit;
    -o-object-position: bottom;
    object-position: top;
    border-radius: 0;
    margin-top: 36px; } }

@media (max-width: 768px) {
  .category-top-product-section_neww img.et-product-card-image.ls-is-cached.lazyloaded {
    height: 215px !important; } }

/* 16-04-24 */
.offer-message-inner {
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 80px;
  margin-top: 8.4px; }

@media screen and (min-width: 769px) {
  .offer-message-inner {
    background: linear-gradient(131deg, #fff 13.72%, #fff 97.98%);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.12); }
  .offer-box {
    display: flex;
    align-items: center;
    flex: 0 0 84%;
    max-width: 84%; } }

.offer-message-inner .offer-timer {
  background-image: url(https://cdn11.bigcommerce.com/s-2rkezxqh4s/images/stencil/original/image-manager/offer-background3.png);
  flex: 0 0 44%;
  max-width: 44%;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 80px;
  height: 81px; }

.offer-message-inner .offer-timer img {
  width: 59px; }

.offer-message-inner .offer-timer h3, .offer-message-inner .offer-timer .h3, .offer-message-inner .offer-timer .h3 {
  float: left;
  color: #fff;
  margin-bottom: 0;
  font-size: 23.462px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  width: 324px; }

.offer-message-inner .offer-coundown {
  width: 58%;
  float: right;
  display: flex;
  margin-left: 6px;
  align-items: baseline; }

.offer-message-inner .divider {
  color: #fff;
  font-size: 25.855px;
  font-weight: 400;
  line-height: 33.611px;
  margin: 0 5px; }

.offer-message-inner .count-value, .offer-message-inner .days {
  width: 59px;
  height: 46px;
  background-color: #fff;
  line-height: 46px;
  border-radius: 4.82px;
  text-align: center;
  color: #364250;
  font-size: 31.025px;
  font-style: normal;
  font-weight: 500;
  margin-top: 8.5px;
  font-family: "Montserrat"; }

.offer-message-inner .days, .offer-coundown .count-box .hours {
  width: 43px; }

.offer-message-inner .count-box span {
  color: #fff;
  text-align: center;
  font-size: 11.41px;
  font-weight: 400;
  line-height: 26.133px;
  text-transform: uppercase;
  font-family: "Montserrat";
  letter-spacing: 0; }

.offer-message-inner .offer-action {
  display: flex;
  flex: 0 0 56%;
  max-width: 56%;
  background-color: #fff;
  height: 80px;
  align-items: center; }

.offer-message-inner .offer-action .button {
  width: 175px;
  height: 45px;
  font-size: 14px;
  line-height: 45px;
  color: #fff;
  border: 0;
  border-radius: 4px;
  padding: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-weight: 600;
  background-color: #2bb04a; }

.offer-message-inner .offer-action h4, .offer-message-inner .offer-action .h4, .offer-message-inner .offer-action .h4 {
  color: #364250;
  margin-bottom: 0;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  padding-left: 15px;
  text-transform: uppercase; }

@media screen and (min-width: 769px) {
  .mobile-text {
    display: none; }
  .new-product-section {
    margin-top: 39.5px; }
  /*.offer-message-inner .offer-action .h4, .offer-message-inner .offer-action h4 {
    letter-spacing: 0.5px;
}*/
  a.button.button-primary {
    display: none; }
  .offer-message-inner .offer-timer {
    border-radius: 6px 0 0 6px; }
  .offer-message-inner {
    border-radius: 16px; }
  .offer-message-inner .offer-timer img {
    width: 45px;
    margin: 0 8px; } }

@media screen and (max-width: 768px) {
  .offer-message-inner .offer-timer {
    flex: 0 100%;
    max-width: 100%;
    width: 100%;
    background-image: url(https://cdn11.bigcommerce.com/s-2rkezxqh4s/images/stencil/original/image-manager/red-bg-100.jpg?t=1699421243);
    background-size: 100%;
    height: auto; }
  .offer-icon {
    padding-left: 29px; }
  .offer-message-inner .offer-action {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 25px 10px;
    background-color: transparent; }
  .offer-message-inner .offer-action {
    padding: 25px 10px; }
  .offer-message-inner .offer-action {
    align-items: flex-start; }
  .offer-message-inner .offer-timer h3, .offer-message-inner .offer-timer .h3, .offer-message-inner .offer-timer .h3 {
    float: none;
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding-top: 5px; }
  .offer-coundown .count-box .hours, .offer-message-inner .days {
    width: 30px; }
  .offer-message-inner .count-value, .offer-message-inner .days {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-top: 5px; }
  .offer-message-inner .count-box span {
    font-size: 9.41px;
    line-height: 13.133px; }
  .offer-message-inner .offer-action .button {
    width: 50%;
    font-size: 11px;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .offer-message-inner {
    height: auto;
    background-color: transparent;
    flex-direction: column; }
  .offer-message-inner, body .go1251920944 {
    margin-top: 15px; }
  .offer-message-inner .offer-action h4, .offer-message-inner .offer-action .h4, .offer-message-inner .offer-action .h4 {
    font-size: 13px;
    padding-left: 0; }
  .desk-text {
    display: none; }
  .offer-message-inner .offer-coundown {
    width: 100%;
    float: none;
    margin-left: 0;
    justify-content: center; }
  .offer-coundown .count-box {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .offer-message-inner .offer-action .button svg {
    width: 15px; }
  .offer-action {
    display: none !important; }
  .offer-message-inner {
    margin-bottom: 27px; }
  .offer-message-inner .offer-timer {
    background-image: url(https://cdn11.bigcommerce.com/s-gob7a9hcxd/images/stencil/original/image-manager/rectangle-854.png?t=1713347014);
    background-size: cover;
    border-radius: 6px; }
  .offer-icon {
    padding-left: 0px; }
  .offer-message-inner .offer-timer {
    justify-content: center; }
  .offer-message-inner .offer-timer img {
    width: 45px;
    margin-right: 8px; } }

.et-sticky-header-product .prod-img-title .productView-title {
  font-size: 20px;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  display: flex;
  align-items: center; }

/*22-04-24*/
.new-product-section .last-chance img {
  width: 25px !important;
  height: 25px !important;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: 6px; }

.new-product-section .last-chance {
  background-color: #d11e3a;
  width: 214px;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
  color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0%, 94% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 94% 100%, 0% 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  padding: 4px 0 4px;
  display: flex;
  align-items: center;
  border-radius: 5px 0 0 0; }

.new-product-section .et-product-card .et-product-card-offer, section.category-product-section .et-product-card .et-product-card-offer {
  background-color: #d11e3a;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700; }

.new-product-section .et-product-card, section.category-product-section .et-product-card {
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  margin-top: 10px;
  position: relative; }

@media screen and (max-width: 768px) {
  .new-product-section .last-chance {
    width: 144px;
    font-size: 13px;
    line-height: 20px;
    padding: 2px 0 2px; }
  .new-product-section .last-chance img {
    width: 16px !important;
    height: 17px !important;
    margin-top: 0 !important;
    position: relative;
    top: -2px; }
  /*.new-product-section .et-product-card .et-product-card-offer {
    font-size: 10px;
    padding: 0;
    width: 32px;
    height: 18px;
    bottom: 12px;
    line-height: 18px;
}*/ }

.new-product-section .et-product-card .et-product-card-title, section.category-product-section .et-product-card .et-product-card-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0;
  text-align: left;
  color: #364250;
  padding-left: 19px;
  padding-right: 19px; }

.et-product-card-title {
  -webkit-box-orient: vertical; }

.new-product-section .black-friday_label, section.category-product-section .black-friday_label {
  display: none; }

.et-product-card-title {
  width: auto;
  white-space: normal;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

@media only screen and (min-width: 769px) {
  .new-product-section .et-product-card .et-product-card-title, section.category-product-section .et-product-card .et-product-card-title {
    height: 56px; } }

.new-product-section .et-product-card-price, section.category-product-section .et-product-card-price {
  justify-content: left;
  padding: 4.5px 19px 11px;
  position: relative; }

.new-product-section .et-product-card sup:before, section.category-product-section .et-product-card sup:before {
  content: "."; }

@media screen and (min-width: 769px) {
  .new-product-section .et-product-card-price span sup, section.category-product-section .et-product-card-price span sup {
    font-size: 11px;
    margin-left: 1px;
    background: transparent;
    border: 0px;
    padding-top: 12px; } }

.new-product-section .et-product-card-price span:nth-child(1) sup, .new-product-section .et-product-card-price span:nth-child(1), section.category-product-section .et-product-card-price span:nth-child(1) sup, section.category-product-section .et-product-card-price span:nth-child(1) {
  font-size: 16px;
  color: #293847;
  top: 0; }

.new-product-section .et-product-card-price span:nth-child(2) sup, .new-product-section .et-product-card-price span:nth-child(2), section.category-product-section .et-product-card-price span:nth-child(2) sup, section.category-product-section .et-product-card-price span:nth-child(2) {
  font-size: 20px;
  top: 0; }

.new-product-section .et-product-card:before, section.category-product-section .et-product-card:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 8px;
  background-image: url(https://cdn11.bigcommerce.com/s-2rkezxqh4s/images/stencil/original/image-manager/cart-product-background2.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  height: 104px;
  width: 89px; }

@media only screen and (max-width: 768px) {
  .new-product-section .et-product-card .et-product-card-title, section.category-product-section .et-product-card .et-product-card-title {
    font-size: 14px;
    line-height: 22px;
    padding-left: 12px;
    padding-right: 12px;
    margin: 0;
    width: auto; }
  .new-product-section .et-product-card .et-product-card-title, section.category-product-section .et-product-card .et-product-card-title {
    height: 48px; }
  .new-product-section .et-product-card-price, section.category-product-section .et-product-card-price {
    padding: 11px 12px 10px; }
  .new-product-section .et-product-card-price span:nth-child(1) sup, .new-product-section .et-product-card-price span:nth-child(1), section.category-product-section .et-product-card-price span:nth-child(1) sup, section.category-product-section .et-product-card-price span:nth-child(1) {
    font-size: 14px;
    line-height: 15px;
    margin-right: 5px; }
  .new-product-section .et-product-card-price span:nth-child(2) sup, .new-product-section .et-product-card-price span:nth-child(2), section.category-product-section .et-product-card-price span:nth-child(2) sup, section.category-product-section .et-product-card-price span:nth-child(2) {
    font-size: 16px;
    line-height: 20px; }
  .new-product-section .et-product-card:before, section.category-product-section .et-product-card:before {
    bottom: 0;
    right: 8px;
    background-image: url(https://cdn11.bigcommerce.com/s-2rkezxqh4s/images/stencil/original/image-manager/icon-2.png);
    height: 78px;
    width: 50px; }
  .et-product-card .et-product-card-images {
    border: 0px;
    box-shadow: unset; } }

.new-product-section .et-product-card img, section.category-product-section .et-product-card img {
  border-radius: 5px 5px 0 0; }

@media only screen and (min-width: 769px) {
  .et-product-card img {
    height: 275px; }
  .new-product-section {
    margin-top: 35px; }
  .cate_heading svg {
    width: 17px !important;
    height: 29px !important; } }

/*25-04-24*/
.arrow_slick_p .slick-arrow.slick-prev {
  left: -11px; }

.arrow_slick_p .slick-arrow.slick-next {
  right: -11px; }

.arrow_slick_p .slick-arrow:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 35%; }

.arrow_slick_p .slick-arrow.slick-prev:after {
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  left: 40%; }

.arrow_slick_p .slick-arrow.slick-next:after {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  right: 40%; }

.arrow_slick_p .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 44px;
  height: 44px;
  font-size: 0;
  z-index: 1;
  cursor: pointer;
  box-shadow: unset;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.1);
  border: 0; }

.list_cat .slick-prev:before {
  content: ''; }

.list_cat .slick-prev::before {
  background-image: unset; }

.list_cat .slick-next:before {
  content: ''; }

.list_cat .slick-next::before {
  background-image: unset; }

.home-middle-product .list_cat h2, .home-middle-product .list_cat .h2 {
  width: 157px;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 18px;
  line-height: 23px;
  margin-top: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  word-wrap: break-word;
  color: #000;
  font-weight: 600;
  text-align: center;
  font-family: 'Montserrat';
  margin-bottom: 0;
  display: flex;
  justify-content: center; }

.f_p_img img {
  border-radius: 50%;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 16px;
  width: 120px; }

.f_p_img {
  margin: 0 10px; }

.home-middle-product .list_cat a {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 202px;
  justify-content: center; }

.list_cat {
  margin: 0;
  padding: 0; }

.cate_heading {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }

.cate_heading h2, .cate_heading .h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1; }

@media only screen and (max-width: 768px) {
  .category-product-section h2, .category-product-section .h2 {
    margin-bottom: 18px;
    margin-top: 10px; }
  .arrow_slick_p .slick-dots li button:before {
    font-size: 0;
    left: 0;
    width: 6px;
    height: 6px;
    content: '-';
    opacity: 1;
    color: black; }
  .arrow_slick_p .slick-dots li button {
    width: auto;
    height: 40px; }
  .arrow_slick_p .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0; }
  .arrow_slick_p .slick-dots {
    width: auto;
    padding: 0;
    margin: 0 auto;
    background-color: #efefef;
    width: 60px;
    height: 5px;
    border-radius: 5px;
    left: 0;
    right: 0; }
  .arrow_slick_p .slick-dots li.slick-active button:before {
    opacity: 1;
    color: black; }
  .arrow_slick_p .slick-dots li.slick-active button::before {
    background: #000; }
  .home-middle-product .list_cat h2, .home-middle-product .list_cat .h2 {
    width: auto;
    font-size: 12px;
    line-height: 15px;
    margin-top: 0; }
  .f_p_img img {
    height: 70px;
    width: 70px; }
  .home-middle-product .list_cat a {
    height: auto; }
  .home-middle-product {
    margin-bottom: 10.5px;
    margin-top: 10.5px; }
  .home-middle-product .slick-dotted.slick-slider {
    margin-bottom: 27.5px; }
  .arrow_slick_p .slick-arrow.slick-prev {
    left: -8px; }
  .arrow_slick_p .slick-arrow.slick-next {
    right: -8px; }
  .arrow_slick_p .slick-arrow {
    width: 30px;
    height: 30px; }
  .arrow_slick_p .slick-arrow:after {
    width: 8px;
    height: 8px;
    top: 37%; }
  .cate_heading h2, .cate_heading .h2 {
    font-size: 24px !important; }
  svg.titleArrow-1W3yY {
    width: 20px !important;
    height: 20px !important; }
  #slick1 .slick-slide img {
    border: 1px solid black; }
  .arrow_slick_p .slick-arrow {
    box-shadow: unset;
    background: unset; }
  .home-middle-product .list_cat h2, .home-middle-product .list_cat .h2 {
    font-size: 13px;
    min-height: 30px;
    word-break: break-word;
    -webkit-hyphens: unset !important; }
  .slick-slide div:nth-child(2) {
    margin-top: 10px; } }

@media only screen and (min-width: 769px) {
  .slick-slide img {
    border: 1px solid black; } }

/*02-05-24*/
.section-product .et-related-product.et_related_prod .et-product-card-price, .section-product .et-related-product.et_recent_views_prod .et-product-card-price {
  justify-content: left;
  padding: 4.5px 19px 11px;
  position: relative; }

.section-product .et-related-product.et_related_prod h3.et-product-card-title, .section-product .et-related-product.et_related_prod .et-product-card-title.h3, .section-product .et-related-product.et_recent_views_prod h3.et-product-card-title, .section-product .et-related-product.et_recent_views_prod .et-product-card-title.h3 {
  height: 56px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0;
  text-align: left;
  color: #364250;
  padding-left: 19px;
  padding-right: 19px; }

.section-product .et-related-product.et_related_prod .et-product-card-offer, .section-product .et-related-product.et_recent_views_prod .et-product-card-offer {
  background-color: #d11e3a !important;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700; }

.section-product .et-related-product.et_related_prod .et-product-card:before, .section-product .et-related-product.et_recent_views_prod .et-product-card:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 8px;
  background-image: url(https://cdn11.bigcommerce.com/s-2rkezxqh4s/images/stencil/original/image-manager/cart-product-background2.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  height: 104px;
  width: 89px; }

.section-product .et-related-product.et_related_prod .et-product-card, .section-product .et-related-product.et_recent_views_prod .et-product-card {
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  margin-top: 10px;
  position: relative; }

.section-product .et-related-product.et_related_prod .et-product-card sup:before, .section-product .et-related-product.et_recent_views_prod .et-product-card sup:before {
  content: "."; }

.section-product .et-related-product.et_related_prod .et-product-card-price span:nth-child(1), .section-product .et-related-product.et_related_prod .et-product-card-price span:nth-child(1) sup, .section-product .et-related-product.et_recent_views_prod .et-product-card-price span:nth-child(1), .section-product .et-related-product.et_recent_views_prod .et-product-card-price span:nth-child(1) sup {
  font-size: 16px;
  color: #293847;
  top: 0; }

.section-product .et-related-product.et_related_prod .et-product-card-price span:nth-child(2), .section-product .et-related-product.et_related_prod .et-product-card-price span:nth-child(2) sup, .section-product .et-related-product.et_recent_views_prod .et-product-card-price span:nth-child(2), .section-product .et-related-product.et_recent_views_prod .et-product-card-price span:nth-child(2) sup {
  font-size: 20px;
  top: 0; }

@media screen and (min-width: 769px) {
  .section-product .et-related-product.et_related_prod .et-product-card-price span sup, .section-product .et-related-product.et_recent_views_prod .et-product-card-price span sup {
    margin-left: 1px;
    background: transparent;
    border: 0px;
    padding-top: 12px; } }

@media only screen and (max-width: 768px) {
  .section-product .et-related-product.et_related_prod .et-product-card:before, .section-product .et-related-product.et_recent_views_prod .et-product-card:before {
    bottom: 0;
    right: 8px;
    background-image: url(https://cdn11.bigcommerce.com/s-2rkezxqh4s/images/stencil/original/image-manager/icon-2.png);
    height: 78px;
    width: 50px; }
  .section-product .et-related-product.et_related_prod .et-product-card-images img, .section-product .et-related-product.et_recent_views_prod .et-product-card-images img {
    height: 215px;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover; }
  .section-product .et-related-product.et_related_prod .et-product-card .et-product-card-title, .section-product .et-related-product.et_recent_views_prod .et-product-card-title {
    font-size: 14px;
    line-height: 22px;
    padding-left: 12px;
    padding-right: 12px;
    margin: 0;
    width: auto;
    height: 48px; }
  .section-product .et-related-product.et_related_prod .et-product-card-price, .section-product .et-related-product.et_recent_views_prod .et-product-card-price {
    padding: 11px 12px 10px; }
  .section-product .et-related-product.et_related_prod .et-product-card-price span:nth-child(1), .section-product .et-related-product.et_related_prod .et-product-card-price span:nth-child(1) sup, .section-product .et-related-product.et_recent_views_prod .et-product-card-price span:nth-child(1), .section-product .et-related-product.et_recent_views_prod .et-product-card-price span:nth-child(1) sup {
    font-size: 14px;
    line-height: 15px;
    margin-right: 5px;
    color: #293847;
    top: 0; }
  .section-product .et-related-product.et_related_prod .et-product-card-price span:nth-child(2), .section-product .et-related-product.et_related_prod .et-product-card-price span:nth-child(2) sup, .section-product .et-related-product.et_recent_views_prod .et-product-card-price span:nth-child(2), .section-product .et-related-product.et_recent_views_prod .et-product-card-price span:nth-child(2) sup {
    font-size: 16px;
    line-height: 20px;
    top: 0; } }

.section-product .et-related-product.et_related_prod img, .section-product .et-related-product.et_recent_views_prod img {
  border-radius: 5px 5px 0 0; }

@media only screen and (min-width: 769px) {
  .section-product .et-related-product.et_related_prod img, .section-product .et-related-product.et_recent_views_prod img {
    height: 275px !important; } }

/*03-05-24*/
@media (max-width: 768px) {
  .section-product .et-related-product .col-sm-3 {
    width: 50% !important; }
  .section-product .et-related-product.et_related_prod .et-product-card-images img, .section-product .et-related-product.et_recent_views_prod .et-product-card-images img {
    width: 100%; }
  .et-product-card .et-product-card-images img {
    width: 100%; }
  body .category-top-product-section_neww .et-product-card .et-product-card-images {
    height: auto; } }

@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .section-product .et-related-product .et-product-card img {
    height: 338px !important; }
  .row.et-product-review-middle {
    display: none !important; }
  body .category-top-product-section_neww .et-product-card img {
    object-fit: cover;
    margin-top: 32px; } }

@media (min-width: 550px) and (max-width: 768px) {
  .container, .container-sm {
    max-width: 100%; }
  .row.et-home-best6.et-home-category-top-productt .col-sm-3, .et-prod-card-col {
    width: 33.33333% !important; }
  .et-banner-home .hide-mobile {
    display: block !important; }
  .et-banner-home .hide-dasktop {
    display: none !important; } }

@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .section-product .et-related-product .col-sm-3 {
    width: 33.33% !important; }
  .row.et-home-best6.et-home-category-top-productt .col-sm-3, .et-prod-card-col {
    width: 33.33% !important; }
  .section-product .container, .home-banner .container,
  .custom-bar_wrap .container,
  section.category-top-product-section_neww .container,
  .offer-message .container,
  section.category-top-product-section.new-product-section .container,
  .category-product-section .container,
  .category-product-section-new .container, .category-product-sectionn .container {
    max-width: 100%; }
  .section-product .et-related-product .et-product-card img {
    height: 338px; }
  .section-product .et-cart-related-section .et-related-product .et-product-card img {
    width: 100%;
    height: 338px; }
  .et-product-review-middle .col-sm-3 {
    width: 100% !important; } }

@media (min-width: 769px) and (max-width: 1200px) {
  .offer-message-inner .offer-timer h3, .offer-message-inner .offer-timer .h3, .offer-message-inner .offer-timer .h3 {
    font-size: 16.462px; }
  .offer-coundown .count-box .hours, .offer-message-inner .days {
    width: 35px; }
  .offer-message-inner .hour.count-box {
    line-height: 1; }
  .offer-message-inner .count-value, .offer-message-inner .days {
    width: 43px;
    height: 35px;
    line-height: 35px;
    font-size: 25.025px;
    margin-top: 5.5px; }
  .offer-box {
    flex-wrap: wrap; }
  .offer-message-inner .count-box span {
    font-size: 9.41px;
    line-height: 16.133px; } }

/* 7-05-2024 */
.new-product-section .et-product-card img, section.category-product-section .et-product-card img {
  width: 100%; }

@media (min-width: 1025px) and (max-width: 1199px) {
  .et-header-wrap .et-header-middle .col-sm-3 {
    width: 26% !important; } }

@media (min-width: 769px) and (max-width: 1199px) {
  .et-header-wrap .container, .section-product .container {
    max-width: 100%; }
  .custom-bar_wrap .container .security-commitment-wrap .security-commitment_bottom-tabs .security-commitment_bottom .security-commitment_bottom-content {
    display: -webkit-box; }
  .new-product-section .last-chance img {
    height: 25px !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .et-header-right .et-header-right-cart {
    width: 100%; }
  .et-header-right .et-header-right-cart a {
    font-size: 20px;
    justify-content: center; }
  .et-header-right-cart a span.navUser-item-cartLabel {
    font-size: 20px; } }

@media (min-width: 550px) and (max-width: 768px) {
  .category-top-product-section_neww .col-sm-3:nth-child(odd) {
    padding-right: calc(var(--bs-gutter-x)* .5); }
  .category-top-product-section_neww .col-sm-3:nth-child(even) {
    padding-left: calc(var(--bs-gutter-x)* .5); }
  .section-product .et-product-card .et-product-card-images {
    height: auto !important; }
  .section-product .et-related-product.et_related_prod .et-product-card-images img, .section-product .et-related-product.et_recent_views_prod .et-product-card-images img {
    height: 338px !important; }
  .category-top-product-section_neww img.et-product-card-image.ls-is-cached.lazyloaded {
    height: 260px !important; }
  .et-home-category-product .col-sm-3:nth-child(-n+30), .et-home-category-top-product .col-sm-3:nth-child(-n+30) {
    display: block; } }

@media (min-width: 769px) and (max-width: 991px) {
  .f_p_img img {
    height: 90px;
    width: 90px; }
  .home-middle-product .list_cat h2, .home-middle-product .list_cat .h2, .home-middle-product .list_cat .h2 {
    font-size: 13px;
    min-height: 30px;
    word-break: break-word;
    -webkit-hyphens: unset !important; } }

@media (min-width: 992px) {
  .home-middle-product .list_cat h2, .home-middle-product .list_cat .h2, .home-middle-product .list_cat .h2 {
    height: 80px; } }

.et-related-product {
  margin: 0 0px; }

.product-page-padding {
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5); }

@media only screen and (max-width: 1400px) and (min-width: 1026px) {
  .product-page-padding {
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5); } }

@media (min-width: 600px) and (max-width: 768px) {
  .et-header-wrap .container, .section-product .container,
  .category-product-section-new .container, .category-product-sectionn .container {
    max-width: 100%; }
  body .category-top-product-section_neww .et-product-card .et-product-card-offer {
    padding: 0 3px; } }

@media (min-width: 769px) and (max-width: 991px) {
  .home-middle-product .list_cat h2, .home-middle-product .list_cat .h2 {
    height: 80px;
    width: auto; } }

.sli_der .slick-slide img {
  border: unset; }

@media (min-width: 820px) and (max-width: 1199px) {
  body .category-top-product-section_neww .et-product-card img, .category-top-product-section .et-product-card img,
  .category-product-section .et-product-card img {
    height: 338px; } }

@media (min-width: 768px) and (max-width: 819px) {
  body .category-top-product-section_neww .et-product-card img {
    height: 252px; }
  .category-top-product-section .et-product-card img,
  .category-product-section .et-product-card img {
    height: 275px; } }

/*20-05-24*/
section.section-category .et-product-card.et-product-card-1 {
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  margin-top: 10px;
  position: relative; }

section.section-category .et-product-card.et-product-card-1:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 8px;
  background-image: url(https://cdn11.bigcommerce.com/s-2rkezxqh4s/images/stencil/original/image-manager/cart-product-background2.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  height: 104px;
  width: 89px; }

section.section-category .et-product-card a {
  display: block;
  position: relative;
  font-family: 'Dosis', sans-serif;
  font-size: 16px; }

section.section-category .et-product-card .et-product-card-images {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px; }

section.section-category .et-product-card .et-product-card-offer {
  background-color: #d11e3a;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700; }

@media only screen and (min-width: 769px) {
  section.section-category .et-product-card .et-product-card-title {
    height: 56px; } }

section.section-category .et-product-card-price {
  -ms-flex-pack: left;
  justify-content: left;
  padding: 4.5px 19px 11px;
  position: relative; }

section.section-category .et-product-card-price span:nth-child(2) sup, section.category-product-section .et-product-card-price span:nth-child(2) {
  font-size: 20px;
  top: 0; }

section.section-category .et-product-card sup:before {
  content: "."; }

section.section-category .et-product-card-price span:nth-child(2) sup, section.section-category .et-product-card-price span:nth-child(2) {
  font-size: 20px;
  top: 1px; }

section.section-category .et-product-card-price span:nth-child(1) sup, section.section-category .et-product-card-price span:nth-child(1), section.category-product-section .et-product-card-price span:nth-child(1) sup, section.category-product-section .et-product-card-price span:nth-child(1) {
  font-size: 17px;
  color: #293847;
  top: -3px;
  font-weight: 700; }

section.section-category .et-product-card .et-product-card-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0;
  text-align: left;
  color: #364250;
  padding-left: 19px;
  padding-right: 19px; }

@media only screen and (max-width: 768px) {
  section.section-category .et-product-card .et-product-card-title {
    font-size: 14px;
    line-height: 22px;
    padding-left: 12px;
    padding-right: 12px;
    margin: 0;
    width: auto;
    height: 48px; }
  section.section-category .et-product-card-price {
    padding: 11px 12px 10px; }
  section.section-category .et-product-card-price span:first-child, section.section-category .et-product-card-price span:first-child sup, section.category-product-section .et-product-card-price span:first-child {
    font-size: 14px;
    line-height: 15px;
    margin-right: 5px; }
  section.section-category .et-product-card-price span:nth-child(2), section.section-category .et-product-card-price span:nth-child(2) sup {
    font-size: 16px;
    line-height: 20px; }
  section.section-category .et-product-card-price span:nth-child(1) sup, section.section-category .et-product-card-price span:nth-child(1), section.category-product-section .et-product-card-price span:nth-child(1) sup, section.category-product-section .et-product-card-price span:nth-child(1) {
    top: 0px; } }

@media only screen and (max-width: 1199px) {
  section.section-category .et-product-card-price span:nth-child(1) sup, section.section-category .et-product-card-price span:nth-child(1), section.category-product-section .et-product-card-price span:nth-child(1) sup, section.category-product-section .et-product-card-price span:nth-child(1) {
    top: 0px; }
  section.section-category .et-product-card-price span:nth-child(2) sup, section.section-category .et-product-card-price span:nth-child(2) {
    top: 0px; } }

.et-product-card img {
  border-radius: 5px 5px 0 0; }

@media (min-width: 768px) and (max-width: 819px) {
  section.section-category .et-product-card img {
    height: 275px; } }

section.section-category .et-product-card img {
  width: 100%; }

section.section-category .col-sm-3.et-prod-card-col:nth-child(n+51) {
  display: none; }

@media (min-width: 550px) and (max-width: 1199px) {
  section.section-category .col-sm-3.et-prod-card-col:nth-child(n+51) {
    display: block; } }

.black-friday_label {
  display: inline-block;
  width: 100%;
  margin: 0px auto 15px;
  text-align: center; }

section.section-category .et-product-card .et-product-card-title {
  text-align: center; }

section.section-category .et-product-card-price {
  justify-content: center; }

@media only screen and (max-width: 1199px) {
  section.section-category .et-product-card-price {
    padding: 5px 12px 10px; }
  section.section-category .container {
    max-width: 100%; } }

/*22-05-24*/
.section-category .sale_pr sup::before {
  position: relative;
  /*   top: -1px;*/ }

section.section-category .et-product-card-price [id^="product_sell_price"], section.section-category .et-product-card-price .sell_price {
  line-height: 1; }

@media only screen and (min-width: 1200px) {
  section.section-category .et-product-card-price span:nth-child(2) sup, section.section-category .et-product-card-price span:nth-child(2),
  .new-product-section .et-product-card-price span:nth-child(2) sup {
    top: auto;
    padding-top: 0; }
  .new-product-section .et-product-card-price span:nth-child(1) sup, .new-product-section .et-product-card-price span:nth-child(1) {
    top: auto;
    padding-top: 0;
    display: flex;
    align-items: baseline; }
  .et-home-category-product .et-product-card-price span:nth-child(1) sup {
    top: auto !important;
    display: flex;
    align-items: center;
    padding-top: 0; }
  .section-category .et-product-card-price span:nth-child(1) sup {
    top: auto !important;
    display: flex;
    align-items: center;
    padding-top: 0; } }

@media only screen and (max-width: 768px) {
  section.section-category .et-product-card-price span:nth-child(1) sup, section.section-category .et-product-card-price span:nth-child(1), section.category-product-section .et-product-card-price span:nth-child(1) sup, section.category-product-section .et-product-card-price span:nth-child(1) {
    font-size: 14px; }
  section.section-category .et-product-card-price span:nth-child(2) sup, section.category-product-section .et-product-card-price span:nth-child(2) {
    font-size: 16px; } }

@media only screen and (min-width: 1200px) {
  .et-product-card-price .p_price, .et-home-category-product .et-product-card-price [id^=product_price],
  .section-category .et-product-card-price [id^=product_price] {
    align-items: baseline; }
  section.category-product-section .et-home-category-product .et-product-card-price span:nth-child(2) sup {
    top: auto;
    padding-top: 0; } }

/*13-06-24*/
@media only screen and (min-width: 1199px) {
  .et-product-view-image-wrap img {
    border-radius: 5px 5px 3px 3px; } }

.productView-description .productView-description img {
  border-radius: 5px 5px 3px 3px; }

/*blog page-05-07-24*/
/*31-1-24*/
.blog-heading {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.blog-post-section {
  display: flex;
  justify-content: space-between;
  gap: 20px; }

.blog-1 img {
  width: 450px; }

.blog-content {
  padding: 10px; }

.blog-1 {
  width: 100%;
  background: #fff;
  padding-bottom: 35px; }

.blog-1 a {
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px; }

.blog-1 h3, .blog-1 .h3 {
  padding-top: 10px;
  text-align: center; }

@media (max-width: 767px) {
  .blog-post-section {
    flex-wrap: wrap; }
  .blog-heading {
    align-items: inherit !important; }
  .blog-1 {
    padding-bottom: 10px; }
  .blog-1 a {
    font-size: 13px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .custom-bar_wrap .container .security-commitment-wrap .security-commitment_bottom-tabs .security-commitment_bottom .security-commitment_bottom-content.security-commitment_returns {
    display: none; }
  .et-product-review-middle .col-sm-3 {
    width: 100% !important; } }

.blog-1 a {
  text-align: left; }

.blog-1 img {
  border-radius: 10px; }

.blog-1 .add_blog {
  border: 1px solid #000;
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  font-size: 14px; }

.blog-1 p {
  font-size: 18px; }

.blog-1 a {
  font-size: 17px; }

.blog-1 .comm {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.blog-1 .text-center {
  text-align: left !important; }

@media screen and (min-width: 769px) {
  .blog-1 img {
    width: 450px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover; } }

/*01-04-24*/
.blog-1 a {
  text-align: left; }

.blog-1 img {
  border-radius: 10px; }

.blog-1 .add_blog {
  border: 1px solid #000;
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  font-size: 14px; }

.blog-1 p {
  font-size: 18px; }

.blog-1 a {
  font-size: 17px; }

.blog-1 .comm {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.blog-1 .text-center {
  text-align: left !important; }

/*02-04-24*/
@media screen and (min-width: 769px) {
  .blog-1 img {
    width: 450px;
    height: 200px;
    object-fit: cover; } }

@media (max-width: 549px) {
  .blog-post-section .blog-1 {
    width: 47%; }
  .blog-1 img {
    height: 150px;
    -o-object-fit: fill;
    object-fit: cover; }
  .blog-post-section {
    justify-content: unset;
    gap: 21px; } }

@media (min-width: 550px) and (max-width: 1023px) {
  .blog-post-section .blog-1 {
    width: 30.55%;
    display: none; }
  .blog-1 img {
    height: 150px;
    -o-object-fit: fill;
    object-fit: cover; }
  .blog-post-section .blog-1:nth-child(n+3) {
    display: block; }
  .blog-post-section {
    margin-bottom: 40px; } }

/*05-07-24*/
.row.et-home-category-product-new .col-sm-3.et-prod-card-col {
  display: none; }

.row.et-home-category-product-new .col-sm-3.et-prod-card-col:nth-child(-n+10) {
  display: block; }

@media (min-width: 550px) and (max-width: 768px) {
  .row.et-home-category-product-new .col-sm-3.et-prod-card-col {
    display: none !important; }
  .row.et-home-category-product-new .col-sm-3.et-prod-card-col:nth-child(-n+9) {
    display: block !important; } }

section.category-product-section-new .black-friday_label {
  display: none; }

section.category-product-section-new .et-product-card-offer {
  display: none; }

.category-product-section-new .et-product-card-price span sup {
  font-size: 19px;
  top: 0; }

@media only screen and (max-width: 768px) {
  .category-product-section-new .et-product-card-price span sup, .category-product-section-new .et-product-card-price {
    font-size: 16px; } }

/*NEW CSS 05-07-24 PRODUCT*/
.category-product-section-new .et-product-card-price span {
  line-height: 1;
  color: black !important; }

@media (min-width: 320px) and (max-width: 549px) {
  .row.et-home-category-product-new .col-sm-3.et-prod-card-col {
    display: none !important; }
  .row.et-home-category-product-new .col-sm-3.et-prod-card-col:nth-child(-n+8) {
    display: block !important; }
  section.category-product-sectionn .blog-1 {
    display: none; }
  section.category-product-sectionn .blog-1:nth-child(-n+3) {
    display: block; } }

/*blog page 30-09-24*/
.ne.elHeadline {
  padding-bottom: 21px; }

/*.container.blog-custom {
    max-width: 1200px;
    margin: 0 auto;
}*/
.container.blog-custom .inner_container {
  border-radius: 8px; }

.intro-image img {
  width: 100%; }

.blog-custom .intro-section p {
  margin-bottom: 15px;
  line-height: 1.6; }

.blog-custom .inner_container img {
  padding: 10px 0px; }

.blog-custom .inner_container h2, .blog-custom .inner_container .h2 {
  font-size: 28px;
  margin-bottom: 8px; }

.product-images img {
  width: 100%; }

.image-placeholder {
  width: 48%;
  height: 200px;
  background-color: red;
  border-radius: 8px; }

.product-description {
  grid-column: span 2;
  margin-top: 20px; }

.product-description p {
  margin-bottom: 10px;
  font-size: 18px; }

.blog-custom .cta-button {
  grid-column: span 2;
  text-align: center;
  margin-top: 20px; }

.blog-custom .cta-button a {
  background-color: #00c249;
  color: white;
  padding: 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  display: block;
  font-size: 25px; }

.blog-custom .offer {
  grid-column: span 2;
  text-align: center;
  margin-top: 10px;
  padding: 17px;
  border: 4px dashed red;
  border-radius: 5px;
  margin-top: 23px; }

.blog-custom .offer p {
  font-size: 23px;
  margin: 0;
  font-weight: 500; }

.blog-custom h1, .blog-custom .h1 {
  text-align: left;
  font-size: 40px;
  padding-bottom: 18px; }

.inner_container h2 a, .inner_container .h2 a {
  color: #405cb3;
  text-decoration: unset; }

.inner_container .product-section {
  padding-top: 23px; }

.blog-custom .intro-image {
  padding-bottom: 23px; }

.blog-custom h1, .blog-custom .h1, .blog-custom h2, .blog-custom .h2, .blog-custom p {
  font-family: 'Droid Sans', sans-serif !important; }

body .blog-custom p {
  font-size: 18px; }

.blog-post-body.data-id-https\:\/\/flashventes\.com\/top-20-hiver h2.blog-title, .blog-post-body.data-id-https\:\/\/flashventes\.com\/top-20-hiver .blog-title.h2 {
  display: none; }

.blog-custom .intro-section h2, .blog-custom .intro-section .h2 {
  font-size: 20px; }

@media (min-width: 768px) {
  .blog-custom img.mobile_img {
    display: none; } }

@media (max-width: 767px) {
  .blog-custom img.desktop_img {
    display: none; }
  body .blog-custom h1, body .blog-custom .h1 {
    font-size: 25px !important; }
  body .blog-custom h2, body .blog-custom .h2 {
    font-size: 20px !important; }
  body .blog-custom .cta-button a {
    font-size: 17px !important; }
  body .blog-custom .offer p {
    font-size: 16px !important; }
  body .blog-custom .offer {
    padding: 10px; }
  .blog-custom h1, .blog-custom .h1 {
    padding-bottom: 0px; }
  .blog-custom .intro-image {
    padding-bottom: 10px; }
  .blog-custom .inner_container img {
    padding: 0px !important; }
  .blog-post-body.data-id-https\:\/\/flashventes\.com\/top-20-hiver {
    padding: 0px 3px; }
  body .blog-custom .cta-button a {
    padding: 15px; } }

@media (min-width: 767px) {
  .container.blog-custom .inner_container {
    margin-bottom: 23px; }
  .container.blog-custom {
    margin-bottom: 23px; } }

.blog-post-body.data-id-https\:\/\/flashventes\.com\/blog\/les-20-produits-incontournables-pour-passer-un-hiver-confortable\/ h2, .blog-post-body.data-id-https\:\/\/flashventes\.com\/blog\/les-20-produits-incontournables-pour-passer-un-hiver-confortable\/ .h2 {
  margin-bottom: 23px; }

.blog-custom .inner_container .intro-image img {
  padding: 0px; }

@media (min-width: 767px) {
  .blog-post-body.data-id-https\:\/\/flashventes\.com\/blog\/les-20-produits-incontournables-pour-passer-un-hiver-confortable\/ h2.blog-title, .blog-post-body.data-id-https\:\/\/flashventes\.com\/blog\/les-20-produits-incontournables-pour-passer-un-hiver-confortable\/ .blog-title.h2 {
    margin-bottom: 23px;
    font-size: 36px;
    font-weight: 700; } }

.blog-custom .inner_container .intro-image img {
  padding: 0px; }

.product-section {
  padding-top: 23px; }

.container.blog-custom > .product-section {
  padding-top: 0px; }

.container.blog-custom {
  padding: 0px; }

@media (max-width: 768px) {
  .blog-post-body.data-id-https\:\/\/flashventes\.com\/blog\/les-20-produits-incontournables-pour-passer-un-hiver-confortable\/ {
    padding: 0 10px; } }

/*18-10-2024 -new webpage */
.klaviyo-section.page .cate_heading {
  display: block;
  text-align: center;
  margin-bottom: 0px; }

.klaviyo-section.page .cate_heading h2, .klaviyo-section.page .cate_heading .h2 {
  text-align: center;
  font-size: 44px;
  color: #cb312f;
  margin-top: 20px;
  font-weight: bold;
  line-height: 1.3em;
  font-family: "Fjalla One", Helvetica, sans-serif !important;
  padding-bottom: 10px; }

.klaviyo-section.page .cate_heading h3, .klaviyo-section.page .cate_heading .h3 {
  font-size: 32px !important;
  line-height: 1.3em;
  color: #2f2f2f !important;
  font-family: "Fjalla One", Helvetica, sans-serif !important; }

.klaviyo-section.page div.klaviyo-section.page form.klaviyo-form {
  margin: 0px auto; }

.klaviyo-section.page .col-sm-6.left {
  padding: 30px 41px 0px 0px; }

.klaviyo-section.page .col-sm-6.right {
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 10px; }

.klaviyo-section.page form.needsclick.klaviyo-form {
  padding: 13px;
  border-radius: 15px !important; }

.klaviyo-section.page .an-icon-wraper {
  display: flex;
  width: 85%;
  margin: 0px auto;
  padding-bottom: 30px;
  padding-top: 33px; }

.klaviyo-section.page .an-icon-wraper img {
  width: 25%;
  padding: 0px 25px; }

.klaviyo-section.page .black-friday-announcement {
  margin-top: 15px;
  padding: 0px 11px; }

.klaviyo-section.page .black-friday-announcement p {
  font-family: 'Droid Sans', sans-serif !important;
  margin-bottom: 0px !important;
  border-width: 2px;
  border-style: dashed;
  border-radius: 25px;
  padding: 20px; }

.klaviyo-section.page .an-wraper {
  display: flex; }

.klaviyo-section.page h1.ne.elHeadline, .klaviyo-section.page .ne.elHeadline.h1 {
  padding-bottom: 0px; }

.klaviyo-section.page img.icon_ion {
  max-width: 18px;
  width: 100%;
  margin-right: 4px; }

@media (max-width: 767px) {
  .klaviyo-section.page img.icon_ion {
    max-width: 13px;
    width: 100%; }
  .klaviyo-section.page .cate_heading h2, .klaviyo-section.page .cate_heading .h2 {
    font-size: 34px !important; }
  body .klaviyo-section.page .cate_heading h3, body .klaviyo-section.page .cate_heading .h3 {
    font-size: 23px !important;
    padding-left: 19px; }
  .klaviyo-section.page .col-sm-6.left {
    padding: 30px 0px 0px 0px;
    text-align: center; }
  .klaviyo-section.page .an-wraper {
    flex-direction: column; }
  .klaviyo-section.page .col-sm-6.right {
    padding-left: 0;
    padding-right: 0; }
  .klaviyo-section.page .col-sm-6.left img {
    max-width: 100%;
    width: 100%;
    margin: 0px auto; }
  .cus-s-page .col-sm-12 {
    padding-right: 0px;
    padding-left: 0px; }
  .klaviyo-section.page .an-icon-wraper {
    padding-top: 0px; }
  .klaviyo-section.page .an-icon-wraper img {
    width: calc(50% - 12.5px);
    height: 60px;
    padding: 10px 10px; }
  .klaviyo-section.page .an-icon-wraper img:nth-child(1) {
    order: 1; }
  .klaviyo-section.page .an-icon-wraper img:nth-child(2) {
    order: 3; }
  .klaviyo-section.page .an-icon-wraper img:nth-child(3) {
    order: 4; }
  .klaviyo-section.page .an-icon-wraper img:nth-child(4) {
    order: 2; }
  .klaviyo-section.page .an-icon-wraper {
    display: flex;
    width: 100%;
    padding-bottom: 0;
    padding-top: 10px;
    flex-wrap: wrap; } }

.klaviyo-section.page {
  margin-top: -30px; }

@media (max-width: 600px) {
  .klaviyo-section.page {
    margin-top: -20px; } }

.klaviyo-section.page .an-wraper .col-sm-6.left {
  width: 55%;
  text-align: center; }

.klaviyo-section.page .an-wraper .col-sm-6.left img {
  max-height: 500px; }

.klaviyo-section.page .an-wraper .col-sm-6.right {
  width: 45%;
  padding-left: 0; }

.klaviyo-section.page .an-wraper .col-sm-6.right .klaviyo-form {
  max-width: 430px; }

@media (max-width: 767px) {
  .klaviyo-section.page .an-wraper .col-sm-6.left {
    width: 100%; }
  .klaviyo-section.page .an-wraper .col-sm-6.right {
    width: 100%; }
  .klaviyo-section.page .an-wraper .col-sm-6.right {
    display: flex;
    justify-content: center; } }

@media (max-width: 768px) {
  .klaviyo-section.page {
    padding-left: 1rem;
    padding-right: 1rem; }
  .klaviyo-section.page .an-wraper .col-sm-6.left {
    padding-top: 0; }
  .klaviyo-section.page .an-wraper .col-sm-6.right {
    margin-top: -7px; } }

/*24-09-2024 NEW SECTION */
section.klaviyo-section .an-wraper {
  display: flex;
  align-items: center;
  gap: 0px;
  justify-content: space-between; }

section.klaviyo-section .container {
  max-width: 1050px; }

section.klaviyo-section .an-wraper .col-sm-6 {
  flex: unset !important;
  height: auto; }

section.klaviyo-section .an-wraper .col-sm-6.left {
  width: 50%; }

section.klaviyo-section .an-wraper .col-sm-6.right {
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }

section.klaviyo-section {
  padding-top: 50px;
  padding-bottom: 50px; }

.an-wraper .col-sm-6.left img {
  width: 100%;
  max-height: 465px;
  object-fit: contain;
  height: 100%; }

section.klaviyo-section .cate_heading {
  justify-content: center;
  flex-direction: column;
  margin-bottom: 25px; }

section.klaviyo-section .cate_heading h2, section.klaviyo-section .cate_heading .h2 {
  font-size: 58px;
  color: #cb312f;
  font-weight: 700;
  font-family: 'Fjalla One';
  margin-bottom: 20px;
  text-align: center; }

section.klaviyo-section .cate_heading h3, section.klaviyo-section .cate_heading .h3 {
  font-size: 32px;
  margin-top: 5px;
  font-weight: 700;
  font-family: 'Fjalla One';
  text-align: center;
  margin: 0;
  color: #2d2d2d; }

section.klaviyo-section .cate_heading h3 svg, section.klaviyo-section .cate_heading .h3 svg {
  height: 32px;
  width: 20px; }

section.klaviyo-section .cate_heading h3 svg .cls-1, section.klaviyo-section .cate_heading .h3 svg .cls-1 {
  fill: #2d2d2d; }

.an-icon-wraper {
  display: flex;
  align-items: stretch;
  gap: 50px;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
  row-gap: 30px; }

.an-icon-wraper img {
  max-width: 250px;
  height: 80px;
  width: auto;
  object-fit: contain; }

section.klaviyo-section form.klaviyo-form {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-radius: 15px !important;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 365px !important; }

span.needsclick.go681896951.kl-private-reset-css-Xuajs1 {
  display: none !important; }

@media (max-width: 992px) {
  section.klaviyo-section .an-wraper {
    flex-direction: column;
    gap: 20px; }
  section.klaviyo-section .an-wraper .col-sm-6.left {
    width: 100%; }
  section.klaviyo-section .an-wraper .col-sm-6.right {
    width: 100%;
    max-width: unset; }
  .an-icon-wraper {
    flex-wrap: wrap;
    gap: 25px;
    row-gap: 7px;
    margin-top: 15px; }
  .an-icon-wraper img {
    width: calc(50% - 12.5px);
    max-width: unset; }
  section.klaviyo-section form.klaviyo-form {
    max-width: unset !important;
    min-height: unset !important; }
  section.klaviyo-section form.klaviyo-form {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  section.klaviyo-section .cate_heading h2, section.klaviyo-section .cate_heading .h2 {
    font-size: 34px !important;
    line-height: normal; }
  section.klaviyo-section {
    padding-top: 25px;
    padding-bottom: 10px; }
  section.klaviyo-section .cate_heading h3, section.klaviyo-section .cate_heading .h3 {
    font-size: 23px;
    line-height: normal; }
  section.klaviyo-section .cate_heading h3 svg, section.klaviyo-section .cate_heading .h3 svg {
    height: 23px; }
  .an-icon-wraper img:nth-child(1) {
    order: 1; }
  .an-icon-wraper img:nth-child(2) {
    order: 3; }
  .an-icon-wraper img:nth-child(3) {
    order: 4; }
  .an-icon-wraper img:nth-child(4) {
    order: 2; } }

body section.klaviyo-section {
  padding-top: 15px;
  padding-bottom: 40px; }

@media (max-width: 992px) {
  body section.klaviyo-section .an-icon-wraper img {
    width: calc(50% - 31.5px);
    max-width: unset;
    object-fit: contain; }
  body section.klaviyo-section .an-icon-wraper {
    flex-wrap: wrap;
    gap: 22px;
    row-gap: 7px;
    margin-top: 15px; }
  body section.klaviyo-section {
    padding-top: 25px;
    padding-bottom: 25px; } }

/*26-0-24 for product page css*/
@media (max-width: 767px) {
  section.klaviyo-section.product .container {
    padding: 0px 10px !important; }
  section.klaviyo-section.product .cate_heading span {
    display: inline-block; } }

/*20-01-25*/
body #snize_results .snize-horizontal-wrapper .snize-horizontal-left {
  height: 0; }

@media only screen and (max-width: 768px) {
  #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel {
    min-height: 50px !important; }
  #snize_results.snize-mobile-design.snize-new-version div.snize-main-panel-mobile-filters {
    margin-top: 6px !important; } }

/*20-01-25*/
.et-sticky-header-product {
  padding: 0 20px; }

@media only screen and (min-device-width: 1025px) and (max-device-width: 1186px) {
  .et-sticky-header-product {
    padding: 0 20px; }
  .prod-key-feature .items-wrap .club-items-wrap-L .item p {
    font-size: 14px; }
  .prod-key-feature .items-wrap .item p {
    padding-left: 31px !important; }
  .prod-key-feature .items-wrap .item img {
    width: 25px !important;
    height: 25px !important; }
  .et-sticky-header-product .prod-img-title .productView-title {
    align-items: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-align: left;
    -webkit-box-orient: vertical;
    height: 28px;
    max-width: 515px;
    overflow: hidden;
    padding: 0 20px; }
  .et-sticky-header-product .prod-img-title {
    display: flex;
    align-items: center; } }

@media only screen and (max-width: 768px) {
  .prod-key-feature .items-wrap .club-items-wrap-mobile .item.item-3 .item-3-off-save .items-wrap-saveOff {
    font-size: 36px; } }

@media only screen and (max-width: 1023px) {
  .et-sticky-header-product .prod-img-title .productView-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-align: left;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 23px;
    max-width: 316px;
    padding: 0 15px; }
  .et-sticky-header-product .prod-img-title {
    align-items: center; } }

@media only screen and (max-width: 360px) {
  .prod-key-feature .items-wrap .club-items-wrap-mobile .item.item-3 .items-3-title .items-mobile-offre-name-title {
    font-size: 28px; }
  .prod-key-feature .items-wrap .club-items-wrap-mobile .item.item-3 .items-3-title .items-mobile-offre-name {
    font-size: 12px; }
  .prod-key-feature .items-wrap .club-items-wrap-mobile .item.item-3 .item-3-off-save .items-wrap-saveOff {
    font-size: 34px; }
  .prod-key-feature .items-wrap .club-items-wrap-mobile .item.item-3 .item-3-off-save .item-3-timeline {
    font-size: 11px; } }

@media only screen and (max-width: 340px) {
  .et-header-top .et-header-top-promotion span.discount_percent_txt {
    font-size: 12px; }
  span.promo_text_google-optimize {
    font-size: 15px; }
  .et-dailypromotion {
    font-size: 13px; } }

/* 11-02-25 to ad the bold font in product description */
@media (min-width: 1200px) and (max-width: 1400px) {
  .et-header-wrap .container, .section-product .container {
    max-width: 100%; }
  .et-header-wrap header.et-header-middle .row {
    justify-content: space-between; }
  body .col-sm-12.product-page-padding {
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5); } }

@media (min-width: 1200px) {
  main section .container {
    max-width: 1440px; }
  section.section-category .container, .page-section .container {
    max-width: 1440px; } }

.confidence-cus-page div[data-form="cus-elf"] {
  width: 95%;
  margin: 0 auto; }

/*10-03-25*/
@media (max-width: 768px) {
  .prod-key-feature .items-wrap .club-items-wrap-mobile .item.item-3 .item-3-off-save .item-3-timeline {
    font-family: "Arial","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 16px; }
  .upsell-info-popup-toggle {
    top: 0 !important;
    padding-left: 2px; }
  .productView-price-sell {
    font-size: 20px;
    margin: 0 4px; }
  .et-productView-top .save_percent_wrap {
    margin-top: 0; }
  .upsell-info-popup-toggle img {
    height: 18px; } }

@media (max-width: 768px) {
  .prod-key-feature .items-wrap .club-items-wrap-mobile .item.item-3 .item-3-off-save .items-wrap-saveOff {
    width: auto;
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-family: "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .prod-key-feature .items-wrap .club-items-wrap-mobile .item.item-3 .item-3-off-save .item-3-timeline {
    width: auto;
    margin: 0; }
  .prod-key-feature .items-wrap .club-items-wrap-mobile .item.item-3 {
    display: flex;
    align-items: center; }
  .prod-key-feature .items-wrap .club-items-wrap-mobile .item.item-3 .item-3-off-save {
    display: flex;
    align-items: center;
    justify-content: space-evenly; } }

.cookie_notice_inner .cookie_text_color {
  color: #fff;
  text-decoration: underline; }
