@charset "UTF-8";

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #798490;
  --gray-dark: #4a545b;
  --primary: #008490;
  --secondary: #526e7f;
  --success: #3cc261;
  --info: #26b6cf;
  --warning: #ffbd5d;
  --danger: #e52427;
  --light: #f9f9f9;
  --dark: #4a545b;
  --breakpoint-xs: 0;
  --breakpoint-sm: 375px;
  --breakpoint-mds: 480px;
  --breakpoint-md: 672px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1296px;
  --breakpoint-wide: 1600px;
  --breakpoint-xxl: 1814px;
  --breakpoint-hd: 2080px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans',
    sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4a545b;
  text-align: left;
  background-color: #fff;
}

[tabindex='-1']:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #008490;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #003e44;
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #798490;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

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

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #4a545b;
}

h1,
.h1 {
  font-size: 2.25rem;
}

@media (max-width: 1200px) {
  h1,
  .h1 {
    font-size: calc(1.35rem + 1.2vw);
  }
}

h2,
.h2 {
  font-size: 1.75rem;
}

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

h3,
.h3 {
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  h3,
  .h3 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

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

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

.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: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #798490;
}

.blockquote-footer::before {
  content: 'â€”Â ';
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #798490;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  -ms-word-break: break-word;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 3px;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  -ms-word-break: normal;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.cms-section .boxed {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 375px) {
  .container,
  .cms-section .boxed {
    max-width: 540px;
  }
}

@media (min-width: 672px) {
  .container,
  .cms-section .boxed {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .cms-section .boxed {
    max-width: 960px;
  }
}

@media (min-width: 1296px) {
  .container,
  .cms-section .boxed {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.row,
.account-content,
.is-act-cartpage .checkout .checkout-container,
.is-act-checkoutregisterpage .checkout .checkout-container,
.is-act-confirmpage .checkout .checkout-container,
.is-ctl-accountorder .checkout .checkout-container,
.is-act-finishpage .checkout .checkout-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.is-act-confirmpage .checkout .no-gutters > .checkout-aside,
.is-ctl-accountorder .checkout .no-gutters > .checkout-aside,
.is-act-finishpage .checkout .no-gutters > .checkout-aside,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.is-act-confirmpage .checkout .checkout-aside,
.is-ctl-accountorder .checkout .checkout-aside,
.is-act-finishpage .checkout .checkout-aside,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.is-act-confirmpage .checkout .checkout-additional,
.is-ctl-accountorder .checkout .checkout-additional,
.col-sm-7,
.is-act-finishpage .checkout .checkout-additional,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-mds-1,
.col-mds-2,
.col-mds-3,
.col-mds-4,
.col-mds-5,
.col-mds-6,
.col-mds-7,
.col-mds-8,
.col-mds-9,
.col-mds-10,
.col-mds-11,
.col-mds-12,
.col-mds,
.col-mds-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.is-act-checkoutregisterpage .checkout .checkout-aside,
.col-md-5,
.is-act-cartpage .checkout .checkout-aside,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.account-content .account-content-aside,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.is-act-cartpage .checkout .checkout-main,
.is-act-checkoutregisterpage .checkout .checkout-main,
.is-act-confirmpage .checkout .checkout-main,
.is-ctl-accountorder .checkout .checkout-main,
.is-act-finishpage .checkout .checkout-main,
.col-lg-9,
.account-content .account-content-main,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-wide-1,
.col-wide-2,
.col-wide-3,
.col-wide-4,
.col-wide-5,
.col-wide-6,
.col-wide-7,
.col-wide-8,
.col-wide-9,
.col-wide-10,
.col-wide-11,
.col-wide-12,
.col-wide,
.col-wide-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto,
.col-hd-1,
.col-hd-2,
.col-hd-3,
.col-hd-4,
.col-hd-5,
.col-hd-6,
.col-hd-7,
.col-hd-8,
.col-hd-9,
.col-hd-10,
.col-hd-11,
.col-hd-12,
.col-hd,
.col-hd-auto {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.col,
.is-act-confirmpage .checkout .checkout-aside,
.is-ctl-accountorder .checkout .checkout-aside,
.is-act-finishpage .checkout .checkout-aside {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6,
  .is-act-confirmpage .checkout .checkout-additional,
  .is-ctl-accountorder .checkout .checkout-additional {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7,
  .is-act-finishpage .checkout .checkout-additional,
  .is-act-finishpage .checkout .checkout-aside {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5,
  .is-act-finishpage .checkout .checkout-aside {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 480px) {
  .col-mds {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-mds-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-mds-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-mds-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-mds-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-mds-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-mds-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-mds-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-mds-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-mds-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-mds-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-mds-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-mds-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-mds-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-mds-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-mds-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-mds-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-mds-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-mds-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-mds-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-mds-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-mds-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-mds-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-mds-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-mds-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-mds-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-mds-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-mds-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-mds-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-mds-0 {
    margin-left: 0;
  }

  .offset-mds-1 {
    margin-left: 8.3333333333%;
  }

  .offset-mds-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-mds-4 {
    margin-left: 33.3333333333%;
  }

  .offset-mds-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-mds-7 {
    margin-left: 58.3333333333%;
  }

  .offset-mds-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-mds-10 {
    margin-left: 83.3333333333%;
  }

  .offset-mds-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 672px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4,
  .is-act-checkoutregisterpage .checkout .checkout-aside {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5,
  .is-act-cartpage .checkout .checkout-aside {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6,
  .is-act-confirmpage .checkout .checkout-aside,
  .is-ctl-accountorder .checkout .checkout-aside,
  .is-act-finishpage .checkout .checkout-additional,
  .is-act-finishpage .checkout .checkout-aside {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6,
  .is-act-confirmpage .checkout .checkout-aside,
  .is-ctl-accountorder .checkout .checkout-aside,
  .is-act-finishpage .checkout .checkout-aside {
    margin-left: 50%;
  }

  .offset-md-7,
  .is-act-cartpage .checkout .checkout-aside {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3,
  .account-content .account-content-aside {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4,
  .is-act-cartpage .checkout .checkout-aside,
  .is-act-confirmpage .checkout .checkout-additional,
  .is-ctl-accountorder .checkout .checkout-additional,
  .is-act-confirmpage .checkout .checkout-aside,
  .is-ctl-accountorder .checkout .checkout-aside,
  .is-act-finishpage .checkout .checkout-additional,
  .is-act-finishpage .checkout .checkout-aside {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8,
  .is-act-cartpage .checkout .checkout-main,
  .is-act-checkoutregisterpage .checkout .checkout-main,
  .is-act-confirmpage .checkout .checkout-main,
  .is-ctl-accountorder .checkout .checkout-main,
  .is-act-finishpage .checkout .checkout-main {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9,
  .account-content .account-content-main {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0,
  .is-act-cartpage .checkout .checkout-aside {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2,
  .is-act-confirmpage .checkout .checkout-main,
  .is-ctl-accountorder .checkout .checkout-main,
  .is-act-confirmpage .checkout .checkout-additional,
  .is-ctl-accountorder .checkout .checkout-additional,
  .is-act-finishpage .checkout .checkout-main,
  .is-act-finishpage .checkout .checkout-additional {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1296px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2,
  .account-content .account-content-aside {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4,
  .is-act-cartpage .checkout .checkout-aside {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7,
  .account-content .account-content-main {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1,
  .account-content .account-content-main {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1600px) {
  .col-wide {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-wide-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-wide-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-wide-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-wide-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-wide-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-wide-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-wide-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-wide-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-wide-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-wide-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-wide-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-wide-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-wide-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-wide-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-wide-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-wide-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-wide-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-wide-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-wide-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-wide-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-wide-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-wide-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-wide-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-wide-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-wide-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-wide-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-wide-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-wide-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-wide-0 {
    margin-left: 0;
  }

  .offset-wide-1 {
    margin-left: 8.3333333333%;
  }

  .offset-wide-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-wide-4 {
    margin-left: 33.3333333333%;
  }

  .offset-wide-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-wide-7 {
    margin-left: 58.3333333333%;
  }

  .offset-wide-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-wide-10 {
    margin-left: 83.3333333333%;
  }

  .offset-wide-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1814px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 2080px) {
  .col-hd {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-hd-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-hd-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-hd-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-hd-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-hd-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-hd-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-hd-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-hd-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-hd-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-hd-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-hd-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-hd-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-hd-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-hd-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-hd-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-hd-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-hd-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-hd-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-hd-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-hd-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-hd-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-hd-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-hd-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-hd-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-hd-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-hd-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-hd-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-hd-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-hd-0 {
    margin-left: 0;
  }

  .offset-hd-1 {
    margin-left: 8.3333333333%;
  }

  .offset-hd-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-hd-4 {
    margin-left: 33.3333333333%;
  }

  .offset-hd-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-hd-7 {
    margin-left: 58.3333333333%;
  }

  .offset-hd-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-hd-10 {
    margin-left: 83.3333333333%;
  }

  .offset-hd-11 {
    margin-left: 91.6666666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #4a545b;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #bcc1c7;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #bcc1c7;
}

.table tbody + tbody {
  border-top: 2px solid #bcc1c7;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #bcc1c7;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #bcc1c7;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover {
  color: #4a545b;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8dde0;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abfc5;
}

.table-hover .table-primary:hover {
  background-color: #a6d5d8;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a6d5d8;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #cfd6db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #a5b4bc;
}

.table-hover .table-secondary:hover {
  background-color: #c0cad0;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c0cad0;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c8eed3;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #9adfad;
}

.table-hover .table-success:hover {
  background-color: #b5e8c3;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b5e8c3;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #c2ebf2;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #8ed9e6;
}

.table-hover .table-info:hover {
  background-color: #ade4ee;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #ade4ee;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffedd2;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffddab;
}

.table-hover .table-warning:hover {
  background-color: #ffe3b9;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe3b9;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f8c2c3;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f18d8f;
}

.table-hover .table-danger:hover {
  background-color: #f5abad;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f5abad;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfd;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fcfcfc;
}

.table-hover .table-light:hover {
  background-color: #f0f0f0;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f0f0f0;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #cccfd1;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #a1a6aa;
}

.table-hover .table-dark:hover {
  background-color: #bfc2c5;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #bfc2c5;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #4a545b;
  border-color: #5b6770;
}

.table .thead-light th {
  color: #495057;
  background-color: #eee;
  border-color: #bcc1c7;
}

.table-dark {
  color: #fff;
  background-color: #4a545b;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #5b6770;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 374.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 479.98px) {
  .table-responsive-mds {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-mds > .table-bordered {
    border: 0;
  }
}

@media (max-width: 671.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

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

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1295.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1599.98px) {
  .table-responsive-wide {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-wide > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1813.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 2079.98px) {
  .table-responsive-hd {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-hd > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.125rem + 2px);
  padding: 0.5625rem 0.5625rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4a545b;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #bcc1c7;
  border-radius: 3px;
  -webkit-transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #4a545b;
  background-color: #fff;
  border-color: #008490;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 132, 144, 0.25);
}

.form-control::-ms-input-placeholder,
.form-control::-moz-placeholder,
.form-control::-webkit-input-placeholder,
.form-control::placeholder {
  color: #c3c3c3;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #eee;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #4a545b;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.5625rem + 1px);
  padding-bottom: calc(0.5625rem + 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: 1rem;
  line-height: 1.5;
}

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #4a545b;
  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 {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 3px;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3px;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.is-act-confirmpage .checkout .form-row > .checkout-aside,
.is-ctl-accountorder .checkout .form-row > .checkout-aside,
.is-act-finishpage .checkout .form-row > .checkout-aside,
.form-row > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #798490;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(60, 194, 97, 0.9);
  border-radius: 3px;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #3cc261;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #3cc261;
  box-shadow: 0 0 0 0.2rem rgba(60, 194, 97, 0.25);
}

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

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #3cc261;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #3cc261;
  box-shadow: 0 0 0 0.2rem rgba(60, 194, 97, 0.25);
}

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

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

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #3cc261;
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #3cc261;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #3cc261;
}

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #62cf80;
  background-color: #62cf80;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(60, 194, 97, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #3cc261;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #3cc261;
}

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #3cc261;
  box-shadow: 0 0 0 0.2rem rgba(60, 194, 97, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(229, 36, 39, 0.9);
  border-radius: 3px;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #e52427;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #e52427;
  box-shadow: 0 0 0 0.2rem rgba(229, 36, 39, 0.25);
}

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

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #e52427;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #e52427;
  box-shadow: 0 0 0 0.2rem rgba(229, 36, 39, 0.25);
}

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

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

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #e52427;
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #e52427;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #e52427;
}

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

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ea5254;
  background-color: #ea5254;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(229, 36, 39, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e52427;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e52427;
}

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e52427;
  box-shadow: 0 0 0 0.2rem rgba(229, 36, 39, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 375px) {
  .form-inline label {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #4a545b;
  text-align: center;
  vertical-align: middle;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 2px 12px;
  font-size: 0.875rem;
  line-height: 34px;
  border-radius: 3px;
  -webkit-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;
  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) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #4a545b;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 132, 144, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary,
.address-editor-select:not(.collapsed),
.address-editor-edit:not(.collapsed),
.address-editor-create:not(.collapsed) {
  color: #fff;
  background-color: #008490;
  border-color: #008490;
}

.btn-primary:hover,
.address-editor-select:not(.collapsed):hover,
.address-editor-edit:not(.collapsed):hover,
.address-editor-create:not(.collapsed):hover {
  color: #fff;
  background-color: #00616a;
  border-color: #00555d;
}

.btn-primary:focus,
.address-editor-select:not(.collapsed):focus,
.address-editor-edit:not(.collapsed):focus,
.address-editor-create:not(.collapsed):focus,
.btn-primary.focus,
.focus.address-editor-select:not(.collapsed),
.focus.address-editor-edit:not(.collapsed),
.focus.address-editor-create:not(.collapsed) {
  box-shadow: 0 0 0 0.2rem rgba(38, 150, 161, 0.5);
}

.btn-primary.disabled,
.disabled.address-editor-select:not(.collapsed),
.disabled.address-editor-edit:not(.collapsed),
.disabled.address-editor-create:not(.collapsed),
.btn-primary:disabled,
.address-editor-select:not(.collapsed):disabled,
.address-editor-edit:not(.collapsed):disabled,
.address-editor-create:not(.collapsed):disabled {
  color: #fff;
  background-color: #008490;
  border-color: #008490;
}

.btn-primary:not(:disabled):not(.disabled):active,
.address-editor-select:not(.collapsed):not(:disabled):not(.disabled):active,
.address-editor-edit:not(.collapsed):not(:disabled):not(.disabled):active,
.address-editor-create:not(.collapsed):not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.active.address-editor-select:not(.collapsed):not(.disabled):not(:disabled),
.active.address-editor-edit:not(.collapsed):not(.disabled):not(:disabled),
.active.address-editor-create:not(.collapsed):not(.disabled):not(:disabled),
.show > .btn-primary.dropdown-toggle,
.show > .dropdown-toggle.address-editor-select:not(.collapsed),
.show > .dropdown-toggle.address-editor-edit:not(.collapsed),
.show > .dropdown-toggle.address-editor-create:not(.collapsed) {
  color: #fff;
  background-color: #00555d;
  border-color: #004a50;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.address-editor-select:not(.collapsed):not(:disabled):not(.disabled):active:focus,
.address-editor-edit:not(.collapsed):not(:disabled):not(.disabled):active:focus,
.address-editor-create:not(.collapsed):not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.active.address-editor-select:not(.collapsed):not(.disabled):not(:disabled):focus,
.active.address-editor-edit:not(.collapsed):not(.disabled):not(:disabled):focus,
.active.address-editor-create:not(.collapsed):not(.disabled):not(:disabled):focus,
.show > .btn-primary.dropdown-toggle:focus,
.show > .dropdown-toggle.address-editor-select:not(.collapsed):focus,
.show > .dropdown-toggle.address-editor-edit:not(.collapsed):focus,
.show > .dropdown-toggle.address-editor-create:not(.collapsed):focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 150, 161, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #526e7f;
  border-color: #526e7f;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #435a68;
  border-color: #3e5360;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 132, 146, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #526e7f;
  border-color: #526e7f;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #3e5360;
  border-color: #394c58;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 132, 146, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #3cc261;
  border-color: #3cc261;
}

.btn-success:hover {
  color: #fff;
  background-color: #33a552;
  border-color: #309b4e;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 203, 121, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #3cc261;
  border-color: #3cc261;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #309b4e;
  border-color: #2d9149;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 203, 121, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #26b6cf;
  border-color: #26b6cf;
}

.btn-info:hover {
  color: #fff;
  background-color: #209aaf;
  border-color: #1e90a4;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 193, 214, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #26b6cf;
  border-color: #26b6cf;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1e90a4;
  border-color: #1c8799;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 193, 214, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffbd5d;
  border-color: #ffbd5d;
}

.btn-warning:hover {
  color: #212529;
  background-color: #ffad37;
  border-color: #ffa82a;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 166, 85, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffbd5d;
  border-color: #ffbd5d;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffa82a;
  border-color: #ffa31d;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 166, 85, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #e52427;
  border-color: #e52427;
}

.btn-danger:hover {
  color: #fff;
  background-color: #cb181b;
  border-color: #bf1719;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 69, 71, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #e52427;
  border-color: #e52427;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bf1719;
  border-color: #b41518;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233, 69, 71, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn-light:hover {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 217, 218, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e0e0e0;
  border-color: #d9d9d9;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 217, 218, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #4a545b;
  border-color: #4a545b;
}

.btn-dark:hover {
  color: #fff;
  background-color: #394146;
  border-color: #333a3f;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(101, 110, 116, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #4a545b;
  border-color: #4a545b;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #333a3f;
  border-color: #2d3438;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(101, 110, 116, 0.5);
}

.btn-outline-primary {
  color: #008490;
  border-color: #008490;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #008490;
  border-color: #008490;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 132, 144, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #008490;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #008490;
  border-color: #008490;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 132, 144, 0.5);
}

.btn-outline-secondary {
  color: #526e7f;
  border-color: #526e7f;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #526e7f;
  border-color: #526e7f;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 110, 127, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #526e7f;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #526e7f;
  border-color: #526e7f;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 110, 127, 0.5);
}

.btn-outline-success {
  color: #3cc261;
  border-color: #3cc261;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #3cc261;
  border-color: #3cc261;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 194, 97, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #3cc261;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #3cc261;
  border-color: #3cc261;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 194, 97, 0.5);
}

.btn-outline-info {
  color: #26b6cf;
  border-color: #26b6cf;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #26b6cf;
  border-color: #26b6cf;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 182, 207, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #26b6cf;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #26b6cf;
  border-color: #26b6cf;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 182, 207, 0.5);
}

.btn-outline-warning {
  color: #ffbd5d;
  border-color: #ffbd5d;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffbd5d;
  border-color: #ffbd5d;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 189, 93, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffbd5d;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffbd5d;
  border-color: #ffbd5d;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 189, 93, 0.5);
}

.btn-outline-danger {
  color: #e52427;
  border-color: #e52427;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #e52427;
  border-color: #e52427;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 36, 39, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #e52427;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e52427;
  border-color: #e52427;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 36, 39, 0.5);
}

.btn-outline-light {
  color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f9f9f9;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5);
}

.btn-outline-dark {
  color: #4a545b;
  border-color: #4a545b;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #4a545b;
  border-color: #4a545b;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 84, 91, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #4a545b;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #4a545b;
  border-color: #4a545b;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 84, 91, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #008490;
  text-decoration: none;
}

.btn-link:hover {
  color: #003e44;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #798490;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn,
.btn-buy {
  padding: 2px 12px;
  font-size: 1rem;
  line-height: 38px;
  border-radius: 3px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 2px 12px;
  font-size: 0.875rem;
  line-height: 30px;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #4a545b;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #bcc1c7;
  border-radius: 3px;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 375px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 480px) {
  .dropdown-menu-mds-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-mds-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 672px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1296px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1600px) {
  .dropdown-menu-wide-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-wide-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1814px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 2080px) {
  .dropdown-menu-hd-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-hd-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^='top'],
.dropdown-menu[x-placement^='right'],
.dropdown-menu[x-placement^='bottom'],
.dropdown-menu[x-placement^='left'] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #eee;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f9f9f9;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #008490;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #798490;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #798490;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 9px;
  padding-left: 9px;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 9px;
  padding-left: 9px;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-buy + .dropdown-toggle-split {
  padding-right: 9px;
  padding-left: 9px;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type='radio'],
.btn-group-toggle > .btn input[type='checkbox'],
.btn-group-toggle > .btn-group > .btn input[type='radio'],
.btn-group-toggle > .btn-group > .btn input[type='checkbox'] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5625rem 0.5625rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4a545b;
  text-align: center;
  white-space: nowrap;
  background-color: #eee;
  border: 1px solid #bcc1c7;
  border-radius: 3px;
}

.input-group-text input[type='radio'],
.input-group-text input[type='checkbox'] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3px;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 3px;
}

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #008490;
  background-color: #008490;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 132, 144, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #008490;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #008490;
  border-color: #008490;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #798490;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #eee;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: '';
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: '';
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 3px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #008490;
  background-color: #008490;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 132, 144, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 132, 144, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  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='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 132, 144, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.15625rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition:
    -ms-transform 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;
  transition:
    -webkit-transform 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;
  transition:
    transform 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;
  -webkit-transition:
    -webkit-transform 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) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -ms-transform: translateX(0.75rem);
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 132, 144, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.125rem + 2px);
  padding: 0.5625rem 1.5625rem 0.5625rem 0.5625rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4a545b;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%234a545b' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.5625rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #bcc1c7;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #008490;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 132, 144, 0.25);
}

.custom-select:focus::-ms-value {
  color: #4a545b;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size='1']) {
  height: auto;
  padding-right: 0.5625rem;
  background-image: none;
}

.custom-select:disabled {
  color: #798490;
  background-color: #eee;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.75rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.125rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.125rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #008490;
  box-shadow: 0 0 0 0.2rem rgba(0, 132, 144, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #eee;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: 'Browse';
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.125rem + 2px);
  padding: 0.5625rem 0.5625rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4a545b;
  background-color: #fff;
  border: 1px solid #bcc1c7;
  border-radius: 3px;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.125rem);
  padding: 0.5625rem 0.5625rem;
  line-height: 1.5;
  color: #4a545b;
  content: 'Browse';
  background-color: #eee;
  border-left: inherit;
  border-radius: 0 3px 3px 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow:
    0 0 0 1px #fff,
    0 0 0 0.2rem rgba(0, 132, 144, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow:
    0 0 0 1px #fff,
    0 0 0 0.2rem rgba(0, 132, 144, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow:
    0 0 0 1px #fff,
    0 0 0 0.2rem rgba(0, 132, 144, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #008490;
  border: 0;
  border-radius: 1rem;
  -webkit-transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #44efff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #bcc1c7;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #008490;
  border: 0;
  border-radius: 1rem;
  -webkit-transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #44efff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #bcc1c7;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #008490;
  border: 0;
  border-radius: 1rem;
  -webkit-transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #44efff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #bcc1c7;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #bcc1c7;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    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) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #798490;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #bcc1c7;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #eee #eee #bcc1c7;
}

.nav-tabs .nav-link.disabled {
  color: #798490;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #bcc1c7 #bcc1c7 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 3px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #008490;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.cms-section .navbar > .boxed,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.40625rem;
  padding-bottom: 0.40625rem;
  margin-right: 1rem;
  font-size: 1rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: '';
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 374.98px) {
  .navbar-expand-sm > .container,
  .cms-section .navbar-expand-sm > .boxed,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 375px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .cms-section .navbar-expand-sm > .boxed,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 479.98px) {
  .navbar-expand-mds > .container,
  .cms-section .navbar-expand-mds > .boxed,
  .navbar-expand-mds > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 480px) {
  .navbar-expand-mds {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-mds .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-mds .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-mds .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-mds > .container,
  .cms-section .navbar-expand-mds > .boxed,
  .navbar-expand-mds > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-mds .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-mds .navbar-toggler {
    display: none;
  }
}

@media (max-width: 671.98px) {
  .navbar-expand-md > .container,
  .cms-section .navbar-expand-md > .boxed,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 672px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .cms-section .navbar-expand-md > .boxed,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .cms-section .navbar-expand-lg > .boxed,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .cms-section .navbar-expand-lg > .boxed,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1295.98px) {
  .navbar-expand-xl > .container,
  .cms-section .navbar-expand-xl > .boxed,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1296px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .cms-section .navbar-expand-xl > .boxed,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1599.98px) {
  .navbar-expand-wide > .container,
  .cms-section .navbar-expand-wide > .boxed,
  .navbar-expand-wide > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1600px) {
  .navbar-expand-wide {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-wide .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-wide .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-wide .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-wide > .container,
  .cms-section .navbar-expand-wide > .boxed,
  .navbar-expand-wide > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-wide .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-wide .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1813.98px) {
  .navbar-expand-xxl > .container,
  .cms-section .navbar-expand-xxl > .boxed,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1814px) {
  .navbar-expand-xxl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxl > .container,
  .cms-section .navbar-expand-xxl > .boxed,
  .navbar-expand-xxl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 2079.98px) {
  .navbar-expand-hd > .container,
  .cms-section .navbar-expand-hd > .boxed,
  .navbar-expand-hd > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 2080px) {
  .navbar-expand-hd {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-hd .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-hd .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-hd .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-hd > .container,
  .cms-section .navbar-expand-hd > .boxed,
  .navbar-expand-hd > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-hd .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-hd .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.cms-section .navbar-expand > .boxed,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.cms-section .navbar-expand > .boxed,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  border: 1px solid transparent;
  border-radius: 3px;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid transparent;
}

.card-header:first-child {
  border-radius: calc(3px - 1px) calc(3px - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid transparent;
}

.card-footer:last-child {
  border-radius: 0 0 calc(3px - 1px) calc(3px - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(3px - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(3px - 1px);
  border-top-right-radius: calc(3px - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(3px - 1px);
  border-bottom-left-radius: calc(3px - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 20px;
}

@media (min-width: 375px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -20px;
    margin-left: -20px;
  }

  .card-deck .card {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 20px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 20px;
}

@media (min-width: 375px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 375px) {
  .card-columns {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #798490;
  content: '/';
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #798490;
}

.pagination {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 3px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #008490;
  background-color: #fff;
  border: 1px solid #bcc1c7;
}

.page-link:hover {
  z-index: 2;
  color: #003e44;
  text-decoration: none;
  background-color: #eee;
  border-color: #bcc1c7;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 132, 144, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #008490;
  border-color: #008490;
}

.page-item.disabled .page-link {
  color: #798490;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #bcc1c7;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
  -webkit-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;
  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) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #008490;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #00555d;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 132, 144, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #526e7f;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #3e5360;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(82, 110, 127, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #3cc261;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #309b4e;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(60, 194, 97, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #26b6cf;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #1e90a4;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 182, 207, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffbd5d;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #ffa82a;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 189, 93, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #e52427;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bf1719;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(229, 36, 39, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f9f9f9;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #e0e0e0;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #4a545b;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #333a3f;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(74, 84, 91, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eee;
  border-radius: 3px;
}

@media (min-width: 375px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3.8125rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #00454b;
  background-color: #cce6e9;
  border-color: #b8dde0;
}

.alert-primary hr {
  border-top-color: #a6d5d8;
}

.alert-primary .alert-link {
  color: #001618;
}

.alert-secondary {
  color: #2b3942;
  background-color: #dce2e5;
  border-color: #cfd6db;
}

.alert-secondary hr {
  border-top-color: #c0cad0;
}

.alert-secondary .alert-link {
  color: #171e23;
}

.alert-success {
  color: #1f6532;
  background-color: #d8f3df;
  border-color: #c8eed3;
}

.alert-success hr {
  border-top-color: #b5e8c3;
}

.alert-success .alert-link {
  color: #133e1f;
}

.alert-info {
  color: #145f6c;
  background-color: #d4f0f5;
  border-color: #c2ebf2;
}

.alert-info hr {
  border-top-color: #ade4ee;
}

.alert-info .alert-link {
  color: #0c3941;
}

.alert-warning {
  color: #856230;
  background-color: #fff2df;
  border-color: #ffedd2;
}

.alert-warning hr {
  border-top-color: #ffe3b9;
}

.alert-warning .alert-link {
  color: #604622;
}

.alert-danger {
  color: #771314;
  background-color: #fad3d4;
  border-color: #f8c2c3;
}

.alert-danger hr {
  border-top-color: #f5abad;
}

.alert-danger .alert-link {
  color: #4b0c0d;
}

.alert-light {
  color: #818181;
  background-color: #fefefe;
  border-color: #fdfdfd;
}

.alert-light hr {
  border-top-color: #f0f0f0;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #262c2f;
  background-color: #dbddde;
  border-color: #cccfd1;
}

.alert-dark hr {
  border-top-color: #bfc2c5;
}

.alert-dark .alert-link {
  color: #0f1213;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

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

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #eee;
  border-radius: 3px;
}

.progress-bar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #008490;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    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 {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.media {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

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

.list-group-item-action:active {
  color: #4a545b;
  background-color: #eee;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #798490;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #008490;
  border-color: #008490;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}

@media (min-width: 375px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 480px) {
  .list-group-horizontal-mds {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-mds .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-mds .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-mds .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 672px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1296px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1600px) {
  .list-group-horizontal-wide {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-wide .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-wide .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-wide .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1814px) {
  .list-group-horizontal-xxl {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-xxl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-xxl .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 2080px) {
  .list-group-horizontal-hd {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .list-group-horizontal-hd .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-hd .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-hd .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #00454b;
  background-color: #b8dde0;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #00454b;
  background-color: #a6d5d8;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #00454b;
  border-color: #00454b;
}

.list-group-item-secondary {
  color: #2b3942;
  background-color: #cfd6db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #2b3942;
  background-color: #c0cad0;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #2b3942;
  border-color: #2b3942;
}

.list-group-item-success {
  color: #1f6532;
  background-color: #c8eed3;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #1f6532;
  background-color: #b5e8c3;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1f6532;
  border-color: #1f6532;
}

.list-group-item-info {
  color: #145f6c;
  background-color: #c2ebf2;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #145f6c;
  background-color: #ade4ee;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #145f6c;
  border-color: #145f6c;
}

.list-group-item-warning {
  color: #856230;
  background-color: #ffedd2;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856230;
  background-color: #ffe3b9;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856230;
  border-color: #856230;
}

.list-group-item-danger {
  color: #771314;
  background-color: #f8c2c3;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #771314;
  background-color: #f5abad;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #771314;
  border-color: #771314;
}

.list-group-item-light {
  color: #818181;
  background-color: #fdfdfd;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818181;
  background-color: #f0f0f0;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818181;
  border-color: #818181;
}

.list-group-item-dark {
  color: #262c2f;
  background-color: #cccfd1;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #262c2f;
  background-color: #bfc2c5;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #262c2f;
  border-color: #262c2f;
}

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

@media (max-width: 1200px) {
  .close {
    font-size: calc(1.25625rem + 0.075vw);
  }
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #798490;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -ms-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -ms-transform: translate(0, -50px);
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: '';
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 10px;
  border-bottom: 1px solid #bcc1c7;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.modal-header .close {
  padding: 10px 10px;
  margin: -10px -10px -10px auto;
}

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

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #bcc1c7;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 375px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .address-editor-modal .modal-dialog,
  .quickview-modal .modal-dialog,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1296px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: 'Inter', 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;
  -ms-word-break: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: '';
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^='top'] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^='top'] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^='top'] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^='right'] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^='right'] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^='right'] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^='bottom'] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^='bottom'] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^='bottom'] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^='left'] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^='left'] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^='left'] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: 'Inter', 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;
  -ms-word-break: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 3px;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: '';
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^='top'] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^='top'] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^='top'] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^='top'] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^='right'] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^='right'] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 3px 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^='right'] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^='right'] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^='bottom'] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^='bottom'] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^='bottom'] > .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 > .arrow::after,
.bs-popover-auto[x-placement^='bottom'] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

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

.bs-popover-left,
.bs-popover-auto[x-placement^='left'] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^='left'] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 3px 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^='left'] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^='left'] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #4a545b;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(3px - 1px);
  border-top-right-radius: calc(3px - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #4a545b;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: '';
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -ms-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner-border,
.loader {
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: text-bottom;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

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

@-webkit-keyframes spinner-grow {
  0% {
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}

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

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

.bg-primary {
  background-color: #008490 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #00555d !important;
}

.bg-secondary {
  background-color: #526e7f !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #3e5360 !important;
}

.bg-success {
  background-color: #3cc261 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #309b4e !important;
}

.bg-info {
  background-color: #26b6cf !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #1e90a4 !important;
}

.bg-warning {
  background-color: #ffbd5d !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ffa82a !important;
}

.bg-danger {
  background-color: #e52427 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bf1719 !important;
}

.bg-light,
.order-detail-table-footer {
  background-color: #f9f9f9 !important;
}

a.bg-light:hover,
a.order-detail-table-footer:hover,
a.bg-light:focus,
a.order-detail-table-footer:focus,
button.bg-light:hover,
button.order-detail-table-footer:hover,
button.bg-light:focus,
button.order-detail-table-footer:focus {
  background-color: #e0e0e0 !important;
}

.bg-dark {
  background-color: #4a545b !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #333a3f !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

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

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

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

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

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

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

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

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

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

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

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

.border-secondary {
  border-color: #526e7f !important;
}

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

.border-info {
  border-color: #26b6cf !important;
}

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

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

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

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

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

.rounded-sm {
  border-radius: 3px !important;
}

.rounded {
  border-radius: 3px !important;
}

.rounded-top {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

.rounded-right {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.rounded-left {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.rounded-lg {
  border-radius: 3px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

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

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

.d-none,
.is-act-checkoutregisterpage .checkout .checkout-aside {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

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

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
}

@media (min-width: 375px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !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: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (min-width: 480px) {
  .d-mds-none {
    display: none !important;
  }

  .d-mds-inline {
    display: inline !important;
  }

  .d-mds-inline-block {
    display: inline-block !important;
  }

  .d-mds-block {
    display: block !important;
  }

  .d-mds-table {
    display: table !important;
  }

  .d-mds-table-row {
    display: table-row !important;
  }

  .d-mds-table-cell {
    display: table-cell !important;
  }

  .d-mds-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }

  .d-mds-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (min-width: 672px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !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: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block,
  .is-act-checkoutregisterpage .checkout .checkout-aside {
    display: block !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: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1296px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !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: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1600px) {
  .d-wide-none {
    display: none !important;
  }

  .d-wide-inline {
    display: inline !important;
  }

  .d-wide-inline-block {
    display: inline-block !important;
  }

  .d-wide-block {
    display: block !important;
  }

  .d-wide-table {
    display: table !important;
  }

  .d-wide-table-row {
    display: table-row !important;
  }

  .d-wide-table-cell {
    display: table-cell !important;
  }

  .d-wide-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }

  .d-wide-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1814px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !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: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media (min-width: 2080px) {
  .d-hd-none {
    display: none !important;
  }

  .d-hd-inline {
    display: inline !important;
  }

  .d-hd-inline-block {
    display: inline-block !important;
  }

  .d-hd-block {
    display: block !important;
  }

  .d-hd-table {
    display: table !important;
  }

  .d-hd-table-row {
    display: table-row !important;
  }

  .d-hd-table-cell {
    display: table-cell !important;
  }

  .d-hd-flex {
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }

  .d-hd-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !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: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: '';
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 375px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 480px) {
  .flex-mds-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-mds-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-mds-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-mds-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-mds-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-mds-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-mds-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-mds-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-mds-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-mds-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-mds-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-mds-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-mds-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-mds-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-mds-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-mds-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-mds-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-mds-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-mds-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-mds-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-mds-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-mds-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-mds-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-mds-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-mds-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-mds-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-mds-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-mds-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-mds-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-mds-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-mds-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-mds-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-mds-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-mds-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 672px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1296px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1600px) {
  .flex-wide-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-wide-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-wide-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-wide-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-wide-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-wide-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-wide-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-wide-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-wide-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-wide-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-wide-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-wide-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-wide-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-wide-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-wide-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-wide-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-wide-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-wide-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-wide-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-wide-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-wide-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-wide-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-wide-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-wide-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-wide-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-wide-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-wide-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-wide-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-wide-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-wide-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-wide-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-wide-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-wide-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-wide-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1814px) {
  .flex-xxl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xxl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 2080px) {
  .flex-hd-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-hd-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-hd-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-hd-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-hd-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-hd-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-hd-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-hd-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-hd-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-hd-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-hd-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-hd-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-hd-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-hd-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-hd-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-hd-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-hd-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-hd-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-hd-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-hd-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-hd-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-hd-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-hd-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-hd-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-hd-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-hd-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-hd-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-hd-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-hd-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-hd-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-hd-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-hd-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-hd-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-hd-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 375px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 480px) {
  .float-mds-left {
    float: left !important;
  }

  .float-mds-right {
    float: right !important;
  }

  .float-mds-none {
    float: none !important;
  }
}

@media (min-width: 672px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1296px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1600px) {
  .float-wide-left {
    float: left !important;
  }

  .float-wide-right {
    float: right !important;
  }

  .float-wide-none {
    float: none !important;
  }
}

@media (min-width: 1814px) {
  .float-xxl-left {
    float: left !important;
  }

  .float-xxl-right {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }
}

@media (min-width: 2080px) {
  .float-hd-left {
    float: left !important;
  }

  .float-hd-right {
    float: right !important;
  }

  .float-hd-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

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

@supports (position: sticky) {
  .sticky-top,
  .offcanvas .offcanvas-footer {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

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

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

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: '';
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 375px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 480px) {
  .m-mds-0 {
    margin: 0 !important;
  }

  .mt-mds-0,
  .my-mds-0 {
    margin-top: 0 !important;
  }

  .mr-mds-0,
  .mx-mds-0 {
    margin-right: 0 !important;
  }

  .mb-mds-0,
  .my-mds-0 {
    margin-bottom: 0 !important;
  }

  .ml-mds-0,
  .mx-mds-0 {
    margin-left: 0 !important;
  }

  .m-mds-1 {
    margin: 0.25rem !important;
  }

  .mt-mds-1,
  .my-mds-1 {
    margin-top: 0.25rem !important;
  }

  .mr-mds-1,
  .mx-mds-1 {
    margin-right: 0.25rem !important;
  }

  .mb-mds-1,
  .my-mds-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-mds-1,
  .mx-mds-1 {
    margin-left: 0.25rem !important;
  }

  .m-mds-2 {
    margin: 0.5rem !important;
  }

  .mt-mds-2,
  .my-mds-2 {
    margin-top: 0.5rem !important;
  }

  .mr-mds-2,
  .mx-mds-2 {
    margin-right: 0.5rem !important;
  }

  .mb-mds-2,
  .my-mds-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-mds-2,
  .mx-mds-2 {
    margin-left: 0.5rem !important;
  }

  .m-mds-3 {
    margin: 1rem !important;
  }

  .mt-mds-3,
  .my-mds-3 {
    margin-top: 1rem !important;
  }

  .mr-mds-3,
  .mx-mds-3 {
    margin-right: 1rem !important;
  }

  .mb-mds-3,
  .my-mds-3 {
    margin-bottom: 1rem !important;
  }

  .ml-mds-3,
  .mx-mds-3 {
    margin-left: 1rem !important;
  }

  .m-mds-4 {
    margin: 1.5rem !important;
  }

  .mt-mds-4,
  .my-mds-4 {
    margin-top: 1.5rem !important;
  }

  .mr-mds-4,
  .mx-mds-4 {
    margin-right: 1.5rem !important;
  }

  .mb-mds-4,
  .my-mds-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-mds-4,
  .mx-mds-4 {
    margin-left: 1.5rem !important;
  }

  .m-mds-5 {
    margin: 3rem !important;
  }

  .mt-mds-5,
  .my-mds-5 {
    margin-top: 3rem !important;
  }

  .mr-mds-5,
  .mx-mds-5 {
    margin-right: 3rem !important;
  }

  .mb-mds-5,
  .my-mds-5 {
    margin-bottom: 3rem !important;
  }

  .ml-mds-5,
  .mx-mds-5 {
    margin-left: 3rem !important;
  }

  .p-mds-0 {
    padding: 0 !important;
  }

  .pt-mds-0,
  .py-mds-0 {
    padding-top: 0 !important;
  }

  .pr-mds-0,
  .px-mds-0 {
    padding-right: 0 !important;
  }

  .pb-mds-0,
  .py-mds-0 {
    padding-bottom: 0 !important;
  }

  .pl-mds-0,
  .px-mds-0 {
    padding-left: 0 !important;
  }

  .p-mds-1 {
    padding: 0.25rem !important;
  }

  .pt-mds-1,
  .py-mds-1 {
    padding-top: 0.25rem !important;
  }

  .pr-mds-1,
  .px-mds-1 {
    padding-right: 0.25rem !important;
  }

  .pb-mds-1,
  .py-mds-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-mds-1,
  .px-mds-1 {
    padding-left: 0.25rem !important;
  }

  .p-mds-2 {
    padding: 0.5rem !important;
  }

  .pt-mds-2,
  .py-mds-2 {
    padding-top: 0.5rem !important;
  }

  .pr-mds-2,
  .px-mds-2 {
    padding-right: 0.5rem !important;
  }

  .pb-mds-2,
  .py-mds-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-mds-2,
  .px-mds-2 {
    padding-left: 0.5rem !important;
  }

  .p-mds-3 {
    padding: 1rem !important;
  }

  .pt-mds-3,
  .py-mds-3 {
    padding-top: 1rem !important;
  }

  .pr-mds-3,
  .px-mds-3 {
    padding-right: 1rem !important;
  }

  .pb-mds-3,
  .py-mds-3 {
    padding-bottom: 1rem !important;
  }

  .pl-mds-3,
  .px-mds-3 {
    padding-left: 1rem !important;
  }

  .p-mds-4 {
    padding: 1.5rem !important;
  }

  .pt-mds-4,
  .py-mds-4 {
    padding-top: 1.5rem !important;
  }

  .pr-mds-4,
  .px-mds-4 {
    padding-right: 1.5rem !important;
  }

  .pb-mds-4,
  .py-mds-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-mds-4,
  .px-mds-4 {
    padding-left: 1.5rem !important;
  }

  .p-mds-5 {
    padding: 3rem !important;
  }

  .pt-mds-5,
  .py-mds-5 {
    padding-top: 3rem !important;
  }

  .pr-mds-5,
  .px-mds-5 {
    padding-right: 3rem !important;
  }

  .pb-mds-5,
  .py-mds-5 {
    padding-bottom: 3rem !important;
  }

  .pl-mds-5,
  .px-mds-5 {
    padding-left: 3rem !important;
  }

  .m-mds-n1 {
    margin: -0.25rem !important;
  }

  .mt-mds-n1,
  .my-mds-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-mds-n1,
  .mx-mds-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-mds-n1,
  .my-mds-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-mds-n1,
  .mx-mds-n1 {
    margin-left: -0.25rem !important;
  }

  .m-mds-n2 {
    margin: -0.5rem !important;
  }

  .mt-mds-n2,
  .my-mds-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-mds-n2,
  .mx-mds-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-mds-n2,
  .my-mds-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-mds-n2,
  .mx-mds-n2 {
    margin-left: -0.5rem !important;
  }

  .m-mds-n3 {
    margin: -1rem !important;
  }

  .mt-mds-n3,
  .my-mds-n3 {
    margin-top: -1rem !important;
  }

  .mr-mds-n3,
  .mx-mds-n3 {
    margin-right: -1rem !important;
  }

  .mb-mds-n3,
  .my-mds-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-mds-n3,
  .mx-mds-n3 {
    margin-left: -1rem !important;
  }

  .m-mds-n4 {
    margin: -1.5rem !important;
  }

  .mt-mds-n4,
  .my-mds-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-mds-n4,
  .mx-mds-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-mds-n4,
  .my-mds-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-mds-n4,
  .mx-mds-n4 {
    margin-left: -1.5rem !important;
  }

  .m-mds-n5 {
    margin: -3rem !important;
  }

  .mt-mds-n5,
  .my-mds-n5 {
    margin-top: -3rem !important;
  }

  .mr-mds-n5,
  .mx-mds-n5 {
    margin-right: -3rem !important;
  }

  .mb-mds-n5,
  .my-mds-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-mds-n5,
  .mx-mds-n5 {
    margin-left: -3rem !important;
  }

  .m-mds-auto {
    margin: auto !important;
  }

  .mt-mds-auto,
  .my-mds-auto {
    margin-top: auto !important;
  }

  .mr-mds-auto,
  .mx-mds-auto {
    margin-right: auto !important;
  }

  .mb-mds-auto,
  .my-mds-auto {
    margin-bottom: auto !important;
  }

  .ml-mds-auto,
  .mx-mds-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 672px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1296px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1600px) {
  .m-wide-0 {
    margin: 0 !important;
  }

  .mt-wide-0,
  .my-wide-0 {
    margin-top: 0 !important;
  }

  .mr-wide-0,
  .mx-wide-0 {
    margin-right: 0 !important;
  }

  .mb-wide-0,
  .my-wide-0 {
    margin-bottom: 0 !important;
  }

  .ml-wide-0,
  .mx-wide-0 {
    margin-left: 0 !important;
  }

  .m-wide-1 {
    margin: 0.25rem !important;
  }

  .mt-wide-1,
  .my-wide-1 {
    margin-top: 0.25rem !important;
  }

  .mr-wide-1,
  .mx-wide-1 {
    margin-right: 0.25rem !important;
  }

  .mb-wide-1,
  .my-wide-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-wide-1,
  .mx-wide-1 {
    margin-left: 0.25rem !important;
  }

  .m-wide-2 {
    margin: 0.5rem !important;
  }

  .mt-wide-2,
  .my-wide-2 {
    margin-top: 0.5rem !important;
  }

  .mr-wide-2,
  .mx-wide-2 {
    margin-right: 0.5rem !important;
  }

  .mb-wide-2,
  .my-wide-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-wide-2,
  .mx-wide-2 {
    margin-left: 0.5rem !important;
  }

  .m-wide-3 {
    margin: 1rem !important;
  }

  .mt-wide-3,
  .my-wide-3 {
    margin-top: 1rem !important;
  }

  .mr-wide-3,
  .mx-wide-3 {
    margin-right: 1rem !important;
  }

  .mb-wide-3,
  .my-wide-3 {
    margin-bottom: 1rem !important;
  }

  .ml-wide-3,
  .mx-wide-3 {
    margin-left: 1rem !important;
  }

  .m-wide-4 {
    margin: 1.5rem !important;
  }

  .mt-wide-4,
  .my-wide-4 {
    margin-top: 1.5rem !important;
  }

  .mr-wide-4,
  .mx-wide-4 {
    margin-right: 1.5rem !important;
  }

  .mb-wide-4,
  .my-wide-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-wide-4,
  .mx-wide-4 {
    margin-left: 1.5rem !important;
  }

  .m-wide-5 {
    margin: 3rem !important;
  }

  .mt-wide-5,
  .my-wide-5 {
    margin-top: 3rem !important;
  }

  .mr-wide-5,
  .mx-wide-5 {
    margin-right: 3rem !important;
  }

  .mb-wide-5,
  .my-wide-5 {
    margin-bottom: 3rem !important;
  }

  .ml-wide-5,
  .mx-wide-5 {
    margin-left: 3rem !important;
  }

  .p-wide-0 {
    padding: 0 !important;
  }

  .pt-wide-0,
  .py-wide-0 {
    padding-top: 0 !important;
  }

  .pr-wide-0,
  .px-wide-0 {
    padding-right: 0 !important;
  }

  .pb-wide-0,
  .py-wide-0 {
    padding-bottom: 0 !important;
  }

  .pl-wide-0,
  .px-wide-0 {
    padding-left: 0 !important;
  }

  .p-wide-1 {
    padding: 0.25rem !important;
  }

  .pt-wide-1,
  .py-wide-1 {
    padding-top: 0.25rem !important;
  }

  .pr-wide-1,
  .px-wide-1 {
    padding-right: 0.25rem !important;
  }

  .pb-wide-1,
  .py-wide-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-wide-1,
  .px-wide-1 {
    padding-left: 0.25rem !important;
  }

  .p-wide-2 {
    padding: 0.5rem !important;
  }

  .pt-wide-2,
  .py-wide-2 {
    padding-top: 0.5rem !important;
  }

  .pr-wide-2,
  .px-wide-2 {
    padding-right: 0.5rem !important;
  }

  .pb-wide-2,
  .py-wide-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-wide-2,
  .px-wide-2 {
    padding-left: 0.5rem !important;
  }

  .p-wide-3 {
    padding: 1rem !important;
  }

  .pt-wide-3,
  .py-wide-3 {
    padding-top: 1rem !important;
  }

  .pr-wide-3,
  .px-wide-3 {
    padding-right: 1rem !important;
  }

  .pb-wide-3,
  .py-wide-3 {
    padding-bottom: 1rem !important;
  }

  .pl-wide-3,
  .px-wide-3 {
    padding-left: 1rem !important;
  }

  .p-wide-4 {
    padding: 1.5rem !important;
  }

  .pt-wide-4,
  .py-wide-4 {
    padding-top: 1.5rem !important;
  }

  .pr-wide-4,
  .px-wide-4 {
    padding-right: 1.5rem !important;
  }

  .pb-wide-4,
  .py-wide-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-wide-4,
  .px-wide-4 {
    padding-left: 1.5rem !important;
  }

  .p-wide-5 {
    padding: 3rem !important;
  }

  .pt-wide-5,
  .py-wide-5 {
    padding-top: 3rem !important;
  }

  .pr-wide-5,
  .px-wide-5 {
    padding-right: 3rem !important;
  }

  .pb-wide-5,
  .py-wide-5 {
    padding-bottom: 3rem !important;
  }

  .pl-wide-5,
  .px-wide-5 {
    padding-left: 3rem !important;
  }

  .m-wide-n1 {
    margin: -0.25rem !important;
  }

  .mt-wide-n1,
  .my-wide-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-wide-n1,
  .mx-wide-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-wide-n1,
  .my-wide-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-wide-n1,
  .mx-wide-n1 {
    margin-left: -0.25rem !important;
  }

  .m-wide-n2 {
    margin: -0.5rem !important;
  }

  .mt-wide-n2,
  .my-wide-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-wide-n2,
  .mx-wide-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-wide-n2,
  .my-wide-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-wide-n2,
  .mx-wide-n2 {
    margin-left: -0.5rem !important;
  }

  .m-wide-n3 {
    margin: -1rem !important;
  }

  .mt-wide-n3,
  .my-wide-n3 {
    margin-top: -1rem !important;
  }

  .mr-wide-n3,
  .mx-wide-n3 {
    margin-right: -1rem !important;
  }

  .mb-wide-n3,
  .my-wide-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-wide-n3,
  .mx-wide-n3 {
    margin-left: -1rem !important;
  }

  .m-wide-n4 {
    margin: -1.5rem !important;
  }

  .mt-wide-n4,
  .my-wide-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-wide-n4,
  .mx-wide-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-wide-n4,
  .my-wide-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-wide-n4,
  .mx-wide-n4 {
    margin-left: -1.5rem !important;
  }

  .m-wide-n5 {
    margin: -3rem !important;
  }

  .mt-wide-n5,
  .my-wide-n5 {
    margin-top: -3rem !important;
  }

  .mr-wide-n5,
  .mx-wide-n5 {
    margin-right: -3rem !important;
  }

  .mb-wide-n5,
  .my-wide-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-wide-n5,
  .mx-wide-n5 {
    margin-left: -3rem !important;
  }

  .m-wide-auto {
    margin: auto !important;
  }

  .mt-wide-auto,
  .my-wide-auto {
    margin-top: auto !important;
  }

  .mr-wide-auto,
  .mx-wide-auto {
    margin-right: auto !important;
  }

  .mb-wide-auto,
  .my-wide-auto {
    margin-bottom: auto !important;
  }

  .ml-wide-auto,
  .mx-wide-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1814px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 2080px) {
  .m-hd-0 {
    margin: 0 !important;
  }

  .mt-hd-0,
  .my-hd-0 {
    margin-top: 0 !important;
  }

  .mr-hd-0,
  .mx-hd-0 {
    margin-right: 0 !important;
  }

  .mb-hd-0,
  .my-hd-0 {
    margin-bottom: 0 !important;
  }

  .ml-hd-0,
  .mx-hd-0 {
    margin-left: 0 !important;
  }

  .m-hd-1 {
    margin: 0.25rem !important;
  }

  .mt-hd-1,
  .my-hd-1 {
    margin-top: 0.25rem !important;
  }

  .mr-hd-1,
  .mx-hd-1 {
    margin-right: 0.25rem !important;
  }

  .mb-hd-1,
  .my-hd-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-hd-1,
  .mx-hd-1 {
    margin-left: 0.25rem !important;
  }

  .m-hd-2 {
    margin: 0.5rem !important;
  }

  .mt-hd-2,
  .my-hd-2 {
    margin-top: 0.5rem !important;
  }

  .mr-hd-2,
  .mx-hd-2 {
    margin-right: 0.5rem !important;
  }

  .mb-hd-2,
  .my-hd-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-hd-2,
  .mx-hd-2 {
    margin-left: 0.5rem !important;
  }

  .m-hd-3 {
    margin: 1rem !important;
  }

  .mt-hd-3,
  .my-hd-3 {
    margin-top: 1rem !important;
  }

  .mr-hd-3,
  .mx-hd-3 {
    margin-right: 1rem !important;
  }

  .mb-hd-3,
  .my-hd-3 {
    margin-bottom: 1rem !important;
  }

  .ml-hd-3,
  .mx-hd-3 {
    margin-left: 1rem !important;
  }

  .m-hd-4 {
    margin: 1.5rem !important;
  }

  .mt-hd-4,
  .my-hd-4 {
    margin-top: 1.5rem !important;
  }

  .mr-hd-4,
  .mx-hd-4 {
    margin-right: 1.5rem !important;
  }

  .mb-hd-4,
  .my-hd-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-hd-4,
  .mx-hd-4 {
    margin-left: 1.5rem !important;
  }

  .m-hd-5 {
    margin: 3rem !important;
  }

  .mt-hd-5,
  .my-hd-5 {
    margin-top: 3rem !important;
  }

  .mr-hd-5,
  .mx-hd-5 {
    margin-right: 3rem !important;
  }

  .mb-hd-5,
  .my-hd-5 {
    margin-bottom: 3rem !important;
  }

  .ml-hd-5,
  .mx-hd-5 {
    margin-left: 3rem !important;
  }

  .p-hd-0 {
    padding: 0 !important;
  }

  .pt-hd-0,
  .py-hd-0 {
    padding-top: 0 !important;
  }

  .pr-hd-0,
  .px-hd-0 {
    padding-right: 0 !important;
  }

  .pb-hd-0,
  .py-hd-0 {
    padding-bottom: 0 !important;
  }

  .pl-hd-0,
  .px-hd-0 {
    padding-left: 0 !important;
  }

  .p-hd-1 {
    padding: 0.25rem !important;
  }

  .pt-hd-1,
  .py-hd-1 {
    padding-top: 0.25rem !important;
  }

  .pr-hd-1,
  .px-hd-1 {
    padding-right: 0.25rem !important;
  }

  .pb-hd-1,
  .py-hd-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-hd-1,
  .px-hd-1 {
    padding-left: 0.25rem !important;
  }

  .p-hd-2 {
    padding: 0.5rem !important;
  }

  .pt-hd-2,
  .py-hd-2 {
    padding-top: 0.5rem !important;
  }

  .pr-hd-2,
  .px-hd-2 {
    padding-right: 0.5rem !important;
  }

  .pb-hd-2,
  .py-hd-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-hd-2,
  .px-hd-2 {
    padding-left: 0.5rem !important;
  }

  .p-hd-3 {
    padding: 1rem !important;
  }

  .pt-hd-3,
  .py-hd-3 {
    padding-top: 1rem !important;
  }

  .pr-hd-3,
  .px-hd-3 {
    padding-right: 1rem !important;
  }

  .pb-hd-3,
  .py-hd-3 {
    padding-bottom: 1rem !important;
  }

  .pl-hd-3,
  .px-hd-3 {
    padding-left: 1rem !important;
  }

  .p-hd-4 {
    padding: 1.5rem !important;
  }

  .pt-hd-4,
  .py-hd-4 {
    padding-top: 1.5rem !important;
  }

  .pr-hd-4,
  .px-hd-4 {
    padding-right: 1.5rem !important;
  }

  .pb-hd-4,
  .py-hd-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-hd-4,
  .px-hd-4 {
    padding-left: 1.5rem !important;
  }

  .p-hd-5 {
    padding: 3rem !important;
  }

  .pt-hd-5,
  .py-hd-5 {
    padding-top: 3rem !important;
  }

  .pr-hd-5,
  .px-hd-5 {
    padding-right: 3rem !important;
  }

  .pb-hd-5,
  .py-hd-5 {
    padding-bottom: 3rem !important;
  }

  .pl-hd-5,
  .px-hd-5 {
    padding-left: 3rem !important;
  }

  .m-hd-n1 {
    margin: -0.25rem !important;
  }

  .mt-hd-n1,
  .my-hd-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-hd-n1,
  .mx-hd-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-hd-n1,
  .my-hd-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-hd-n1,
  .mx-hd-n1 {
    margin-left: -0.25rem !important;
  }

  .m-hd-n2 {
    margin: -0.5rem !important;
  }

  .mt-hd-n2,
  .my-hd-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-hd-n2,
  .mx-hd-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-hd-n2,
  .my-hd-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-hd-n2,
  .mx-hd-n2 {
    margin-left: -0.5rem !important;
  }

  .m-hd-n3 {
    margin: -1rem !important;
  }

  .mt-hd-n3,
  .my-hd-n3 {
    margin-top: -1rem !important;
  }

  .mr-hd-n3,
  .mx-hd-n3 {
    margin-right: -1rem !important;
  }

  .mb-hd-n3,
  .my-hd-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-hd-n3,
  .mx-hd-n3 {
    margin-left: -1rem !important;
  }

  .m-hd-n4 {
    margin: -1.5rem !important;
  }

  .mt-hd-n4,
  .my-hd-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-hd-n4,
  .mx-hd-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-hd-n4,
  .my-hd-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-hd-n4,
  .mx-hd-n4 {
    margin-left: -1.5rem !important;
  }

  .m-hd-n5 {
    margin: -3rem !important;
  }

  .mt-hd-n5,
  .my-hd-n5 {
    margin-top: -3rem !important;
  }

  .mr-hd-n5,
  .mx-hd-n5 {
    margin-right: -3rem !important;
  }

  .mb-hd-n5,
  .my-hd-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-hd-n5,
  .mx-hd-n5 {
    margin-left: -3rem !important;
  }

  .m-hd-auto {
    margin: auto !important;
  }

  .mt-hd-auto,
  .my-hd-auto {
    margin-top: auto !important;
  }

  .mr-hd-auto,
  .mx-hd-auto {
    margin-right: auto !important;
  }

  .mb-hd-auto,
  .my-hd-auto {
    margin-bottom: auto !important;
  }

  .ml-hd-auto,
  .mx-hd-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 375px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 480px) {
  .text-mds-left {
    text-align: left !important;
  }

  .text-mds-right {
    text-align: right !important;
  }

  .text-mds-center {
    text-align: center !important;
  }
}

@media (min-width: 672px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1296px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1600px) {
  .text-wide-left {
    text-align: left !important;
  }

  .text-wide-right {
    text-align: right !important;
  }

  .text-wide-center {
    text-align: center !important;
  }
}

@media (min-width: 1814px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 2080px) {
  .text-hd-left {
    text-align: left !important;
  }

  .text-hd-right {
    text-align: right !important;
  }

  .text-hd-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary,
.loader {
  color: #008490 !important;
}

a.text-primary:hover,
a.loader:hover,
a.text-primary:focus,
a.loader:focus {
  color: #003e44 !important;
}

.text-secondary {
  color: #526e7f !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #344651 !important;
}

.text-success {
  color: #3cc261 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #2a8844 !important;
}

.text-info {
  color: #26b6cf !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #1a7d8e !important;
}

.text-warning {
  color: #ffbd5d !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ff9e11 !important;
}

.text-danger {
  color: #e52427 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a81416 !important;
}

.text-light {
  color: #f9f9f9 !important;
}

a.text-light:hover,
a.text-light:focus {
  color: lightgray !important;
}

.text-dark {
  color: #4a545b !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #282d31 !important;
}

.text-body {
  color: #4a545b !important;
}

.text-muted {
  color: #798490 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  -ms-word-break: break-word !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: ' (' attr(title) ')';
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container,
  .cms-section .boxed {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #bcc1c7 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #bcc1c7;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #bcc1c7;
  }
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition:
    -ms-transform 0s,
    opacity 0s;
  -webkit-transition:
    -webkit-transform 0s,
    opacity 0s;
  -webkit-transition:
    transform 0s,
    opacity 0s;
  -moz-transition:
    -ms-transform 0s,
    opacity 0s;
  -moz-transition:
    -webkit-transform 0s,
    opacity 0s;
  -moz-transition:
    transform 0s,
    opacity 0s;
  transition:
    -ms-transform 0s,
    opacity 0s;
  transition:
    -webkit-transform 0s,
    opacity 0s;
  transition:
    transform 0s,
    opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  -webkit-filter: alpha(opacity=100);
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  -webkit-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714286%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

.flatpickr-calendar {
  background: transparent;
  background: #fff;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-shadow:
    1px 0 0 #e6e6e6,
    -1px 0 0 #e6e6e6,
    0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6,
    0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow:
    1px 0 0 #e6e6e6,
    -1px 0 0 #e6e6e6,
    0 1px 0 #e6e6e6,
    0 -1px 0 #e6e6e6,
    0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n + 1) .flatpickr-day.inRange:nth-child(7n + 7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n + 2) .flatpickr-day.inRange:nth-child(7n + 1) {
  -webkit-box-shadow:
    -2px 0 0 #e6e6e6,
    5px 0 0 #e6e6e6;
  box-shadow:
    -2px 0 0 #e6e6e6,
    5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

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

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 0;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 0;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: '';
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  line-height: 1;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch \0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow:
    -5px 0 0 #e6e6e6,
    5px 0 0 #e6e6e6;
  box-shadow:
    -5px 0 0 #e6e6e6,
    5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow:
    -5px 0 0 #569ff7,
    5px 0 0 #569ff7;
  box-shadow:
    -5px 0 0 #569ff7,
    5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-time:after {
  content: '';
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

html {
}

html.no-scroll {
  position: relative;
  overflow: hidden;
}

html::before {
  position: absolute;
  top: -100%;
  font-size: 0;
}

@media (max-width: 374.98px) {
  html::before {
    content: 'xs';
  }
}

@media (min-width: 375px) and (max-width: 479.98px) {
  html::before {
    content: 'sm';
  }
}

@media (min-width: 672px) and (max-width: 991.98px) {
  html::before {
    content: 'md';
  }
}

@media (min-width: 992px) and (max-width: 1295.98px) {
  html::before {
    content: 'lg';
  }
}

@media (min-width: 1296px) and (max-width: 1599.98px) {
  html::before {
    content: 'xl';
  }
}

html .sw-text-editor-table .sw-text-editor-table__col {
  border: 1px solid #000;
  padding: 8px;
  text-align: left;
}

html .sw-text-editor-table .sw-text-editor-table__col-selector {
  display: none;
}

html .sw-text-editor-table__head td {
  background: #eee;
}

input[type='search']::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type='search']::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}

html.is-ie .input-group-append .icon {
  display: block;
}

html.is-ie .input-group-append svg {
  top: 0;
  vertical-align: auto;
}

html.is-ie .cart-item-row .cart-item-quantity {
  z-index: 1;
}

html.is-ie .product-image-wrapper {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

html.is-ie .product-image-link {
  display: block;
}

html.is-ie .product-image {
  margin: auto;
}

.alert-has-icon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.alert-has-icon .alert-content-container {
  padding-left: 1rem;
}

.alert-list {
  padding-left: 20px;
  margin-bottom: 0;
}

.card-title {
  color: #4a545b;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.card-col {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.card-col .card {
  width: 100%;
}

.card-col .card-body {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-actions {
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: auto;
}

.category-navigation {
  list-style: none;
  margin: 0;
  padding-left: 20px;
}

.category-navigation.level-0 > .category-navigation-entry {
  border-bottom: 1px solid #bcc1c7;
}

.category-navigation.level-0 {
  padding-left: 0;
  font-size: 16px;
}

.category-navigation.level-1 {
  font-size: 14px;
}

.category-navigation.level-2 {
  font-size: 12px;
}

.category-navigation-entry {
  margin: 0;
  padding: 0;
}

.category-navigation-link {
  display: block;
  padding: 8px 20px;
  font-weight: 400;
  color: #4a545b;
}

.category-navigation-link:hover {
  text-decoration: none;
}

.category-navigation-link.is-active {
  color: #008490;
  font-weight: 700;
}

.category-navigation-link.in-path {
  font-weight: 700;
}

.modal-backdrop {
  opacity: 0;
  -webkit-transition:
    opacity 0.45s cubic-bezier(0.3, 0, 0.15, 1),
    visibility 0.45s linear;
  transition:
    opacity 0.45s cubic-bezier(0.3, 0, 0.15, 1),
    visibility 0.45s linear;
}

.modal-backdrop.modal-backdrop-open {
  opacity: 1;
}

.modal-backdrop > .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
}

.offcanvas-backdrop.show {
  opacity: 1;
}

.base-slider {
  position: relative;
  overflow: hidden;
}

.base-slider .tns-nav,
.base-slider .base-slider-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 10px 0;
}

.base-slider .tns-nav .base-slider-dot,
.base-slider .tns-nav button,
.base-slider .base-slider-dots .base-slider-dot,
.base-slider .base-slider-dots button {
  background-color: #bcc1c7;
  border: 0;
  height: 8px;
  width: 8px;
  padding: 8px;
  border-radius: 50%;
  margin: 0 8px;
}

.base-slider .tns-nav .base-slider-dot:hover,
.base-slider .tns-nav .base-slider-dot.tns-nav-active,
.base-slider .tns-nav button:hover,
.base-slider .tns-nav button.tns-nav-active,
.base-slider .base-slider-dots .base-slider-dot:hover,
.base-slider .base-slider-dots .base-slider-dot.tns-nav-active,
.base-slider .base-slider-dots button:hover,
.base-slider .base-slider-dots button.tns-nav-active {
  background-color: #798490;
}

.base-slider .tns-nav .base-slider-dot:focus,
.base-slider .tns-nav button:focus,
.base-slider .base-slider-dots .base-slider-dot:focus,
.base-slider .base-slider-dots button:focus {
  outline: none;
}

.base-slider.has-dots-outside {
  margin-bottom: 35px;
}

.base-slider.has-dots-outside .tns-nav,
.base-slider.has-dots-outside .base-slider-dots {
  bottom: auto;
}

.base-slider.has-nav-outside {
  padding-left: 25px;
  padding-right: 25px;
}

.base-slider .tns-ovh {
  overflow: visible;
}

.base-slider-controls {
  margin-bottom: 0;
}

.base-slider-controls-prev,
.base-slider-controls-next {
  display: block;
  width: 30px;
  height: 65px;
  text-align: center;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #798490;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 68px;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  cursor: pointer;
  padding: 0;
}

.base-slider-controls-prev:hover,
.base-slider-controls-next:hover {
  border-color: rgba(0, 132, 144, 0.5);
  color: #008490;
  opacity: 1;
}

.base-slider-controls-prev.is-nav-prev-outside,
.base-slider-controls-prev.is-nav-next-outside,
.base-slider-controls-next.is-nav-prev-outside,
.base-slider-controls-next.is-nav-next-outside {
  border: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.base-slider-controls-prev[disabled],
.base-slider-controls-next[disabled] {
  opacity: 0.2;
  cursor: default;
}

.base-slider-controls-prev {
  border-radius: 0 3px 3px 0;
}

.base-slider-controls-prev.is-nav-prev-outside {
  border-radius: 3px 0 0 3px;
}

.base-slider-controls-next {
  border-radius: 3px 0 0 3px;
}

.base-slider-controls-next.is-nav-next-outside {
  border-radius: 0 3px 3px 0;
}

@media (min-width: 672px) {
  .base-slider .tns-nav .base-slider-dot,
  .base-slider .tns-nav button,
  .base-slider .base-slider-dots .base-slider-dot,
  .base-slider .base-slider-dots button {
    margin: 0 5px;
  }

  .base-slider .tns-nav.hide-dots,
  .base-slider .base-slider-dots.hide-dots {
    display: none;
  }
}

@media (max-width: 479.98px) {
  .base-slider .tns-nav,
  .base-slider .base-slider-dots {
    width: 55%;
    text-align: center;
  }

  .base-slider .tns-nav.hide-dots,
  .base-slider .tns-nav.hide-dots-mobile,
  .base-slider .base-slider-dots.hide-dots,
  .base-slider .base-slider-dots.hide-dots-mobile {
    display: none;
  }
}

.image-slider-container {
  position: relative;
  height: 100%;
}

.image-slider-container .image-slider-image {
  display: block;
  width: 100%;
}

.image-slider-container .image-slider-item {
  display: -ms-grid;
  display: grid;
  max-width: 100%;
  position: relative;
}

.image-slider-container .image-slider-item.is-not-first {
  display: none;
}

.image-slider-container .image-slider-item.is-cover {
  height: 100%;
}

.image-slider-container .image-slider-item.is-cover .image-slider-image {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.image-slider-container .image-slider-link {
  display: block;
}

.js-slider-initialized .image-slider-item.is-not-first {
  display: block;
}

.image-slider-controls-prev.is-nav-prev-inside {
  left: 0;
}

.image-slider-controls-prev.is-nav-prev-outside {
  left: -15px;
}

.image-slider-controls-next.is-nav-next-inside {
  right: 0;
}

.image-slider-controls-next.is-nav-next-outside {
  right: -15px;
}

@media (min-width: 672px) {
  .image-slider-controls-prev.is-nav-prev-outside {
    left: -5px;
  }

  .image-slider-controls-next.is-nav-next-outside {
    right: -5px;
  }
}

.product-slider.has-border {
  border: 1px solid #bcc1c7;
  border-radius: 3px;
}

.product-slider.has-border {
  padding: 25px;
}

.product-slider.has-nav {
  padding-left: 20px;
  padding-right: 20px;
}

.product-slider.has-border.has-nav {
  padding-left: 40px;
  padding-right: 40px;
}

.product-slider-container {
  padding-bottom: 1px;
}

.product-slider-controls-prev,
.product-slider-controls-next {
  border: 0;
  background: none;
}

.product-slider-controls-prev {
  left: -10px;
}

.product-slider-controls-prev.has-border {
  left: 0;
}

.product-slider-controls-next {
  right: -10px;
}

.product-slider-controls-next.has-border {
  right: 0;
}

.gallery-slider {
  width: 99.9%;
}

.gallery-slider-row {
  margin-bottom: 1rem;
}

.gallery-slider-row.is-loading {
  height: 430px;
  overflow: hidden;
}

.gallery-slider-row.is-single-image {
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery-slider-single-image {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery-slider-container {
  position: relative;
  height: 100%;
}

.gallery-slider-container .gallery-slider-image {
  display: block;
}

.gallery-slider-item,
.gallery-slider-single-image {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: default;
  display: block;
  height: 100%;
  max-width: 100%;
}

.gallery-slider-item.is-cover,
.gallery-slider-item.is-contain,
.gallery-slider-single-image.is-cover,
.gallery-slider-single-image.is-contain {
  height: 100%;
}

.gallery-slider-item.is-cover .gallery-slider-image,
.gallery-slider-item.is-contain .gallery-slider-image,
.gallery-slider-single-image.is-cover .gallery-slider-image,
.gallery-slider-single-image.is-contain .gallery-slider-image {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}

.gallery-slider-item.is-cover .gallery-slider-image,
.gallery-slider-single-image.is-cover .gallery-slider-image {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}

.gallery-slider-item.is-contain .gallery-slider-image,
.gallery-slider-single-image.is-contain .gallery-slider-image {
  margin: auto;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.gallery-slider-controls-prev {
  left: 0;
}

.gallery-slider-controls-prev.is-nav-prev-outside {
  left: -10px;
}

.gallery-slider-controls-next {
  right: 0;
}

.gallery-slider-controls-next.is-nav-next-outside {
  right: -10px;
}

.gallery-slider-thumbnails-container {
  position: relative;
}

.gallery-slider-thumbnails-container .tns-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery-slider-thumbnails-container.is-underneath .tns-inner {
  display: block;
}

.gallery-slider-thumbnails-container.is-underneath .tns-outer {
  margin: 0 30px;
}

.gallery-slider-thumbnails-container.hide-thumbs {
  display: none;
}

.gallery-slider-thumbnails-col .gallery-slider-thumbnails-controls-prev,
.gallery-slider-thumbnails-col .gallery-slider-thumbnails-controls-next {
  border: 0;
  background: none;
  height: 30px;
  width: 65px;
  line-height: normal;
}

.gallery-slider-thumbnails-col.is-left {
  padding-right: 0;
}

.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-prev {
  top: -30px;
}

.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-next {
  bottom: -20px;
  top: auto;
}

.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-prev,
.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-next {
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-prev {
  left: -25px;
}

.gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-next {
  right: -25px;
}

.gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-prev,
.gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-next {
  -ms-transform: translateY(-30%);
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

.gallery-slider-modal-controls {
  z-index: 10;
}

.gallery-slider-modal-controls .gallery-slider-thumbnails-controls-prev {
  left: 0;
}

.gallery-slider-modal-controls .gallery-slider-thumbnails-controls-next {
  right: 0;
}

.gallery-slider-thumbnails.is-underneath {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 1rem;
}

.gallery-slider-thumbnails.is-underneath .gallery-slider-thumbnails-item {
  width: auto;
}

.gallery-slider-thumbnails-item {
  cursor: pointer;
  height: 75px;
  width: 75px;
}

.gallery-slider-thumbnails-item.tns-nav-active .gallery-slider-thumbnails-item-inner {
  border-color: #008490;
}

.gallery-slider-thumbnails-item-inner {
  border: 1px solid #bcc1c7;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  padding: 0.25rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery-slider-thumbnails-image,
.gallery-slider-image {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-height: 100%;
  max-width: 100%;
}

.gallery-slider-thumbnails-controls {
  display: none;
  margin: 0;
}

@media (max-width: 374.98px) {
  .gallery-slider-item.is-cover,
  .gallery-slider-item.is-contain {
    min-height: 225px !important;
  }
}

@media (max-width: 479.98px) {
  .gallery-slider-single-image.is-cover,
  .gallery-slider-single-image.is-contain {
    min-height: 225px !important;
  }
}

@media (min-width: 672px) {
  .gallery-slider-row {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .gallery-slider-thumbnails-controls {
    display: block;
  }

  .gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-item {
    margin-bottom: 0 !important;
    padding-bottom: 10px;
  }
}

.magnifier-overlay,
.magnifier-zoom-image {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0;
  -webkit-animation: magnifyLensFade 0.5s forwards;
  animation: magnifyLensFade 0.5s forwards;
  pointer-events: none;
  z-index: 1100;
}

.magnifier-overlay {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #bcc1c7;
}

.magnifier-zoom-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  top: 0;
  left: 0;
}

@-webkit-keyframes magnifyLensFade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes magnifyLensFade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.zoom-modal-wrapper {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.modal.zoom-modal {
  overflow: hidden;
}

.modal.zoom-modal .zoom-modal-actions,
.modal.zoom-modal .modal-close,
.modal.zoom-modal .btn-close {
  position: absolute;
  top: 0;
  opacity: 1;
  z-index: 1051;
  margin: 15px;
}

.modal.zoom-modal .zoom-modal-actions {
  left: 0;
}

.modal.zoom-modal .modal-close,
.modal.zoom-modal .btn-close {
  right: 0;
}

.modal.zoom-modal .modal-dialog .modal-content,
.modal.zoom-modal .modal-dialog .modal-body {
  padding: 0;
  overflow: hidden;
}

.modal.zoom-modal .modal-footer {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 0 1rem;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  margin: 0 30px;
}

.modal.zoom-modal .gallery-slider {
  top: 0;
  bottom: 0;
  position: absolute;
  height: auto;
  width: 100%;
}

.modal.zoom-modal .gallery-slider-thumbnails {
  margin: 0 auto;
}

.modal.zoom-modal .gallery-slider-controls-next {
  right: 0;
}

.modal.zoom-modal .gallery-slider-controls-prev {
  left: 0;
}

.modal.zoom-modal .gallery-slider-thumbnails-item {
  width: auto;
}

.modal.zoom-modal .gallery-slider-thumbnails-controls-next {
  right: -30px;
}

.modal.zoom-modal .gallery-slider-thumbnails-controls-prev {
  left: -30px;
}

.modal.zoom-modal .image-zoom-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.modal.zoom-modal .image-zoom-container > * {
  position: relative;
}

.modal.zoom-modal .image-zoom-btn.disabled {
  opacity: 0.3;
}

@media (min-width: 672px) {
  .modal.zoom-modal .gallery-slider {
    bottom: 100px;
  }

  .modal.zoom-modal .modal-footer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

.offcanvas {
  z-index: 1050;
  background: #fff;
  height: 100%;
  width: 90%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  transition: all 0.45s cubic-bezier(0.3, 0, 0.15, 1);
}

.offcanvas.is-left {
  left: 0;
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.offcanvas.is-left .offcanvas-close {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.offcanvas.is-right {
  right: 0;
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.offcanvas.is-open {
  -ms-transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
  transform: translateX(0) !important;
}

.offcanvas.is-bottom {
  bottom: 0;
  top: auto;
  height: 90%;
  width: 100%;
  border-radius: 8px 8px 0 0;
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.offcanvas.is-bottom .offcanvas-close {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 0;
  padding: 0;
}

.offcanvas.offcanvas-start .offcanvas-close {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.offcanvas.offcanvas-bottom {
  border-radius: 8px 8px 0 0;
  height: 90%;
}

.offcanvas.is-fullwidth {
  width: 100%;
}

.offcanvas .offcanvas-header {
  padding: 1rem 20px;
  background-color: #fff;
}

.offcanvas .offcanvas-header .offcanvas-title {
  font-size: 24px;
  font-weight: 700;
}

.offcanvas .offcanvas-footer {
  bottom: 0;
  top: auto;
}

.offcanvas .offcanvas-close {
  width: 100%;
  border-radius: 0;
  font-weight: 400;
  padding: 0.5rem 1rem;
  text-align: left;
}

.offcanvas .offcanvas-close:focus {
  box-shadow: none;
}

.offcanvas .offcanvas-close,
.offcanvas .offcanvas-close .icon {
  color: #798490;
}

.offcanvas > .loader,
.offcanvas .offcanvas-content-container > .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
}

.offcanvas .offcanvas-content-container,
.offcanvas .offcanvas-body {
  padding: 20px;
  width: 100%;
}

@media (min-width: 375px) {
  .offcanvas {
    width: auto;
  }

  .offcanvas .offcanvas-content-container {
    width: 400px;
  }
}

.product-box {
  height: 100%;
}

.product-variant-characteristics {
  min-height: 3em;
}

.product-variant-characteristics .product-variant-characteristics-text {
  overflow: hidden;
  line-height: 1.5em;
  height: 3em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
  max-width: 95%;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  font-size: 0.75rem;
}

.product-variant-characteristics .product-variant-characteristics-option {
  font-weight: 700;
}

.product-image-wrapper {
  height: 200px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 180px;
  flex-basis: 180px;
  margin-bottom: 15px;
  position: relative;
}

.product-image-link {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-image-link.is-cover {
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-image {
  display: block;
  max-width: 100%;
  max-height: 200px;
}

.product-image.is-standard,
.product-image.is-cover,
.product-image.is-contain {
  width: 100%;
  height: 100%;
}

.product-image.is-cover {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.product-image.is-contain {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.product-image.is-standard {
  object-fit: scale-down;
  font-family: 'object-fit: scale-down;';
}

.product-image-placeholder {
  max-width: 180px;
  height: 100%;
}

.product-rating {
  margin-bottom: 10px;
  height: 25px;
}

.product-name {
  color: #4a545b;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  height: 44px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}

.product-name:hover {
  color: var(--text-color-brand-primary);
  text-decoration: none;
}

.product-description {
  height: 54px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product-price-info {
  margin-top: 10px;
}

.product-price-info .product-advanced-list-price-wrapper {
  font-weight: 400;
}

.product-price-unit {
  height: 36px;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
}

.product-unit-label {
  font-weight: 700;
}

.product-cheapest-price {
  min-height: 20px;
  font-size: 0.75rem;
  line-height: 20px;
  margin-bottom: 32px;
}

.product-cheapest-price .product-cheapest-price-price {
  font-weight: 700;
}

.product-cheapest-price.with-regulation-price,
.product-cheapest-price.with-list-price {
  margin-bottom: 6px;
}

.product-cheapest-price.with-from-price {
  margin-bottom: 5px;
}

.product-price {
  color: #4a545b;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  overflow: hidden;
}

.product-price.with-list-price {
  color: #e52427;
}

.product-price .list-price {
  color: #4a545b;
  font-weight: 400;
  padding-left: 5px;
  font-size: 12px;
}

.product-price .list-price .list-price-price {
  text-decoration: line-through;
}

.product-price .regulation-price {
  color: #4a545b;
  font-weight: 400;
  padding-left: 5px;
  padding-left: 0;
  font-size: 12px;
}

.product-price .list-price-no-line-through .list-price-price {
  text-decoration: none;
}

.product-price .strikeprice-text {
  color: #4a545b;
  font-weight: 400;
  padding-left: 5px;
  font-size: 12px;
}

.product-action {
  margin-top: 20px;
}

.product-badges {
  position: absolute;
  top: 30px;
  left: -1px;
  z-index: 10;
}

.product-badges .badge {
  padding: 0 8px;
  height: 32px;
  margin: 0 0 8px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
  border-radius: 0 3px 3px 0;
  border-color: transparent;
  font-size: 18px;
  letter-spacing: 0;
}

.product-box.box-image .product-image-wrapper {
  height: 332px;
}

.product-box.box-image .product-image {
  max-height: 332px;
}

.product-box.box-image .product-image.is-standard {
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.product-price-wrapper {
  font-size: 18px;
}

.has-element-loader {
  z-index: 15;
  pointer-events: none;
  position: relative;
}

.element-loader-backdrop {
  opacity: 0;
  -webkit-transition:
    opacity 0.45s cubic-bezier(0.3, 0, 0.15, 1),
    visibility 0.45s linear;
  transition:
    opacity 0.45s cubic-bezier(0.3, 0, 0.15, 1),
    visibility 0.45s linear;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 11px 7px rgba(255, 255, 255, 0.5);
  z-index: 15;
}

.element-loader-backdrop.element-loader-backdrop-open {
  opacity: 1;
}

.element-loader-backdrop > .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
}

@-webkit-keyframes skeletonShimmer {
  0% {
    background-position: -500px 0;
  }

  100% {
    background-position: 500px 0;
  }
}

@keyframes skeletonShimmer {
  0% {
    background-position: -500px 0;
  }

  100% {
    background-position: 500px 0;
  }
}

.has-element-loader .cms-element-product-listing .product-badges,
.has-element-loader .cms-element-product-listing .product-image-link,
.has-element-loader .cms-element-product-listing .product-review-rating {
  display: none;
}

.has-element-loader .cms-element-product-listing .product-image-wrapper,
.has-element-loader .cms-element-product-listing .product-rating,
.has-element-loader .cms-element-product-listing .product-name,
.has-element-loader .cms-element-product-listing .product-variant-characteristics,
.has-element-loader .cms-element-product-listing .product-description,
.has-element-loader .cms-element-product-listing .product-price-unit,
.has-element-loader .cms-element-product-listing .product-cheapest-price-price,
.has-element-loader .cms-element-product-listing .product-price {
  border-radius: 3px;
  color: transparent;
  -webkit-animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
  animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
  background: linear-gradient(to right, #bcc1c7 8%, #f9f9f9 18%, #bcc1c7 28%);
  background-size: 800px 100px;
}

.has-element-loader .cms-element-product-listing .product-rating {
  width: 50%;
}

.has-element-loader .cms-element-product-listing .product-name {
  width: 75%;
}

.has-element-loader .cms-element-product-listing .product-price {
  width: 35%;
}

.has-element-loader .cms-element-product-listing .product-wishlist-info-item {
  border-radius: 3px;
  color: transparent;
  -webkit-animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
  animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
  background: linear-gradient(to right, #bcc1c7 8%, #f9f9f9 18%, #bcc1c7 28%);
  background-size: 800px 100px;
}

.has-element-loader .cms-element-product-listing .product-wishlist-info-status {
  display: none;
}

.has-element-loader .cms-element-product-listing .product-variant-characteristics-text,
.has-element-loader .cms-element-product-listing .product-wishlist-remove {
  display: none;
}

.modal .modal-header.only-close {
  border-bottom-color: transparent;
}

.modal .modal-close:focus {
  outline: 0;
}

.modal.is-fullscreen .modal-dialog,
.modal.is-fullscreen .modal-content {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  overflow-y: scroll;
  box-shadow: none;
}

.modal.is-fullscreen .modal-dialog,
.modal.is-fullscreen .modal-content,
.modal.is-fullscreen .modal-header,
.modal.is-fullscreen .modal-body,
.modal.is-fullscreen .modal-footer {
  border-radius: 0;
}

.language-flag {
  display: inline-block;
  height: 12px;
  width: 16px;
  border: 1px solid #adb5bd;
  margin-top: 1px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.language-flag.country-de {
  background-image: linear-gradient(to bottom, #000 33%, #f00 33%, #f00 66%, #fc0 66%);
}

.language-flag.country-gb,
.language-flag.language-gb.language-flag {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJmbGFnLWljb24tY3NzLWdiIiB2aWV3Qm94PSIwIDAgNjQwIDQ4MCI+CiAgPHBhdGggZmlsbD0iIzAxMjE2OSIgZD0iTTAgMGg2NDB2NDgwSDB6Ii8+CiAgPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTc1IDBsMjQ0IDE4MUw1NjIgMGg3OHY2Mkw0MDAgMjQxbDI0MCAxNzh2NjFoLTgwTDMyMCAzMDEgODEgNDgwSDB2LTYwbDIzOS0xNzhMMCA2NFYwaDc1eiIvPgogIDxwYXRoIGZpbGw9IiNDODEwMkUiIGQ9Ik00MjQgMjgxbDIxNiAxNTl2NDBMMzY5IDI4MWg1NXptLTE4NCAyMGw2IDM1TDU0IDQ4MEgwbDI0MC0xNzl6TTY0MCAwdjNMMzkxIDE5MWwyLTQ0TDU5MCAwaDUwek0wIDBsMjM5IDE3NmgtNjBMMCA0MlYweiIvPgogIDxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0yNDEgMHY0ODBoMTYwVjBIMjQxek0wIDE2MHYxNjBoNjQwVjE2MEgweiIvPgogIDxwYXRoIGZpbGw9IiNDODEwMkUiIGQ9Ik0wIDE5M3Y5Nmg2NDB2LTk2SDB6TTI3MyAwdjQ4MGg5NlYwaC05NnoiLz4KPC9zdmc+Cg==');
}

.icon {
  width: 22px;
  height: 22px;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: inherit;
  overflow: visible;
  color: #878787;
}

.icon > svg {
  width: 100%;
  height: 100%;
  top: 0.25em;
  position: relative;
  fill: currentColor;
}

.icon > svg path,
.icon > svg use {
  fill: currentColor;
}

.icon-primary {
  color: var(--text-color-brand-primary);
}

.icon-secondary {
  color: #526e7f;
}

.icon-success {
  color: #3cc261;
}

.icon-info {
  color: #26b6cf;
}

.icon-warning {
  color: #ffbd5d;
}

.icon-danger {
  color: #e52427;
}

.icon-light {
  color: #eee;
}

.icon-dark {
  color: #4a545b;
}

.icon-review {
  color: #fedc70;
}

.icon-fluid {
  width: 100%;
  height: 100%;
}

.icon-lg {
  width: 29.3333333333px;
  height: 29.3333333333px;
}

.icon-sm,
.navigation-offcanvas-link-icon .loader {
  width: 19.25px;
  height: 19.25px;
}

.icon-xs {
  width: 16.5px;
  height: 16.5px;
}

.icon-1x {
  width: 22px;
  height: 22px;
}

.icon-2x {
  width: 44px;
  height: 44px;
}

.icon-3x {
  width: 66px;
  height: 66px;
}

.icon-4x {
  width: 88px;
  height: 88px;
}

.icon-5x {
  width: 110px;
  height: 110px;
}

.icon-6x {
  width: 132px;
  height: 132px;
}

.icon-7x {
  width: 154px;
  height: 154px;
}

.icon-8x {
  width: 176px;
  height: 176px;
}

.icon-9x {
  width: 198px;
  height: 198px;
}

.icon-10x {
  width: 220px;
  height: 220px;
}

.icon-rotate-90 svg {
  -webkit-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
  filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon-rotate-180 svg {
  -webkit-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
  filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon-rotate-270 svg {
  -webkit-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
  filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.icon-flip-horizontal svg {
  -webkit-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
  filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icon-flip-vertical svg {
  -webkit-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
  filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
  -ms-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.icon-flip-both svg,
.icon-flip-horizontal.icon-flip-vertical svg {
  -webkit-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
  filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
  -ms-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .icon-rotate-90 svg,
:root .icon-rotate-180 svg,
:root .icon-rotate-270 svg,
:root .icon-flip-horizontal svg,
:root .icon-flip-vertical svg,
:root .icon-flip-both svg {
  -webkit-filter: none;
  filter: none;
}

.alert-primary .icon {
  color: #008490;
}

.alert-secondary .icon {
  color: #526e7f;
}

.alert-success .icon {
  color: #3cc261;
}

.alert-info .icon {
  color: #26b6cf;
}

.alert-warning .icon {
  color: #ffbd5d;
}

.alert-danger .icon {
  color: #e52427;
}

.alert-light .icon {
  color: #f9f9f9;
}

.alert-dark .icon {
  color: #4a545b;
}

.btn-primary .icon,
.address-editor-select:not(.collapsed) .icon,
.address-editor-edit:not(.collapsed) .icon,
.address-editor-create:not(.collapsed) .icon {
  color: #fff;
}

.btn-secondary .icon {
  color: #fff;
}

.btn-success .icon {
  color: #fff;
}

.btn-info .icon {
  color: #fff;
}

.btn-warning .icon {
  color: #212529;
}

.btn-danger .icon {
  color: #fff;
}

.btn-light .icon {
  color: #212529;
}

.btn-dark .icon {
  color: #fff;
}

.btn .icon > svg {
  top: 6px;
}

.pagination .icon {
  width: 13px;
  height: 13px;
}

.pagination .icon > svg {
  top: 2px;
}

.is-left .offcanvas-close svg,
.offcanvas-start .offcanvas-close svg {
  top: 0;
}

.is-right .offcanvas-close svg {
  top: 0.3rem;
}

.navigation-offcanvas-link-icon .icon > svg {
  top: 0;
}

.pagination {
  margin-bottom: 0;
}

.pagination .page-item.disabled .page-link {
  cursor: default;
  opacity: 1;
  background: #eee;
  color: #bcc1c7;
}

.pagination .page-item.disabled a {
  color: #bcc1c7;
}

.pagination .page-item.active a {
  color: #fff;
}

.pagination .page-link {
  cursor: pointer;
  margin-bottom: 0;
}

.cms-section {
  overflow: hidden;
}

.cms-section.bg-image {
  background-repeat: no-repeat;
  background-position: 50%;
}

.cms-section .cms-section-sidebar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 479.98px) {
  .cms-section-sidebar-mobile-wrap {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cms-section-sidebar-mobile-hidden .cms-section-sidebar-sidebar-content {
    display: none;
  }
}

.cms-block {
  overflow: hidden;
}

.cms-block.bg-image {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50%;
}

.cms-block .cms-block-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: none;
  font-family: 'object-fit: none;';
}

.cms-block .cms-block-background.media-mode--contain {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.cms-block .cms-block-background.media-mode--cover {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.cms-block .cms-block-container .cms-block-container-row {
  -ms-flex-direction: row;
  flex-direction: row;
}

.cms-block-center-text .cms-element-text {
  padding: 30px;
}

.cms-block-image-three-cover .row,
.cms-block-image-three-cover .account-content,
.cms-block-image-three-cover .is-act-cartpage .checkout .checkout-container,
.is-act-cartpage .checkout .cms-block-image-three-cover .checkout-container,
.cms-block-image-three-cover .is-act-checkoutregisterpage .checkout .checkout-container,
.is-act-checkoutregisterpage .checkout .cms-block-image-three-cover .checkout-container,
.cms-block-image-three-cover .is-act-confirmpage .checkout .checkout-container,
.is-act-confirmpage .checkout .cms-block-image-three-cover .checkout-container,
.cms-block-image-three-cover .is-ctl-accountorder .checkout .checkout-container,
.is-ctl-accountorder .checkout .cms-block-image-three-cover .checkout-container,
.cms-block-image-three-cover .is-act-finishpage .checkout .checkout-container,
.is-act-finishpage .checkout .cms-block-image-three-cover .checkout-container {
  margin: 0;
}

.cms-block-image-three-cover [class^='col-'] {
  padding: 0;
}

.cms-block-image-text-bubble .cms-element-image .cms-image-container,
.cms-block-image-bubble-row .cms-element-image .cms-image-container {
  height: 300px;
  width: 300px;
  margin: auto;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}

.cms-block-image-highlight-row .cms-element-image {
  border: 12px solid #fff;
}

.cms-block-image-text-bubble .cms-element-text,
.cms-block-image-text-row .cms-element-text {
  padding-top: 20px;
}

.cms-block-image-text-gallery .image-text-gallery-card {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

.cms-block-image-text-gallery .cms-element-text {
  padding: 20px;
}

.cms-block-text-on-image .cms-element-text {
  padding: 30px;
  -ms-flex-align: center;
  align-items: center;
  min-height: 240px;
}

.cms-block-image-text-cover .cms-element-text {
  padding-top: 30px;
}

.cms-block-image-simple-grid .left-top {
  margin-bottom: 40px;
}

.cms-block-image-simple-grid .right {
  height: 100%;
}

@media (min-width: 992px) {
  .cms-block-container .cms-block-container-row.has--sidebar {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cms-block-container .cms-block-container-row.has--sidebar > div {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}

@media (max-width: 479.98px) {
  .cms-block-image-text-gallery .cms-row > :not(:last-child),
  .cms-block-image-two-column .cms-row > :not(:last-child),
  .cms-block-image-three-column .cms-row > :not(:last-child),
  .cms-block-image-four-column .cms-row > :not(:last-child),
  .cms-block-image-bubble-row .cms-row > :not(:last-child),
  .cms-block-image-highlight-row .cms-row > :not(:last-child) {
    margin-bottom: 40px;
  }

  .cms-block-image-text .cms-row > :first-child,
  .cms-block-image-text-cover .cms-row > :first-child {
    margin-bottom: 40px;
  }

  .cms-block-image-simple-grid .left-bottom {
    margin-bottom: 40px;
  }
}

.cms-block-sidebar-filter {
  overflow: visible;
}

.cms-block-sidebar-filter .col-12 {
  position: initial;
}

.cms-element-product-name {
  display: inline-block;
}

.cms-element-manufacturer-logo .cms-image-link {
  height: 100%;
}

.cms-element-manufacturer-logo .cms-image-container.is-standard img {
  max-width: 200px;
  max-height: 70px;
}

.cms-element-image {
  position: relative;
  height: 100%;
}

.cms-element-image .cms-image {
  display: block;
  max-width: 100%;
}

.cms-element-image .cms-image-container {
  display: block;
  max-width: 100%;
  position: relative;
}

.cms-element-image .cms-image-container.is-cover {
  object-fit: contain;
  font-family: 'object-fit: contain;';
  height: 100%;
}

.cms-element-image .cms-image-container.is-cover .cms-image {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cms-element-image .cms-image-container.is-cover .cms-image,
.cms-element-image .cms-image-container.is-stretch .cms-image {
  width: 100%;
}

.cms-element-image .cms-image-link {
  display: block;
}

.cms-element-youtube-video {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cms-element-youtube-video.is--streched {
  height: 100%;
}

.cms-element-youtube-video::before {
  display: block;
  content: '';
  width: 100%;
  padding-top: calc((9 / 16) * 100%);
}

.cms-element-youtube-video__video,
.cms-element-youtube-video__placeholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0 none;
}

.cms-element-youtube-video__placeholder img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cms-element-youtube-video__backdrop {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.cms-element-youtube-video__backdrop > div {
  background: rgba(255, 255, 255, 0.5);
  padding: 1rem;
}

.cms-element-vimeo-video {
  position: relative;
  width: 100%;
}

.cms-element-vimeo-video::before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 56.25%;
}

.cms-element-vimeo-video__video,
.cms-element-vimeo-video__placeholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0 none;
}

.cms-element-vimeo-video__placeholder img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cms-element-vimeo-video__backdrop {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.cms-element-vimeo-video__backdrop > div {
  background: rgba(255, 255, 255, 0.5);
  padding: 1rem;
}

.cms-element-product-listing .cms-listing-col {
  margin-bottom: 1.5rem;
}

.cms-element-product-listing-actions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.cms-element-product-listing-actions .sorting {
  margin-left: auto;
}

.cms-element-buy-box,
.cms-element-product-box {
  width: 100%;
}

.cms-element-product-slider .cms-element-title {
  font-size: 1rem;
  font-weight: 700;
  color: #4a545b;
}

.cms-element-product-slider.has-border .cms-element-title {
  margin-top: 0.5rem;
}

.cms-element-text,
.cms-element-image,
.cms-element-product-box,
.cms-element-buy-box,
.cms-element-product-slider,
.cms-element-image-slider,
.cms-element-product-description-reviews,
.cms-element-image-gallery {
  -ms-word-break: break-word;
  word-break: break-word;
}

.cms-element-text.has-vertical-alignment,
.cms-element-image.has-vertical-alignment,
.cms-element-product-box.has-vertical-alignment,
.cms-element-buy-box.has-vertical-alignment,
.cms-element-product-slider.has-vertical-alignment,
.cms-element-image-slider.has-vertical-alignment,
.cms-element-product-description-reviews.has-vertical-alignment,
.cms-element-image-gallery.has-vertical-alignment {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}

.cms-element-image-gallery .js-magnifier-zoom-image-container .magnifier-overlay {
  display: none;
}

@media (max-width: 991.98px) {
  .cms-element-product-listing-actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cms-element-product-listing-actions .sorting {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
}

div.card-tabs .cms-card-header {
  padding-left: 0;
  padding-right: 0;
}

.confirm-message {
  padding: 10% 20%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.confirm-message div.alert {
  margin-top: 1em;
}

.confirm-alert {
  padding: 1em 1em 3em;
}

@media (max-width: 479.98px) {
  .confirm-message {
    padding: 10% 0;
  }
}

.was-validated .custom-control-input:valid ~ .custom-control-label.no-validation {
  color: inherit;
}

.was-validated .custom-control-input:valid ~ .custom-control-label.no-validation::before {
  border-color: inherit;
}

.required-fields {
  margin-bottom: 1rem;
}

.forms-boolean {
  display: block;
  border: 1px solid #bcc1c7;
  padding: 0 36px;
  margin: 12px 0;
  height: 40px;
  border-radius: 3px;
  cursor: pointer;
}

.forms-boolean.is-active {
  border-color: #008490;
}

.forms-boolean:hover {
  border-color: #008490;
  color: #008490;
}

.forms-boolean-label {
  cursor: pointer;
  height: 38px;
  line-height: 38px;
  width: 100%;
}

.forms-boolean-label::before,
.forms-boolean-label::after {
  top: 11px;
}

.address-editor-select,
.address-editor-edit,
.address-editor-create {
  cursor: pointer;
}

.address-editor-select {
  margin-bottom: 1rem;
}

.address-editor-list-wrapper,
.address-editor-create-address-wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.address-editor-card {
  padding-top: 1rem;
}

.address-editor-card:not(:last-child) {
  padding-bottom: 1rem;
  border-bottom: 1px solid #bcc1c7;
}

@media (min-width: 672px) {
  .address-editor-select {
    margin-bottom: 0;
  }
}

.sorting {
  display: inline-block;
  width: 260px;
}

.delivery-status-indicator {
  border-radius: 100%;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  height: 10px;
  line-height: 10px;
  margin-right: 5px;
  position: relative;
  width: 10px;
}

.quickview-minimal-top,
.quickview-minimal-image {
  margin-bottom: 1rem;
}

.quickview-minimal-product-manufacturer-logo {
  width: 100%;
}

@media (min-width: 672px) {
  .quickview-minimal-top {
    margin-bottom: 1.5rem;
  }
}

.payment-method-description > p {
  color: #bcc1c7;
}

.payment-method-image {
  max-height: 24px;
  max-width: 100%;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  float: right;
}

.shipping-method-description > p {
  color: #bcc1c7;
}

.shipping-method-image {
  max-height: 24px;
  max-width: 100%;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  float: right;
}

.filter-panel {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-bottom: 8px;
}

.icon.icon-filter-panel-item-toggle {
  margin-left: 8px;
}

.icon.icon-filter-panel-item-toggle > svg {
  top: 4px;
}

.filter-panel-items-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-bottom: 8px;
  width: 100%;
}

.filter-panel-item {
  margin-right: 12px;
  margin-bottom: 12px;
}

.filter-panel-item .filter-panel-item-toggle {
  border: 1px solid #bcc1c7;
  font-weight: 400;
}

.filter-panel-item.show .filter-panel-item-toggle {
  color: #008490;
  border-color: #008490;
}

.filter-panel-item.show .icon-filter-panel-item-toggle svg {
  color: #008490;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filter-panel-item-toggle.show {
  color: #008490;
  border-color: #008490;
}

.filter-panel-item-toggle.show .icon-filter-panel-item-toggle svg {
  color: #008490;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filter-panel-item-dropdown {
  min-width: 240px;
  max-height: 200px;
  overflow: auto;
  padding: 13px 0;
}

.filter-panel-submit {
  height: 40px;
  margin-bottom: 12px;
  border: 1px solid #008490;
  background-color: #fff;
  color: #4a545b;
}

.filter-active {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 35px 2px 14px;
  border-radius: 50px;
  height: 32px;
  line-height: 26px;
  border: 1px solid #bcc1c7;
  margin-right: 6px;
  margin-bottom: 8px;
  vertical-align: top;
  position: relative;
  max-width: 245px;
}

.filter-active-preview {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #bcc1c7;
  margin-right: 8px;
  background-position: center center;
  background-size: cover;
  vertical-align: text-bottom;
}

.filter-active-remove {
  padding: 0 12px;
  margin: 0;
  line-height: 1;
  border: 0 none;
  font-weight: 700;
  color: #4a545b;
  font-size: 16px;
  background-color: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  bottom: 0;
  width: 35px;
  text-align: left;
}

.filter-active-remove:focus {
  outline: none;
}

.filter-active-remove:hover {
  color: #008490;
}

.btn.filter-reset-all {
  display: inline-block;
  border-radius: 50px;
  height: 32px;
  line-height: 26px;
  font-weight: 400;
  vertical-align: top;
  margin-right: 8px;
}

.is--sidebar .filter-panel,
.is--sidebar .filter-panel-items-container {
  display: block;
}

.is--sidebar .filter-panel-item-dropdown {
  min-width: 100%;
  border: 1px solid #008490;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}

.is--sidebar .filter-panel-item {
  margin-right: 0;
  width: 100%;
}

.is--sidebar .filter-panel-item-toggle {
  text-align: left;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.is--sidebar .filter-panel-item-toggle[aria-expanded='true'] {
  color: #008490;
  border-color: #008490;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0 none;
}

.is--sidebar .filter-panel-item-toggle[aria-expanded='true'] svg {
  color: #008490;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.is--sidebar .icon-filter-panel-item-toggle {
  margin-left: auto;
}

.is--sidebar .icon-filter-panel-item-toggle > svg {
  top: 0;
}

.is-loading .filter-panel-item-toggle,
.is-loading .filter-active,
.is-loading .filter-reset-all,
.is-loading .filter-boolean,
.is-loading .filter-panel-submit {
  pointer-events: none;
  opacity: 0.6;
}

.btn.filter-panel-wrapper-toggle {
  display: none;
  width: 100%;
  border: 1px solid #008490;
  padding: 6px;
}

.btn.filter-panel-wrapper-toggle:hover {
  background-color: #eee;
}

.filter-panel-offcanvas-only {
  display: none;
}

.filter-panel-offcanvas-header {
  height: 80px;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px;
  display: none;
}

.filter-panel-offcanvas-title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  color: #4a545b;
}

.filter-panel-offcanvas-close {
  cursor: pointer;
  margin-left: auto;
}

@media (max-width: 991.98px) {
  .btn.filter-panel-wrapper-toggle {
    display: block;
  }

  .filter-panel-wrapper {
    display: none;
  }
}

.offcanvas-filter {
  overflow: hidden;
}

.offcanvas-filter .filter-panel-offcanvas-close {
  display: block;
}

.offcanvas-filter .filter-panel {
  height: calc(100% - 80px);
  overflow-y: auto;
  width: 100%;
  padding: 0 25px 25px;
}

.offcanvas-filter .filter-panel-offcanvas-header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.offcanvas-filter .filter-panel-offcanvas-only {
  display: inherit;
}

.filter-multi-select .filter-panel-item-toggle.disabled {
  cursor: default;
}

.filter-multi-select-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.filter-multi-select-list-item {
  padding: 5px 15px;
}

.filter-multi-select-list-item.disabled {
  opacity: 0.3;
}

.filter-multi-select-list-item.disabled .filter-multi-select-item-label {
  cursor: default;
}

.filter-multi-select-item-label {
  cursor: pointer;
  margin-bottom: 0;
  padding: 0 10px;
  width: 100%;
}

.filter-multi-select-count {
  margin-left: 3px;
}

.filter-property-select-list-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.filter-property-select-preview {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #bcc1c7;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 90'%3E%3Cpath fill='%23cdd5db' d='M0 0h30v30H0zM30 30h30v30H30zM60 0h30v30H60zM60 60h30v30H60zM0 60h30v30H0z'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: cover;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.filter-property-select-preview-checkmark {
  width: 20px;
  height: 20px;
  background-color: #798490;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50%;
  top: -4px;
  right: -4px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.filter-property-select-preview-checkmark .icon {
  width: 10px;
  height: 10px;
  color: #fff;
}

.filter-property-select-preview-checkmark .icon svg {
  top: 0;
}

.filter-property-select-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  opacity: 0;
}

.filter-property-select-checkbox:checked ~ .filter-property-select-preview-checkmark {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.filter-boolean {
  display: inline-block;
  border: 1px solid #bcc1c7;
  padding-left: 12px;
  padding-right: 12px;
  height: 40px;
  border-radius: 3px;
  cursor: pointer;
}

.filter-boolean.is-active {
  border-color: #008490;
}

.filter-boolean:hover {
  border-color: #008490;
  color: #008490;
}

.filter-boolean.disabled {
  cursor: default;
  background: #eee;
  border-color: #eee;
}

.filter-boolean.disabled .filter-boolean-label {
  color: #bcc1c7;
  cursor: default;
}

.filter-boolean-label {
  cursor: pointer;
  height: 38px;
  line-height: 38px;
  width: 100%;
}

.filter-boolean-label::before,
.filter-boolean-label::after {
  top: 11px;
}

.filter-range-dropdown {
  padding: 0;
  overflow: hidden;
}

.filter-range-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 16px;
}

.filter-range-error {
  padding: 0 16px 16px;
  font-size: 13px;
  color: #e52427;
}

.filter-range-min,
.filter-range-max {
  width: calc(50% - 14px);
  margin-bottom: 0;
  font-size: 11px;
  position: relative;
}

.min-input,
.max-input {
  margin-bottom: 0;
  height: 28px;
  padding: 6px 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.min-input::-webkit-inner-spin-button,
.min-input::-webkit-outer-spin-button,
.max-input::-webkit-inner-spin-button,
.max-input::-webkit-outer-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

.filter-range-currency-symbol,
.filter-range-unit {
  position: absolute;
  bottom: 1px;
  right: 1px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 3px;
}

.filter-range-divider {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-weight: 700;
}

.filter-rating-select-radio {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  opacity: 0;
}

.filter-rating-select-radio:checked ~ .filter-rating-select-item-checkmark {
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  opacity: 1;
}

.filter-rating-select-item-label {
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.filter-rating-select-item-label .product-review-rating {
  margin-right: 8px;
  display: inline-block;
  margin-top: 3px;
}

.filter-rating-select-item-label:hover .icon-review {
  color: #fed03d;
}

.filter-rating-select-item-label:hover .filter-rating-select-item-label-text {
  color: #008490;
  font-weight: 700;
}

.filter-rating-select-list-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  margin-left: 16px;
}

.filter-rating-select-list-item .filter-rating-select-item-label {
  margin-bottom: 5px;
}

.filter-rating-select-list-item:last-child.filter-rating-select-item-label {
  margin-bottom: 0;
}

.filter-rating-select-list-item.disabled {
  opacity: 0.3;
}

.filter-rating-select-list-item.disabled .icon-review {
  color: #bcc1c7;
}

.filter-rating-select-list-item.disabled .filter-rating-select-item-label {
  cursor: default;
}

.filter-rating-select-list-item.disabled:hover .filter-rating-select-item-label-text {
  color: #4a545b;
  font-weight: 400;
}

.filter-rating-select-item-checkmark {
  width: 20px;
  height: 20px;
  background-color: #798490;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50%;
  top: -8px;
  left: -8px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  -ms-transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}

.filter-rating-select-item-checkmark .icon {
  width: 10px;
  height: 10px;
  color: #fff;
}

.filter-rating-select-item-checkmark .icon svg {
  top: 0;
}

.filter-multi-select-rating .filter-panel-item-dropdown {
  padding-bottom: 6px;
}

.swag-ellipsis-total-span,
.swag-ellipsis-span {
  -ms-word-break: break-word;
  word-break: break-word;
}

.product-feature-list-list {
  list-style: none;
  padding-left: unset;
}

.product-feature-feature {
  font-size: 0.75rem;
}

.product-feature-value {
  font-weight: 700;
}

.notification-dot {
  background-color: #bcc1c7;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.notification-dot.notification-dot-primary {
  background-color: #008490;
}

.notification-dot.notification-dot-secondary {
  background-color: #526e7f;
}

.notification-dot.notification-dot-success {
  background-color: #3cc261;
}

.notification-dot.notification-dot-danger {
  background-color: #e52427;
}

.notification-dot.notification-dot-warning {
  background-color: #ffbd5d;
}

.notification-dot.notification-dot-info {
  background-color: #26b6cf;
}

.notification-dot.notification-dot-light {
  background-color: #f9f9f9;
}

.notification-dot.notification-dot-dark {
  background-color: #4a545b;
}

.product-wishlist {
  margin-top: 10px;
}

.product-wishlist .icon-wishlist {
  width: 20px;
  height: 20px;
}

.product-wishlist .icon-wishlist svg {
  top: 0;
}

.product-wishlist-not-added .icon-wishlist-added,
.product-wishlist-not-added .text-wishlist-remove {
  display: none;
}

.product-wishlist-not-added .icon-wishlist-not-added,
.product-wishlist-not-added .text-wishlist-not-added {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.product-wishlist-not-added .icon-wishlist-not-added {
  -webkit-animation: pulse 0.5s alternate;
  animation: pulse 0.5s alternate;
}

.product-wishlist-added .icon-wishlist-added,
.product-wishlist-added .text-wishlist-remove {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.product-wishlist-added .icon-wishlist-added {
  -webkit-animation: pulse 0.5s alternate;
  animation: pulse 0.5s alternate;
}

.product-wishlist-added .icon-wishlist-not-added,
.product-wishlist-added .text-wishlist-not-added {
  display: none;
}

.product-wishlist-action-circle {
  height: 40px;
  width: 40px;
  background: #f9f9f9;
  border-radius: 50%;
  border-style: none;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  padding: 10px;
}

.product-wishlist-action-circle::before {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
}

.product-wishlist-action-circle:focus {
  outline: none;
}

.product-wishlist-action {
  background: transparent;
  border-style: none;
  padding: 0;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.product-wishlist-action:focus {
  outline: none;
}

.product-wishlist-btn {
  height: 40px;
  width: 40px;
}

.product-wishlist-btn-remove {
  z-index: 10;
  position: absolute;
  background: #f9f9f9;
  border-radius: 50%;
  border-style: none;
  right: 25px;
  top: 25px;
  padding: 0;
}

.product-wishlist-btn-remove:focus {
  outline: none;
}

.product-wishlist .icon-wishlist {
  width: 20px;
  height: 20px;
}

.product-wishlist .icon-wishlist svg {
  top: 0;
}

.product-wishlist .icon-wishlist-remove {
  color: #4a545b;
}

.product-wishlist-btn-content {
  text-decoration: underline;
}

.product-wishlist-btn-content-md {
  margin-left: 8px;
  font-size: 14px;
}

.product-wishlist-btn-content-sm {
  margin-left: 6px;
  font-size: 12px;
}

.product-wishlist-btn-content-disabled {
  display: none;
}

.product-wishlist-btn-content-active {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.product-wishlist-info {
}

.product-wishlist-info-item {
  min-height: 2em;
  font-size: 0.75rem;
}

.product-wishlist-info-text {
  font-weight: 700;
}

.product-wishlist-info-manufacturer {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-wishlist-info .product-variant-characteristics-text {
  text-transform: capitalize;
}

@-webkit-keyframes pulse {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  50% {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  50% {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.swag-fade-container-shrinked {
  height: 3em;
}

.swag-fade-container-collapsed {
  height: auto;
}

.swag-fade-container {
  position: relative;
  overflow: hidden;
}

.swag-fading-link-more,
.swag-fading-link-less {
  color: #008490;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4.5em;
  height: 1.5em;
}

.swag-fading-link-more {
  background: linear-gradient(90deg, transparent, #f9f9f9 60%);
}

.swag-fade-link-hidden {
  display: none;
}

.basic-captcha-content-image {
  width: 85%;
}

.basic-captcha-content-image img {
  border: 1px solid #bcc1c7;
  border-radius: 3px;
  width: 100%;
}

.basic-captcha-content-code {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.25em;
  max-width: 440px;
}

.basic-captcha-content-refresh-icon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  height: 42px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-color: #bcc1c7;
}

.basic-captcha-content-refresh-icon.btn .icon > svg {
  top: 0;
}

.basic-captcha-content-refresh-icon:hover {
  cursor: pointer;
  border-color: #008490;
  background-color: #fff;
}

.basic-captcha-content-refresh-icon:hover .icon.icon-arrow-switch {
  color: #008490;
}

.line-item {
  margin-bottom: 1rem;
}

.line-item.is-discount .line-item-total-price {
  color: #3cc261;
}

.line-item-info {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

@media (min-width: 672px) {
  .line-item-info {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

.line-item-details {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 375px) {
  .line-item-details {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 672px) {
  .line-item-details {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

.line-item-quantity {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 375px) {
  .line-item-quantity {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 672px) {
  .line-item-quantity {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

.line-item-quantity-label {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

@media (min-width: 375px) {
  .line-item-quantity-label {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.line-item-quantity-select-wrapper {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

@media (min-width: 375px) {
  .line-item-quantity-select-wrapper {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.line-item-unit-price {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 375px) {
  .line-item-unit-price {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 672px) {
  .line-item-unit-price {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

.line-item-tax-price {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 375px) {
  .line-item-tax-price {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 672px) {
  .line-item-tax-price {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

.line-item-total-price {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 375px) {
  .line-item-total-price {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (min-width: 672px) {
  .line-item-total-price {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

.line-item-remove {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

@media (min-width: 672px) {
  .line-item-remove {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

.is-offcanvas .line-item-info {
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.is-offcanvas .line-item-details {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.is-offcanvas .line-item-quantity {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.is-offcanvas .line-item-quantity-label {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.is-offcanvas .line-item-quantity-select-wrapper {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.is-offcanvas .line-item-unit-price {
  display: none;
}

.is-offcanvas .line-item-tax-price {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.is-offcanvas .line-item-total-price {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.is-offcanvas .line-item-remove {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.is-offcanvas .line-item-details-container {
  padding-left: 0;
}

@media (min-width: 672px) {
  .no-remove-button .line-item-info {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.line-item.is-order {
  margin-left: 20px;
  margin-right: 20px;
}

.line-item.is-order .line-item-children .line-item {
  margin-left: 0;
  margin-right: 0;
}

.line-item-info,
.line-item-details,
.line-item-quantity,
.line-item-unit-price,
.line-item-total-price,
.line-item-tax-price,
.line-item-remove {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.line-item-discount-icon,
.line-item-icon {
  text-align: center;
  height: 100%;
}

.line-item-discount-icon .icon,
.line-item-icon .icon {
  height: 100%;
}

.line-item-discount-icon .icon > svg,
.line-item-icon .icon > svg {
  top: 0;
}

.line-item-discount .line-item-icon .icon,
.line-item-promotion .line-item-icon .icon {
  color: #3cc261;
}

.line-item-container .line-item-icon .icon {
  color: #526e7f;
}

.line-item-nested-icon {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  width: 65px;
  height: 65px;
}

.line-item-nested-icon .icon > svg {
  top: 0;
}

.line-item-info {
  -ms-flex-order: 1;
  order: 1;
}

.line-item-quantity {
  -ms-flex-order: 3;
  order: 3;
}

.line-item-unit-price,
.line-item-tax-price {
  -ms-flex-order: 4;
  order: 4;
}

.line-item-total-price {
  -ms-flex-order: 5;
  order: 5;
}

.line-item-remove {
  -ms-flex-order: 2;
  order: 2;
  text-align: right;
}

.line-item-img-container {
  text-align: center;
  width: 70px;
}

.line-item-img-link {
  display: block;
}

.line-item-img {
  width: 100%;
  height: 70px;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.line-item-info {
  margin-bottom: 1rem;
}

.line-item-total-price {
  font-weight: 700;
}

.line-item-unit-price,
.line-item-total-price,
.line-item-tax-price {
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.line-item-quantity-label,
.line-item-unit-price-label,
.line-item-total-price-label,
.line-item-tax-price-label {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.line-item-quantity-row {
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5rem;
}

.line-item-quantity {
  margin-bottom: 0.5rem;
}

.line-item-details {
  padding-top: 8px;
}

.line-item-details-characteristics {
  margin: 0.5rem 0;
  font-size: 0.75rem;
}

.line-item-details-characteristics .line-item-details-characteristics-option {
  font-weight: 700;
}

.line-item-variants {
  margin-bottom: 0.5rem;
}

.line-item-variants-properties {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.line-item-variants-properties-name {
  margin-right: 0.5rem;
}

@media (min-width: 375px) {
  .is-default .line-item-quantity-container,
  .is-order .line-item-quantity-container {
    width: 70px;
    margin-left: auto;
  }

  .is-default .line-item-quantity-row,
  .is-order .line-item-quantity-row {
    -ms-flex-align: normal;
    align-items: normal;
    margin-bottom: 0;
  }

  .is-default .line-item-quantity,
  .is-order .line-item-quantity {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .is-default .line-item-quantity,
  .is-default .line-item-unit-price,
  .is-default .line-item-total-price,
  .is-default .line-item-tax-price,
  .is-order .line-item-quantity,
  .is-order .line-item-unit-price,
  .is-order .line-item-total-price,
  .is-order .line-item-tax-price {
    text-align: right;
  }

  .is-default .line-item-unit-price,
  .is-default .line-item-total-price,
  .is-default .line-item-tax-price,
  .is-order .line-item-unit-price,
  .is-order .line-item-total-price,
  .is-order .line-item-tax-price {
    -ms-flex-pack: normal;
    justify-content: normal;
    display: block;
  }
}

@media (min-width: 672px) {
  .is-default .line-item-info,
  .is-default .line-item-quantity,
  .is-default .line-item-unit-price,
  .is-default .line-item-total-price,
  .is-default .line-item-tax-price,
  .is-default .line-item-remove,
  .is-order .line-item-info,
  .is-order .line-item-quantity,
  .is-order .line-item-unit-price,
  .is-order .line-item-total-price,
  .is-order .line-item-tax-price,
  .is-order .line-item-remove {
    -ms-flex-order: 0;
    order: 0;
  }

  .is-default .line-item-info,
  .is-order .line-item-info {
    margin-bottom: 0;
  }

  .is-default .line-item-quantity-label,
  .is-default .line-item-unit-price-label,
  .is-default .line-item-total-price-label,
  .is-default .line-item-tax-price-label,
  .is-order .line-item-quantity-label,
  .is-order .line-item-unit-price-label,
  .is-order .line-item-total-price-label,
  .is-order .line-item-tax-price-label {
    display: none;
  }
}

.line-item-children {
  background-color: #f9f9f9;
  font-size: 0.75rem;
  width: 100%;
  padding: 10px 20px;
  -ms-flex-order: 10;
  order: 10;
  margin-top: 10px;
  -ms-flex-negative: initial;
  flex-shrink: initial;
}

.line-item-children .line-item-children-elements {
  padding: 12px 0 0;
}

.line-item-children .line-item-headline {
  padding: 0;
  font-weight: 600;
}

.line-item-children .line-item-change-button {
  width: fit-content;
  margin: 0 12px;
  font-size: 12px;
  text-decoration: underline;
  background-color: transparent;
  border-style: none;
}

.line-item-children .line-item-change-button:focus {
  outline: none;
}

.line-item-children .line-item-collapse {
  margin: 0;
}

.line-item-children .line-item-collapse-container,
.line-item-children .line-item-child-label {
  padding: 0;
}

.line-item-children .line-item-child-label {
  position: relative;
}

.line-item-children .line-item-collapse-icon-container {
  padding: 0;
  text-align: right;
}

.line-item-children .line-item-collapse-button,
.line-item-children .line-item-child-remove-icon {
  background-color: transparent;
  border-style: none;
}

.line-item-children .line-item-collapse-button:focus,
.line-item-children .line-item-child-remove-icon:focus {
  outline: none;
}

.line-item-children .line-item-collapse-button > .line-item-collapse-icon {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.line-item-children .line-item-collapse-button.collapsed > .line-item-collapse-icon {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.line-item-children .line-item-children-element {
  margin: 0;
  padding: 8px 4px 0;
}

.line-item-children .line-item-children-element > .nesting-level-0 {
  list-style: none;
}

.line-item-children .line-item-children-element:last-child,
.line-item-children .line-item-children-element-divider:last-child {
  border-style: none;
}

.line-item-children .line-item-child-label-bullet {
  display: list-item;
}

.line-item-children .line-item-child-total-price {
  padding: 0;
  text-align: right;
  font-weight: 600;
}

.line-item-children .line-item-child-remove-icon-container {
  padding: 0;
  text-align: right;
}

.line-item-children .line-item-children-element-divider {
  border-top: 1px solid #bcc1c7;
  margin: 1rem 0;
}

@media (min-width: 672px) {
  .line-item-children.nesting-level-1 {
    margin-left: 96px;
  }
}

@media (min-width: 992px) {
  .line-item-children.nesting-level-1 {
    margin-left: 4px;
  }
}

@media (min-width: 1296px) {
  .line-item-children.nesting-level-1 {
    margin-left: 96px;
  }
}

.is-offcanvas .line-item-children {
  margin-left: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.line-item-children {
  font-size: 0.75rem;
}

.line-item-children.nesting-level-2 {
  background-color: #f0f0f0;
}

.line-item-children.nesting-level-3 {
  background-color: #ebebeb;
}

.line-item-children .line-item-details-container {
  padding-left: 0;
}

.line-item-children .line-item-headline-text {
  font-weight: normal;
}

.line-item-children .line-item-collapse {
  -ms-flex-align: center;
  align-items: center;
}

.line-item {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #bcc1c7;
}

.line-item:last-child {
  border-bottom: 0;
}

.line-item-nested-icon {
  background-color: #798490;
}

.line-item-img {
  padding: 0.25rem;
  border: 1px solid #bcc1c7;
  border-radius: 3px;
}

.line-item-ordernumber {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
}

.line-item-delivery-date {
  font-size: 0.75rem;
}

.line-item-variants {
  font-size: 0.75rem;
}

.line-item-variants-properties-name {
  font-weight: 700;
}

.line-item-label {
  color: #4a545b;
  font-weight: 700;
}

a.line-item-label:hover {
  color: #008490;
  text-decoration: none;
}

.line-item-quantity-label,
.line-item-unit-price-label,
.line-item-total-price-label,
.line-item-tax-price-label {
  color: #4a545b;
}

@media (min-width: 672px) {
  .line-item-details-container {
    padding-left: 1rem;
  }
}

.line-item-characteristics {
  margin: 0.5rem 0;
  font-size: 0.75rem;
}

.line-item-characteristics .line-item-characteristics-option {
  font-weight: 700;
}

@media (max-width: 479.98px) {
  .hidden-mobile {
    display: none;
  }
}

@media (min-width: 672px) and (max-width: 991.98px) {
  .hidden-tablet {
    display: none;
  }
}

@media (min-width: 992px) {
  .hidden-desktop {
    display: none;
  }
}

.container,
.cms-section .boxed {
  max-width: 1400px;
}

.container-main {
  padding: 20px 0;
  min-height: 200px;
}

@media (min-width: 1296px) {
  .container-main {
    min-height: 700px;
  }
}

.top-bar-nav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 10px;
}

.top-bar-nav-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1rem;
}

.top-bar-nav-item:last-child {
  margin-right: 0;
}

.top-bar-nav-text {
  display: none;
}

.top-bar-list-label {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}

.top-bar-list-radio {
  position: absolute;
  clip: rect(0 0 0 0);
  pointer-events: none;
}

.top-bar-list-icon {
  margin-right: 0.5rem;
}

@media (min-width: 672px) {
  .top-bar-nav-text {
    display: inline;
  }
}

.header-row {
  padding: 0.5rem 0;
}

.header-logo-col {
  margin: 1rem 0;
}

.header-logo-main {
  text-align: center;
  display: block;
}

.header-logo-main-link {
  width: 100%;
}

.header-logo-picture {
  display: block;
  max-width: 300px;
  margin: auto;
}

.header-search {
  margin: 0.5rem 0;
}

.header-search-form {
  position: relative;
}

.header-search-btn .loader ~ .header-search-icon {
  display: none;
}

.header-cart-total {
  display: none;
}

.header-cart .header-cart-badge,
.header-wishlist .header-wishlist-badge {
  position: absolute;
  right: -0.25rem;
}

@media (min-width: 375px) {
  .header-row {
    padding-bottom: 1rem;
  }

  .header-logo-col {
    padding-bottom: 0.5rem;
  }

  .header-search-col .collapse:not(.show) {
    display: block;
  }

  .header-search {
    max-width: 400px;
    margin: auto;
  }

  .header-cart-total {
    display: inline-block;
    margin-left: 0.5rem;
  }
}

@media (min-width: 992px) {
  .header-logo-col {
    margin: 0;
  }
}

.header-minimal {
  background: #fff;
  border-bottom: 1px solid var(--text-color-brand-primary);
}

.header-minimal.fixed-top {
  position: static;
}

.header-minimal-row {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.header-minimal-contact {
  display: none;
}

.header-minimal-back-to-shop {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-minimal-back-to-shop-button {
  color: #4a545b;
}

.header-minimal-logo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.25rem;
}

.header-minimal-home {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}

.header-minimal-home-btn {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 672px) {
  .header-minimal-contact {
    display: block;
  }

  .header-minimal-logo,
  .header-minimal-switch {
    margin-bottom: 0;
  }
}

.footer-column-content-inner {
  padding-bottom: 1rem;
}

.footer-column-headline {
  padding: 0.5rem 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-column-headline .footer-minus-icon {
  display: none;
}

.footer-column-headline.show .footer-plus-icon {
  display: none;
}

.footer-column-headline.show .footer-minus-icon {
  display: block;
}

.footer-column-toggle {
  pointer-events: none;
}

.footer-link-item {
  padding: 0.5rem 0;
}

.footer-bottom {
  padding: 1rem;
}

.footer-bottom > .container,
.cms-section .footer-bottom > .boxed {
  padding: 0;
}

.footer-vat,
.footer-copyright,
.footer-service-menu-list {
  text-align: center;
}

.footer-service-menu-list {
  padding: 1rem 0;
}

.footer-service-menu-list:empty {
  padding: 0;
  margin: 0;
}

.footer-service-menu-item {
  display: inline-block;
}

.footer-service-menu-link {
  padding: 5px 0;
  display: inline-block;
}

.footer-logos {
  padding: 1rem;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-logo {
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
}

.footer-logo:last-child {
  margin-right: 0;
}

.footer-logo-image {
  max-height: 35px;
  max-width: 100px;
}

@media (min-width: 672px) {
  .footer-columns {
    padding-bottom: 20px;
  }

  .footer-column-headline {
    padding: 3rem 0 0.5rem 0;
  }

  .footer-column-toggle {
    display: none;
  }

  .footer-column-content.collapse {
    display: block;
  }
}

.main-navigation {
  display: none;
}

@media (min-width: 992px) {
  .main-navigation {
    display: inherit;
  }
}

.navigation-flyouts {
  position: absolute;
  z-index: 750;
  height: 0;
  width: 100%;
}

.navigation-flyout {
  width: 100%;
  box-shadow: 0 43px 43px -6px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  height: 0;
}

.navigation-flyout.is-open {
  pointer-events: all;
  opacity: 1;
  height: auto;
}

.navigation-flyout-content {
  padding-bottom: 60px;
}

.navigation-flyout-close {
  padding: 10px 0 10px 10px;
  cursor: pointer;
}

.navigation-flyout-teaser-image-container {
  display: block;
  max-width: 100%;
  height: 250px;
}

.navigation-flyout-teaser-image {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.navigation-offcanvas {
  overflow-x: hidden;
}

.navigation-offcanvas .offcanvas-content-container,
.navigation-offcanvas .offcanvas-body {
  padding: 0;
}

.navigation-offcanvas-container {
  position: relative;
}

.navigation-offcanvas-overlay.has-transition {
  -webkit-transition: left 0.5s ease-in;
  transition: left 0.5s ease-in;
}

.navigation-offcanvas-placeholder,
.navigation-offcanvas-overlay {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.navigation-offcanvas-actions .top-bar-nav-item {
  padding: 0 1rem;
}

.navigation-offcanvas-actions .top-bar-nav-name {
  display: inline;
}

.navigation-offcanvas-headline {
  padding: 20px 1rem 1rem;
}

.navigation-offcanvas-link-icon {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.navigation-offcanvas-link {
  -webkit-transition: color 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  transition: color 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .navigation-offcanvas-link {
    -webkit-transition: none;
    transition: none;
  }
}

.navigation-offcanvas-link.is-home-link,
.navigation-offcanvas-link.is-back-link {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navigation-offcanvas-link.is-home-link .navigation-offcanvas-link-icon,
.navigation-offcanvas-link.is-back-link .navigation-offcanvas-link-icon {
  margin-right: 0.5rem;
}

.offcanvas-cart .alert {
  margin-top: 1rem;
}

.offcanvas-cart .cart-item {
  padding: 1rem 0;
  position: relative;
}

.offcanvas-cart .cart-item.is-empty {
  padding-top: 0;
  border-bottom: 0;
}

.offcanvas-cart .cart-item.is-nested,
.offcanvas-cart .cart-item.is-child {
  padding-left: 1rem;
}

.offcanvas-cart .cart-item.is-nested .cart-item-img {
  background: none;
  border: 0;
}

.offcanvas-cart .cart-item.is-discount .cart-item-price {
  color: #3cc261;
}

.offcanvas-cart .cart-item-img {
  height: 75px;
  width: 75px;
}

.offcanvas-cart .cart-item-img-link {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.offcanvas-cart .cart-item-img-link .cart-item-img-source {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.offcanvas-cart .cart-item-details {
  margin-bottom: 1rem;
  -ms-word-break: break-word;
  word-break: break-word;
}

.offcanvas-cart .cart-item-details-container .cart-item-details {
  margin-right: 58px;
}

.offcanvas-cart .cart-item-children {
  margin-left: 4px;
  margin-right: 4px;
  width: 100%;
}

.offcanvas-cart .cart-item-remove {
  position: absolute;
  right: 0;
}

.offcanvas-cart .cart-quantity-price {
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
}

.offcanvas-cart .cart-item-price {
  font-weight: 700;
  margin-left: 1rem;
  text-align: right;
}

.offcanvas-cart .cart-item-price .cart-item-reference-price {
  color: #798892;
  display: inline-block;
  line-height: 0.85rem;
}

.offcanvas-cart-items,
.offcanvas-summary {
  margin: 1rem 0;
}

.offcanvas-summary-list {
  margin-bottom: 0;
}

.offcanvas-cart-promotion-form {
  margin-bottom: 1rem;
}

.offcanvas-summary .js-toggle-shipping-selection {
  text-decoration: underline;
  font-size: 90%;
  cursor: pointer;
}

.offcanvas-summary .offcanvas-shipping-preference {
  -webkit-transition:
    max-height 0.3s ease,
    opacity 0.3s ease,
    margin 0.3s ease;
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease,
    margin 0.3s ease;
  max-height: 100px;
  height: auto;
  visibility: visible;
  opacity: 1;
}

.offcanvas-summary .offcanvas-shipping-preference--hidden {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  margin: 0 !important;
}

.offcanvas-summary .summary-value,
.offcanvas-summary .shipping-value {
  text-align: right;
}

@media (max-width: 374.98px) {
  .cart-offcanvas .cart-item-price {
    -ms-flex-order: 4;
    order: 4;
  }
}

.account-menu-header {
  border-bottom: 1px solid #bcc1c7;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.5rem 0;
  color: #4a545b;
}

.account-menu-register {
  text-align: center;
}

.account-menu-login {
  padding: 1rem 0;
  border-bottom: 1px solid #bcc1c7;
  margin-bottom: 0.25rem;
}

.account-menu-login-button {
  width: 100%;
  margin-bottom: 0.5rem;
}

.account-menu-dropdown {
  padding: 0.5rem 1rem;
  min-width: 200px;
}

.account-menu-offcanvas .account-menu-inner,
.account-menu-dropdown .account-menu-inner {
  border: 0;
}

.account-menu-offcanvas .account-aside-item,
.account-menu-dropdown .account-aside-item {
  padding: 0.5rem 0;
}

.account-menu-offcanvas .account-aside-footer,
.account-menu-dropdown .account-aside-footer {
  background: none;
  padding: 0.25rem 0;
}

@media (min-width: 375px) {
  .account-menu .offcanvas-close {
    display: none;
  }

  .account-menu .offcanvas-body {
    padding: 0;
  }
}

.search-suggest-container {
  position: absolute;
  top: 55px;
  left: 0;
  list-style: none;
  touch-action: manipulation;
  background: #fff;
  padding: 1rem;
  border: 1px solid #bcc1c7;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 10px 25px -15px #000;
}

.search-suggest-container::after {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 12px;
  height: 12px;
  top: -7px;
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  left: 48%;
  border: 1px solid #bcc1c7;
  border-top: 0 none;
  border-right: 0 none;
}

.search-suggest-product.is-active .search-suggest-product-link {
  color: #008490;
}

.search-suggest-product-link:hover,
.search-suggest-total-link:hover {
  text-decoration: none;
}

.search-suggest-product-link {
  display: block;
  padding: 0.5rem 0;
}

.search-suggest-product-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-suggest-product-price {
  text-align: right;
}

.search-suggest-product-list-price,
.search-suggest-product-reference-price {
  color: #798490;
  text-align: right;
  display: block;
}

.search-suggest-product-image-container {
  width: 35px;
  height: 35px;
  margin: 0 0.5rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-suggest-product-image {
  max-width: 35px;
  max-height: 35px;
  display: block;
}

.search-suggest-total {
  padding: 0.5rem;
}

.search-suggest-no-result {
  text-align: center;
}

@media (min-width: 672px) {
  .search-suggest-container {
    width: 500px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.cookie-permission-container {
  display: none;
  border-top: 1px solid #bcc1c7;
  background: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  padding: 0.5rem;
  font-size: 0.75rem;
  z-index: 1100;
}

.cookie-permission-content {
  margin-bottom: 0.5rem;
}

.cookie-permission-content a {
  display: inline-block;
}

.cookie-permission-actions {
  gap: 0.5rem;
}

@media (min-width: 672px) {
  .cookie-permission-content {
    text-align: left;
    margin-bottom: 0;
  }
}

.offcanvas-cookie-description,
.offcanvas-cookie-list {
  margin-bottom: 32px;
  border-bottom: 1px solid #bcc1c7;
}

.offcanvas-cookie-list {
  padding-bottom: 32px;
}

.offcanvas-cookie-group {
  margin: 12px 0;
}

.offcanvas-cookie-group input ~ label {
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.offcanvas-cookie-group input:not([disabled]) ~ label {
  cursor: pointer;
}

.offcanvas-cookie-entries {
  position: relative;
}

.offcanvas-cookie-entries .icon {
  position: absolute;
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  top: -4px;
  right: 0;
  cursor: pointer;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.offcanvas-cookie-entries svg {
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: -ms-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
}

.offcanvas-cookie-entries > p,
.offcanvas-cookie-entries .offcanvas-cookie-entry {
  padding: 0 8px 0 24px;
  height: 0;
  opacity: 0;
  -webkit-transition:
    opacity 0.3s ease,
    padding-top 0.3s ease;
  transition:
    opacity 0.3s ease,
    padding-top 0.3s ease;
  margin: 0;
  visibility: hidden;
  overflow: hidden;
}

.offcanvas-cookie-entries > p > p,
.offcanvas-cookie-entries .offcanvas-cookie-entry > p {
  margin: 8px 0;
}

.offcanvas-cookie-entries .offcanvas-cookie-entry {
  margin-left: 24px;
  overflow: visible;
}

.offcanvas-cookie-entries .offcanvas-cookie-entry.custom-control,
.offcanvas-cookie-entries .offcanvas-cookie-entry.form-check {
  min-height: unset;
}

.offcanvas-cookie-entries--active svg {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.offcanvas-cookie-entries--active > p,
.offcanvas-cookie-entries--active .offcanvas-cookie-entry {
  height: auto;
  opacity: 1;
  padding-top: 8px;
  visibility: visible;
}

.scroll-up-button {
  bottom: 1.5rem;
  cursor: pointer;
  opacity: 0;
  position: fixed;
  right: 1.5rem;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  transition: 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  visibility: hidden;
  z-index: 700;
}

.scroll-up-button.is-visible {
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}

.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

.grecaptcha-v2-container iframe.has-error {
  border: 1px solid #dc3545;
  border-radius: 3px;
}

.product-detail-headline {
  margin-bottom: 3rem;
}

.product-detail-content {
  margin-bottom: 1.5rem;
}

.product-detail-content .product-breadcrumb {
  padding: 0;
  margin: 1rem 0;
}

.product-detail-name-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.product-detail-name-container .product-detail-variant-characteristics {
  padding-left: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #adb5bd;
}

.product-detail-buy {
  margin-bottom: 1rem;
}

.product-detail-price {
  font-size: 1.75rem;
}

@media (max-width: 1200px) {
  .product-detail-price {
    font-size: calc(1.3rem + 0.6vw);
  }
}

.product-detail-price-unit {
  font-size: 0.75rem;
}

.product-detail-tax {
  font-size: 0.875rem;
}

.product-detail-delivery-information {
  margin-bottom: 1.5rem;
}

.product-detail-form-container {
  margin-bottom: 1rem;
}

.product-detail-ordernumber-container {
  margin-bottom: 1rem;
}

.product-block-prices-grid thead {
  background-color: #f9f9f9;
}

.product-block-prices-grid th {
  font-weight: 400;
}

.product-block-prices-grid td {
  font-weight: 700;
}

.product-block-prices-grid .product-block-prices-cell {
  border: 0 none;
  padding: 10px 0 10px 16px;
  line-height: 20px;
}

.product-block-prices-grid .product-block-prices-cell.product-block-prices-cell-thin {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 22px;
}

.product-block-prices-grid .product-block-prices-body .product-block-prices-row {
  border-top: 1px solid #eee;
}

.product-block-prices-grid .product-block-prices-body .product-block-prices-row:first-of-type {
  border-top: 0 none;
}

.product-detail-configurator-group {
  margin-bottom: 1rem;
}

.product-detail-configurator-group-title {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.product-detail-configurator-options {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
}

.product-detail-configurator-option {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-right: 0.5rem;
}

.product-detail-configurator-option-input {
  display: none;
}

.product-detail-configurator-option-input + .product-detail-configurator-option-label {
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #4a545b;
  border-radius: 3px;
  box-shadow:
    inset 3px 3px 0 #fff,
    inset -3px -3px 0 #fff;
  background-color: #fff;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  min-width: 60px;
  opacity: 0.35;
  padding: 3px;
  -webkit-transition:
    border-color 0.45s cubic-bezier(0.3, 0, 0.15, 1),
    background-color 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  transition:
    border-color 0.45s cubic-bezier(0.3, 0, 0.15, 1),
    background-color 0.45s cubic-bezier(0.3, 0, 0.15, 1);
}

.product-detail-configurator-option-input + .product-detail-configurator-option-label.is-display-text {
  box-shadow: none;
  height: auto;
  padding: 5px 10px;
}

.product-detail-configurator-option-input.is-combinable + .product-detail-configurator-option-label {
  opacity: 1;
  border: 1px solid #bcc1c7;
}

.product-detail-configurator-option-input:checked + .product-detail-configurator-option-label {
  border: 1px solid #008490;
}

.product-detail-configurator-option-input:checked + .product-detail-configurator-option-label.is-display-text {
  background-color: #008490;
  color: #fff;
}

.product-detail-configurator-option-input.is-combinable + .product-detail-configurator-option-label:hover,
.product-detail-configurator-option-input.is-combinable + .product-detail-configurator-option-label:active,
.product-detail-configurator-option-input.is-combinable + .product-detail-configurator-option-label:focus,
.product-detail-configurator-option-input + .product-detail-configurator-option-label:hover,
.product-detail-configurator-option-input + .product-detail-configurator-option-label:active,
.product-detail-configurator-option-input + .product-detail-configurator-option-label:focus {
  border: 1px solid #008490;
}

.product-detail-configurator-option-image {
  height: 100%;
}

.product-detail-tabs-content {
  display: none;
}

.product-detail-tabs-content .offcanvas-body {
  overflow: initial;
  padding: 0;
}

.product-detail-description-text {
  margin-bottom: 1.5rem;
}

@media (min-width: 375px) {
  .product-detail-tabs-content {
    display: block;
  }

  .product-detail-tabs .offcanvas-close,
  .product-detail-tab-navigation-icon,
  .product-detail-tab-preview {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .product-detail-tab-preview {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.product-detail-review-widget {
  margin-bottom: 1rem;
  z-index: 1;
}

.product-detail-reviews {
  margin-bottom: 1rem;
}

.product-detail-reviews .icon svg {
  top: 2px;
}

.product-detail-review-teaser-btn .product-detail-review-teaser-hide {
  display: none;
}

.product-detail-review-teaser-btn.collapsed .product-detail-review-teaser-show {
  display: none;
}

.product-detail-review-teaser-btn.collapsed .product-detail-review-teaser-hide {
  display: block;
}

.product-review-rating {
  margin-right: 1rem;
}

.product-detail-review-item-points {
  margin-bottom: 0.5rem;
}

.product-detail-review-item-content {
  -ms-word-break: break-word;
  word-break: break-word;
}

.product-detail-review-form-radio {
  display: none;
}

.product-detail-review-form-rating-input {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.product-review-point svg {
  top: 0;
}

.product-review-point,
.point-container {
  display: inline-block;
  position: relative;
}

.point-rating {
  display: block;
  top: 0;
  left: 0;
}

.point-rating.point-blank .icon {
  color: #eee;
}

.point-partial {
  position: absolute;
}

.product-detail-review-form-rating-text {
  margin-left: 0.5rem;
  margin-bottom: 0;
}

.product-detail-review-form-star {
  margin-right: 10px;
}

.product-detail-review-login .login-card .card-body {
  padding-top: 0;
}

.product-detail-review-language {
  margin-bottom: 1rem;
}

.product-detail-review-sortby-label {
  margin-right: 0.25rem;
}

.product-detail-review-cancel {
  margin-right: 5px;
}

.offcanvas .product-detail-review-widget {
  position: static;
}

.offcanvas .product-detail-review-form-rating-input .product-review-point {
  margin-right: 0.5rem;
}

@media (min-width: 672px) {
  .product-detail-review-widget {
    margin-bottom: 0;
  }

  .product-detail-review-sortby-form {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .product-detail-review-language {
    margin-bottom: 0;
  }

  .product-detail-review-item-points {
    padding-right: 0;
    margin-bottom: 0;
  }

  .product-detail-review-item-title {
    padding-left: 0;
  }

  .product-detail-review-form-star {
    margin-right: 5px;
  }
}

.account-recover-password-info {
  margin-bottom: 1rem;
}

.account-guest-auth-info {
  margin-bottom: 1rem;
}

.account-welcome {
  padding-top: 1rem;
  margin-bottom: 1.5rem;
}

.account-breadcrumb {
  margin-bottom: 1.5rem;
}

.account-item-children {
  background-color: #f9f9f9;
  -ms-flex-order: 10;
  order: 10;
  margin: 12px 0;
  padding: 16px;
}

.account-item-children .nesting-level-1 {
  margin-left: 27px;
}

.account-item-children .nesting-level-2 {
  margin-left: 45px;
}

.account-item-children .nesting-level-3 {
  margin-left: 63px;
}

.account-item-children .nesting-level-4 {
  margin-left: 81px;
}

.account-item-children .nesting-level-5 {
  margin-left: 99px;
}

.account-item-children .nesting-level-6 {
  margin-left: 117px;
}

.account-item-children .nesting-level-7 {
  margin-left: 135px;
}

.account-item-children .nesting-level-8 {
  margin-left: 153px;
}

.account-item-children .nesting-level-9 {
  margin-left: 171px;
}

.account-item-children .nesting-level-10 {
  margin-left: 189px;
}

.account-item-children .account-item-children-elements {
  padding: 12px 0 0;
}

.account-item-children .account-item-headline {
  padding: 0;
  font-weight: 600;
}

.account-item-children .account-item-collapse {
  margin: 0;
}

.account-item-children .account-item-collapse-container,
.account-item-children .account-item-child-label {
  padding: 0;
}

.account-item-children .account-item-collapse-icon-container {
  padding: 0;
  text-align: right;
}

.account-item-children .account-item-collapse-button {
  background-color: transparent;
  border-style: none;
}

.account-item-children .account-item-collapse-button:focus {
  outline: none;
}

.account-item-children .account-item-collapse-button > .account-item-collapse-icon {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.account-item-children .account-item-collapse-button.collapsed > .account-item-collapse-icon {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.account-item-children .account-item-children-element {
  margin: 0;
  padding: 8px 4px 0;
}

.account-item-children .account-item-children-element > .nesting-level-0 {
  list-style: none;
}

.account-item-children .account-item-children-element:last-child {
  border-style: none;
}

.account-item-children .account-item-child-label-bullet {
  display: list-item;
}

.account-item-children .account-item-children-element-divider:last-child {
  display: none;
}

.account-item-children .account-item-child-total-price {
  padding: 0;
  text-align: right;
  font-weight: 600;
}

.account-item-children .account-item-children-element-divider {
  border-top: 1px solid #bcc1c7;
  margin: 1rem 0;
}

@media (max-width: 991.98px) {
  .account-content-aside {
    display: none;
  }
}

@media (min-width: 1296px) {
  .account-item-children {
    margin: 0 30px 12px 96px;
  }
}

.account .account-aside-list-group {
  -ms-flex-direction: row;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
}

.account-aside {
  margin-bottom: 1.5rem;
}

@media (min-width: 672px) {
  .account-aside {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .account .account-aside-list-group {
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: visible;
  }
}

.account-overview-card {
  margin-bottom: 3rem;
}

.register-personal {
  margin-bottom: 1rem;
}

.register-address {
  margin-bottom: 3rem;
}

.register-different-shipping {
  margin-bottom: 1rem;
}

.register-shipping {
  padding-top: 1.5rem;
}

.register-form .privacy-notice {
  margin-bottom: 1rem;
}

.login-card {
  margin-bottom: 1rem;
}

.login-advantages {
  display: none;
}

.login-password-recover {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .login-advantages {
    display: block;
  }
}

.address-card-title {
  margin-bottom: 1.5rem;
}

.address-actions-defaults {
  margin-bottom: 0.5rem;
}

.address-list {
  padding-top: 1.5rem;
}

.address-card {
  margin-bottom: 2.5rem;
}

.address-action-set-default {
  line-height: 1.5rem;
}

.address-action-delete {
  margin-left: 0.5rem;
}

.address-action-create {
  margin-bottom: 1.5rem;
}

.account-profile-personal {
  margin-bottom: 3rem;
}

.account-profile-credentials {
  margin-bottom: 1.5rem;
}

.order-table {
  margin-bottom: 1.5rem;
  border: 1px solid #bcc1c7;
  position: relative;
}

.order-table .order-item-detail {
  border-top: 0 none;
}

.order-table .order-detail-content {
  border-top: 1px solid #bcc1c7;
  padding: 0;
  box-shadow: none;
}

.order-table-header {
  display: none;
}

.order-table-header :first-child {
  position: relative;
}

.order-hide-btn .order-hide-btn-text {
  display: block;
}

.order-hide-btn .order-view-btn-text {
  display: none;
}

.order-hide-btn.collapsed .order-hide-btn-text {
  display: none;
}

.order-hide-btn.collapsed .order-view-btn-text {
  display: block;
}

.order-table-header:last-of-type,
.order-wrapper:last-of-type {
  border-bottom: 0;
}

.order-table-header,
.order-item-header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.order-table-header,
.order-item-header {
  padding-left: 20px;
  padding-right: 20px;
}

.order-table-header-heading,
.order-table-header-order-status,
.order-table-header-context-menu {
  display: inline-block;
}

.order-table-header-heading {
  max-width: 290px;
}

.order-table-header-order-status {
  font-weight: 700;
}

.order-table-header-context-menu-wrapper {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

.order-table-header-context-menu-wrapper,
.order-table-header-heading {
  margin-top: 0.5rem;
}

.order-table-header-context-menu {
  float: right;
  border: 1px solid #bcc1c7;
  border-radius: 3px;
  width: 35px;
  height: 35px;
  padding: 0;
}

.order-table-header-context-menu::after {
  display: none;
}

.order-table-header-context-menu .icon {
  position: relative;
  margin: 5px;
}

.order-table-header-context-menu .icon > svg {
  color: #4a545b;
  position: absolute;
  top: 0;
  left: 0;
}

.order-table-header-context-menu-content {
  padding-left: 10px;
  padding-right: 10px;
}

.order-table-header-context-menu-content-link {
  display: block;
  border: 0 none;
  padding: 0;
  width: 100%;
  color: #4a545b;
  background: none;
  cursor: pointer;
  text-align: left;
}

.order-table-header-context-menu-content-link:hover {
  text-decoration: none;
  color: #008490;
}

.order-table-header-context-menu-content-link:active {
  outline: none;
}

.order-table-header-order-number {
  display: block;
  font-weight: 400;
  margin-bottom: 1.5rem;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.order-table-header-order-number .order-table-header-label {
  display: inline;
}

.order-table-header-order-table-body,
.order-table-header-order-table-header {
  padding-left: 0;
  padding-right: 0;
}

.order-table-header-order-table-body {
  border-top: 1px solid #bcc1c7;
  font-weight: 400;
}

.order-table-header-order-table-body .order-table-header-order-table-body-cell[class*='col-'] {
  margin-top: 10px;
}

.order-table-header-order-table-body .order-table-header-order-table-body-cell[class*='col-']:first-of-type {
  padding-left: 0;
}

.order-table-header-order-table-body .order-table-header-order-table-body-cell[class*='col-']:last-of-type {
  padding-right: 0;
}

.order-table-header-order-table-header {
  font-weight: 700;
}

.order-table-header-order-table-header .order-table-header-order-table-header-cell[class*='col-'] {
  margin-bottom: 10px;
}

.order-table-header-order-table-header .order-table-header-order-table-header-cell[class*='col-']:first-of-type {
  padding-left: 0;
}

.order-table-header-order-table-header .order-table-header-order-table-header-cell[class*='col-']:last-of-type {
  padding-right: 0;
}

.order-table-header-order-table {
  width: 100%;
}

.order-table-header-label {
  display: none;
}

.payment-control input,
.payment-control label {
  cursor: pointer;
}

.order-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.order-item-actions {
  text-align: center;
}

.order-item-label {
  float: left;
  width: 50%;
}

.order-item-value {
  width: 50%;
}

.order-table-header-context-menu-indicator {
  position: absolute;
  top: -3px;
  right: 7px;
}

.order-item-status-badge {
}

.order-item-status-badge.order-item-status-badge-open,
.order-item-status-badge.order-item-status-badge-in_progress {
  background-color: #26b6cf;
  color: #fff;
}

.order-item-status-badge.order-item-status-badge-completed {
  background-color: #3cc261;
  color: #fff;
}

.order-item-status-badge.order-item-status-badge-failed,
.order-item-status-badge.order-item-status-badge-cancelled {
  background-color: #e52427;
  color: #fff;
}

.order-item-status-badge .icon {
  color: currentColor;
}

.order-item-status-badge .icon svg {
  top: 5px;
}

@media (min-width: 672px) {
  .order-table-header {
    display: block;
  }

  .order-table-header,
  .order-item-header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .order-item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .order-item-actions {
    text-align: right;
  }
}

@media (max-width: 374.98px) {
  .order-table-header-order-table-header {
    display: none;
  }

  .order-table-header-order-table-body {
    border-top: 0;
  }

  .order-table-header-label {
    display: inline;
  }

  .order-table-header-order-number {
    margin-bottom: 0;
  }

  .order-table-header-label {
    display: block;
    float: left;
    width: 50%;
  }

  .order-table-body-value {
    width: 50%;
  }

  .order-table-header-order-status {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .order-table-header-context-menu-wrapper {
    top: 0.5rem;
    right: 1rem;
  }

  .order-table-header-context-menu-indicator {
    top: -3px;
    right: -3px;
  }
}

.edit-order {
  padding-top: 70px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.edit-order-container {
  max-width: 895px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.edit-order-tos-checkbox,
.edit-order-tos-label {
  cursor: pointer;
}

.edit-order-cancel-order-modal-toggle-btn {
  margin-top: 1rem;
}

.edit-order-checkout-aside {
  width: 50%;
  margin-left: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 991.98px) {
  .edit-order {
    padding-top: 0;
  }

  .edit-order-checkout-aside {
    width: 100%;
    margin-left: 0;
  }
}

.order-detail-content {
  border-top: 1px solid #bcc1c7;
}

.order-detail-content-header {
  display: none;
}

.document-detail-content-header {
  display: block;
  border-bottom: 1px solid #bcc1c7;
  padding-bottom: 0.5rem;
}

.download-detail-content-header {
  display: block;
  border-bottom: 1px solid #bcc1c7;
  padding-bottom: 0.5rem;
}

.order-detail-content-header,
.order-item-detail-footer {
  padding-left: 10px;
  padding-right: 10px;
}

.order-detail-content-body.has-element-loader {
  min-height: 70px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.order-detail-content-body .element-loader-backdrop {
  box-shadow: none;
}

.order-detail-content-header,
.order-detail-content-row {
  margin-right: 20px;
  margin-left: 20px;
}

.order-detail-content-row {
  font-weight: 400;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.order-detail-content-row .document-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.order-detail-content-row .order-item:last-of-type,
.order-detail-content-row .document-item:last-of-type {
  padding-right: 0;
}

.order-detail-content-row .order-item:first-of-type,
.order-detail-content-row .document-item:first-of-type {
  padding-left: 0;
}

.order-detail-content-row .download-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.order-detail-content-row .download-item:last-of-type {
  padding-right: 0;
}

.order-detail-content-row .download-item:first-of-type {
  padding-left: 0;
}

@media (max-width: 991.98px) {
  .order-item,
  .document-item {
    padding-left: 0;
    padding-right: 0;
  }
}

.order-item-detail-list-item {
  margin-bottom: 1rem;
}

.order-item-detail-list-item-divider {
  border-top: 1px solid #bcc1c7;
  margin: 1rem 20px;
}

.order-item-detail-list-item.is-nested,
.order-item-detail-list-item.is-child {
  border-left: 3px solid #bcc1c7;
  border-bottom-color: transparent;
  margin: 0 -10px;
  padding: 0 10px;
}

.order-item-detail-list-item:last-of-type .order-detail-content-row {
  border-bottom: 0 none;
}

.order-item-detail-list-item.is-discount .cart-item-total-price {
  color: #3cc261;
}

.order-item-discount-icon {
  text-align: center;
}

.order-item-total {
  font-weight: 700;
}

.order-item-nested-icon {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  width: 50px;
  height: 50px;
}

.order-item-nested-icon .icon > svg {
  top: 0;
}

.order-item-reorder {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.order-item-detail-footer {
  padding: 1rem;
}

.order-item-detail-footer dl dt.col,
.order-item-detail-footer dl .is-act-confirmpage .checkout dt.checkout-aside,
.is-act-confirmpage .checkout .order-item-detail-footer dl dt.checkout-aside,
.order-item-detail-footer dl .is-ctl-accountorder .checkout dt.checkout-aside,
.is-ctl-accountorder .checkout .order-item-detail-footer dl dt.checkout-aside,
.order-item-detail-footer dl .is-act-finishpage .checkout dt.checkout-aside,
.is-act-finishpage .checkout .order-item-detail-footer dl dt.checkout-aside,
.order-item-detail-footer dl dt[class*='col-'] {
  margin-bottom: 0.5rem;
  padding-right: 0.5rem;
}

.order-item-detail-labels {
  margin-bottom: 0;
}

.order-item-detail-labels-value {
  font-weight: 400;
}

.order-detail-content-header {
  padding-left: 0;
  padding-right: 0;
}

.order-item-detail-summary,
.order-item-detail-summary dd:last-child {
  margin-bottom: 0;
}

.order-detail-comment {
  border-top: 0;
  display: block;
  padding-top: 0;
  padding-bottom: 1rem;
}

.card-title.order-detail-comment-title {
  margin-bottom: 0;
  padding: 1rem;
}

.order-detail-comment-body {
  padding: 1rem;
}

.order-detail-comment-value {
  margin-bottom: 0;
}

.order-item-variants-properties {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.order-item-variants-properties-name {
  margin-right: 0.5rem;
}

.order-detail-form {
  float: right;
}

.document-item-view-file {
  text-align: right;
}

.download-item-download-file {
  text-align: right;
}

.order-download-row {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 672px) {
  .order-detail-content-header {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .order-item-label {
    display: none;
  }

  .order-detail-content-header {
    border-bottom: 1px solid #bcc1c7;
  }

  .order-detail-content {
    border-top: 0;
  }

  .order-header-price,
  .order-item-price,
  .order-header-total,
  .order-item-total,
  .order-header-actions {
    text-align: right;
  }

  .order-header-quantity,
  .order-item-quantity {
    text-align: center;
  }

  .order-item-reorder {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .order-item-detail-summary dt,
  .order-item-detail-summary dd {
    text-align: right;
  }

  .document-item-view-file-icon-btn {
    display: none;
  }

  .download-item-view-file-icon-btn {
    display: none;
  }
}

@media (max-width: 479.98px) {
  .document-header-date {
    display: none;
  }

  .document-item-view-file-text-btn {
    display: none;
  }

  .download-header-date {
    display: none;
  }

  .download-item-view-file-text-btn {
    display: none;
  }
}

.checkout-container {
  margin-bottom: 1.5rem;
}

.checkout-product-table {
  margin-bottom: 1.5rem;
}

.checkout-confirm-tos-checkbox,
.checkout-confirm-tos-label {
  cursor: pointer;
}

.is-ctl-checkout .footer-minimal .footer-service-menu-list,
.is-act-checkoutregisterpage .footer-minimal .footer-service-menu-list {
  display: block;
}

.checkout-aside-summary-label {
  font-weight: 400;
}

.checkout-aside-summary-list.display-rounded .checkout-aside-summary-total {
  font-weight: 400;
  font-size: 0.875rem;
}

.checkout-aside-summary-total {
  font-size: 1rem;
  font-weight: 700;
  padding-top: 13px;
  border-top: 1px solid #bcc1c7;
  margin-top: 5px;
}

.checkout-aside-summary-total-rounded {
  font-size: 1rem;
  font-weight: 700;
}

.checkout-aside-summary-label.summary-net,
.checkout-aside-summary-value.summary-net {
  margin-top: 10px;
}

.checkout-aside-summary-header {
  margin-bottom: 20px;
}

.checkout-aside-summary-total {
  font-size: 1rem;
  font-weight: 700;
}

.checkout-aside-summary-value {
  text-align: right;
}

.checkout-aside-product-header {
  margin-bottom: 1.5rem;
}

.checkout-aside-item {
  margin-bottom: 1rem;
}

.checkout-aside-item .checkout-aside-item-title {
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.checkout-aside-item .checkout-aside-item-characteristics {
  margin-bottom: 0.25rem;
}

.checkout-aside-item .checkout-aside-item-characteristics .checkout-aside-item-characteristics-option {
  font-weight: 700;
}

.checkout-aside-item .checkout-aside-item-link-quantity {
  margin-bottom: 0.25rem;
}

.checkout-aside-item-price {
  font-weight: 700;
  text-align: right;
}

.checkout-aside-action {
  margin-top: 1rem;
}

.checkout-aside-add-code {
  margin-top: 1rem;
}

.cart-aside-item-children {
  background-color: #f9f9f9;
  width: 100%;
  margin-top: 0.5rem;
  padding: 16px 16px 10px;
  -ms-flex-order: 10;
  order: 10;
}

.cart-aside-item-children .nesting-level-1 {
  margin-left: 27px;
}

.cart-aside-item-children .nesting-level-2 {
  margin-left: 45px;
}

.cart-aside-item-children .nesting-level-3 {
  margin-left: 63px;
}

.cart-aside-item-children .nesting-level-4 {
  margin-left: 81px;
}

.cart-aside-item-children .nesting-level-5 {
  margin-left: 99px;
}

.cart-aside-item-children .nesting-level-6 {
  margin-left: 117px;
}

.cart-aside-item-children .nesting-level-7 {
  margin-left: 135px;
}

.cart-aside-item-children .nesting-level-8 {
  margin-left: 153px;
}

.cart-aside-item-children .nesting-level-9 {
  margin-left: 171px;
}

.cart-aside-item-children .nesting-level-10 {
  margin-left: 189px;
}

.cart-aside-item-children .cart-aside-item-children-elements {
  padding: 12px 0 0;
}

.cart-aside-item-children .cart-aside-item-headline {
  padding: 0;
  font-weight: 600;
}

.cart-aside-item-children .cart-aside-item-change-button {
  width: fit-content;
  margin: 0 12px;
  font-size: 12px;
  text-decoration: underline;
  background-color: transparent;
  border-style: none;
}

.cart-aside-item-children .cart-aside-item-change-button:focus {
  outline: none;
}

.cart-aside-item-children .cart-aside-item-collapse {
  margin: 0;
}

.cart-aside-item-children .cart-aside-item-collapse-container,
.cart-aside-item-children .cart-aside-item-child-label {
  padding: 0;
}

.cart-aside-item-children .cart-aside-item-collapse-icon-container {
  padding: 0;
  text-align: right;
}

.cart-aside-item-children .cart-aside-item-collapse-button {
  background-color: transparent;
  border-style: none;
}

.cart-aside-item-children .cart-aside-item-collapse-button:focus {
  outline: none;
}

.cart-aside-item-children .cart-aside-item-collapse-button > .cart-aside-item-collapse-icon {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.cart-aside-item-children .cart-aside-item-collapse-button.collapsed > .cart-aside-item-collapse-icon {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.cart-aside-item-children .cart-aside-item-children-element {
  margin: 0;
  padding: 8px 4px 0;
}

.cart-aside-item-children .cart-aside-item-children-element > .nesting-level-0 {
  list-style: none;
}

.cart-aside-item-children .cart-aside-item-children-element:last-child,
.cart-aside-item-children .cart-aside-item-children-element-divider:last-child {
  border-style: none;
}

.cart-aside-item-children .cart-aside-item-child-label-bullet {
  display: list-item;
}

.cart-aside-item-children .cart-aside-item-child-total-price {
  padding: 0;
  text-align: right;
  font-weight: 600;
}

.cart-aside-item-children .cart-aside-item-children-element-divider {
  border-top: 1px solid #bcc1c7;
  margin: 1rem 0;
}

.is-act-cartpage .checkout .checkout-main {
  margin-bottom: 1.5rem;
}

.is-act-cartpage .checkout .checkout-aside-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

.cart-main-header {
  margin-bottom: 1.5rem;
}

.cart-table-header {
  display: none;
}

.cart-header-unit-price,
.cart-header-total-price,
.cart-header-tax-price {
  text-align: right;
}

.cart-header-row,
.cart-item-row,
.line-item-row {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}

.cart-header-row > .col,
.is-act-confirmpage .checkout .cart-header-row > .checkout-aside,
.is-ctl-accountorder .checkout .cart-header-row > .checkout-aside,
.is-act-finishpage .checkout .cart-header-row > .checkout-aside,
.cart-header-row > [class*='col-'],
.cart-item-row > .col,
.is-act-confirmpage .checkout .cart-item-row > .checkout-aside,
.is-ctl-accountorder .checkout .cart-item-row > .checkout-aside,
.is-act-finishpage .checkout .cart-item-row > .checkout-aside,
.cart-item-row > [class*='col-'],
.line-item-row > .col,
.is-act-confirmpage .checkout .line-item-row > .checkout-aside,
.is-ctl-accountorder .checkout .line-item-row > .checkout-aside,
.is-act-finishpage .checkout .line-item-row > .checkout-aside,
.line-item-row > [class*='col-'] {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}

.cart-add-product-container {
  margin-bottom: 1rem;
}

.cart-shipping-costs-container {
  -ms-flex-item-align: center;
  align-self: center;
}

.cart-shipping-costs-btn {
  padding-left: 0;
  margin: 1px 0;
}

@media (min-width: 672px) {
  .cart-table-header {
    display: block;
  }

  .cart-add-product {
    max-width: 250px;
  }

  .cart-add-product-container {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .cart-table-header {
    display: block;
  }
}

.cart-item {
  margin-bottom: 1rem;
}

.cart-item.is-nested,
.cart-item.is-child {
  border-left: 3px solid #bcc1c7;
  border-bottom-color: transparent;
  padding-left: 1rem;
}

.cart-item.is-child {
  padding-right: 1rem;
}

.cart-item.is-discount .cart-item-total-price {
  color: #3cc261;
}

.cart-item-discount-icon {
  text-align: center;
  height: 100%;
}

.cart-item-discount-icon .icon {
  height: 100%;
}

.cart-item-discount-icon .icon > svg {
  top: 0;
}

.cart-item-nested-icon {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  width: 65px;
  height: 65px;
}

.cart-item-nested-icon .icon > svg {
  top: 0;
}

.cart-item-info {
  -ms-flex-order: 1;
  order: 1;
}

.cart-item-quantity {
  -ms-flex-order: 3;
  order: 3;
}

.cart-item-unit-price,
.cart-item-tax-price {
  -ms-flex-order: 4;
  order: 4;
}

.cart-item-total-price {
  margin-left: auto;
  -ms-flex-order: 5;
  order: 5;
}

.cart-item-remove {
  -ms-flex-order: 2;
  order: 2;
  text-align: right;
}

.cart-item-img-container {
  text-align: center;
  width: 70px;
}

.cart-item-img-link {
  display: block;
}

.cart-item-img {
  width: 100%;
  height: 70px;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.cart-item-info {
  margin-bottom: 1rem;
}

.cart-item-total-price {
  font-weight: 700;
}

.cart-item-unit-price,
.cart-item-total-price,
.cart-item-tax-price {
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.cart-item-quantity-label,
.cart-item-unit-price-label,
.cart-item-total-price-label,
.cart-item-tax-price-label {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.cart-item-quantity-row {
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5rem;
}

.cart-item-quantity {
  margin-bottom: 0.5rem;
}

.cart-item-details {
  padding-top: 8px;
}

.cart-item-details-characteristics {
  margin: 0.5rem 0;
  font-size: 0.75rem;
}

.cart-item-details-characteristics .cart-item-details-characteristics-option {
  font-weight: 700;
}

.cart-item-variants {
  margin-bottom: 0.5rem;
}

.cart-item-variants-properties {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.cart-item-variants-properties-name {
  margin-right: 0.5rem;
}

@media (min-width: 375px) {
  .cart-item-quantity-container {
    width: 70px;
    margin-left: auto;
  }

  .cart-item-quantity-row {
    -ms-flex-align: normal;
    align-items: normal;
    margin-bottom: 0;
  }

  .cart-item-quantity {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .cart-item-quantity,
  .cart-item-unit-price,
  .cart-item-total-price,
  .cart-item-tax-price {
    text-align: right;
  }

  .cart-item-unit-price,
  .cart-item-total-price,
  .cart-item-tax-price {
    -ms-flex-pack: normal;
    justify-content: normal;
    display: block;
  }
}

@media (min-width: 672px) {
  .cart-item {
  }

  .cart-item.is-nested,
  .cart-item.is-child {
    padding-left: 0;
    padding-right: 0;
  }

  .cart-item.is-nested .cart-item-info,
  .cart-item.is-child .cart-item-info {
    padding-left: 1rem;
  }

  .cart-item-info,
  .cart-item-quantity,
  .cart-item-unit-price,
  .cart-item-total-price,
  .cart-item-tax-price,
  .cart-item-remove {
    -ms-flex-order: 0;
    order: 0;
  }

  .cart-item-info {
    margin-bottom: 0;
  }

  .cart-item-quantity-label,
  .cart-item-unit-price-label,
  .cart-item-total-price-label,
  .cart-item-tax-price-label {
    display: none;
  }
}

.cart-item-children {
  background-color: #f9f9f9;
  width: 100%;
  margin: 0 4px;
  padding: 16px 16px 10px;
  -ms-flex-order: 10;
  order: 10;
}

.cart-item-children .nesting-level-1 {
  margin-left: 27px;
}

.cart-item-children .nesting-level-2 {
  margin-left: 45px;
}

.cart-item-children .nesting-level-3 {
  margin-left: 63px;
}

.cart-item-children .nesting-level-4 {
  margin-left: 81px;
}

.cart-item-children .nesting-level-5 {
  margin-left: 99px;
}

.cart-item-children .nesting-level-6 {
  margin-left: 117px;
}

.cart-item-children .nesting-level-7 {
  margin-left: 135px;
}

.cart-item-children .nesting-level-8 {
  margin-left: 153px;
}

.cart-item-children .nesting-level-9 {
  margin-left: 171px;
}

.cart-item-children .nesting-level-10 {
  margin-left: 189px;
}

.cart-item-children .cart-item-children-elements {
  padding: 0;
}

.cart-item-children .cart-item-children-elements > .cart-item-children-element:first-of-type {
  padding: 20px 4px 0;
}

.cart-item-children .cart-item-headline {
  padding: 0;
  font-weight: 600;
}

.cart-item-children .cart-item-change-button {
  width: fit-content;
  margin: 0 12px;
  font-size: 12px;
  text-decoration: underline;
  background-color: transparent;
  border-style: none;
}

.cart-item-children .cart-item-change-button:focus {
  outline: none;
}

.cart-item-children .cart-item-collapse {
  margin: 0;
}

.cart-item-children .cart-item-collapse-container,
.cart-item-children .cart-item-child-label {
  padding: 0;
}

.cart-item-children .cart-item-collapse-icon-container {
  padding: 0;
  text-align: right;
}

.cart-item-children .cart-item-collapse-button,
.cart-item-children .cart-item-child-remove-icon {
  background-color: transparent;
  border-style: none;
}

.cart-item-children .cart-item-collapse-button:focus,
.cart-item-children .cart-item-child-remove-icon:focus {
  outline: none;
}

.cart-item-children .cart-item-collapse-button > .cart-item-collapse-icon {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.cart-item-children .cart-item-collapse-button.collapsed > .cart-item-collapse-icon {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.cart-item-children .cart-item-children-element {
  margin: 0;
  padding: 8px 4px 0;
}

.cart-item-children .cart-item-children-element > .nesting-level-0 {
  list-style: none;
}

.cart-item-children .cart-item-children-element:last-child,
.cart-item-children .cart-item-children-element-divider:last-child {
  border-style: none;
}

.cart-item-children .cart-item-child-label-bullet {
  display: list-item;
}

.cart-item-children .cart-item-child-total-price {
  padding: 0;
  text-align: right;
  font-weight: 600;
}

.cart-item-children .cart-item-child-remove-icon-container {
  padding: 0;
  text-align: right;
}

.cart-item-children .cart-item-children-element-divider {
  border-top: 1px solid #bcc1c7;
  margin: 1rem 0;
}

@media (min-width: 672px) {
  .cart-item-children {
    margin-left: 96px;
  }
}

@media (min-width: 992px) {
  .cart-item-children {
    margin-left: 4px;
  }
}

@media (min-width: 1296px) {
  .cart-item-children {
    margin-left: 96px;
  }
}

.is-act-checkoutregisterpage .checkout {
  padding-top: 70px;
}

.is-act-checkoutregisterpage .checkout .checkout-main {
  margin-bottom: 1.5rem;
}

.register-guest-control {
  margin-bottom: 1rem;
}

.register-login-collapse-toogle {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .is-act-checkoutregisterpage .checkout .checkout-main {
    margin-bottom: 0;
  }
}

.is-act-confirmpage .checkout,
.is-ctl-accountorder .checkout {
  padding-top: 70px;
}

.is-act-confirmpage .checkout .checkout-additional,
.is-ctl-accountorder .checkout .checkout-additional {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.is-act-confirmpage .checkout .checkout-aside-no-offset,
.is-ctl-accountorder .checkout .checkout-aside-no-offset {
  margin-left: 0;
}

.confirm-main-header,
.confirm-tos,
.confirm-address,
.confirm-payment-shipping,
.confirm-payment,
.confirm-product {
  margin-bottom: 1.5rem;
}

.confirm-payment-current,
.confirm-shipping-current {
  margin-bottom: 3rem;
}

.confirm-payment-current.is-invalid,
.confirm-shipping-current.is-invalid {
  color: #e52427;
}

.confirm-method-tooltip {
  margin-left: 0.25rem;
}

.payment-method-label,
.shipping-method-label {
  width: 100%;
}

.payment-method-label .payment-method-description,
.payment-method-label .shipping-method-description,
.shipping-method-label .payment-method-description,
.shipping-method-label .shipping-method-description {
  width: 66%;
}

.confirm-checkout-collapse-trigger {
  text-underline: #008490;
}

.confirm-checkout-collapse-trigger:hover {
  cursor: pointer;
}

.confirm-checkout-collapse-trigger .icon-confirm-checkout-chevron {
  height: 1.375rem;
}

.confirm-checkout-collapse-trigger .icon-confirm-checkout-chevron > svg {
  color: #008490;
  transition: -ms-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
}

.is-act-finishpage .checkout {
  padding-top: 70px;
}

.is-act-finishpage .checkout .checkout-additional {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.is-act-finishpage .checkout .checkout-aside-no-offset {
  margin-left: 0;
}

.finish-content {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6rem;
}

.finish-ordernumber {
  font-size: 1rem;
  font-weight: 700;
}

.finish-teaser {
  text-align: center;
}

.finish-header {
  margin-bottom: 1.5rem;
  text-align: center;
}

.finish-ordernumber {
  text-align: center;
}

.finish-order-subtitle {
  text-align: center;
}

.finish-change-payment-wrapper {
  text-align: center;
}

.finish-action {
  text-align: center;
  margin-bottom: 3rem;
}

.finish-info {
  margin-bottom: 3rem;
}

.breadcrumb.cms-breadcrumb {
  padding-left: 20px;
  padding-right: 20px;
}

.contact-headline {
  margin-bottom: 1.5rem;
}

.contact-content {
  margin: 0 auto;
}

.newsletter-headline {
  margin-bottom: 1rem;
}

.newsletter-content {
  margin: 0 auto;
}

.search-page .filter-panel-wrapper-toggle {
  margin-bottom: 1rem;
}

.search-headline {
  text-align: center;
  margin-bottom: 1.5rem;
}

.wishlist-headline {
  margin: 0;
  height: 155px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wishlist-listing-col {
  margin-top: 86px;
}

.wishlist-listing-col .wishlist-listing-empty {
  height: 250px;
  width: 100%;
}

.wishlist-listing-col .wishlist-listing-header {
  font-weight: bold;
  color: #4a545b;
}

.wishlist-listing-col .wishlist-listing-description {
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 672px) {
  .wishlist-listing-header {
    margin-top: 53px;
    font-size: 36px;
    line-height: 40px;
  }

  .wishlist-listing-empty {
    max-height: 200px;
  }
}

@media (max-width: 479.98px) {
  .wishlist-listing-empty {
    max-height: 120px;
  }

  .wishlist-listing-header {
    margin-top: 48px;
    font-size: 23px;
    line-height: 34px;
  }
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src:
    url('../assets/font/Inter-Regular.woff2') format('woff2'),
    url('../assets/font/Inter-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src:
    url('../assets/font/Inter-Italic.woff2') format('woff2'),
    url('../assets/font/Inter-Italic.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
  src:
    url('../assets/font/Inter-SemiBold.woff2') format('woff2'),
    url('../assets/font/Inter-SemiBold.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  font-display: fallback;
  src:
    url('../assets/font/Inter-SemiBoldItalic.woff2') format('woff2'),
    url('../assets/font/Inter-SemiBoldItalic.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src:
    url('../assets/font/Inter-Bold.woff2') format('woff2'),
    url('../assets/font/Inter-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  font-display: fallback;
  src:
    url('../assets/font/Inter-BoldItalic.woff2') format('woff2'),
    url('../assets/font/Inter-BoldItalic.woff') format('woff');
}

body {
  -moz-font-feature-settings:
    'cv02' 1,
    'cv03' 1,
    'cv04' 1;
  -webkit-font-feature-settings:
    'cv02' 1,
    'cv03' 1,
    'cv04' 1;
  font-feature-settings:
    'cv02' 1,
    'cv03' 1,
    'cv04' 1;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
  flex-direction: column;
}

main {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 10px;
}

h1,
.h1 {
  line-height: 40px;
}

h2,
.h2 {
  line-height: 34px;
}

h3,
.h3 {
  line-height: 33px;
}

h4,
.h4 {
  line-height: 24px;
}

h5,
.h5 {
  line-height: 21px;
}

h6,
.h6 {
  line-height: 20px;
}

.alert {
  padding: 0;
  border: 0;
}

.alert .icon {
  margin: 0.5rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.alert .icon svg {
  top: 0;
}

.alert-has-icon {
  -ms-flex-align: normal;
  align-items: normal;
}

.alert-content-container {
  padding: 0.5rem;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.alert-primary {
  background-color: #008490;
}

.alert-primary .alert-content-container {
  background-color: #cce6e9;
  color: #008490;
}

.alert-primary .icon {
  color: #fff;
}

.alert-secondary {
  background-color: #526e7f;
}

.alert-secondary .alert-content-container {
  background-color: #dce2e5;
  color: #526e7f;
}

.alert-secondary .icon {
  color: #fff;
}

.alert-success {
  background-color: #3cc261;
}

.alert-success .alert-content-container {
  background-color: #d8f3df;
  color: #3cc261;
}

.alert-success .icon {
  color: #fff;
}

.alert-info {
  background-color: #26b6cf;
}

.alert-info .alert-content-container {
  background-color: #d4f0f5;
  color: #26b6cf;
}

.alert-info .icon {
  color: #fff;
}

.alert-warning {
  background-color: #ffbd5d;
}

.alert-warning .alert-content-container {
  background-color: #fff2df;
  color: #ffbd5d;
}

.alert-warning .icon {
  color: #fff;
}

.alert-danger {
  background-color: #e52427;
}

.alert-danger .alert-content-container {
  background-color: #fad3d4;
  color: #e52427;
}

.alert-danger .icon {
  color: #fff;
}

.alert-light {
  background-color: #f9f9f9;
}

.alert-light .alert-content-container {
  background-color: #fefefe;
  color: #f9f9f9;
}

.alert-light .icon {
  color: #fff;
}

.alert-dark {
  background-color: #4a545b;
}

.alert-dark .alert-content-container {
  background-color: #dbddde;
  color: #4a545b;
}

.alert-dark .icon {
  color: #fff;
}

.badge {
  border: 0;
  border-radius: 50px;
  box-sizing: content-box;
  height: 20px;
  line-height: 20px;
  margin: 0 5px;
  min-width: 10px;
  padding: 0 5px;
}

.badge-lg {
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
}

.breadcrumb {
  padding: 0.75rem 0;
}

.breadcrumb svg {
  height: 0.875rem;
  width: auto;
  top: 3px;
}

.breadcrumb .breadcrumb-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.breadcrumb .breadcrumb-placeholder {
  margin: 0 0.5rem;
}

.breadcrumb a {
  color: #4a545b;
  font-size: 0.875rem;
}

.breadcrumb a:hover {
  color: #008490;
  text-decoration: none;
}

.breadcrumb a.is-active {
  color: #008490;
  font-weight: bolder;
}

.btn {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn-buy {
  color: #fff;
  background-color: #008490;
  border-color: #008490;
}

.btn-buy:hover {
  color: #fff;
  background-color: #00616a;
  border-color: #00555d;
}

.btn-buy:focus,
.btn-buy.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 150, 161, 0.5);
}

.btn-buy.disabled,
.btn-buy:disabled {
  color: #fff;
  background-color: #008490;
  border-color: #008490;
}

.btn-buy:not(:disabled):not(.disabled):active,
.btn-buy:not(:disabled):not(.disabled).active,
.show > .btn-buy.dropdown-toggle {
  color: #fff;
  background-color: #00555d;
  border-color: #004a50;
}

.btn-buy:not(:disabled):not(.disabled):active:focus,
.btn-buy:not(:disabled):not(.disabled).active:focus,
.show > .btn-buy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 150, 161, 0.5);
}

.btn.disabled,
.btn:disabled,
.btn-buy.disabled,
.btn-buy:disabled {
  opacity: 1;
  background: #eee;
  border-color: #eee;
  color: #bcc1c7;
}

.btn-link.disabled,
.btn-link:disabled {
  border: 0 none;
  background: transparent;
}

.card-title {
  border-bottom: 1px solid #bcc1c7;
  padding-bottom: 10px;
}

.card-body {
  padding: 0;
}

.custom-select {
  cursor: pointer;
}

.custom-select:invalid {
  color: #c3c3c3;
}

.custom-select:hover {
  border-color: #008490;
  color: #008490;
}

.form-label {
  margin-bottom: 3px;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
}

.form-control:focus {
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: #c3c3c3;
}

.modal-content {
  border: 0;
  box-shadow: 0 43px 43px -6px rgba(0, 0, 0, 0.2);
}

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

.product-box {
  border-color: #bcc1c7;
  background-color: #fff;
}

.product-box .card-body {
  padding: 1rem;
}

.product-name {
  font-weight: 600;
}

.product-price {
  color: #4a545b;
}

.card-tabs {
  border: 0;
}

.card-tabs .card-header {
  background: none;
  padding-left: 10px;
  padding-right: 10px;
}

.card-tabs .nav-item {
  margin-right: 10px;
}

.card-tabs .nav-link {
  border: 0;
  border-bottom: 2px solid #bcc1c7;
  border-radius: 0;
  color: #4a545b;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
}

.card-tabs .nav-link:hover {
  border-color: #008490;
  color: #008490;
}

.card-tabs .nav-link.active {
  border-color: #008490;
  color: #4a545b;
}

.card-tabs .nav-link.active,
.card-tabs .nav-link:hover {
  background-image: none;
}

.card-tabs .nav-link:hover {
  background-color: #ccc;
}

.card-tabs .nav-link .product-cross-selling-tab-navigation {
  padding: 0;
}

.card-tabs .card-body {
  padding-top: 30px;
}

.cms-block-text-hero .cms-element-text hr {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #e9edf0;
}

.cms-element-product-listing .cms-listing-row {
  margin-right: -15px;
  margin-left: -15px;
}

.cms-element-product-listing .cms-listing-col {
  padding-right: 15px;
  padding-left: 15px;
}

.cms-element-product-listing .cms-listing-col {
  margin-bottom: 30px;
}

.cms-element-text blockquote {
  font-size: 1rem;
  font-style: italic;
  line-height: 24px;
  margin-top: 16px;
  margin-left: 20px;
  position: relative;
}

.cms-element-text blockquote::before {
  content: '"';
  font-size: 40px;
  line-height: 16px;
  color: #9aa7be;
  position: absolute;
  top: 10px;
  left: -24px;
}

.quickview-minimal-product-name {
  color: #4a545b;
}

.quickview-minimal-product-name:hover {
  text-decoration: none;
}

.quickview-minimal-product-number {
  font-size: 0.75rem;
}

.quickview-minimal-footer-heading {
  border-bottom: 1px solid #bcc1c7;
}

.pagination .page-link {
  line-height: 1.5;
}

.top-bar-nav-btn.btn {
  color: #4a545b;
  font-weight: 400;
  padding: 0;
  border: 0 none;
}

.top-bar-nav-btn.btn:hover,
.top-bar-nav-btn.btn:hover .icon {
  color: #008490;
}

.top-bar-nav-btn.btn:focus {
  box-shadow: none;
}

.dropdown.show .top-bar-nav-btn,
.dropdown.show .top-bar-nav-btn .icon {
  color: #008490;
}

.top-bar-list-item {
  color: #4a545b;
}

.top-bar-list-item.is-checked {
  color: #008490;
}

.top-bar-list-item:hover {
  color: #008490;
  background: transparent;
  text-decoration: none;
}

.top-bar-list-item:hover .top-bar-list-label {
  cursor: pointer;
}

.header-search-btn {
  background: #fff;
  border: 1px solid #bcc1c7;
  border-left: 0;
}

.header-search-btn:hover .icon {
  color: #008490;
}

.header-search-btn:focus {
  box-shadow: none;
}

.header-search-btn.btn:disabled {
  background: #fff;
  border-color: #bcc1c7;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header-search-input {
  border-right: 0;
}

.header-search-input:focus,
.header-search-input:focus ~ .input-group-append .header-search-btn {
  border-color: #008490;
}

.header-actions-btn,
.header-actions-btn:active,
.header-actions-btn:hover {
  background: none;
  border: 0 none;
}

.header-actions-btn:hover,
.header-actions-btn:hover .icon {
  color: #008490;
}

.header-actions-btn:focus {
  box-shadow: none;
}

.header-cart-total {
  color: #008490;
  font-size: 1rem;
}

@media (min-width: 375px) {
  .header-cart-badge {
    display: none;
  }
}

.footer-main {
  border-top: 1px solid #bcc1c7;
}

.footer-column {
  border-bottom: 1px solid #bcc1c7;
}

.footer-column-headline {
  color: #008490;
  font-size: 1rem;
  font-weight: 700;
}

.footer-link,
.footer-contact-hotline a {
  color: #4a545b;
}

.footer-link:hover,
.footer-contact-hotline a:hover {
  color: #008490;
  text-decoration: none;
}

.footer-contact-hotline a {
  display: block;
  margin: 1rem 0 0.5rem;
  font-size: 1rem;
  font-weight: 700;
}

.footer-bottom {
  background: #f9f9f9;
}

.footer-service-menu-item {
  padding-right: 1rem;
  font-weight: 700;
}

.footer-service-menu-item:last-child {
  padding-right: 0;
}

.footer-service-menu-link {
  color: inherit;
}

@media (min-width: 672px) {
  .footer-column {
    border: 0;
  }

  .footer-link-item {
    padding: 2px 0;
  }
}

.main-navigation-menu {
  font-size: 1rem;
}

@media (min-width: 672px) {
  .main-navigation-link {
    color: #4a545b;
    padding-left: 0;
    padding-right: 32px;
  }

  .main-navigation-link .main-navigation-link-text {
    border-bottom: 2px solid transparent;
    padding-bottom: 3px;
  }

  .main-navigation-link:hover,
  .main-navigation-link.is-open {
    color: #008490;
  }

  .main-navigation-link.active {
    color: #4a545b;
    font-weight: 700;
  }

  .main-navigation-link.active .main-navigation-link-text {
    border-color: #008490;
  }
}

.navigation-flyout-categories:not(.is-level-0) {
  margin-left: 20px;
}

.navigation-flyout-categories.is-level-0 > .navigation-flyout-col {
  margin-bottom: 30px;
  position: relative;
}

.navigation-flyout-categories.is-level-0 > .navigation-flyout-col::before {
  border-left: 1px solid #bcc1c7;
  content: '';
  height: 100%;
  left: 15px;
  position: absolute;
  top: 0;
}

.navigation-flyout-categories.is-level-0 > .navigation-flyout-col.col-3:nth-child(4n + 1),
.navigation-flyout-categories.is-level-0 > .navigation-flyout-col.col-4:nth-child(3n + 1) {
  border-left: 0;
}

.navigation-flyout-link {
  -webkit-transition: padding 0.25s cubic-bezier(0, 0.77, 0.33, 1);
  transition: padding 0.25s cubic-bezier(0, 0.77, 0.33, 1);
  color: #4a545b;
  font-size: 1rem;
  margin: 0 1rem;
  padding: 0.25rem 0;
}

@media (prefers-reduced-motion: reduce) {
  .navigation-flyout-link {
    -webkit-transition: none;
    transition: none;
  }
}

.navigation-flyout-link.is-level-0 {
  font-weight: 700;
}

.navigation-flyout-link.is-level-2 {
  font-size: 0.875rem;
  padding: 0.125rem 0;
}

.navigation-flyout-link:hover {
  color: #008490;
  padding-left: 5px;
}

.navigation-flyout-link.active {
  color: #008490;
  font-weight: 700;
}

.navigation-flyout-bar {
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}

.navigation-flyout-category-link {
  font-weight: 700;
  font-size: 1rem;
}

.navigation-offcanvas-headline {
  font-weight: 700;
  color: #526e7f;
}

.navigation-offcanvas-list-item {
  background-color: #fff;
  border-top: 1px solid #bcc1c7;
}

.navigation-offcanvas-list-item:last-child {
  border-bottom: 1px solid #bcc1c7;
}

.navigation-offcanvas-link {
  color: #4a545b;
}

.navigation-offcanvas-link.is-home-link,
.navigation-offcanvas-link.is-home-link .icon {
  color: #008490;
}

.navigation-offcanvas-link.is-back-link {
  border-top: 1px solid #bcc1c7;
  font-weight: 700;
  color: #526e7f;
}

.navigation-offcanvas-link.is-current-category {
  color: #008490;
  font-weight: 700;
}

.offcanvas-cart-header-count {
  color: #798490;
  font-weight: 700;
}

.offcanvas-cart-tax {
  color: #798490;
}

.search-suggest-product {
  border-bottom: 1px solid #bcc1c7;
}

.search-suggest-product:last-child {
  border-bottom: 0;
}

.search-suggest-product-link {
  color: #4a545b;
}

.search-suggest-product-link:hover {
  color: #008490;
}

.product-detail-name {
  color: #4a545b;
}

.product-detail-manufacturer-logo {
  max-width: 200px;
  max-height: 70px;
}

.product-detail-price {
  color: #4a545b;
  margin-bottom: 0;
  font-weight: 700;
  vertical-align: middle;
}

.product-detail-price.with-list-price {
  color: #e52427;
  display: inline-block;
}

.product-detail-price.with-regulation-price {
  display: inline-block;
}

.product-detail-price.with-advanced-list-price {
  color: #e52427;
  font-size: 0.875rem;
  display: inline-block;
}

.product-detail-price.with-advanced-list-price {
  color: #e52427;
  font-size: 0.875rem;
  display: inline-block;
}

.list-price-badge {
  display: inline-block;
  background: #e52427;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  line-height: 32px;
  height: 32px;
  width: 32px;
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
  margin-bottom: 8px;
  margin-left: 5px;
  margin-right: 6px;
}

.product-detail-regulation-price-wrapper,
.product-detail-list-price-wrapper {
  color: #4a545b;
  font-weight: 400;
  font-size: 12px;
  display: inline-block;
  height: 26px;
  vertical-align: bottom;
}

@media (max-width: 991.98px) {
  .product-detail-regulation-price-wrapper,
  .product-detail-list-price-wrapper {
    height: 22px;
  }
}

.product-detail-regulation-price-wrapper .list-price-price,
.product-detail-list-price-wrapper .list-price-price {
  text-decoration: line-through;
}

.product-detail-advanced-regulation-price-wrapper,
.product-detail-advanced-list-price-wrapper {
  color: #4a545b;
  font-weight: 400;
  font-size: 12px;
  vertical-align: bottom;
  display: block;
  padding-left: 0;
}

.product-detail-advanced-regulation-price-wrapper .list-price-price,
.product-detail-advanced-list-price-wrapper .list-price-price {
  text-decoration: line-through;
}

.product-detail-advanced-regulation-price-wrapper.with-list-price,
.product-detail-advanced-list-price-wrapper.with-list-price {
  padding-left: 0;
}

.product-detail-advanced-regulation-price-wrapper-no-line-through .list-price-price,
.product-detail-advanced-list-price-wrapper-no-line-through .list-price-price {
  text-decoration: none;
}

@media (min-width: 375px) {
  .product-detail-advanced-list-price-wrapper {
    display: inline-block;
    padding-left: 8px;
  }
}

@media (min-width: 992px) {
  .product-detail-advanced-list-price-wrapper {
    display: block;
    padding-left: 0;
  }
}

@media (min-width: 1296px) {
  .product-detail-advanced-list-price-wrapper {
    display: inline-block;
    padding-left: 8px;
  }
}

.product-detail-ordernumber-label {
  font-weight: 700;
}

.product-detail-quantity-select {
  height: 100%;
}

.product-detail-tabs {
  margin-bottom: 1.5rem;
}

.product-detail-tabs .product-detail-tab-navigation {
  padding: 0;
}

.product-detail-tab-navigation-list {
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 5px;
}

.product-detail-properties-table th,
.product-detail-properties-table td {
  border: 0;
}

.product-detail-tab-preview {
  font-weight: 400;
  margin-top: 0.5rem;
}

.product-detail-tab-preview-more {
  color: #008490;
  font-weight: 700;
}

@media (max-width: 374.98px) {
  .product-detail-tabs .product-detail-tab-navigation-link {
    background: none;
    border: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 700;
    word-wrap: normal;
  }
}

@media (min-width: 375px) {
  .product-detail-tabs {
    margin-bottom: 0;
  }

  .product-detail-tab-navigation-list {
    border: 0;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 0;
  }
}

.product-detail-review-widget {
  top: 20px;
}

.product-detail-review-progressbar-container {
  height: 14px;
  margin-top: 4px;
}

.product-detail-review-progressbar-bar {
  background-color: #fedc70;
}

.product-detail-review-item {
  border-bottom: 1px solid #bcc1c7;
  margin-bottom: 10px;
}

.product-detail-review-item-date {
  color: #798490;
}

.product-detail-review-item-verify {
  text-align: right;
}

.product-detail-review-item-likebox {
  text-align: right;
}

.product-detail-review-form-star.is-active .icon {
  color: #fedc70;
}

.product-detail-review-form-star .icon:hover {
  cursor: pointer;
}

@media (min-width: 672px) {
  .product-detail-review-rating {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .product-detail-review-form-footer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .product-detail-review-form-footer .product-detail-review-form-actions {
    margin-left: auto;
  }
}

@media (max-width: 374.98px) {
  .product-detail-cross-selling .product-detail-tabs-content {
    display: block;
  }

  .product-detail-cross-selling .product-cross-selling-tab-navigation {
    display: none;
  }

  .product-detail-cross-selling .tab-pane {
    margin-top: 1.5rem;
    display: block;
    opacity: 1;
  }

  .product-detail-cross-selling .tab-pane .cms-element-title {
    display: block;
  }

  .product-detail-cross-selling .tab-pane .cms-element-title-paragraph {
    margin: 0;
  }
}

.product-detail-cross-selling .card {
  margin-top: 1.5rem;
}

.product-detail-cross-selling .cms-element-title {
  display: none;
}

.account-aside-header {
  background: none;
  color: #4a545b;
  font-weight: 700;
}

.account-aside-item {
  border: 0;
}

.account-aside-item.is-active {
  color: #008490;
  background: #fff;
  font-weight: 700;
}

.account-aside-item:hover {
  color: #008490;
  background: #fff;
}

.account-aside-footer {
  background: none;
  margin-top: 1px;
  border-top: 1px solid #bcc1c7;
}

.account-aside-btn {
  line-height: normal;
  padding: 3px 0;
}

.account-guest-abort {
  border-top: 0;
}

@media (min-width: 672px) {
  .register-submit {
    text-align: right;
  }
}

.address-action-set-default {
  padding-left: 0;
  text-align: left;
}

.account-profile-mail-label {
  font-weight: 700;
}

.account-profile-change {
  font-weight: 700;
  font-size: 0.75rem;
}

.order-item-status-badge {
  margin: 10px 0;
}

@media (max-width: 374.98px) {
  .order-item-status-badge {
    margin-top: 0;
  }
}

.order-table-header .row,
.order-table-header .account-content,
.order-table-header .is-act-cartpage .checkout .checkout-container,
.is-act-cartpage .checkout .order-table-header .checkout-container,
.order-table-header .is-act-checkoutregisterpage .checkout .checkout-container,
.is-act-checkoutregisterpage .checkout .order-table-header .checkout-container,
.order-table-header .is-act-confirmpage .checkout .checkout-container,
.is-act-confirmpage .checkout .order-table-header .checkout-container,
.order-table-header .is-ctl-accountorder .checkout .checkout-container,
.is-ctl-accountorder .checkout .order-table-header .checkout-container,
.order-table-header .is-act-finishpage .checkout .checkout-container,
.is-act-finishpage .checkout .order-table-header .checkout-container,
.order-item-header .row,
.order-item-header .account-content,
.order-item-header .is-act-cartpage .checkout .checkout-container,
.is-act-cartpage .checkout .order-item-header .checkout-container,
.order-item-header .is-act-checkoutregisterpage .checkout .checkout-container,
.is-act-checkoutregisterpage .checkout .order-item-header .checkout-container,
.order-item-header .is-act-confirmpage .checkout .checkout-container,
.is-act-confirmpage .checkout .order-item-header .checkout-container,
.order-item-header .is-ctl-accountorder .checkout .checkout-container,
.is-ctl-accountorder .checkout .order-item-header .checkout-container,
.order-item-header .is-act-finishpage .checkout .checkout-container,
.is-act-finishpage .checkout .order-item-header .checkout-container,
.order-detail-content-header .row,
.order-detail-content-header .account-content,
.order-detail-content-header .is-act-cartpage .checkout .checkout-container,
.is-act-cartpage .checkout .order-detail-content-header .checkout-container,
.order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container,
.is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container,
.order-detail-content-header .is-act-confirmpage .checkout .checkout-container,
.is-act-confirmpage .checkout .order-detail-content-header .checkout-container,
.order-detail-content-header .is-ctl-accountorder .checkout .checkout-container,
.is-ctl-accountorder .checkout .order-detail-content-header .checkout-container,
.order-detail-content-header .is-act-finishpage .checkout .checkout-container,
.is-act-finishpage .checkout .order-detail-content-header .checkout-container {
  margin-right: 0;
  margin-left: 0;
}

.order-table-header .row > .col,
.order-table-header .account-content > .col,
.order-table-header .is-act-confirmpage .checkout .account-content > .checkout-aside,
.is-act-confirmpage .checkout .order-table-header .account-content > .checkout-aside,
.order-table-header .is-ctl-accountorder .checkout .account-content > .checkout-aside,
.is-ctl-accountorder .checkout .order-table-header .account-content > .checkout-aside,
.order-table-header .is-act-finishpage .checkout .account-content > .checkout-aside,
.is-act-finishpage .checkout .order-table-header .account-content > .checkout-aside,
.order-table-header .is-act-cartpage .checkout .checkout-container > .col,
.order-table-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside,
.is-act-confirmpage .checkout .order-table-header .is-act-cartpage .checkout .checkout-container > .checkout-aside,
.order-table-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside,
.is-ctl-accountorder .checkout .order-table-header .is-act-cartpage .checkout .checkout-container > .checkout-aside,
.order-table-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside,
.is-act-finishpage .checkout .order-table-header .is-act-cartpage .checkout .checkout-container > .checkout-aside,
.is-act-cartpage .checkout .order-table-header .checkout-container > .col,
.order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .col,
.order-table-header
  .is-act-checkoutregisterpage
  .checkout
  .is-act-confirmpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-confirmpage
  .checkout
  .order-table-header
  .is-act-checkoutregisterpage
  .checkout
  .checkout-container
  > .checkout-aside,
.order-table-header
  .is-act-checkoutregisterpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .checkout-container
  > .checkout-aside,
.is-ctl-accountorder
  .checkout
  .order-table-header
  .is-act-checkoutregisterpage
  .checkout
  .checkout-container
  > .checkout-aside,
.order-table-header
  .is-act-checkoutregisterpage
  .checkout
  .is-act-finishpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-finishpage
  .checkout
  .order-table-header
  .is-act-checkoutregisterpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-checkoutregisterpage .checkout .order-table-header .checkout-container > .col,
.order-table-header .is-act-confirmpage .checkout .checkout-container > .col,
.order-table-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside,
.is-act-confirmpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside,
.order-table-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside,
.is-ctl-accountorder .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside,
.order-table-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside,
.is-act-finishpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside,
.is-act-confirmpage .checkout .order-table-header .checkout-container > .col,
.order-table-header .is-ctl-accountorder .checkout .checkout-container > .col,
.order-table-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside,
.is-act-confirmpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside,
.order-table-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside,
.is-ctl-accountorder .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside,
.order-table-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside,
.is-act-finishpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside,
.is-ctl-accountorder .checkout .order-table-header .checkout-container > .col,
.order-table-header .is-act-finishpage .checkout .checkout-container > .col,
.order-table-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside,
.is-act-confirmpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside,
.order-table-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside,
.is-ctl-accountorder .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside,
.order-table-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside,
.is-act-finishpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside,
.is-act-finishpage .checkout .order-table-header .checkout-container > .col,
.order-table-header .is-act-confirmpage .checkout .row > .checkout-aside,
.order-table-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside,
.is-act-cartpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside,
.order-table-header
  .is-act-confirmpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .order-table-header
  .is-act-confirmpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-confirmpage .checkout .order-table-header .row > .checkout-aside,
.order-table-header .is-ctl-accountorder .checkout .row > .checkout-aside,
.order-table-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside,
.is-act-cartpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside,
.order-table-header
  .is-ctl-accountorder
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .order-table-header
  .is-ctl-accountorder
  .checkout
  .checkout-container
  > .checkout-aside,
.is-ctl-accountorder .checkout .order-table-header .row > .checkout-aside,
.order-table-header .is-act-finishpage .checkout .row > .checkout-aside,
.order-table-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside,
.is-act-cartpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside,
.order-table-header
  .is-act-finishpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .order-table-header
  .is-act-finishpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-finishpage .checkout .order-table-header .row > .checkout-aside,
.order-table-header .row > [class*='col-'],
.order-table-header .account-content > [class*='col-'],
.order-table-header .is-act-cartpage .checkout .checkout-container > [class*='col-'],
.is-act-cartpage .checkout .order-table-header .checkout-container > [class*='col-'],
.order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*='col-'],
.is-act-checkoutregisterpage .checkout .order-table-header .checkout-container > [class*='col-'],
.order-table-header .is-act-confirmpage .checkout .checkout-container > [class*='col-'],
.is-act-confirmpage .checkout .order-table-header .checkout-container > [class*='col-'],
.order-table-header .is-ctl-accountorder .checkout .checkout-container > [class*='col-'],
.is-ctl-accountorder .checkout .order-table-header .checkout-container > [class*='col-'],
.order-table-header .is-act-finishpage .checkout .checkout-container > [class*='col-'],
.is-act-finishpage .checkout .order-table-header .checkout-container > [class*='col-'],
.order-item-header .row > .col,
.order-item-header .account-content > .col,
.order-item-header .is-act-confirmpage .checkout .account-content > .checkout-aside,
.is-act-confirmpage .checkout .order-item-header .account-content > .checkout-aside,
.order-item-header .is-ctl-accountorder .checkout .account-content > .checkout-aside,
.is-ctl-accountorder .checkout .order-item-header .account-content > .checkout-aside,
.order-item-header .is-act-finishpage .checkout .account-content > .checkout-aside,
.is-act-finishpage .checkout .order-item-header .account-content > .checkout-aside,
.order-item-header .is-act-cartpage .checkout .checkout-container > .col,
.order-item-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside,
.is-act-confirmpage .checkout .order-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside,
.order-item-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside,
.is-ctl-accountorder .checkout .order-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside,
.order-item-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside,
.is-act-finishpage .checkout .order-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside,
.is-act-cartpage .checkout .order-item-header .checkout-container > .col,
.order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .col,
.order-item-header
  .is-act-checkoutregisterpage
  .checkout
  .is-act-confirmpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-confirmpage
  .checkout
  .order-item-header
  .is-act-checkoutregisterpage
  .checkout
  .checkout-container
  > .checkout-aside,
.order-item-header
  .is-act-checkoutregisterpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .checkout-container
  > .checkout-aside,
.is-ctl-accountorder
  .checkout
  .order-item-header
  .is-act-checkoutregisterpage
  .checkout
  .checkout-container
  > .checkout-aside,
.order-item-header
  .is-act-checkoutregisterpage
  .checkout
  .is-act-finishpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-finishpage
  .checkout
  .order-item-header
  .is-act-checkoutregisterpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > .col,
.order-item-header .is-act-confirmpage .checkout .checkout-container > .col,
.order-item-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside,
.is-act-confirmpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside,
.order-item-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside,
.is-ctl-accountorder .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside,
.order-item-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside,
.is-act-finishpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside,
.is-act-confirmpage .checkout .order-item-header .checkout-container > .col,
.order-item-header .is-ctl-accountorder .checkout .checkout-container > .col,
.order-item-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside,
.is-act-confirmpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside,
.order-item-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside,
.is-ctl-accountorder .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside,
.order-item-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside,
.is-act-finishpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside,
.is-ctl-accountorder .checkout .order-item-header .checkout-container > .col,
.order-item-header .is-act-finishpage .checkout .checkout-container > .col,
.order-item-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside,
.is-act-confirmpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside,
.order-item-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside,
.is-ctl-accountorder .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside,
.order-item-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside,
.is-act-finishpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside,
.is-act-finishpage .checkout .order-item-header .checkout-container > .col,
.order-item-header .is-act-confirmpage .checkout .row > .checkout-aside,
.order-item-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside,
.is-act-cartpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside,
.order-item-header
  .is-act-confirmpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .order-item-header
  .is-act-confirmpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-confirmpage .checkout .order-item-header .row > .checkout-aside,
.order-item-header .is-ctl-accountorder .checkout .row > .checkout-aside,
.order-item-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside,
.is-act-cartpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside,
.order-item-header
  .is-ctl-accountorder
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .order-item-header
  .is-ctl-accountorder
  .checkout
  .checkout-container
  > .checkout-aside,
.is-ctl-accountorder .checkout .order-item-header .row > .checkout-aside,
.order-item-header .is-act-finishpage .checkout .row > .checkout-aside,
.order-item-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside,
.is-act-cartpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside,
.order-item-header
  .is-act-finishpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .order-item-header
  .is-act-finishpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-finishpage .checkout .order-item-header .row > .checkout-aside,
.order-item-header .row > [class*='col-'],
.order-item-header .account-content > [class*='col-'],
.order-item-header .is-act-cartpage .checkout .checkout-container > [class*='col-'],
.is-act-cartpage .checkout .order-item-header .checkout-container > [class*='col-'],
.order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*='col-'],
.is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > [class*='col-'],
.order-item-header .is-act-confirmpage .checkout .checkout-container > [class*='col-'],
.is-act-confirmpage .checkout .order-item-header .checkout-container > [class*='col-'],
.order-item-header .is-ctl-accountorder .checkout .checkout-container > [class*='col-'],
.is-ctl-accountorder .checkout .order-item-header .checkout-container > [class*='col-'],
.order-item-header .is-act-finishpage .checkout .checkout-container > [class*='col-'],
.is-act-finishpage .checkout .order-item-header .checkout-container > [class*='col-'],
.order-detail-content-header .row > .col,
.order-detail-content-header .account-content > .col,
.order-detail-content-header .is-act-confirmpage .checkout .account-content > .checkout-aside,
.is-act-confirmpage .checkout .order-detail-content-header .account-content > .checkout-aside,
.order-detail-content-header .is-ctl-accountorder .checkout .account-content > .checkout-aside,
.is-ctl-accountorder .checkout .order-detail-content-header .account-content > .checkout-aside,
.order-detail-content-header .is-act-finishpage .checkout .account-content > .checkout-aside,
.is-act-finishpage .checkout .order-detail-content-header .account-content > .checkout-aside,
.order-detail-content-header .is-act-cartpage .checkout .checkout-container > .col,
.order-detail-content-header
  .is-act-cartpage
  .checkout
  .is-act-confirmpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-confirmpage
  .checkout
  .order-detail-content-header
  .is-act-cartpage
  .checkout
  .checkout-container
  > .checkout-aside,
.order-detail-content-header
  .is-act-cartpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .checkout-container
  > .checkout-aside,
.is-ctl-accountorder
  .checkout
  .order-detail-content-header
  .is-act-cartpage
  .checkout
  .checkout-container
  > .checkout-aside,
.order-detail-content-header
  .is-act-cartpage
  .checkout
  .is-act-finishpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-finishpage
  .checkout
  .order-detail-content-header
  .is-act-cartpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-cartpage .checkout .order-detail-content-header .checkout-container > .col,
.order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .col,
.order-detail-content-header
  .is-act-checkoutregisterpage
  .checkout
  .is-act-confirmpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-confirmpage
  .checkout
  .order-detail-content-header
  .is-act-checkoutregisterpage
  .checkout
  .checkout-container
  > .checkout-aside,
.order-detail-content-header
  .is-act-checkoutregisterpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .checkout-container
  > .checkout-aside,
.is-ctl-accountorder
  .checkout
  .order-detail-content-header
  .is-act-checkoutregisterpage
  .checkout
  .checkout-container
  > .checkout-aside,
.order-detail-content-header
  .is-act-checkoutregisterpage
  .checkout
  .is-act-finishpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-finishpage
  .checkout
  .order-detail-content-header
  .is-act-checkoutregisterpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container > .col,
.order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .col,
.order-detail-content-header
  .is-act-confirmpage
  .checkout
  .is-act-confirmpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-confirmpage
  .checkout
  .order-detail-content-header
  .is-act-confirmpage
  .checkout
  .checkout-container
  > .checkout-aside,
.order-detail-content-header
  .is-act-confirmpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .checkout-container
  > .checkout-aside,
.is-ctl-accountorder
  .checkout
  .order-detail-content-header
  .is-act-confirmpage
  .checkout
  .checkout-container
  > .checkout-aside,
.order-detail-content-header
  .is-act-confirmpage
  .checkout
  .is-act-finishpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-finishpage
  .checkout
  .order-detail-content-header
  .is-act-confirmpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-confirmpage .checkout .order-detail-content-header .checkout-container > .col,
.order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .col,
.order-detail-content-header
  .is-ctl-accountorder
  .checkout
  .is-act-confirmpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-confirmpage
  .checkout
  .order-detail-content-header
  .is-ctl-accountorder
  .checkout
  .checkout-container
  > .checkout-aside,
.order-detail-content-header
  .is-ctl-accountorder
  .checkout
  .is-ctl-accountorder
  .checkout
  .checkout-container
  > .checkout-aside,
.is-ctl-accountorder
  .checkout
  .order-detail-content-header
  .is-ctl-accountorder
  .checkout
  .checkout-container
  > .checkout-aside,
.order-detail-content-header
  .is-ctl-accountorder
  .checkout
  .is-act-finishpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-finishpage
  .checkout
  .order-detail-content-header
  .is-ctl-accountorder
  .checkout
  .checkout-container
  > .checkout-aside,
.is-ctl-accountorder .checkout .order-detail-content-header .checkout-container > .col,
.order-detail-content-header .is-act-finishpage .checkout .checkout-container > .col,
.order-detail-content-header
  .is-act-finishpage
  .checkout
  .is-act-confirmpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-confirmpage
  .checkout
  .order-detail-content-header
  .is-act-finishpage
  .checkout
  .checkout-container
  > .checkout-aside,
.order-detail-content-header
  .is-act-finishpage
  .checkout
  .is-ctl-accountorder
  .checkout
  .checkout-container
  > .checkout-aside,
.is-ctl-accountorder
  .checkout
  .order-detail-content-header
  .is-act-finishpage
  .checkout
  .checkout-container
  > .checkout-aside,
.order-detail-content-header
  .is-act-finishpage
  .checkout
  .is-act-finishpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-finishpage
  .checkout
  .order-detail-content-header
  .is-act-finishpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-finishpage .checkout .order-detail-content-header .checkout-container > .col,
.order-detail-content-header .is-act-confirmpage .checkout .row > .checkout-aside,
.order-detail-content-header
  .is-act-confirmpage
  .checkout
  .is-act-cartpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-cartpage
  .checkout
  .order-detail-content-header
  .is-act-confirmpage
  .checkout
  .checkout-container
  > .checkout-aside,
.order-detail-content-header
  .is-act-confirmpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .order-detail-content-header
  .is-act-confirmpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-confirmpage .checkout .order-detail-content-header .row > .checkout-aside,
.order-detail-content-header .is-ctl-accountorder .checkout .row > .checkout-aside,
.order-detail-content-header
  .is-ctl-accountorder
  .checkout
  .is-act-cartpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-cartpage
  .checkout
  .order-detail-content-header
  .is-ctl-accountorder
  .checkout
  .checkout-container
  > .checkout-aside,
.order-detail-content-header
  .is-ctl-accountorder
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .order-detail-content-header
  .is-ctl-accountorder
  .checkout
  .checkout-container
  > .checkout-aside,
.is-ctl-accountorder .checkout .order-detail-content-header .row > .checkout-aside,
.order-detail-content-header .is-act-finishpage .checkout .row > .checkout-aside,
.order-detail-content-header
  .is-act-finishpage
  .checkout
  .is-act-cartpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-cartpage
  .checkout
  .order-detail-content-header
  .is-act-finishpage
  .checkout
  .checkout-container
  > .checkout-aside,
.order-detail-content-header
  .is-act-finishpage
  .checkout
  .is-act-checkoutregisterpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-checkoutregisterpage
  .checkout
  .order-detail-content-header
  .is-act-finishpage
  .checkout
  .checkout-container
  > .checkout-aside,
.is-act-finishpage .checkout .order-detail-content-header .row > .checkout-aside,
.order-detail-content-header .row > [class*='col-'],
.order-detail-content-header .account-content > [class*='col-'],
.order-detail-content-header .is-act-cartpage .checkout .checkout-container > [class*='col-'],
.is-act-cartpage .checkout .order-detail-content-header .checkout-container > [class*='col-'],
.order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*='col-'],
.is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container > [class*='col-'],
.order-detail-content-header .is-act-confirmpage .checkout .checkout-container > [class*='col-'],
.is-act-confirmpage .checkout .order-detail-content-header .checkout-container > [class*='col-'],
.order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > [class*='col-'],
.is-ctl-accountorder .checkout .order-detail-content-header .checkout-container > [class*='col-'],
.order-detail-content-header .is-act-finishpage .checkout .checkout-container > [class*='col-'],
.is-act-finishpage .checkout .order-detail-content-header .checkout-container > [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 374.98px) {
  .order-table-header .row > .col,
  .order-table-header .account-content > .col,
  .order-table-header .is-act-confirmpage .checkout .account-content > .checkout-aside,
  .is-act-confirmpage .checkout .order-table-header .account-content > .checkout-aside,
  .order-table-header .is-ctl-accountorder .checkout .account-content > .checkout-aside,
  .is-ctl-accountorder .checkout .order-table-header .account-content > .checkout-aside,
  .order-table-header .is-act-finishpage .checkout .account-content > .checkout-aside,
  .is-act-finishpage .checkout .order-table-header .account-content > .checkout-aside,
  .order-table-header .is-act-cartpage .checkout .checkout-container > .col,
  .order-table-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside,
  .is-act-confirmpage .checkout .order-table-header .is-act-cartpage .checkout .checkout-container > .checkout-aside,
  .order-table-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside,
  .is-ctl-accountorder .checkout .order-table-header .is-act-cartpage .checkout .checkout-container > .checkout-aside,
  .order-table-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside,
  .is-act-finishpage .checkout .order-table-header .is-act-cartpage .checkout .checkout-container > .checkout-aside,
  .is-act-cartpage .checkout .order-table-header .checkout-container > .col,
  .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > .col,
  .order-table-header
    .is-act-checkoutregisterpage
    .checkout
    .is-act-confirmpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-confirmpage
    .checkout
    .order-table-header
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .order-table-header
    .is-act-checkoutregisterpage
    .checkout
    .is-ctl-accountorder
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-ctl-accountorder
    .checkout
    .order-table-header
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .order-table-header
    .is-act-checkoutregisterpage
    .checkout
    .is-act-finishpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-finishpage
    .checkout
    .order-table-header
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-checkoutregisterpage .checkout .order-table-header .checkout-container > .col,
  .order-table-header .is-act-confirmpage .checkout .checkout-container > .col,
  .order-table-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside,
  .is-act-confirmpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside,
  .order-table-header
    .is-act-confirmpage
    .checkout
    .is-ctl-accountorder
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-ctl-accountorder
    .checkout
    .order-table-header
    .is-act-confirmpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .order-table-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside,
  .is-act-finishpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside,
  .is-act-confirmpage .checkout .order-table-header .checkout-container > .col,
  .order-table-header .is-ctl-accountorder .checkout .checkout-container > .col,
  .order-table-header
    .is-ctl-accountorder
    .checkout
    .is-act-confirmpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-confirmpage
    .checkout
    .order-table-header
    .is-ctl-accountorder
    .checkout
    .checkout-container
    > .checkout-aside,
  .order-table-header
    .is-ctl-accountorder
    .checkout
    .is-ctl-accountorder
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-ctl-accountorder
    .checkout
    .order-table-header
    .is-ctl-accountorder
    .checkout
    .checkout-container
    > .checkout-aside,
  .order-table-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside,
  .is-act-finishpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside,
  .is-ctl-accountorder .checkout .order-table-header .checkout-container > .col,
  .order-table-header .is-act-finishpage .checkout .checkout-container > .col,
  .order-table-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside,
  .is-act-confirmpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside,
  .order-table-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside,
  .is-ctl-accountorder .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside,
  .order-table-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside,
  .is-act-finishpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside,
  .is-act-finishpage .checkout .order-table-header .checkout-container > .col,
  .order-table-header .is-act-confirmpage .checkout .row > .checkout-aside,
  .order-table-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside,
  .is-act-cartpage .checkout .order-table-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside,
  .order-table-header
    .is-act-confirmpage
    .checkout
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-checkoutregisterpage
    .checkout
    .order-table-header
    .is-act-confirmpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-confirmpage .checkout .order-table-header .row > .checkout-aside,
  .order-table-header .is-ctl-accountorder .checkout .row > .checkout-aside,
  .order-table-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside,
  .is-act-cartpage .checkout .order-table-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside,
  .order-table-header
    .is-ctl-accountorder
    .checkout
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-checkoutregisterpage
    .checkout
    .order-table-header
    .is-ctl-accountorder
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-ctl-accountorder .checkout .order-table-header .row > .checkout-aside,
  .order-table-header .is-act-finishpage .checkout .row > .checkout-aside,
  .order-table-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside,
  .is-act-cartpage .checkout .order-table-header .is-act-finishpage .checkout .checkout-container > .checkout-aside,
  .order-table-header
    .is-act-finishpage
    .checkout
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-checkoutregisterpage
    .checkout
    .order-table-header
    .is-act-finishpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-finishpage .checkout .order-table-header .row > .checkout-aside,
  .order-table-header .row > [class*='col-'],
  .order-table-header .account-content > [class*='col-'],
  .order-table-header .is-act-cartpage .checkout .checkout-container > [class*='col-'],
  .is-act-cartpage .checkout .order-table-header .checkout-container > [class*='col-'],
  .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*='col-'],
  .is-act-checkoutregisterpage .checkout .order-table-header .checkout-container > [class*='col-'],
  .order-table-header .is-act-confirmpage .checkout .checkout-container > [class*='col-'],
  .is-act-confirmpage .checkout .order-table-header .checkout-container > [class*='col-'],
  .order-table-header .is-ctl-accountorder .checkout .checkout-container > [class*='col-'],
  .is-ctl-accountorder .checkout .order-table-header .checkout-container > [class*='col-'],
  .order-table-header .is-act-finishpage .checkout .checkout-container > [class*='col-'],
  .is-act-finishpage .checkout .order-table-header .checkout-container > [class*='col-'],
  .order-item-header .row > .col,
  .order-item-header .account-content > .col,
  .order-item-header .is-act-confirmpage .checkout .account-content > .checkout-aside,
  .is-act-confirmpage .checkout .order-item-header .account-content > .checkout-aside,
  .order-item-header .is-ctl-accountorder .checkout .account-content > .checkout-aside,
  .is-ctl-accountorder .checkout .order-item-header .account-content > .checkout-aside,
  .order-item-header .is-act-finishpage .checkout .account-content > .checkout-aside,
  .is-act-finishpage .checkout .order-item-header .account-content > .checkout-aside,
  .order-item-header .is-act-cartpage .checkout .checkout-container > .col,
  .order-item-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside,
  .is-act-confirmpage .checkout .order-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside,
  .order-item-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside,
  .is-ctl-accountorder .checkout .order-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside,
  .order-item-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside,
  .is-act-finishpage .checkout .order-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside,
  .is-act-cartpage .checkout .order-item-header .checkout-container > .col,
  .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .col,
  .order-item-header
    .is-act-checkoutregisterpage
    .checkout
    .is-act-confirmpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-confirmpage
    .checkout
    .order-item-header
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .order-item-header
    .is-act-checkoutregisterpage
    .checkout
    .is-ctl-accountorder
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-ctl-accountorder
    .checkout
    .order-item-header
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .order-item-header
    .is-act-checkoutregisterpage
    .checkout
    .is-act-finishpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-finishpage
    .checkout
    .order-item-header
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > .col,
  .order-item-header .is-act-confirmpage .checkout .checkout-container > .col,
  .order-item-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside,
  .is-act-confirmpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside,
  .order-item-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside,
  .is-ctl-accountorder .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside,
  .order-item-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside,
  .is-act-finishpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside,
  .is-act-confirmpage .checkout .order-item-header .checkout-container > .col,
  .order-item-header .is-ctl-accountorder .checkout .checkout-container > .col,
  .order-item-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside,
  .is-act-confirmpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside,
  .order-item-header
    .is-ctl-accountorder
    .checkout
    .is-ctl-accountorder
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-ctl-accountorder
    .checkout
    .order-item-header
    .is-ctl-accountorder
    .checkout
    .checkout-container
    > .checkout-aside,
  .order-item-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside,
  .is-act-finishpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside,
  .is-ctl-accountorder .checkout .order-item-header .checkout-container > .col,
  .order-item-header .is-act-finishpage .checkout .checkout-container > .col,
  .order-item-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside,
  .is-act-confirmpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside,
  .order-item-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside,
  .is-ctl-accountorder .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside,
  .order-item-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside,
  .is-act-finishpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside,
  .is-act-finishpage .checkout .order-item-header .checkout-container > .col,
  .order-item-header .is-act-confirmpage .checkout .row > .checkout-aside,
  .order-item-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside,
  .is-act-cartpage .checkout .order-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside,
  .order-item-header
    .is-act-confirmpage
    .checkout
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-checkoutregisterpage
    .checkout
    .order-item-header
    .is-act-confirmpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-confirmpage .checkout .order-item-header .row > .checkout-aside,
  .order-item-header .is-ctl-accountorder .checkout .row > .checkout-aside,
  .order-item-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside,
  .is-act-cartpage .checkout .order-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside,
  .order-item-header
    .is-ctl-accountorder
    .checkout
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-checkoutregisterpage
    .checkout
    .order-item-header
    .is-ctl-accountorder
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-ctl-accountorder .checkout .order-item-header .row > .checkout-aside,
  .order-item-header .is-act-finishpage .checkout .row > .checkout-aside,
  .order-item-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside,
  .is-act-cartpage .checkout .order-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside,
  .order-item-header
    .is-act-finishpage
    .checkout
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-checkoutregisterpage
    .checkout
    .order-item-header
    .is-act-finishpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-finishpage .checkout .order-item-header .row > .checkout-aside,
  .order-item-header .row > [class*='col-'],
  .order-item-header .account-content > [class*='col-'],
  .order-item-header .is-act-cartpage .checkout .checkout-container > [class*='col-'],
  .is-act-cartpage .checkout .order-item-header .checkout-container > [class*='col-'],
  .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*='col-'],
  .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > [class*='col-'],
  .order-item-header .is-act-confirmpage .checkout .checkout-container > [class*='col-'],
  .is-act-confirmpage .checkout .order-item-header .checkout-container > [class*='col-'],
  .order-item-header .is-ctl-accountorder .checkout .checkout-container > [class*='col-'],
  .is-ctl-accountorder .checkout .order-item-header .checkout-container > [class*='col-'],
  .order-item-header .is-act-finishpage .checkout .checkout-container > [class*='col-'],
  .is-act-finishpage .checkout .order-item-header .checkout-container > [class*='col-'],
  .order-detail-content-header .row > .col,
  .order-detail-content-header .account-content > .col,
  .order-detail-content-header .is-act-confirmpage .checkout .account-content > .checkout-aside,
  .is-act-confirmpage .checkout .order-detail-content-header .account-content > .checkout-aside,
  .order-detail-content-header .is-ctl-accountorder .checkout .account-content > .checkout-aside,
  .is-ctl-accountorder .checkout .order-detail-content-header .account-content > .checkout-aside,
  .order-detail-content-header .is-act-finishpage .checkout .account-content > .checkout-aside,
  .is-act-finishpage .checkout .order-detail-content-header .account-content > .checkout-aside,
  .order-detail-content-header .is-act-cartpage .checkout .checkout-container > .col,
  .order-detail-content-header
    .is-act-cartpage
    .checkout
    .is-act-confirmpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-confirmpage
    .checkout
    .order-detail-content-header
    .is-act-cartpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .order-detail-content-header
    .is-act-cartpage
    .checkout
    .is-ctl-accountorder
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-ctl-accountorder
    .checkout
    .order-detail-content-header
    .is-act-cartpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .order-detail-content-header
    .is-act-cartpage
    .checkout
    .is-act-finishpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-finishpage
    .checkout
    .order-detail-content-header
    .is-act-cartpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-cartpage .checkout .order-detail-content-header .checkout-container > .col,
  .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .col,
  .order-detail-content-header
    .is-act-checkoutregisterpage
    .checkout
    .is-act-confirmpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-confirmpage
    .checkout
    .order-detail-content-header
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .order-detail-content-header
    .is-act-checkoutregisterpage
    .checkout
    .is-ctl-accountorder
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-ctl-accountorder
    .checkout
    .order-detail-content-header
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .order-detail-content-header
    .is-act-checkoutregisterpage
    .checkout
    .is-act-finishpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-finishpage
    .checkout
    .order-detail-content-header
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container > .col,
  .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > .col,
  .order-detail-content-header
    .is-act-confirmpage
    .checkout
    .is-act-confirmpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-confirmpage
    .checkout
    .order-detail-content-header
    .is-act-confirmpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .order-detail-content-header
    .is-act-confirmpage
    .checkout
    .is-ctl-accountorder
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-ctl-accountorder
    .checkout
    .order-detail-content-header
    .is-act-confirmpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .order-detail-content-header
    .is-act-confirmpage
    .checkout
    .is-act-finishpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-finishpage
    .checkout
    .order-detail-content-header
    .is-act-confirmpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-confirmpage .checkout .order-detail-content-header .checkout-container > .col,
  .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .col,
  .order-detail-content-header
    .is-ctl-accountorder
    .checkout
    .is-act-confirmpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-confirmpage
    .checkout
    .order-detail-content-header
    .is-ctl-accountorder
    .checkout
    .checkout-container
    > .checkout-aside,
  .order-detail-content-header
    .is-ctl-accountorder
    .checkout
    .is-ctl-accountorder
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-ctl-accountorder
    .checkout
    .order-detail-content-header
    .is-ctl-accountorder
    .checkout
    .checkout-container
    > .checkout-aside,
  .order-detail-content-header
    .is-ctl-accountorder
    .checkout
    .is-act-finishpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-finishpage
    .checkout
    .order-detail-content-header
    .is-ctl-accountorder
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-ctl-accountorder .checkout .order-detail-content-header .checkout-container > .col,
  .order-detail-content-header .is-act-finishpage .checkout .checkout-container > .col,
  .order-detail-content-header
    .is-act-finishpage
    .checkout
    .is-act-confirmpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-confirmpage
    .checkout
    .order-detail-content-header
    .is-act-finishpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .order-detail-content-header
    .is-act-finishpage
    .checkout
    .is-ctl-accountorder
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-ctl-accountorder
    .checkout
    .order-detail-content-header
    .is-act-finishpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .order-detail-content-header
    .is-act-finishpage
    .checkout
    .is-act-finishpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-finishpage
    .checkout
    .order-detail-content-header
    .is-act-finishpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-finishpage .checkout .order-detail-content-header .checkout-container > .col,
  .order-detail-content-header .is-act-confirmpage .checkout .row > .checkout-aside,
  .order-detail-content-header
    .is-act-confirmpage
    .checkout
    .is-act-cartpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-cartpage
    .checkout
    .order-detail-content-header
    .is-act-confirmpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .order-detail-content-header
    .is-act-confirmpage
    .checkout
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-checkoutregisterpage
    .checkout
    .order-detail-content-header
    .is-act-confirmpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-confirmpage .checkout .order-detail-content-header .row > .checkout-aside,
  .order-detail-content-header .is-ctl-accountorder .checkout .row > .checkout-aside,
  .order-detail-content-header
    .is-ctl-accountorder
    .checkout
    .is-act-cartpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-cartpage
    .checkout
    .order-detail-content-header
    .is-ctl-accountorder
    .checkout
    .checkout-container
    > .checkout-aside,
  .order-detail-content-header
    .is-ctl-accountorder
    .checkout
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-checkoutregisterpage
    .checkout
    .order-detail-content-header
    .is-ctl-accountorder
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-ctl-accountorder .checkout .order-detail-content-header .row > .checkout-aside,
  .order-detail-content-header .is-act-finishpage .checkout .row > .checkout-aside,
  .order-detail-content-header
    .is-act-finishpage
    .checkout
    .is-act-cartpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-cartpage
    .checkout
    .order-detail-content-header
    .is-act-finishpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .order-detail-content-header
    .is-act-finishpage
    .checkout
    .is-act-checkoutregisterpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-checkoutregisterpage
    .checkout
    .order-detail-content-header
    .is-act-finishpage
    .checkout
    .checkout-container
    > .checkout-aside,
  .is-act-finishpage .checkout .order-detail-content-header .row > .checkout-aside,
  .order-detail-content-header .row > [class*='col-'],
  .order-detail-content-header .account-content > [class*='col-'],
  .order-detail-content-header .is-act-cartpage .checkout .checkout-container > [class*='col-'],
  .is-act-cartpage .checkout .order-detail-content-header .checkout-container > [class*='col-'],
  .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*='col-'],
  .is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container > [class*='col-'],
  .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > [class*='col-'],
  .is-act-confirmpage .checkout .order-detail-content-header .checkout-container > [class*='col-'],
  .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > [class*='col-'],
  .is-ctl-accountorder .checkout .order-detail-content-header .checkout-container > [class*='col-'],
  .order-detail-content-header .is-act-finishpage .checkout .checkout-container > [class*='col-'],
  .is-act-finishpage .checkout .order-detail-content-header .checkout-container > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
  }
}

.order-table-header {
  font-weight: 700;
}

.order-item-header .row > .order-table-header-heading,
.order-item-header .account-content > .order-table-header-heading,
.order-item-header .is-act-cartpage .checkout .checkout-container > .order-table-header-heading,
.is-act-cartpage .checkout .order-item-header .checkout-container > .order-table-header-heading,
.order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-header-heading,
.is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > .order-table-header-heading,
.order-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-header-heading,
.is-act-confirmpage .checkout .order-item-header .checkout-container > .order-table-header-heading,
.order-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-header-heading,
.is-ctl-accountorder .checkout .order-item-header .checkout-container > .order-table-header-heading,
.order-item-header .is-act-finishpage .checkout .checkout-container > .order-table-header-heading,
.is-act-finishpage .checkout .order-item-header .checkout-container > .order-table-header-heading,
.order-item-header .row > .order-table-header-order-number,
.order-item-header .account-content > .order-table-header-order-number,
.order-item-header .is-act-cartpage .checkout .checkout-container > .order-table-header-order-number,
.is-act-cartpage .checkout .order-item-header .checkout-container > .order-table-header-order-number,
.order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-header-order-number,
.is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > .order-table-header-order-number,
.order-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-header-order-number,
.is-act-confirmpage .checkout .order-item-header .checkout-container > .order-table-header-order-number,
.order-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-header-order-number,
.is-ctl-accountorder .checkout .order-item-header .checkout-container > .order-table-header-order-number,
.order-item-header .is-act-finishpage .checkout .checkout-container > .order-table-header-order-number,
.is-act-finishpage .checkout .order-item-header .checkout-container > .order-table-header-order-number {
  padding-right: 0;
  padding-left: 0;
}

.order-item-name {
  color: #4a545b;
}

.order-detail-content-header {
  margin-top: 1rem;
  font-weight: 700;
}

.order-detail-content-header .order-detail-content-header-cell[class*='col-']:first-of-type {
  padding-left: 0;
}

.order-detail-content-header .order-detail-content-header-cell[class*='col-']:last-of-type {
  padding-right: 0;
}

.order-item-product-name {
  color: #4a545b;
}

.order-item-product-name:hover {
  color: #008490;
  text-decoration: none;
}

.order-item-product-name strong {
  font-weight: 700;
}

@media (min-width: 672px) {
  .order-item-product-image .product-image-link {
    -ms-flex-pack: normal;
    justify-content: normal;
  }

  .order-item-product-image img {
    max-width: 100px;
  }
}

.order-item-number-value {
  font-weight: 700;
}

.order-pseudo-price-value {
  text-decoration: line-through;
}

.order-item-detail-list-item {
  margin: 0;
}

.order-item-detail-list-item.is-child {
  background-color: #f9f9f9;
}

.order-item-nested-icon {
  background-color: #798490;
}

.order-item-detail-footer {
  background-color: #f9f9f9;
}

.order-item-detail-summary dd {
  font-weight: 700;
}

.order-price-unit {
  font-size: 0.75rem;
}

.order-item-variants {
  font-size: 0.75rem;
}

.order-item-variants-properties-name {
  font-weight: 700;
}

.checkout-aside-summary {
  background-color: #f9f9f9;
}

.checkout-aside-summary,
.checkout-aside-products {
  padding: 1rem;
}

@media (max-width: 479.98px) {
  .cart-table {
    border: 0;
  }

  .cart-table-body {
    padding: 0;
  }
}

.cart-item {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #bcc1c7;
}

.cart-item.is-child {
  background-color: #f9f9f9;
}

.cart-item-nested-icon {
  background-color: #798490;
}

.cart-item-img {
  padding: 0.25rem;
  border: 1px solid #bcc1c7;
  border-radius: 3px;
}

.cart-item-ordernumber {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
}

.cart-item-variants {
  font-size: 0.75rem;
}

.cart-item-variants-properties-name {
  font-weight: 700;
}

.cart-item-label {
  color: #4a545b;
  font-weight: 700;
}

a.cart-item-label:hover {
  color: #008490;
  text-decoration: none;
}

.cart-item-quantity-label,
.cart-item-unit-price-label,
.cart-item-total-price-label,
.cart-item-tax-price-label {
  color: #4a545b;
}

@media (min-width: 672px) {
  .cart-item {
    padding: 10px 0;
  }

  .cart-item-details-container {
    padding-left: 1rem;
  }
}

.cart-item-characteristics {
  margin: 0.5rem 0;
  font-size: 0.75rem;
}

.cart-item-characteristics .cart-item-characteristics-option {
  font-weight: 700;
}

.contact-action {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.newsletter-action {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.payone-payment .card {
  margin-bottom: 1.5rem;
}

apple-pay-button {
  --apple-pay-button-width: 100%;
  --apple-pay-button-height: 45px;
  --apple-pay-button-border-radius: 3px;
  --apple-pay-button-padding: 0px 0px;
  --apple-pay-button-box-sizing: border-box;
  display: block;
}

.payone-payment.credit-card .alert {
  margin: 0;
  padding: 5px;
}

.payone-payment.credit-card .hide {
  display: none;
}

.payone-payment.credit-card .form-control.iframe {
  padding: 0;
  border: 0.0625rem solid #d1d9e0;
  border-radius: 3px;
  height: calc(5em - 1.9rem);
}

.payone-payment.credit-card .card-logo-container {
  padding-left: 10px;
}

.payone-payment.credit-card #card-logo {
  display: block;
  height: calc(4em - 1rem);
  border: 1px solid transparent;
  margin: 0 auto;
}

.payone-debit-mandate-modal .modal-body {
  padding: 0;
}

.payone-payment.payolution-invoicing .consent-label a {
  color: red;
}

.payone-payment.payolution-installment .consent-label a {
  color: red;
}

.payone-payment.payolution-installment .hidden {
  opacity: 0;
}

.payone-payment.payolution-installment .headline {
  color: #3f4c58;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.payone-payment.payolution-installment .creditInformationButton {
  margin-top: 1.25rem;
}

.payone-payment.payolution-installment .installmentOverview {
  margin-bottom: 1.25rem;
}

.payone-payment.payolution-installment .table th,
.payone-payment.payolution-installment .table td {
  padding: 0;
}

.payone-payment.payolution-installment .installment {
  font-size: 0.8rem;
}

.payone-payment.ratepay-installment .show-calculation-btn .show-calculation {
  display: none;
}

.payone-payment.ratepay-installment .show-calculation-btn .hide-calculation {
  display: block;
}

.payone-payment.ratepay-installment .show-calculation-btn.collapsed .show-calculation {
  display: block;
}

.payone-payment.ratepay-installment .show-calculation-btn.collapsed .hide-calculation {
  display: none;
}

.payone-payment.ratepay-installment .payone-ratepay-installment-iban-toggle .payone-ratepay-collapsed-text {
  display: none;
}

.payone-payment.ratepay-installment .payone-ratepay-installment-iban-toggle .payone-ratepay-open-text {
  display: block;
}

.payone-payment.ratepay-installment .payone-ratepay-installment-iban-toggle.collapsed .payone-ratepay-collapsed-text {
  display: block;
}

.payone-payment.ratepay-installment .payone-ratepay-installment-iban-toggle.collapsed .payone-ratepay-open-text {
  display: none;
}

.payone-payment.ratepay-installment .ratepay-installment-installment-calculation table tr td:last-child {
  text-align: right;
}

.payone-payment--klarna {
  margin-bottom: 1rem;
}

.payone-payment--klarna iframe {
  max-width: none !important;
}

.payone-payment.secured-installment .payone-secured-installment-option-information {
  display: none;
}

.payone-payment.secured-installment
  .payone-secured-installment-option-input:checked
  ~ .payone-secured-installment-option-information {
  display: block;
}

.cms-element-custom-form .not-resizable textarea {
  resize: none;
}

.swag-cms-extensions-quickview-modal {
  padding-right: 0;
}

.swag-cms-extensions-quickview-modal .swag-cms-extensions-quickview-close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1051;
}

.swag-cms-extensions-quickview-modal .swag-cms-extensions-quickview-close-button button.close {
  font-size: 2rem;
  font-weight: 300;
}

.swag-cms-extensions-quickview-modal .modal-content {
  margin: 0 1.8rem;
  border-radius: 3px;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: none;
}

.swag-cms-extensions-quickview-modal .modal-content .quickview-loading-indicator .loader {
  margin: 3rem;
}

.swag-cms-extensions-quickview-modal .modal-body {
  padding: unset;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.swag-cms-extensions-quickview-modal .quickview-loading-indicator {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.swag-cms-extensions-quickview-container {
  padding: 1rem;
  overflow: hidden;
  overflow-y: auto;
  max-height: 95vh;
}

.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-header-headline {
  padding-right: 3rem;
}

.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-manufacturer-logo {
  display: none;
}

.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-manufacturer-name {
  display: block;
}

.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-content {
  margin-top: 1.5rem;
}

.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-content--buy-quantity {
  margin-bottom: 0.5rem;
}

.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-product-buy-form {
  padding: 0;
  margin: 0;
}

.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-product-buy-form form {
  margin-bottom: 0.75rem;
}

.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-product-buy-container {
  margin-left: 0;
  margin-right: 0;
}

#swag-cms-extensions-quickview-carousel .carousel-control-prev,
#swag-cms-extensions-quickview-carousel .carousel-control-next {
  position: fixed;
  opacity: 1;
  background: #fff;
  width: 1.8rem;
  height: 80%;
  top: 10%;
  right: 0;
  border-radius: 3px;
}

#swag-cms-extensions-quickview-carousel .carousel-control-prev .icon,
#swag-cms-extensions-quickview-carousel .carousel-control-next .icon {
  width: 29.3333333333px;
  height: 29.3333333333px;
}

#swag-cms-extensions-quickview-carousel .carousel-control-prev .icon-white,
#swag-cms-extensions-quickview-carousel .carousel-control-next .icon-white {
  color: #798490;
}

@media (min-width: 1296px) {
  #swag-cms-extensions-quickview-carousel .carousel-control-prev,
  #swag-cms-extensions-quickview-carousel .carousel-control-next {
    background: none;
    width: 5rem;
  }

  #swag-cms-extensions-quickview-carousel .carousel-control-prev .icon,
  #swag-cms-extensions-quickview-carousel .carousel-control-next .icon {
    width: 5rem;
    height: 5rem;
  }

  #swag-cms-extensions-quickview-carousel .carousel-control-prev .icon-white,
  #swag-cms-extensions-quickview-carousel .carousel-control-next .icon-white {
    color: #f9f9f9;
  }

  #swag-cms-extensions-quickview-carousel .carousel-control-prev {
    left: calc(32vw - 25rem);
  }

  #swag-cms-extensions-quickview-carousel .carousel-control-next {
    right: calc(32vw - 25rem);
  }
}

@media (min-width: 992px) {
  #swag-cms-extensions-quickview-carousel .carousel-control-prev,
  #swag-cms-extensions-quickview-carousel .carousel-control-next {
    height: 33%;
    top: 33%;
  }

  .swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-manufacturer-logo {
    display: block;
  }

  .swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-manufacturer-name {
    display: none;
  }

  .swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-product-buy-form {
    padding-top: 1rem;
  }
}

@media (min-width: 992px) and (max-width: 1295.98px) {
  #swag-cms-extensions-quickview-carousel .carousel-control-prev,
  #swag-cms-extensions-quickview-carousel .carousel-control-next {
    width: 3rem;
    height: 50%;
    top: 25%;
  }
}

@media (min-width: 672px) {
  .swag-cms-extensions-quickview-close-button {
    display: none;
  }

  .swag-cms-extensions-quickview-container {
    padding: 3rem;
  }

  .swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-header-headline {
    padding-right: unset;
  }

  .swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-content--buy-quantity {
    margin-bottom: unset;
  }

  .swag-cms-extensions-quickview-modal .modal-content {
    border-radius: unset;
  }
}

@media (min-width: 375px) {
  .swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-manufacturer-logo {
    text-align: right;
  }
}

.scroll-navigation-sidebar {
  position: fixed;
  width: 36px;
  right: 20px;
  bottom: 20px;
  padding: 26px 9px;
  border-radius: 50px;
  z-index: 800;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.scroll-navigation-sidebar a,
.scroll-navigation-sidebar a:hover {
  text-decoration: none;
  color: #4a545b;
}

.scroll-navigation-sidebar button {
  border: none;
  background-color: transparent;
  padding: 0;
}

.scroll-navigation-sidebar-close,
.scroll-navigation-sidebar-list {
  display: none;
}

.scroll-navigation-sidebar-mobile-menu {
  position: absolute;
  display: block;
  height: 50px;
  width: 154px;
  right: 0;
  bottom: 2px;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.scroll-navigation-sidebar-mobile-button {
  display: inline-block;
  padding: 13px 8px;
}

.scroll-navigation-sidebar-mobile-button:first-child {
  height: 50px;
  padding-left: 16px;
  padding-right: 16px;
  border-right: 1px solid #eee;
}

.scroll-navigation-sidebar-mobile-button:nth-child(2) {
  padding-left: 16px;
}

.scroll-navigation-sidebar-mobile-button:last-child {
  padding-right: 16px;
}

.scroll-navigation-sidebar-mobile-button-icon {
  position: relative;
  top: -3px;
}

.scroll-navigation-sidebar-mobile-button-icon > span {
  color: #4a545b;
}

.scroll-navigation-sidebar.list--visible {
  left: 39px;
  width: auto;
  padding-right: 0;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.scroll-navigation-sidebar.list--visible .scroll-navigation-sidebar-mobile-menu {
  display: none;
}

.scroll-navigation-sidebar.list--visible .scroll-navigation-sidebar-close {
  position: absolute;
  display: block;
  top: 9px;
  right: 9px;
}

.scroll-navigation-sidebar.list--visible .scroll-navigation-sidebar-list {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: auto;
  max-height: 300px;
  padding: 0 12px;
  line-height: 0;
  overflow-y: auto;
  -ms-flex-direction: column;
  flex-direction: column;
}

.scroll-navigation-sidebar-entry {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 20px;
  padding: 22px 9px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.scroll-navigation-sidebar-entry-line {
  position: relative;
  display: block;
  height: 44px;
  margin-right: -5px;
  margin-bottom: -44px;
  border-right: 2px solid #4a545b;
}

.scroll-navigation-sidebar-entry:last-child > .scroll-navigation-sidebar-entry-line {
  border-right: 1px solid transparent;
}

.scroll-navigation-sidebar-entry-bullet {
  display: block;
  height: 8px;
  width: 8px;
  margin-left: 1px;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 50%;
  background-color: #4a545b;
  z-index: 6;
}

.scroll-navigation-sidebar-entry--active > .scroll-navigation-sidebar-entry-bullet {
  background-color: #008490;
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  transform: scale(2);
}

.scroll-navigation-sidebar-entry-label {
  width: 100%;
  left: 26px;
  padding: 22px;
  margin-left: -5px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.scroll-navigation-sidebar-entry--active > .scroll-navigation-sidebar-entry-label {
  color: #008490;
  font-weight: 600;
}

.scroll-navigation-anchor {
  position: relative;
}

.scroll-up-button {
  display: block;
  left: 1.5rem;
  right: auto;
}

@media (min-width: 375px) {
  .scroll-navigation-sidebar.list--visible {
    left: auto;
    width: 422px;
  }
}

@media (min-width: 1296px) {
  .scroll-navigation-sidebar {
    top: 50%;
    left: 39px;
    right: auto;
    bottom: auto;
    padding: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }

  .scroll-navigation-sidebar.list--visible {
    left: 39px;
    width: 36px;
    border-radius: 50px;
  }

  .scroll-navigation-sidebar.list--visible .scroll-navigation-sidebar-close,
  .scroll-navigation-sidebar.list--visible .scroll-navigation-sidebar-mobile-menu {
    display: none;
  }

  .scroll-navigation-sidebar.list--visible .scroll-navigation-sidebar-list {
    padding: 12px;
  }

  .scroll-navigation-sidebar-close,
  .scroll-navigation-sidebar-mobile-menu {
    display: none;
  }

  .scroll-navigation-sidebar-list {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: auto;
    width: 77px;
    padding: 12px;
    margin-left: -4px;
    line-height: 0;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .scroll-navigation-sidebar-entry {
    width: 64px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .scroll-navigation-sidebar-entry-bullet {
    margin-left: 0;
  }

  .scroll-navigation-sidebar-entry-label {
    opacity: 0;
    padding: 14px;
    border-radius: 3px;
  }

  .scroll-navigation-sidebar-entry-line {
    height: 32px;
    margin-bottom: -32px;
    pointer-events: none;
  }

  .scroll-navigation-sidebar-entry:hover {
    width: auto;
    margin-right: auto;
  }

  .scroll-navigation-sidebar-entry:hover > .scroll-navigation-sidebar-entry-label {
    opacity: 1;
    width: auto;
    margin-left: 12px;
    background-color: #fff;
    box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.15);
    pointer-events: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }

  .scroll-navigation-sidebar-entry:last-child > .scroll-navigation-sidebar-entry-line {
    border-right: 2px solid transparent;
  }

  .scroll-up-button {
    left: auto;
    right: 1.5rem;
  }
}

[data-grid-column='cover'] {
  grid-column: col-start 1 / span 20;
}

[data-grid-column='1/1'] {
  grid-column: col-start 20 / span 1;
}

[data-grid-column='2/19'] {
  grid-column: col-start 2 / span 19;
}

[data-grid-column='1/2'] {
  grid-column: col-start 19 / span 2;
}

[data-grid-column='3/18'] {
  grid-column: col-start 3 / span 18;
}

[data-grid-column='1/3'] {
  grid-column: col-start 18 / span 3;
}

[data-grid-column='4/17'] {
  grid-column: col-start 4 / span 17;
}

[data-grid-column='1/4'] {
  grid-column: col-start 17 / span 4;
}

[data-grid-column='5/16'] {
  grid-column: col-start 5 / span 16;
}

[data-grid-column='1/5'] {
  grid-column: col-start 16 / span 5;
}

[data-grid-column='6/15'] {
  grid-column: col-start 6 / span 15;
}

[data-grid-column='1/6'] {
  grid-column: col-start 15 / span 6;
}

[data-grid-column='7/14'] {
  grid-column: col-start 7 / span 14;
}

[data-grid-column='1/7'] {
  grid-column: col-start 14 / span 7;
}

[data-grid-column='8/13'] {
  grid-column: col-start 8 / span 13;
}

[data-grid-column='1/8'] {
  grid-column: col-start 13 / span 8;
}

[data-grid-column='9/12'] {
  grid-column: col-start 9 / span 12;
}

[data-grid-column='1/9'] {
  grid-column: col-start 12 / span 9;
}

[data-grid-column='10/11'] {
  grid-column: col-start 10 / span 11;
}

[data-grid-column='1/10'] {
  grid-column: col-start 11 / span 10;
}

[data-grid-column='11/10'] {
  grid-column: col-start 11 / span 10;
}

[data-grid-column='1/11'] {
  grid-column: col-start 10 / span 11;
}

[data-grid-column='12/9'] {
  grid-column: col-start 12 / span 9;
}

[data-grid-column='1/12'] {
  grid-column: col-start 9 / span 12;
}

[data-grid-column='13/8'] {
  grid-column: col-start 13 / span 8;
}

[data-grid-column='1/13'] {
  grid-column: col-start 8 / span 13;
}

[data-grid-column='14/7'] {
  grid-column: col-start 14 / span 7;
}

[data-grid-column='1/14'] {
  grid-column: col-start 7 / span 14;
}

[data-grid-column='15/6'] {
  grid-column: col-start 15 / span 6;
}

[data-grid-column='1/15'] {
  grid-column: col-start 6 / span 15;
}

[data-grid-column='16/5'] {
  grid-column: col-start 16 / span 5;
}

[data-grid-column='1/16'] {
  grid-column: col-start 5 / span 16;
}

[data-grid-column='17/4'] {
  grid-column: col-start 17 / span 4;
}

[data-grid-column='1/17'] {
  grid-column: col-start 4 / span 17;
}

[data-grid-column='18/3'] {
  grid-column: col-start 18 / span 3;
}

[data-grid-column='1/18'] {
  grid-column: col-start 3 / span 18;
}

[data-grid-column='19/2'] {
  grid-column: col-start 19 / span 2;
}

[data-grid-column='1/19'] {
  grid-column: col-start 2 / span 19;
}

[data-grid-column='20/1'] {
  grid-column: col-start 20 / span 1;
}

[data-grid-column='1/20'] {
  grid-column: col-start 1 / span 20;
}

[data-grid-column='2/18'] {
  grid-column: col-start 2 / span 18;
}

[data-grid-column='3/16'] {
  grid-column: col-start 3 / span 16;
}

[data-grid-column='4/14'] {
  grid-column: col-start 4 / span 14;
}

[data-grid-column='5/12'] {
  grid-column: col-start 5 / span 12;
}

[data-grid-column='6/10'] {
  grid-column: col-start 6 / span 10;
}

[data-grid-column='7/8'] {
  grid-column: col-start 7 / span 8;
}

[data-grid-column='8/6'] {
  grid-column: col-start 8 / span 6;
}

[data-grid-column='9/4'] {
  grid-column: col-start 9 / span 4;
}

[data-grid-column='10/2'] {
  grid-column: col-start 10 / span 2;
}

@font-face {
  font-family: 'silka';
  src: url('https://www.robert-ley.de/bundles/robertley/assets//fonts/webfonts/Silka-Light.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'silka';
  src: url('https://www.robert-ley.de/bundles/robertley/assets//fonts/webfonts/Silka-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'silka';
  src: url('https://www.robert-ley.de/bundles/robertley/assets//fonts/webfonts/Silka-Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'geograph';
  src: url('https://www.robert-ley.de/bundles/robertley/assets//fonts/webfonts/geograph-light.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'geograph';
  src: url('https://www.robert-ley.de/bundles/robertley/assets//fonts/webfonts/geograph-regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'billistone';
  src: url('https://www.robert-ley.de/bundles/robertley/assets//fonts/webfonts/Billistone.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

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

::selection {
  background-color: #2d2d2d;
  color: white;
}

::-moz-selection {
  background-color: #2d2d2d;
  color: white;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.15);
}

:root {
  --vh: 6.59px;
  --top-bar: 0.375rem;
}

::-webkit-scrollbar {
  width: 0.375rem;
}

::-webkit-scrollbar-track {
  background: #b4b4b4;
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  background: black;
  border: 0;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.6);
}

html {
  height: -webkit-fill-available;
  scroll-behavior: smooth;
  tab-size: 4;
  scroll-padding-top: 4.063rem;
  text-size-adjust: 100%;
}

@media (min-width: 1296px) {
  html {
    scroll-padding-top: 7.5rem;
  }
}

html.no-scroll {
  padding-right: var(--scrollbar);
}

html .sw-text-editor-table .sw-text-editor-table__col {
  border: 0;
  padding: 1.25rem;
  text-align: left;
}

@media (min-width: 992px) {
  html .sw-text-editor-table .sw-text-editor-table__col {
    padding: 1.25rem;
  }
}

html .sw-text-editor-table .sw-text-editor-table__col-selector {
  display: none;
}

html .sw-text-editor-table__head td {
  background: inherit;
}

html,
body {
  font-size: 100%;
  overscroll-behavior-y: none;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: black #b4b4b4;
  scrollbar-width: thin;
}

body {
  position: relative;
  background-color: white;
  color: #2d2d2d;
  font-family: silka, arial, serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  width: 100%;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}

body:before {
  left: 0;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  content: '';
  display: block;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  visibility: hidden;
  width: 100%;
  z-index: 4;
}

body.is-open-search:before,
body.is-open-flyout:before,
body.modal-open:before {
  opacity: 1;
  visibility: visible;
}

body.modal-open:before {
  z-index: 6;
}

.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

img,
video {
  display: block;
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
table,
ol {
  font-family: silka, arial, serif;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2d2d2d;
}

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

svg {
  fill: currentColor;
}

a {
  text-decoration: none;
  text-decoration-color: transparent;
  text-underline-offset: 0.375rem;
  color: #2d2d2d;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
  a:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.0625rem;
    text-decoration-color: black;
  }
}

@media (hover: hover) {
  a:hover {
    color: black;
  }
}

strong,
b {
  font-weight: 500;
}

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

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.loader {
  color: #2d2d2d !important;
}

.hidden {
  display: none !important;
}

.hidden-by-opacity {
  opacity: 0;
}

.disable-button {
  pointer-events: none;
  cursor: not-allowed;
}

.order-item-detail-footer {
  background-color: white;
}

.order-table-header-order-table-header-cell,
.order-detail-content-header-cell,
.order-item-detail-labels dt,
.order-item-detail-summary dt,
.order-item-detail-summary dd,
.order-item-variants-properties-name {
  font-weight: 500;
}

.order-item-status-badge.order-item-status-badge-open,
.order-item-status-badge.order-item-status-badge-in_progress {
  background-color: #f8f8f8;
  color: #2d2d2d;
  font-weight: 400;
}

.order-item-status-badge.order-item-status-badge-failed,
.order-item-status-badge.order-item-status-badge-cancelled {
  background-color: #8b5555;
  color: white;
  font-weight: 400;
}

.badge {
  border-radius: 0.375rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.badge .icon {
  height: 15px;
  width: 15px;
}

.badge .icon > svg {
  top: 0;
}

.order-item-product-name:hover {
  text-decoration: none;
  text-decoration-color: transparent;
  text-underline-offset: 0.375rem;
  color: black;
}

@media (hover: hover) {
  .order-item-product-name:hover:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.0625rem;
    text-decoration-color: #2d2d2d;
  }
}

.order-table-header-heading,
.order-item-product-name .name-value,
.order-item-total-value {
  font-weight: 400;
}

.modal {
  padding-top: 8.75rem;
}

.is-sticky-header ~ .js-pseudo-modal > .modal {
  padding-top: 5rem;
}

.modal-dialog {
  max-width: 100%;
}

@media (min-width: 375px) {
  .modal-dialog {
    max-width: 60rem;
  }
}

.modal-header,
.modal-body {
  padding: 1.875rem;
}

.modal-header + .modal-body {
  padding-top: 0;
}

.modal-header .icon {
  color: black;
}

.modal-close.close {
  opacity: 1;
}

.confirm-alert {
  font-size: 1rem;
  padding: 1.25rem 0 0 0;
}

.payone-payment.credit-card #card-logo {
  margin: 0 auto;
  height: auto;
  max-width: 3.75rem;
}

.payone-payment.credit-card .card-logo-container {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 0;
}

.no-pointer-events [data-toggle] {
  pointer-events: none;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes sectionFadeSmall {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes sectionFadeSmall {
  0% {
    opacity: 0;
    visibility: hidden;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dash-check-safari {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes dash-check-safari {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 900;
  }
}

@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }

  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }

  100% {
    stroke-dashoffset: 900;
  }
}

[data-ga4-hidden],
[data-ga4-hidden] strong {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
}

.cart-header-row,
.cart-item-row,
.line-item-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.cart-item-img {
  border: 0 !important;
  border-radius: 0 !important;
  height: auto !important;
}

.product-action {
  margin-top: 0;
}

.product-wishlist {
  margin-top: 0;
}

.product-wishlist .icon-wishlist {
  height: 2.5rem;
  width: 2.5rem;
}

.o-content--description {
  display: none;
}

.has-products .o-content--description {
  display: block;
}

.o-content--filter {
  display: -ms-grid;
  display: grid;
  margin-inline: auto;
  max-width: 120rem;
  padding-inline: clamp(1.25rem, 3vw, 3.313rem);
  padding-block: 1.59375rem 12.75rem;
}

@media (min-width: 992px) {
  .o-content--filter {
    grid-template-columns: 13.313rem 1fr;
    grid-gap: 2.5rem;
    padding-block: 3.75rem 12.75rem;
  }
}

@media (min-width: 1296px) {
  .o-content--filter {
    grid-template-columns: 18.75rem 1fr;
    grid-gap: 3.125rem;
  }
}

.o-content__block {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(20, [col-start] 1fr);
  grid-template-rows: auto;
  grid-gap: 0.375rem;
  margin-inline: auto;
  padding-block: 1.59375rem;
}

@media (min-width: 672px) {
  .o-content__block {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(20, [col-start] 1fr);
    grid-template-rows: auto;
    grid-gap: 0.375rem;
    margin-inline: auto;
    padding-block: 3.1875rem;
  }
}

@media (min-width: 992px) {
  .o-content__block {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(20, [col-start] 1fr);
    grid-template-rows: auto;
    grid-gap: 0.375rem;
    margin-inline: auto;
    padding-block: 6.375rem;
  }
}

.o-content__block.is-hidden-block {
  display: none;
}

[data-layout='boxed'] .o-content__block {
  max-width: 120rem;
  padding-inline: clamp(1.25rem, 3vw, 3.313rem);
}

[data-layout='full-width'] .o-content__block {
  max-width: 100%;
  padding-inline: 1.25rem;
}

@media (min-width: 2080px) {
  [data-layout='full-width'] .o-content__block {
    padding-inline: 8%;
  }
}

.o-content__block--pos-0 {
  padding-block: clamp(1.25rem, 3vw, 3.313rem) 6.375rem;
}

[data-layout='full-width'] .o-content__block--pos-0 {
  padding-block: 0 6.375rem;
}

.o-content:not(:nth-child(1)) .o-content__block--pos-0 {
  padding-block: 6.375rem 6.375rem;
}

.o-content__block--banner + .o-content__block--teaser {
  margin-top: -6rem;
  padding-block: 0 6.375rem;
}

.o-content__block--giftcard-balance-check {
  margin-top: -6rem;
}

.o-content__block--giftcard-balance-check #giftcard-balance-check-result {
  padding-block: 1.25rem;
}

.o-content__block--giftcard-balance-check #giftcard-balance-check-submit .loader {
  height: 1.5rem;
  width: 1.5rem;
}

[data-layout='full-width'] + [data-layout='boxed'] .o-content__block--product-teaser:nth-child(1) {
  padding-top: 0;
}

.o-content__block--brand {
  padding-block: 2.125rem 2.125rem;
}

.o-content:not(:nth-child(1)) .o-content__block--brand {
  padding-block: 2.125rem 2.125rem;
}

.o-content__block--last {
  padding-block: 3.1875rem 4.25rem;
}

@media (min-width: 672px) {
  .o-content__block--last {
    padding-block: 3.1875rem 6.375rem;
  }
}

@media (min-width: 992px) {
  .o-content__block--last {
    padding-block: 6.375rem 12.75rem;
  }
}

.o-content__block--last.o-content__block--pos-0 {
  padding-block: clamp(1.25rem, 3vw, 3.313rem) 3.1875rem;
}

@media (min-width: 672px) {
  .o-content__block--last.o-content__block--pos-0 {
    padding-block: clamp(1.25rem, 3vw, 3.313rem) 6.375rem;
  }
}

@media (min-width: 992px) {
  .o-content__block--last.o-content__block--pos-0 {
    padding-block: clamp(1.25rem, 3vw, 3.313rem) 12.75rem;
  }
}

.o-content__block--last.o-content__block--pos-0.o-content__block--banner {
  padding-top: 0;
}

.o-content__block--last.o-content__block--teaser {
  padding-block: 1.875rem 6.375rem;
}

@media (min-width: 672px) {
  .o-content__block--last.o-content__block--teaser {
    padding-block: 0 12.75rem;
  }
}

.o-content--before .o-content__block--last {
  padding-bottom: 1.59375rem;
}

@media (min-width: 672px) {
  .o-content--before .o-content__block--last {
    padding-bottom: 3.1875rem;
  }
}

@media (min-width: 992px) {
  .o-content--before .o-content__block--last {
    padding-bottom: 6.375rem;
  }
}

[role='document'] .o-content__block--last {
  display: block;
  padding: 0;
}

.o-content__block--end {
  padding-top: 0;
}

.o-content__block--sidebar-filter {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(1, [col-start] 1fr);
  grid-template-rows: auto;
  grid-gap: 0;
  margin-inline: auto;
  margin-inline: 0;
  padding-block: 0;
}

@media (max-width: 991.98px) {
  .o-content__block--sidebar-filter {
    bottom: clamp(1.25rem, 3vw, 3.313rem);
    position: fixed;
    right: clamp(1.25rem, 3vw, 3.313rem);
    height: 2.563rem;
    z-index: 11;
  }
}

[data-layout='boxed'] .o-content__block--sidebar-filter {
  padding: 0;
}

.o-content__block--product-listing {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(1, [col-start] 1fr);
  grid-template-rows: auto;
  grid-gap: 0;
  margin-inline: auto;
  padding-block: 0;
}

[data-layout='boxed'] .o-content__block--product-listing {
  padding: 0;
  width: 100%;
}

.o-content__block--product-description-reviews,
.o-content__block--gallery-buybox,
.o-content__block--cross-selling {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(1, [col-start] 1fr);
  grid-template-rows: auto;
  grid-gap: 0;
  margin-inline: auto;
  padding-block: 0;
}

.o-content__block--description + .o-content__block--card {
  padding-top: 0;
}

.o-content__block--store-description {
  padding-top: 0;
}

.o-content__block--store-header {
  padding-bottom: 5rem;
}

.o-content__element {
  grid-row: 1;
}

@media (max-width: 479.98px) {
  .o-content__element {
    grid-column: 1/-1;
  }
}

@media (max-width: 1599.98px) {
  .o-content__element[data-grid-column='2/19'] {
    grid-column: 1/-1;
  }
}

.o-content__element:not([data-grid-column]) {
  grid-column: col-start 1 / span 20;
}

.o-content__element-title {
  margin-bottom: 1.875rem;
}

@media (min-width: 1296px) {
  .o-content__element-title {
    margin-bottom: 2.5rem;
  }
}

.o-content__element-title--primary,
.o-content__element-title--secondary {
  color: #2d2d2d;
  font-weight: 400;
}

.o-content__element-title--primary {
  font-family: geograph, arial, serif;
  font-size: 1.75rem;
}

@media (min-width: 1296px) {
  .o-content__element-title--primary {
    font-size: 2rem;
  }
}

.o-content__element-title--primary + .o-content__element-title--secondary {
  margin-top: 0.625rem;
}

.o-content__element-title--secondary {
  font-size: 1.25rem;
}

@media (min-width: 1296px) {
  .o-content__element-title--secondary {
    font-size: 1.375rem;
  }
}

.icon {
  color: black;
  height: 1.563rem;
  width: 1.563rem;
}

.icon-white {
  color: white;
}

.icon-gray {
  color: rgba(45, 45, 45, 0.4);
}

.icon-10 {
  height: 0.625rem;
  width: 0.625rem;
}

.icon-15 {
  height: 0.9375rem;
  width: 0.9375rem;
}

.icon-20 {
  height: 1.25rem;
  width: 1.25rem;
}

.icon-30 {
  height: 1.875rem;
  width: 1.875rem;
}

.icon-35 {
  height: 2.188rem;
  width: 2.188rem;
}

.icon-40 {
  height: 2.5rem;
  width: 2.5rem;
}

.icon-wishlist-not-added {
  display: inline-block;
}

.icon-wishlist-added {
  display: none;
}

.icon > svg {
  position: relative;
  top: 0;
  fill: currentColor;
  height: 100%;
  width: 100%;
}

.icon-list {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 0.625rem;
}

.icon-list.icon-20 {
  min-width: 1.25rem;
}

.icon-list > svg {
  top: 0.125rem;
}

.icon-arrow-right {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.c-switch {
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 0.625rem;
  -webkit-column-gap: 0.625rem;
  column-gap: 0.625rem;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  opacity: 0;
  margin: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  visibility: hidden;
}

.c-switch.is-active {
  opacity: 1;
  visibility: visible;
}

.c-switch__inner {
  position: relative;
  display: inline-block;
  height: 1.25rem;
  width: 2.5rem;
}

.c-switch__input {
  height: 0;
  opacity: 0;
  width: 0;
}

.c-switch__slider {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e1e1e1;
  border-radius: 1.25rem;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.c-switch__slider:before {
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #b4b4b4;
  border-radius: 50%;
  content: '';
  height: 1.25rem;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  width: 1.25rem;
}

.c-switch__input:checked + .c-switch__slider {
  background-color: #b4b4b4;
}

.c-switch__input:checked + .c-switch__slider:before {
  background-color: black;
  -ms-transform: translateX(1.25rem);
  -webkit-transform: translateX(1.25rem);
  transform: translateX(1.25rem);
}

.c-switch__title {
  color: #2d2d2d;
  font-size: 1rem;
}

@-webkit-keyframes scroll {
  from {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -ms-transform: translateX(calc(-100% - 1.25rem));
    -webkit-transform: translateX(calc(-100% - 1.25rem));
    transform: translateX(calc(-100% - 1.25rem));
  }
}

@keyframes scroll {
  from {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -ms-transform: translateX(calc(-100% - 1.25rem));
    -webkit-transform: translateX(calc(-100% - 1.25rem));
    transform: translateX(calc(-100% - 1.25rem));
  }
}

.c-banner {
  position: relative;
}

@media (max-width: 671.98px) {
  .c-banner {
    height: calc(var(--vh, 1vh) * 100 - 7.501rem);
  }
}

.c-banner__text {
  left: 0;
  position: absolute;
  top: 0;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1.875rem;
  height: 100%;
  text-align: center;
  width: 100%;
  z-index: 1;
}

@media (min-width: 672px) {
  .c-banner__text {
    bottom: 0;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3.75rem;
    padding-bottom: 0;
  }
}

.c-banner__text-headline,
.c-banner__text-subline {
  color: black;
  display: inline-block;
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
}

.c-banner__text-headline {
  font-family: geograph, arial, serif;
  font-size: clamp(2.5rem, 9.375vw, 8.75rem);
}

@media (min-width: 672px) {
  .c-banner__text-headline {
    margin-bottom: -3.75rem;
  }
}

.c-banner__text-subline {
  font-size: clamp(1.188rem, 6.375vw, 2.375rem);
}

.c-banner__text > *:last-child:not(.c-btn) {
  margin-bottom: 1.875rem;
}

@media (min-width: 672px) {
  .c-banner__text > *:last-child:not(.c-btn) {
    margin-bottom: 3.75rem;
  }
}

.c-banner__picture--secondary {
  display: none;
}

@media (min-width: 672px) {
  .c-banner__picture--secondary {
    display: block;
  }
}

.c-banner__picture-figure {
  background-color: #f1f2ef;
  margin: 0;
}

.c-banner__picture-image {
  height: calc(var(--vh, 1vh) * 100 - 7.501rem);
  object-fit: cover;
  object-position: center;
  width: 100%;
}

@media (min-width: 672px) {
  .c-banner__picture-image {
    height: 72vh;
  }
}

.c-banner__inner {
  display: -ms-grid;
  display: grid;
}

@media (min-width: 672px) {
  .c-banner__inner {
    grid-gap: 0.375rem;
  }

  [data-banner-cols='1/3'] .c-banner__inner {
    grid-template-columns: 1fr 2fr;
  }

  [data-banner-cols='3/1'] .c-banner__inner {
    grid-template-columns: 2fr 1fr;
  }

  [data-banner-cols='3/3'] .c-banner__inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.c-banner__area {
  display: none;
}

@media (min-width: 672px) {
  .c-banner__area {
    display: block;
  }
}

[data-banner-cols='1/3'] .c-banner__area,
[data-banner-cols='3/1'] .c-banner__area {
  display: none;
}

@media (max-width: 671.98px) {
  .c-banner .c-btn {
    width: 100%;
  }
}

.c-banner-classic {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-banner-classic__media {
  max-height: 24.6875rem;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 672px) {
  .c-banner-classic__media {
    max-height: 49.375rem;
    width: 50%;
  }
}

.c-banner-classic__media-figure,
.c-banner-classic__media-image {
  height: 100%;
  max-height: 45rem;
}

.c-banner-classic__media-figure {
  margin-bottom: 0;
}

.c-banner-classic__media-image {
  object-fit: cover;
  object-position: center;
}

.c-banner-classic__desc {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.875rem;
  width: 100%;
}

@media (min-width: 672px) {
  .c-banner-classic__desc {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 1.25rem;
  }
}

.c-banner-classic__desc-title {
  color: white;
  display: block;
  font-family: geograph, arial, serif;
  font-size: clamp(1.875rem, 7.5vw, 7rem);
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.c-banner-classic__desc-title + .c-btn {
  margin-top: 2.5rem;
}

.c-teaser__inner {
  display: -ms-grid;
  display: grid;
  grid-gap: 0.375rem;
  grid-template-columns: 1fr;
}

@media (min-width: 672px) {
  .c-teaser__inner {
    grid-template-columns: 1fr 1fr;
  }
}

.c-teaser__link {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.c-teaser__info {
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 672px) {
  .c-teaser__info {
    left: 50%;
    position: absolute;
    top: 50%;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
    -ms-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 1;
  }
}

.c-teaser__info-title {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: -3.125rem;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: geograph, arial, serif;
  font-size: clamp(2rem, 7.5vw, 7.5rem);
  font-weight: 400;
  line-height: 1.15;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media (min-width: 672px) {
  .c-teaser__info-title {
    position: relative;
    display: block;
    margin-bottom: 1.25rem;
  }
}

.c-teaser__figure {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 0;
}

@media (min-width: 672px) {
  .c-teaser__figure {
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width: 672px) {
  .c-teaser__image {
    -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
  }

  .c-teaser__link:hover .c-teaser__image {
    opacity: 0.8;
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@-webkit-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.c-btn {
  background-color: transparent;
  border: 0.0625rem solid transparent;
  border-radius: 0;
  color: black;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.15;
  padding: 0.125rem 0.75rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.c-btn:focus,
.c-btn:active,
.c-btn:visited {
  box-shadow: none;
  outline: 0;
}

.c-btn:not(:disabled) {
  cursor: pointer;
}

.c-btn[disabled] {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
  color: #b4b4b4;
  cursor: not-allowed;
  pointer-events: all !important;
}

@media (hover: hover) {
  .c-btn:hover {
    text-decoration: none;
  }
}

.c-btn--primary {
  background-color: black;
  border: 0.0625rem solid black;
  color: white;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.06rem;
  min-width: 12.5rem;
  padding: 1.0989010989rem 2.5rem;
  text-decoration: none !important;
  text-transform: uppercase;
}

@media (max-width: 479.98px) {
  .c-btn--primary {
    font-size: 0.9375rem;
    padding: 1.0989010989rem 1.25rem;
    width: 100%;
  }
}

.c-btn--primary[data-store-save] + .c-btn {
  margin-top: 0.9375rem;
}

.c-btn--primary[data-toggle='collapse'] {
  color: white !important;
  height: auto;
  line-height: 1.33;
  text-decoration: none !important;
  white-space: normal;
}

[data-cookie='accept'] .c-btn--primary {
  width: 100%;
}

.c-btn--primary.is-loading {
  position: relative;
}

.c-btn--primary.is-loading::after {
  position: absolute;
  right: 0.625rem;
  top: calc(50% - 0.625rem);
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-radius: 50%;
  border: 0.125rem solid white;
  border-bottom-color: transparent;
  content: '';
  height: 1.25rem;
  width: 1.25rem;
}

@media (hover: hover) {
  .c-btn--primary:focus,
  .c-btn--primary:hover {
    color: white;
    opacity: 0.6;
  }

  .c-btn--primary:focus[disabled],
  .c-btn--primary:hover[disabled] {
    color: #b4b4b4;
    opacity: 1;
  }
}

.c-btn--secondary {
  border: 0.0625rem solid #343434;
  color: #2d2d2d;
  font-size: 1rem;
  font-weight: 300;
  padding: 1.0989010989rem 2.5rem;
  text-transform: uppercase;
}

@media (max-width: 479.98px) {
  .c-btn--secondary {
    font-size: 0.9375rem;
    padding: 1.0989010989rem 1.25rem;
  }
}

@media (hover: hover) {
  .c-btn--secondary:focus,
  .c-btn--secondary:hover {
    background-color: rgba(0, 0, 0, 0.05);
    border-color: black;
    color: black;
  }
}

.c-header--minimal .c-btn--secondary {
  padding-inline: 1.0989010989rem;
  text-transform: inherit;
}

.c-btn--modal-close {
  color: black;
  height: 2.5rem;
  padding: 0;
  width: 2.5rem;
}

.c-btn--modal-close > .icon {
  color: black;
  height: 2rem;
  width: 2rem;
}

.c-btn--light {
  background-color: white;
  border: 0.0625rem solid white;
  color: black;
}

@media (hover: hover) {
  .c-btn--light:hover {
    color: black;
    opacity: 0.6;
  }
}

@media (max-width: 671.98px) {
  .c-teaser .c-btn--light {
    background-color: black;
    border: 0.0625rem solid black;
    color: white;
    min-width: inherit;
    padding: 1.0989010989rem 1.25rem;
    width: 100%;
  }
}

@media (max-width: 671.98px) and (hover: hover) {
  .c-teaser .c-btn--light:focus,
  .c-teaser .c-btn--light:hover {
    color: white;
    opacity: 0.6;
  }

  .c-teaser .c-btn--light:focus[disabled],
  .c-teaser .c-btn--light:hover[disabled] {
    color: #b4b4b4;
    opacity: 1;
  }
}

@media (max-width: 671.98px) {
  .c-btn--light.c-btn--change {
    background-color: black;
    border: 0.0625rem solid black;
    color: white;
    max-width: 100%;
  }
}

.c-btn--auto {
  max-width: 13.75rem;
  min-width: inherit;
  width: 100%;
}

.c-btn--link {
  -ms-flex-align: center;
  align-items: center;
  color: #2d2d2d;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 1.375rem;
  line-height: 1;
}

.c-btn--link:not(.c-btn--link-checkout) {
  padding: 0;
}

.c-btn--link-checkout {
  display: block;
  margin-top: 0.625rem;
  padding: 0.625rem;
  text-align: center;
}

.c-btn--link-small {
  text-decoration: none;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.375rem;
  font-size: 1rem;
  padding: 1.0989010989rem 2.5rem !important;
}

@media (hover: hover) {
  .c-btn--link-small:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.0625rem;
    text-decoration-color: black;
  }
}

@media (max-width: 479.98px) {
  .c-btn--link-small {
    font-size: 0.9375rem;
    padding: 1.0989010989rem 1.25rem !important;
  }
}

.c-btn--link > span {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.c-btn--link > span:nth-child(1) {
  padding-top: 0.03125rem;
  padding-right: 0.625rem;
}

@media (hover: hover) {
  .c-btn--link:hover {
    color: #2d2d2d;
    opacity: 0.8;
  }

  .c-btn--link:hover .icon {
    -ms-transform: translateX(0.125rem);
    -webkit-transform: translateX(0.125rem);
    transform: translateX(0.125rem);
  }
}

.c-btn--icon {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1.875rem;
  padding: 0 1.25rem;
}

@media (hover: hover) {
  .c-btn--icon:hover {
    opacity: 0.6;
  }
}

.c-btn--toggle {
  height: 1.875rem;
  margin-left: -1.25rem;
}

@media (min-width: 1296px) {
  .c-btn--toggle {
    display: none;
  }
}

.c-btn--submit-form {
  position: absolute;
  right: -0.5rem;
  top: 0.875rem;
}

.c-form--coupon .c-btn--submit-form {
  position: absolute;
  right: 0.75rem;
  top: 0.875rem;
}

.c-form--search .c-btn--submit-form {
  position: absolute;
  right: 0;
  top: 0;
}

.c-btn--submit-form[disabled] {
  background-color: transparent !important;
  border-color: white;
  box-shadow: none;
}

.c-btn--submit-form .loader {
  position: absolute;
  right: 0.9375rem;
  top: 0.125rem;
  background-color: white !important;
  height: 2.188rem;
  width: 2.188rem;
  z-index: 1;
}

.c-btn--remove {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 1.875rem;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 1.875rem;
}

@media (hover: hover) {
  .c-btn--remove:hover {
    color: #2d2d2d;
    opacity: 0.8;
  }
}

.c-btn--remove-cart {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  z-index: 1;
}

@media (hover: hover) {
  .c-btn--remove-cart:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
}

.c-btn--small {
  font-size: 1rem;
  line-height: 1;
  padding: 0.7633587786rem 1.0989010989rem;
}

.c-btn--trend {
  background-color: white;
  border: 0.0625rem solid #343434;
  color: #2d2d2d;
  font-size: 1rem;
  font-weight: 300;
  padding: 0.8695652174rem 1.5rem;
  text-decoration: none !important;
  text-transform: uppercase;
}

@media (hover: hover) {
  .c-btn--trend:focus,
  .c-btn--trend:hover {
    border-color: black;
    color: black;
    opacity: 0.8;
  }
}

.c-btn--checkout,
.c-btn--buy,
.c-btn--begin-checkout,
.c-btn--link-checkout,
.c-btn--permission {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.c-btn--confirm {
  width: 100%;
}

.c-btn--begin-checkout + .c-btn--begin-checkout {
  margin-top: 0.9375rem;
}

.c-btn--buy {
  font-size: 1.063rem;
  padding: 1.25rem 2.5rem;
  text-decoration: none !important;
  text-transform: uppercase;
}

@media (max-width: 479.98px) {
  .c-btn--buy {
    padding: 1.25rem 1.25rem;
  }
}

@media (min-width: 1296px) {
  .c-btn--buy {
    max-width: 23.125rem;
  }
}

.c-btn--top-left {
  left: 0.625rem;
  position: absolute;
  top: 0.625rem;
}

.c-btn--filter {
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
}

.c-btn--filter > .icon {
  height: 15px;
  margin-right: 0.875rem;
  width: 15px;
}

.c-form__section {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 1.4065rem;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}

@media (min-width: 672px) {
  .c-form__section {
    grid-row-gap: 2.813rem;
  }
}

.c-form__legend {
  font-size: 1.063rem;
  margin-bottom: clamp(0.9375rem, 8vw, 1.875rem);
}

.c-form__fieldset {
  padding: 0;
}

.c-form__group.d-block {
  display: -ms-grid !important;
  display: grid !important;
}

.c-form__group[data-form-grid='1'],
.c-form__group[data-form-grid='2'],
.c-form__group[data-form-grid='2.5'],
.c-form__group[data-form-grid='3'],
.c-form__group[data-form-grid='lgsm'],
.c-form__group[data-form-grid='smlg'],
.c-form__group[data-form-grid='credit'] {
  display: -ms-grid;
  display: grid;
  grid-template-rows: auto;
}

.c-form__group[data-form-grid='1'],
.c-form__group[data-form-grid='2'],
.c-form__group[data-form-grid='2.5'],
.c-form__group[data-form-grid='3'] {
  grid-column-gap: 3.125rem;
  grid-row-gap: clamp(0.9375rem, 8vw, 1.875rem);
}

@media (min-width: 1296px) {
  .c-form__group[data-form-grid='1'],
  .c-form__group[data-form-grid='2'],
  .c-form__group[data-form-grid='2.5'],
  .c-form__group[data-form-grid='3'] {
    grid-column-gap: 6.25rem;
  }
}

.c-form__group[data-form-grid='lgsm'],
.c-form__group[data-form-grid='smlg'] {
  grid-column-gap: clamp(1.25rem, 8vw, 3.125rem);
  grid-row-gap: clamp(0.9375rem, 8vw, 1.875rem);
}

.c-form__group[data-form-grid='1'] {
  grid-template-columns: 1fr;
}

.c-form__group[data-form-grid='2'] {
  grid-template-columns: 1fr;
}

@media (min-width: 672px) {
  .c-form__group[data-form-grid='2'] {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-form__group[data-form-grid='2.5'] {
  grid-template-columns: 1fr;
}

@media (min-width: 672px) {
  .c-form__group[data-form-grid='2.5'] {
    grid-template-columns: 2fr 1fr;
  }
}

.c-form__group[data-form-grid='3'] {
  grid-template-columns: 1fr;
}

@media (min-width: 672px) {
  .c-form__group[data-form-grid='3'] {
    grid-template-columns: repeat(3, 1fr);
  }
}

[data-form-creditcard] .c-form__group[data-form-grid='3'] {
  grid-column-gap: clamp(0.9375rem, 8vw, 1.875rem);
}

.c-form__group[data-form-grid='lgsm'] {
  grid-template-columns: 2fr 1fr;
}

.c-form__group[data-form-grid='smlg'] {
  grid-template-columns: 1fr 2fr;
}

.c-form__group[data-form-filter='color'] {
  border-radius: 1.125rem;
  height: 1.125rem;
  width: 1.125rem;
}

.c-form__group[data-form-nav='left'] {
  margin-top: 0;
  padding-top: 5rem;
}

.c-form__group[data-form-grid='credit'] {
  grid-template-columns: 1fr 5rem;
}

.c-form__group.register-guest-control {
  height: 0;
  visibility: hidden;
}

.c-form__group ~ .c-form__group {
  margin-top: clamp(0.9375rem, 8vw, 1.875rem);
}

.c-form__group ~ .c-form__group--hint {
  margin-bottom: clamp(0.9375rem, 8vw, 1.875rem);
  margin-top: 1.25rem;
}

.c-form__group ~ .c-form__group-list {
  margin-top: 0;
}

.c-form__group > .c-form__group {
  margin-top: 0;
}

.c-form__wrap {
  position: relative;
}

[data-form-nav='right'] .c-form__wrap {
  text-align: right;
}

[data-form-info-teaser] .c-form__wrap {
  max-width: 30rem;
}

.c-form--footer .c-form__wrap {
  padding: 0;
}

.c-form__wrap.d-none,
.is-act-checkoutregisterpage .checkout .c-form__wrap.checkout-aside {
  display: none;
}

.c-form__wrap.register-different-shipping {
  margin-bottom: 0;
}

.c-form__label {
  left: 0.3125rem;
  position: absolute;
  top: 1.313rem;
  color: black;
  display: block;
  font-family: silka, arial, serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.15;
  overflow: hidden;
  margin-bottom: 0;
  text-overflow: ellipsis;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -ms-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  white-space: nowrap;
  width: 100%;
}

@media (min-width: 672px) {
  .c-form__label {
    left: 0.3125rem;
    position: absolute;
    top: 1.125rem;
    font-size: 1.25rem;
  }
}

.iframe + .c-form__label {
  color: #2d2d2d;
  font-weight: 500;
  left: 0.3125rem;
  position: absolute;
  top: -0.1875rem;
}

@media (min-width: 672px) {
  .iframe + .c-form__label {
    left: 0.3125rem;
    position: absolute;
    top: -0.1875rem;
  }
}

.c-form__label-radio:before,
.c-form__label-radio:after {
  border-radius: 50%;
}

[data-form-filter='color'] .c-form__label-radio {
  height: 1.125rem;
  font-size: 0;
  padding-left: 0;
  width: 1.125rem;
}

[data-form-filter='color'] .c-form__label-radio span {
  border-radius: 1.125rem;
  display: block;
  height: 1.125rem;
  overflow: hidden;
  width: 1.125rem;
}

[data-form-filter='color'] .c-form__label-radio:before {
  background-color: transparent;
  border: 0;
  height: 1.125rem;
  left: 0;
  top: 0;
  width: 1.125rem;
}

[data-form-filter='color'] .c-form__label-radio:after {
  background-color: transparent;
  border: 0.0625rem solid black;
  height: 1.5rem;
  left: -0.1875rem;
  top: -0.1875rem;
  width: 1.5rem;
}

.c-form__label-radio[title='WeiÃŸ'] span {
  border: 0.0625rem solid #e1e1e1;
}

[data-form-creditcard] .c-form__label-checkbox {
  font-size: 1rem;
  line-height: 1.75;
}

[data-form-filter] .c-form__label-checkbox {
  font-size: 1rem;
  line-height: 1;
  padding-left: 1.5rem;
}

[data-form-filter] .c-form__label-checkbox:before {
  height: 1rem;
  top: -0.0625rem;
  width: 1rem;
}

[data-form-filter] .c-form__label-checkbox:after {
  height: 0.625rem;
  left: 0.1875rem;
  top: 0.125rem;
  width: 0.625rem;
}

[data-form-info-teaser] .c-form__label-checkbox {
  font-size: 0.813rem;
  line-height: 1.25;
  padding-left: 3.125rem;
}

.c-form__checkbox:checked + [data-form-info-teaser] .c-form__label-checkbox {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

[data-form-info-teaser] .c-form__label-checkbox:before,
[data-form-info-teaser] .c-form__label-checkbox:after {
  top: 50%;
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

[data-form-info-teaser] .c-form__label-checkbox:before {
  background-color: #f8f8f8;
  border-color: #707070;
  border-width: 0.125rem;
  height: 1.875rem;
  left: 0;
  width: 1.875rem;
}

[data-form-info-teaser] .c-form__label-checkbox:after {
  background-color: #929292;
  height: 1.125rem;
  left: 0.375rem;
  width: 1.125rem;
}

@media (hover: hover) {
  [data-form-info-teaser] .c-form__label-checkbox:focus,
  [data-form-info-teaser] .c-form__label-checkbox:hover {
    background-color: #fdfdfd;
  }

  [data-form-info-teaser] .c-form__label-checkbox:focus:after,
  [data-form-info-teaser] .c-form__label-checkbox:hover:after {
    opacity: 0.4;
  }
}

.c-form__label-radio,
.c-form__label-checkbox {
  position: relative;
  color: black;
  display: block;
  font-family: silka, arial, serif;
  font-size: 1rem;
  font-weight: 300;
  cursor: pointer;
  line-height: 1.33;
  margin-bottom: 0;
  padding-left: 2.5rem;
}

@media (min-width: 672px) {
  .c-form__label-radio,
  .c-form__label-checkbox {
    font-size: 1.25rem;
  }
}

.c-form__label-radio:after,
.c-form__label-radio:before,
.c-form__label-checkbox:after,
.c-form__label-checkbox:before {
  position: absolute;
  content: '';
  display: inline-block;
}

.c-form__label-radio:before,
.c-form__label-checkbox:before {
  background-color: white;
  border: 0.0625rem solid black;
  height: 1.5rem;
  left: 0;
  top: 0.0625rem;
  width: 1.5rem;
}

.c-form__label-radio:after,
.c-form__label-checkbox:after {
  background-color: #2d2d2d;
  height: 1rem;
  left: 0.25rem;
  opacity: 0;
  top: 0.3125rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 1rem;
}

@media (hover: hover) {
  .c-form__label-radio:hover:after,
  .c-form__label-checkbox:hover:after {
    opacity: 0.1;
  }
}

.c-form__radio:checked + .c-form__label-radio:after,
.c-form__checkbox:checked + .c-form__label-radio:after,
.c-form__radio:checked + .c-form__label-checkbox:after,
.c-form__checkbox:checked + .c-form__label-checkbox:after {
  opacity: 1;
}

.c-form__label-radio a,
.c-form__label-checkbox a {
  color: #2d2d2d;
  text-decoration: underline;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.375rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (hover: hover) {
  .c-form__label-radio a:focus,
  .c-form__label-radio a:hover,
  .c-form__label-checkbox a:focus,
  .c-form__label-checkbox a:hover {
    color: black;
  }
}

.c-form__select:not([value='']) + .c-form__label,
.c-form__input:not(:placeholder-shown) + .c-form__label {
  opacity: 0.6;
  -ms-transform: translate3d(0, -1rem, 0) scale(0.7);
  -webkit-transform: translate3d(0, -1rem, 0) scale(0.7);
  transform: translate3d(0, -1rem, 0) scale(0.7);
}

.c-form__label-list {
  border-bottom: 0.0625rem solid #e1e1e1;
  padding: 1.5rem 1.25rem 1.5rem 4.25rem;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

@media (min-width: 672px) {
  .c-form__label-list {
    padding: 2.188rem 1.875rem 2.188rem 6.25rem;
  }
}

.c-form__radio:checked + .c-form__label-list {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

.c-form__label-list:before,
.c-form__label-list:after {
  top: 50%;
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.c-form__label-list:before {
  border-color: #707070;
  height: 1.875rem;
  left: 1.25rem;
  width: 1.875rem;
}

@media (min-width: 672px) {
  .c-form__label-list:before {
    left: 1.875rem;
  }
}

.c-form__label-list:after {
  background-color: #929292;
  height: 1.375rem;
  left: calc(1.25rem + 0.25rem);
  width: 1.375rem;
}

@media (min-width: 672px) {
  .c-form__label-list:after {
    left: calc(1.875rem + 0.25rem);
  }
}

@media (hover: hover) {
  .c-form__label-list:focus,
  .c-form__label-list:hover {
    background-color: #fdfdfd;
  }

  .c-form__label-list:focus:after,
  .c-form__label-list:hover:after {
    opacity: 0.4;
  }
}

.c-form__label--coupon {
  display: none;
}

.c-form__input[type='password'],
.c-form__input[type='text'],
.c-form__input[type='tel'],
.c-form__input[type='email'],
.c-form__input[type='search'],
.c-form__input[type='number'],
.c-form__input.iframe {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: white;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0.0625rem solid black;
  border-radius: 0;
  color: black;
  font-family: silka, arial, serif;
  font-size: 1rem;
  font-weight: 300;
  height: calc(3.75rem - 0.4375rem);
  padding: 0.875rem 0.3125rem 0 0.3125rem;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}

@media (min-width: 672px) {
  .c-form__input[type='password'],
  .c-form__input[type='text'],
  .c-form__input[type='tel'],
  .c-form__input[type='email'],
  .c-form__input[type='search'],
  .c-form__input[type='number'],
  .c-form__input.iframe {
    font-size: 1.25rem;
  }
}

.c-form__input[type='password'].iframe,
.c-form__input[type='text'].iframe,
.c-form__input[type='tel'].iframe,
.c-form__input[type='email'].iframe,
.c-form__input[type='search'].iframe,
.c-form__input[type='number'].iframe,
.c-form__input.iframe.iframe {
  border-bottom: 0;
  height: calc(2.6785714286rem);
  padding-top: 0.25rem;
}

.c-form__input[type='password']:focus,
.c-form__input[type='password']:hover,
.c-form__input[type='password']:active,
.c-form__input[type='text']:focus,
.c-form__input[type='text']:hover,
.c-form__input[type='text']:active,
.c-form__input[type='tel']:focus,
.c-form__input[type='tel']:hover,
.c-form__input[type='tel']:active,
.c-form__input[type='email']:focus,
.c-form__input[type='email']:hover,
.c-form__input[type='email']:active,
.c-form__input[type='search']:focus,
.c-form__input[type='search']:hover,
.c-form__input[type='search']:active,
.c-form__input[type='number']:focus,
.c-form__input[type='number']:hover,
.c-form__input[type='number']:active,
.c-form__input.iframe:focus,
.c-form__input.iframe:hover,
.c-form__input.iframe:active {
  outline: 0;
}

.c-form__input[type='password']:-webkit-autofill,
.c-form__input[type='text']:-webkit-autofill,
.c-form__input[type='tel']:-webkit-autofill,
.c-form__input[type='email']:-webkit-autofill,
.c-form__input[type='search']:-webkit-autofill,
.c-form__input[type='number']:-webkit-autofill,
.c-form__input.iframe:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 62.5rem white inset;
}

.c-form--register .c-form__input[type='password'],
.c-form--register .c-form__input[type='text'],
.c-form--register .c-form__input[type='tel'],
.c-form--register .c-form__input[type='email'],
.c-form--register .c-form__input[type='search'],
.c-form--register .c-form__input[type='number'],
.c-form--register .c-form__input.iframe {
  background-color: #f8f8f8;
}

.c-form--register .c-form__input[type='password']:-webkit-autofill,
.c-form--register .c-form__input[type='text']:-webkit-autofill,
.c-form--register .c-form__input[type='tel']:-webkit-autofill,
.c-form--register .c-form__input[type='email']:-webkit-autofill,
.c-form--register .c-form__input[type='search']:-webkit-autofill,
.c-form--register .c-form__input[type='number']:-webkit-autofill,
.c-form--register .c-form__input.iframe:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 62.5rem #f8f8f8 inset;
}

.c-form--vip .c-form__input[type='password'],
.c-form--vip .c-form__input[type='text'],
.c-form--vip .c-form__input[type='tel'],
.c-form--vip .c-form__input[type='email'],
.c-form--vip .c-form__input[type='search'],
.c-form--vip .c-form__input[type='number'],
.c-form--vip .c-form__input.iframe {
  background-color: #e5e9dd;
}

.c-form--vip .c-form__input[type='password']:-webkit-autofill,
.c-form--vip .c-form__input[type='text']:-webkit-autofill,
.c-form--vip .c-form__input[type='tel']:-webkit-autofill,
.c-form--vip .c-form__input[type='email']:-webkit-autofill,
.c-form--vip .c-form__input[type='search']:-webkit-autofill,
.c-form--vip .c-form__input[type='number']:-webkit-autofill,
.c-form--vip .c-form__input.iframe:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 62.5rem #e5e9dd inset;
}

.c-form__input[type='password']::-webkit-input-placeholder,
.c-form__input[type='text']::-webkit-input-placeholder,
.c-form__input[type='tel']::-webkit-input-placeholder,
.c-form__input[type='email']::-webkit-input-placeholder,
.c-form__input[type='search']::-webkit-input-placeholder,
.c-form__input[type='number']::-webkit-input-placeholder,
.c-form__input.iframe::-webkit-input-placeholder {
  opacity: 0;
}

.c-form__input[type='password']::-moz-placeholder,
.c-form__input[type='text']::-moz-placeholder,
.c-form__input[type='tel']::-moz-placeholder,
.c-form__input[type='email']::-moz-placeholder,
.c-form__input[type='search']::-moz-placeholder,
.c-form__input[type='number']::-moz-placeholder,
.c-form__input.iframe::-moz-placeholder {
  opacity: 0;
}

.c-form__input[type='password']::-ms-input-placeholder,
.c-form__input[type='password']::-moz-placeholder,
.c-form__input[type='password']::-webkit-input-placeholder,
.c-form__input[type='password']::placeholder,
.c-form__input[type='text']::-ms-input-placeholder,
.c-form__input[type='text']::-moz-placeholder,
.c-form__input[type='text']::-webkit-input-placeholder,
.c-form__input[type='text']::placeholder,
.c-form__input[type='tel']::-ms-input-placeholder,
.c-form__input[type='tel']::-moz-placeholder,
.c-form__input[type='tel']::-webkit-input-placeholder,
.c-form__input[type='tel']::placeholder,
.c-form__input[type='email']::-ms-input-placeholder,
.c-form__input[type='email']::-moz-placeholder,
.c-form__input[type='email']::-webkit-input-placeholder,
.c-form__input[type='email']::placeholder,
.c-form__input[type='search']::-ms-input-placeholder,
.c-form__input[type='search']::-moz-placeholder,
.c-form__input[type='search']::-webkit-input-placeholder,
.c-form__input[type='search']::placeholder,
.c-form__input[type='number']::-ms-input-placeholder,
.c-form__input[type='number']::-moz-placeholder,
.c-form__input[type='number']::-webkit-input-placeholder,
.c-form__input[type='number']::placeholder,
.c-form__input.iframe::-ms-input-placeholder,
.c-form__input.iframe::-moz-placeholder,
.c-form__input.iframe::-webkit-input-placeholder,
.c-form__input.iframe::placeholder {
  opacity: 0;
}

.c-form__input[type='number'] {
  -moz-appearance: textfield;
}

.c-form__input[type='number']::-webkit-inner-spin-button,
.c-form__input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.c-form__input.iframe {
  display: block;
}

.c-form__input--newsletter[type='email'] {
  background-color: #f8f8f8;
  padding-right: 2.5rem;
}

.c-form__input--newsletter[type='email']:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 62.5rem #f8f8f8 inset;
}

.c-form__input--coupon[type='text'] {
  border: 0.0625rem solid #e1e1e1;
  overflow: hidden;
  padding: 0.875rem 3.5rem 0.875rem 1.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-form__input--coupon[type='text']::-webkit-input-placeholder {
  color: #2d2d2d;
  opacity: 1;
}

.c-form__input--coupon[type='text']::-moz-placeholder {
  color: #2d2d2d;
  opacity: 1;
}

.c-form__input--coupon[type='text']::-ms-input-placeholder,
.c-form__input--coupon[type='text']::-moz-placeholder,
.c-form__input--coupon[type='text']::-webkit-input-placeholder,
.c-form__input--coupon[type='text']::placeholder {
  color: #2d2d2d;
  opacity: 1;
}

.c-form__input--filter-manufacturer[type='search'] {
  border-bottom: 0.0625rem solid #b4b4b4;
  font-size: 0.875rem;
  height: 1.875rem;
  overflow: hidden;
  padding-left: 0;
  padding-right: 1.25rem;
  padding-top: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-form__input--filter-manufacturer[type='search']::-webkit-input-placeholder {
  color: #2d2d2d;
  opacity: 1;
}

.c-form__input--filter-manufacturer[type='search']::-moz-placeholder {
  color: #2d2d2d;
  opacity: 1;
}

.c-form__input--filter-manufacturer[type='search']::-ms-input-placeholder,
.c-form__input--filter-manufacturer[type='search']::-moz-placeholder,
.c-form__input--filter-manufacturer[type='search']::-webkit-input-placeholder,
.c-form__input--filter-manufacturer[type='search']::placeholder {
  color: #2d2d2d;
  opacity: 1;
}

.c-form__input--filter-manufacturer[type='search'] + .icon {
  position: absolute;
  right: 0;
  top: 0.375rem;
}

.c-form__input--search[type='search'] {
  font-size: 2.375rem;
  font-weight: 300;
  overflow: hidden;
  padding-bottom: 0.9375rem;
  padding-right: 3.125rem;
  padding-top: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-form__input--search[type='search']::-webkit-input-placeholder {
  color: rgba(45, 45, 45, 0.4);
  opacity: 1;
}

.c-form__input--search[type='search']::-moz-placeholder {
  color: rgba(45, 45, 45, 0.4);
  opacity: 1;
}

.c-form__input--search[type='search']::-ms-input-placeholder,
.c-form__input--search[type='search']::-moz-placeholder,
.c-form__input--search[type='search']::-webkit-input-placeholder,
.c-form__input--search[type='search']::placeholder {
  color: rgba(45, 45, 45, 0.4);
  opacity: 1;
}

.c-form--search-mobile .c-form__input--search[type='search'] {
  border: 0.0625rem solid #e1e1e1;
  font-size: 1rem;
  height: 2.813rem;
  padding: 0.813rem 2.25rem 0.813rem 1.125rem;
}

.c-form--search-mobile .c-form__input--search[type='search'] + button {
  top: 0.425rem;
}

.c-form--editor .c-form__input:required:invalid:focus,
.c-form__input.is-invalid,
.c-form.was-validated .c-form__input:invalid,
.c-form__wrap.was-validated .c-form__input {
  border-color: #f33;
}

.c-form__input.is-invalid ~ .invalid-feedback {
  display: block;
}

.c-form__input.min-input,
.c-form__input.max-input {
  font-size: 1rem;
  height: 2.25rem;
  overflow: hidden;
  padding-right: 1.25rem;
  padding-top: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-form__select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: white;
  background-image: url('data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8dGl0bGU+YXJyb3ctZG93bjwvdGl0bGU+CjxwYXRoIGQ9Ik0xNiAyMC4zOWwtMTAuMTk1LTEwLjE5NS0wLjk0MyAwLjk0MyAxMS4xMzggMTEuMTM4IDExLjEzOC0xMS4xMzgtMC45NDMtMC45NDN6Ij48L3BhdGg+Cjwvc3ZnPgo=');
  background-repeat: no-repeat;
  background-position: right 0.3125rem top 1.25rem;
  background-size: 1.625rem 1.625rem;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0.0625rem solid black;
  color: black;
  cursor: pointer;
  display: inline-block;
  font-family: silka, arial, serif;
  font-size: 1rem;
  font-weight: 300;
  height: calc(3.75rem - 0.4375rem);
  line-height: 1.5;
  outline: 0;
  padding: 0.875rem 2.625rem 0 0.3125rem;
  vertical-align: middle;
  width: 100%;
}

@media (min-width: 672px) {
  .c-form__select {
    font-size: 1.25rem;
  }
}

.c-form__select:focus,
.c-form__select:hover,
.c-form__select:active {
  outline: 0;
}

.c-form__select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 62.5rem white inset;
}

.c-form__select.is-invalid,
.c-form.was-validated .c-form__select:invalid,
.c-form__wrap.was-validated .c-form__select {
  border-color: #f33;
}

.c-form__select.is-disabled {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.6);
  cursor: none;
  opacity: 0.6;
  pointer-events: none;
}

.c-form__select.iframe {
  background-position: right 0.3125rem top 0.875rem;
  background-size: 1rem 1rem;
  border-bottom: 0;
  color: #8798a9;
  font-size: 0.875rem;
  font-weight: 500;
  height: calc(2.6785714286rem);
  line-height: 1.5;
  padding-right: 1.875rem;
  padding-top: 0;
  vertical-align: middle;
}

.c-form__select-field {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: none;
  border-radius: 0;
  height: 2.5rem;
  padding: 0.3125rem 0.3125rem 0;
  text-align: center;
}

@media (max-width: 991.98px) {
  .c-form__select-field {
    height: 1.875rem;
  }
}

.c-form__radio,
.c-form__checkbox {
  left: 0.3125rem;
  position: absolute;
  top: 0.3125rem;
  font-size: 0;
  height: 0.0625rem;
  visibility: hidden;
  width: 0.0625rem;
}

.c-form__link {
  text-decoration: none;
  text-decoration-color: transparent;
  text-underline-offset: 0.375rem;
  color: #2d2d2d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (hover: hover) {
  .c-form__link:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.0625rem;
    text-decoration-color: #2d2d2d;
  }
}

@media (hover: hover) {
  .c-form__link:hover {
    color: black;
  }
}

.c-form--register .c-form__link {
  text-decoration: none;
  text-decoration-color: transparent;
  text-underline-offset: 0.375rem;
  color: #929292;
}

@media (hover: hover) {
  .c-form--register .c-form__link:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.0625rem;
    text-decoration-color: #343434;
  }
}

@media (hover: hover) {
  .c-form--register .c-form__link:hover {
    color: #343434;
  }
}

.c-form__text {
  color: #2d2d2d;
  font-size: 1rem;
  font-weight: 400;
}

.c-form__text-title {
  color: #2d2d2d;
  display: block;
  font-size: 1.313rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.625rem;
}

.c-form__text.privacy-notice {
  margin-bottom: 0;
}

.c-form__text a {
  color: #2d2d2d;
  text-decoration: underline;
  text-decoration-color: #2d2d2d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (hover: hover) {
  .c-form__text a:hover {
    color: black;
  }
}

.c-form__description {
  color: black;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 0.125rem;
}

.c-form__description-title {
  gap: 1.25rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 672px) {
  .c-form__description-title {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.c-form__description-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (min-width: 672px) {
  .c-form__description-content {
    -ms-flex: 0 0 6.875rem;
    flex: 0 0 6.875rem;
    -ms-flex-pack: end;
    justify-content: end;
  }
}

.c-form__description-content .payment-method-image {
  float: left;
}

@media (min-width: 672px) {
  .c-form__description-content .payment-method-image {
    float: right;
  }
}

.c-form__description strong,
.c-form__description p {
  font-weight: 300;
}

.c-form__description strong {
  display: block;
  font-size: 1.188rem;
}

.c-form__description-heading-title {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.c-form__description-heading-title img {
  margin-left: 0.625rem;
  max-width: 5rem;
}

.c-form__description p {
  display: none;
  font-size: 0.9375rem;
}

.c-form__radio:checked + .c-form__label-list > .c-form__description p {
  display: block;
}

.c-form__holder.d-block {
  margin-top: clamp(0.9375rem, 8vw, 1.875rem);
}

.c-catcher__media {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 0.375rem;
  margin-bottom: 1.563rem;
  max-height: 34.375rem;
  overflow: hidden;
}

.c-catcher--right .c-catcher__media {
  grid-template-columns: 2fr 1fr;
}

.c-catcher__figure {
  margin: 0;
}

.c-catcher--right .c-catcher__figure:nth-child(1) {
  -ms-flex-order: 2;
  order: 2;
}

.c-catcher--right .c-catcher__figure:nth-child(2) {
  -ms-flex-order: 1;
  order: 1;
}

.c-catcher__image {
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 34.375rem;
}

@media (min-width: 992px) {
  .c-catcher__info {
    -ms-flex-align: center;
    align-items: center;
    -moz-column-gap: 0.9375rem;
    -webkit-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.c-catcher__info-title,
.c-catcher__info-text {
  color: #2d2d2d;
  font-weight: 400;
  line-height: 1.33;
}

@media (min-width: 672px) {
  .c-catcher__info-title,
  .c-catcher__info-text {
    line-height: 1.15;
  }
}

.c-catcher__info-title {
  font-family: geograph, arial, serif;
  font-size: 1.313rem;
  margin-bottom: 0.625rem;
}

@media (min-width: 672px) {
  .c-catcher__info-title {
    font-size: 2rem;
  }
}

.c-catcher__info-text {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 672px) {
  .c-catcher__info-text {
    font-size: 1.375rem;
    margin-bottom: 0;
  }
}

.c-brand {
  display: -ms-grid;
  display: grid;
  grid-gap: 0.390625rem;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 672px) {
  .c-brand {
    grid-gap: 1.5625rem;
  }
}

@media (min-width: 1296px) {
  .c-brand {
    grid-gap: 3.125rem;
    grid-template-columns: repeat(6, 1fr);
  }
}

.c-brand__figure {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
}

.c-brand-list__heading {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
}

@media (min-width: 1296px) {
  .c-brand-list__heading {
    font-size: 2.25rem;
  }
}

.c-brand-list__list {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
  -moz-column-gap: 1.875rem;
  -webkit-column-gap: 1.875rem;
  column-gap: 1.875rem;
}

@media (min-width: 375px) {
  .c-brand-list__list {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 672px) {
  .c-brand-list__list {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media (min-width: 992px) {
  .c-brand-list__list {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}

.c-brand-list__item {
  display: inline-block;
  margin-bottom: 1.875rem;
  width: 100%;
}

@media (min-width: 375px) {
  .c-brand-list__item {
    break-inside: avoid;
  }
}

.c-brand-list__title {
  font-size: 1.125rem;
  font-weight: 500;
}

.c-brand-list__sublink[title='WaGr Seite'] {
  display: none;
}

.c-brand-list__subname {
  font-size: 1rem;
}

.c-brand-tile__wrapper {
  display: -ms-grid;
  display: grid;
  grid-gap: 0.375rem;
}

@media (min-width: 992px) {
  .c-brand-tile__wrapper {
    grid-template-columns: repeat(4, calc(25% - 0.3125rem));
    grid-template-rows: auto;
  }
}

@media (max-width: 1295.98px) {
  .c-brand-tile__wrapper {
    position: relative;
    grid-auto-flow: column;
    grid-template-columns: repeat(auto-fill, minmax(15.75rem, 1fr));
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-padding: 25%;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  .c-brand-tile__wrapper::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 1295.98px) {
  .c-brand-tile__item {
    scroll-snap-align: start;
  }
}

.c-brand-tile__link {
  position: relative;
  display: block;
  overflow: hidden;
}

@media (max-width: 1295.98px) {
  .c-brand-tile__link {
    min-width: 15.75rem;
  }
}

.c-brand-tile__info {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  z-index: 1;
}

@media (min-width: 672px) {
  .c-brand-tile__info {
    left: 0;
    position: absolute;
    top: 0;
    padding: 1.875rem 1.25rem;
  }
}

@media (min-width: 1296px) {
  .c-brand-tile__info {
    padding: 3.75rem 1.875rem;
  }
}

.c-brand-tile__info-figure {
  margin-bottom: 1.875rem;
}

@media (min-width: 1296px) {
  .c-brand-tile__info-figure {
    margin-bottom: 2.5rem;
  }
}

.c-brand-tile__figure {
  margin-bottom: 0;
}

.c-brand-tile__image {
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
  .c-brand-tile__link:hover .c-brand-tile__image {
    opacity: 0.8;
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (min-width: 992px) {
  .c-filter {
    max-width: 12.5rem;
  }
}

.c-filter__total {
  display: none;
}

@media (min-width: 992px) {
  .c-filter__total {
    color: #b4b4b4;
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 2.813rem;
  }
}

.c-filter__wrapper {
  display: none;
}

@media (min-width: 992px) {
  .c-filter__wrapper {
    display: block;
  }
}

.c-filter__action {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
  .c-filter__action {
    display: none;
  }
}

.c-filter__panel {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

@media (min-width: 992px) {
  .c-filter__panel {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-filter__panel:before {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.9);
  content: '';
  display: block;
  height: 100vh;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  visibility: hidden;
  width: 100%;
  z-index: 200;
}

.c-filter__panel:after {
  left: 50%;
  position: fixed;
  top: 50vh;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
  border: 0.125rem solid white;
  border-color: white transparent white white;
  border-radius: 50%;
  content: ' ';
  display: inline-block;
  height: 1.625rem;
  margin: 0;
  opacity: 0;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  vertical-align: text-bottom;
  visibility: hidden;
  width: 1.625rem;
  z-index: 201;
}

.c-filter__panel.is-loading .filter-panel-item-toggle,
.c-filter__panel.is-loading .filter-active,
.c-filter__panel.is-loading .filter-reset-all,
.c-filter__panel.is-loading .filter-boolean,
.c-filter__panel.is-loading .filter-panel-submit {
  pointer-events: none;
  opacity: 1;
}

.c-filter__panel.is-loading:before,
.c-filter__panel.is-loading:after {
  opacity: 1;
  visibility: visible;
}

.c-filter__panel-title {
  color: #2d2d2d;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.9375rem;
}

@media (min-width: 992px) {
  .c-filter__panel-title {
    display: none;
  }
}

.c-filter__panel__heading {
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  color: #2d2d2d;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .c-filter__panel__heading {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 0.875rem;
    text-transform: uppercase;
  }
}

.c-filter__panel__heading-count {
  color: #b4b4b4;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: -0.125rem;
  margin-left: 0;
}

.c-filter__panel__heading .icon {
  display: table;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

@media (min-width: 992px) {
  .c-filter__panel__heading .icon {
    display: none;
  }
}

.c-filter__panel__heading.disabled {
  pointer-events: none;
}

.c-filter__panel__heading.disabled + .c-filter__multi__select-wrap {
  opacity: 0.25;
  pointer-events: none;
}

.c-filter__panel__heading.is-show .icon {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (min-width: 992px) {
  .c-filter__panel__heading[data-filter-panel-trigger] {
    pointer-events: none;
  }
}

.c-filter__panel-container .filter-active {
  display: none;
}

.c-filter__panel-container .filter-reset-all {
  text-decoration: none;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.375rem;
  border: 0;
  border-radius: 0;
  color: #2d2d2d;
  display: -ms-grid;
  display: grid;
  font-weight: 400;
  font-size: 1rem;
  height: auto;
  line-height: 1.2;
  overflow: visible;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  margin-right: 0;
  margin-top: 1.25rem;
  padding: 0;
}

@media (hover: hover) {
  .c-filter__panel-container .filter-reset-all:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.0625rem;
    text-decoration-color: #2d2d2d;
  }
}

@media (min-width: 992px) {
  .c-filter__panel-container .filter-reset-all {
    margin-top: 0;
  }
}

@media (hover: hover) {
  .c-filter__panel-container .filter-reset-all:focus,
  .c-filter__panel-container .filter-reset-all:hover {
    background-color: transparent;
    color: black;
    text-decoration-color: #b4b4b4;
  }
}

.c-filter__multi__select {
  border-bottom: 0.0625rem solid #e1e1e1;
  padding-block: 0.625rem;
  width: 100%;
}

@media (min-width: 992px) {
  .c-filter__multi__select {
    border-bottom: 0;
    margin-bottom: 4.688rem;
    padding-block: 0;
  }
}

.c-filter__multi__select.is-hidden-filter {
  height: 0;
  margin-bottom: 0;
  opacity: 0;
  padding-block: 0;
  visibility: hidden;
}

.c-filter__multi__select-wrap {
  display: none;
  padding-block: 0.625rem 0;
}

@media (min-width: 992px) {
  .c-filter__multi__select-wrap {
    display: block;
  }
}

.c-filter__multi__select-list {
  -moz-column-gap: 0.9375rem;
  -webkit-column-gap: 0.9375rem;
  column-gap: 0.9375rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-block: 0.9375rem;
  row-gap: 1.125rem;
}

@media (min-width: 992px) {
  .c-filter__multi__select-list {
    padding-block: 0;
  }
}

.is-category .c-filter__multi__select-list {
  row-gap: 0.5208333333rem;
}

.c-filter__multi__select-list.has-scrollbar {
  max-height: 10.313rem;
  overflow: auto;
  margin-bottom: 0.9375rem;
  padding-top: 0.0625rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: black #b4b4b4;
  scrollbar-width: thin;
}

@media (min-width: 992px) {
  .c-filter__multi__select-list.has-scrollbar {
    margin-bottom: 0;
  }
}

.c-filter__multi__select-list.has-scrollbar::-webkit-scrollbar {
  width: 0.3125rem;
}

.c-filter__multi__select-list.has-scrollbar::-webkit-scrollbar-track {
  background: gainsboro;
  border-radius: 0;
}

.c-filter__multi__select-list.has-scrollbar::-webkit-scrollbar-thumb {
  background: black;
  border: 0.1875rem solid #aeaeae;
  border-radius: 0;
}

.c-filter__multi__select-list.has-scrollbar::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.6);
}

.c-filter__multi__select-item:not(.c-filter__multi__select-item--property) {
  width: 100%;
}

.c-filter__multi__select-item.filter-multi-select-list-item {
  line-height: 1;
  padding: 0;
}

.is-category .c-filter__multi__select-item.filter-multi-select-list-item {
  line-height: 1.8;
}

.c-filter__multi__select-item.no-results-message {
  font-size: 0.875rem;
}

.c-filter__multi__select-link.is-active {
  text-decoration: underline;
}

.c-filter__multi__select-filter {
  margin-bottom: 1.875rem;
}

.c-filter__multi__select-sublist {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 0.9375rem;
  row-gap: 0.625rem;
}

.is-category .c-filter__multi__select-sublist {
  row-gap: 0.25rem;
}

.is-category .c-filter__multi__select-subitem {
  padding-block: 0.125rem;
}

.c-filter__multi__select-sublink.is-active {
  text-decoration: underline;
}

.c-filter__range {
  border-bottom: 0.0625rem solid #e1e1e1;
  padding-block: 0.625rem;
  width: 100%;
}

@media (min-width: 992px) {
  .c-filter__range {
    border-bottom: 0;
    padding-block: 0;
  }
}

.c-filter__range-wrap {
  display: none;
  padding-block: 0.625rem 3.125rem;
}

@media (min-width: 992px) {
  .c-filter__range-wrap {
    display: block;
  }
}

.c-filter__range-container {
  -ms-flex-align: end;
  align-items: flex-end;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0.9375rem 0;
}

@media (min-width: 992px) {
  .c-filter__range-container {
    padding: 0;
  }
}

.c-filter__range .filter-range-error {
  padding: 0;
}

.c-filter__boolean {
  padding-bottom: 1.25rem;
}

.c-filter .filter-range-divider {
  font-weight: 300;
}

.filter-panel-offcanvas-title {
  color: #2d2d2d;
  font-weight: 500;
}

.c-description--center {
  text-align: center;
}

.c-description__inner {
  overflow: hidden;
}

.c-description--center .c-description__inner[data-description-column='1/3'],
.c-description--center .c-description__inner[data-description-column='2/3'] {
  margin-inline: auto;
}

.c-description__inner[data-description-column='1/3'] {
  max-width: 48rem;
}

.c-description__inner[data-description-column='2/3'] {
  max-width: 68.5714285714rem;
}

.c-description__inner[data-description-column='3/3'] {
  max-width: 100%;
}

.c-productlist__head {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(20, [col-start] 1fr);
  grid-template-rows: auto;
  grid-gap: 0.375rem;
  margin-inline: auto;
  padding-block: 0;
  margin-bottom: 3.125rem;
}

@media (max-width: 991.98px) {
  .c-productlist__head {
    left: 50%;
    position: relative;
    margin-bottom: 1.875rem;
    margin-left: -50vw;
    width: 100vw;
  }
}

.c-productlist__head__nav {
  -ms-flex-align: center;
  align-items: center;
  background-color: #e78a69;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-column: col-start 1 / span 7;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 12.5rem;
}

@media (max-width: 991.98px) {
  .c-productlist__head__nav {
    grid-column: col-start 1 / span 21;
    min-height: 4.063rem;
  }
}

.c-productlist__head__nav[data-extractor-color] {
  background-color: transparent;
}

.c-productlist__head--grow .c-productlist__head__nav {
  grid-column: col-start 1 / span 21;
}

.c-productlist__head__picture {
  grid-column: col-start 8 / span 13;
  margin: 0;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .c-productlist__head__picture {
    display: none;
  }
}

.c-productlist__head__picture-image {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.c-productlist__head__picture-canvas {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 0;
  z-index: -1;
}

.c-productlist__actions {
  display: none;
}

@media (min-width: 992px) {
  .c-productlist__actions {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.5rem;
  }
}

.c-productlist__actions-switch {
  -moz-column-gap: 2.5rem;
  -webkit-column-gap: 2.5rem;
  column-gap: 2.5rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.c-productlist__list {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 0.375rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
}

@media (min-width: 672px) {
  .c-productlist__list {
    grid-row-gap: 5rem;
  }
}

.c-productlist__list[data-productlist-items='1'] {
  grid-template-columns: 1fr;
}

.c-productlist__list[data-productlist-items='3'] {
  grid-template-columns: repeat(2, calc(50% - 0.3125rem));
}

@media (min-width: 992px) {
  .c-productlist__list[data-productlist-items='3'] {
    grid-template-columns: repeat(3, calc(33.333333% - 0.3125rem));
  }
}

.c-productlist__list[data-productlist-items='4'] {
  grid-template-columns: repeat(2, calc(50% - 0.3125rem));
}

@media (min-width: 992px) {
  .c-productlist__list[data-productlist-items='4'] {
    grid-template-columns: repeat(3, calc(33.333333% - 0.3125rem));
  }
}

@media (min-width: 1296px) {
  .c-productlist__list[data-productlist-items='4'] {
    grid-template-columns: repeat(4, calc(25% - 0.3125rem));
  }
}

.c-productlist__list[data-productlist-items='5'] {
  grid-template-columns: repeat(2, calc(50% - 0.3125rem));
}

@media (min-width: 992px) {
  .c-productlist__list[data-productlist-items='5'] {
    grid-template-columns: repeat(3, calc(33.333333% - 0.3125rem));
  }
}

@media (min-width: 1296px) {
  .c-productlist__list[data-productlist-items='5'] {
    grid-template-columns: repeat(5, calc(20% - 0.3125rem));
  }
}

@media (max-width: 1295.98px) {
  [data-productlist-slide='true'] .c-productlist__list {
    position: relative;
    grid-auto-flow: column;
    grid-template-columns: repeat(auto-fill, minmax(15.75rem, 1fr));
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-padding: 25%;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  [data-productlist-slide='true'] .c-productlist__list::-webkit-scrollbar {
    display: none;
  }
}

.c-productlist__item[data-list-teaser-colstart='1'][data-list-teaser-colend='1'],
.c-productlist__item[data-list-teaser-colstart='2'][data-list-teaser-colend='2'],
.c-productlist__item[data-list-teaser-colstart='3'][data-list-teaser-colend='3'],
.c-productlist__item[data-list-teaser-colstart='4'][data-list-teaser-colend='4'],
.c-productlist__item[data-list-teaser-colstart='5'][data-list-teaser-colend='5'] {
  padding-top: 133.3333333333%;
}

[data-productlist-slide='true'] .c-productlist__item[data-list-teaser-colstart='1'][data-list-teaser-colend='1'],
[data-productlist-slide='true'] .c-productlist__item[data-list-teaser-colstart='2'][data-list-teaser-colend='2'],
[data-productlist-slide='true'] .c-productlist__item[data-list-teaser-colstart='3'][data-list-teaser-colend='3'],
[data-productlist-slide='true'] .c-productlist__item[data-list-teaser-colstart='4'][data-list-teaser-colend='4'],
[data-productlist-slide='true'] .c-productlist__item[data-list-teaser-colstart='5'][data-list-teaser-colend='5'] {
  grid-column: 1;
  grid-column-start: 1;
}

.c-productlist__item[data-list-teaser-colstart='1'][data-list-teaser-colend='1'] {
  grid-column: 1;
  grid-column-start: 1;
}

.c-productlist__item[data-list-teaser-colstart='2'][data-list-teaser-colend='2'] {
  grid-column: 2;
  grid-column-start: 2;
}

.c-productlist__item[data-list-teaser-colstart='3'][data-list-teaser-colend='3'] {
  grid-column: 2;
  grid-column-start: 2;
}

@media (min-width: 992px) {
  .c-productlist__item[data-list-teaser-colstart='3'][data-list-teaser-colend='3'] {
    grid-column: 3;
    grid-column-start: 3;
  }
}

.c-productlist__item[data-list-teaser-colstart='4'][data-list-teaser-colend='4'] {
  grid-column: 2;
  grid-column-start: 2;
}

@media (min-width: 992px) {
  .c-productlist__item[data-list-teaser-colstart='4'][data-list-teaser-colend='4'] {
    grid-column: 4;
    grid-column-start: 4;
  }
}

.c-productlist__item[data-list-teaser-colstart='5'][data-list-teaser-colend='5'] {
  grid-column: 2;
  grid-column-start: 2;
}

@media (min-width: 992px) {
  .c-productlist__item[data-list-teaser-colstart='5'][data-list-teaser-colend='5'] {
    grid-column: 3;
    grid-column-start: 3;
  }
}

@media (min-width: 1296px) {
  .c-productlist__item[data-list-teaser-colstart='5'][data-list-teaser-colend='5'] {
    grid-column: 5;
    grid-column-start: 5;
  }
}

.c-productlist__item[data-list-teaser-colstart='1'][data-list-teaser-colend='2'],
.c-productlist__item[data-list-teaser-colstart='2'][data-list-teaser-colend='3'],
.c-productlist__item[data-list-teaser-colstart='3'][data-list-teaser-colend='4'],
.c-productlist__item[data-list-teaser-colstart='4'][data-list-teaser-colend='5'] {
  grid-column: span 2 / span 2;
  padding-top: calc(66.6666666% - 0.375rem);
}

.c-productlist__item[data-list-teaser-colstart='1'][data-list-teaser-colend='2'] {
  grid-column-start: 1;
}

.c-productlist__item[data-list-teaser-colstart='2'][data-list-teaser-colend='3'] {
  grid-column-start: 1;
}

@media (min-width: 992px) {
  .c-productlist__item[data-list-teaser-colstart='2'][data-list-teaser-colend='3'] {
    grid-column-start: 2;
  }
}

.c-productlist__item[data-list-teaser-colstart='3'][data-list-teaser-colend='4'] {
  grid-column-start: 1;
}

@media (min-width: 992px) {
  .c-productlist__item[data-list-teaser-colstart='3'][data-list-teaser-colend='4'] {
    grid-column-start: 2;
  }
}

@media (min-width: 1296px) {
  .c-productlist__item[data-list-teaser-colstart='3'][data-list-teaser-colend='4'] {
    grid-column-start: 3;
  }
}

.c-productlist__item[data-list-teaser-colstart='4'][data-list-teaser-colend='5'] {
  grid-column-start: 1;
}

@media (min-width: 992px) {
  .c-productlist__item[data-list-teaser-colstart='4'][data-list-teaser-colend='5'] {
    grid-column-start: 3;
  }
}

@media (min-width: 1296px) {
  .c-productlist__item[data-list-teaser-colstart='4'][data-list-teaser-colend='5'] {
    grid-column-start: 4;
  }
}

.c-productlist__item[data-list-teaser-colstart='1'][data-list-teaser-colend='3'],
.c-productlist__item[data-list-teaser-colstart='2'][data-list-teaser-colend='4'],
.c-productlist__item[data-list-teaser-colstart='3'][data-list-teaser-colend='5'] {
  grid-column: span 2 / span 2;
  padding-top: calc(66.6666666% - 0.375rem);
}

@media (min-width: 992px) {
  .c-productlist__item[data-list-teaser-colstart='1'][data-list-teaser-colend='3'],
  .c-productlist__item[data-list-teaser-colstart='2'][data-list-teaser-colend='4'],
  .c-productlist__item[data-list-teaser-colstart='3'][data-list-teaser-colend='5'] {
    grid-column: span 3 / span 3;
    padding-top: calc(44.444444% - 0.375rem);
  }
}

.c-productlist__item[data-list-teaser-colstart='1'][data-list-teaser-colend='3'] {
  grid-column-start: 1;
}

.c-productlist__item[data-list-teaser-colstart='2'][data-list-teaser-colend='4'] {
  grid-column-start: 1;
}

@media (min-width: 1296px) {
  .c-productlist__item[data-list-teaser-colstart='2'][data-list-teaser-colend='4'] {
    grid-column-start: 2;
  }
}

.c-productlist__item[data-list-teaser-colstart='3'][data-list-teaser-colend='5'] {
  grid-column-start: 1;
}

@media (min-width: 992px) {
  .c-productlist__item[data-list-teaser-colstart='3'][data-list-teaser-colend='5'] {
    grid-column-start: 2;
  }
}

@media (min-width: 1296px) {
  .c-productlist__item[data-list-teaser-colstart='3'][data-list-teaser-colend='5'] {
    grid-column-start: 3;
  }
}

.c-productlist__item[data-list-teaser-colstart='1'][data-list-teaser-colend='4'],
.c-productlist__item[data-list-teaser-colstart='2'][data-list-teaser-colend='5'] {
  grid-column: span 2 / span 2;
  padding-top: calc(66.6666666% - 0.375rem);
}

@media (min-width: 992px) {
  .c-productlist__item[data-list-teaser-colstart='1'][data-list-teaser-colend='4'],
  .c-productlist__item[data-list-teaser-colstart='2'][data-list-teaser-colend='5'] {
    grid-column: span 3 / span 3;
    padding-top: calc(33.333333% - 0.375rem);
  }
}

@media (min-width: 1296px) {
  .c-productlist__item[data-list-teaser-colstart='1'][data-list-teaser-colend='4'],
  .c-productlist__item[data-list-teaser-colstart='2'][data-list-teaser-colend='5'] {
    grid-column: span 4 / span 4;
  }
}

.c-productlist__item[data-list-teaser-colstart='1'][data-list-teaser-colend='4'] {
  grid-column-start: 1;
}

.c-productlist__item[data-list-teaser-colstart='2'][data-list-teaser-colend='5'] {
  grid-column-start: 1;
}

@media (min-width: 1296px) {
  .c-productlist__item[data-list-teaser-colstart='2'][data-list-teaser-colend='5'] {
    grid-column-start: 2;
  }
}

.c-productlist__item[data-list-teaser-colstart='1'][data-list-teaser-colend='5'] {
  grid-column: span 2 / span 2;
  grid-column-start: 1;
  padding-top: calc(66.6666666% - 0.375rem);
}

@media (min-width: 992px) {
  .c-productlist__item[data-list-teaser-colstart='1'][data-list-teaser-colend='5'] {
    grid-column: span 3 / span 3;
    padding-top: calc(33.33333% - 0.375rem);
  }
}

@media (min-width: 1296px) {
  .c-productlist__item[data-list-teaser-colstart='1'][data-list-teaser-colend='5'] {
    grid-column: span 5 / span 5;
    padding-top: calc(25% - 0.375rem);
  }
}

.c-productlist__item[data-list-teaser] {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
}

@media (max-width: 1295.98px) {
  [data-productlist-slide='true'] .c-productlist__item[data-list-teaser] {
    grid-row-start: 1;
  }
}

[data-productlist-slide='true'] .c-productlist__item {
  scroll-snap-align: start;
}

.c-productlist__item[data-list-teaser-row='1'] {
  grid-row-start: 1;
}

.c-productlist__item[data-list-teaser-row='2'] {
  grid-row-start: 2;
}

.c-productlist__item[data-list-teaser-row='3'] {
  grid-row-start: 3;
}

.c-productlist__item[data-list-teaser-row='4'] {
  grid-row-start: 4;
}

.c-productlist__item[data-list-teaser-row='5'] {
  grid-row-start: 5;
}

.c-productlist__item[data-list-teaser-row='6'] {
  grid-row-start: 6;
}

.c-productlist__teaser {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}

.c-productlist__teaser--tile {
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
  .c-productlist__teaser--tile:hover {
    opacity: 0.8;
  }

  .c-productlist__teaser--tile:hover .icon {
    -ms-transform: translateX(0.25rem);
    -webkit-transform: translateX(0.25rem);
    transform: translateX(0.25rem);
  }
}

.c-productlist__teaser-link,
.c-productlist__teaser-image {
  height: 100%;
}

.c-productlist__teaser-link {
  display: block;
}

.c-productlist__teaser-link:before {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  content: '';
  display: block;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 0;
}

.c-productlist__teaser--tile .c-productlist__teaser-link:before {
  display: none;
}

@media (hover: hover) {
  .c-productlist__teaser-link:hover:before {
    background-color: rgba(0, 0, 0, 0.25);
  }
}

.c-productlist__teaser-caption {
  bottom: 0.9375rem;
  left: 1.25rem;
  position: absolute;
  right: 1.25rem;
  -ms-flex-align: end;
  align-items: flex-end;
  color: white;
  -moz-column-gap: 0.625rem;
  -webkit-column-gap: 0.625rem;
  column-gap: 0.625rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
}

@media (min-width: 672px) {
  .c-productlist__teaser-caption {
    bottom: 1.875rem;
    left: 1.875rem;
    position: absolute;
    right: 1.875rem;
  }
}

@media (min-width: 1296px) {
  .c-productlist__teaser-caption {
    bottom: 2.5rem;
    left: 3.75rem;
    position: absolute;
    right: 3.75rem;
  }
}

[data-list-teaser-colstart='1'][data-list-teaser-colend='1'] .c-productlist__teaser-caption,
[data-list-teaser-colstart='2'][data-list-teaser-colend='2'] .c-productlist__teaser-caption,
[data-list-teaser-colstart='3'][data-list-teaser-colend='3'] .c-productlist__teaser-caption,
[data-list-teaser-colstart='4'][data-list-teaser-colend='4'] .c-productlist__teaser-caption {
  bottom: 0.9375rem;
  left: 1.25rem;
  position: absolute;
  right: 1.25rem;
}

[data-productlist-items='5'] .c-productlist__teaser-caption {
  bottom: 1.25rem;
  left: 1.25rem;
  position: absolute;
  right: 0.625rem;
  top: 0;
}

.c-productlist__teaser-title {
  display: inline-block;
  font-family: geograph, arial, serif;
  font-size: 1.313rem;
  font-weight: 300;
  line-height: 1.33;
  max-width: 18.75rem;
}

@media (min-width: 672px) {
  .c-productlist__teaser-title {
    font-size: 1.5rem;
  }
}

@media (min-width: 1296px) {
  .c-productlist__teaser-title {
    font-size: 1.875rem;
  }
}

@media (max-width: 991.98px) {
  .c-productlist__teaser-title + .icon {
    height: 1.5rem;
    width: 1.5rem;
  }
}

[data-productlist-items='5'] .c-productlist__teaser-title + .icon {
  position: absolute;
  right: 0;
  top: 1.5rem;
}

@media (min-width: 672px) {
  [data-productlist-items='5'] .c-productlist__teaser-title + .icon {
    position: absolute;
    right: 0.625rem;
    top: 1.875rem;
  }
}

.c-productlist__teaser-image {
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.c-product-detail__top {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(20, [col-start] 1fr);
  grid-template-rows: auto;
  grid-gap: 0.375rem;
  margin-inline: auto;
  padding-block: 0;
  position: relative;
}

.c-product-detail__media {
  grid-column: 1/-1;
}

@media (min-width: 672px) {
  .c-product-detail__media {
    grid-column-start: 1;
    grid-column-end: 11;
  }
}

.c-product-detail__buy {
  grid-column: 1/-1;
}

@media (min-width: 672px) {
  .c-product-detail__buy {
    grid-column-start: 12;
    grid-column-end: 21;
  }
}

@media (min-width: 992px) {
  .c-product-detail__buy {
    grid-column-end: 21;
  }
}

.c-product-detail__header {
  margin-bottom: clamp(1.25rem, 8vw, 2rem);
}

.c-product-detail__action {
  margin-bottom: clamp(4.25rem, 8vw, 8.75rem);
}

.c-product-detail__wrapper--single .c-product-detail__action {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .c-product-detail__section {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(20, [col-start] 1fr);
    grid-template-rows: auto;
    grid-gap: 0.375rem;
    margin-inline: auto;
    padding-block: 0;
  }
}

.c-product-detail__wrapper--single .c-product-detail__section {
  margin-top: clamp(4.25rem, 8vw, 8.75rem);
}

.c-product-detail__content {
  display: -ms-grid;
  display: grid;
  grid-row-gap: clamp(3.75rem, 8vw, 7.813rem);
}

.c-product-detail__content:not(.c-product-detail__content--split) {
  grid-template-columns: 1fr;
}

.c-product-detail__content--split {
  grid-template-areas: 'description' 'details' 'instructions';
  grid-template-columns: 1fr;
  grid-column-gap: clamp(3.75rem, 8vw, 7.813rem);
  grid-template-rows: auto;
}

@media (min-width: 992px) {
  .c-product-detail__content--split {
    grid-column-start: 2;
    grid-column-end: 20;
    grid-template-columns: 1.1fr 1fr;
    grid-template-areas: 'description description' 'details instructions';
  }
}

.c-product-detail__content-item:empty {
  display: none;
}

.c-product-detail__content--split .c-product-detail__content-item:nth-child(1) {
  grid-area: description;
}

.c-product-detail__content--split .c-product-detail__content-item:nth-child(2) {
  grid-area: details;
}

.c-product-detail__content--split .c-product-detail__content-item:nth-child(3) {
  grid-area: instructions;
}

.c-product-detail__content-title,
.c-product-detail__content-desc {
  color: #2d2d2d;
  font-weight: 400;
}

.c-product-detail__content-title {
  font-size: 1.375rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.c-product-detail__content-desc {
  font-size: 1rem;
  line-height: 2;
}

.c-product-detail__content--split .c-product-detail__content-desc {
  max-width: 62.188rem;
}

.c-product-detail__content--split .c-product-detail__content-properties {
  max-width: 45rem;
}

.c-product-detail__manufacturer-link {
  text-decoration: none;
  text-decoration-color: transparent;
  text-underline-offset: 0.375rem;
  color: rgba(45, 45, 45, 0.7);
  font-size: 1rem;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (hover: hover) {
  .c-product-detail__manufacturer-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.0625rem;
    text-decoration-color: #2d2d2d;
  }
}

@media (hover: hover) {
  .c-product-detail__manufacturer-link:hover {
    color: #2d2d2d;
  }
}

.c-product-detail__name {
  color: #2d2d2d;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.15;
}

.c-product-detail__table {
  border-collapse: collapse;
  box-shadow: none;
  font-family: silka, arial, serif;
  width: 100%;
}

.c-product-detail__table-label,
.c-product-detail__table-cell {
  border-bottom: 0.0625rem solid #e1e1e1;
  color: #2d2d2d;
  font-size: 1rem;
  font-weight: 400;
  padding-block: 0.9375rem;
}

.c-product-detail__content--split .c-product-detail__table-label,
.c-product-detail__content--split .c-product-detail__table-cell {
  padding-block: 0.5rem;
}

.c-product-detail__table-label {
  max-width: 14.063rem;
  padding-right: 1.25rem;
}

.c-product-detail__content--split .c-product-detail__list {
  padding-top: 0.5rem;
}

.c-product-detail__list-item {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.15;
}

.c-product-detail__list-item + .c-product-detail__list-item {
  margin-top: 1.25rem;
}

.c-product-detail__list-item .icon {
  margin-right: 0.9375rem;
}

.c-product-detail__price {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.9375rem;
  margin-bottom: 0.625rem;
}

.c-product-detail__price-price {
  color: #2d2d2d;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.c-product-detail__price-discount {
  color: #76855e;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: line-through;
}

.c-product-detail__tax {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: clamp(2.5rem, 8vw, 4.375rem);
}

.c-product-detail__tax-link {
  text-decoration: none;
  text-decoration-color: transparent;
  text-underline-offset: 0.375rem;
  color: #b4b4b4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (hover: hover) {
  .c-product-detail__tax-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.0625rem;
    text-decoration-color: #b4b4b4;
  }
}

@media (hover: hover) {
  .c-product-detail__tax-link:hover {
    color: #2d2d2d;
  }
}

.c-product-detail__configurator-group {
  margin-bottom: clamp(2.5rem, 8vw, 3.125rem);
}

.c-product-detail__configurator-group-title {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.9375rem;
}

.c-product-detail__configurator-group-title span:nth-child(2) {
  font-weight: 400;
}

@media (max-width: 1295.98px) {
  .c-product-detail__configurator-options {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 0.375rem;
    overflow-y: hidden;
    padding-bottom: 0.375rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .c-product-detail__configurator-options::-webkit-scrollbar {
    display: none;
  }
}

@media (min-width: 672px) {
  .c-product-detail__configurator-options {
    display: -ms-grid;
    display: grid;
    grid-gap: 0.375rem;
    grid-template-rows: auto;
  }
}

@media (min-width: 672px) {
  .is-group-media .c-product-detail__configurator-options {
    grid-template-columns: repeat(auto-fill, 4.375rem);
  }
}

@media (min-width: 1296px) {
  .is-group-media .c-product-detail__configurator-options {
    grid-template-columns: repeat(auto-fill, 5.313rem);
  }
}

@media (min-width: 672px) {
  .is-group-text .c-product-detail__configurator-options {
    grid-template-columns: repeat(auto-fill, 3.75rem);
  }
}

.is-group-media .c-product-detail__configurator-option {
  background-color: #f1f2ef;
}

@media (max-width: 1295.98px) {
  .is-group-media .c-product-detail__configurator-option {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 4.375rem;
  }
}

@media (max-width: 991.98px) {
  .is-group-media .c-product-detail__configurator-option {
    width: 4.375rem;
  }
}

@media (min-width: 672px) {
  .c-product-detail__configurator-option.is-display-text.is-hidden {
    display: none;
  }
}

.c-product-detail__configurator-option--button,
.c-product-detail__configurator-option--link {
  grid-column: span 3;
}

.c-product-detail__configurator-option--link {
  display: none;
}

@media (min-width: 672px) {
  .c-product-detail__configurator-option--link {
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: 0;
    color: #2d2d2d;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 0.875rem;
    height: 3.125rem;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 0.375rem;
    text-decoration-thickness: 0.0625rem;
    text-decoration-color: #b4b4b4;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
  }
}

@media (min-width: 672px) and (hover: hover) {
  .c-product-detail__configurator-option--link:hover {
    color: black;
  }
}

.c-product-detail__configurator-collapse {
  display: none;
}

@media (min-width: 672px) {
  .c-product-detail__configurator-collapse {
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: 0;
    box-shadow: inset 0 0 0 0.0625rem #b4b4b4;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 1rem;
    height: 3.125rem;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 100%;
  }
}

.c-product-detail__configurator-sizes {
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  color: #2d2d2d;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0.875rem;
  height: 3.125rem;
  line-height: 1;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 0.375rem;
  text-decoration-thickness: 0.0625rem;
  text-decoration-color: #b4b4b4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}

@media (min-width: 672px) {
  .c-product-detail__configurator-sizes {
    display: none;
  }
}

.c-product-detail__configurator-label {
  background-color: transparent !important;
  cursor: pointer;
  display: block;
  margin: 0;
  min-width: 100%;
  padding: 0;
}

.is-group-media .c-product-detail__configurator-label {
  position: relative;
  height: 0;
  min-width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 105.8823529412%;
}

.is-group-media .c-product-detail__configurator-label:after {
  left: 0;
  position: absolute;
  top: calc(100% + 0.25rem);
  background-color: #2d2d2d;
  content: '';
  display: block;
  height: 0.125rem;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}

@media (hover: hover) {
  .is-group-media .c-product-detail__configurator-label:hover:after {
    opacity: 0.2;
  }
}

.is-group-text .c-product-detail__configurator-label {
  -ms-flex-align: center;
  align-items: center;
  box-shadow: inset 0 0 0 0.0625rem #b4b4b4;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  height: 3.125rem;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  text-transform: uppercase;
  width: 3.75rem;
}

.is-group-text .c-product-detail__configurator-label:not(.is-combinable) {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.4;
}

@media (hover: hover) {
  .is-group-text .c-product-detail__configurator-label:hover {
    border-color: transparent;
    box-shadow: inset 0 0 0 0.125rem rgba(45, 45, 45, 0.2);
  }
}

.is-voucher .c-product-detail__configurator-label {
  padding-inline: 0.625rem;
  text-align: center;
}

.is-group-media .c-product-detail__configurator-input:checked + .c-product-detail__configurator-label:after {
  opacity: 1;
}

.is-group-text .c-product-detail__configurator-input:checked + .c-product-detail__configurator-label {
  box-shadow: inset 0 0 0 0.125rem #2d2d2d;
}

.c-product-detail__configurator-image {
  left: 50%;
  position: absolute;
  top: 50%;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  max-width: 3.125rem;
}

.c-product-detail__configurator-input {
  display: none;
}

.c-product-detail__form {
  margin-bottom: clamp(1.25rem, 8vw, 2.813rem);
}

.c-product-detail__form-wrap {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 4.688rem;
  grid-gap: 0.375rem;
  place-content: flex-start;
}

@media (min-width: 1296px) {
  .c-product-detail__form-wrap {
    grid-template-columns: 23.125rem 4.688rem;
  }
}

.c-product-detail__form-quantity {
  display: none;
}

.c-product-detail__form .product-wishlist,
.c-product-detail__form-wishlist {
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 4.688rem;
}

@media (hover: hover) {
  .c-product-detail__form .product-wishlist:hover,
  .c-product-detail__form-wishlist:hover {
    opacity: 0.4;
  }
}

.c-product-detail__delivery {
  margin-bottom: 0.9375rem;
}

.c-product-detail__stores-info,
.c-product-detail__delivery-info {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1;
}

.c-product-detail__stores-info.is-info,
.c-product-detail__delivery-info.is-info {
  color: #2d2d2d;
}

.c-product-detail__stores-info.is-success,
.c-product-detail__delivery-info.is-success {
  color: #76855e;
}

.c-product-detail__stores-info.is-warning,
.c-product-detail__delivery-info.is-warning {
  color: #de8a2c;
}

.c-product-detail__stores-info.is-danger,
.c-product-detail__delivery-info.is-danger {
  color: #b02304;
}

.c-product-detail__stores-info .icon,
.c-product-detail__delivery-info .icon {
  margin-right: 0.626rem;
  -ms-transform: translateY(-0.0625rem);
  -webkit-transform: translateY(-0.0625rem);
  transform: translateY(-0.0625rem);
}

.c-product-detail__cross-selling-header {
  margin-bottom: 2.5rem;
}

.c-product-detail__cross-selling-title {
  color: #2d2d2d;
  font-size: 2rem;
  font-weight: 400;
}

.c-product-detail__cross-selling-content {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 0.375rem;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
}

.c-product-detail__cross-selling-teaser {
  position: relative;
  background-color: #111;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 133.3333333333%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (hover: hover) {
  .c-product-detail__cross-selling-teaser:hover {
    background-color: #2d2d2d;
  }
}

.c-product-detail__cross-selling-teaser .icon-cross-selling {
  position: absolute;
  right: 0.9375rem;
  top: 1.75rem;
  color: white;
}

.c-product-detail__cross-selling-text {
  bottom: 1.875rem;
  left: 1.875rem;
  position: absolute;
  right: 1.1875rem;
  color: white;
  font-family: geograph, arial, serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.4;
}

.c-product {
  background-color: transparent;
  border-color: transparent;
  height: auto;
}

.c-product__wrap {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-product__media {
  background-color: #f1f2ef;
}

@media (max-width: 1295.98px) {
  [data-productlist-slide='true'] .c-product__media {
    min-width: 15.75rem;
  }
}

.c-product__media-link {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
  padding-top: 133.3333333333%;
}

.c-product__media-image {
  left: 50%;
  position: absolute;
  top: 50%;
  max-width: 75%;
  -ms-transform: translate3d(-50%, -50%, 0) scale(1);
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
  transform: translate3d(-50%, -50%, 0) scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (hover: hover) {
  .c-product__media-link:hover .c-product__media-image,
  .c-product__media-link:focus .c-product__media-image {
    -ms-transform: translate3d(-50%, -50%, 0) scale(1.025);
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.025);
    transform: translate3d(-50%, -50%, 0) scale(1.025);
  }
}

.c-product__info {
  display: -ms-grid;
  display: grid;
  grid-template-areas: 'variant' 'brand' 'name' 'price';
  grid-column-gap: 0.625rem;
  grid-row-gap: 0.25rem;
  grid-template-rows: minmax(1.3125rem, auto);
  padding: 0.9375rem;
}

@media (min-width: 480px) {
  .c-product__info {
    grid-template-areas: 'brand price' 'name price' 'variant variant';
  }
}

.c-product__info-brand,
.c-product__info-name,
.c-product__info-price {
  font-weight: 400;
  line-height: 1.375;
}

.c-product__info-brand {
  color: #b4b4b4;
  font-size: 0.75rem;
  grid-area: brand;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (min-width: 672px) {
  .c-product__info-brand {
    font-size: 0.875rem;
  }
}

.c-product__info-name {
  text-decoration: none;
  text-decoration-color: transparent;
  text-underline-offset: 0.375rem;
  color: #2d2d2d;
  font-size: 0.875rem;
  grid-area: name;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (hover: hover) {
  .c-product__info-name:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.0625rem;
    text-decoration-color: black;
  }
}

@media (min-width: 672px) {
  .c-product__info-name {
    font-size: 1rem;
  }
}

@media (hover: hover) {
  .c-product__info-name:hover {
    color: black;
  }
}

.c-product__info-price {
  grid-area: price;
  text-align: right;
}

.c-product__info-variant {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-area: variant;
  padding-top: 0.5rem;
  gap: 0.375rem;
}

@media (max-width: 479.98px) {
  .c-product__info-variant {
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
    margin-top: -3.125rem;
    margin-inline: -0.625rem;
  }
}

.c-product__info-variant-item {
  position: relative;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 1.125rem;
  height: 1.063rem;
  line-height: 1;
  width: 1.063rem;
}

.c-product__info-variant-item[title='WeiÃŸ'] {
  border: 0.0625rem solid #e1e1e1;
}

@media (max-width: 479.98px) {
  .c-product__info-list {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.c-product__info-list-price,
.c-product__info-list-unit-price {
  display: block;
}

@media (min-width: 672px) {
  .c-product__info-list-price,
  .c-product__info-list-unit-price {
    white-space: nowrap;
  }
}

.c-product__info-list-price {
  color: #2d2d2d;
  font-size: 0.875rem;
  height: 1.375rem;
  text-decoration-line: line-through;
}

@media (max-width: 479.98px) {
  .c-product__info-list-price {
    line-height: 1.5;
    -ms-flex-order: 2;
    order: 2;
  }
}

.c-product__info-list-unit-price {
  color: #2d2d2d;
  font-size: 1.125rem;
  line-height: 1.6;
}

@media (max-width: 479.98px) {
  .c-product__info-list-unit-price {
    font-size: 1rem;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0.625rem;
  }
}

.with-list-price .c-product__info-list-unit-price {
  color: #76855e;
}

.c-product__info-delivery {
  grid-column: 1 / span 2;
  padding-top: 0.625rem;
}

.c-product__info-delivery-info {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.15;
}

.c-product__info-delivery-info.is-info {
  color: #2d2d2d;
}

.c-product__info-delivery-info.is-success {
  color: #76855e;
}

.c-product__info-delivery-info.is-warning {
  color: #de8a2c;
}

.c-product__info-delivery-info.is-danger {
  color: #b02304;
}

.c-product__info-delivery-info .icon {
  margin-right: 0.626rem;
}

.c-product__badges {
  position: absolute;
  right: 0;
  top: 0;
  display: -ms-grid;
  display: grid;
  font-size: 0.875rem;
  grid-row-gap: 0.375rem;
}

@media (max-width: 479.98px) {
  .c-product__badges {
    z-index: 1;
  }
}

.c-product__badges--small {
  position: relative;
}

.c-product__badges-item {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: geograph, arial, serif;
  font-weight: 400;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.125rem;
  line-height: 1;
  text-transform: uppercase;
  width: 4.25rem;
}

@media (max-width: 479.98px) {
  .c-product__badges-item {
    font-size: 0.75rem;
    height: 1.875rem;
    width: 3.5416666667rem;
  }
}

.c-product__badges--small .c-product__badges-item {
  height: 1.625rem;
  width: 1.75rem;
}

@media (max-width: 479.98px) {
  .c-product__badges-item [data-percentage] {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    padding-top: 0.125rem;
  }
}

.c-product__badges-topseller {
  background-color: #225836;
  color: white;
}

.c-product__badges-discount {
  background-color: #e6007e;
  color: white;
}

.c-product__badges-new {
  background-color: black;
  color: white;
}

.c-product__badges-cc {
  background-color: #273851;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5Ni4zNjciIGhlaWdodD0iNTguNTIiPgogIDxkZWZzPgogICAgPGNsaXBQYXRoIGlkPSJhIiBjbGlwUGF0aFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CiAgICAgIDxwYXRoIGQ9Ik01LjQ5NS45ODFoNTkuMjI3VjQyLjY5SDUuNDk1WiIvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+CiAgPGcgY2xpcC1wYXRoPSJ1cmwoI2EpIiB0cmFuc2Zvcm09Im1hdHJpeCgxLjMzMzMzIDAgMCAtMS4zMzMzMyAwIDU4LjUyKSI+CiAgICA8cGF0aCBkPSJNMCAwYy0xLjE2NyAxLjEyLTIuMTU1IDIuMzgyLTMuMDA2IDMuNzVhMTcuMjMgMTcuMjMgMCAwIDAtMy40NDMtLjMzMmMtMi4xNjUgMC00LjE1Mi40NTYtNS45NTUgMS4zNjgtMS44MDQuOTEzLTMuMjU5IDIuMjUyLTQuMzYgNC4wMTctMS4xMDIgMS43NjYtMS42NTIgMy44NjQtMS42NTIgNi4yOTYgMCAyLjQ3LjU1IDQuNTc4IDEuNjUyIDYuMzI1IDEuMTAxIDEuNzQ3IDIuNTU2IDMuMDc4IDQuMzYgMy45OSAxLjgwMy45MSAzLjc5IDEuMzY2IDUuOTU1IDEuMzY2IDEuMjUzIDAgMi4zOTYtLjExMyAzLjQ1MS0uMzE5Qy0yLjE1IDI3LjgyNS0xLjE2NSAyOS4wODIgMCAzMC4yYzEuMTQ4IDEuMTAyIDIuNDQ3IDIuMDMzIDMuODYxIDIuODNhMTkuODYzIDE5Ljg2MyAwIDAgMS0zLjY0NCAxLjg0MWMtMS45MDEuNzIxLTQuMzEyIDEuMDg1LTcuMjM2IDEuMDg1LTMuMTkxIDAtNi4xMzYtLjQ5Ni04LjgzMy0xLjQ4Mi0yLjY5Ny0uOTktNS4wMTMtMi40MTMtNi45NTEtNC4yNzQtMS45MzgtMS44NjItMy40MzktNC4wNjUtNC41MDEtNi42MTEtMS4wNjYtMi41NDUtMS41OTUtNS4zNzUtMS41OTUtOC40OXMuNTI5LTUuOTQ1IDEuNTk1LTguNDlDLTI2LjI0MiA0LjA2My0yNC43NDEgMS44Ni0yMi44MDMgMGMxLjkzOC0xLjg2MiA0LjI1NC0zLjI4OCA2Ljk1MS00LjI3NCAyLjY5Ny0uOTg3IDUuNjQyLTEuNDgxIDguODMzLTEuNDgxIDIuOTI0IDAgNS4zMzUuMzYxIDcuMjM2IDEuMDgyYTE5Ljc1IDE5Ljc1IDAgMCAxIDMuNjQ0IDEuODQ0QzIuNDQ3LTIuMDM1IDEuMTQ4LTEuMTA0IDAgMCIgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMzQuMzk0IDYuNzM2KSIvPgogICAgPHBhdGggZD0iTTAgMGMxLjEwMS0xLjc2NiAyLjU1NC0zLjEwNSA0LjM2LTQuMDE3IDEuODAzLS45MTIgMy43ODgtMS4zNjkgNS45NTMtMS4zNjkgMS45IDAgMy41NzEuMjQ5IDUuMDE1Ljc0MiAxLjQ0Mi40OTIgMi43MzUgMS4xNCAzLjg3NCAxLjkzOWEyMC4yMyAyMC4yMyAwIDAgMSAzLjAyMSAyLjU2MnYtMTAuMzY5YTE5Ljc5MyAxOS43OTMgMCAwIDAtNS4yNDMtMi45NjRjLTEuOS0uNzIxLTQuMzEzLTEuMDgzLTcuMjM3LTEuMDgzLTMuMTkxIDAtNi4xMzQuNDk0LTguODMxIDEuNDgyLTIuNjk5Ljk4OC01LjAxNSAyLjQxMS02Ljk1MSA0LjI3NC0xLjkzOCAxLjg2LTMuNDM5IDQuMDY1LTQuNTAzIDYuNjA4LTEuMDY0IDIuNTQ2LTEuNTk1IDUuMzc1LTEuNTk1IDguNDkxIDAgMy4xMTUuNTMxIDUuOTQ0IDEuNTk1IDguNDkgMS4wNjQgMi41NDYgMi41NjUgNC43NDkgNC41MDMgNi42MTEgMS45MzYgMS44NiA0LjI1MiAzLjI4MyA2Ljk1MSA0LjI3MyAyLjY5Ny45ODYgNS42NCAxLjQ4MiA4LjgzMSAxLjQ4MiAyLjkyNCAwIDUuMzM3LS4zNjEgNy4yMzctMS4wODJhMTkuOTA1IDE5LjkwNSAwIDAgMCA1LjI0My0yLjk2NFYxMi43MzRhMjEuNTA1IDIxLjUwNSAwIDAgMS0zLjAyMSAyLjU5NGMtMS4xMzkuODE2LTIuNDMyIDEuNDYxLTMuODc0IDEuOTM2LTEuNDQ0LjQ3NS0zLjExNS43MTMtNS4wMTUuNzEzLTIuMTY1IDAtNC4xNS0uNDU0LTUuOTUzLTEuMzY2LTEuODA2LS45MTMtMy4yNTktMi4yNDMtNC4zNi0zLjk5LTEuMTAxLTEuNzQ3LTEuNjUyLTMuODU1LTEuNjUyLTYuMzI1IDAtMi40My41NTEtNC41MyAxLjY1Mi02LjI5NiIgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtmaWxsLXJ1bGU6bm9uemVybztzdHJva2U6bm9uZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDIuNSAxNS41MzkpIi8+CiAgPC9nPgo8L3N2Zz4K');
  background-position: 0.45rem center;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  color: white;
  padding-left: 1.125rem;
}

@media (max-width: 479.98px) {
  .c-product__badges-cc {
    background-position: 0.3125rem 0.625rem;
    background-size: 1.125rem;
  }
}

@media (min-width: 672px) {
  .c-gallery__list {
    display: -ms-grid !important;
    display: grid !important;
    grid-gap: 0.375rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

@media (min-width: 992px) {
  .c-gallery__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-gallery__item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.c-gallery__item:first-child {
  background-color: #f1f2ef;
}

@media (min-width: 992px) {
  .c-gallery__item:first-child {
    grid-column: 1/-1;
  }
}

.c-gallery__figure {
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  width: 100%;
}

@media (min-width: 672px) {
  .c-gallery__figure {
    padding-block: 3.125%;
  }
}

@media (max-width: 479.98px) {
  .c-gallery__image {
    height: 70vh;
    height: 70s vh;
    object-fit: contain;
    object-position: center;
    width: 100%;
  }
}

@media (min-width: 672px) {
  .c-gallery__image {
    max-width: 60%;
  }
}

.c-gallery .gallery-slider-thumbnails-item-inner {
  border-radius: 0;
}

.c-gallery .gallery-slider-thumbnails-item.tns-nav-active .gallery-slider-thumbnails-item-inner {
  border-color: #2d2d2d;
}

.c-gallery .gallery-slider-controls-next,
.c-gallery .gallery-slider-controls-prev {
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  height: 3.75rem;
  width: 3.75rem;
}

.c-gallery .splide__pagination {
  -moz-column-gap: 0.375rem;
  -webkit-column-gap: 0.375rem;
  column-gap: 0.375rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 0.125rem;
}

.c-gallery .splide__pagination li {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 0.125rem;
  line-height: 0;
}

.c-gallery .splide__pagination__page {
  background-color: #b4b4b4;
  border: 0;
  height: 0.125rem;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  width: 100%;
}

.c-gallery .splide__pagination__page:focus,
.c-gallery .splide__pagination__page:active {
  background-color: #2d2d2d;
  box-shadow: none;
  outline: 0;
}

.c-gallery .splide__pagination__page.is-active {
  background-color: #2d2d2d;
}

.c-store-desc {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1296px) {
  .c-store-desc {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(20, [col-start] 1fr);
    grid-template-rows: auto;
    grid-gap: 0.375rem;
    margin-inline: auto;
    padding-block: 0;
  }
}

@media (min-width: 1296px) {
  .c-store-desc__info {
    grid-column: col-start 1 / span 6;
  }
}

.c-store-desc__info-heading,
.c-store-desc__info-subline {
  color: #2d2d2d;
}

.c-store-desc__info-heading {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.33;
  margin-bottom: 1.5rem;
}

@media (min-width: 480px) {
  .c-store-desc__info-heading {
    font-size: 2.625rem;
  }
}

.c-store-desc__info-heading + [type='button'] {
  margin-bottom: 1.875rem;
}

.c-store-desc__info-address {
  margin-bottom: 2.813rem;
}

.c-store-desc__slides {
  margin-top: 2.5rem;
}

@media (min-width: 1296px) {
  .c-store-desc__slides {
    grid-column: col-start 9 / span 12;
    margin-top: 0;
  }
}

.c-store-desc__nav {
  -moz-column-gap: 1.25rem;
  -webkit-column-gap: 1.25rem;
  column-gap: 1.25rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.c-store-desc__nav-link {
  display: -ms-grid;
  display: grid;
}

.c-store-desc__nav-link .icon {
  color: #b4b4b4;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
  .c-store-desc__nav-link:hover .icon {
    color: #343434;
  }
}

.c-store-desc__slider-figure {
  margin: 0;
}

.c-store-selection__media {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 0.375rem;
}

.c-store-selection__media-figure {
  margin: 0;
}

.c-store-selection__media-figure--primary {
  position: relative;
}

.c-store-selection__media-figure--primary:before {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(45, 45, 45, 0.3);
  content: '';
  display: inline-block;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  z-index: 1;
}

.c-store-selection__media-desc {
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

[data-grid-column='1/20'] .c-store-selection__media-desc {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(8, [col-start] 1fr);
  grid-template-rows: auto;
  grid-gap: 0.375rem;
  margin-inline: auto;
  padding-block: 0;
}

[data-grid-column='2/18'] .c-store-selection__media-desc {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(6, [col-start] 1fr);
  grid-template-rows: auto;
  grid-gap: 0.375rem;
  margin-inline: auto;
  padding-block: 0;
}

.c-store-selection__media-inner {
  -ms-flex-item-align: center;
  align-self: center;
}

[data-grid-column='1/20'] .c-store-selection__media-inner {
  grid-column: 2 / span 6;
}

[data-grid-column='2/18'] .c-store-selection__media-inner {
  grid-column: 2 / span 4;
}

.c-store-selection__media-title,
.c-store-selection__media-item {
  color: white;
  font-weight: 300;
}

.c-store-selection__media-title {
  font-size: 1.75rem;
  margin-bottom: 1.875rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.c-store-selection__media-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 1.125rem;
  line-height: 1.4;
}

.c-store-selection__media-item + .c-store-selection__media-item {
  margin-top: 0.9375rem;
}

.c-store-selection__action {
  position: relative;
}

.c-store-selection__action-selection {
  background-color: black;
}

[data-grid-column='1/20'] .c-store-selection__action-selection {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(18, [col-start] 1fr);
  grid-template-rows: auto;
  grid-gap: 0.375rem;
  margin-inline: auto;
  padding-block: 2.5rem;
}

[data-grid-column='2/18'] .c-store-selection__action-selection {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-template-rows: auto;
  grid-gap: 0.375rem;
  margin-inline: auto;
  padding-block: 2.5rem;
}

.c-store-selection__action-content {
  position: absolute;
  top: 100%;
  background-color: black;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-grid-column='1/20'] .c-store-selection__action-content {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(18, [col-start] 1fr);
  grid-template-rows: auto;
  grid-gap: 0.375rem;
  margin-inline: auto;
  padding-block: 0;
}

[data-grid-column='2/18'] .c-store-selection__action-content {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(16, [col-start] 1fr);
  grid-template-rows: auto;
  grid-gap: 0.375rem;
  margin-inline: auto;
  padding-block: 0;
}

.c-store-selection__action-inner {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-inline: -0.375rem;
}

[data-grid-column='1/20'] .c-store-selection__action-inner {
  grid-column: 2 / span 16;
}

[data-grid-column='2/18'] .c-store-selection__action-inner {
  grid-column: 2 / span 14;
}

.c-store-selection__action-content .c-store-selection__action-inner {
  padding-block: 2.5rem;
}

.c-store-selection__action-title,
.c-store-selection__action-link {
  color: white;
  font-family: geograph, arial, serif;
  font-size: 1.75rem;
  font-weight: 300;
}

.c-store-selection__action-link {
  text-decoration: none;
  text-decoration-color: transparent;
  text-underline-offset: 0.375rem;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  outline: 0 !important;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
  .c-store-selection__action-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.0625rem;
    text-decoration-color: white;
  }
}

.c-store-selection__action-link .icon > svg {
  top: 0.425rem;
}

@media (hover: hover) {
  .c-store-selection__action-link:hover {
    color: white;
  }
}

.c-store-selection__stores {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 2.5rem;
}

.c-store-selection__stores-teaser {
  position: relative;
  -ms-flex-order: 2;
  order: 2;
}

.c-store-selection__stores-teaser-figure {
  height: 100%;
  margin-bottom: 0;
}

.c-store-selection__stores-teaser-link {
  display: block;
  height: 100%;
  text-decoration: none;
}

@media (hover: hover) {
  .c-store-selection__stores-teaser-link:hover {
    text-decoration: none;
  }
}

.c-store-selection__stores-teaser-image {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c-store-selection__stores-teaser-desc {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.c-store-selection__stores-nav {
  -ms-flex-order: 1;
  order: 1;
}

.c-store-selection__stores-link {
  text-decoration: none;
  text-decoration-color: transparent;
  text-underline-offset: 0.375rem;
  color: white;
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.375;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
  .c-store-selection__stores-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.0625rem;
    text-decoration-color: white;
  }
}

.c-store-selection__stores-link + .c-store-selection__stores-link {
  margin-top: 1.875rem;
}

@media (hover: hover) {
  .c-store-selection__stores-link:hover {
    color: white;
  }
}

.c-store-selection__stores-city {
  display: inline-block;
  font-size: 1.375rem;
  font-weight: 300;
  padding-left: 0.3125rem;
}

.c-store-header {
  position: relative;
}

.c-store-header__desc {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.875rem;
  text-align: center;
}

@media (min-width: 480px) {
  .c-store-header__desc {
    padding: 1.25rem;
  }
}

@media (min-width: 672px) {
  .c-store-header__desc {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    margin-bottom: 0;
  }
}

.c-store-header__desc-heading,
.c-store-header__desc-subline {
  color: black;
  text-align: center;
}

@media (min-width: 672px) {
  .c-store-header__desc-heading,
  .c-store-header__desc-subline {
    color: white;
  }
}

.c-store-header__desc-heading + [type='button'],
.c-store-header__desc-subline + [type='button'] {
  margin-top: 0.625rem;
}

@media (min-width: 992px) {
  .c-store-header__desc-heading + [type='button'],
  .c-store-header__desc-subline + [type='button'] {
    margin-top: 2.5rem;
  }
}

.c-store-header__desc-heading {
  font-family: geograph, arial, serif;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}

@media (min-width: 480px) {
  .c-store-header__desc-heading {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  .c-store-header__desc-heading {
    font-size: 3.875rem;
  }
}

.c-store-header__desc-subline {
  font-size: 1.5rem;
  font-weight: 300;
}

@media (min-width: 480px) {
  .c-store-header__desc-subline {
    font-size: 1.875rem;
  }
}

@media (min-width: 992px) {
  .c-store-header__desc-subline {
    font-size: 2.813rem;
  }
}

.c-store-header__media {
  margin-bottom: 0;
}

.c-store-expert {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 672px) {
  .c-store-expert {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(20, [col-start] 1fr);
    grid-template-rows: auto;
    grid-gap: 0.375rem;
    margin-inline: auto;
    padding-block: 0;
  }
}

@media (min-width: 672px) {
  .c-store-expert__media {
    grid-column: col-start 1 / span 6;
  }
}

.c-store-expert__media-figure {
  border-radius: 50%;
  overflow: hidden;
  max-width: 18.75rem;
}

@media (min-width: 672px) {
  .c-store-expert__media-figure {
    max-width: 25rem;
  }
}

.c-store-expert__desc {
  text-align: center;
}

@media (min-width: 672px) {
  .c-store-expert__desc {
    grid-column: col-start 8 / span 12;
    max-width: 50rem;
    text-align: left;
  }
}

.c-store-expert__desc h1,
.c-store-expert__desc h2,
.c-store-expert__desc h3,
.c-store-expert__desc h4 {
  color: #2d2d2d;
  font-size: 1.313rem;
  font-family: geograph, arial, serif;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2.188rem;
}

.c-store-expert__desc p:not(.c-store-expert__desc-signature),
.c-store-expert__desc a,
.c-store-expert__desc b,
.c-store-expert__desc strong {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

.c-store-expert__desc p:not(.c-store-expert__desc-signature),
.c-store-expert__desc ul,
.c-store-expert__desc ol {
  margin-bottom: 0.9375rem;
}

.c-store-expert__desc em,
.c-store-expert__desc i {
  font-size: 0.813rem;
}

.c-store-expert__desc-signature {
  font-family: billistone, serif;
  font-size: 2.625rem;
  line-height: 1;
  padding-top: 1.25rem;
  margin-bottom: -0.375rem;
}

.c-store-expert__desc > *:last-child {
  margin-bottom: 0 !important;
}

.c-store-service {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1296px) {
  .c-store-service {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(20, [col-start] 1fr);
    grid-template-rows: auto;
    grid-gap: 0.375rem;
    margin-inline: auto;
    padding-block: 0;
  }
}

.c-store-service__heading {
  color: #2d2d2d;
  font-family: geograph, arial, serif;
  font-size: 1.313rem;
  font-weight: 400;
  margin-bottom: 1.875rem;
}

.c-store-service__info {
  margin-bottom: 2.5rem;
}

@media (min-width: 1296px) {
  .c-store-service__info {
    grid-column: col-start 1 / span 6;
    margin-bottom: 0;
  }
}

.c-store-service__info-advantages {
  font-size: 1rem;
  font-weight: 300;
}

.c-store-service__info-advantages li + li {
  margin-top: 0.3125rem;
}

@media (hover: hover) {
  .c-store-service__info-advantages li + li:hover .icon {
    color: #343434;
  }
}

.c-store-service__brand {
  grid-column: col-start 8 / span 12;
}

.c-store-service__brand-wrap {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.875rem;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  margin-bottom: 1.25rem;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (min-width: 672px) {
  .c-store-service__brand-wrap {
    grid-gap: 2.5rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-store-service__brand-action {
  text-align: right;
}

.c-store-service__brand-figure {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.c-store-service__brand-figure.is-hidden {
  display: none;
  opacity: 0;
}

@-webkit-keyframes modalfadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes modalfadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes modalfadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes modalfadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes modalslidein {
  from {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }

  to {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes modalslidein {
  from {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }

  to {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes modalslideout {
  from {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  to {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }
}

@keyframes modalslideout {
  from {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  to {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
  }
}

.c-modal {
  background-color: white;
  border: 0;
  display: block;
  margin: auto;
  opacity: 0;
  padding: 0;
  pointer-events: none;
}

.c-modal::backdrop {
  -webkit-animation: modalfadein 0.35s forwards;
  animation: modalfadein 0.35s forwards;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
}

.c-modal[open] {
  -webkit-animation: modalslidein 0.35s forwards;
  animation: modalslidein 0.35s forwards;
  opacity: 1;
  pointer-events: auto;
}

.c-modal.is-close[open] {
  -webkit-animation: modalslideout 0.35s forwards;
  animation: modalslideout 0.35s forwards;
}

.c-modal.is-close::backdrop {
  -webkit-animation: modalfadeout 0.35s forwards;
  animation: modalfadeout 0.35s forwards;
}

.c-modal--large {
  max-width: 62.5rem;
}

.c-modal__header {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5rem 2.5rem;
}

.c-modal__header-title {
  font-size: 1.25rem;
  font-weight: 400;
}

@media (min-width: 672px) {
  .c-modal__header-title {
    font-size: 2rem;
  }
}

.c-modal__content {
  padding: 1.5rem 2.5rem;
}

.modal.zoom-modal {
  display: block !important;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  visibility: hidden;
}

.modal.zoom-modal.show {
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-backdrop.show {
  opacity: 0;
}

.modal-backdrop .loader {
  color: white !important;
}

.c-checkout__header {
  margin-bottom: 3.75rem;
}

.c-checkout__header-title {
  color: #2d2d2d;
  font-size: 2rem;
  font-weight: 400;
}

@media (min-width: 1296px) {
  .c-checkout__header-title {
    font-size: 2.25rem;
  }
}

.c-checkout__aside {
  margin-top: 1.875rem;
}

@media (min-width: 1296px) {
  .c-checkout__aside {
    margin-top: 0;
  }
}

.c-checkout__aside-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-checkout__summary {
  background-color: #f8f8f8;
  margin-top: 1.875rem;
  -ms-flex-order: 3;
  order: 3;
  padding: 1.25rem;
}

@media (min-width: 1296px) {
  .c-checkout__summary {
    margin-top: 0;
    -ms-flex-order: 1;
    order: 1;
    padding: 1.875rem;
  }
}

@media (max-width: 1295.98px) {
  .c-checkout__summary--small {
    display: none;
  }
}

.c-checkout__summary-header {
  color: #2d2d2d;
  font-size: 1.625rem;
  font-weight: 400;
  margin-bottom: 1.875rem;
}

.c-checkout__summary-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.c-checkout__summary-label,
.c-checkout__summary-value {
  font-family: silka, arial, serif;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0.9375rem;
  width: 50%;
}

.c-checkout__summary-label--total,
.c-checkout__summary-value--total {
  border-top: 0.0625rem solid #e1e1e1;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0.9375rem;
  padding-top: 1.875rem;
}

.c-checkout__summary-label--discount,
.c-checkout__summary-value--discount {
  color: #225836;
}

.c-checkout__summary-value {
  text-align: right;
}

@media (max-width: 1295.98px) {
  .c-checkout__action--small {
    display: none;
  }
}

.c-checkout__action--control,
.c-checkout__action--submit {
  background-color: #f8f8f8;
}

.c-checkout__action--control {
  background-color: #f8f8f8;
  -ms-flex-order: 4;
  order: 4;
  padding: 0.9375rem 1.875rem 1.875rem;
}

@media (min-width: 1296px) {
  .c-checkout__action--control {
    -ms-flex-order: 2;
    order: 2;
  }
}

.c-checkout__action--coupon,
.c-checkout__action--vip {
  margin-top: 1.875rem;
}

.c-checkout__action--coupon {
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 1296px) {
  .c-checkout__action--coupon {
    -ms-flex-order: 3;
    order: 3;
  }
}

.c-checkout__action--vip {
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 1296px) {
  .c-checkout__action--vip {
    -ms-flex-order: 4;
    order: 4;
  }
}

.c-checkout__action--submit {
  -ms-flex-order: 3;
  order: 3;
  padding: 0 1.25rem 1.25rem;
}

@media (min-width: 1296px) {
  .c-checkout__action--submit {
    padding: 0 1.875rem 1.875rem;
  }
}

.c-checkout__action-tease {
  margin-bottom: 0.9375rem;
}

.c-checkout__action-tease-badge {
  background-color: #2d2d2d;
  border-radius: 0.625rem;
  color: white;
  display: inline-block;
  font-family: geograph, arial, serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1;
  margin-right: 0.625rem;
  padding: 0.5rem 0.625rem;
}

.c-checkout__action-tease-price {
  color: #225836;
}

.c-checkout__action-text {
  color: #2d2d2d;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4;
}

.c-checkout__action-text a {
  color: #2d2d2d;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 0.375rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (hover: hover) {
  .c-checkout__action-text a:focus,
  .c-checkout__action-text a:hover {
    color: black;
  }
}

.c-checkout__action-notice {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

@media (min-width: 1296px) {
  .c-checkout__action-notice {
    margin-bottom: 1.875rem;
  }
}

.c-checkout__action-notice-link {
  color: #2d2d2d;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (hover: hover) {
  .c-checkout__action-notice-link:focus,
  .c-checkout__action-notice-link:hover {
    color: black;
  }
}

.c-checkout__action-advantages {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 1.25rem;
}

@media (min-width: 1296px) {
  .c-checkout__action-advantages {
    margin-bottom: 1.875rem;
  }
}

.c-checkout__action-advantages li + li {
  margin-top: 0.3125rem;
}

@media (hover: hover) {
  .c-checkout__action-advantages li + li:hover .icon {
    color: #343434;
  }
}

.c-cart__header {
  display: none;
}

@media (min-width: 992px) {
  .c-cart__header {
    border-bottom: 0.0625rem solid #e1e1e1;
    display: -ms-grid;
    display: grid;
    grid-gap: 0.625rem;
    grid-template-columns: 4fr 1.2fr 1.2fr 1.2fr 1.875rem;
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.c-cart__header-item {
  color: #2d2d2d;
  font-size: 1.25rem;
  font-weight: 400;
}

.c-cart__header-quantity {
  text-align: center;
}

.c-cart__item {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-gap: 0.625rem;
}

@media (min-width: 992px) {
  .c-cart__item {
    grid-template-columns: 4fr 1fr 1.25fr 1.25fr 1.875rem;
  }
}

@media (min-width: 1600px) {
  .c-cart__item {
    grid-template-columns: 4fr 1.2fr 1.2fr 1.2fr 1.875rem;
  }
}

.c-cart__item + .c-cart__item {
  margin-top: 1.875rem;
}

@media (max-width: 991.98px) {
  .c-cart__item + .c-cart__item {
    border-top: 0.0625rem solid #e1e1e1;
    margin-top: 1.3392857143rem;
    padding-top: 1.875rem;
  }
}

.c-cart__item-promotion {
  -ms-flex-align: center;
  align-items: center;
  border-top: 0.0625rem solid #e1e1e1;
  padding-top: 1.875rem;
}

@media (min-width: 992px) {
  .c-cart__item-promotion {
    grid-template-columns: 6.4fr 1.25fr 1.875rem;
  }
}

@media (min-width: 1600px) {
  .c-cart__item-promotion {
    grid-template-columns: 6.4fr 1.2fr 1.875rem;
  }
}

.c-cart__item-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.c-cart__item-image {
  position: relative;
  max-width: 5rem;
  padding: 0.625rem;
  width: 100%;
}

@media (min-width: 375px) {
  .c-cart__item-image {
    max-width: 6.25rem;
  }
}

@media (min-width: 672px) {
  .c-cart__item-image {
    padding: 0;
    max-width: 8.75rem;
  }
}

@media (min-width: 1600px) {
  .c-cart__item-image {
    max-width: 11rem;
  }
}

.is-discount .c-cart__item-image {
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f2ef;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 11.125rem;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-cart__item-image-link {
  left: 0;
  position: absolute;
  top: 0;
  background-color: #f1f2ef;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.c-cart__item-image-media {
  max-width: 114px;
  padding: 0.625rem;
}

.c-cart__item-badge {
  position: absolute;
  right: 0;
  top: 0;
}

.c-cart__item-badge-discount {
  position: absolute;
  right: 50%;
  top: 50%;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f2ef;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 5rem;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-transform: translate3d(50%, -50%, 0);
  -webkit-transform: translate3d(50%, -50%, 0);
  transform: translate3d(50%, -50%, 0);
  width: 5rem;
}

.c-cart__item-details {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 1.25rem;
}

@media (min-width: 1600px) {
  .c-cart__item-details {
    padding-left: 2.5rem;
  }
}

.is-discount .c-cart__item-details {
  -ms-flex-pack: center;
  justify-content: center;
}

.c-cart__item-details-manufacturer,
.c-cart__item-details-label {
  display: block;
  font-weight: 400;
}

.c-cart__item-details-manufacturer {
  color: #b4b4b4;
  font-size: 0.9375rem;
  margin-bottom: 0.1875rem;
}

.is-discount .c-cart__item-details-manufacturer {
  color: #2d2d2d;
  font-size: 1.125rem;
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  .is-discount .c-cart__item-details-manufacturer {
    white-space: inherit;
  }
}

.c-cart__item-details-label {
  color: #2d2d2d;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (min-width: 1600px) {
  .c-cart__item-details-label {
    margin-bottom: 1.875rem;
  }
}

.c-cart__item-details-label:not(div) {
  text-decoration: none;
  text-decoration-color: transparent;
  text-underline-offset: 0.375rem;
}

@media (hover: hover) {
  .c-cart__item-details-label:not(div):hover {
    text-decoration: underline;
    text-decoration-thickness: 0.0625rem;
    text-decoration-color: black;
  }
}

@media (hover: hover) {
  .c-cart__item-details-label:hover {
    color: black !important;
  }
}

.is-discount .c-cart__item-details-label {
  font-size: 0.9375rem;
  margin-bottom: 0;
}

.c-cart__item-details-characteristics {
  color: #2d2d2d;
  font-size: 0.9375rem;
  margin-bottom: 0.9375rem;
}

@media (min-width: 1600px) {
  .c-cart__item-details-characteristics {
    margin-bottom: 1.25rem;
  }
}

.is-discount .c-cart__item-details-characteristics {
  display: none;
}

.c-cart__item-details-delivery {
  color: #2d2d2d;
  font-size: 0.9375rem;
  line-height: 1.33;
}

.c-cart__item-details-delivery.is-info {
  color: #2d2d2d;
}

.c-cart__item-details-delivery.is-success {
  color: #76855e;
}

.c-cart__item-details-delivery.is-warning {
  color: #de8a2c;
}

.c-cart__item-details-delivery.is-danger {
  color: #b02304;
}

@media (max-width: 991.98px) {
  .c-cart__item-quantity {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-left: 10rem;
    padding-top: 0.425rem;
  }
}

@media (max-width: 479.98px) {
  .c-cart__item-quantity {
    padding-left: 7.5rem;
  }
}

@media (max-width: 374.98px) {
  .c-cart__item-quantity {
    padding-left: 6.25rem;
  }
}

.is-discount .c-cart__item-quantity {
  display: none;
}

.c-cart__item-quantity-label {
  font-size: 1.125rem;
  font-weight: 400;
  width: 6rem;
}

@media (max-width: 991.98px) {
  .c-cart__item-quantity-label {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .c-cart__item-quantity-label {
    display: none;
  }
}

.c-cart__item-quantity-form {
  margin: -0.5313rem 0 0 0;
  max-width: 5.25rem;
  width: 100%;
}

@media (min-width: 992px) {
  .c-cart__item-quantity-form {
    margin: 1.313rem auto 0;
    max-width: 4.375rem;
  }
}

.c-cart__item-quantity-field {
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 1.875rem;
  max-width: 4.375rem;
  text-align: center;
}

.c-cart__item-tax-price,
.c-cart__item-total-price,
.c-cart__item-unit-price {
  font-size: 1.125rem;
  font-weight: 400;
  padding-top: 1.813rem;
}

@media (max-width: 991.98px) {
  .c-cart__item-tax-price,
  .c-cart__item-total-price,
  .c-cart__item-unit-price {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 1rem;
    padding-top: 0.875rem;
  }
}

.c-cart__item-tax-price-label,
.c-cart__item-total-price-label,
.c-cart__item-unit-price-label {
  width: 6rem;
}

@media (min-width: 992px) {
  .c-cart__item-tax-price-label,
  .c-cart__item-total-price-label,
  .c-cart__item-unit-price-label {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .c-cart__item-tax-price {
    padding-top: 0;
    padding-left: 10rem;
  }
}

@media (max-width: 479.98px) {
  .c-cart__item-tax-price {
    padding-left: 7.5rem;
  }
}

@media (max-width: 374.98px) {
  .c-cart__item-tax-price {
    padding-left: 6.25rem;
  }
}

.is-discount .c-cart__item-tax-price {
  display: none;
}

@media (max-width: 991.98px) {
  .c-cart__item-unit-price {
    padding-top: 0;
    padding-left: 10rem;
  }
}

@media (max-width: 479.98px) {
  .c-cart__item-unit-price {
    padding-left: 7.5rem;
  }
}

@media (max-width: 374.98px) {
  .c-cart__item-unit-price {
    padding-left: 6.25rem;
  }
}

.is-discount .c-cart__item-unit-price {
  display: none;
}

@media (max-width: 991.98px) {
  .c-cart__item-total-price {
    padding-top: 0;
    padding-left: 10rem;
  }
}

@media (max-width: 479.98px) {
  .c-cart__item-total-price {
    padding-left: 7.5rem;
  }
}

@media (max-width: 374.98px) {
  .c-cart__item-total-price {
    padding-left: 6.25rem;
  }
}

.is-discount .c-cart__item-total-price {
  padding-top: 0;
}

.c-cart__item-remove {
  padding-top: 1.813rem;
}

@media (max-width: 991.98px) {
  .c-cart__item-remove {
    position: absolute;
    right: 0;
    top: 1.875rem;
    padding-top: 0;
  }

  .is-first .c-cart__item-remove {
    top: 0;
  }
}

.is-discount .c-cart__item-remove {
  padding-top: 0;
}

.c-headline {
  color: #2d2d2d;
  display: block;
  font-size: 2.25rem;
  font-weight: 400;
  margin-bottom: 2.5rem;
}

.c-card {
  display: -ms-grid;
  display: grid;
  grid-gap: 0.375rem;
}

.c-card[data-card-column='3'] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (min-width: 480px) {
  .c-card[data-card-column='4'] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 672px) {
  .c-card[data-card-column='4'] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .c-card[data-card-column='4'] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.c-card__item {
  position: relative;
}

.c-card__link {
  display: block;
}

.c-card__link:before {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  content: '';
  display: inline-block;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  z-index: 1;
}

.c-card__link-title {
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  color: #2d2d2d;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 1rem;
  font-weight: 300;
  height: 2.75rem;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 10.625rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

@media (hover: hover) {
  .c-card__link:hover:before {
    background-color: rgba(45, 45, 45, 0.3);
  }
}

.c-card__media {
  margin: 0;
}

.c-card__desc {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2.5rem 1.25rem;
  z-index: 2;
}

.c-card__desc-heading,
.c-card__desc-subline {
  color: white;
  text-align: center;
  line-height: 1.4;
}

.c-card__desc-heading {
  font-family: geograph, arial, serif;
  font-size: 1.425rem;
  font-weight: 400;
  line-height: 1.33;
  margin-top: auto;
  text-transform: uppercase;
}

@media (min-width: 672px) {
  .c-card__desc-heading {
    font-size: 1.625rem;
  }
}

@media (min-width: 992px) {
  .c-card__desc-heading {
    font-size: 1.875rem;
  }
}

@media (min-width: 1296px) {
  .c-card__desc-heading {
    font-size: 2.25rem;
  }
}

.c-card__desc-subline {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: auto;
}

@media (min-width: 672px) {
  .c-card__desc-subline {
    font-size: 1.5rem;
  }
}

@media (min-width: 1296px) {
  .c-card__desc-subline {
    font-size: 1.625rem;
  }
}

.c-sidebar {
  display: -ms-grid;
  display: grid;
}

@media (min-width: 992px) {
  .c-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 6.25rem;
  }
}

.c-sidebar__header {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.563rem;
}

.c-sidebar__list {
  margin-bottom: 1.563rem;
}

@media (max-width: 991.98px) {
  .c-sidebar__list {
    -moz-column-gap: 1.875rem;
    -webkit-column-gap: 1.875rem;
    column-gap: 1.875rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex: none;
    flex: none;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-padding: 25%;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  .c-sidebar__list::-webkit-scrollbar {
    height: 0.375rem;
  }
}

.c-sidebar__list-item {
  text-decoration: none;
  text-decoration-color: transparent;
  text-underline-offset: 0.375rem;
  color: #2d2d2d;
  display: block;
  font-size: 1.063rem;
  font-weight: 400;
  padding: 0.3125rem 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (hover: hover) {
  .c-sidebar__list-item:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.0625rem;
    text-decoration-color: #2d2d2d;
  }
}

@media (max-width: 991.98px) {
  .c-sidebar__list-item {
    -ms-flex: none;
    flex: none;
    scroll-snap-align: start;
  }
}

.c-sidebar__list-item.is-active {
  text-decoration: underline;
}

@media (hover: hover) {
  .c-sidebar__list-item:focus,
  .c-sidebar__list-item:hover {
    color: black;
  }
}

@media (min-width: 992px) {
  .c-sidebar__list-item + .c-sidebar__list-item {
    margin-top: 0.3125rem;
  }
}

.c-cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100vh;
  width: 100%;
  z-index: 999;
}

.c-cookie[style='display: block;'] {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.c-cookie__inner {
  left: 0;
  position: fixed;
  top: 0;
  background-color: white;
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.1);
  margin: auto;
  max-height: 100vh;
  max-width: 50rem;
  overflow-y: auto;
  padding: 1.25rem;
  width: 100%;
}

@media (min-width: 672px) {
  .c-cookie__inner {
    left: 50%;
    position: fixed;
    top: 50%;
    -ms-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: calc(100% - clamp(1.25rem, 3vw, 3.313rem) * 2);
  }
}

.is-touch .c-cookie__inner {
  max-height: -webkit-fill-available;
}

.c-cookie__content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-cookie__content h2 {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.8333333333rem;
  text-align: center;
}

.c-cookie__content a,
.c-cookie__content p,
.c-cookie__content b {
  color: black;
  font-size: 0.875rem;
  line-height: 1.4;
}

.c-cookie__content a {
  text-decoration: underline;
  text-underline-offset: 0.375rem;
  white-space: nowrap;
}

.c-cookie__content p + p {
  margin-top: 0.625rem;
}

.c-cookie__action {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  text-align: center;
  margin-top: 2.5rem;
  width: 100%;
}

.c-cookie__action [type='submit'] {
  width: 100%;
}

.c-cookie__action [data-cookie='accept'] {
  grid-area: accept;
}

.c-cookie__action [data-cookie='config'] {
  grid-area: config;
}

.c-cookie__action [data-cookie='deny'] {
  grid-area: deny;
}

.c-cookie__footer {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.626rem;
  padding-block: 2.5rem;
}

.c-cookie__footer-logo {
  max-width: 12.5rem;
}

.c-cookie__footer-link {
  font-size: 0.875rem;
}

.c-cookie__footer-link:last-child::before {
  content: '|';
  margin: 0 0.5rem 0 0.25rem;
  display: inline-block;
}

.c-minibasket__item + .c-minibasket__item {
  margin-top: 1.875rem;
}

.c-minibasket__item--promotion {
  border-top: 0.0625rem solid #e1e1e1;
  padding-top: 1.875rem;
}

.c-minibasket__row {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-column-gap: 1.875rem;
  -webkit-column-gap: 1.875rem;
  column-gap: 1.875rem;
}

.c-minibasket__image {
  position: relative;
  min-width: 8.313rem;
  width: 8.313rem;
}

@media (min-width: 672px) {
  .c-minibasket__image {
    min-width: auto;
    width: 5.313rem;
  }
}

.c-minibasket__image:before {
  content: '';
  display: block;
  padding-top: 105.8823529412%;
  width: 100%;
}

.c-minibasket__image-link {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f2ef;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.c-minibasket__image-icon {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f2ef;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-minibasket__image-thumbnails {
  height: 100%;
}

.c-minibasket__remove {
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.85);
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  visibility: hidden;
  width: 100%;
}

.js-cart-item:hover .c-minibasket__remove,
.js-cart-item:focus .c-minibasket__remove {
  opacity: 1;
  visibility: visible;
}

.c-minibasket__remove form {
  height: 100%;
}

@media (min-width: 672px) {
  .c-minibasket__details {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 5.313rem);
  }
}

.c-minibasket__details-manufacturer {
  color: #b4b4b4;
  font-size: 0.9375rem;
  line-height: 1.15;
  margin-bottom: 0.1875rem;
  min-height: 1.063rem;
}

.is-discount .c-minibasket__details-manufacturer {
  color: #2d2d2d;
  font-size: 1rem;
  font-weight: 400;
}

.c-minibasket__details-label {
  text-decoration: none;
  text-decoration-color: transparent;
  text-underline-offset: 0.375rem;
  color: #2d2d2d;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 0.5rem;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
  .c-minibasket__details-label:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.0625rem;
    text-decoration-color: black;
  }
}

@media (hover: hover) {
  .c-minibasket__details-label:hover {
    color: black !important;
    text-decoration: underline !important;
  }
}

.c-minibasket__details-variant {
  font-size: 0.875rem;
  line-height: 1.3;
}

@media (min-width: 672px) {
  .c-minibasket__details-variant {
    line-height: 1.15;
  }
}

.c-minibasket__price {
  font-size: 1.125rem;
  font-weight: 400;
  white-space: nowrap;
}

@media (max-width: 479.98px) {
  .c-minibasket__price {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

.c-minibasket__summary {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.c-minibasket__summary-label,
.c-minibasket__summary-value {
  font-family: silka, arial, serif;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
  width: 50%;
}

@media (max-width: 479.98px) {
  .c-minibasket__summary-label,
  .c-minibasket__summary-value {
    font-size: 0.875rem;
  }
}

.c-minibasket__summary-label--total,
.c-minibasket__summary-value--total {
  border-top: 0.0625rem solid #e1e1e1;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0.5rem;
  padding-top: 1rem;
}

@media (max-width: 479.98px) {
  .c-minibasket__summary-label--total,
  .c-minibasket__summary-value--total {
    font-size: 1rem;
  }
}

.c-minibasket__summary-value {
  text-align: right;
}

.offcanvas {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 35.625rem;
  width: 100%;
}

.offcanvas .offcanvas-header {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.25rem;
}

@media (min-width: 672px) {
  .offcanvas .offcanvas-header {
    padding: 1.6666666667rem 2.5rem;
  }
}

.offcanvas .offcanvas-header-title {
  font-size: 1.25rem;
  font-weight: 400;
}

@media (min-width: 672px) {
  .offcanvas .offcanvas-header-title {
    font-size: 2rem;
  }
}

.offcanvas .offcanvas-close {
  color: black;
  height: 2.5rem;
  padding: 0;
  width: 2.5rem;
}

.offcanvas .offcanvas-close > .icon {
  color: black;
  height: 2rem;
  width: 2rem;
}

.offcanvas .offcanvas-content-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  padding: 0 1.25rem;
  width: 100%;
}

@media (min-width: 672px) {
  .offcanvas .offcanvas-content-container {
    padding: 0 2.5rem;
  }
}

.offcanvas .offcanvas-section {
  -webkit-overflow-scrolling: touch;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
  scrollbar-color: black #b4b4b4;
  scrollbar-width: thin;
  width: 100%;
}

.offcanvas .offcanvas-actions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.3125rem;
  padding: 0.3125rem 1.25rem 1.25rem;
}

@media (min-width: 672px) {
  .offcanvas .offcanvas-actions {
    padding: 0.3125rem 2.5rem 2.5rem;
  }
}

.offcanvas .offcanvas-summary {
  margin: 0;
  padding: 0.8333333333rem 0;
}

@media (min-width: 672px) {
  .offcanvas .offcanvas-summary {
    padding: 1.6666666667rem 0 1.1111111111rem;
  }
}

.offcanvas.offcanvas-filter {
  border-radius: 0;
  top: 0;
  height: 100%;
}

.offcanvas .offcanvas-cookie {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding-right: 0.375rem;
  margin-bottom: 0.375rem;
}

.offcanvas .offcanvas-cookie-group {
  margin: 0;
}

.offcanvas .offcanvas-cookie-group + .offcanvas-cookie-group {
  margin-top: 1.25rem;
}

.offcanvas .offcanvas-cookie-description {
  border: 0;
  margin-bottom: 0;
}

.offcanvas .offcanvas-cookie-description p,
.offcanvas .offcanvas-cookie-description a {
  color: #2d2d2d;
  font-size: 1.063rem;
  font-weight: 400;
  line-height: 1.8;
}

.offcanvas .offcanvas-cookie-description a {
  text-decoration: underline;
}

.offcanvas .offcanvas-cookie-description button {
  margin-top: 1.25rem;
}

.offcanvas .offcanvas-cookie-list {
  border: 0;
  margin-bottom: auto;
  padding-bottom: 2.5rem;
  padding-right: 0.625rem;
  margin-top: 2.5rem;
}

.offcanvas .offcanvas-cookie-entries {
  max-height: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.offcanvas .offcanvas-cookie-entries label {
  opacity: 0;
  visibility: hidden;
}

.offcanvas .offcanvas-cookie-entries p {
  padding: 0.8333333333rem 2.5rem 0.3125rem;
}

.offcanvas .offcanvas-cookie-entries--active {
  max-height: 60rem;
}

.offcanvas .offcanvas-cookie-entries--active label {
  opacity: 1;
  visibility: visible;
}

.offcanvas .offcanvas-cookie-entry {
  margin: 0;
}

.offcanvas .offcanvas-cart-items {
  margin: 0 0 auto;
}

.offcanvas .loader {
  color: black !important;
}

.c-trend {
  position: relative;
}

.c-trend__background {
  display: none;
}

@media (min-width: 1296px) {
  .c-trend__background {
    display: block;
    margin: 0;
    max-height: 49.375rem;
    overflow: hidden;
  }
}

.c-trend__background-image {
  height: 100%;
  max-height: 49.375rem;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.c-trend__teaser {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1296px) {
  .c-trend__teaser {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding-inline: 1.563rem;
    -ms-transform: translateY(1.563rem);
    -webkit-transform: translateY(1.563rem);
    transform: translateY(1.563rem);
  }
}

.c-trend__teaser-desc,
.c-trend__teaser-media {
  width: 100%;
}

@media (min-width: 672px) {
  .c-trend__teaser-desc,
  .c-trend__teaser-media {
    width: 50%;
  }
}

.c-trend__teaser-media {
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 672px) {
  .c-trend__teaser-media {
    -ms-flex-order: 2;
    order: 2;
  }
}

.c-trend__teaser-desc {
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #2d2d2d;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-order: 2;
  order: 2;
  padding: 1.875rem;
}

@media (min-width: 672px) {
  .c-trend__teaser-desc {
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 992px) {
  .c-trend__teaser-desc {
    padding: 3.75rem;
  }
}

@media (min-width: 1296px) {
  .c-trend__teaser-desc {
    padding: 3.75rem 7.5rem 3.75rem 3.75rem;
  }
}

.c-trend__teaser-desc p {
  color: white;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
}

@media (min-width: 672px) {
  .c-trend__teaser-desc p {
    font-size: 1.125rem;
  }
}

.c-trend__teaser-type,
.c-trend__teaser-topic {
  color: white;
  display: block;
}

.c-trend__teaser-type {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0.125rem;
  text-transform: uppercase;
}

@media (min-width: 672px) {
  .c-trend__teaser-type {
    font-size: 1.25rem;
  }
}

.c-trend__teaser-topic {
  font-family: geograph, arial, serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 1.875rem;
  text-transform: uppercase;
}

@media (min-width: 672px) {
  .c-trend__teaser-topic {
    font-size: 2.125rem;
  }
}

.c-trend__teaser-figure,
.c-trend__teaser-image {
  height: 100%;
}

.c-trend__teaser-figure {
  margin: 0;
}

.c-trend__teaser-image {
  object-fit: cover;
  object-position: center;
}

.c-alert {
  margin-bottom: 1.25rem;
}

.confirm-alert .c-alert {
  margin-top: 1.25rem;
}

.c-alert--sign {
  position: absolute;
  right: 0;
  top: 0.625rem;
  -webkit-animation: sectionFadeSmall 0.5s cubic-bezier(0.15, 0.91, 0.65, 0.96) forwards;
  animation: sectionFadeSmall 0.5s cubic-bezier(0.15, 0.91, 0.65, 0.96) forwards;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  opacity: 0;
  padding: 0.625rem 1.25rem;
  visibility: hidden;
  width: 1.438rem;
  z-index: 11;
}

.c-alert[style='display: block;'] {
  margin-top: 1.25rem;
}

.c-alert__inner {
  position: relative;
  background-color: rgba(225, 225, 225, 0.2);
  color: #2d2d2d;
}

.c-alert--info .c-alert__inner {
  border-left: 0.375rem solid #2d2d2d;
}

.c-alert--success .c-alert__inner {
  border-left: 0.375rem solid #76855e;
}

.c-alert--warning .c-alert__inner {
  border-left: 0.375rem solid #ede04d;
}

.c-alert--danger .c-alert__inner {
  border-left: 0.375rem solid #8b5555;
}

.c-alert--light .c-alert__inner {
  border-left: 0.375rem solid #e1e1e1;
}

.c-alert--dark .c-alert__inner {
  border-left: 0.375rem solid #2d2d2d;
}

.c-alert--secondary .c-alert__inner {
  border-left: 0.375rem solid #2d2d2d;
}

.c-alert--primary .c-alert__inner {
  border-left: 0.375rem solid #2d2d2d;
}

[data-form-stage] .c-alert__inner {
  background-color: #dee3d4;
}

.c-alert__inner:before {
  left: 0.8333333333rem;
  position: absolute;
  top: 1.25rem;
  color: #2d2d2d;
  content: '';
  display: inline-block;
  font-size: 3.75rem;
  line-height: 1;
}

.c-alert__heading {
  font-weight: 500;
  margin-bottom: 0.625rem;
}

.c-alert__content {
  padding: 0.625rem 1.25rem 0.625rem 1.875rem;
}

@media (max-width: 479.98px) {
  .c-alert__content {
    font-size: 0.875rem;
    line-height: 1.33;
    padding: 0.625rem 0.8333333333rem 0.625rem;
  }
}

.c-alert__content a {
  text-decoration: underline;
  text-underline-offset: 0.375rem;
}

.c-alert-icon {
  width: 1.438rem;
}

.c-alert-path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

.c-alert-circle {
  -webkit-animation: dash 1.2s ease-in-out;
  animation: dash 1.2s ease-in-out;
}

.c-alert-line {
  -webkit-animation: dash 1.2s 0.35s ease-in-out forwards;
  animation: dash 1.2s 0.35s ease-in-out forwards;
  stroke-dashoffset: 1000;
}

.c-alert-check {
  -webkit-animation: dash-check 1.2s 0.35s ease-in-out forwards;
  animation: dash-check 1.2s 0.35s ease-in-out forwards;
  stroke-dashoffset: -23;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .c-alert-check {
      -webkit-animation: dash-check-safari 1.2s 0.35s ease-in-out forwards;
      animation: dash-check-safari 1.2s 0.35s ease-in-out forwards;
      stroke-dashoffset: 0;
    }
  }
}

.c-sorting {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-sorting__title,
.c-sorting__select {
  color: #b4b4b4;
  font-size: 0.875rem;
}

.c-sorting__title {
  padding-right: 0.3125rem;
}

.c-sorting__select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ctitle%3EArrow Down%3C/title%3E%3Cpath fill='%23AEAEAE' d='M16 20.39l-10.195-10.195-0.943 0.943 11.138 11.138 11.138-11.138-0.943-0.943z'%3E%3C/path%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: 1rem 1rem;
  border: 0;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  padding-right: 1.25rem;
}

.c-pagination {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5rem;
}

.c-pagination__list {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.c-pagination__item--info {
  padding-inline: 1.25rem;
}

.c-pagination__link {
  color: #2d2d2d;
  cursor: pointer;
  line-height: 1;
  margin-bottom: 0;
}

[disabled='disabled'] + .c-pagination__link {
  cursor: not-allowed;
  color: #b4b4b4;
}

[disabled='disabled'] + .c-pagination__link > * {
  color: #b4b4b4;
}

.c-pagination__item--prev .c-pagination__link .icon {
  height: 1.5rem;
  width: 1.5rem;
}

.c-pagination__item--prev .c-pagination__link .icon > svg {
  top: 0.25rem;
}

.c-pagination__item--next .c-pagination__link .icon {
  height: 1rem;
  width: 1rem;
}

.c-register {
  display: -ms-grid;
  display: grid;
  grid-gap: 0.375rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 1296px) {
  .c-register {
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-register__header {
  grid-column: 1/-1;
  margin-bottom: 3.75rem;
}

.c-register__header-title {
  color: #2d2d2d;
  font-size: 2rem;
  font-weight: 400;
}

@media (min-width: 1296px) {
  .c-register__header-title {
    font-size: 2.25rem;
  }
}

.c-register__section {
  background-color: #f8f8f8;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.25rem;
}

@media (min-width: 672px) {
  .c-register__section {
    padding: 2.5rem;
  }
}

.c-register__section--vip {
  position: relative;
  background-color: #e5e9dd;
}

.c-register__section-type {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}

@media (min-width: 1296px) {
  .c-register__section-type {
    font-size: 1.125rem;
  }
}

.c-register__section-form,
.c-register__section-title,
.c-register__section-list {
  margin-bottom: 2.5rem;
}

.c-register__section-form,
.c-register__section-list {
  margin-top: auto;
}

.c-register__section-form:before {
  left: 0;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  content: '';
  display: block;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  visibility: hidden;
  width: 100%;
  z-index: 200;
}

.c-register__section-form:after {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
  border: 0.125rem solid white;
  border-color: white transparent white white;
  border-radius: 50%;
  content: ' ';
  display: inline-block;
  height: 1.625rem;
  margin: 0;
  opacity: 0;
  -ms-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  vertical-align: text-bottom;
  visibility: hidden;
  width: 1.625rem;
  z-index: 201;
}

.c-register__section-form.is-loading:before,
.c-register__section-form.is-loading:after {
  opacity: 1;
  visibility: visible;
}

.c-register__section-title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.35;
}

@media (min-width: 1296px) {
  .c-register__section-title {
    font-size: 1.75rem;
  }
}

.c-register__section-list {
  font-size: 1rem;
  font-weight: 300;
}

.c-register__section-list li + li {
  margin-top: 0.3125rem;
}

@media (hover: hover) {
  .c-register__section-list li + li:hover .icon {
    color: #343434;
  }
}

.c-register__section-badge {
  background-color: #2d2d2d;
  border-radius: 0.3125rem;
  color: white;
  display: inline-block;
  font-family: geograph, arial, serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1;
  margin-right: 0.625rem;
  padding: 0.25rem 0.3125rem;
}

.c-register__section-list .c-register__section-badge {
  position: relative;
  margin-right: 0;
  -ms-transform: translateY(-0.0625rem);
  -webkit-transform: translateY(-0.0625rem);
  transform: translateY(-0.0625rem);
}

.c-register__section-action {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.15;
  row-gap: 1.875rem;
}

@media (min-width: 672px) {
  .c-register__section-action {
    -ms-flex-align: center;
    align-items: center;
    -moz-column-gap: 1.875rem;
    -webkit-column-gap: 1.875rem;
    column-gap: 1.875rem;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.c-register__action {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  grid-column: 1/-1;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 2.5rem;
}

.c-vip-badge {
  -ms-flex-align: start;
  align-items: flex-start;
  -moz-column-gap: 0.9375rem;
  -webkit-column-gap: 0.9375rem;
  column-gap: 0.9375rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1.25rem;
}

@media (min-width: 1296px) {
  .c-vip-badge {
    margin-bottom: 1.875rem;
  }
}

.c-vip-badge__sign {
  position: relative;
  background-color: black;
  border-radius: 0.625rem;
  color: white;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  height: 1.9375rem;
  letter-spacing: 0.1rem;
  line-height: 1.9375rem;
  text-align: center;
  text-transform: uppercase;
  width: 3.125rem;
}

.c-vip-badge--large .c-vip-badge__sign {
  -ms-transform: translateY(-0.25rem);
  -webkit-transform: translateY(-0.25rem);
  transform: translateY(-0.25rem);
}

@media (min-width: 672px) {
  .c-vip-badge--large .c-vip-badge__sign {
    -ms-transform: translateY(-0.0625rem);
    -webkit-transform: translateY(-0.0625rem);
    transform: translateY(-0.0625rem);
  }
}

@media (min-width: 992px) {
  .c-vip-badge--large .c-vip-badge__sign {
    -ms-transform: translateY(0.0625rem);
    -webkit-transform: translateY(0.0625rem);
    transform: translateY(0.0625rem);
  }
}

.c-vip-badge--medium .c-vip-badge__sign {
  -ms-transform: translateY(-0.25rem);
  -webkit-transform: translateY(-0.25rem);
  transform: translateY(-0.25rem);
}

.c-vip-badge__label {
  color: #2d2d2d;
  line-height: 1.313;
}

.c-vip-badge--large .c-vip-badge__label {
  font-size: 1.125rem;
}

@media (min-width: 672px) {
  .c-vip-badge--large .c-vip-badge__label {
    font-size: 1.313rem;
  }
}

@media (min-width: 992px) {
  .c-vip-badge--large .c-vip-badge__label {
    font-size: 1.5rem;
  }
}

.c-vip-badge--medium .c-vip-badge__label {
  font-size: 1.125rem;
}

.c-info-teaser {
  display: none;
  background-color: #f8f8f8;
  margin-top: 3.75rem;
  padding: 1.25rem 1.5rem;
}

@media (min-width: 672px) {
  .c-info-teaser {
    padding: 2.5rem 3.125rem;
  }
}

.c-info-teaser__advantages {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 1.25rem;
}

@media (min-width: 672px) {
  .c-info-teaser__advantages {
    font-size: 1.125rem;
  }
}

@media (min-width: 1296px) {
  .c-info-teaser__advantages {
    margin-bottom: 1.875rem;
  }
}

.c-info-teaser__advantages li + li {
  margin-top: 0.3125rem;
}

@media (hover: hover) {
  .c-info-teaser__advantages li + li:hover .icon {
    color: black;
  }
}

.c-info-teaser__hint {
  position: relative;
  display: block;
  font-size: 0.813rem;
  line-height: 1.25;
  margin-bottom: 1.875rem;
  max-width: 38.75rem;
  padding-left: 3.125rem;
}

.c-info-teaser__hint .icon {
  left: 0;
  position: absolute;
  top: 0;
}

@-webkit-keyframes marquee {
  0% {
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes marquee {
  0% {
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.c-header {
  background-color: white;
  border-top: 0.375rem solid black;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  width: 100%;
  z-index: 20;
}

.c-header:not(.c-header--minimal):not(.c-header--maintenance) {
  position: fixed;
  top: 0;
}

.no-scroll .c-header:not(.c-header--minimal):not(.c-header--maintenance) {
  right: calc(var(--scrollbar) / 2);
}

.c-header.is-sticky-header {
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.1);
}

.c-header__inner {
  display: block;
  height: 4.063rem;
  max-width: 120rem;
  padding-inline: clamp(1.25rem, 3vw, 3.313rem);
  padding-top: 0.875rem;
  width: 100%;
}

@media (min-width: 672px) {
  .c-header__inner {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(20, [col-start] 1fr);
    grid-template-rows: auto;
    grid-gap: 0.375rem;
    margin-inline: auto;
    padding-block: 0;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }
}

@media (min-width: 1296px) {
  .c-header__inner {
    height: 8.188rem;
  }
}

.c-header__bar {
  background-color: black;
  padding-block: 0;
  margin-top: -0.375rem;
}

.c-header__bar-banner {
  position: relative;
  color: white;
  height: 2.188rem;
  line-height: 2.188rem;
  margin-inline: auto;
  max-width: calc(120rem - (clamp(1.25rem, 3vw, 3.313rem) * 2));
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}

.c-header__bar-banner p {
  display: inline-block;
  font-size: 0.9375rem;
  text-align: center;
  will-change: -ms-transform;
  will-change: -webkit-transform;
  will-change: transform;
}

@media (max-width: 1295.98px) {
  .c-header__bar-banner p {
    -webkit-animation: marquee 25s linear infinite;
    animation: marquee 25s linear infinite;
    padding-left: 105%;
  }
}

@media (hover: hover) {
  .c-header__bar-banner p:hover {
    animation-play-state: paused;
  }
}

.c-header__navigation {
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 4.063rem;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 120rem;
  padding-inline: clamp(1.25rem, 3vw, 3.313rem);
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (min-width: 1296px) {
  .c-header__navigation {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr;
    height: 8.188rem;
  }
}

.c-header--maintenance .c-header__navigation {
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1296px) {
  .is-sticky-header .c-header__navigation {
    height: 5rem;
  }
}

.c-header__minimal {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1296px) {
  .c-header__minimal {
    display: -ms-grid;
    display: grid;
    grid-row: 1;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }
}

.c-header__contact {
  display: none;
}

@media (min-width: 1296px) {
  .c-header__contact {
    color: #2d2d2d;
    display: inline-block;
    font-size: 0.9375rem;
    font-weight: 400;
    grid-column-start: 1;
    grid-row-start: 1;
    justify-self: left;
  }
}

.c-header__contact small {
  font-size: 0.9375rem;
  font-weight: 400;
}

.c-header__contact strong {
  font-weight: 500;
}

.c-header__contact a {
  text-decoration: none;
  text-decoration-color: transparent;
  text-underline-offset: 0.375rem;
  color: #2d2d2d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (hover: hover) {
  .c-header__contact a:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.0625rem;
    text-decoration-color: #2d2d2d;
  }
}

@media (hover: hover) {
  .c-header__contact a:focus,
  .c-header__contact a:hover {
    color: black;
  }
}

.c-header__control,
.c-header__action {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (min-width: 1296px) {
  .c-header__control,
  .c-header__action {
    grid-column-start: 1;
    grid-row-start: 1;
    justify-self: right;
  }
}

.c-header__control-btn {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 479.98px) {
  .c-header__control-btn {
    padding: 0 0.9375rem;
  }
}

.c-header__control-title {
  display: none;
}

@media (min-width: 672px) {
  .c-header__control-title {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-left: 0.625rem;
  }
}

.c-header__action {
  margin-right: -1.25rem;
}

.c-header__action-btn {
  position: relative;
}

.c-header__action-btn[data-header-search],
.c-header__action-btn[data-header-account],
.c-header__action-btn[data-header-wishlist] {
  display: none;
}

@media (min-width: 1296px) {
  .c-header__action-btn[data-header-search],
  .c-header__action-btn[data-header-account],
  .c-header__action-btn[data-header-wishlist] {
    display: inline-block;
  }
}

.c-header__action-badge {
  left: 0;
  position: absolute;
  top: 0;
  color: #2d2d2d;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  width: 100%;
}

.c-header__action-badge-basket {
  top: 0.6785rem;
}

.c-header__action-badge-wishlist {
  top: 0.375rem;
  padding-right: 0.0625rem;
}

@media (max-width: 1295.98px) {
  .c-nav {
    left: 0;
    position: fixed;
    top: 0;
    background-color: white;
    height: 100vh;
    max-width: 25rem;
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
  }
}

@media (min-width: 1296px) {
  .c-nav {
    grid-column-start: 1;
    grid-row-start: 1;
    height: 100%;
    justify-self: left;
  }
}

.c-nav__main {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 1295.98px) {
  .c-nav__main {
    background-color: black;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-block: 0 1.25rem;
  }

  .c-nav__main > *:last-child {
    display: none;
  }
}

@media (min-width: 1296px) {
  .c-nav__main {
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin-left: -1.5625rem;
  }
}

.c-nav__main-link,
.c-nav__main-title {
  display: inline-block;
}

.c-nav__main-link {
  color: white;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: silka, arial, serif;
  font-size: 1.25rem;
  font-weight: 400;
  height: 100%;
  line-height: 1.2;
  padding-inline: 1.5625rem;
  text-decoration: none;
}

@media (min-width: 1296px) {
  .c-nav__main-link {
    color: #2d2d2d;
    text-transform: uppercase;
    -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
}

@media (hover: hover) {
  .c-nav__main-link:hover {
    color: black;
    text-decoration: none;
  }

  .c-nav__main-link:hover:after {
    opacity: 1;
  }
}

.c-nav__main-title {
  position: relative;
}

.c-nav__main-title:after {
  bottom: -0.375rem;
  left: -0.375rem;
  position: absolute;
  background-color: #2d2d2d;
  content: '';
  display: inline-block;
  height: 0.0625rem;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  width: calc(100% + 0.75rem);
}

@media (hover: hover) {
  .c-nav__main-link:hover .c-nav__main-title:after {
    opacity: 1;
  }
}

.c-nav__main-link.is-active .c-nav__main-title:after {
  opacity: 1;
}

.c-nav__flyout {
  left: 0;
  position: absolute;
  top: 8.188rem;
  background-color: white;
  height: 0;
  max-height: calc(100vh - (8.188rem - var(--top-bar)));
  overflow: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}

.is-sticky-header .c-nav__flyout {
  max-height: calc(100vh - (5rem + var(--top-bar)));
  top: calc(100% - 0.1875rem);
}

.c-nav__flyout-section {
  left: 0;
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
}

.c-nav__flyout-section.is-open {
  opacity: 1;
  visibility: visible;
}

.c-nav__flyout-list {
  margin-inline: auto;
  max-width: 120rem;
  padding-inline: clamp(1.25rem, 3vw, 3.313rem);
}

.c-nav__flyout-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.375rem;
  overflow: auto;
  scrollbar-color: black #b4b4b4;
  scrollbar-width: thin;
  padding-block: 2.188rem 4.376rem;
  -webkit-overflow-scrolling: touch;
}

.is-sticky-header .c-nav__flyout-content {
  max-height: calc(100vh - (6.564rem + 5rem));
}

.c-nav__flyout-categories {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 3.125rem;
  max-height: calc(100vh - (6.564rem + 8.188rem));
  max-width: 85.25rem;
  width: 100%;
}

.c-nav__flyout-column:not(.has-children) + .c-nav__flyout-column.has-children {
  margin-top: 0.9375rem;
}

.c-nav__flyout-column.was-combinend {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.was-combinend .c-nav__flyout-column.has-children {
  margin-bottom: 3.75rem;
}

.c-nav__flyout-link {
  text-decoration: none;
  text-decoration-color: transparent;
  text-underline-offset: 0.375rem;
  color: black;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (hover: hover) {
  .c-nav__flyout-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.0625rem;
    text-decoration-color: #2d2d2d;
  }
}

@media (hover: hover) {
  .c-nav__flyout-link:hover {
    color: black;
  }
}

.c-nav__flyout-link.is-level-0 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.c-nav__flyout-link.is-level-1 {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.3;
}

.c-nav__flyout-link.active {
  text-decoration: underline;
}

.c-nav__flyout-teaser {
  max-width: 27.5rem;
  width: 100%;
}

.c-nav__flyout-teaser-link {
  color: #2d2d2d;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
  .c-nav__flyout-teaser-link:hover {
    color: black;
    opacity: 0.8;
    text-decoration: none;
  }
}

.c-nav__flyout-teaser-figure {
  margin: 0;
  overflow: hidden;
}

.c-nav__flyout-teaser-image {
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}

@media (hover: hover) {
  .c-nav__flyout-teaser-link:hover .c-nav__flyout-teaser-image {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.c-nav__stores {
  -moz-column-gap: 1.25rem;
  -webkit-column-gap: 1.25rem;
  column-gap: 1.25rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-block: 2.188rem 4.376rem;
}

.c-nav__stores--view {
  -moz-column-gap: 6.25rem;
  -webkit-column-gap: 6.25rem;
  column-gap: 6.25rem;
}

.c-nav__stores-teaser {
  position: relative;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-order: 2;
  order: 2;
  width: 50%;
}

.c-nav__stores--view .c-nav__stores-teaser {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-order: 1;
  order: 1;
  width: 40%;
}

.c-nav__stores--view .c-nav__stores-teaser:before {
  padding-top: 76%;
}

.c-nav__stores-teaser::before {
  content: '';
  display: block;
  padding-top: 66.3316582915%;
}

.c-nav__stores-teaser-figure {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin-bottom: 0;
  height: 100%;
  width: 100%;
}

.c-nav__stores-teaser-image {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-nav__stores-teaser-link {
  display: block;
  text-decoration: none;
}

@media (hover: hover) {
  .c-nav__stores-teaser-link:hover {
    text-decoration: none;
  }
}

.c-nav__stores-teaser-desc {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.c-nav__stores-teaser-title,
.c-nav__stores-teaser-city {
  color: white;
  display: block;
  text-align: center;
}

.c-nav__stores-teaser-title {
  font-family: geograph, arial, serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
}

.c-nav__stores-teaser-city {
  font-size: 1.5rem;
  font-weight: 400;
}

.c-nav__stores-info {
  position: relative;
  -ms-flex: 1;
  flex: 1;
  width: 60%;
}

.c-nav__stores--view .c-nav__stores-info {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-order: 2;
  order: 2;
}

.c-nav__stores-info-inner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  overflow-y: auto;
  scrollbar-color: black #b4b4b4;
  scrollbar-width: thin;
}

.c-nav__stores-info__heading,
.c-nav__stores-info__address {
  max-width: 41rem;
}

.c-nav__stores-info__heading {
  -ms-flex-align: end;
  align-items: flex-end;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

.c-nav__stores-info__heading-store,
.c-nav__stores-info__heading-title {
  color: #2d2d2d;
  display: block;
  line-height: 1.33;
}

.c-nav__stores-info__heading-title {
  font-size: 1rem;
  font-weight: 400;
}

.c-nav__stores-info__heading-store {
  font-size: 1.75rem;
  font-weight: 400;
}

.c-nav__stores-info__heading-city {
  font-size: 1.313rem;
  font-weight: 300;
}

.c-nav__stores-info__change {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 1.25rem;
}

.c-nav__stores-info__social {
  -moz-column-gap: 1.25rem;
  -webkit-column-gap: 1.25rem;
  column-gap: 1.25rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 0.3125rem;
}

.c-nav__stores-info__social-link {
  display: -ms-grid;
  display: grid;
}

.c-nav__stores-info__social-link .icon {
  color: #b4b4b4;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
  .c-nav__stores-info__social-link:hover .icon {
    color: #343434;
  }
}

.c-nav__stores-info__address {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 3.75rem;
  -webkit-column-gap: 3.75rem;
  column-gap: 3.75rem;
  margin-bottom: 3.75rem;
}

.c-nav__stores-info__address p {
  font-size: 1rem;
}

.c-nav__stores-info__service-heading {
  color: #2d2d2d;
  display: block;
  font-family: geograph, arial, serif;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 1.125rem;
}

.c-nav__stores-info__service-advantages {
  font-size: 1rem;
  font-weight: 300;
}

.c-nav__stores-info__service-advantages li + li {
  margin-top: 0.3125rem;
}

@media (hover: hover) {
  .c-nav__stores-info__service-advantages li + li:hover .icon {
    color: #343434;
  }
}

.c-nav__stores-nav {
  position: relative;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 50%;
}

.c-nav__stores-nav-inner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  overflow-y: auto;
  scrollbar-color: black #b4b4b4;
  scrollbar-width: thin;
}

.c-nav__stores-column {
  margin-bottom: 2.188rem;
  max-height: 37.5rem;
}

.c-nav__stores-link {
  text-decoration: none;
  text-decoration-color: transparent;
  text-underline-offset: 0.375rem;
  color: #2d2d2d;
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.375;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
  .c-nav__stores-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.0625rem;
    text-decoration-color: #2d2d2d;
  }
}

@media (hover: hover) {
  .c-nav__stores-link:hover {
    color: black;
  }
}

.c-nav__stores-city {
  display: inline-block;
  font-size: 1.375rem;
  font-weight: 300;
  padding-left: 0.3125rem;
}

.c-nav__top {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 1.25rem;
  width: 100%;
}

@media (min-width: 1296px) {
  .c-nav__top {
    display: none;
  }
}

.c-nav__logo {
  color: white;
  grid-column-start: 1;
  grid-row-start: 1;
  justify-self: center;
}

.c-nav__logo-media {
  max-width: 11.25rem;
}

.c-nav__toggle-close {
  background-color: transparent;
  border: 0;
  padding: 1.5rem;
  grid-column-start: 1;
  grid-row-start: 1;
  height: calc(1.875rem + 3rem);
  justify-self: left;
}

.c-nav__toggle-close .icon {
  color: white;
}

.c-nav-mobile__top {
  -ms-flex-align: center;
  align-items: center;
  background-color: black;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}

.c-nav-mobile__logo {
  color: white !important;
  grid-column-start: 1;
  grid-row-start: 1;
  justify-self: center;
}

.c-nav-mobile__logo-media {
  max-width: 11.25rem;
}

.c-nav-mobile__toggle-close {
  background-color: transparent;
  border: 0;
  outline: 0 !important;
  padding: 1.5rem 1.25rem;
  grid-column-start: 1;
  grid-row-start: 1;
  height: calc(1.875rem + 3rem);
  justify-self: left;
}

.c-nav-mobile__toggle-close .icon {
  color: white;
}

.c-nav-mobile__categories {
  background-color: black;
  -moz-column-gap: 2.5rem;
  -webkit-column-gap: 2.5rem;
  column-gap: 2.5rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-inline: 1.25rem;
}

.c-nav-mobile__categories-link {
  color: #a4a4a4;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 300;
  padding-block: 0.875rem 1.25rem;
  text-decoration: none !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

@media (hover: hover) {
  .c-nav-mobile__categories-link:hover {
    color: white;
  }
}

.c-nav-mobile__categories-link.is-active {
  color: white;
}

.c-nav-mobile__categories-link.is-active.js-navigation-offcanvas-link {
  pointer-events: none;
}

.c-nav-mobile__container {
  position: relative;
}

.c-nav-mobile__container-placeholder,
.c-nav-mobile__container-overlay {
  left: 0;
  position: absolute;
  top: 0;
  background-color: white;
  height: 100%;
  min-height: 62.5rem !important;
  width: 100%;
}

.c-nav-mobile__container-overlay.has-transition {
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

:not(.c-nav-mobile__container-placeholder) .c-nav-mobile__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-nav-mobile__item {
  padding-inline: 0.9375rem;
}

.c-nav-mobile__link {
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.0625rem solid #e1e1e1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 1.125rem;
  font-weight: 400;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.9375rem 0.375rem;
  text-decoration: none !important;
}

.c-nav-mobile__link-icon {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-right: 0.625rem;
}

.c-nav-mobile__link.is-back {
  border-bottom: 0;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-block: 1.5rem 0.625rem;
}

.c-nav-mobile__link.is-back,
.c-nav-mobile__link.is-all {
  font-weight: 500;
}

.c-nav-mobile__link.is-all {
  margin-inline: auto;
  width: calc(100% - 2.5rem);
}

.c-nav-mobile__sublist {
  margin-block: 1.5rem 3.125rem;
}

.c-nav-mobile__sublist-link {
  border-bottom: 0.0625rem solid #e1e1e1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 1.125rem;
  font-weight: 500;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.9375rem 0.375rem;
}

.c-nav-mobile__sublist-item {
  padding-inline: 0.9375rem;
}

.c-nav-mobile__footlist {
  padding-bottom: 1.875rem;
}

.c-nav-mobile__footlist-link {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  padding-block: 0.625rem;
}

.c-nav-mobile__footlist-item {
  padding-inline: 0.9375rem;
}

.c-nav-mobile__teaser {
  padding-inline: 1.25rem;
  margin-bottom: 1.875rem;
}

.c-nav-mobile__teaser > div {
  border-bottom: 0.0625rem solid #e1e1e1;
  padding-bottom: 1.875rem;
}

.navigation-offcanvas .offcanvas-header {
  display: none;
}

@media (min-width: 1296px) {
  .c-logo--header {
    grid-column-start: 1;
    grid-row-start: 1;
    justify-self: center;
  }
}

.c-logo--footer {
  -ms-flex-item-align: center;
  align-self: center;
  display: none;
}

@media (min-width: 992px) {
  .c-logo--footer {
    display: inline-block;
  }
}

.c-logo__link {
  display: block;
  width: 100%;
}

.c-logo--header .c-logo__link {
  max-width: 12.5rem;
}

@media (min-width: 1296px) {
  .c-logo--header .c-logo__link {
    max-width: 16.438rem;
  }
}

.c-logo--footer .c-logo__link {
  max-width: 11.125rem;
}

.c-logo__media {
  display: block;
  height: 100%;
  max-width: 100%;
}

.c-logo--header .c-logo__media {
  color: black;
}

.c-logo--footer .c-logo__media {
  color: white;
}

.c-search {
  background-color: white;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.c-search:not(.c-search--mobile) {
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
}

.c-search__inner {
  padding: 1.875rem 1.25rem;
  width: 100%;
}

.c-search:not(.c-search--mobile) .c-search__inner {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(20, [col-start] 1fr);
  grid-template-rows: auto;
  grid-gap: 0.375rem;
  margin-inline: auto;
  padding-block: 0;
  padding-block: 0 5rem;
  max-width: 120rem;
  padding-inline: clamp(1.25rem, 3vw, 3.313rem);
}

.c-search:not(.c-search--mobile) .c-search__form {
  grid-column: 1/-1;
}

.c-search__suggest {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-block: 1.875rem 0;
  max-height: calc(100vh - 12.5rem);
  scrollbar-color: black #b4b4b4;
  scrollbar-width: thin;
}

.is-sticky-header .c-search__suggest {
  max-height: calc(100vh - 9.375rem);
}

.c-search__suggest-list {
  -moz-column-gap: 1.25rem;
  -webkit-column-gap: 1.25rem;
  column-gap: 1.25rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 1.25rem;
}

.c-search__suggest-item {
  width: calc(20% - 1.25rem);
}

.c-search__suggest-item.has-no-result {
  font-size: 1.125rem;
  font-weight: 400;
}

.c-search__suggest-item.is-total,
.c-search__suggest-item.has-no-result {
  width: 100%;
}

.c-search__suggest-item.is-total {
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.c-search__suggest-item.is-total.is-top {
  font-size: 1.5rem;
  font-weight: 400;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 0.625rem;
}

.c-search__suggest-item.is-total.is-bottom {
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 0.625rem;
}

.c-search__suggest-link {
  -ms-flex-align: center;
  align-items: center;
  -moz-column-gap: 0.875rem;
  -webkit-column-gap: 0.875rem;
  column-gap: 0.875rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-decoration: none !important;
}

.c-search__suggest-image {
  background-color: #f1f2ef;
  padding: 0.625rem;
  width: 5rem;
}

.c-search__suggest-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 9.375rem);
}

.c-search__suggest-name,
.c-search__suggest-price {
  font-size: 0.9375rem;
}

.c-breadcrumb--list .icon {
  display: none;
}

.is-ctl-product .c-breadcrumb {
  margin-bottom: clamp(1.25rem, 8vw, 2.375rem);
  width: calc(100% - 4.063rem);
}

@media (max-width: 671.98px) {
  .is-ctl-product .c-breadcrumb {
    margin-top: clamp(1.25rem, 8vw, 2.375rem);
    width: 100%;
  }
}

.c-breadcrumb__list {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-breadcrumb--list .c-breadcrumb__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-breadcrumb__item {
  display: inline;
}

.is-ctl-product .c-breadcrumb__item:first-child {
  display: inline-block;
  visibility: hidden;
  width: 0;
}

.c-breadcrumb--list .c-breadcrumb__item:not(:nth-last-child(-n + 2)) {
  display: inline-block;
  visibility: hidden;
  width: 0;
}

.c-breadcrumb--list .c-breadcrumb__item:last-child::before {
  color: white;
  content: '/';
  font-size: clamp(0.875rem, 2vw, 2rem);
  font-weight: 300;
  line-height: 1;
  margin-left: 0.3125rem;
}

@media (max-width: 1295.98px) {
  .c-breadcrumb--list .c-breadcrumb__item:last-child::before {
    font-size: clamp(0.875rem, 2vw, 1.25rem);
  }
}

.c-breadcrumb__list--small .c-breadcrumb__item:last-child::before {
  display: none;
}

.c-breadcrumb__link {
  color: rgba(45, 45, 45, 0.6);
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none !important;
}

.c-breadcrumb__link .icon {
  color: rgba(45, 45, 45, 0.6);
  margin-inline: 0.375rem;
}

[aria-current='page'] .c-breadcrumb__link {
  font-weight: 400;
}

.c-breadcrumb--list .c-breadcrumb__link {
  color: white;
  font-size: clamp(0.875rem, 2vw, 2rem);
  font-weight: 300;
}

@media (max-width: 1295.98px) {
  .c-breadcrumb--list .c-breadcrumb__link {
    font-size: clamp(0.875rem, 2vw, 1.25rem);
  }
}

[aria-current='page'] .c-breadcrumb--list .c-breadcrumb__link {
  font-weight: 300;
}

.c-breadcrumb--list .c-breadcrumb__link:hover {
  color: rgba(255, 255, 255, 0.6);
}

.c-main {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

[data-sticky-header] ~ .c-main {
  padding-top: calc(calc(var(--top-bar) + 4.063rem));
}

@media (min-width: 1296px) {
  [data-sticky-header] ~ .c-main {
    padding-top: calc(var(--top-bar) + 8.188rem);
  }
}

[data-sticky-header].is-sticky-header ~ .c-main {
  padding-top: 4.063rem;
}

@media (min-width: 1296px) {
  [data-sticky-header].is-sticky-header ~ .c-main {
    padding-top: 5rem;
  }
}

.c-main > [role='alert'] {
  margin-inline: auto;
  max-width: 120rem;
  padding-inline: clamp(1.25rem, 3vw, 3.313rem);
}

.c-footer {
  background-color: black;
}

.c-footer__section--top {
  background-color: #f8f8f8;
  padding-block: 3.65rem;
}

@media (min-width: 672px) {
  .c-footer__section--top {
    padding-block: 7.0192307692rem;
  }
}

@media (min-width: 992px) {
  .c-footer__section--top {
    padding-block: 9.125rem 8.2954545455rem;
  }
}

.c-footer__section--middle,
.c-footer__section--bottom {
  background-color: black;
}

.c-footer__section--middle {
  padding-block: 6.25rem;
}

@media (max-width: 479.98px) {
  .c-footer__section--middle {
    padding-block: 3.125rem;
  }
}

.c-footer__section--bottom {
  border-top: 0.0625rem solid #343434;
  padding-block: 2.938rem;
}

.c-footer__section-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-inline: auto;
  max-width: 120rem;
  padding-inline: clamp(1.25rem, 3vw, 3.313rem);
}

.c-footer__section--top .c-footer__section-inner {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(20, [col-start] 1fr);
  grid-template-rows: auto;
  grid-gap: 0.375rem;
  margin-inline: auto;
  padding-block: 0;
}

@media (max-width: 991.98px) {
  .c-footer__section--middle .c-footer__section-inner {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(20, [col-start] 1fr);
    grid-template-rows: auto;
    grid-gap: 0.375rem;
    margin-inline: auto;
    padding-block: 0;
  }
}

@media (max-width: 1295.98px) {
  .c-footer__section--bottom .c-footer__section-inner {
    -ms-flex-align: center;
    align-items: center;
    row-gap: 1.875rem;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.c-footer__columns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 479.98px) {
  .c-footer__columns {
    grid-column: col-start 2 / span 18;
  }
}

@media (max-width: 991.98px) {
  .c-footer__columns {
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column: 1/-1;
  }
}

.c-footer--maintenance .c-footer__columns {
  -ms-flex-align: center;
  align-items: center;
}

.c-footer__columns-section {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.c-footer__columns-section:not(:nth-child(1)) {
  border-top: 0.0625rem solid white;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 992px) {
  .c-footer__columns-section:not(:nth-child(1)) {
    border: 0;
  }
}

.c-footer__columns-section:last-child {
  border-bottom: 0.0625rem solid white;
}

@media (min-width: 992px) {
  .c-footer__columns-section:last-child {
    border: 0;
  }
}

@media (min-width: 992px) {
  .c-footer--maintenance .c-footer__columns-section:last-child {
    margin-left: auto;
  }
}

.c-footer--maintenance .c-footer__columns-section {
  border: 0;
}

.c-footer__columns-list {
  padding-bottom: 1.25rem;
}

@media (min-width: 992px) {
  .c-footer__columns-list {
    padding-bottom: 0;
  }
}

.c-footer__columns-content.collapse {
  display: none;
}

@media (min-width: 992px) {
  .c-footer__columns-content.collapse {
    display: block;
  }
}

.c-footer__columns-content.collapse.show {
  display: block;
}

.c-footer__columns-item + .c-footer__columns-item {
  margin-top: 0.75rem;
}

@media (min-width: 992px) {
  .c-footer__columns-item + .c-footer__columns-item {
    margin-top: 0.375rem;
  }
}

.c-footer__columns-anchor,
.c-footer__columns-link {
  text-decoration: none;
  text-decoration-color: transparent;
  text-underline-offset: 0.375rem;
  color: white;
  display: block;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
  .c-footer__columns-anchor:hover,
  .c-footer__columns-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.0625rem;
    text-decoration-color: white;
  }
}

@media (hover: hover) {
  .c-footer__columns-anchor:hover,
  .c-footer__columns-link:hover {
    color: white;
  }
}

.c-footer__columns-heading,
.c-footer__columns-name {
  color: white;
  display: block;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2.375;
}

.c-footer__columns-heading {
  font-family: geograph, arial, serif;
  font-size: 1rem;
  letter-spacing: 0.038rem;
  padding-block: 0.625rem;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .c-footer__columns-heading {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .c-footer__columns-heading {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    padding-block: 0;
  }
}

.c-footer__columns-toggle {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

@media (min-width: 992px) {
  .c-footer__columns-toggle {
    display: none;
  }
}

.c-footer__columns-headline.show .c-footer__columns-toggle {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-footer__social {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.c-footer__social-item + .c-footer__social-item {
  margin-left: 1.563rem;
}

.c-footer__social--maintenance .c-footer__social-item {
  color: rgba(255, 255, 255, 0.6);
}

.c-footer__social--maintenance .c-footer__social-item .icon {
  color: rgba(255, 255, 255, 0.6);
}

.c-footer__social-link {
  display: block;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.c-footer__social--maintenance .c-footer__social-link {
  color: rgba(255, 255, 255, 0.6);
}

@media (hover: hover) {
  .c-footer__social-link:hover {
    color: white;
    opacity: 0.6;
  }
}

.c-footer__copyright {
  color: #e1e1e1;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.5;
}

.c-footer__menu--maintenance {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.c-footer__menu-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.75rem;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1296px) {
  .c-footer__menu-list {
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 2.25rem;
  }
}

.c-footer__menu--maintenance .c-footer__menu-list {
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .c-footer__menu--maintenance .c-footer__menu-list {
    margin-bottom: 0;
    margin-left: 4.5rem;
  }
}

.c-footer__menu-item {
  line-height: 1;
}

.c-footer__menu-link {
  text-decoration: none;
  text-decoration-color: transparent;
  text-underline-offset: 0.375rem;
  color: #e1e1e1;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.2;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
  .c-footer__menu-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.0625rem;
    text-decoration-color: #e1e1e1;
  }
}

@media (hover: hover) {
  .c-footer__menu-link:hover {
    color: #e1e1e1;
  }
}

.c-footer__service {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .c-footer__service {
    -moz-column-gap: 1.875rem;
    -webkit-column-gap: 1.875rem;
    column-gap: 1.875rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (min-width: 1296px) {
  .c-footer__service {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.c-footer__service[data-grid='2/18'] {
  grid-column: 1/-1;
  grid-row: 1;
}

@media (min-width: 672px) {
  .c-footer__service[data-grid='2/18'] {
    grid-column: col-start 2 / span 18;
  }
}

.c-footer__service-section {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 992px) {
  .c-footer__service-section {
    max-width: 36.25rem;
  }
}

.c-footer__service-section:nth-child(1) {
  margin-bottom: 3.75rem;
  width: 100%;
}

@media (min-width: 992px) {
  .c-footer__service-section:nth-child(1) {
    margin-bottom: 0;
    width: 65%;
  }
}

@media (min-width: 1296px) {
  .c-footer__service-section:nth-child(1) {
    width: auto;
  }
}

.c-footer__service-section:nth-child(2) {
  width: 100%;
}

@media (min-width: 992px) {
  .c-footer__service-section:nth-child(2) {
    width: 35%;
  }
}

@media (min-width: 1296px) {
  .c-footer__service-section:nth-child(2) {
    width: auto;
  }
}

.c-footer__service-headline {
  color: black;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.038rem;
  line-height: 1.2;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}

@media (min-width: 672px) {
  .c-footer__service-headline {
    font-size: 1.25rem;
  }
}

.c-footer__service-subline {
  color: black;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.33;
  margin-bottom: 1.719rem;
}

@media (min-width: 672px) {
  .c-footer__service-subline {
    font-size: 2rem;
    line-height: 1.235;
  }
}

@media (min-width: 1296px) {
  .c-footer__service-subline {
    font-size: 2.125rem;
    margin-bottom: 3.438rem;
  }
}

.c-footer__service-link {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 1.25rem;
  font-weight: 300;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-footer__service-link .icon {
  margin-left: 0.625rem;
  -ms-transform: translateY(0.0625rem);
  -webkit-transform: translateY(0.0625rem);
  transform: translateY(0.0625rem);
}

@media (min-width: 1296px) {
  .c-footer__service-link .icon {
    -ms-transform: translateY(0.125rem);
    -webkit-transform: translateY(0.125rem);
    transform: translateY(0.125rem);
  }
}

.c-footer__service-link + {
  margin-top: 1.719rem;
}

@media (min-width: 1296px) {
  .c-footer__service-link + {
    margin-top: 3.438rem;
  }
}

@media (hover: hover) {
  .c-footer__service-link:hover .icon {
    -ms-transform: translateY(0.0625rem) translateX(0.25rem);
    -webkit-transform: translateY(0.0625rem) translateX(0.25rem);
    transform: translateY(0.0625rem) translateX(0.25rem);
  }
}

@media (hover: hover) and (min-width: 1296px) {
  .c-footer__service-link:hover .icon {
    -ms-transform: translateY(0.125rem) translateX(0.25rem);
    -webkit-transform: translateY(0.125rem) translateX(0.25rem);
    transform: translateY(0.125rem) translateX(0.25rem);
  }
}

.c-footer__service-content {
  margin-top: auto;
}

.c-footer__service-content--split {
  display: block;
}

@media (min-width: 1296px) {
  .c-footer__service-content--split {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.c-footer__service-mail,
.c-footer__service-tel {
  color: black;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  max-width: 13.75rem;
}

@media (min-width: 672px) {
  .c-footer__service-mail,
  .c-footer__service-tel {
    font-size: 1.25rem;
  }
}

.c-footer__service-mail a,
.c-footer__service-tel a {
  text-decoration: none;
  text-decoration-color: transparent;
  text-underline-offset: 0.375rem;
  color: black;
  display: block;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
  .c-footer__service-mail a:hover,
  .c-footer__service-tel a:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.0625rem;
    text-decoration-color: #2d2d2d;
  }
}

@media (hover: hover) {
  .c-footer__service-mail a:hover,
  .c-footer__service-tel a:hover {
    color: black;
  }
}

.c-footer__service-tel {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1.25rem;
}

@media (min-width: 1296px) {
  .c-footer__service-tel {
    margin-bottom: 0;
  }
}

.c-footer__service-tel a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-footer__logos {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.625rem;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1296px) {
  .c-footer__logos {
    gap: 1.875rem;
    margin-left: auto;
  }
}

.c-footer__logos-image {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.c-footer__logos-image[src*='Apple_Pay_logo.svg'] {
  -webkit-filter: invert(1);
  filter: invert(1);
  max-width: 3.75rem;
}

.c-pages--stage {
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -ms-transform-origin: top;
  -webkit-transform-origin: top;
  transform-origin: top;
}

.c-pages--stage.is-hidden {
  opacity: 0;
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
}

.c-pages[data-form-register] {
  margin-bottom: 0;
  max-height: 0;
  opacity: 0;
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  visibility: hidden;
}

.is-hidden + .c-pages[data-form-register] {
  opacity: 1;
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  transition-delay: 250ms;
  visibility: visible;
}

.c-pages[data-pages-grid='basket'],
.c-pages[data-pages-grid='2'],
.c-pages[data-pages-grid='1/3'],
.c-pages[data-pages-grid='aside'] {
  display: -ms-grid;
  display: grid;
  grid-template-rows: auto;
}

.c-pages[data-pages-grid='2'],
.c-pages[data-pages-grid='1/3'],
.c-pages[data-pages-grid='aside'] {
  grid-gap: 3.125rem;
}

@media (min-width: 1296px) {
  .c-pages[data-pages-grid='2'],
  .c-pages[data-pages-grid='1/3'],
  .c-pages[data-pages-grid='aside'] {
    grid-gap: 9.375rem;
  }
}

.c-pages[data-pages-grid='2'] {
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 992px) {
  .c-pages[data-pages-grid='1/3'] {
    grid-template-columns: 1fr 2fr;
  }
}

@media (max-width: 479.98px) {
  .c-pages[data-pages-grid='aside'] {
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .c-pages[data-pages-grid='aside'] {
    grid-template-columns: 18.75rem 1fr;
  }
}

@media (min-width: 1296px) {
  .c-pages[data-pages-grid='aside'] {
    grid-template-columns: 25rem 1fr;
  }
}

@media (min-width: 1296px) {
  .c-pages[data-pages-grid='basket'] {
    grid-gap: 2.5rem;
    grid-template-columns: 1fr 24.4565217391rem;
  }
}

@media (min-width: 1600px) {
  .c-pages[data-pages-grid='basket'] {
    grid-gap: clamp(1.5625rem, 6vw, 12.5rem);
    grid-template-columns: 1fr 28.125rem;
  }
}

.c-pages[data-pages-offset='1'] {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(20, [col-start] 1fr);
  grid-template-rows: auto;
  grid-gap: 0.375rem;
  margin-inline: auto;
  padding-block: 0;
}

@media (min-width: 672px) {
  .c-pages[data-pages-offset='1'] {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(20, [col-start] 1fr);
    grid-template-rows: auto;
    grid-gap: 0.375rem;
    margin-inline: auto;
    padding-block: 0;
  }
}

@media (min-width: 992px) {
  .c-pages[data-pages-offset='1'] {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(20, [col-start] 1fr);
    grid-template-rows: auto;
    grid-gap: 0.375rem;
    margin-inline: auto;
    padding-block: 0;
  }
}

[data-pages-offset='1'] .c-pages__section {
  grid-row: 1;
}

@media (max-width: 991.98px) {
  [data-pages-offset='1'] .c-pages__section {
    grid-column: 1/-1;
  }
}

.c-pages__section-wrap {
  display: -ms-grid;
  display: grid;
  grid-gap: 1.875rem;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  margin-top: 2.5rem;
}

@media (min-width: 672px) {
  .c-pages__section-wrap {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3.75rem;
  }
}

.c-pages__section-wrap[data-section-grid='1'] {
  grid-template-columns: 1fr;
}

.c-pages__section-wrap[data-section-grid='2'] {
  grid-template-columns: repeat(2, 1fr);
}

.c-pages__section-wrap[data-section-grid='3'] {
  grid-template-columns: 2fr 1fr;
}

.c-pages__section-wrap .c-pages__section-wrap {
  margin-top: 0;
}

.c-pages__section-card + .c-pages__section-card {
  margin-top: 3.75rem;
}

@media (min-width: 672px) {
  .c-pages__section-card + .c-pages__section-card {
    margin-top: 5rem;
  }
}

@media (min-width: 1296px) {
  .c-pages__section-card + .c-pages__section-card {
    margin-top: 7.5rem;
  }
}

.c-pages__section-collapse .c-pages__section-card {
  padding-top: 2.5rem;
}

.c-pages__section-card[data-section-match],
[data-section-grid='3'] .c-pages__section-card {
  margin-top: 0;
}

.c-pages__section-card[data-section-match] {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 672px) {
  .c-pages__section-card--stretch {
    grid-column: 1 / span 2;
  }
}

.c-pages__section-card--action {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.3125rem;
}

[data-section-match] .c-pages__section-content {
  padding-bottom: 2.5rem;
}

.c-pages__section-address {
  font-size: 1.063rem;
  font-weight: 300;
}

.c-pages__section-action {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.3125rem;
}

[data-section-match] .c-pages__section-action {
  margin-top: auto;
}

.c-pages__section-title,
.c-pages__section-title--reduce {
  color: #2d2d2d;
  font-weight: 400;
  line-height: 1.5;
}

.c-pages__section-title {
  margin-bottom: 2.5rem;
}

.c-pages__section-title--primary {
  margin-bottom: 0;
}

.c-pages--maintenance .c-pages__section-title--primary {
  margin-bottom: 2.5rem;
}

.c-pages__section-title-block {
  font-size: 1.75rem;
  margin-bottom: 1.563rem;
}

@media (min-width: 992px) {
  .c-pages__section-title-block {
    font-size: 2.25rem;
  }
}

.c-pages__section-headline,
.c-pages__section-subline,
.c-pages__section-heading {
  font-weight: 400;
  margin-bottom: 0;
}

.c-pages__section-heading {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
}

@media (min-width: 672px) {
  .c-pages__section-heading {
    font-size: 2.25rem;
  }
}

.c-pages__section-headline {
  font-size: 1.313rem;
}

@media (min-width: 672px) {
  .c-pages__section-headline {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .c-pages__section-headline {
    font-size: 1.75rem;
  }
}

.c-pages__section-title--primary .c-pages__section-headline {
  font-size: 1.5rem;
  font-weight: 400;
}

@media (min-width: 672px) {
  .c-pages__section-title--primary .c-pages__section-headline {
    font-size: 1.875rem;
  }
}

@media (min-width: 992px) {
  .c-pages__section-title--primary .c-pages__section-headline {
    font-size: 2.25rem;
  }
}

.c-pages__section-subline {
  font-size: 1.063rem;
}

.c-pages__section-info {
  margin-top: 2.5rem;
}

@media (min-width: 992px) {
  .c-pages__section-info {
    margin-top: 5rem;
  }
}

.c-pages__section-reduce {
  font-size: 1.425rem;
  margin-bottom: 0.8333333333rem;
}

.c-pages__section-boxed {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-pages__section-image {
  margin-bottom: 3.75rem;
}

@media (max-width: 479.98px) {
  .c-pages__section-group {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 0.625rem;
  }
}

.c-pages__section-notice {
  margin-bottom: 0.9375rem;
}

.c-pages__section-notice-link {
  color: #2d2d2d;
  text-decoration: underline;
  text-underline-offset: 0.375rem;
  text-decoration-color: #2d2d2d;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (hover: hover) {
  .c-pages__section-notice-link:focus,
  .c-pages__section-notice-link:hover {
    color: black;
  }
}

.c-pages__section-order-number {
  font-size: 1.125rem;
  font-weight: 500;
}

.c-pages__section-flap-title {
  margin-bottom: 1.875rem;
}

.c-pages__section-list {
  display: -ms-grid;
  display: grid;
  grid-gap: 3.125rem 1.875rem;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}

@media (min-width: 672px) {
  .c-pages__section-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-pages__section-list-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-pages__section-list .address-action-delete {
  margin-left: 0;
}

.c-pages__section-list .address-editor-card:not(:last-child) {
  border-bottom: 0;
  padding-bottom: 0;
}

.c-pages__section-description--columns {
  display: -ms-grid;
  display: grid;
  font-size: 1.125rem;
  font-weight: 300;
  grid-gap: 2.5rem;
  grid-template-columns: 1fr;
  max-width: 37.5rem;
}

@media (min-width: 672px) {
  .c-pages__section-description--columns {
    font-size: 1.25rem;
    grid-gap: 9.5rem;
    grid-template-columns: 1fr 1fr;
  }
}

pre.sf-dump {
  position: absolute !important;
  text-align: left;
}

.c-description__inner h1,
.c-product-detail__content-desc h1,
.c-description__inner h2,
.c-product-detail__content-desc h2,
.c-description__inner h3,
.c-product-detail__content-desc h3,
.c-description__inner h4,
.c-product-detail__content-desc h4,
.c-description__inner h5,
.c-product-detail__content-desc h5,
.c-description__inner h6,
.c-product-detail__content-desc h6 {
  color: #2d2d2d;
  font-weight: 400;
  line-height: 1.33;
}

[role='document'] .c-description__inner h1,
[role='document'] .c-product-detail__content-desc h1,
[role='document'] .c-description__inner h2,
[role='document'] .c-product-detail__content-desc h2,
[role='document'] .c-description__inner h3,
[role='document'] .c-product-detail__content-desc h3,
[role='document'] .c-description__inner h4,
[role='document'] .c-product-detail__content-desc h4,
[role='document'] .c-description__inner h5,
[role='document'] .c-product-detail__content-desc h5,
[role='document'] .c-description__inner h6,
[role='document'] .c-product-detail__content-desc h6 {
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.c-description__inner h1,
.c-product-detail__content-desc h1 {
  font-size: 2.813rem;
  margin-bottom: 1.875rem;
}

[role='document'] .c-description__inner h1,
[role='document'] .c-product-detail__content-desc h1 {
  font-size: 2.3441666667rem;
  margin-bottom: 1.5625rem;
}

.c-description__inner h2,
.c-product-detail__content-desc h2 {
  font-size: 2.25rem;
  margin-bottom: 1.7045454545rem;
}

[role='document'] .c-description__inner h2,
[role='document'] .c-product-detail__content-desc h2 {
  font-size: 1.875rem;
  margin-bottom: 1.4423076923rem;
}

.c-description__inner h3,
.c-product-detail__content-desc h3 {
  font-size: 1.625rem;
  margin-bottom: 1.5625rem;
}

[role='document'] .c-description__inner h3,
[role='document'] .c-product-detail__content-desc h3 {
  font-size: 1.3541666667rem;
  margin-bottom: 1.3392857143rem;
}

.c-description__inner h4,
.c-product-detail__content-desc h4 {
  font-size: 1.313rem;
  margin-bottom: 1.4423076923rem;
}

[role='document'] .c-description__inner h4,
[role='document'] .c-product-detail__content-desc h4 {
  font-size: 1.0941666667rem;
  margin-bottom: 1.25rem;
}

.c-description__inner h5,
.c-product-detail__content-desc h5 {
  font-size: 1.125rem;
  margin-bottom: 1.3888888889rem;
}

.c-description__inner h6,
.c-product-detail__content-desc h6 {
  font-size: 1.125rem;
  margin-bottom: 1.3888888889rem;
}

.c-description__inner p,
.c-product-detail__content-desc p,
.c-description__inner b,
.c-product-detail__content-desc b,
.c-description__inner a,
.c-product-detail__content-desc a,
.c-description__inner td,
.c-product-detail__content-desc td,
.c-description__inner th,
.c-product-detail__content-desc th,
.c-description__inner dt,
.c-product-detail__content-desc dt,
.c-description__inner dd,
.c-product-detail__content-desc dd,
.c-description__inner i,
.c-product-detail__content-desc i,
.c-description__inner em,
.c-product-detail__content-desc em,
.c-description__inner small,
.c-product-detail__content-desc small,
.c-description__inner li,
.c-product-detail__content-desc li,
.c-description__inner strong,
.c-product-detail__content-desc strong,
.c-description__inner blockquote,
.c-product-detail__content-desc blockquote {
  color: #2d2d2d;
  font-size: 1rem;
  font-weight: 400;
}

.c-description__inner p,
.c-product-detail__content-desc p,
.c-description__inner ul,
.c-product-detail__content-desc ul,
.c-description__inner ol,
.c-product-detail__content-desc ol,
.c-description__inner table,
.c-product-detail__content-desc table,
.c-description__inner blockquote,
.c-product-detail__content-desc blockquote {
  margin-bottom: 1.875rem;
}

.c-description__inner a,
.c-product-detail__content-desc a {
  text-decoration: none;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.375rem;
  -webkit-transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

@media (hover: hover) {
  .c-description__inner a:hover,
  .c-product-detail__content-desc a:hover {
    text-decoration: underline;
    text-decoration-thickness: 0.0625rem;
    text-decoration-color: #2d2d2d;
  }
}

@media (hover: hover) {
  .c-description__inner a:hover,
  .c-product-detail__content-desc a:hover {
    color: black;
  }
}

.c-description__inner b,
.c-product-detail__content-desc b,
.c-description__inner strong,
.c-product-detail__content-desc strong {
  font-weight: 500;
}

.c-description__inner i,
.c-product-detail__content-desc i,
.c-description__inner em,
.c-product-detail__content-desc em {
  font-style: italic;
}

.c-description__inner ul,
.c-product-detail__content-desc ul {
  padding: 0;
}

.c-description__inner ul li,
.c-product-detail__content-desc ul li {
  position: relative;
  padding-left: 1.25rem;
}

.c-description__inner ul li:before,
.c-product-detail__content-desc ul li:before {
  left: 0;
  position: absolute;
  top: -0.1875rem;
  background-color: #2d2d2d;
  content: '';
  display: -ms-grid;
  display: grid;
  height: 0.3125rem;
  line-height: 1;
  -ms-transform: translateY(0.8984375rem);
  -webkit-transform: translateY(0.8984375rem);
  transform: translateY(0.8984375rem);
  width: 0.3125rem;
}

.c-description__inner ol,
.c-product-detail__content-desc ol {
  counter-reset: orderedlist;
  list-style: none;
}

.c-description__inner ol * ol,
.c-product-detail__content-desc ol * ol {
  margin-bottom: 0;
  padding-left: 1.875rem;
}

.c-description__inner ol li,
.c-product-detail__content-desc ol li {
  display: block;
}

.c-description__inner ol li:before,
.c-product-detail__content-desc ol li:before {
  color: #2d2d2d;
  content: counters(orderedlist, '.') ' ';
  counter-increment: orderedlist;
}

.c-description__inner table,
.c-product-detail__content-desc table {
  border-collapse: collapse;
  width: 100%;
}

[role='document'] .c-description__inner table,
[role='document'] .c-product-detail__content-desc table {
  margin-bottom: 3.75rem;
}

.c-description__inner table td,
.c-product-detail__content-desc table td,
.c-description__inner table th,
.c-product-detail__content-desc table th {
  border: 0;
  color: #2d2d2d;
  padding: 1.25rem;
}

[role='document'] .c-description__inner table td,
[role='document'] .c-product-detail__content-desc table td,
[role='document'] .c-description__inner table th,
[role='document'] .c-product-detail__content-desc table th {
  font-size: 0.9375rem;
  line-height: 1.33;
  padding: 0.7211538462rem;
  vertical-align: middle;
}

.c-description__inner table tr:nth-child(even),
.c-product-detail__content-desc table tr:nth-child(even) {
  background-color: rgba(225, 225, 225, 0.25);
}

.c-description__inner table th,
.c-product-detail__content-desc table th {
  background-color: rgba(225, 225, 225, 0.25);
  font-weight: 500;
  text-align: left;
}

@media (max-width: 671.98px) {
  .c-description__inner table.has-col-1 thead,
  .c-product-detail__content-desc table.has-col-1 thead,
  .c-description__inner table.has-col-1 tbody,
  .c-product-detail__content-desc table.has-col-1 tbody,
  .c-description__inner table.has-col-1 th,
  .c-product-detail__content-desc table.has-col-1 th,
  .c-description__inner table.has-col-1 td,
  .c-product-detail__content-desc table.has-col-1 td,
  .c-description__inner table.has-col-1 tr,
  .c-product-detail__content-desc table.has-col-1 tr,
  .c-description__inner table.has-col-2 thead,
  .c-product-detail__content-desc table.has-col-2 thead,
  .c-description__inner table.has-col-2 tbody,
  .c-product-detail__content-desc table.has-col-2 tbody,
  .c-description__inner table.has-col-2 th,
  .c-product-detail__content-desc table.has-col-2 th,
  .c-description__inner table.has-col-2 td,
  .c-product-detail__content-desc table.has-col-2 td,
  .c-description__inner table.has-col-2 tr,
  .c-product-detail__content-desc table.has-col-2 tr,
  .c-description__inner table.has-col-3 thead,
  .c-product-detail__content-desc table.has-col-3 thead,
  .c-description__inner table.has-col-3 tbody,
  .c-product-detail__content-desc table.has-col-3 tbody,
  .c-description__inner table.has-col-3 th,
  .c-product-detail__content-desc table.has-col-3 th,
  .c-description__inner table.has-col-3 td,
  .c-product-detail__content-desc table.has-col-3 td,
  .c-description__inner table.has-col-3 tr,
  .c-product-detail__content-desc table.has-col-3 tr {
    display: block;
  }

  .c-description__inner table.has-col-1 thead tr,
  .c-product-detail__content-desc table.has-col-1 thead tr,
  .c-description__inner table.has-col-2 thead tr,
  .c-product-detail__content-desc table.has-col-2 thead tr,
  .c-description__inner table.has-col-3 thead tr,
  .c-product-detail__content-desc table.has-col-3 thead tr {
    left: -624.938rem;
    position: absolute;
    top: -624.938rem;
  }

  .c-description__inner table.has-col-1 tr,
  .c-product-detail__content-desc table.has-col-1 tr,
  .c-description__inner table.has-col-2 tr,
  .c-product-detail__content-desc table.has-col-2 tr,
  .c-description__inner table.has-col-3 tr,
  .c-product-detail__content-desc table.has-col-3 tr {
    margin: 0 0 3.75rem 0;
  }

  .c-description__inner table.has-col-1 tr:nth-child(even),
  .c-product-detail__content-desc table.has-col-1 tr:nth-child(even),
  .c-description__inner table.has-col-2 tr:nth-child(even),
  .c-product-detail__content-desc table.has-col-2 tr:nth-child(even),
  .c-description__inner table.has-col-3 tr:nth-child(even),
  .c-product-detail__content-desc table.has-col-3 tr:nth-child(even) {
    background-color: transparent;
  }

  .c-description__inner table.has-col-1 tr > *:last-child,
  .c-product-detail__content-desc table.has-col-1 tr > *:last-child,
  .c-description__inner table.has-col-2 tr > *:last-child,
  .c-product-detail__content-desc table.has-col-2 tr > *:last-child,
  .c-description__inner table.has-col-3 tr > *:last-child,
  .c-product-detail__content-desc table.has-col-3 tr > *:last-child {
    border-bottom: 0;
  }

  .c-description__inner table.has-col-1 td,
  .c-product-detail__content-desc table.has-col-1 td,
  .c-description__inner table.has-col-2 td,
  .c-product-detail__content-desc table.has-col-2 td,
  .c-description__inner table.has-col-3 td,
  .c-product-detail__content-desc table.has-col-3 td {
    border: none;
    position: relative;
  }

  .c-description__inner table.has-col-1 td:before,
  .c-product-detail__content-desc table.has-col-1 td:before,
  .c-description__inner table.has-col-2 td:before,
  .c-product-detail__content-desc table.has-col-2 td:before,
  .c-description__inner table.has-col-3 td:before,
  .c-product-detail__content-desc table.has-col-3 td:before {
    content: attr(data-th);
    display: block;
    font-weight: 500;
    padding-right: 0.625rem;
  }

  .c-description__inner table.has-col-1 td[data-th='&nbsp;']:before,
  .c-product-detail__content-desc table.has-col-1 td[data-th='&nbsp;']:before,
  .c-description__inner table.has-col-2 td[data-th='&nbsp;']:before,
  .c-product-detail__content-desc table.has-col-2 td[data-th='&nbsp;']:before,
  .c-description__inner table.has-col-3 td[data-th='&nbsp;']:before,
  .c-product-detail__content-desc table.has-col-3 td[data-th='&nbsp;']:before {
    display: none;
  }

  .c-description__inner table.has-col-1 td:nth-child(even),
  .c-product-detail__content-desc table.has-col-1 td:nth-child(even),
  .c-description__inner table.has-col-2 td:nth-child(even),
  .c-product-detail__content-desc table.has-col-2 td:nth-child(even),
  .c-description__inner table.has-col-3 td:nth-child(even),
  .c-product-detail__content-desc table.has-col-3 td:nth-child(even) {
    background-color: rgba(225, 225, 225, 0.25);
  }
}

@media (max-width: 671.98px) and (min-width: 480px) {
  .c-description__inner table.has-col-1 td,
  .c-product-detail__content-desc table.has-col-1 td,
  .c-description__inner table.has-col-2 td,
  .c-product-detail__content-desc table.has-col-2 td,
  .c-description__inner table.has-col-3 td,
  .c-product-detail__content-desc table.has-col-3 td {
    padding-left: 50%;
  }
}

@media (max-width: 671.98px) and (min-width: 480px) {
  .c-description__inner table.has-col-1 td:before,
  .c-product-detail__content-desc table.has-col-1 td:before,
  .c-description__inner table.has-col-2 td:before,
  .c-product-detail__content-desc table.has-col-2 td:before,
  .c-description__inner table.has-col-3 td:before,
  .c-product-detail__content-desc table.has-col-3 td:before {
    left: 1.25rem;
    position: absolute;
    top: 1.25rem;
    white-space: nowrap;
    width: 45%;
  }
}

@media (max-width: 671.98px) and (min-width: 992px) {
  .c-description__inner table.has-col-1 td:before,
  .c-product-detail__content-desc table.has-col-1 td:before,
  .c-description__inner table.has-col-2 td:before,
  .c-product-detail__content-desc table.has-col-2 td:before,
  .c-description__inner table.has-col-3 td:before,
  .c-product-detail__content-desc table.has-col-3 td:before {
    top: 1.25rem;
  }
}

@media (max-width: 991.98px) {
  .c-description__inner table.has-col-4 thead,
  .c-product-detail__content-desc table.has-col-4 thead,
  .c-description__inner table.has-col-4 tbody,
  .c-product-detail__content-desc table.has-col-4 tbody,
  .c-description__inner table.has-col-4 th,
  .c-product-detail__content-desc table.has-col-4 th,
  .c-description__inner table.has-col-4 td,
  .c-product-detail__content-desc table.has-col-4 td,
  .c-description__inner table.has-col-4 tr,
  .c-product-detail__content-desc table.has-col-4 tr,
  .c-description__inner table.has-col-5 thead,
  .c-product-detail__content-desc table.has-col-5 thead,
  .c-description__inner table.has-col-5 tbody,
  .c-product-detail__content-desc table.has-col-5 tbody,
  .c-description__inner table.has-col-5 th,
  .c-product-detail__content-desc table.has-col-5 th,
  .c-description__inner table.has-col-5 td,
  .c-product-detail__content-desc table.has-col-5 td,
  .c-description__inner table.has-col-5 tr,
  .c-product-detail__content-desc table.has-col-5 tr {
    display: block;
  }

  .c-description__inner table.has-col-4 thead tr,
  .c-product-detail__content-desc table.has-col-4 thead tr,
  .c-description__inner table.has-col-5 thead tr,
  .c-product-detail__content-desc table.has-col-5 thead tr {
    left: -624.938rem;
    position: absolute;
    top: -624.938rem;
  }

  .c-description__inner table.has-col-4 tr,
  .c-product-detail__content-desc table.has-col-4 tr,
  .c-description__inner table.has-col-5 tr,
  .c-product-detail__content-desc table.has-col-5 tr {
    margin: 0 0 3.75rem 0;
  }

  .c-description__inner table.has-col-4 tr:nth-child(even),
  .c-product-detail__content-desc table.has-col-4 tr:nth-child(even),
  .c-description__inner table.has-col-5 tr:nth-child(even),
  .c-product-detail__content-desc table.has-col-5 tr:nth-child(even) {
    background-color: transparent;
  }

  .c-description__inner table.has-col-4 tr > *:last-child,
  .c-product-detail__content-desc table.has-col-4 tr > *:last-child,
  .c-description__inner table.has-col-5 tr > *:last-child,
  .c-product-detail__content-desc table.has-col-5 tr > *:last-child {
    border-bottom: 0;
  }

  .c-description__inner table.has-col-4 td,
  .c-product-detail__content-desc table.has-col-4 td,
  .c-description__inner table.has-col-5 td,
  .c-product-detail__content-desc table.has-col-5 td {
    border: none;
    position: relative;
  }

  .c-description__inner table.has-col-4 td:before,
  .c-product-detail__content-desc table.has-col-4 td:before,
  .c-description__inner table.has-col-5 td:before,
  .c-product-detail__content-desc table.has-col-5 td:before {
    content: attr(data-th);
    display: block;
    font-weight: 500;
    padding-right: 0.625rem;
  }

  .c-description__inner table.has-col-4 td[data-th='&nbsp;']:before,
  .c-product-detail__content-desc table.has-col-4 td[data-th='&nbsp;']:before,
  .c-description__inner table.has-col-5 td[data-th='&nbsp;']:before,
  .c-product-detail__content-desc table.has-col-5 td[data-th='&nbsp;']:before {
    display: none;
  }

  .c-description__inner table.has-col-4 td:nth-child(even),
  .c-product-detail__content-desc table.has-col-4 td:nth-child(even),
  .c-description__inner table.has-col-5 td:nth-child(even),
  .c-product-detail__content-desc table.has-col-5 td:nth-child(even) {
    background-color: rgba(225, 225, 225, 0.25);
  }
}

@media (max-width: 991.98px) and (min-width: 480px) {
  .c-description__inner table.has-col-4 td,
  .c-product-detail__content-desc table.has-col-4 td,
  .c-description__inner table.has-col-5 td,
  .c-product-detail__content-desc table.has-col-5 td {
    padding-left: 50%;
  }
}

@media (max-width: 991.98px) and (min-width: 480px) {
  .c-description__inner table.has-col-4 td:before,
  .c-product-detail__content-desc table.has-col-4 td:before,
  .c-description__inner table.has-col-5 td:before,
  .c-product-detail__content-desc table.has-col-5 td:before {
    left: 1.25rem;
    position: absolute;
    top: 1.25rem;
    white-space: nowrap;
    width: 45%;
  }
}

@media (max-width: 991.98px) and (min-width: 992px) {
  .c-description__inner table.has-col-4 td:before,
  .c-product-detail__content-desc table.has-col-4 td:before,
  .c-description__inner table.has-col-5 td:before,
  .c-product-detail__content-desc table.has-col-5 td:before {
    top: 1.25rem;
  }
}

@media (max-width: 1295.98px) {
  .c-description__inner table.has-col-6 thead,
  .c-product-detail__content-desc table.has-col-6 thead,
  .c-description__inner table.has-col-6 tbody,
  .c-product-detail__content-desc table.has-col-6 tbody,
  .c-description__inner table.has-col-6 th,
  .c-product-detail__content-desc table.has-col-6 th,
  .c-description__inner table.has-col-6 td,
  .c-product-detail__content-desc table.has-col-6 td,
  .c-description__inner table.has-col-6 tr,
  .c-product-detail__content-desc table.has-col-6 tr {
    display: block;
  }

  .c-description__inner table.has-col-6 thead tr,
  .c-product-detail__content-desc table.has-col-6 thead tr {
    left: -624.938rem;
    position: absolute;
    top: -624.938rem;
  }

  .c-description__inner table.has-col-6 tr,
  .c-product-detail__content-desc table.has-col-6 tr {
    margin: 0 0 3.75rem 0;
  }

  .c-description__inner table.has-col-6 tr:nth-child(even),
  .c-product-detail__content-desc table.has-col-6 tr:nth-child(even) {
    background-color: transparent;
  }

  .c-description__inner table.has-col-6 tr > *:last-child,
  .c-product-detail__content-desc table.has-col-6 tr > *:last-child {
    border-bottom: 0;
  }

  .c-description__inner table.has-col-6 td,
  .c-product-detail__content-desc table.has-col-6 td {
    border: none;
    position: relative;
  }

  .c-description__inner table.has-col-6 td:before,
  .c-product-detail__content-desc table.has-col-6 td:before {
    content: attr(data-th);
    display: block;
    font-weight: 500;
    padding-right: 0.625rem;
  }

  .c-description__inner table.has-col-6 td[data-th='&nbsp;']:before,
  .c-product-detail__content-desc table.has-col-6 td[data-th='&nbsp;']:before {
    display: none;
  }

  .c-description__inner table.has-col-6 td:nth-child(even),
  .c-product-detail__content-desc table.has-col-6 td:nth-child(even) {
    background-color: rgba(225, 225, 225, 0.25);
  }
}

@media (max-width: 1295.98px) and (min-width: 480px) {
  .c-description__inner table.has-col-6 td,
  .c-product-detail__content-desc table.has-col-6 td {
    padding-left: 50%;
  }
}

@media (max-width: 1295.98px) and (min-width: 480px) {
  .c-description__inner table.has-col-6 td:before,
  .c-product-detail__content-desc table.has-col-6 td:before {
    left: 1.25rem;
    position: absolute;
    top: 1.25rem;
    white-space: nowrap;
    width: 45%;
  }
}

@media (max-width: 1295.98px) and (min-width: 992px) {
  .c-description__inner table.has-col-6 td:before,
  .c-product-detail__content-desc table.has-col-6 td:before {
    top: 1.25rem;
  }
}

.c-description__inner table.has-col-large,
.c-product-detail__content-desc table.has-col-large {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.c-description__inner table.has-col-large::-webkit-scrollbar,
.c-product-detail__content-desc table.has-col-large::-webkit-scrollbar {
  height: 0.375rem;
}

.c-description__inner table.has-col-large tbody tr td:first-child,
.c-product-detail__content-desc table.has-col-large tbody tr td:first-child {
  left: 0;
  position: -webkit-sticky;
  position: sticky;
  background-color: white;
  display: block;
  width: 9.375rem;
  z-index: 1;
}

@media (min-width: 672px) {
  .c-description__inner table.has-col-large tbody tr td:first-child,
  .c-product-detail__content-desc table.has-col-large tbody tr td:first-child {
    width: 12.5rem;
  }
}

.c-description__inner table.has-col-large tbody tr td:first-child::after,
.c-product-detail__content-desc table.has-col-large tbody tr td:first-child::after {
  position: absolute;
  right: -0.125rem;
  top: 0;
  box-shadow: 0.125rem 0 0.25rem rgba(0, 0, 0, 0.1);
  content: '';
  height: 100%;
  width: 0.25rem;
  z-index: 2;
}

.c-description__inner table.has-col-large tbody tr td:nth-child(2),
.c-product-detail__content-desc table.has-col-large tbody tr td:nth-child(2) {
  padding-left: 1.5625rem;
}

.c-description__inner blockquote,
.c-product-detail__content-desc blockquote {
  background-color: rgba(225, 225, 225, 0.25);
  border-left: 0.5rem solid #e1e1e1;
  color: #2d2d2d;
  font-style: italic;
  padding: 1.875rem 3.75rem 1.875rem 5.625rem;
  position: relative;
}

.c-description__inner blockquote:before,
.c-product-detail__content-desc blockquote:before {
  left: 1.25rem;
  position: absolute;
  top: 1.875rem;
  color: #2d2d2d;
  content: 'â€œ';
  display: inline-block;
  font-size: 3.75rem;
  line-height: 1;
}

.c-description__inner blockquote:after,
.c-product-detail__content-desc blockquote:after {
  content: '';
}

.c-description__inner > *:last-child,
.c-product-detail__content-desc > *:last-child {
  margin-bottom: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -ms-transform: rotate(1 turn);
    -webkit-transform: rotate(1 turn);
    transform: rotate(1 turn);
  }
}

@keyframes splide-loading {
  0% {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -ms-transform: rotate(1 turn);
    -webkit-transform: rotate(1 turn);
    transform: rotate(1 turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

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

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
