@charset "UTF-8";
/*
Override variable defaults
==================================================
This file is used to override default SCSS variables from the Shopware Storefront or Bootstrap.

Because of the !default flags, theme variable overrides have to be declared beforehand.
https://getbootstrap.com/docs/4.0/getting-started/theming/#variable-defaults
*/
/*
Basic styles
==================================================
Contains the imports to all basic styles.

The file organization follows the 7-1 pattern architecture
https://sass-guidelin.es/#the-7-1-pattern

@sw-package framework
*/
/*
 * Variables, Mixins, Functions
 * ---------------------------- */
/*
Helper function to check for active feature flags.
==================================================
The `$sw-features` variable contains a SCSS map of the current feature config.
The variable is injected automatically via ThemeCompiler.php and webpack.config.js.

@sw-package fundamentals@framework

Example:
@if feature('FEATURE_NEXT_1234') {
    // ...
}
*/
/*
Variables
==================================================
Import of all variables.

@sw-package framework
*/
/*
Bootstrap variables
==================================================
Contains all overrides of bootstrap default variables.

https://getbootstrap.com/docs/5.2/customize/sass/#variable-defaults

@sw-package framework
*/
/*
Skin variables
==================================================
Contains the imports to all variables that the Shopware skin uses.

@sw-package framework
*/
/*
Theme config variables
==================================================
Contains all custom shopware theme sw-variables.

@sw-package framework
*/
/*
Bootstrap variables
==================================================
Contains all overrides of bootstrap default variables.

https://getbootstrap.com/docs/5.2/customize/sass/#variable-defaults

@sw-package framework
*/
/*
Custom variables
==================================================
Contains custom non bootstrap variables.

@sw-package framework
*/
/*
Custom variables
==================================================
Contains custom non bootstrap variables.

@sw-package framework
*/
/*
Mixin for multiline text truncate
==================================================
@sw-package framework
*/
/*
 * Skin variables
 * ---------- */
/*
 * Vendors
 * ------- */
/*
Bootstrap
==================================================
Import of bootstrap vendor.

https://getbootstrap.com/docs/5.2/getting-started/introduction

@sw-package framework
*/
/*!
   * Bootstrap  v5.3.3 (https://getbootstrap.com/)
   * Copyright 2011-2024 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root, [data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #798490;
  --bs-gray-dark: #4a545b;
  --bs-gray-100: #f9f9f9;
  --bs-gray-200: #eee;
  --bs-gray-300: #bcc1c7;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #798490;
  --bs-gray-700: #495057;
  --bs-gray-800: #4a545b;
  --bs-gray-900: #212529;
  --bs-primary: #008555;
  --bs-secondary: #566573;
  --bs-success: #2ecc71;
  --bs-info: #4aa3df;
  --bs-warning: #f1c40f;
  --bs-danger: #c82f1e;
  --bs-light: #f9f9f9;
  --bs-dark: #4a545b;
  --bs-primary-rgb: 0, 133, 85;
  --bs-secondary-rgb: 86, 101, 115;
  --bs-success-rgb: 46, 204, 113;
  --bs-info-rgb: 74, 163, 223;
  --bs-warning-rgb: 241, 196, 15;
  --bs-danger-rgb: 200, 47, 30;
  --bs-light-rgb: 249, 249, 249;
  --bs-dark-rgb: 74, 84, 91;
  --bs-primary-text-emphasis: #003522;
  --bs-secondary-text-emphasis: #22282e;
  --bs-success-text-emphasis: #12522d;
  --bs-info-text-emphasis: #1e4159;
  --bs-warning-text-emphasis: #604e06;
  --bs-danger-text-emphasis: #50130c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cce7dd;
  --bs-secondary-bg-subtle: #dde0e3;
  --bs-success-bg-subtle: #d5f5e3;
  --bs-info-bg-subtle: #dbedf9;
  --bs-warning-bg-subtle: #fcf3cf;
  --bs-danger-bg-subtle: #f4d5d2;
  --bs-light-bg-subtle: #fcfcfc;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #99cebb;
  --bs-secondary-border-subtle: #bbc1c7;
  --bs-success-border-subtle: #abebc6;
  --bs-info-border-subtle: #b7daf2;
  --bs-warning-border-subtle: #f9e79f;
  --bs-danger-border-subtle: #e9aca5;
  --bs-light-border-subtle: #eee;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "Open Sans";
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #333333;
  --bs-body-color-rgb: 51, 51, 51;
  --bs-body-bg: #F5F5F5;
  --bs-body-bg-rgb: 245, 245, 245;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: #333333;
  --bs-secondary-color-rgb: 51, 51, 51;
  --bs-secondary-bg: #eee;
  --bs-secondary-bg-rgb: 238, 238, 238;
  --bs-tertiary-color: rgba(51, 51, 51, 0.5);
  --bs-tertiary-color-rgb: 51, 51, 51;
  --bs-tertiary-bg: #f9f9f9;
  --bs-tertiary-bg-rgb: 249, 249, 249;
  --bs-heading-color: #008555;
  --bs-link-color: #008555;
  --bs-link-color-rgb: 0, 133, 85;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #006a44;
  --bs-link-hover-color-rgb: 0, 106, 68;
  --bs-link-hover-decoration: underline;
  --bs-code-color: #d63384;
  --bs-highlight-color: #333333;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #eaeaf0;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0;
  --bs-border-radius-sm: 0;
  --bs-border-radius-lg: 0;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 1;
  --bs-focus-ring-color: #008555;
  --bs-form-valid-color: #2ecc71;
  --bs-form-valid-border-color: #2ecc71;
  --bs-form-invalid-color: #c82f1e;
  --bs-form-invalid-border-color: #c82f1e;
}
[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #bcc1c7;
  --bs-body-color-rgb: 188, 193, 199;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(188, 193, 199, 0.75);
  --bs-secondary-color-rgb: 188, 193, 199;
  --bs-secondary-bg: #4a545b;
  --bs-secondary-bg-rgb: 74, 84, 91;
  --bs-tertiary-color: rgba(188, 193, 199, 0.5);
  --bs-tertiary-color-rgb: 188, 193, 199;
  --bs-tertiary-bg: #363d42;
  --bs-tertiary-bg-rgb: 54, 61, 66;
  --bs-primary-text-emphasis: #66b699;
  --bs-secondary-text-emphasis: #9aa3ab;
  --bs-success-text-emphasis: #82e0aa;
  --bs-info-text-emphasis: #92c8ec;
  --bs-warning-text-emphasis: #f7dc6f;
  --bs-danger-text-emphasis: #de8278;
  --bs-light-text-emphasis: #f9f9f9;
  --bs-dark-text-emphasis: #bcc1c7;
  --bs-primary-bg-subtle: #001b11;
  --bs-secondary-bg-subtle: #111417;
  --bs-success-bg-subtle: #092917;
  --bs-info-bg-subtle: #0f212d;
  --bs-warning-bg-subtle: #302703;
  --bs-danger-bg-subtle: #280906;
  --bs-light-bg-subtle: #4a545b;
  --bs-dark-bg-subtle: #252a2e;
  --bs-primary-border-subtle: #005033;
  --bs-secondary-border-subtle: #343d45;
  --bs-success-border-subtle: #1c7a44;
  --bs-info-border-subtle: #2c6286;
  --bs-warning-border-subtle: #917609;
  --bs-danger-border-subtle: #781c12;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #4a545b;
  --bs-heading-color: inherit;
  --bs-link-color: #66b699;
  --bs-link-hover-color: #85c5ad;
  --bs-link-color-rgb: 102, 182, 153;
  --bs-link-hover-color-rgb: 133, 197, 173;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #bcc1c7;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}
*, *::before, *::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Open Sans";
  font-weight: 700;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1, .h1 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.25rem;
  }
}
h2, .h2 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}
h3, .h3 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}
h4, .h4 {
  font-size: 1.25rem;
}
h5, .h5 {
  font-size: 1rem;
}
h6, .h6 {
  font-size: 0.875rem;
}
p {
  margin-top: 0;
  margin-bottom: 2rem;
}
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol, ul {
  padding-left: 2rem;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b, strong {
  font-weight: bolder;
}
small, .small {
  font-size: 0.875em;
}
mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  text-decoration: underline;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre, code, kbd, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img, svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #798490;
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.container, .cms-section .boxed, .container-fluid, .container-xs, .cms-section .full-width {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}
.container, .cms-section .boxed {
  max-width: 1400px;
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row, .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, body.is-act-confirmpage .checkout .checkout-container {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > *, .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 > *, body.is-act-confirmpage .checkout .checkout-container > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.col, .is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside, .is-act-finishpage .checkout .checkout-aside {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12, .b2b-shopping-list-table__header-name.js-multiple-selection {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0, .gx-0 {
  --bs-gutter-x: 0;
}
.g-0, .gy-0 {
  --bs-gutter-y: 0;
}
.g-1, .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1, .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5, .swag-paypal-checkout-finish-pui-instructions-content .instruction-title {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6, .is-act-confirmpage .checkout .checkout-additional, .is-ctl-accountorder .checkout .checkout-additional {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7, .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .checkout-aside, .swag-paypal-checkout-finish-pui-instructions-content .instruction-description {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5, .is-act-finishpage .checkout .checkout-aside {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4, .is-act-checkoutregisterpage .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5, .is-act-cartpage .checkout .checkout-aside, body.is-act-confirmpage .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .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 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6, .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, body.is-act-confirmpage .checkout .checkout-aside {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1, .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3, .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .checkout-aside {
    flex: 0 0 auto;
    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, #one-page-checkout .checkout-container .checkout-main, #one-page-checkout .checkout-container .checkout-step-2, .acris-discount-group-custom-cart-layout.is-act-confirmpage .checkout .checkout-aside, .acris-discount-group-custom-cart-layout.is-act-finishpage .checkout .checkout-aside, .acris-discount-group-custom-cart-layout.is-ctl-accountorder .checkout .checkout-aside, body.is-act-confirmpage .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8, .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, body.is-act-confirmpage .checkout .checkout-main, body.is-act-confirmpage .checkout .checkout-additional {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9, .acris-discount-group-custom-cart-layout.is-act-confirmpage .checkout .checkout-main, .acris-discount-group-custom-cart-layout.is-act-finishpage .checkout .checkout-main, .acris-discount-group-custom-cart-layout.is-ctl-accountorder .checkout .checkout-main, .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .checkout-main {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0, .is-act-cartpage .checkout .checkout-aside, body.is-act-confirmpage .checkout .checkout-main, body.is-act-confirmpage .checkout .checkout-additional, body.is-act-confirmpage .checkout .checkout-aside {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .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.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7, .acris-discount-group-custom-cart-layout.is-act-confirmpage .checkout .checkout-aside, .acris-discount-group-custom-cart-layout.is-act-finishpage .checkout .checkout-aside, .acris-discount-group-custom-cart-layout.is-ctl-accountorder .checkout .checkout-aside {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4, .is-act-cartpage .checkout .checkout-aside, body.is-act-confirmpage .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: #f9f9f9;
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cce7dd;
  --bs-table-border-color: #a3b9b1;
  --bs-table-striped-bg: #c2dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8d0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdd6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #dde0e3;
  --bs-table-border-color: #b1b3b6;
  --bs-table-striped-bg: #d2d5d8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c7cacc;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cccfd2;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d5f5e3;
  --bs-table-border-color: #aac4b6;
  --bs-table-striped-bg: #cae9d8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c0ddcc;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c5e3d2;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #dbedf9;
  --bs-table-border-color: #afbec7;
  --bs-table-striped-bg: #d0e1ed;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c5d5e0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cbdbe6;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fcf3cf;
  --bs-table-border-color: #cac2a6;
  --bs-table-striped-bg: #efe7c5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e3dbba;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e9e1bf;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f4d5d2;
  --bs-table-border-color: #c3aaa8;
  --bs-table-striped-bg: #e8cac8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dcc0bd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e2c5c2;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f9f9f9;
  --bs-table-border-color: #c7c7c7;
  --bs-table-striped-bg: #ededed;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e0e0e0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e6e6e6;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #4a545b;
  --bs-table-border-color: #6e767c;
  --bs-table-striped-bg: #535d63;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #5c656b;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #586167;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 3px;
}
.col-form-label {
  padding-top: calc(0.438rem + var(--bs-border-width));
  padding-bottom: calc(0.438rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.125rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.438rem 0.5625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid #eaeaf0;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #333333;
  background-color: var(--bs-body-bg);
  border-color: #008555;
  outline: 0;
  box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: #666977;
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.438rem 0.5625rem;
  margin: -0.438rem -0.5625rem;
  margin-inline-end: 0.5625rem;
  color: #333333;
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.438rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.876rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.876rem + calc(var(--bs-border-width) * 2));
  padding: 0.438rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234a545b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.438rem 1.6875rem 0.438rem 0.5625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.5625rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid #eaeaf0;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #008555;
  outline: 0;
  box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.5625rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333333;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.125rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23bcc1c7' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5rem;
}
.form-check-reverse {
  padding-right: 1.5rem;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5rem;
  margin-left: 0;
}
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-top: 0.25rem;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #eaeaf0;
  print-color-adjust: exact;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    transition: none;
  }
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #008555;
  outline: 0;
  box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
}
.form-check-input:checked {
  background-color: #008555;
  border-color: #008555;
}
.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #008555;
  border-color: #008555;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23008555'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: 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");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 1;
}
[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #F5F5F5, 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #F5F5F5, 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #008555;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b3dacc;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #008555;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b3dacc;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
.form-floating {
  position: relative;
}
.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.5625rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control, .form-floating > .form-control-plaintext {
  padding: 1rem 0.5625rem;
}
.form-floating > .form-control::placeholder, .form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill, .form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-control-plaintext ~ label, .form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.28125rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label, .form-floating > .form-control:disabled ~ label {
  color: #798490;
}
.form-floating > :disabled ~ label::after, .form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .form-select, .input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .input-group > .form-select:focus, .input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.438rem 0.5625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid #eaeaf0;
  border-radius: var(--bs-border-radius);
}
.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  border-radius: var(--bs-border-radius-lg);
}
.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 2.25rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4), .input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control, .input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}
.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.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.876rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%232ecc71' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.219rem) center;
  background-size: calc(0.75em + 0.438rem) calc(0.75em + 0.438rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 1);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.876rem);
  background-position: top calc(0.375em + 0.219rem) right calc(0.375em + 0.219rem);
}
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%232ecc71' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 3.09375rem;
  background-position: right 0.5625rem center, center right 1.6875rem;
  background-size: 16px 12px, calc(0.75em + 0.438rem) calc(0.75em + 0.438rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 1);
}
.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.876rem));
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 1);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .was-validated .input-group > .form-select:not(:focus):valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}
.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.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.876rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23c82f1e'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c82f1e' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.219rem) center;
  background-size: calc(0.75em + 0.438rem) calc(0.75em + 0.438rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 1);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.876rem);
  background-position: top calc(0.375em + 0.219rem) right calc(0.375em + 0.219rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23c82f1e'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c82f1e' stroke='none'/%3e%3c/svg%3e");
  padding-right: 3.09375rem;
  background-position: right 0.5625rem center, center right 1.6875rem;
  background-size: 16px 12px, calc(0.75em + 0.438rem) calc(0.75em + 0.438rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 1);
}
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.876rem));
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 1);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .was-validated .input-group > .form-select:not(:focus):invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
.btn {
  --bs-btn-padding-x: 12px;
  --bs-btn-padding-y: 2px;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 600;
  --bs-btn-line-height: 2.125rem;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 1;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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 {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  text-decoration: none;
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #008555;
  --bs-btn-border-color: #008555;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #007148;
  --bs-btn-hover-border-color: #006a44;
  --bs-btn-focus-shadow-rgb: 38, 151, 111;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #006a44;
  --bs-btn-active-border-color: #006440;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #008555;
  --bs-btn-disabled-border-color: #008555;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #566573;
  --bs-btn-border-color: #566573;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #495662;
  --bs-btn-hover-border-color: #45515c;
  --bs-btn-focus-shadow-rgb: 111, 124, 136;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #45515c;
  --bs-btn-active-border-color: #414c56;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #566573;
  --bs-btn-disabled-border-color: #566573;
}
.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #2ecc71;
  --bs-btn-border-color: #2ecc71;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #4dd486;
  --bs-btn-hover-border-color: #43d17f;
  --bs-btn-focus-shadow-rgb: 39, 173, 96;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #58d68d;
  --bs-btn-active-border-color: #43d17f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #2ecc71;
  --bs-btn-disabled-border-color: #2ecc71;
}
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #4aa3df;
  --bs-btn-border-color: #4aa3df;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #65b1e4;
  --bs-btn-hover-border-color: #5cace2;
  --bs-btn-focus-shadow-rgb: 63, 139, 190;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #6eb5e5;
  --bs-btn-active-border-color: #5cace2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #4aa3df;
  --bs-btn-disabled-border-color: #4aa3df;
}
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #f1c40f;
  --bs-btn-border-color: #f1c40f;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f3cd33;
  --bs-btn-hover-border-color: #f2ca27;
  --bs-btn-focus-shadow-rgb: 205, 167, 13;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f4d03f;
  --bs-btn-active-border-color: #f2ca27;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f1c40f;
  --bs-btn-disabled-border-color: #f1c40f;
}
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #c82f1e;
  --bs-btn-border-color: #c82f1e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #aa281a;
  --bs-btn-hover-border-color: #a02618;
  --bs-btn-focus-shadow-rgb: 208, 78, 64;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #a02618;
  --bs-btn-active-border-color: #962317;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #c82f1e;
  --bs-btn-disabled-border-color: #c82f1e;
}
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f9f9f9;
  --bs-btn-border-color: #f9f9f9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d4d4d4;
  --bs-btn-hover-border-color: #c7c7c7;
  --bs-btn-focus-shadow-rgb: 212, 212, 212;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c7c7c7;
  --bs-btn-active-border-color: #bbb;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f9f9f9;
  --bs-btn-disabled-border-color: #f9f9f9;
}
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4a545b;
  --bs-btn-border-color: #4a545b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #656e74;
  --bs-btn-hover-border-color: #5c656b;
  --bs-btn-focus-shadow-rgb: 101, 110, 116;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6e767c;
  --bs-btn-active-border-color: #5c656b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4a545b;
  --bs-btn-disabled-border-color: #4a545b;
}
.btn-outline-primary {
  --bs-btn-color: #008555;
  --bs-btn-border-color: #008555;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #008555;
  --bs-btn-hover-border-color: #008555;
  --bs-btn-focus-shadow-rgb: 0, 133, 85;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #008555;
  --bs-btn-active-border-color: #008555;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #008555;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #008555;
  --bs-gradient: none;
}
.btn-outline-secondary {
  --bs-btn-color: #566573;
  --bs-btn-border-color: #566573;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #566573;
  --bs-btn-hover-border-color: #566573;
  --bs-btn-focus-shadow-rgb: 86, 101, 115;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #566573;
  --bs-btn-active-border-color: #566573;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #566573;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #566573;
  --bs-gradient: none;
}
.btn-outline-success {
  --bs-btn-color: #2ecc71;
  --bs-btn-border-color: #2ecc71;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #2ecc71;
  --bs-btn-hover-border-color: #2ecc71;
  --bs-btn-focus-shadow-rgb: 46, 204, 113;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #2ecc71;
  --bs-btn-active-border-color: #2ecc71;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2ecc71;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2ecc71;
  --bs-gradient: none;
}
.btn-outline-info {
  --bs-btn-color: #4aa3df;
  --bs-btn-border-color: #4aa3df;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #4aa3df;
  --bs-btn-hover-border-color: #4aa3df;
  --bs-btn-focus-shadow-rgb: 74, 163, 223;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #4aa3df;
  --bs-btn-active-border-color: #4aa3df;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #4aa3df;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4aa3df;
  --bs-gradient: none;
}
.btn-outline-warning {
  --bs-btn-color: #f1c40f;
  --bs-btn-border-color: #f1c40f;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f1c40f;
  --bs-btn-hover-border-color: #f1c40f;
  --bs-btn-focus-shadow-rgb: 241, 196, 15;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f1c40f;
  --bs-btn-active-border-color: #f1c40f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f1c40f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f1c40f;
  --bs-gradient: none;
}
.btn-outline-danger {
  --bs-btn-color: #c82f1e;
  --bs-btn-border-color: #c82f1e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c82f1e;
  --bs-btn-hover-border-color: #c82f1e;
  --bs-btn-focus-shadow-rgb: 200, 47, 30;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c82f1e;
  --bs-btn-active-border-color: #c82f1e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #c82f1e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #c82f1e;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #f9f9f9;
  --bs-btn-border-color: #f9f9f9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f9f9f9;
  --bs-btn-hover-border-color: #f9f9f9;
  --bs-btn-focus-shadow-rgb: 249, 249, 249;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f9f9f9;
  --bs-btn-active-border-color: #f9f9f9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f9f9f9;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f9f9f9;
  --bs-gradient: none;
}
.btn-outline-dark {
  --bs-btn-color: #4a545b;
  --bs-btn-border-color: #4a545b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4a545b;
  --bs-btn-hover-border-color: #4a545b;
  --bs-btn-focus-shadow-rgb: 74, 84, 91;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4a545b;
  --bs-btn-active-border-color: #4a545b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #4a545b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4a545b;
  --bs-gradient: none;
}
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #bcc1c7;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 38, 151, 111;
  text-decoration: underline;
}
.btn-link:hover, .btn-link:focus-visible {
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-lg, .btn-group-lg > .btn, .btn-buy, .btn-read, .compare-button .btn-compare, .btn-detail {
  --bs-btn-padding-y: 2px;
  --bs-btn-padding-x: 12px;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 2px;
  --bs-btn-padding-x: 12px;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropup, .dropend, .dropdown, .dropstart, .dropup-center, .dropdown-center {
  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 {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: #eaeaf0;
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: #eaeaf0;
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #008555;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #798490;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.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;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .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;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .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;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
  --bs-dropdown-color: #bcc1c7;
  --bs-dropdown-bg: #4a545b;
  --bs-dropdown-border-color: #eaeaf0;
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #bcc1c7;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: #eaeaf0;
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #008555;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn, .btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n + 3), .btn-group > :not(.btn-check) + .btn, .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, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .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, .btn-read + .dropdown-toggle-split, .compare-button .btn-compare + .dropdown-toggle-split, .btn-detail + .dropdown-toggle-split {
  padding-right: 9px;
  padding-left: 9px;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  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: calc(var(--bs-border-width) * -1);
}
.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 ~ .btn, .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-size: 1rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
  text-decoration: none;
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #008555;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active, .nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
.nav-fill > .nav-link, .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link, .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: #008555;
  --bs-navbar-brand-padding-y: 0.40625rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.125rem;
  --bs-navbar-brand-color: #008555;
  --bs-navbar-brand-hover-color: #008555;
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.125rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2851, 51, 51, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container, .cms-section .navbar > .boxed, .navbar > .container-fluid, .navbar > .container-xs, .cms-section .navbar > .full-width {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
  text-decoration: none;
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-size: 1rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a, .navbar-text a:hover, .navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-dark, .navbar[data-bs-theme="dark"] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme="dark"] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
  --bs-card-spacer-y: 0;
  --bs-card-spacer-x: 0;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: transparent;
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0;
  --bs-card-cap-padding-x: 0;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: transparent;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.card-img, .card-img-top, .card-img-bottom {
  width: 100%;
}
.card-img, .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img, .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    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;
  }
}
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-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, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23333333' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23003522' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}
[data-bs-theme="dark"] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2366b699'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2366b699'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: transparent;
  --bs-breadcrumb-border-radius: 0;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.595rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: #333333;
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: 0;
  --bs-pagination-border-color: #eaeaf0;
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: #333333;
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: #eaeaf0;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #008555;
  --bs-pagination-active-border-color: #008555;
  --bs-pagination-disabled-color: #798490;
  --bs-pagination-disabled-bg: transparent;
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  text-decoration: none;
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: calc(0 * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.125rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}
.badge {
  --bs-badge-padding-x: 5px;
  --bs-badge-padding-y: 0;
  --bs-badge-font-size: 0.75rem;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 50px;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 0.5rem;
  --bs-alert-padding-y: 0.5rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
.alert-dismissible {
  padding-right: 1.5rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.625rem 0.5rem;
}
.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}
.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}
.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}
.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}
.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress, .progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #008555;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-stacked > .progress {
  overflow: visible;
}
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #008555;
  --bs-list-group-active-border-color: #008555;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}
.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}
.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}
.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}
.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}
.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}
.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}
.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}
.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
  border: 0;
  border-radius: 0;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}
[data-bs-theme="dark"] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 40px;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 0;
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: 0 43px 43px -6px rgba(0, 0, 0, 0.2);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - 0);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 0;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: opacity 0.45s cubic-bezier(0.3, 0, 0.15, 1), visibility 0.45s linear;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: rgba(0, 0, 0, 0.5);
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 43px 43px -6px rgba(0, 0, 0, 0.2);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .quickview-modal .modal-dialog, .subscription-edit-shipping-address-modal .modal-dialog, .subscription-edit-billing-address-modal .modal-dialog, .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header, .modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header, .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header, .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header, .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header, .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header, .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: #008555;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.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%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-start), .active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev, .carousel-control-next {
    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: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon, .carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
[data-bs-theme="dark"] .carousel .carousel-control-prev-icon, [data-bs-theme="dark"] .carousel .carousel-control-next-icon, [data-bs-theme="dark"].carousel .carousel-control-prev-icon, [data-bs-theme="dark"].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme="dark"] .carousel .carousel-indicators [data-bs-target], [data-bs-theme="dark"].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme="dark"] .carousel .carousel-caption, [data-bs-theme="dark"].carousel .carousel-caption {
  color: #000;
}
.spinner-grow, .spinner-border, .loader, .maxia-lazy-animation .product-image-wrapper:before {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border, .loader, .maxia-lazy-animation .product-image-wrapper:before {
  --bs-spinner-width: 26px;
  --bs-spinner-height: 26px;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 2px;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 26px;
  --bs-spinner-height: 26px;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border, .loader, .maxia-lazy-animation .product-image-wrapper:before, .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl, .offcanvas {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 20px;
  --bs-offcanvas-padding-y: 20px;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: 0;
  --bs-offcanvas-border-color: transparent;
  --bs-offcanvas-box-shadow: 0 43px 43px -6px rgba(0, 0, 0, 0.2);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}
@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 1;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin: calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #fff;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity, 1));
}
.text-bg-secondary {
  color: #fff;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1));
}
.text-bg-success {
  color: #000;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity, 1));
}
.text-bg-info {
  color: #000;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity, 1));
}
.text-bg-warning {
  color: #000;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity, 1));
}
.text-bg-danger {
  color: #fff;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity, 1));
}
.text-bg-light {
  color: #000;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity, 1));
}
.text-bg-dark {
  color: #fff;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity, 1));
}
.link-primary {
  color: rgba(var(--bs-primary-rgb), var(--bs-link-opacity, 1));
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1));
}
.link-primary:hover, .link-primary:focus {
  color: rgba(0, 106, 68, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(0, 106, 68, var(--bs-link-underline-opacity, 1));
}
.link-secondary {
  color: rgba(var(--bs-secondary-rgb), var(--bs-link-opacity, 1));
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1));
}
.link-secondary:hover, .link-secondary:focus {
  color: rgba(69, 81, 92, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(69, 81, 92, var(--bs-link-underline-opacity, 1));
}
.link-success {
  color: rgba(var(--bs-success-rgb), var(--bs-link-opacity, 1));
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1));
}
.link-success:hover, .link-success:focus {
  color: rgba(88, 214, 141, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(88, 214, 141, var(--bs-link-underline-opacity, 1));
}
.link-info {
  color: rgba(var(--bs-info-rgb), var(--bs-link-opacity, 1));
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1));
}
.link-info:hover, .link-info:focus {
  color: rgba(110, 181, 229, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(110, 181, 229, var(--bs-link-underline-opacity, 1));
}
.link-warning {
  color: rgba(var(--bs-warning-rgb), var(--bs-link-opacity, 1));
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1));
}
.link-warning:hover, .link-warning:focus {
  color: rgba(244, 208, 63, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(244, 208, 63, var(--bs-link-underline-opacity, 1));
}
.link-danger {
  color: rgba(var(--bs-danger-rgb), var(--bs-link-opacity, 1));
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1));
}
.link-danger:hover, .link-danger:focus {
  color: rgba(160, 38, 24, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(160, 38, 24, var(--bs-link-underline-opacity, 1));
}
.link-light {
  color: rgba(var(--bs-light-rgb), var(--bs-link-opacity, 1));
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1));
}
.link-light:hover, .link-light:focus {
  color: rgba(250, 250, 250, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(250, 250, 250, var(--bs-link-underline-opacity, 1));
}
.link-dark {
  color: rgba(var(--bs-dark-rgb), var(--bs-link-opacity, 1));
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1));
}
.link-dark:hover, .link-dark:focus {
  color: rgba(59, 67, 73, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(59, 67, 73, var(--bs-link-underline-opacity, 1));
}
.link-body-emphasis {
  color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1));
  text-decoration-color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1));
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75));
  text-decoration-color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75));
}
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top, .offcanvas .offcanvas-footer {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption), .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.align-text-top {
  vertical-align: text-top;
}
.float-start {
  float: left;
}
.float-end {
  float: right;
}
.float-none {
  float: none;
}
.object-fit-contain {
  object-fit: contain;
}
.object-fit-cover {
  object-fit: cover;
}
.object-fit-fill {
  object-fit: fill;
}
.object-fit-scale {
  object-fit: scale-down;
}
.object-fit-none {
  object-fit: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-100 {
  opacity: 1;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-x-visible {
  overflow-x: visible;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-visible {
  overflow-y: visible;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.d-inline {
  display: inline;
}
.d-inline-block, .acris-discount-group-custom-line-item.is-offcanvas .acris-line-item-discount-price-value-label {
  display: inline-block;
}
.d-block {
  display: block;
}
.d-grid {
  display: grid;
}
.d-inline-grid {
  display: inline-grid;
}
.d-table {
  display: table;
}
.d-table-row {
  display: table-row;
}
.d-table-cell {
  display: table-cell;
}
.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}
.d-none {
  display: none;
}
.shadow {
  box-shadow: var(--bs-box-shadow);
}
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm);
}
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg);
}
.shadow-none {
  box-shadow: none;
}
.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
  position: static;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}
.position-sticky {
  position: sticky;
}
.top-0 {
  top: 0;
}
.top-50 {
  top: 50%;
}
.top-100 {
  top: 100%;
}
.bottom-0 {
  bottom: 0;
}
.bottom-50 {
  bottom: 50%;
}
.bottom-100 {
  bottom: 100%;
}
.start-0 {
  left: 0;
}
.start-50 {
  left: 50%;
}
.start-100 {
  left: 100%;
}
.end-0 {
  right: 0;
}
.end-50 {
  right: 50%;
}
.end-100 {
  right: 100%;
}
.translate-middle {
  transform: translate(-50%, -50%);
}
.translate-middle-x {
  transform: translateX(-50%);
}
.translate-middle-y {
  transform: translateY(-50%);
}
.border, #one-page-checkout .opc-cart-border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
.border-0 {
  border: 0;
}
.border-top, .b2b-roles .b2b-listing-content .b2b-table-empty-state.roles-empty-state {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
.border-top-0 {
  border-top: 0;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
.border-end-0 {
  border-right: 0;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
.border-bottom-0 {
  border-bottom: 0;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
.border-start-0 {
  border-left: 0;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity));
}
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity));
}
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity));
}
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity));
}
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity));
}
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity));
}
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity));
}
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity));
}
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity));
}
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity));
}
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle);
}
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle);
}
.border-success-subtle {
  border-color: var(--bs-success-border-subtle);
}
.border-info-subtle {
  border-color: var(--bs-info-border-subtle);
}
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle);
}
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle);
}
.border-light-subtle {
  border-color: var(--bs-light-border-subtle);
}
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle);
}
.border-1 {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-3 {
  border-width: 3px;
}
.border-4 {
  border-width: 4px;
}
.border-5 {
  border-width: 5px;
}
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.border-opacity-100 {
  --bs-border-opacity: 1;
}
.w-25 {
  width: 25%;
}
.w-50 {
  width: 50%;
}
.w-75 {
  width: 75%;
}
.w-100 {
  width: 100%;
}
.w-auto {
  width: auto;
}
.mw-100 {
  max-width: 100%;
}
.vw-100 {
  width: 100vw;
}
.min-vw-100 {
  min-width: 100vw;
}
.h-25 {
  height: 25%;
}
.h-50 {
  height: 50%;
}
.h-75 {
  height: 75%;
}
.h-100 {
  height: 100%;
}
.h-auto {
  height: auto;
}
.mh-100 {
  max-height: 100%;
}
.vh-100 {
  height: 100vh;
}
.min-vh-100 {
  min-height: 100vh;
}
.flex-fill {
  flex: 1 1 auto;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex-grow-0 {
  flex-grow: 0;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-shrink-1 {
  flex-shrink: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-items-baseline {
  align-items: baseline;
}
.align-items-stretch {
  align-items: stretch;
}
.align-content-start {
  align-content: flex-start;
}
.align-content-end {
  align-content: flex-end;
}
.align-content-center {
  align-content: center;
}
.align-content-between {
  align-content: space-between;
}
.align-content-around {
  align-content: space-around;
}
.align-content-stretch {
  align-content: stretch;
}
.align-self-auto {
  align-self: auto;
}
.align-self-start {
  align-self: flex-start;
}
.align-self-end {
  align-self: flex-end;
}
.align-self-center {
  align-self: center;
}
.align-self-baseline {
  align-self: baseline;
}
.align-self-stretch {
  align-self: stretch;
}
.order-first {
  order: -1;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-last {
  order: 6;
}
.m-0 {
  margin: 0;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-3 {
  margin: 1rem;
}
.m-4 {
  margin: 1.5rem;
}
.m-5 {
  margin: 3rem;
}
.m-auto {
  margin: auto;
}
.mx-0 {
  margin-right: 0;
  margin-left: 0;
}
.mx-1 {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.mx-2 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.mx-3 {
  margin-right: 1rem;
  margin-left: 1rem;
}
.mx-4 {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
.mx-5 {
  margin-right: 3rem;
  margin-left: 3rem;
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 1rem;
}
.mt-4 {
  margin-top: 1.5rem;
}
.mt-5 {
  margin-top: 3rem;
}
.mt-auto {
  margin-top: auto;
}
.me-0 {
  margin-right: 0;
}
.me-1 {
  margin-right: 0.25rem;
}
.me-2 {
  margin-right: 0.5rem;
}
.me-3 {
  margin-right: 1rem;
}
.me-4 {
  margin-right: 1.5rem;
}
.me-5 {
  margin-right: 3rem;
}
.me-auto {
  margin-right: auto;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 1rem;
}
.mb-4 {
  margin-bottom: 1.5rem;
}
.mb-5 {
  margin-bottom: 3rem;
}
.mb-auto {
  margin-bottom: auto;
}
.ms-0 {
  margin-left: 0;
}
.ms-1 {
  margin-left: 0.25rem;
}
.ms-2 {
  margin-left: 0.5rem;
}
.ms-3 {
  margin-left: 1rem;
}
.ms-4 {
  margin-left: 1.5rem;
}
.ms-5 {
  margin-left: 3rem;
}
.ms-auto {
  margin-left: auto;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 1rem;
}
.p-4 {
  padding: 1.5rem;
}
.p-5 {
  padding: 3rem;
}
.px-0 {
  padding-right: 0;
  padding-left: 0;
}
.px-1 {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.px-2 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.px-3 {
  padding-right: 1rem;
  padding-left: 1rem;
}
.px-4 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.px-5 {
  padding-right: 3rem;
  padding-left: 3rem;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-1, .swag-paypal-checkout-finish-pui-instructions-content .instruction-title, .swag-paypal-checkout-finish-pui-instructions-content .instruction-description {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 1rem;
}
.pt-4 {
  padding-top: 1.5rem;
}
.pt-5 {
  padding-top: 3rem;
}
.pe-0 {
  padding-right: 0;
}
.pe-1 {
  padding-right: 0.25rem;
}
.pe-2 {
  padding-right: 0.5rem;
}
.pe-3 {
  padding-right: 1rem;
}
.pe-4 {
  padding-right: 1.5rem;
}
.pe-5 {
  padding-right: 3rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 1rem;
}
.pb-4 {
  padding-bottom: 1.5rem;
}
.pb-5 {
  padding-bottom: 3rem;
}
.ps-0 {
  padding-left: 0;
}
.ps-1 {
  padding-left: 0.25rem;
}
.ps-2 {
  padding-left: 0.5rem;
}
.ps-3 {
  padding-left: 1rem;
}
.ps-4 {
  padding-left: 1.5rem;
}
.ps-5 {
  padding-left: 3rem;
}
.gap-0 {
  gap: 0;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 1rem;
}
.gap-4 {
  gap: 1.5rem;
}
.gap-5 {
  gap: 3rem;
}
.row-gap-0 {
  row-gap: 0;
}
.row-gap-1 {
  row-gap: 0.25rem;
}
.row-gap-2 {
  row-gap: 0.5rem;
}
.row-gap-3 {
  row-gap: 1rem;
}
.row-gap-4 {
  row-gap: 1.5rem;
}
.row-gap-5 {
  row-gap: 3rem;
}
.column-gap-0 {
  column-gap: 0;
}
.column-gap-1 {
  column-gap: 0.25rem;
}
.column-gap-2 {
  column-gap: 0.5rem;
}
.column-gap-3 {
  column-gap: 1rem;
}
.column-gap-4 {
  column-gap: 1.5rem;
}
.column-gap-5 {
  column-gap: 3rem;
}
.font-monospace {
  font-family: var(--bs-font-monospace);
}
.fs-1 {
  font-size: calc(1.35rem + 1.2vw);
}
.fs-2 {
  font-size: calc(1.3rem + 0.6vw);
}
.fs-3 {
  font-size: calc(1.275rem + 0.3vw);
}
.fs-4 {
  font-size: 1.25rem;
}
.fs-5 {
  font-size: 1rem;
}
.fs-6 {
  font-size: 0.875rem;
}
.fst-italic {
  font-style: italic;
}
.fst-normal {
  font-style: normal;
}
.fw-lighter {
  font-weight: lighter;
}
.fw-light {
  font-weight: 300;
}
.fw-normal, .acris-line-item-discount-price-value {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.fw-bolder {
  font-weight: bolder;
}
.lh-1 {
  line-height: 1;
}
.lh-sm {
  line-height: 1.25;
}
.lh-base {
  line-height: 1.5;
}
.lh-lg {
  line-height: 2;
}
.text-start {
  text-align: left;
}
.text-end {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-decoration-none {
  text-decoration: none;
}
.text-decoration-underline {
  text-decoration: underline;
}
.text-decoration-line-through {
  text-decoration: line-through;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-wrap {
  white-space: normal;
}
.text-nowrap {
  white-space: nowrap;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word;
  word-break: break-word;
}
/* rtl:end:remove */
.text-primary, .loader {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity));
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity));
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity));
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity));
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity));
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity));
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity));
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity));
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity));
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity));
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity));
}
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color);
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5);
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5);
}
.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color);
}
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color);
}
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color);
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis);
}
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis);
}
.text-success-emphasis {
  color: var(--bs-success-text-emphasis);
}
.text-info-emphasis {
  color: var(--bs-info-text-emphasis);
}
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis);
}
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis);
}
.text-light-emphasis {
  color: var(--bs-light-text-emphasis);
}
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis);
}
.link-opacity-10 {
  --bs-link-opacity: 0.1;
}
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
.link-opacity-100 {
  --bs-link-opacity: 1;
}
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
.link-offset-1 {
  text-underline-offset: 0.125em;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em;
}
.link-offset-2 {
  text-underline-offset: 0.25em;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em;
}
.link-offset-3 {
  text-underline-offset: 0.375em;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em;
}
.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity));
}
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity));
}
.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity));
}
.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity));
}
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity));
}
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity));
}
.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity));
}
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity));
}
.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1));
}
.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity));
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity));
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity));
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity));
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity));
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity));
}
.bg-light, .order-detail-table-footer {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity));
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity));
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity));
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity));
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity));
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent;
}
.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity));
}
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity));
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle);
}
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle);
}
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle);
}
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle);
}
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle);
}
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle);
}
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle);
}
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle);
}
.bg-gradient {
  background-image: var(--bs-gradient);
}
.user-select-all {
  user-select: all;
}
.user-select-auto {
  user-select: auto;
}
.user-select-none {
  user-select: none;
}
.pe-none {
  pointer-events: none;
}
.pe-auto {
  pointer-events: auto;
}
.rounded {
  border-radius: var(--bs-border-radius);
}
.rounded-0 {
  border-radius: 0;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm);
}
.rounded-2 {
  border-radius: var(--bs-border-radius);
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg);
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl);
}
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl);
}
.rounded-circle {
  border-radius: 50%;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill);
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius);
  border-top-right-radius: var(--bs-border-radius);
}
.rounded-top-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm);
  border-top-right-radius: var(--bs-border-radius-sm);
}
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius);
  border-top-right-radius: var(--bs-border-radius);
}
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg);
  border-top-right-radius: var(--bs-border-radius-lg);
}
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl);
  border-top-right-radius: var(--bs-border-radius-xl);
}
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl);
  border-top-right-radius: var(--bs-border-radius-xxl);
}
.rounded-top-circle {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill);
  border-top-right-radius: var(--bs-border-radius-pill);
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}
.rounded-end-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm);
  border-bottom-right-radius: var(--bs-border-radius-sm);
}
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg);
  border-bottom-right-radius: var(--bs-border-radius-lg);
}
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl);
  border-bottom-right-radius: var(--bs-border-radius-xl);
}
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl);
  border-bottom-right-radius: var(--bs-border-radius-xxl);
}
.rounded-end-circle {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill);
  border-bottom-right-radius: var(--bs-border-radius-pill);
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm);
  border-bottom-left-radius: var(--bs-border-radius-sm);
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg);
  border-bottom-left-radius: var(--bs-border-radius-lg);
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl);
  border-bottom-left-radius: var(--bs-border-radius-xl);
}
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl);
  border-bottom-left-radius: var(--bs-border-radius-xxl);
}
.rounded-bottom-circle {
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill);
  border-bottom-left-radius: var(--bs-border-radius-pill);
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius);
  border-top-left-radius: var(--bs-border-radius);
}
.rounded-start-0 {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm);
  border-top-left-radius: var(--bs-border-radius-sm);
}
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius);
  border-top-left-radius: var(--bs-border-radius);
}
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg);
  border-top-left-radius: var(--bs-border-radius-lg);
}
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl);
  border-top-left-radius: var(--bs-border-radius-xl);
}
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl);
  border-top-left-radius: var(--bs-border-radius-xxl);
}
.rounded-start-circle {
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill);
  border-top-left-radius: var(--bs-border-radius-pill);
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.z-n1 {
  z-index: -1;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.z-4 {
  z-index: 4;
}
.z-5 {
  z-index: 5;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left;
  }
  .float-sm-end {
    float: right;
  }
  .float-sm-none {
    float: none;
  }
  .object-fit-sm-contain {
    object-fit: contain;
  }
  .object-fit-sm-cover {
    object-fit: cover;
  }
  .object-fit-sm-fill {
    object-fit: fill;
  }
  .object-fit-sm-scale {
    object-fit: scale-down;
  }
  .object-fit-sm-none {
    object-fit: none;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-grid {
    display: grid;
  }
  .d-sm-inline-grid {
    display: inline-grid;
  }
  .d-sm-table {
    display: table;
  }
  .d-sm-table-row {
    display: table-row;
  }
  .d-sm-table-cell {
    display: table-cell;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
  .d-sm-none {
    display: none;
  }
  .flex-sm-fill {
    flex: 1 1 auto;
  }
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-sm-grow-0 {
    flex-grow: 0;
  }
  .flex-sm-grow-1 {
    flex-grow: 1;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-baseline {
    align-items: baseline;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .align-content-sm-start {
    align-content: flex-start;
  }
  .align-content-sm-end {
    align-content: flex-end;
  }
  .align-content-sm-center {
    align-content: center;
  }
  .align-content-sm-between {
    align-content: space-between;
  }
  .align-content-sm-around {
    align-content: space-around;
  }
  .align-content-sm-stretch {
    align-content: stretch;
  }
  .align-self-sm-auto {
    align-self: auto;
  }
  .align-self-sm-start {
    align-self: flex-start;
  }
  .align-self-sm-end {
    align-self: flex-end;
  }
  .align-self-sm-center {
    align-self: center;
  }
  .align-self-sm-baseline {
    align-self: baseline;
  }
  .align-self-sm-stretch {
    align-self: stretch;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-last {
    order: 6;
  }
  .m-sm-0, .swag-paypal-checkout-finish-pui-instructions-content .instruction-title, .swag-paypal-checkout-finish-pui-instructions-content .instruction-description {
    margin: 0;
  }
  .m-sm-1 {
    margin: 0.25rem;
  }
  .m-sm-2 {
    margin: 0.5rem;
  }
  .m-sm-3 {
    margin: 1rem;
  }
  .m-sm-4 {
    margin: 1.5rem;
  }
  .m-sm-5 {
    margin: 3rem;
  }
  .m-sm-auto {
    margin: auto;
  }
  .mx-sm-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-sm-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mx-sm-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-sm-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-sm-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mx-sm-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-sm-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-sm-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-sm-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .my-sm-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-sm-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-sm-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .my-sm-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-sm-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-sm-0 {
    margin-top: 0;
  }
  .mt-sm-1 {
    margin-top: 0.25rem;
  }
  .mt-sm-2 {
    margin-top: 0.5rem;
  }
  .mt-sm-3 {
    margin-top: 1rem;
  }
  .mt-sm-4 {
    margin-top: 1.5rem;
  }
  .mt-sm-5 {
    margin-top: 3rem;
  }
  .mt-sm-auto {
    margin-top: auto;
  }
  .me-sm-0 {
    margin-right: 0;
  }
  .me-sm-1 {
    margin-right: 0.25rem;
  }
  .me-sm-2 {
    margin-right: 0.5rem;
  }
  .me-sm-3 {
    margin-right: 1rem;
  }
  .me-sm-4 {
    margin-right: 1.5rem;
  }
  .me-sm-5 {
    margin-right: 3rem;
  }
  .me-sm-auto {
    margin-right: auto;
  }
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem;
  }
  .mb-sm-3 {
    margin-bottom: 1rem;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem;
  }
  .mb-sm-5 {
    margin-bottom: 3rem;
  }
  .mb-sm-auto {
    margin-bottom: auto;
  }
  .ms-sm-0 {
    margin-left: 0;
  }
  .ms-sm-1 {
    margin-left: 0.25rem;
  }
  .ms-sm-2 {
    margin-left: 0.5rem;
  }
  .ms-sm-3 {
    margin-left: 1rem;
  }
  .ms-sm-4 {
    margin-left: 1.5rem;
  }
  .ms-sm-5 {
    margin-left: 3rem;
  }
  .ms-sm-auto {
    margin-left: auto;
  }
  .p-sm-0 {
    padding: 0;
  }
  .p-sm-1 {
    padding: 0.25rem;
  }
  .p-sm-2 {
    padding: 0.5rem;
  }
  .p-sm-3, .swag-paypal-checkout-finish-pui-instructions-content .instruction-title, .swag-paypal-checkout-finish-pui-instructions-content .instruction-description {
    padding: 1rem;
  }
  .p-sm-4 {
    padding: 1.5rem;
  }
  .p-sm-5 {
    padding: 3rem;
  }
  .px-sm-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-sm-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .px-sm-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-sm-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-sm-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .px-sm-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .py-sm-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-sm-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-sm-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-sm-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-sm-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-sm-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-sm-0 {
    padding-top: 0;
  }
  .pt-sm-1 {
    padding-top: 0.25rem;
  }
  .pt-sm-2 {
    padding-top: 0.5rem;
  }
  .pt-sm-3 {
    padding-top: 1rem;
  }
  .pt-sm-4 {
    padding-top: 1.5rem;
  }
  .pt-sm-5 {
    padding-top: 3rem;
  }
  .pe-sm-0 {
    padding-right: 0;
  }
  .pe-sm-1 {
    padding-right: 0.25rem;
  }
  .pe-sm-2 {
    padding-right: 0.5rem;
  }
  .pe-sm-3 {
    padding-right: 1rem;
  }
  .pe-sm-4 {
    padding-right: 1.5rem;
  }
  .pe-sm-5 {
    padding-right: 3rem;
  }
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem;
  }
  .pb-sm-3 {
    padding-bottom: 1rem;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem;
  }
  .pb-sm-5 {
    padding-bottom: 3rem;
  }
  .ps-sm-0 {
    padding-left: 0;
  }
  .ps-sm-1 {
    padding-left: 0.25rem;
  }
  .ps-sm-2 {
    padding-left: 0.5rem;
  }
  .ps-sm-3 {
    padding-left: 1rem;
  }
  .ps-sm-4 {
    padding-left: 1.5rem;
  }
  .ps-sm-5 {
    padding-left: 3rem;
  }
  .gap-sm-0 {
    gap: 0;
  }
  .gap-sm-1 {
    gap: 0.25rem;
  }
  .gap-sm-2 {
    gap: 0.5rem;
  }
  .gap-sm-3 {
    gap: 1rem;
  }
  .gap-sm-4 {
    gap: 1.5rem;
  }
  .gap-sm-5 {
    gap: 3rem;
  }
  .row-gap-sm-0 {
    row-gap: 0;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem;
  }
  .row-gap-sm-3 {
    row-gap: 1rem;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem;
  }
  .row-gap-sm-5 {
    row-gap: 3rem;
  }
  .column-gap-sm-0 {
    column-gap: 0;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem;
  }
  .column-gap-sm-3 {
    column-gap: 1rem;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem;
  }
  .column-gap-sm-5 {
    column-gap: 3rem;
  }
  .text-sm-start {
    text-align: left;
  }
  .text-sm-end {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left;
  }
  .float-md-end {
    float: right;
  }
  .float-md-none {
    float: none;
  }
  .object-fit-md-contain {
    object-fit: contain;
  }
  .object-fit-md-cover {
    object-fit: cover;
  }
  .object-fit-md-fill {
    object-fit: fill;
  }
  .object-fit-md-scale {
    object-fit: scale-down;
  }
  .object-fit-md-none {
    object-fit: none;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .d-md-grid {
    display: grid;
  }
  .d-md-inline-grid {
    display: inline-grid;
  }
  .d-md-table {
    display: table;
  }
  .d-md-table-row {
    display: table-row;
  }
  .d-md-table-cell {
    display: table-cell;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
  .d-md-none {
    display: none;
  }
  .flex-md-fill {
    flex: 1 1 auto;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-md-grow-0 {
    flex-grow: 0;
  }
  .flex-md-grow-1 {
    flex-grow: 1;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-baseline {
    align-items: baseline;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .align-content-md-start {
    align-content: flex-start;
  }
  .align-content-md-end {
    align-content: flex-end;
  }
  .align-content-md-center {
    align-content: center;
  }
  .align-content-md-between {
    align-content: space-between;
  }
  .align-content-md-around {
    align-content: space-around;
  }
  .align-content-md-stretch {
    align-content: stretch;
  }
  .align-self-md-auto {
    align-self: auto;
  }
  .align-self-md-start {
    align-self: flex-start;
  }
  .align-self-md-end {
    align-self: flex-end;
  }
  .align-self-md-center {
    align-self: center;
  }
  .align-self-md-baseline {
    align-self: baseline;
  }
  .align-self-md-stretch {
    align-self: stretch;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-last {
    order: 6;
  }
  .m-md-0 {
    margin: 0;
  }
  .m-md-1 {
    margin: 0.25rem;
  }
  .m-md-2 {
    margin: 0.5rem;
  }
  .m-md-3 {
    margin: 1rem;
  }
  .m-md-4 {
    margin: 1.5rem;
  }
  .m-md-5 {
    margin: 3rem;
  }
  .m-md-auto {
    margin: auto;
  }
  .mx-md-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-md-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mx-md-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-md-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-md-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mx-md-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-md-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-md-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-md-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .my-md-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-md-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-md-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .my-md-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-md-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-md-0 {
    margin-top: 0;
  }
  .mt-md-1 {
    margin-top: 0.25rem;
  }
  .mt-md-2 {
    margin-top: 0.5rem;
  }
  .mt-md-3 {
    margin-top: 1rem;
  }
  .mt-md-4 {
    margin-top: 1.5rem;
  }
  .mt-md-5 {
    margin-top: 3rem;
  }
  .mt-md-auto {
    margin-top: auto;
  }
  .me-md-0 {
    margin-right: 0;
  }
  .me-md-1 {
    margin-right: 0.25rem;
  }
  .me-md-2 {
    margin-right: 0.5rem;
  }
  .me-md-3 {
    margin-right: 1rem;
  }
  .me-md-4 {
    margin-right: 1.5rem;
  }
  .me-md-5 {
    margin-right: 3rem;
  }
  .me-md-auto {
    margin-right: auto;
  }
  .mb-md-0 {
    margin-bottom: 0;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem;
  }
  .mb-md-3 {
    margin-bottom: 1rem;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem;
  }
  .mb-md-5 {
    margin-bottom: 3rem;
  }
  .mb-md-auto {
    margin-bottom: auto;
  }
  .ms-md-0 {
    margin-left: 0;
  }
  .ms-md-1 {
    margin-left: 0.25rem;
  }
  .ms-md-2 {
    margin-left: 0.5rem;
  }
  .ms-md-3 {
    margin-left: 1rem;
  }
  .ms-md-4 {
    margin-left: 1.5rem;
  }
  .ms-md-5 {
    margin-left: 3rem;
  }
  .ms-md-auto {
    margin-left: auto;
  }
  .p-md-0 {
    padding: 0;
  }
  .p-md-1 {
    padding: 0.25rem;
  }
  .p-md-2 {
    padding: 0.5rem;
  }
  .p-md-3 {
    padding: 1rem;
  }
  .p-md-4 {
    padding: 1.5rem;
  }
  .p-md-5 {
    padding: 3rem;
  }
  .px-md-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-md-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .px-md-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-md-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-md-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .px-md-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .py-md-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-md-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-md-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-md-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-md-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-md-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-md-0 {
    padding-top: 0;
  }
  .pt-md-1 {
    padding-top: 0.25rem;
  }
  .pt-md-2 {
    padding-top: 0.5rem;
  }
  .pt-md-3 {
    padding-top: 1rem;
  }
  .pt-md-4 {
    padding-top: 1.5rem;
  }
  .pt-md-5 {
    padding-top: 3rem;
  }
  .pe-md-0 {
    padding-right: 0;
  }
  .pe-md-1 {
    padding-right: 0.25rem;
  }
  .pe-md-2 {
    padding-right: 0.5rem;
  }
  .pe-md-3 {
    padding-right: 1rem;
  }
  .pe-md-4 {
    padding-right: 1.5rem;
  }
  .pe-md-5 {
    padding-right: 3rem;
  }
  .pb-md-0 {
    padding-bottom: 0;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem;
  }
  .pb-md-3 {
    padding-bottom: 1rem;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem;
  }
  .pb-md-5 {
    padding-bottom: 3rem;
  }
  .ps-md-0 {
    padding-left: 0;
  }
  .ps-md-1 {
    padding-left: 0.25rem;
  }
  .ps-md-2 {
    padding-left: 0.5rem;
  }
  .ps-md-3 {
    padding-left: 1rem;
  }
  .ps-md-4 {
    padding-left: 1.5rem;
  }
  .ps-md-5 {
    padding-left: 3rem;
  }
  .gap-md-0 {
    gap: 0;
  }
  .gap-md-1 {
    gap: 0.25rem;
  }
  .gap-md-2 {
    gap: 0.5rem;
  }
  .gap-md-3 {
    gap: 1rem;
  }
  .gap-md-4 {
    gap: 1.5rem;
  }
  .gap-md-5 {
    gap: 3rem;
  }
  .row-gap-md-0 {
    row-gap: 0;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem;
  }
  .row-gap-md-3 {
    row-gap: 1rem;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem;
  }
  .row-gap-md-5 {
    row-gap: 3rem;
  }
  .column-gap-md-0 {
    column-gap: 0;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem;
  }
  .column-gap-md-3 {
    column-gap: 1rem;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem;
  }
  .column-gap-md-5 {
    column-gap: 3rem;
  }
  .text-md-start {
    text-align: left;
  }
  .text-md-end {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left;
  }
  .float-lg-end {
    float: right;
  }
  .float-lg-none {
    float: none;
  }
  .object-fit-lg-contain {
    object-fit: contain;
  }
  .object-fit-lg-cover {
    object-fit: cover;
  }
  .object-fit-lg-fill {
    object-fit: fill;
  }
  .object-fit-lg-scale {
    object-fit: scale-down;
  }
  .object-fit-lg-none {
    object-fit: none;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-block, .is-act-checkoutregisterpage .checkout .checkout-aside {
    display: block;
  }
  .d-lg-grid {
    display: grid;
  }
  .d-lg-inline-grid {
    display: inline-grid;
  }
  .d-lg-table {
    display: table;
  }
  .d-lg-table-row {
    display: table-row;
  }
  .d-lg-table-cell {
    display: table-cell;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline-flex {
    display: inline-flex;
  }
  .d-lg-none {
    display: none;
  }
  .flex-lg-fill {
    flex: 1 1 auto;
  }
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-lg-grow-0 {
    flex-grow: 0;
  }
  .flex-lg-grow-1 {
    flex-grow: 1;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-baseline {
    align-items: baseline;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .align-content-lg-start {
    align-content: flex-start;
  }
  .align-content-lg-end {
    align-content: flex-end;
  }
  .align-content-lg-center {
    align-content: center;
  }
  .align-content-lg-between {
    align-content: space-between;
  }
  .align-content-lg-around {
    align-content: space-around;
  }
  .align-content-lg-stretch {
    align-content: stretch;
  }
  .align-self-lg-auto {
    align-self: auto;
  }
  .align-self-lg-start {
    align-self: flex-start;
  }
  .align-self-lg-end {
    align-self: flex-end;
  }
  .align-self-lg-center {
    align-self: center;
  }
  .align-self-lg-baseline {
    align-self: baseline;
  }
  .align-self-lg-stretch {
    align-self: stretch;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-last {
    order: 6;
  }
  .m-lg-0 {
    margin: 0;
  }
  .m-lg-1 {
    margin: 0.25rem;
  }
  .m-lg-2 {
    margin: 0.5rem;
  }
  .m-lg-3 {
    margin: 1rem;
  }
  .m-lg-4 {
    margin: 1.5rem;
  }
  .m-lg-5 {
    margin: 3rem;
  }
  .m-lg-auto {
    margin: auto;
  }
  .mx-lg-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-lg-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mx-lg-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-lg-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-lg-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mx-lg-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-lg-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-lg-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-lg-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .my-lg-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-lg-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-lg-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .my-lg-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-lg-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-lg-0 {
    margin-top: 0;
  }
  .mt-lg-1 {
    margin-top: 0.25rem;
  }
  .mt-lg-2 {
    margin-top: 0.5rem;
  }
  .mt-lg-3 {
    margin-top: 1rem;
  }
  .mt-lg-4 {
    margin-top: 1.5rem;
  }
  .mt-lg-5 {
    margin-top: 3rem;
  }
  .mt-lg-auto {
    margin-top: auto;
  }
  .me-lg-0 {
    margin-right: 0;
  }
  .me-lg-1 {
    margin-right: 0.25rem;
  }
  .me-lg-2 {
    margin-right: 0.5rem;
  }
  .me-lg-3 {
    margin-right: 1rem;
  }
  .me-lg-4 {
    margin-right: 1.5rem;
  }
  .me-lg-5 {
    margin-right: 3rem;
  }
  .me-lg-auto {
    margin-right: auto;
  }
  .mb-lg-0 {
    margin-bottom: 0;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem;
  }
  .mb-lg-3 {
    margin-bottom: 1rem;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem;
  }
  .mb-lg-5 {
    margin-bottom: 3rem;
  }
  .mb-lg-auto {
    margin-bottom: auto;
  }
  .ms-lg-0 {
    margin-left: 0;
  }
  .ms-lg-1 {
    margin-left: 0.25rem;
  }
  .ms-lg-2 {
    margin-left: 0.5rem;
  }
  .ms-lg-3 {
    margin-left: 1rem;
  }
  .ms-lg-4 {
    margin-left: 1.5rem;
  }
  .ms-lg-5 {
    margin-left: 3rem;
  }
  .ms-lg-auto {
    margin-left: auto;
  }
  .p-lg-0 {
    padding: 0;
  }
  .p-lg-1 {
    padding: 0.25rem;
  }
  .p-lg-2 {
    padding: 0.5rem;
  }
  .p-lg-3 {
    padding: 1rem;
  }
  .p-lg-4 {
    padding: 1.5rem;
  }
  .p-lg-5 {
    padding: 3rem;
  }
  .px-lg-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-lg-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .px-lg-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-lg-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-lg-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .px-lg-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .py-lg-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-lg-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-lg-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-lg-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-lg-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-lg-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-lg-0 {
    padding-top: 0;
  }
  .pt-lg-1 {
    padding-top: 0.25rem;
  }
  .pt-lg-2 {
    padding-top: 0.5rem;
  }
  .pt-lg-3 {
    padding-top: 1rem;
  }
  .pt-lg-4 {
    padding-top: 1.5rem;
  }
  .pt-lg-5 {
    padding-top: 3rem;
  }
  .pe-lg-0 {
    padding-right: 0;
  }
  .pe-lg-1 {
    padding-right: 0.25rem;
  }
  .pe-lg-2 {
    padding-right: 0.5rem;
  }
  .pe-lg-3 {
    padding-right: 1rem;
  }
  .pe-lg-4 {
    padding-right: 1.5rem;
  }
  .pe-lg-5 {
    padding-right: 3rem;
  }
  .pb-lg-0 {
    padding-bottom: 0;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem;
  }
  .pb-lg-3 {
    padding-bottom: 1rem;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem;
  }
  .pb-lg-5 {
    padding-bottom: 3rem;
  }
  .ps-lg-0 {
    padding-left: 0;
  }
  .ps-lg-1 {
    padding-left: 0.25rem;
  }
  .ps-lg-2 {
    padding-left: 0.5rem;
  }
  .ps-lg-3 {
    padding-left: 1rem;
  }
  .ps-lg-4 {
    padding-left: 1.5rem;
  }
  .ps-lg-5 {
    padding-left: 3rem;
  }
  .gap-lg-0 {
    gap: 0;
  }
  .gap-lg-1 {
    gap: 0.25rem;
  }
  .gap-lg-2 {
    gap: 0.5rem;
  }
  .gap-lg-3 {
    gap: 1rem;
  }
  .gap-lg-4 {
    gap: 1.5rem;
  }
  .gap-lg-5 {
    gap: 3rem;
  }
  .row-gap-lg-0 {
    row-gap: 0;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem;
  }
  .row-gap-lg-3 {
    row-gap: 1rem;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem;
  }
  .row-gap-lg-5 {
    row-gap: 3rem;
  }
  .column-gap-lg-0 {
    column-gap: 0;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem;
  }
  .column-gap-lg-3 {
    column-gap: 1rem;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem;
  }
  .column-gap-lg-5 {
    column-gap: 3rem;
  }
  .text-lg-start {
    text-align: left;
  }
  .text-lg-end {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left;
  }
  .float-xl-end {
    float: right;
  }
  .float-xl-none {
    float: none;
  }
  .object-fit-xl-contain {
    object-fit: contain;
  }
  .object-fit-xl-cover {
    object-fit: cover;
  }
  .object-fit-xl-fill {
    object-fit: fill;
  }
  .object-fit-xl-scale {
    object-fit: scale-down;
  }
  .object-fit-xl-none {
    object-fit: none;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-grid {
    display: grid;
  }
  .d-xl-inline-grid {
    display: inline-grid;
  }
  .d-xl-table {
    display: table;
  }
  .d-xl-table-row {
    display: table-row;
  }
  .d-xl-table-cell {
    display: table-cell;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-inline-flex {
    display: inline-flex;
  }
  .d-xl-none {
    display: none;
  }
  .flex-xl-fill {
    flex: 1 1 auto;
  }
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-xl-grow-0 {
    flex-grow: 0;
  }
  .flex-xl-grow-1 {
    flex-grow: 1;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1;
  }
  .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .justify-content-xl-around {
    justify-content: space-around;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly;
  }
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-baseline {
    align-items: baseline;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
  .align-content-xl-start {
    align-content: flex-start;
  }
  .align-content-xl-end {
    align-content: flex-end;
  }
  .align-content-xl-center {
    align-content: center;
  }
  .align-content-xl-between {
    align-content: space-between;
  }
  .align-content-xl-around {
    align-content: space-around;
  }
  .align-content-xl-stretch {
    align-content: stretch;
  }
  .align-self-xl-auto {
    align-self: auto;
  }
  .align-self-xl-start {
    align-self: flex-start;
  }
  .align-self-xl-end {
    align-self: flex-end;
  }
  .align-self-xl-center {
    align-self: center;
  }
  .align-self-xl-baseline {
    align-self: baseline;
  }
  .align-self-xl-stretch {
    align-self: stretch;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-last {
    order: 6;
  }
  .m-xl-0 {
    margin: 0;
  }
  .m-xl-1 {
    margin: 0.25rem;
  }
  .m-xl-2 {
    margin: 0.5rem;
  }
  .m-xl-3 {
    margin: 1rem;
  }
  .m-xl-4 {
    margin: 1.5rem;
  }
  .m-xl-5 {
    margin: 3rem;
  }
  .m-xl-auto {
    margin: auto;
  }
  .mx-xl-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-xl-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mx-xl-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-xl-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-xl-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mx-xl-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-xl-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-xl-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-xl-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .my-xl-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-xl-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-xl-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .my-xl-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-xl-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-xl-0 {
    margin-top: 0;
  }
  .mt-xl-1 {
    margin-top: 0.25rem;
  }
  .mt-xl-2 {
    margin-top: 0.5rem;
  }
  .mt-xl-3 {
    margin-top: 1rem;
  }
  .mt-xl-4 {
    margin-top: 1.5rem;
  }
  .mt-xl-5 {
    margin-top: 3rem;
  }
  .mt-xl-auto {
    margin-top: auto;
  }
  .me-xl-0 {
    margin-right: 0;
  }
  .me-xl-1 {
    margin-right: 0.25rem;
  }
  .me-xl-2 {
    margin-right: 0.5rem;
  }
  .me-xl-3 {
    margin-right: 1rem;
  }
  .me-xl-4 {
    margin-right: 1.5rem;
  }
  .me-xl-5 {
    margin-right: 3rem;
  }
  .me-xl-auto {
    margin-right: auto;
  }
  .mb-xl-0 {
    margin-bottom: 0;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem;
  }
  .mb-xl-3 {
    margin-bottom: 1rem;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem;
  }
  .mb-xl-5 {
    margin-bottom: 3rem;
  }
  .mb-xl-auto {
    margin-bottom: auto;
  }
  .ms-xl-0 {
    margin-left: 0;
  }
  .ms-xl-1 {
    margin-left: 0.25rem;
  }
  .ms-xl-2 {
    margin-left: 0.5rem;
  }
  .ms-xl-3 {
    margin-left: 1rem;
  }
  .ms-xl-4 {
    margin-left: 1.5rem;
  }
  .ms-xl-5 {
    margin-left: 3rem;
  }
  .ms-xl-auto {
    margin-left: auto;
  }
  .p-xl-0 {
    padding: 0;
  }
  .p-xl-1 {
    padding: 0.25rem;
  }
  .p-xl-2 {
    padding: 0.5rem;
  }
  .p-xl-3 {
    padding: 1rem;
  }
  .p-xl-4 {
    padding: 1.5rem;
  }
  .p-xl-5 {
    padding: 3rem;
  }
  .px-xl-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-xl-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .px-xl-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-xl-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-xl-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .px-xl-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .py-xl-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-xl-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-xl-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-xl-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-xl-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-xl-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-xl-0 {
    padding-top: 0;
  }
  .pt-xl-1 {
    padding-top: 0.25rem;
  }
  .pt-xl-2 {
    padding-top: 0.5rem;
  }
  .pt-xl-3 {
    padding-top: 1rem;
  }
  .pt-xl-4 {
    padding-top: 1.5rem;
  }
  .pt-xl-5 {
    padding-top: 3rem;
  }
  .pe-xl-0 {
    padding-right: 0;
  }
  .pe-xl-1 {
    padding-right: 0.25rem;
  }
  .pe-xl-2 {
    padding-right: 0.5rem;
  }
  .pe-xl-3 {
    padding-right: 1rem;
  }
  .pe-xl-4 {
    padding-right: 1.5rem;
  }
  .pe-xl-5 {
    padding-right: 3rem;
  }
  .pb-xl-0 {
    padding-bottom: 0;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem;
  }
  .pb-xl-3 {
    padding-bottom: 1rem;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem;
  }
  .pb-xl-5 {
    padding-bottom: 3rem;
  }
  .ps-xl-0 {
    padding-left: 0;
  }
  .ps-xl-1 {
    padding-left: 0.25rem;
  }
  .ps-xl-2 {
    padding-left: 0.5rem;
  }
  .ps-xl-3 {
    padding-left: 1rem;
  }
  .ps-xl-4 {
    padding-left: 1.5rem;
  }
  .ps-xl-5 {
    padding-left: 3rem;
  }
  .gap-xl-0 {
    gap: 0;
  }
  .gap-xl-1 {
    gap: 0.25rem;
  }
  .gap-xl-2 {
    gap: 0.5rem;
  }
  .gap-xl-3 {
    gap: 1rem;
  }
  .gap-xl-4 {
    gap: 1.5rem;
  }
  .gap-xl-5 {
    gap: 3rem;
  }
  .row-gap-xl-0 {
    row-gap: 0;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem;
  }
  .row-gap-xl-3 {
    row-gap: 1rem;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem;
  }
  .row-gap-xl-5 {
    row-gap: 3rem;
  }
  .column-gap-xl-0 {
    column-gap: 0;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem;
  }
  .column-gap-xl-3 {
    column-gap: 1rem;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem;
  }
  .column-gap-xl-5 {
    column-gap: 3rem;
  }
  .text-xl-start {
    text-align: left;
  }
  .text-xl-end {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left;
  }
  .float-xxl-end {
    float: right;
  }
  .float-xxl-none {
    float: none;
  }
  .object-fit-xxl-contain {
    object-fit: contain;
  }
  .object-fit-xxl-cover {
    object-fit: cover;
  }
  .object-fit-xxl-fill {
    object-fit: fill;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down;
  }
  .object-fit-xxl-none {
    object-fit: none;
  }
  .d-xxl-inline {
    display: inline;
  }
  .d-xxl-inline-block {
    display: inline-block;
  }
  .d-xxl-block {
    display: block;
  }
  .d-xxl-grid {
    display: grid;
  }
  .d-xxl-inline-grid {
    display: inline-grid;
  }
  .d-xxl-table {
    display: table;
  }
  .d-xxl-table-row {
    display: table-row;
  }
  .d-xxl-table-cell {
    display: table-cell;
  }
  .d-xxl-flex {
    display: flex;
  }
  .d-xxl-inline-flex {
    display: inline-flex;
  }
  .d-xxl-none {
    display: none;
  }
  .flex-xxl-fill {
    flex: 1 1 auto;
  }
  .flex-xxl-row {
    flex-direction: row;
  }
  .flex-xxl-column {
    flex-direction: column;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-xxl-start {
    justify-content: flex-start;
  }
  .justify-content-xxl-end {
    justify-content: flex-end;
  }
  .justify-content-xxl-center {
    justify-content: center;
  }
  .justify-content-xxl-between {
    justify-content: space-between;
  }
  .justify-content-xxl-around {
    justify-content: space-around;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly;
  }
  .align-items-xxl-start {
    align-items: flex-start;
  }
  .align-items-xxl-end {
    align-items: flex-end;
  }
  .align-items-xxl-center {
    align-items: center;
  }
  .align-items-xxl-baseline {
    align-items: baseline;
  }
  .align-items-xxl-stretch {
    align-items: stretch;
  }
  .align-content-xxl-start {
    align-content: flex-start;
  }
  .align-content-xxl-end {
    align-content: flex-end;
  }
  .align-content-xxl-center {
    align-content: center;
  }
  .align-content-xxl-between {
    align-content: space-between;
  }
  .align-content-xxl-around {
    align-content: space-around;
  }
  .align-content-xxl-stretch {
    align-content: stretch;
  }
  .align-self-xxl-auto {
    align-self: auto;
  }
  .align-self-xxl-start {
    align-self: flex-start;
  }
  .align-self-xxl-end {
    align-self: flex-end;
  }
  .align-self-xxl-center {
    align-self: center;
  }
  .align-self-xxl-baseline {
    align-self: baseline;
  }
  .align-self-xxl-stretch {
    align-self: stretch;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-last {
    order: 6;
  }
  .m-xxl-0 {
    margin: 0;
  }
  .m-xxl-1 {
    margin: 0.25rem;
  }
  .m-xxl-2 {
    margin: 0.5rem;
  }
  .m-xxl-3 {
    margin: 1rem;
  }
  .m-xxl-4 {
    margin: 1.5rem;
  }
  .m-xxl-5 {
    margin: 3rem;
  }
  .m-xxl-auto {
    margin: auto;
  }
  .mx-xxl-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-xxl-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mx-xxl-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-xxl-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-xxl-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-xxl-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .my-xxl-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-xxl-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-xxl-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .my-xxl-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-xxl-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-xxl-0 {
    margin-top: 0;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem;
  }
  .mt-xxl-3 {
    margin-top: 1rem;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem;
  }
  .mt-xxl-5 {
    margin-top: 3rem;
  }
  .mt-xxl-auto {
    margin-top: auto;
  }
  .me-xxl-0 {
    margin-right: 0;
  }
  .me-xxl-1 {
    margin-right: 0.25rem;
  }
  .me-xxl-2 {
    margin-right: 0.5rem;
  }
  .me-xxl-3 {
    margin-right: 1rem;
  }
  .me-xxl-4 {
    margin-right: 1.5rem;
  }
  .me-xxl-5 {
    margin-right: 3rem;
  }
  .me-xxl-auto {
    margin-right: auto;
  }
  .mb-xxl-0 {
    margin-bottom: 0;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem;
  }
  .mb-xxl-auto {
    margin-bottom: auto;
  }
  .ms-xxl-0 {
    margin-left: 0;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem;
  }
  .ms-xxl-3 {
    margin-left: 1rem;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem;
  }
  .ms-xxl-5 {
    margin-left: 3rem;
  }
  .ms-xxl-auto {
    margin-left: auto;
  }
  .p-xxl-0 {
    padding: 0;
  }
  .p-xxl-1 {
    padding: 0.25rem;
  }
  .p-xxl-2 {
    padding: 0.5rem;
  }
  .p-xxl-3 {
    padding: 1rem;
  }
  .p-xxl-4 {
    padding: 1.5rem;
  }
  .p-xxl-5 {
    padding: 3rem;
  }
  .px-xxl-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-xxl-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .px-xxl-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-xxl-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-xxl-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .px-xxl-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .py-xxl-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-xxl-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-xxl-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-xxl-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-xxl-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-xxl-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-xxl-0 {
    padding-top: 0;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem;
  }
  .pt-xxl-3 {
    padding-top: 1rem;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem;
  }
  .pt-xxl-5 {
    padding-top: 3rem;
  }
  .pe-xxl-0 {
    padding-right: 0;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem;
  }
  .pe-xxl-3 {
    padding-right: 1rem;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem;
  }
  .pe-xxl-5 {
    padding-right: 3rem;
  }
  .pb-xxl-0 {
    padding-bottom: 0;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem;
  }
  .ps-xxl-0 {
    padding-left: 0;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem;
  }
  .ps-xxl-3 {
    padding-left: 1rem;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem;
  }
  .ps-xxl-5 {
    padding-left: 3rem;
  }
  .gap-xxl-0 {
    gap: 0;
  }
  .gap-xxl-1 {
    gap: 0.25rem;
  }
  .gap-xxl-2 {
    gap: 0.5rem;
  }
  .gap-xxl-3 {
    gap: 1rem;
  }
  .gap-xxl-4 {
    gap: 1.5rem;
  }
  .gap-xxl-5 {
    gap: 3rem;
  }
  .row-gap-xxl-0 {
    row-gap: 0;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem;
  }
  .column-gap-xxl-0 {
    column-gap: 0;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem;
  }
  .text-xxl-start {
    text-align: left;
  }
  .text-xxl-end {
    text-align: right;
  }
  .text-xxl-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.25rem;
  }
  .fs-2 {
    font-size: 1.75rem;
  }
  .fs-3 {
    font-size: 1.5rem;
  }
}
@media print {
  .d-print-inline {
    display: inline;
  }
  .d-print-inline-block {
    display: inline-block;
  }
  .d-print-block {
    display: block;
  }
  .d-print-grid {
    display: grid;
  }
  .d-print-inline-grid {
    display: inline-grid;
  }
  .d-print-table {
    display: table;
  }
  .d-print-table-row {
    display: table-row;
  }
  .d-print-table-cell {
    display: table-cell;
  }
  .d-print-flex {
    display: flex;
  }
  .d-print-inline-flex {
    display: inline-flex;
  }
  .d-print-none {
    display: none;
  }
}
/*
Tiny slider
==================================================
Import of Tiny slider vendor.

https://github.com/ganlanyuan/tiny-slider

@sw-package framework
*/
.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: transform 0s, opacity 0s;
  -moz-transition: 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;
  filter: alpha(opacity=100);
  z-index: 0;
}
.tns-normal, .tns-fadeOut {
  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;
}
/*
Datepicker
==================================================
Import of flatpickr vendor.

https://flatpickr.js.org/getting-started/
*/
.flatpickr-calendar {
  background: transparent;
  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;
  background: #fff;
  -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 {
  /*
      /*rtl:begin:ignore*/
  left: 0;
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0;
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.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;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-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;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-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;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.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);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*
 * Base stuff
 * ---------- */
/*
Base
==================================================
Contains global base styles for all pages

@sw-package framework
*/
html {
  /* stylelint-disable selector-class-pattern -- allow BEM here as it is a generated class name from the administration
     * sw-text-editor component adds a column selector to configure the width of table columns
     * this must no be shown in the storefront as it breaks table layouts
     */
  /* stylelint-enable selector-class-pattern */
}
html.no-scroll {
  position: relative;
  overflow: hidden;
}
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;
}
@media (max-width: 575.98px) {
  :root {
    --sw-current-breakpoint: "xs";
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  :root {
    --sw-current-breakpoint: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  :root {
    --sw-current-breakpoint: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  :root {
    --sw-current-breakpoint: "lg";
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  :root {
    --sw-current-breakpoint: "xl";
  }
}
@media (min-width: 1400px) {
  :root {
    --sw-current-breakpoint: "xxl";
  }
}
/*
Reboot
==================================================
Reboot styles using only element selectors.

@sw-package framework

https://getbootstrap.com/docs/5.2/content/reboot
*/
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;
}
a[data-ajax-modal] {
  text-decoration: underline;
}
/*
 * Components
 * ---------- */
/*
Alert
==============================================
Custom styling for bootstrap alert component.

https://getbootstrap.com/docs/5.2/components/alerts
*/
.alert-list {
  padding-left: 20px;
  margin-bottom: 0;
}
/*
Card
==============================================
Custom styling for bootstrap card component.

https://getbootstrap.com/docs/5.2/components/card
*/
.card-title {
  color: #008555;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}
.card-col {
  margin-bottom: 1rem;
  display: flex;
}
.card-col .card {
  width: 100%;
}
.card-col .card-body {
  display: flex;
  flex-direction: column;
}
.card-actions {
  align-items: flex-start;
  margin-top: auto;
}
/*
Sidebar category navigation
==============================================
Styling for category navigation component.
*/
.category-navigation {
  list-style: none;
  margin: 0;
  padding-left: 20px;
}
.category-navigation.level-0 > .category-navigation-entry {
  border-bottom: 1px solid #eaeaf0;
}
.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: #333333;
  text-decoration: none;
}
.category-navigation-link:hover {
  text-decoration: none;
}
.category-navigation-link.is-active {
  color: #008555;
  font-weight: 700;
}
.category-navigation-link.in-path {
  font-weight: 700;
}
/*
Backdrop
==============================================
Custom styling for backdrop used by bootstrap modal und custom offcanvas component.

https://getbootstrap.com/docs/5.2/components/modal
*/
.modal-backdrop {
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.3, 0, 0.15, 1), visibility 0.45s linear;
}
@media (prefers-reduced-motion: reduce) {
  .modal-backdrop {
    transition: none;
  }
}
.modal-backdrop.modal-backdrop-open {
  opacity: 1;
}
.modal-backdrop > .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
}
/*
Base slider
==============================================
Styling for base slider component.
Contains minimal styling for a slider with arrow and/or dot navigation.
based on: https://github.com/ganlanyuan/tiny-slider
*/
.base-slider {
  position: relative;
  overflow: hidden;
}
.base-slider .tns-nav, .base-slider .base-slider-dots {
  position: absolute;
  bottom: 0;
  left: 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: #4a545b;
  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: #008555;
}
.base-slider .tns-nav .base-slider-dot.tns-nav-active, .base-slider .tns-nav button.tns-nav-active, .base-slider .base-slider-dots .base-slider-dot.tns-nav-active, .base-slider .base-slider-dots button.tns-nav-active {
  box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
}
.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 {
  padding-bottom: 40px;
}
.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%;
  transform: translateY(-50%);
  line-height: 68px;
  transition: opacity 0.15s ease;
  cursor: pointer;
  padding: 0;
  color: #333333;
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
}
.base-slider-controls-prev .icon, .base-slider-controls-next .icon {
  color: currentColor;
}
.base-slider-controls-prev:hover, .base-slider-controls-next:hover {
  border-color: #008555;
  color: #008555;
}
.base-slider-controls-prev[disabled], .base-slider-controls-next[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.base-slider-controls-prev {
  border-radius: 0 0 0 0;
}
.base-slider-controls-prev.is-nav-prev-outside {
  border-radius: 0 0 0 0;
}
.base-slider-controls-next {
  border-radius: 0 0 0 0;
}
.base-slider-controls-next.is-nav-next-outside {
  border-radius: 0 0 0 0;
}
@media (min-width: 768px) {
  .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: 767.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
==============================================
Styling for image slider component.
Displays images in a reusable slider component.
based on "base-slider" component and "tiny-slider" (https://github.com/ganlanyuan/tiny-slider)
*/
.image-slider.has-nav-outside .image-slider-item-container {
  padding: 0 25px;
}
.image-slider-container {
  position: relative;
  height: 100%;
}
.image-slider-container .image-slider-image {
  display: block;
  width: 100%;
}
.image-slider-container .image-slider-item {
  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;
  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: 0;
}
.image-slider-controls-next.is-nav-next-inside {
  right: 0;
}
.image-slider-controls-next.is-nav-next-outside {
  right: 0;
}
@media (min-width: 768px) {
  .image-slider-controls-prev.is-nav-prev-outside {
    left: -5px;
  }
  .image-slider-controls-next.is-nav-next-outside {
    right: -5px;
  }
}
/*
Product slider
==============================================
Styling for product slider component.
Displays product-boxes in a reusable slider component.
based on "base-slider" component and "tiny-slider" (https://github.com/ganlanyuan/tiny-slider)
*/
.product-slider.has-border {
  border: 1px solid #eaeaf0;
  border-radius: 0;
  padding: 25px;
}
.product-slider-container {
  padding-bottom: 1px;
}
.product-slider-controls-prev, .product-slider-controls-next {
  border: 0;
  background: none;
}
.product-slider-controls-prev.is-nav-prev-inside, .product-slider-controls-prev.is-nav-next-inside, .product-slider-controls-next.is-nav-prev-inside, .product-slider-controls-next.is-nav-next-inside {
  background: var(--bs-gray-200);
}
.product-slider-controls-prev {
  left: -10px;
}
.product-slider-controls-prev.has-border {
  left: 0;
}
.product-slider-controls-prev.is-nav-prev-inside {
  left: 0;
}
.product-slider-controls-prev.is-nav-prev-inside.has-border {
  left: 25px;
}
.product-slider-controls-next {
  right: -10px;
}
.product-slider-controls-next.has-border {
  right: 0;
}
.product-slider-controls-next.is-nav-next-inside {
  right: 0;
}
.product-slider-controls-next.is-nav-next-inside.has-border {
  right: 25px;
}
/*
Gallery slider
==============================================
Styling for gallery slider component.
Displays images in a slider gallery with thumbnail navigation.
based on "base-slider" component and "tiny-slider" (https://github.com/ganlanyuan/tiny-slider)
*/
.gallery-slider {
  width: 99.9%;
}
.gallery-slider.has-nav-outside .gallery-slider-item-container {
  padding: 0 25px;
}
.gallery-slider-row {
  margin-bottom: 1rem;
}
.gallery-slider-row.is-loading {
  height: auto;
  overflow: hidden;
}
.gallery-slider-row.is-loading .gallery-slider-item-container:not(:first-child) {
  display: none;
}
.gallery-slider-row.is-loading .gallery-slider-thumbnails-col.is-underneath {
  display: none;
}
.gallery-slider-row.is-single-image {
  justify-content: center;
}
.gallery-slider-single-image {
  display: flex;
  align-items: 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;
  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;
  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;
  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;
}
.gallery-slider-controls-prev {
  left: 0;
}
.gallery-slider-controls-prev.is-nav-prev-outside {
  left: 0;
}
.gallery-slider-controls-next {
  right: 0;
}
.gallery-slider-controls-next.is-nav-next-outside {
  right: 0;
}
.gallery-slider-thumbnails-container {
  position: relative;
}
.gallery-slider-thumbnails-container .tns-inner {
  display: flex;
  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%;
  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 {
  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: 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: #008555;
}
.gallery-slider-thumbnails-item-inner {
  border: 1px solid #eaeaf0;
  border-radius: 0;
  width: 100%;
  height: 100%;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
}
.gallery-slider-thumbnails-image, .gallery-slider-image {
  flex: 0 0 auto;
  max-height: 100%;
  max-width: 100%;
}
.gallery-slider-thumbnails-play-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gallery-slider-thumbnails-play-button::before, .gallery-slider-thumbnails-play-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}
.gallery-slider-thumbnails-play-button::before {
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}
.gallery-slider-thumbnails-play-button::after {
  transform: translate(-40%, -50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fff;
}
.gallery-slider-thumbnails-controls {
  display: none;
  margin: 0;
}
.gallery-slider-canvas-disabled .spatial-canvas-spinner {
  display: none;
}
.gallery-slider-canvas-disabled .gallery-slider-spatial-canvas-wrapper {
  display: none;
}
.spatial-canvas-note {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #798490;
  color: #F5F5F5;
  padding: 0 8px;
  border-radius: 8px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.spatial-canvas-note.spatial-canvas-note--hidden {
  opacity: 0;
}
.spatial-canvas-note.spatial-slider-movement-note {
  bottom: 86px;
}
.ar-button {
  top: 10px;
  right: 9px;
  height: 32px;
  border: 2px solid #bcc1c7;
  border-radius: 5px;
  background-color: #fff;
}
.ar-button .icon-augmented {
  height: 18px;
  width: 18px;
  margin-right: 5px;
}
.ar-button .icon-augmented svg {
  top: unset;
}
.ar-button:hover {
  box-shadow: 0 0 11px #bcc1c7;
}
.gallery-slider-spatial-canvas-wrapper {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.gallery-slider-spatial-canvas-wrapper.spatial-canvas-display {
  background-color: #F5F5F5;
  opacity: 1;
}
@media (max-width: 575.98px) {
  .gallery-slider-item.is-cover, .gallery-slider-item.is-contain {
    min-height: 225px !important;
  }
}
@media (max-width: 767.98px) {
  .gallery-slider-single-image.is-cover, .gallery-slider-single-image.is-contain {
    min-height: 225px !important;
  }
}
@media (min-width: 768px) {
  .gallery-slider-row {
    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
==============================================
Styling for magnifier component.
Displays a lens over a single image or gallery slider and shows the magnified version of the image.
*/
.magnifier-overlay, .magnifier-zoom-image {
  background-clip: padding-box;
  opacity: 0;
  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 #eaeaf0;
}
.magnifier-zoom-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  top: 0;
  left: 0;
}
@keyframes magnifyLensFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
Zoom modal
==============================================
Styling for zoom modal component.
Displays a single image or a gallery slider in a zoom modal with zoom functions.
*/
.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 .btn-close {
  position: absolute;
  top: 0;
  opacity: 1;
  z-index: 1051;
  margin: 15px;
}
.modal.zoom-modal .zoom-modal-actions {
  left: 0;
}
.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;
  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: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  touch-action: auto !important;
  -webkit-user-select: auto !important;
  -webkit-touch-callout: default !important;
  -webkit-user-drag: auto !important;
}
.modal.zoom-modal .image-zoom-container > * {
  position: relative;
}
.modal.zoom-modal .image-zoom-btn.disabled {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .modal.zoom-modal .gallery-slider {
    bottom: 100px;
  }
  .modal.zoom-modal .modal-footer {
    display: flex;
  }
}
/*
OffCanvas
==============================================
Move page content like the navigation menu in a sliding OffCanvas menu.
The sliding direction can be left or right.

@see https://getbootstrap.com/docs/5.2/components/offcanvas
*/
.offcanvas {
  transition: all 0.45s cubic-bezier(0.3, 0, 0.15, 1);
}
.offcanvas.offcanvas-start .offcanvas-close {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.offcanvas.offcanvas-bottom {
  --bs-offcanvas-height: 90%;
  border-radius: 8px 8px 0 0;
}
.offcanvas.is-fullwidth {
  width: 100%;
}
.offcanvas .offcanvas-header {
  --bs-offcanvas-padding-y: 0;
  --bs-offcanvas-padding-x: 0;
  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-visible {
  box-shadow: inset 0 0 0 0.125rem #008555, inset 0 0 0 0.25rem #F5F5F5;
}
.offcanvas > .loader, .offcanvas .offcanvas-body > .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
}
@media (max-width: 420px) {
  .offcanvas.offcanvas-end, .offcanvas.offcanvas-start {
    width: calc(100% - 20px);
  }
}
/*
Product box
==============================================
Styling for productbox component.
*/
.product-box, .swkweb-content-manager-article-box {
  height: 100%;
}
.product-box.box-standard .stretched-link::after, .box-standard.swkweb-content-manager-article-box .stretched-link::after, .product-box.box-minimal .stretched-link::after, .box-minimal.swkweb-content-manager-article-box .stretched-link::after {
  height: calc(200px + var(--bs-card-spacer-y));
}
.product-box.box-image .stretched-link::after, .box-image.swkweb-content-manager-article-box .stretched-link::after {
  height: calc(332px + var(--bs-card-spacer-y));
}
.product-box.box-image .product-image-wrapper, .box-image.swkweb-content-manager-article-box .product-image-wrapper {
  height: 332px;
}
.product-box.box-image .product-image, .box-image.swkweb-content-manager-article-box .product-image {
  max-height: 332px;
}
.product-box.box-image .product-image.is-standard, .box-image.swkweb-content-manager-article-box .product-image.is-standard {
  height: 100%;
  object-fit: cover;
}
.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%;
  /* stylelint-disable */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* stylelint-enable */
  line-clamp: 2;
  text-overflow: ellipsis;
  font-size: 0.875rem;
}
.product-variant-characteristics .product-variant-characteristics-option {
  font-weight: 700;
}
.product-image-wrapper {
  height: 200px;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 180px;
  margin-bottom: 15px;
  position: relative;
}
.product-image-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-image-link.is-cover {
  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;
}
.product-image.is-contain {
  object-fit: contain;
}
.product-image.is-standard {
  object-fit: scale-down;
}
.product-image-placeholder {
  max-width: 180px;
  height: 100%;
}
.product-rating {
  margin-bottom: 10px;
  height: 25px;
}
/* stylelint-disable value-no-vendor-prefix, property-no-vendor-prefix */
.product-name, .swkweb-content-manager-article-box-title {
  color: #008555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  height: 2.75rem;
  margin-bottom: 10px;
  font-size: 1.125rem;
  line-height: 1.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
.product-name:hover, .swkweb-content-manager-article-box-title:hover {
  color: var(--text-color-brand-primary);
  text-decoration: none;
}
.product-description, .swkweb-content-manager-article-box-content {
  height: 4.5rem;
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* stylelint-enable value-no-vendor-prefix, property-no-vendor-prefix */
.product-price-info {
  margin-top: 10px;
}
.product-price-info .product-advanced-list-price-wrapper {
  font-weight: 400;
}
.product-price-unit {
  height: 36px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  overflow: hidden;
}
.product-unit-label {
  font-weight: 700;
}
.product-cheapest-price {
  min-height: 20px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  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: #008555;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25rem;
  overflow: hidden;
}
.product-price.with-list-price {
  color: #c82f1e;
}
.product-price .list-price {
  color: #008555;
  font-weight: 400;
  padding-left: 5px;
  font-size: 0.75rem;
}
.product-price .list-price .list-price-price {
  text-decoration: line-through;
}
.product-price .regulation-price {
  color: #008555;
  font-weight: 400;
  font-size: 0.75rem;
  padding-left: 0;
}
.product-price .list-price-no-line-through .list-price-price {
  text-decoration: none;
}
.product-price .strikeprice-text {
  color: #008555;
  font-weight: 400;
  padding-left: 5px;
  font-size: 0.75rem;
}
.product-action {
  margin-top: 20px;
}
.product-badges {
  position: absolute;
  top: 30px;
  left: -1px;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.product-badges .badge {
  --bs-badge-padding-x: 8px;
  --bs-badge-padding-y: 0;
  --bs-badge-font-size: 1.125rem;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0 3px 3px 0;
  width: max-content;
  height: 2rem;
  margin: 0 0 8px;
  line-height: 2rem;
  letter-spacing: 0;
}
.product-price-wrapper {
  font-size: 1.125rem;
}
/*
Loader
==============================================
Defines the loader icon
*/
.loader {
  --bs-spinner-border-width: 3px;
}
/*
Element loader
==============================================
Element loader can be applied to any element.
*/
.has-element-loader {
  z-index: 15;
  pointer-events: none;
  position: relative;
}
.element-loader-backdrop {
  opacity: 0;
  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;
}
/*
Skeleton screen
==============================================
Skeleton screen for reloading product-listing with subtle shimmer effect
*/
@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-image, .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 .swkweb-content-manager-article-box-title, .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 .swkweb-content-manager-article-box-content, .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: 0;
  color: transparent;
  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, .has-element-loader .cms-element-product-listing .swkweb-content-manager-article-box-title {
  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: 0;
  color: transparent;
  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;
}
/*
Button loading indicator
==============================================
Can be shown before or after the button text or replace it.
*/
.btn > .loader {
  --bs-spinner-width: 18px;
  --bs-spinner-height: 18px;
  --bs-spinner-vertical-align: -0.25em;
  color: var(--bs-btn-color);
}
.btn.is-loading-indicator-before .loader {
  margin-right: var(--bs-btn-padding-x);
}
.btn.is-loading-indicator-after .loader {
  margin-left: var(--bs-btn-padding-x);
}
@keyframes slide-in {
  0% {
    opacity: 0;
    margin-bottom: -30px;
  }
  100% {
    opacity: 1;
    margin-bottom: 0;
  }
}
.btn.is-loading-indicator-inner .loader {
  animation: 0.15s ease-out 0s 1 slide-in, var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
  /* stylelint-enable */
}
/*
Modal
==============================================
Custom styling for bootstrap modal component.

https://getbootstrap.com/docs/5.2/components/modal
*/
.modal .modal-header.only-close {
  border-bottom-color: transparent;
}
.modal .modal-close:focus {
  outline: 0;
}
.modal .cms-section-default .boxed {
  padding: 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 flags
==================================================
Displays a country flag the size of 14px x 11px used for language selections purposes.

inspired by: https://github.com/dhanishgajjar/css-flags

en-GB: we need to use svg for en-GB, cause it's smaller than the CSS-Version
*/
.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 {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJmbGFnLWljb24tY3NzLWdiIiB2aWV3Qm94PSIwIDAgNjQwIDQ4MCI+CiAgPHBhdGggZmlsbD0iIzAxMjE2OSIgZD0iTTAgMGg2NDB2NDgwSDB6Ii8+CiAgPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTc1IDBsMjQ0IDE4MUw1NjIgMGg3OHY2Mkw0MDAgMjQxbDI0MCAxNzh2NjFoLTgwTDMyMCAzMDEgODEgNDgwSDB2LTYwbDIzOS0xNzhMMCA2NFYwaDc1eiIvPgogIDxwYXRoIGZpbGw9IiNDODEwMkUiIGQ9Ik00MjQgMjgxbDIxNiAxNTl2NDBMMzY5IDI4MWg1NXptLTE4NCAyMGw2IDM1TDU0IDQ4MEgwbDI0MC0xNzl6TTY0MCAwdjNMMzkxIDE5MWwyLTQ0TDU5MCAwaDUwek0wIDBsMjM5IDE3NmgtNjBMMCA0MlYweiIvPgogIDxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0yNDEgMHY0ODBoMTYwVjBIMjQxek0wIDE2MHYxNjBoNjQwVjE2MEgweiIvPgogIDxwYXRoIGZpbGw9IiNDODEwMkUiIGQ9Ik0wIDE5M3Y5Nmg2NDB2LTk2SDB6TTI3MyAwdjQ4MGg5NlYwaC05NnoiLz4KPC9zdmc+Cg==");
}
.language-flag.country-us {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJmbGFnLWljb24tY3NzLXVzIiB2aWV3Qm94PSIwIDAgNjQwIDQ4MCI+CiAgPGcgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgIDxnIHN0cm9rZS13aWR0aD0iMXB0Ij4KICAgICAgPHBhdGggZmlsbD0iI2JkM2Q0NCIgZD0iTTAgMGg5NzIuOHYzOS40SDB6bTAgNzguOGg5NzIuOHYzOS40SDB6bTAgNzguN2g5NzIuOFYxOTdIMHptMCA3OC44aDk3Mi44djM5LjRIMHptMCA3OC44aDk3Mi44djM5LjRIMHptMCA3OC43aDk3Mi44djM5LjRIMHptMCA3OC44aDk3Mi44VjUxMkgweiIgdHJhbnNmb3JtPSJzY2FsZSguOTM3NSkiLz4KICAgICAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMzkuNGg5NzIuOHYzOS40SDB6bTAgNzguOGg5NzIuOHYzOS4zSDB6bTAgNzguN2g5NzIuOHYzOS40SDB6bTAgNzguOGg5NzIuOHYzOS40SDB6bTAgNzguOGg5NzIuOHYzOS40SDB6bTAgNzguN2g5NzIuOHYzOS40SDB6IiB0cmFuc2Zvcm09InNjYWxlKC45Mzc1KSIvPgogICAgPC9nPgogICAgPHBhdGggZmlsbD0iIzE5MmY1ZCIgZD0iTTAgMGgzODkuMXYyNzUuN0gweiIgdHJhbnNmb3JtPSJzY2FsZSguOTM3NSkiLz4KICAgIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0zMi40IDExLjhMMzYgMjIuN2gxMS40bC05LjIgNi43IDMuNSAxMS05LjMtNi44LTkuMiA2LjcgMy41LTEwLjktOS4zLTYuN0gyOXptNjQuOSAwbDMuNSAxMC45aDExLjVsLTkuMyA2LjcgMy41IDExLTkuMi02LjgtOS4zIDYuNyAzLjUtMTAuOS05LjItNi43aDExLjR6bTY0LjggMGwzLjYgMTAuOUgxNzdsLTkuMiA2LjcgMy41IDExLTkuMy02LjgtOS4yIDYuNyAzLjUtMTAuOS05LjMtNi43aDExLjV6bTY0LjkgMGwzLjUgMTAuOUgyNDJsLTkuMyA2LjcgMy42IDExLTkuMy02LjgtOS4zIDYuNyAzLjYtMTAuOS05LjMtNi43aDExLjR6bTY0LjggMGwzLjYgMTAuOWgxMS40bC05LjIgNi43IDMuNSAxMS05LjMtNi44LTkuMiA2LjcgMy41LTEwLjktOS4yLTYuN2gxMS40em02NC45IDBsMy41IDEwLjloMTEuNWwtOS4zIDYuNyAzLjYgMTEtOS4zLTYuOC05LjMgNi43IDMuNi0xMC45LTkuMy02LjdoMTEuNXpNNjQuOSAzOS40bDMuNSAxMC45aDExLjVMNzAuNiA1NyA3NCA2Ny45bC05LTYuNy05LjMgNi43TDU5IDU3bC05LTYuN2gxMS40em02NC44IDBsMy42IDEwLjloMTEuNGwtOS4zIDYuNyAzLjYgMTAuOS05LjMtNi43LTkuMyA2LjdMMTI0IDU3bC05LjMtNi43aDExLjV6bTY0LjkgMGwzLjUgMTAuOWgxMS41bC05LjMgNi43IDMuNSAxMC45LTkuMi02LjctOS4zIDYuNyAzLjUtMTAuOS05LjItNi43SDE5MXptNjQuOCAwbDMuNiAxMC45aDExLjRsLTkuMyA2LjcgMy42IDEwLjktOS4zLTYuNy05LjIgNi43IDMuNS0xMC45LTkuMy02LjdIMjU2em02NC45IDBsMy41IDEwLjloMTEuNUwzMzAgNTdsMy41IDEwLjktOS4yLTYuNy05LjMgNi43IDMuNS0xMC45LTkuMi02LjdoMTEuNHpNMzIuNCA2Ni45TDM2IDc4aDExLjRsLTkuMiA2LjcgMy41IDEwLjktOS4zLTYuOC05LjIgNi44IDMuNS0xMS05LjMtNi43SDI5em02NC45IDBsMy41IDExaDExLjVsLTkuMyA2LjcgMy41IDEwLjktOS4yLTYuOC05LjMgNi44IDMuNS0xMS05LjItNi43aDExLjR6bTY0LjggMGwzLjYgMTFIMTc3bC05LjIgNi43IDMuNSAxMC45LTkuMy02LjgtOS4yIDYuOCAzLjUtMTEtOS4zLTYuN2gxMS41em02NC45IDBsMy41IDExSDI0MmwtOS4zIDYuNyAzLjYgMTAuOS05LjMtNi44LTkuMyA2LjggMy42LTExLTkuMy02LjdoMTEuNHptNjQuOCAwbDMuNiAxMWgxMS40bC05LjIgNi43IDMuNSAxMC45LTkuMy02LjgtOS4yIDYuOCAzLjUtMTEtOS4yLTYuN2gxMS40em02NC45IDBsMy41IDExaDExLjVsLTkuMyA2LjcgMy42IDEwLjktOS4zLTYuOC05LjMgNi44IDMuNi0xMS05LjMtNi43aDExLjV6TTY0LjkgOTQuNWwzLjUgMTAuOWgxMS41bC05LjMgNi43IDMuNSAxMS05LjItNi44LTkuMyA2LjcgMy41LTEwLjktOS4yLTYuN2gxMS40em02NC44IDBsMy42IDEwLjloMTEuNGwtOS4zIDYuNyAzLjYgMTEtOS4zLTYuOC05LjMgNi43IDMuNi0xMC45LTkuMy02LjdoMTEuNXptNjQuOSAwbDMuNSAxMC45aDExLjVsLTkuMyA2LjcgMy41IDExLTkuMi02LjgtOS4zIDYuNyAzLjUtMTAuOS05LjItNi43SDE5MXptNjQuOCAwbDMuNiAxMC45aDExLjRsLTkuMiA2LjcgMy41IDExLTkuMy02LjgtOS4yIDYuNyAzLjUtMTAuOS05LjMtNi43SDI1NnptNjQuOSAwbDMuNSAxMC45aDExLjVsLTkuMyA2LjcgMy41IDExLTkuMi02LjgtOS4zIDYuNyAzLjUtMTAuOS05LjItNi43aDExLjR6TTMyLjQgMTIyLjFMMzYgMTMzaDExLjRsLTkuMiA2LjcgMy41IDExLTkuMy02LjgtOS4yIDYuNyAzLjUtMTAuOS05LjMtNi43SDI5em02NC45IDBsMy41IDEwLjloMTEuNWwtOS4zIDYuNyAzLjUgMTAuOS05LjItNi43LTkuMyA2LjcgMy41LTEwLjktOS4yLTYuN2gxMS40em02NC44IDBsMy42IDEwLjlIMTc3bC05LjIgNi43IDMuNSAxMS05LjMtNi44LTkuMiA2LjcgMy41LTEwLjktOS4zLTYuN2gxMS41em02NC45IDBsMy41IDEwLjlIMjQybC05LjMgNi43IDMuNiAxMS05LjMtNi44LTkuMyA2LjcgMy42LTEwLjktOS4zLTYuN2gxMS40em02NC44IDBsMy42IDEwLjloMTEuNGwtOS4yIDYuNyAzLjUgMTEtOS4zLTYuOC05LjIgNi43IDMuNS0xMC45LTkuMi02LjdoMTEuNHptNjQuOSAwbDMuNSAxMC45aDExLjVsLTkuMyA2LjcgMy42IDExLTkuMy02LjgtOS4zIDYuNyAzLjYtMTAuOS05LjMtNi43aDExLjV6TTY0LjkgMTQ5LjdsMy41IDEwLjloMTEuNWwtOS4zIDYuNyAzLjUgMTAuOS05LjItNi44LTkuMyA2LjggMy41LTExLTkuMi02LjdoMTEuNHptNjQuOCAwbDMuNiAxMC45aDExLjRsLTkuMyA2LjcgMy42IDEwLjktOS4zLTYuOC05LjMgNi44IDMuNi0xMS05LjMtNi43aDExLjV6bTY0LjkgMGwzLjUgMTAuOWgxMS41bC05LjMgNi43IDMuNSAxMC45LTkuMi02LjgtOS4zIDYuOCAzLjUtMTEtOS4yLTYuN0gxOTF6bTY0LjggMGwzLjYgMTAuOWgxMS40bC05LjIgNi43IDMuNSAxMC45LTkuMy02LjgtOS4yIDYuOCAzLjUtMTEtOS4zLTYuN0gyNTZ6bTY0LjkgMGwzLjUgMTAuOWgxMS41bC05LjMgNi43IDMuNSAxMC45LTkuMi02LjgtOS4zIDYuOCAzLjUtMTEtOS4yLTYuN2gxMS40ek0zMi40IDE3Ny4ybDMuNiAxMWgxMS40bC05LjIgNi43IDMuNSAxMC44LTkuMy02LjctOS4yIDYuNyAzLjUtMTAuOS05LjMtNi43SDI5em02NC45IDBsMy41IDExaDExLjVsLTkuMyA2LjcgMy42IDEwLjgtOS4zLTYuNy05LjMgNi43IDMuNi0xMC45LTkuMy02LjdoMTEuNHptNjQuOCAwbDMuNiAxMUgxNzdsLTkuMiA2LjcgMy41IDEwLjgtOS4zLTYuNy05LjIgNi43IDMuNS0xMC45LTkuMy02LjdoMTEuNXptNjQuOSAwbDMuNSAxMUgyNDJsLTkuMyA2LjcgMy42IDEwLjgtOS4zLTYuNy05LjMgNi43IDMuNi0xMC45LTkuMy02LjdoMTEuNHptNjQuOCAwbDMuNiAxMWgxMS40bC05LjIgNi43IDMuNSAxMC44LTkuMy02LjctOS4yIDYuNyAzLjUtMTAuOS05LjItNi43aDExLjR6bTY0LjkgMGwzLjUgMTFoMTEuNWwtOS4zIDYuNyAzLjYgMTAuOC05LjMtNi43LTkuMyA2LjcgMy42LTEwLjktOS4zLTYuN2gxMS41ek02NC45IDIwNC44bDMuNSAxMC45aDExLjVsLTkuMyA2LjcgMy41IDExLTkuMi02LjgtOS4zIDYuNyAzLjUtMTAuOS05LjItNi43aDExLjR6bTY0LjggMGwzLjYgMTAuOWgxMS40bC05LjMgNi43IDMuNiAxMS05LjMtNi44LTkuMyA2LjcgMy42LTEwLjktOS4zLTYuN2gxMS41em02NC45IDBsMy41IDEwLjloMTEuNWwtOS4zIDYuNyAzLjUgMTEtOS4yLTYuOC05LjMgNi43IDMuNS0xMC45LTkuMi02LjdIMTkxem02NC44IDBsMy42IDEwLjloMTEuNGwtOS4yIDYuNyAzLjUgMTEtOS4zLTYuOC05LjIgNi43IDMuNS0xMC45LTkuMy02LjdIMjU2em02NC45IDBsMy41IDEwLjloMTEuNWwtOS4zIDYuNyAzLjUgMTEtOS4yLTYuOC05LjMgNi43IDMuNS0xMC45LTkuMi02LjdoMTEuNHpNMzIuNCAyMzIuNGwzLjYgMTAuOWgxMS40bC05LjIgNi43IDMuNSAxMC45LTkuMy02LjctOS4yIDYuNyAzLjUtMTEtOS4zLTYuN0gyOXptNjQuOSAwbDMuNSAxMC45aDExLjVMMTAzIDI1MGwzLjYgMTAuOS05LjMtNi43LTkuMyA2LjcgMy42LTExLTkuMy02LjdoMTEuNHptNjQuOCAwbDMuNiAxMC45SDE3N2wtOSA2LjcgMy41IDEwLjktOS4zLTYuNy05LjIgNi43IDMuNS0xMS05LjMtNi43aDExLjV6bTY0LjkgMGwzLjUgMTAuOUgyNDJsLTkuMyA2LjcgMy42IDEwLjktOS4zLTYuNy05LjMgNi43IDMuNi0xMS05LjMtNi43aDExLjR6bTY0LjggMGwzLjYgMTAuOWgxMS40bC05LjIgNi43IDMuNSAxMC45LTkuMy02LjctOS4yIDYuNyAzLjUtMTEtOS4yLTYuN2gxMS40em02NC45IDBsMy41IDEwLjloMTEuNWwtOS4zIDYuNyAzLjYgMTAuOS05LjMtNi43LTkuMyA2LjcgMy42LTExLTkuMy02LjdoMTEuNXoiIHRyYW5zZm9ybT0ic2NhbGUoLjkzNzUpIi8+CiAgPC9nPgo8L3N2Zz4K");
}
/*
Icons
==============================================
Basic styling for icon component plus helper classes for sizing and colors.
Credit: https://github.com/FortAwesome/Font-Awesome
*/
.icon {
  width: 1.375rem;
  height: 1.375rem;
  display: inline-flex;
  align-self: center;
  font-size: inherit;
  overflow: visible;
  color: #4a545b;
}
.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: #566573;
}
.icon-success {
  color: #2ecc71;
}
.icon-info {
  color: #4aa3df;
}
.icon-warning {
  color: #f1c40f;
}
.icon-danger {
  color: #c82f1e;
}
.icon-light {
  color: #eee;
}
.icon-dark {
  color: #4a545b;
}
.icon-review {
  color: #fedc70;
}
.icon-fluid {
  width: 100%;
  height: 100%;
}
.icon-lg {
  width: 1.8333333333rem;
  height: 1.8333333333rem;
}
.icon-sm, .navigation-offcanvas-link-icon .loader {
  width: 1.203125rem;
  height: 1.203125rem;
}
.icon-xs {
  width: 1.03125rem;
  height: 1.03125rem;
}
.icon-1x {
  width: 1.375rem;
  height: 1.375rem;
}
.icon-2x {
  width: 2.75rem;
  height: 2.75rem;
}
.icon-3x {
  width: 4.125rem;
  height: 4.125rem;
}
.icon-4x {
  width: 5.5rem;
  height: 5.5rem;
}
.icon-5x {
  width: 6.875rem;
  height: 6.875rem;
}
.icon-6x {
  width: 8.25rem;
  height: 8.25rem;
}
.icon-7x {
  width: 9.625rem;
  height: 9.625rem;
}
.icon-8x {
  width: 11rem;
  height: 11rem;
}
.icon-9x {
  width: 12.375rem;
  height: 12.375rem;
}
.icon-10x {
  width: 13.75rem;
  height: 13.75rem;
}
.icon-rotate-90 svg {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.icon-rotate-180 svg {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.icon-rotate-270 svg {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.icon-flip-horizontal svg {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.icon-flip-vertical svg {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.icon-flip-both svg, .icon-flip-horizontal.icon-flip-vertical svg {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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 {
  filter: none;
}
.alert-primary .icon {
  color: #008555;
}
.alert-secondary .icon {
  color: #566573;
}
.alert-success .icon {
  color: #2ecc71;
}
.alert-info .icon {
  color: #4aa3df;
}
.alert-warning .icon {
  color: #f1c40f;
}
.alert-danger .icon {
  color: #c82f1e;
}
.alert-light .icon {
  color: #f9f9f9;
}
.alert-dark .icon {
  color: #4a545b;
}
.btn-primary .icon {
  color: #fff;
}
.btn-secondary .icon {
  color: #fff;
}
.btn-success .icon {
  color: #000;
}
.btn-info .icon {
  color: #000;
}
.btn-warning .icon {
  color: #000;
}
.btn-danger .icon {
  color: #fff;
}
.btn-light .icon {
  color: #000;
}
.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, .offcanvas-end .offcanvas-close svg {
  top: 0.25rem;
}
.navigation-offcanvas-link-icon .icon > svg {
  top: 0;
}
/*
Pagination
==============================================
Custom styling for bootstrap pagination component.

https://getbootstrap.com/docs/5.2/components/pagination
*/
.pagination {
  margin-bottom: 0;
}
.pagination .page-link {
  cursor: pointer;
  margin-bottom: 0;
}
/*
CMS sections
==============================================
General styling for cms sections
*/
.cms-section {
  overflow: hidden;
}
.cms-section.bg-image {
  background-repeat: no-repeat;
  background-position: 50%;
}
.cms-section .cms-section-sidebar > .row, .cms-section .is-act-cartpage .checkout .cms-section-sidebar > .checkout-container, .is-act-cartpage .checkout .cms-section .cms-section-sidebar > .checkout-container, .cms-section .is-act-checkoutregisterpage .checkout .cms-section-sidebar > .checkout-container, .is-act-checkoutregisterpage .checkout .cms-section .cms-section-sidebar > .checkout-container, .cms-section .is-act-confirmpage .checkout .cms-section-sidebar > .checkout-container, .is-act-confirmpage .checkout .cms-section .cms-section-sidebar > .checkout-container, .cms-section .is-ctl-accountorder .checkout .cms-section-sidebar > .checkout-container, .is-ctl-accountorder .checkout .cms-section .cms-section-sidebar > .checkout-container, .cms-section .is-act-finishpage .checkout .cms-section-sidebar > .checkout-container, .is-act-finishpage .checkout .cms-section .cms-section-sidebar > .checkout-container, .cms-section body.is-act-confirmpage .checkout .cms-section-sidebar > .checkout-container, body.is-act-confirmpage .checkout .cms-section .cms-section-sidebar > .checkout-container {
  --bs-gutter-x: 60px;
}
@media (max-width: 767.98px) {
  .cms-section-sidebar-mobile-wrap {
    flex-direction: column;
  }
  .cms-section-sidebar-mobile-hidden .cms-section-sidebar-sidebar-content {
    display: none;
  }
}
/*
CMS blocks
==============================================
General styling for cms blocks and
specific styling for elements dependent on their parent block
*/
.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;
}
.cms-block .cms-block-background.media-mode--contain {
  object-fit: contain;
}
.cms-block .cms-block-background.media-mode--cover {
  object-fit: cover;
}
.cms-block .cms-block-container {
  position: relative;
}
.cms-block .cms-block-container .cms-block-container-row {
  flex-direction: row;
}
.cms-block-center-text .cms-element-text {
  padding: 30px;
}
.cms-block-image-three-cover .row, .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, .cms-block-image-three-cover body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .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%;
  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;
  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 {
    flex-direction: column;
  }
  .cms-block-container .cms-block-container-row.has--sidebar > div {
    flex-basis: auto;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (max-width: 767.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;
  /*
    The filter's col is set to "initial" because the "boundary" option
    of the filter panel bootstrap dropdown is not working otherwise.
    The "boundary" option sets the dropdown container to "static" to
    be able to "break out" of "overflow: hidden". But this interferes
    with position "relative" on surrounding columns.
    */
}
.cms-block-sidebar-filter .col-12, .cms-block-sidebar-filter .b2b-shopping-list-table__header-name.js-multiple-selection {
  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 elements
==============================================
General styling for cms elements
*/
.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;
  height: 100%;
}
.cms-element-image .cms-image-container.is-cover .cms-image {
  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: flex;
  align-items: 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;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cms-element-youtube-video__backdrop {
  display: flex;
  align-items: 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;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cms-element-vimeo-video__backdrop {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cms-element-vimeo-video__backdrop > div {
  background: rgba(255, 255, 255, 0.5);
  padding: 1rem;
}
.cms-element-vimeo-video__container:hover .js-vimeo-link {
  display: block;
}
.cms-element-product-listing-actions {
  display: flex;
  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: 1.125rem;
  font-weight: 700;
  color: #008555;
}
.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 {
  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: 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 {
    flex-wrap: wrap;
    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;
}
.cms-element-text {
  position: relative;
}
.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: 767.98px) {
  .confirm-message {
    padding: 10% 0;
  }
}
/*
Form
==============================================
Custom styling for bootstrap forms.

https://getbootstrap.com/docs/5.2/forms/overview
*/
.was-validated .form-control:valid, .form-control.is-valid {
  background-position: 97% 50%;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  background-position: 97% 50%;
}
.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;
}
.form-text {
  font-size: 1rem;
}
.forms-boolean {
  display: block;
  border: 1px solid #eaeaf0;
  padding: 0 36px;
  margin: 12px 0;
  height: 40px;
  border-radius: 3px;
  cursor: pointer;
}
.forms-boolean.is-active {
  border-color: #008555;
}
.forms-boolean:hover {
  border-color: #008555;
  color: #008555;
}
.forms-boolean-label {
  cursor: pointer;
  height: 38px;
  line-height: 38px;
  width: 100%;
}
.forms-boolean-label::before, .forms-boolean-label::after {
  top: 11px;
}
.address-manager-modal {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.address-manager-modal .btn-icon-hover-white:hover span.icon, .address-manager-modal .btn-icon-hover-white:focus span.icon {
  color: #fff;
}
.address-manager-modal .loader {
  color: #fff;
}
.address-manager-modal .address-manager-modal-header-content {
  width: 100%;
}
.address-manager-modal .modal-body {
  padding-top: 0;
  height: 550px;
}
.address-manager-modal .modal-footer {
  background-color: #f9f9f9;
}
.address-manager-modal .address-manager-modal-select-address:hover {
  border-color: #008555;
  cursor: pointer;
}
.address-manager-modal .address-manager-modal-select-address {
  height: 210px;
}
.sorting {
  display: inline-block;
  width: 260px;
}
/*
Delivery status
==============================================
Shows the delivery status for products e.g. on detail page.
*/
.delivery-status-indicator {
  border-radius: 100%;
  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: 768px) {
  .quickview-minimal-top {
    margin-bottom: 1.5rem;
  }
}
/*
Payment method
==============================================
Custom styling for payment form used e.g. on account and checkout pages.
*/
.payment-method-image {
  max-height: 24px;
  max-width: 100%;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  float: right;
}
/*
Shipping method
==============================================
Custom styling for shipping form used e.g. on account and checkout pages.
*/
.shipping-method-image {
  max-height: 24px;
  max-width: 100%;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  float: right;
}
/*
Filter panel
==============================================
Styling for filter panel component.
This file contains the generic styling for all filter items.
*/
.filter-panel {
  display: flex;
  flex-wrap: wrap;
  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: flex;
  flex-wrap: wrap;
  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 {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
  --bs-btn-border-color: #eaeaf0;
  --bs-btn-hover-border-color: #eaeaf0;
  --bs-btn-active-border-color: #008555;
  --bs-btn-active-color: #008555;
  --bs-btn-font-weight: 400;
}
.filter-panel-item-toggle.show .icon-filter-panel-item-toggle svg {
  color: #008555;
  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 #008555;
  background-color: #fff;
  color: #4a545b;
}
.filter-active {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
  --bs-btn-border-color: #eaeaf0;
  --bs-btn-hover-border-color: #008555;
  --bs-btn-hover-color: #008555;
  --bs-btn-hover-bg: #f9f9f9;
  --bs-btn-active-border-color: #008555;
  --bs-btn-active-color: #008555;
  --bs-btn-font-weight: 400;
  --bs-btn-border-radius: 50rem;
  --bs-btn-padding-y: 0.125rem;
  --bs-btn-line-height: 1.625rem;
}
.filter-active-preview {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #eaeaf0;
  margin-right: 0.25rem;
  background-position: center center;
  background-size: cover;
  vertical-align: -0.125em;
}
.btn.filter-reset-all {
  --bs-btn-border-radius: 50rem;
  --bs-btn-padding-y: 0.125rem;
  --bs-btn-line-height: 1.625rem;
  --bs-btn-font-weight: 400;
}
.is--sidebar .filter-panel, .is--sidebar .filter-panel-items-container {
  display: block;
}
.is--sidebar .filter-panel-item-dropdown {
  min-width: 100%;
  border: 1px solid #008555;
  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: flex;
}
.is--sidebar .filter-panel-item-toggle[aria-expanded="true"] {
  color: #008555;
  border-color: #008555;
  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: #008555;
  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 {
  --bs-btn-padding-x: 6px;
  --bs-btn-padding-y: 6px;
  --bs-btn-hover-bg: var(--bs-gray-200);
  --bs-btn-hover-color: var(--bs-primary);
  --bs-btn-active-bg: var(--bs-gray-200);
  --bs-btn-active-color: var(--bs-primary);
  display: none;
  width: 100%;
}
.btn.filter-panel-wrapper-toggle .icon {
  color: currentColor;
  margin-right: 0.5rem;
  vertical-align: text-bottom;
}
.btn.filter-panel-wrapper-toggle .icon svg {
  top: 0;
}
.filter-panel-offcanvas-header {
  height: 80px;
  align-items: center;
  padding: 25px;
  display: none;
}
.filter-panel-offcanvas-title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  color: #008555;
}
.filter-panel-offcanvas-close {
  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 {
  height: calc(100% - 80px);
  overflow-y: auto;
  width: 100%;
  padding: 0 25px 25px;
}
.offcanvas-filter .filter-panel-offcanvas-header {
  display: flex;
}
/*
Filter multi select
==============================================
Styling for multi select filter item.
This filter item should only be used inside a filter panel.
*/
.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
==============================================
Styling for property select filter item.
This filter item should only be used inside a filter panel.
*/
.filter-property-select-list-item {
  display: flex;
  align-items: center;
}
.filter-property-select-preview {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #eaeaf0;
  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;
  flex-shrink: 0;
}
.filter-property-select-preview-checkmark {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  transform: translateY(-5px);
  background-color: #008555;
  border: 0.125rem solid #F5F5F5;
  top: -0.375rem;
  right: -0.375rem;
}
.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%;
  border-radius: 4px;
  appearance: none;
  background-color: transparent;
  outline: none;
}
.filter-property-select-checkbox:focus {
  box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
}
.filter-property-select-checkbox:checked ~ .filter-property-select-preview-checkmark {
  transform: translateY(0);
  opacity: 1;
}
/*
Filter boolean
==============================================
Styling for boolean filter item.
This filter item should only be used inside a filter panel.
*/
.filter-boolean {
  display: inline-block;
  border: 1px solid #eaeaf0;
  padding-left: 12px;
  padding-right: 12px;
  height: 40px;
  border-radius: 0;
  cursor: pointer;
}
.filter-boolean.is-active {
  border-color: #008555;
}
.filter-boolean:hover {
  border-color: #008555;
  color: #008555;
}
.filter-boolean.disabled {
  cursor: default;
  background: #eee;
  border-color: #eee;
}
.filter-boolean.disabled .filter-boolean-label {
  color: #bcc1c7;
  cursor: default;
}
.filter-boolean-input {
  margin-top: 11px;
}
.filter-boolean-label {
  cursor: pointer;
  height: 38px;
  line-height: 38px;
  width: 100%;
}
/*
Filter range
==============================================
Styling for range filter item.
This filter item should only be used inside a filter panel.
*/
.filter-range-dropdown {
  padding: 0;
  overflow: hidden;
}
.filter-range-container {
  display: flex;
  align-items: flex-end;
  padding: 16px;
}
.filter-range-error {
  padding: 0 16px 16px;
  font-size: 13px;
  color: #c82f1e;
}
.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;
  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 {
  appearance: none;
  margin: 0;
}
.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: 0;
}
.filter-range-divider {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-weight: 700;
}
/*
Filter rating select
==============================================
Styling for rating select filter item.
This filter item should only be used inside a filter panel.
*/
.filter-rating-select-radio {
  appearance: none;
  opacity: 0;
}
.filter-rating-select-radio:checked ~ .filter-rating-select-item-checkmark {
  transform: translateY(2px);
  opacity: 1;
}
.filter-rating-select-radio:focus-visible ~ .filter-rating-select-item-label {
  box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
}
.filter-rating-select-radio:focus-visible ~ .filter-rating-select-item-label .filter-rating-select-item-label-text {
  color: #008555;
  font-weight: 700;
}
.filter-rating-select-item-label {
  cursor: pointer;
  display: flex;
  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: #008555;
  font-weight: 700;
}
.filter-rating-select-list-item {
  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: #333333;
  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: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  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;
}
.product-feature-list-list {
  list-style: none;
  padding-left: unset;
}
.product-feature-feature {
  font-size: 0.875rem;
}
.product-feature-value {
  font-weight: 700;
}
/*
Notification dot
==============================================
Styling for notification dot component.
*/
.notification-dot {
  background-color: #bcc1c7;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.notification-dot.notification-dot-primary {
  background-color: #008555;
}
.notification-dot.notification-dot-secondary {
  background-color: #566573;
}
.notification-dot.notification-dot-success {
  background-color: #2ecc71;
}
.notification-dot.notification-dot-danger {
  background-color: #c82f1e;
}
.notification-dot.notification-dot-warning {
  background-color: #f1c40f;
}
.notification-dot.notification-dot-info {
  background-color: #4aa3df;
}
.notification-dot.notification-dot-light {
  background-color: #f9f9f9;
}
.notification-dot.notification-dot-dark {
  background-color: #4a545b;
}
/*
Product box for wishlist
==============================================
Styling for productbox component.
*/
.product-box.box-wishlist .stretched-link::after, .box-wishlist.swkweb-content-manager-article-box .stretched-link::after {
  height: calc(200px + var(--bs-card-spacer-y));
}
.product-wishlist {
  margin-top: 10px;
}
.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: inline-flex;
}
.product-wishlist-not-added .icon-wishlist-not-added {
  animation: pulse 0.5s alternate;
}
.product-wishlist-added .icon-wishlist-added, .product-wishlist-added .text-wishlist-remove {
  display: inline-flex;
}
.product-wishlist-added .icon-wishlist-added {
  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 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.product-wishlist-action-circle.btn {
  text-overflow: initial;
}
.product-wishlist-action-circle::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
}
.product-wishlist-action {
  background: transparent;
  border-style: none;
  padding: 0;
  display: inline-flex;
}
.product-wishlist-btn {
  --bs-btn-border-radius: 50%;
  --bs-btn-border-width: 0;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-color: var(--bs-gray-800);
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
  height: 40px;
  width: 40px;
}
.product-wishlist-btn-remove {
  z-index: 10;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}
.product-wishlist .icon-wishlist svg, .product-wishlist .icon-wishlist-remove svg {
  top: 0;
}
.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: inline-flex;
}
.product-wishlist-info {
  /* stylelint-disable value-no-vendor-prefix, property-no-vendor-prefix */
}
.product-wishlist-info-item {
  min-height: 2em;
  font-size: 0.875rem;
}
.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;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.quantity-selector-group .quantity-selector-group-input {
  -moz-appearance: textfield;
  text-align: center;
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 1rem;
}
.quantity-selector-group .quantity-selector-group-input:disabled {
  color: #798490;
}
.quantity-selector-group .quantity-selector-group-input::-webkit-outer-spin-button, .quantity-selector-group .quantity-selector-group-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-selector-group .btn-outline-light {
  --bs-btn-disabled-bg: #eee;
  --bs-btn-disabled-border-color: #eaeaf0;
  --bs-btn-border-color: #eaeaf0;
  --bs-btn-active-border-color: #eaeaf0;
  --bs-btn-hover-border-color: #eaeaf0;
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
}
.quantity-selector-group .btn-outline-light.btn-plus {
  border-left: 0;
}
.quantity-selector-group .btn-outline-light.btn-minus {
  border-right: 0;
}
.quantity-selector-group .btn-outline-light:disabled .icon {
  color: #bcc1c7;
}
.quantity-selector-group .btn-outline-light svg {
  top: 4px;
}
.quantity-selector-group .input-group-text {
  line-height: 1rem;
}
.basic-captcha-content-image {
  width: 85%;
}
.basic-captcha-content-image img {
  border: 1px solid #eaeaf0;
  border-radius: 0;
  width: 100%;
}
.basic-captcha-content-code {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25em;
  max-width: 440px;
}
.basic-captcha-content-refresh-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  height: 42px;
  align-self: flex-end;
  border-color: #eaeaf0;
}
.basic-captcha-content-refresh-icon.btn .icon > svg {
  top: 0;
}
.basic-captcha-content-refresh-icon:hover {
  cursor: pointer;
  border-color: #008555;
  background-color: #fff;
}
.basic-captcha-content-refresh-icon:hover .icon.icon-arrow-switch {
  color: #008555;
}
.line-item, .booking-item-detail .booking-line-item {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #eaeaf0;
}
.line-item.is-discount .line-item-total-price, .booking-item-detail .is-discount.booking-line-item .line-item-total-price {
  color: #2ecc71;
}
.line-item:last-child, .booking-item-detail .booking-line-item:last-child {
  border-bottom: 0;
}
.line-item-info {
  order: 1;
  margin-bottom: 1rem;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 83.33333333%;
}
@media (min-width: 768px) {
  .line-item-info {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}
.line-item-details {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .line-item-details {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
@media (min-width: 768px) {
  .line-item-details {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.line-item-quantity {
  order: 3;
  margin-bottom: 0.5rem;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .line-item-quantity {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .line-item-quantity {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
.line-item-quantity-label {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 50%;
}
@media (min-width: 576px) {
  .line-item-quantity-label {
    flex: 0 0 auto;
    width: 100%;
  }
}
.line-item-quantity-select-wrapper {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 50%;
}
@media (min-width: 576px) {
  .line-item-quantity-select-wrapper {
    flex: 0 0 auto;
    width: 100%;
  }
}
.line-item-unit-price {
  display: none;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .line-item-unit-price {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .line-item-unit-price {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
.line-item-tax-price {
  justify-content: flex-end;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .line-item-tax-price {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .line-item-tax-price {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
.line-item-total-price {
  order: 4;
  font-weight: 700;
  justify-content: flex-end;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .line-item-total-price {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .line-item-total-price {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
.line-item-remove {
  order: 2;
  text-align: right;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 16.66666667%;
}
@media (min-width: 768px) {
  .line-item-remove {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
}
.is-offcanvas .line-item-info {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.is-offcanvas .line-item-details {
  flex: 0 0 auto;
  width: 100%;
}
.is-offcanvas .line-item-quantity {
  flex: 0 0 auto;
  width: 100%;
}
.is-offcanvas .line-item-quantity-label {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.is-offcanvas .line-item-quantity-select-wrapper {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.is-offcanvas .line-item-unit-price {
  flex: 0 0 auto;
  width: 100%;
  display: none;
  font-size: 0.875rem;
  font-style: italic;
}
.is-offcanvas .line-item-unit-price.is-shown {
  display: flex;
  justify-content: flex-end;
}
.is-offcanvas .line-item-tax-price {
  flex: 0 0 auto;
  width: 100%;
}
.is-offcanvas .line-item-total-price {
  flex: 0 0 auto;
  width: 100%;
}
.is-offcanvas .line-item-remove {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.is-offcanvas .line-item-details-container {
  padding-left: 0;
}
.is-offcanvas .line-item-unit-price-value-descriptor {
  display: inline;
}
.is-offcanvas .line-item-unit-price-label, .is-offcanvas .line-item-tax-price-label, .is-offcanvas .line-item-total-price-label {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.is-offcanvas .line-item-unit-price-label:not(caption), .is-offcanvas .line-item-tax-price-label:not(caption), .is-offcanvas .line-item-total-price-label:not(caption) {
  position: absolute !important;
}
@media (min-width: 768px) {
  .no-remove-button .line-item-info {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .no-remove-button .line-item-details {
    flex: 0 0 auto;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .no-summary .line-item-info {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
@media (min-width: 768px) {
  .no-summary .line-item-details {
    flex: 0 0 auto;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .no-summary.no-remove-button .line-item-info {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .no-summary.no-remove-button .line-item-details {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}
.line-item.is-order, .booking-item-detail .is-order.booking-line-item {
  margin-left: 20px;
  margin-right: 20px;
}
.line-item.is-order .line-item-children .line-item, .booking-item-detail .is-order.booking-line-item .line-item-children .line-item, .line-item.is-order .line-item-children .booking-item-detail .booking-line-item, .booking-item-detail .line-item.is-order .line-item-children .booking-line-item, .booking-item-detail .is-order.booking-line-item .line-item-children .booking-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: #2ecc71;
}
.line-item-container .line-item-icon .icon {
  color: #566573;
}
.line-item-nested-icon {
  background-color: #798490;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  display: flex;
  margin: 0 auto;
  width: 65px;
  height: 65px;
}
.line-item-nested-icon .icon > svg {
  top: 0;
}
.line-item-unit-price, .line-item-tax-price {
  order: 5;
}
.line-item-img-container {
  text-align: center;
  width: 70px;
  margin-bottom: 0.5rem;
}
.line-item-img-link {
  display: block;
}
.line-item-img {
  width: 100%;
  height: 70px;
  object-fit: contain;
  padding: 0.25rem;
  border: 1px solid #eaeaf0;
  border-radius: 0;
}
.line-item-total-price, .line-item-tax-price {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 575.98px) {
  .line-item-tax-price, .line-item-unit-price {
    font-size: 0.875rem;
    font-style: italic;
  }
}
@media (min-width: 576px) {
  .line-item-unit-price {
    display: flex;
    justify-content: flex-end;
  }
}
.line-item-unit-price.is-shown {
  display: flex;
  justify-content: flex-end;
}
.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 {
  align-items: center;
  margin-bottom: 0.5rem;
}
.line-item-details-characteristics {
  font-size: 0.875rem;
  margin: 0.5rem 0;
}
.line-item-details-characteristics .line-item-details-characteristics-option {
  font-weight: 700;
}
.line-item-variants {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.line-item-variants-properties {
  display: flex;
}
.line-item-variants-properties-name {
  font-weight: 700;
  margin-right: 0.5rem;
}
@media (min-width: 576px) {
  .is-default .line-item-quantity-container, .is-order .line-item-quantity-container {
    margin-left: auto;
  }
  .is-default .line-item-quantity-row, .is-order .line-item-quantity-row {
    align-items: normal;
    margin-bottom: 0;
  }
  .is-default .line-item-quantity, .is-order .line-item-quantity {
    flex-direction: column;
    display: flex;
  }
  .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 {
    text-align: right;
    justify-content: normal;
    flex-direction: column;
  }
  .is-default .line-item-tax-price, .is-order .line-item-tax-price {
    order: 4;
  }
  .is-default .line-item-total-price, .is-order .line-item-total-price {
    order: 5;
  }
}
@media (min-width: 768px) {
  .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 {
    order: 0;
  }
  .is-default .line-item-info, .is-order .line-item-info {
    margin-bottom: 0;
  }
  .is-default .line-item-quantity-label, .is-order .line-item-quantity-label {
    display: none;
  }
}
.line-item-children {
  background-color: #f9f9f9;
  font-size: 0.875rem;
  width: 100%;
  padding: 10px 20px;
  order: 10;
  margin-top: 10px;
  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;
  align-items: center;
}
.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 {
  transform: rotate(180deg);
  transition: all 0.2s ease-out;
}
.line-item-children .line-item-collapse-button.collapsed > .line-item-collapse-icon {
  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 #eaeaf0;
  margin: 1rem 0;
}
.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;
}
@media (min-width: 768px) {
  .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: 1200px) {
  .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-product-number, .line-item-bonus-points-discount-item-number {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.line-item-delivery-date {
  font-size: 0.875rem;
}
.line-item-label {
  color: #333333;
  font-weight: 700;
}
a.line-item-label:hover {
  color: #008555;
}
.line-item-total-price-value {
  text-align: right;
}
.line-item-tax-price-label {
  display: inline;
  font-weight: normal;
  margin-right: 5px;
}
@media (max-width: 575.98px) {
  .line-item-unit-price-label, .line-item-total-price-label {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .line-item-unit-price-label:not(caption), .line-item-total-price-label:not(caption) {
    position: absolute !important;
  }
}
@media (min-width: 768px) {
  .line-item-unit-price-label, .line-item-tax-price-label, .line-item-total-price-label {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .line-item-unit-price-label:not(caption), .line-item-tax-price-label:not(caption), .line-item-total-price-label:not(caption) {
    position: absolute !important;
  }
}
@media (min-width: 576px) {
  .line-item-unit-price-value-descriptor {
    display: none;
  }
  .line-item-tax-price-label {
    display: block;
    font-weight: bold;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .line-item-details-container {
    padding-left: 0.25rem;
  }
}
.line-item-characteristics {
  margin: 0.5rem 0;
  font-size: 0.875rem;
}
.line-item-characteristics .line-item-characteristics-option {
  font-weight: 700;
}
.line-item-remove-button .icon {
  color: inherit;
}
@media (max-width: 767.98px) {
  .hidden-mobile {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hidden-tablet {
    display: none;
  }
}
@media (min-width: 992px) {
  .hidden-desktop {
    display: none;
  }
}
.spatial-ar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(1, 0, 0, 0.5);
  display: none;
  z-index: 1100;
}
.spatial-ar-overlay .spatial-ar-exit-button {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 36px;
  height: 36px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
  z-index: 1101;
  background-color: #000;
  border: 1px solid #fff;
}
.spatial-ar-overlay .spatial-ar-exit-button svg {
  color: #fff;
}
.spatial-ar-overlay .spatial-ar-placement-hint {
  display: none;
  background-color: black;
}
.spatial-ar-overlay .spatial-ar-movement-hint {
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
}
.spatial-ar-overlay .spatial-ar-movement-hint svg {
  color: #fff;
}
.spatial-ar-overlay .spatial-ar-movement-hint .ar-anim-container {
  position: relative;
  margin-bottom: 90px;
  margin-left: -200px;
}
.spatial-ar-overlay .spatial-ar-movement-hint .ar-anim-container .icon-ar-icon-surface {
  position: absolute;
  width: 200px;
  height: auto;
}
.spatial-ar-overlay .spatial-ar-movement-hint .ar-anim-container .icon-ar-icon-phone {
  position: absolute;
  bottom: -75px;
  left: 2px;
  width: 30px;
  height: auto;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-name: move-around;
}
@keyframes move-around {
  0% {
    bottom: -75px;
    left: 2px;
  }
  25% {
    bottom: -100px;
    left: 80px;
  }
  50% {
    bottom: -75px;
    left: 165px;
  }
  75% {
    bottom: -100px;
    left: 80px;
  }
  100% {
    bottom: -75px;
    left: 2px;
  }
}
.spatial-ar-overlay .progress {
  bottom: 80px;
  height: 4px;
}
.spatial-ar-overlay.is--visible {
  display: block;
}
.spatial-ar-overlay.is--session-running .spatial-ar-exit-button {
  display: block;
}
.spatial-ar-overlay.is--session-running:not(.is--tracking):not(.is--placement-hint):not(.is--loading) .spatial-ar-movement-hint {
  display: block;
}
.spatial-ar-overlay.is--placement-hint .spatial-ar-placement-hint, .spatial-ar-overlay.is--loading .spatial-ar-placement-hint {
  display: block;
}
.ar-qr-modal-open-session .ar-splash-screen {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.ar-qr-modal-open-session .ar-splash-screen .cube-splash-icon {
  max-width: 200px;
  left: 0px;
  right: 0px;
}
.ar-qr-modal-open-session .ar-splash-screen .floor-splash-icon {
  max-width: 400px;
  left: 0px;
  right: 0px;
  margin-top: 33%;
}
.ar-qr-modal-open-session .ar-splash-screen .ar-btn-open-session {
  max-width: 170px;
  left: 0px;
  right: 0px;
  margin-top: 75%;
}
.ar-qr-modal-open-session .icon-cube-3d-shade {
  color: transparent;
}
.ar-qr-modal-open-session .ar-btn-icon-with-label {
  vertical-align: middle;
}
.ar-qr-modal-open-session .ar-btn-icon-with-label span {
  vertical-align: middle;
}
.ar-qr-modal-open-session .ar-btn-icon-with-label svg {
  vertical-align: middle;
  top: 0px;
}
.ar-qr-modal .ar-qr-modal-content {
  width: 30.25rem;
}
.ar-qr-modal .ar-qr-modal-content .ar-qr-modal-header {
  height: 5rem;
  padding: 0 2rem 0 4rem;
}
.ar-qr-modal .ar-qr-modal-content .ar-qr-modal-body {
  padding: 1.5rem 2rem 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  font-weight: 600;
  font-size: 0.875rem;
}
.ar-qr-modal .ar-qr-modal-content .ar-qr-modal-body .ar-qr-modal-body-qr-code {
  max-width: 300px;
  max-height: 300px;
}
.ar-qr-modal .ar-qr-modal-content .ar-qr-modal-footer {
  padding: 0 2rem 2rem 2rem;
  justify-content: center;
  font-weight: 400;
  font-size: 0.75rem;
}
.ar-qr-modal .ar-qr-modal-content .ar-qr-modal-footer .ar-qr-modal-footer-headline {
  font-weight: 600;
}
/*
 * Layout-related sections
 * ----------------------- */
/*
Container
==============================================
Additional styling for bootstrap container layout.

https://getbootstrap.com/docs/5.2/layout/containers
*/
.container-main {
  padding: 20px 0;
  min-height: 200px;
}
@media (min-width: 1200px) {
  .container-main {
    min-height: 700px;
  }
}
/*
Header
==================================================
Contains custom styles for the header at the top of the page.
The header contains the shop logo, the search form and various actions like the offcanvas cart button.
*/
.header-row {
  padding: 0.5rem 0;
}
.header-logo-picture {
  max-width: 300px;
  min-width: 200px;
}
.header-search-form {
  position: relative;
}
.header-search-form:has(.search-suggest) .header-search-btn {
  display: none;
}
.header-search-form:has(.search-suggest) .header-close-btn {
  display: block;
}
.header-search-btn.is-loading-indicator-before .loader {
  margin: 0;
}
.header-search-btn .loader ~ .header-search-icon, .header-search-btn .loader ~ .header-close-btn {
  display: none;
}
.header-cart .header-cart-badge, .header-wishlist .header-wishlist-badge {
  position: absolute;
  right: -0.25rem;
  top: 0;
}
.header-actions-btn {
  position: relative;
}
@media (min-width: 576px) {
  .header-row {
    padding-bottom: 1rem;
  }
  .header-search-col .collapse:not(.show) {
    display: block;
  }
  .header-search {
    max-width: 400px;
  }
}
.storefront-staging-info .icon {
  color: #fff;
}
.storefront-staging-info .icon svg {
  top: 0;
}
/*
Header minimal
==================================================
Contains custom styles for the minimal header which is used on checkout pages.
*/
.header-minimal {
  background: #fff;
  border-bottom: 1px solid var(--text-color-brand-primary);
}
.header-minimal.fixed-top {
  position: static;
}
.header-minimal-row {
  justify-content: space-between;
  align-items: center;
}
.header-minimal-contact {
  display: none;
}
.header-minimal-contact a {
  color: #008555;
}
.header-minimal-back-to-shop {
  display: flex;
  justify-content: flex-end;
}
.header-minimal-back-to-shop-button {
  color: #333333;
}
.header-minimal-logo {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}
.header-minimal-home {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-minimal-home-btn {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .header-minimal-contact {
    display: block;
  }
  .header-minimal-logo, .header-minimal-switch {
    margin-bottom: 0;
  }
}
/*
Footer
==================================================
Contains custom styles for the footer located at the bottom of the page.
*/
.footer-column-content-inner {
  padding-bottom: 1rem;
}
.footer-column-headline {
  padding: 0.5rem 0;
  display: flex;
  justify-content: space-between;
}
.footer-column-headline .icon-footer-minus {
  display: none;
}
.footer-column-headline .icon-footer-plus > svg, .footer-column-headline .icon-footer-minus > svg {
  top: 0.25em;
}
.footer-column-headline .footer-column-toggle[aria-expanded="true"] .icon-footer-plus {
  display: none;
}
.footer-column-headline .footer-column-toggle[aria-expanded="true"] .icon-footer-minus {
  display: inline-flex;
}
.footer-column-toggle {
  padding: 0;
  --bs-btn-line-height: 1.375;
}
.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;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
  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: 768px) {
  .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;
  }
}
/*
Navigation offcanvas
==============================================
Custom styling for navigation offcanvas which replaces main navigation on smaller screens.
Based on custom offcanvas component.
*/
.navigation-offcanvas {
  --bs-offcanvas-padding-x: 0;
  --bs-offcanvas-padding-y: 0;
  overflow-x: hidden;
}
.navigation-offcanvas-container {
  position: relative;
}
.navigation-offcanvas-overlay.has-transition {
  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 {
  padding-top: 1rem;
  margin-bottom: 0.5rem;
}
.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: inline-flex;
}
.navigation-offcanvas-link {
  transition: color 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 12px 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .navigation-offcanvas-link {
    transition: none;
  }
}
.navigation-offcanvas-link.is-home-link, .navigation-offcanvas-link.is-back-link {
  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
==============================================
Extends the basic offcanvas component with additional cart styles.
*/
.offcanvas-cart .alert {
  margin-top: 1rem;
}
.offcanvas-cart-items, .offcanvas-summary {
  margin: 1rem 0;
}
.offcanvas-cart-items {
  border-bottom: 1px solid #eaeaf0;
}
.offcanvas-summary-list {
  margin-bottom: 0;
  justify-content: space-between;
}
.offcanvas-summary-list > * {
  width: initial;
}
.offcanvas-shipping-info {
  justify-content: space-between;
}
.offcanvas-shipping-info > * {
  width: initial;
}
.offcanvas-cart-promotion-form {
  margin-bottom: 1rem;
}
.offcanvas-cart-promotion-form .offcanvas-cart-promotion-button .icon-checkmark {
  color: inherit;
}
.offcanvas-summary .js-toggle-shipping-selection {
  --bs-btn-font-weight: var(--bs-body-font-weight);
  --bs-btn-padding-y: 0;
  --bs-btn-padding-x: 0;
  --bs-btn-font-size: 90%;
  --bs-btn-color: var($primary);
  --bs-btn-line-height: inherit;
}
.offcanvas-summary .offcanvas-shipping-preference {
  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;
}
/*
Account menu
==================================================
Contains custom styles for the account menu which opens via click/touch on the avatar icon in the header section.
The menu opens on smaller viewports inside an offcanvas and on larger viewports inside a bootstrap dropdown.
*/
.account-menu-header {
  border-bottom: 1px solid #eaeaf0;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem 0;
  color: #008555;
}
.account-menu-register {
  text-align: center;
}
.account-menu-login {
  padding: 1rem 0;
  border-bottom: 1px solid #eaeaf0;
  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-dropdown .offcanvas-body {
  overflow: visible;
}
.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: 576px) {
  .account-menu .offcanvas-close {
    display: none;
  }
  .account-menu .offcanvas-body {
    padding: 0;
  }
}
/*
Search suggest
==================================================
Contains styles for the search suggest popover in the shop header.
*/
.search-suggest-container {
  position: absolute;
  top: 55px;
  left: 0;
  list-style: none;
  touch-action: manipulation;
  background: #fff;
  padding: 1rem;
  border: 1px solid #eaeaf0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 10px 25px -15px #000;
}
.search-suggest-container::after {
  transform: rotate(135deg);
  width: 12px;
  height: 12px;
  top: -7px;
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  left: 48%;
  border: 1px solid #eaeaf0;
  border-top: 0 none;
  border-right: 0 none;
}
.search-suggest-product {
  border-bottom: 1px solid #eaeaf0;
}
.search-suggest-product:last-child {
  border-bottom: 0;
}
.search-suggest-product-link:hover, .search-suggest-total-link:hover {
  text-decoration: none;
}
.search-suggest-product-link:focus, .search-suggest-product-link:focus-visible, .search-suggest-total-link:focus, .search-suggest-total-link:focus-visible {
  color: #008555;
  box-shadow: inset 0 0 0 0.125rem #008555, inset 0 0 0 0.25rem #F5F5F5;
  outline: none;
}
.search-suggest-product-link {
  display: block;
  padding: 0.5rem 0;
  color: #333333;
  text-decoration: none;
}
.search-suggest-product-link:hover {
  color: #008555;
}
.search-suggest-product-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-suggest-product-variation {
  font-size: 0.875rem;
  color: #798490;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-suggest-product-price {
  text-align: right;
  padding-right: 0.25rem;
}
.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: flex;
  align-items: 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: 768px) {
  .search-suggest-container {
    width: 500px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/*
Cookie permission
==============================================
Shows a cookie permission alert at the bottom of the page.

@sw-package framework
*/
.cookie-permission-container {
  display: none;
  border-top: 1px solid #eaeaf0;
  background: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  padding: 0.5rem;
  font-size: 0.875rem;
  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: 768px) {
  .cookie-permission-content {
    text-align: left;
    margin-bottom: 0;
  }
}
/*
Cookie configuration
==============================================
Offcanvas containing a list of cookies which need to be manually selected by the user.

@sw-package framework
*/
.offcanvas-cookie-description, .offcanvas-cookie-list {
  margin-bottom: 32px;
  border-bottom: 1px solid #eaeaf0;
}
.offcanvas-cookie-list {
  padding-bottom: 32px;
}
.offcanvas-cookie-group {
  position: relative;
  margin: 12px 0;
}
.offcanvas-cookie-group input ~ label {
  user-select: none;
}
.offcanvas-cookie-group input:not([disabled]) ~ label {
  cursor: pointer;
}
@supports (-webkit-hyphens: none) {
  .offcanvas-cookie-group .form-check .form-check-input {
    float: none;
    display: inline-block;
  }
}
.offcanvas-cookie-entries-toggle {
  position: absolute;
  top: -4px;
  right: 0;
}
.offcanvas-cookie-entries-toggle svg {
  transform-origin: center center;
  transition: transform 0.3s ease;
}
.offcanvas-cookie-entries-toggle[aria-expanded="true"] svg {
  transform: rotate(90deg);
}
.offcanvas-cookie-entries > p, .offcanvas-cookie-entries .offcanvas-cookie-entry {
  padding: 8px 8px 0 24px;
  margin: 0;
}
.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;
}
/*
Scroll up
==============================================
Shows a scroll up button at the bottom right of the page.
*/
.scroll-up-button, .compare-float-button {
  bottom: 1.5rem;
  cursor: pointer;
  opacity: 0;
  position: fixed;
  right: 1.5rem;
  transform: scale(0);
  transition: 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  visibility: hidden;
  z-index: 700;
}
.scroll-up-button.is-visible, .is-visible.compare-float-button {
  opacity: 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;
}
/*
 * Page-specific styles
 * -------------------- */
.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: flex;
  align-items: center;
}
.product-detail-name-container .product-detail-variant-characteristics {
  padding-left: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #adb5bd;
}
.product-detail-buy {
  margin-bottom: 1rem;
}
.product-detail-price {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .product-detail-price {
    font-size: 1.75rem;
  }
}
.product-detail-price-unit {
  font-size: 0.875rem;
}
.product-detail-tax {
  font-size: 1rem;
}
.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.875rem;
  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-option-label {
  --bs-btn-font-weight: 400;
  --bs-btn-border-color: #eaeaf0;
  --bs-btn-color: #333333;
  --bs-btn-padding-y: 0.125rem;
  --bs-btn-line-height: 1.625rem;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-color: #333333;
  --bs-btn-active-border-color: #008555;
  --bs-btn-disabled-border-color: #798490;
  --bs-btn-disabled-color: #333333;
  --bs-btn-disabled-opacity: 0.65;
}
.product-detail-configurator-option-label.disabled {
  pointer-events: auto;
  text-decoration: line-through;
}
.product-detail-configurator-option-label.is-display-color, .product-detail-configurator-option-label.is-display-media {
  --bs-btn-padding-x: 0.125rem;
  background-clip: content-box;
  min-width: 3.75rem;
  height: 3.75rem;
}
.btn-check:checked + .product-detail-configurator-option-label {
  --bs-btn-border-width: 2px;
}
.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: 576px) {
  .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 {
    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 {
  word-break: break-word;
}
.product-detail-review-form-radio {
  display: none;
}
.product-detail-review-form-rating-input {
  display: flex;
  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: 768px) {
  .product-detail-review-widget {
    margin-bottom: 0;
  }
  .product-detail-review-sortby-form {
    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-welcome {
  padding-top: 1rem;
  margin-bottom: 1.5rem;
}
.account-address .address-action-create .icon {
  margin-top: 2px;
  margin-right: 0.5rem;
}
.account-address .btn > .icon {
  vertical-align: top;
}
.account-address .account-address-back:hover span.icon, .account-address .account-address-back:focus span.icon {
  color: #fff;
}
.address-manager-select-address {
  min-height: 200px;
}
.address-manager-modal-address-form .icon {
  color: currentColor;
}
.address-manager-modal-address-form .icon svg {
  top: 0.25em;
}
.account-overview-card {
  margin-bottom: 3rem;
}
.register-form .privacy-notice {
  margin-bottom: 1rem;
}
.register-different-shipping {
  margin-top: 1rem;
}
.register-shipping {
  margin-top: 3rem;
}
.order-table, .subscription-table, .purchase-table {
  margin-bottom: 1.5rem;
  border: 1px solid #eaeaf0;
  position: relative;
}
.order-table .order-item-detail, .subscription-table .order-item-detail, .subscription-table .subscription-item-detail, .subscription-table .booking-item-detail, .purchase-table .order-item-detail, .purchase-table .subscription-item-detail, .purchase-table .booking-item-detail, .order-table .subscription-item-detail, .order-table .booking-item-detail {
  border-top: 0 none;
}
.order-table .order-detail-content, .subscription-table .order-detail-content, .subscription-table .subscription-detail-content, .subscription-table .booking-item-detail-content, .purchase-table .order-detail-content, .purchase-table .subscription-detail-content, .purchase-table .booking-item-detail-content, .order-table .subscription-detail-content, .order-table .booking-item-detail-content {
  border-top: 1px solid #eaeaf0;
  padding: 0;
  box-shadow: none;
}
.order-table-header {
  display: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 20px;
  padding-right: 20px;
}
.order-table-header :first-child {
  position: relative;
}
.order-table-header:last-of-type {
  border-bottom: 0;
}
.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-wrapper:last-of-type, .subscription-wrapper:last-of-type {
  border-bottom: 0;
}
.order-item-header, .subscription-item-header, .booking-item-header {
  padding: 0.5rem 20px;
}
.order-table-header-heading, .booking-item-table-header-heading, .order-table-header-order-status, .subscription-table-header-status, .order-table-header-context-menu {
  display: inline-block;
}
.order-table-header-order-status, .subscription-table-header-status {
  font-weight: 700;
}
.order-table-header-context-menu-wrapper, .subscription-table-header-context-menu-wrapper {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.order-table-header-context-menu-wrapper, .subscription-table-header-context-menu-wrapper, .order-table-header-heading, .booking-item-table-header-heading {
  margin-top: 0.5rem;
}
.order-table-header-order-number, .subscription-table-header-info-wrapper {
  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, .subscription-table-header-info-wrapper .order-table-header-label, .order-table-header-order-number .subscription-table-header-label, .order-table-header-order-number .booking-item-table-header-label, .subscription-table-header-info-wrapper .subscription-table-header-label, .subscription-table-header-info-wrapper .booking-item-table-header-label {
  display: inline;
}
.order-table-header-order-table-body, .booking-item-table-body, .order-table-header-order-table-header, .booking-item-table-header {
  padding-left: 0;
  padding-right: 0;
}
.order-table-header-order-table-body, .booking-item-table-body {
  border-top: 1px solid #eaeaf0;
  font-weight: 400;
}
.order-table-header-order-table-body .order-table-header-order-table-body-cell[class*="col-"], .booking-item-table-body .order-table-header-order-table-body-cell[class*="col-"], .order-table-header-order-table-body .booking-item-table-body-cell[class*="col-"], .booking-item-table-body .booking-item-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, .booking-item-table-body .order-table-header-order-table-body-cell[class*="col-"]:first-of-type, .order-table-header-order-table-body .booking-item-table-body-cell[class*="col-"]:first-of-type, .booking-item-table-body .booking-item-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, .booking-item-table-body .order-table-header-order-table-body-cell[class*="col-"]:last-of-type, .order-table-header-order-table-body .booking-item-table-body-cell[class*="col-"]:last-of-type, .booking-item-table-body .booking-item-table-body-cell[class*="col-"]:last-of-type {
  padding-right: 0;
}
.order-table-header-order-table-header, .booking-item-table-header {
  font-weight: 700;
}
.order-table-header-order-table-header .order-table-header-order-table-header-cell[class*="col-"], .booking-item-table-header .order-table-header-order-table-header-cell[class*="col-"], .order-table-header-order-table-header .booking-item-table-header-cell[class*="col-"], .booking-item-table-header .booking-item-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, .booking-item-table-header .order-table-header-order-table-header-cell[class*="col-"]:first-of-type, .order-table-header-order-table-header .booking-item-table-header-cell[class*="col-"]:first-of-type, .booking-item-table-header .booking-item-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, .booking-item-table-header .order-table-header-order-table-header-cell[class*="col-"]:last-of-type, .order-table-header-order-table-header .booking-item-table-header-cell[class*="col-"]:last-of-type, .booking-item-table-header .booking-item-table-header-cell[class*="col-"]:last-of-type {
  padding-right: 0;
}
.order-table-header-order-table {
  width: 100%;
}
.payment-control input, .payment-control label {
  cursor: pointer;
}
.order-item, .booking-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.order-item-actions, .booking-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, .subscription-item-status-badge {
  /*
     * Set colors of the order status badge according to the order state.
     * The stylelint rule `selector-class-pattern` is disabled.
     * The technicalName of the order state includes underscores.
     */
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
}
.order-item-status-badge.order-item-status-badge-open, .order-item-status-badge-open.subscription-item-status-badge, .order-item-status-badge.order-item-status-badge-in_progress, .order-item-status-badge-in_progress.subscription-item-status-badge {
  background-color: #4aa3df;
  color: #fff;
}
.order-item-status-badge.order-item-status-badge-completed, .order-item-status-badge-completed.subscription-item-status-badge {
  background-color: #2ecc71;
  color: #fff;
}
.order-item-status-badge.order-item-status-badge-failed, .order-item-status-badge-failed.subscription-item-status-badge, .order-item-status-badge.order-item-status-badge-cancelled, .order-item-status-badge-cancelled.subscription-item-status-badge {
  background-color: #c82f1e;
  color: #fff;
}
.order-item-status-badge .icon, .subscription-item-status-badge .icon {
  color: currentColor;
}
.order-item-status-badge .icon svg, .subscription-item-status-badge .icon svg {
  top: 5px;
}
@media (min-width: 768px) {
  .order-table-header {
    display: block;
  }
  .order-table-header, .order-item-header, .subscription-item-header, .booking-item-header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .order-item, .booking-item {
    padding-top: 0;
    padding-bottom: 0;
  }
  .order-item-actions, .booking-item-actions {
    text-align: right;
  }
}
@media (min-width: 576px) {
  .order-table-header-order-table-body .order-table-header-label, .booking-item-table-body .order-table-header-label, .order-table-header-order-table-body .subscription-table-header-label, .order-table-header-order-table-body .booking-item-table-header-label, .booking-item-table-body .subscription-table-header-label, .booking-item-table-body .booking-item-table-header-label {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .order-table-header-order-table-body .order-table-header-label:not(caption), .booking-item-table-body .order-table-header-label:not(caption), .order-table-header-order-table-body .subscription-table-header-label:not(caption), .order-table-header-order-table-body .booking-item-table-header-label:not(caption), .booking-item-table-body .subscription-table-header-label:not(caption), .booking-item-table-body .booking-item-table-header-label:not(caption) {
    position: absolute !important;
  }
}
@media (max-width: 575.98px) {
  .order-table-header-order-table-header, .booking-item-table-header {
    display: none;
  }
  .order-table-header-order-table-body, .booking-item-table-body {
    border-top: 0;
  }
  .order-table-header-label, .subscription-table-header-label, .booking-item-table-header-label {
    display: block;
    float: left;
    width: 50%;
  }
  .order-table-header-order-number, .subscription-table-header-info-wrapper {
    margin-bottom: 0;
  }
  .order-table-body-value, .subscription-table-body-value, .booking-item-table-body-value {
    width: 50%;
  }
  .order-table-header-order-status, .subscription-table-header-status {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .order-table-header-context-menu-wrapper, .subscription-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: flex;
  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-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, .subscription-detail-content, .booking-item-detail-content {
  border-top: 1px solid #eaeaf0;
}
.order-detail-content-header, .subscription-detail-content-header, .booking-item-detail-content-header {
  display: none;
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
  margin-left: 20px;
}
.document-detail-content-header {
  display: block;
  border-bottom: 1px solid #eaeaf0;
  padding-bottom: 0.5rem;
}
.download-detail-content-header {
  display: block;
  border-bottom: 1px solid #eaeaf0;
  padding-bottom: 0.5rem;
}
.order-detail-content-body.has-element-loader, .has-element-loader.subscription-detail-content-body, .has-element-loader.booking-item-detail-content-body {
  min-height: 70px;
  display: flex;
}
.order-detail-content-body .element-loader-backdrop, .subscription-detail-content-body .element-loader-backdrop, .booking-item-detail-content-body .element-loader-backdrop {
  box-shadow: none;
}
.order-detail-content-row {
  font-weight: 400;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-right: 20px;
  margin-left: 20px;
}
.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 .booking-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 .booking-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;
}
.order-detail-content-row .card-title, .order-detail-content-row .card-content {
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .order-item, .booking-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 #eaeaf0;
  margin: 1rem 20px;
}
.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: #2ecc71;
}
.order-item-discount-icon {
  text-align: center;
}
.order-item-total {
  font-weight: 700;
}
.order-item-nested-icon {
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  display: flex;
  margin: 0 auto;
  width: 50px;
  height: 50px;
}
.order-item-nested-icon .icon > svg {
  top: 0;
}
.order-item-reorder {
  display: flex;
  justify-content: center;
}
.order-item-detail-footer, .subscription-item-detail-footer {
  padding: 1rem;
  padding-left: 20px;
  padding-right: 20px;
}
.order-item-detail-footer dl dt.col, .subscription-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, .subscription-item-detail-footer dl .is-act-confirmpage .checkout dt.checkout-aside, .is-act-confirmpage .checkout .subscription-item-detail-footer dl dt.checkout-aside, .subscription-item-detail-footer dl .is-ctl-accountorder .checkout dt.checkout-aside, .is-ctl-accountorder .checkout .subscription-item-detail-footer dl dt.checkout-aside, .subscription-item-detail-footer dl .is-act-finishpage .checkout dt.checkout-aside, .is-act-finishpage .checkout .subscription-item-detail-footer dl dt.checkout-aside, .order-item-detail-footer dl dt[class*="col-"], .subscription-item-detail-footer dl dt[class*="col-"] {
  margin-bottom: 0.5rem;
  padding-right: 0.5rem;
}
.order-item-detail-labels, .subscription-item-detail-labels {
  margin-bottom: 0;
}
.order-item-detail-labels-value, .subscription-item-detail-labels-value {
  font-weight: 400;
}
.order-item-detail-summary, .subscription-item-detail-summary, .order-item-detail-summary dd:last-child, .subscription-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: 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;
}
.order-item-detail-footnote {
  background-color: #f9f9f9;
  padding: 0 1rem 1rem;
}
@media (min-width: 768px) {
  .order-detail-content-header, .subscription-detail-content-header, .booking-item-detail-content-header {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #eaeaf0;
  }
  .order-item-label {
    display: none;
  }
  .order-detail-content, .subscription-detail-content, .booking-item-detail-content {
    border-top: 0;
  }
  .order-header-tax-price, .order-header-price, .subscription-header-price, .order-item-price, .order-header-total, .subscription-header-total, .order-item-total, .order-header-actions {
    text-align: right;
  }
  .order-header-quantity, .subscription-header-quantity, .order-item-quantity {
    text-align: center;
  }
  .order-item-reorder {
    justify-content: flex-end;
  }
  .order-item-detail-summary dt, .subscription-item-detail-summary dt, .order-item-detail-summary dd, .subscription-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: 767.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: 1rem;
}
.checkout-aside-summary-total {
  font-size: 1.125rem;
  font-weight: 700;
  padding-top: 13px;
  border-top: 1px solid #eaeaf0;
  margin-top: 5px;
}
.checkout-aside-summary-total-rounded {
  font-size: 1.125rem;
  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-value {
  text-align: right;
}
.checkout-aside-action {
  margin-top: 1rem;
}
.checkout-aside-add-promotion-button .icon-checkmark {
  color: inherit;
}
.is-act-cartpage .checkout .checkout-main {
  margin-bottom: 1.5rem;
}
.is-act-cartpage .checkout .checkout-aside-container {
  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-quantity {
  text-align: center;
}
.cart-header-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-"], .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-add-product-container .add-product-button .icon-checkmark {
  color: inherit;
}
.cart-shipping-costs-container {
  align-self: center;
}
.cart-shipping-costs-btn {
  padding-left: 0;
  margin: 1px 0;
}
@media (min-width: 768px) {
  .cart-table-header {
    display: block;
  }
  .cart-add-product-container {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cart-table-header {
    display: block;
  }
}
.is-act-checkoutregisterpage .checkout {
  padding-top: 70px;
}
.is-act-checkoutregisterpage .checkout .checkout-main {
  margin-bottom: 1.5rem;
}
@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: #c82f1e;
}
.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%;
}
.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: 1.125rem;
  font-weight: 700;
  text-align: center;
}
.finish-teaser {
  text-align: center;
}
.finish-header {
  margin-bottom: 1.5rem;
  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;
}
.search-page .filter-panel-wrapper-toggle {
  margin-bottom: 1rem;
}
.wishlist-headline {
  margin: 0;
  height: 155px;
  display: flex;
  align-items: 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: #008555;
}
.wishlist-listing-col .wishlist-listing-description {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .wishlist-listing-header {
    margin-top: 53px;
    font-size: 36px;
    line-height: 40px;
  }
  .wishlist-listing-empty {
    max-height: 200px;
  }
}
@media (max-width: 767.98px) {
  .wishlist-listing-empty {
    max-height: 120px;
  }
  .wishlist-listing-header {
    margin-top: 48px;
    font-size: 23px;
    line-height: 34px;
  }
}
/*
Shopware skin
==================================================
Contains the imports to all Shopware skin styles.

The file organization follows the 7-1 pattern architecture
https://sass-guidelin.es/#the-7-1-pattern

@sw-package framework
*/
/*
 * Vendors
 * ------- */
/*
Inter typeface family
==================================================
Import of Inter font vendor.

https://rsms.me/inter/

@sw-package framework
*/
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../01930612964170e19bb9ddc7fa6df412/assets/font/Inter-Variable-Roman-CyrillicExt.woff2") format("woff2 supports variations"), url("../../01930612964170e19bb9ddc7fa6df412/assets/font/Inter-Variable-Roman-CyrillicExt.woff2") format("woff2-variations");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../01930612964170e19bb9ddc7fa6df412/assets/font/Inter-Variable-Roman-Cyrillic.woff2") format("woff2 supports variations"), url("../../01930612964170e19bb9ddc7fa6df412/assets/font/Inter-Variable-Roman-Cyrillic.woff2") format("woff2-variations");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../01930612964170e19bb9ddc7fa6df412/assets/font/Inter-Variable-Roman-GreekExt.woff2") format("woff2 supports variations"), url("../../01930612964170e19bb9ddc7fa6df412/assets/font/Inter-Variable-Roman-GreekExt.woff2") format("woff2-variations");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../01930612964170e19bb9ddc7fa6df412/assets/font/Inter-Variable-Roman-Greek.woff2") format("woff2 supports variations"), url("../../01930612964170e19bb9ddc7fa6df412/assets/font/Inter-Variable-Roman-Greek.woff2") format("woff2-variations");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../01930612964170e19bb9ddc7fa6df412/assets/font/Inter-Variable-Roman-Vietnamese.woff2") format("woff2 supports variations"), url("../../01930612964170e19bb9ddc7fa6df412/assets/font/Inter-Variable-Roman-Vietnamese.woff2") format("woff2-variations");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../01930612964170e19bb9ddc7fa6df412/assets/font/Inter-Variable-Roman-LatinExt.woff2") format("woff2 supports variations"), url("../../01930612964170e19bb9ddc7fa6df412/assets/font/Inter-Variable-Roman-LatinExt.woff2") format("woff2-variations");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../01930612964170e19bb9ddc7fa6df412/assets/font/Inter-Variable-Roman-Latin.woff2") format("woff2 supports variations"), url("../../01930612964170e19bb9ddc7fa6df412/assets/font/Inter-Variable-Roman-Latin.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../01930612964170e19bb9ddc7fa6df412/assets/font/Inter-Variable-Italic-CyrillicExt.woff2") format("woff2 supports variations"), url("../../01930612964170e19bb9ddc7fa6df412/assets/font/Inter-Variable-Italic-CyrillicExt.woff2") format("woff2-variations");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../01930612964170e19bb9ddc7fa6df412/assets/font/Inter-Variable-Italic-Cyrillic.woff2") format("woff2 supports variations"), url("../../01930612964170e19bb9ddc7fa6df412/assets/font/Inter-Variable-Italic-Cyrillic.woff2") format("woff2-variations");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../01930612964170e19bb9ddc7fa6df412/assets/font/Inter-Variable-Italic-GreekExt.woff2") format("woff2 supports variations"), url("../../01930612964170e19bb9ddc7fa6df412/assets/font/Inter-Variable-Italic-GreekExt.woff2") format("woff2-variations");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../01930612964170e19bb9ddc7fa6df412/assets/font/Inter-Variable-Italic-Greek.woff2") format("woff2 supports variations"), url("../../01930612964170e19bb9ddc7fa6df412/assets/font/Inter-Variable-Italic-Greek.woff2") format("woff2-variations");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../01930612964170e19bb9ddc7fa6df412/assets/font/Inter-Variable-Italic-Vietnamese.woff2") format("woff2 supports variations"), url("../../01930612964170e19bb9ddc7fa6df412/assets/font/Inter-Variable-Italic-Vietnamese.woff2") format("woff2-variations");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../01930612964170e19bb9ddc7fa6df412/assets/font/Inter-Variable-Italic-LatinExt.woff2") format("woff2 supports variations"), url("../../01930612964170e19bb9ddc7fa6df412/assets/font/Inter-Variable-Italic-LatinExt.woff2") format("woff2-variations");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../01930612964170e19bb9ddc7fa6df412/assets/font/Inter-Variable-Italic-Latin.woff2") format("woff2 supports variations"), url("../../01930612964170e19bb9ddc7fa6df412/assets/font/Inter-Variable-Italic-Latin.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  font-feature-settings: "cv02" 1, "cv03" 1, "cv04" 1;
}
/*
 * Variables, Mixins, Functions
 * ---------------------------- */
/*
 * Base stuff
 * ---------- */
/*
Base
==================================================
Contains global base styles for all pages

@sw-package framework
*/
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
main {
  flex-grow: 1;
}
/*
Typography
==============================================
Custom styling for bootstrap typography.

https://getbootstrap.com/docs/5.2/content/typography

@sw-package framework
*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 1rem;
}
h1, .h1 {
  line-height: 2.5rem;
}
h2, .h2 {
  line-height: 2.125rem;
}
h3, .h3 {
  line-height: 2.063rem;
}
h4, .h4 {
  line-height: 1.5rem;
}
h5, .h5 {
  line-height: 1.313rem;
}
h6, .h6 {
  line-height: 1.25rem;
}
ol, ul, dl {
  margin-bottom: 2rem;
}
/*
 * Components
 * ---------- */
/*
Alert
==============================================
Custom skin styling for bootstrap alert component.

https://getbootstrap.com/docs/5.2/components/alerts
*/
.alert .icon {
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.alert .icon svg {
  top: 0;
}
.alert-primary {
  --bs-alert-border-color: #008555;
  --bs-alert-bg: #dffaf0;
  --bs-alert-color: #333333;
}
.alert-secondary {
  --bs-alert-border-color: #566573;
  --bs-alert-bg: #e8f2f7;
  --bs-alert-color: #333333;
}
.alert-success {
  --bs-alert-border-color: #2ecc71;
  --bs-alert-bg: #e5fff0;
  --bs-alert-color: #333333;
}
.alert-info {
  --bs-alert-border-color: #4aa3df;
  --bs-alert-bg: #eaf7ff;
  --bs-alert-color: #333333;
}
.alert-warning {
  --bs-alert-border-color: #f1c40f;
  --bs-alert-bg: #fffae6;
  --bs-alert-color: #333333;
}
.alert-danger {
  --bs-alert-border-color: #c82f1e;
  --bs-alert-bg: #ffe6e4;
  --bs-alert-color: #333333;
}
.alert-light {
  --bs-alert-border-color: #f9f9f9;
  --bs-alert-bg: #fefefe;
  --bs-alert-color: #333333;
}
.alert-dark {
  --bs-alert-border-color: #4a545b;
  --bs-alert-bg: #e6eef6;
  --bs-alert-color: #333333;
}
/*
Badge
==============================================
Custom skin styling for bootstrap badge component.

https://getbootstrap.com/docs/5.2/components/badge/
*/
.badge {
  border: 0;
  box-sizing: content-box;
  height: 20px;
  line-height: 20px;
  margin: 0 5px;
  min-width: 10px;
}
.badge-lg {
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
}
/*
Breadcrumb
==============================================
Custom skin styling for bootstrap breadcrumb component.

https://getbootstrap.com/docs/5.2/components/breadcrumb
*/
.breadcrumb .breadcrumb-placeholder {
  margin: 0 0.5rem;
}
.breadcrumb svg {
  height: 1rem;
  width: auto;
  top: 3px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  line-height: 24px;
  padding-top: 3px;
}
.breadcrumb a {
  color: #333333;
  font-size: 1rem;
}
.breadcrumb a:hover {
  color: #008555;
  text-decoration: none;
}
.breadcrumb a.is-active {
  color: #008555;
  font-weight: bolder;
}
/*
Button
==============================================
Custom skin styling for bootstrap button component.

https://getbootstrap.com/docs/5.2/components/buttons
*/
.btn {
  --bs-btn-disabled-color: #bcc1c7;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-buy {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #008555;
  --bs-btn-border-color: #008555;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #007148;
  --bs-btn-hover-border-color: #006a44;
  --bs-btn-focus-shadow-rgb: 38, 151, 111;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #006a44;
  --bs-btn-active-border-color: #006440;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #008555;
  --bs-btn-disabled-border-color: #008555;
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
}
.btn-buy.disabled, .btn-buy:disabled {
  opacity: 1;
  background: #eee;
  border-color: #eee;
  color: #bcc1c7;
}
.btn-link {
  --bs-btn-font-weight: 600;
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
}
.btn-link-inline {
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-font-weight: 400;
  --bs-btn-font-size: inherit;
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
  --bs-btn-line-height: 1.5;
  --bs-btn-padding-y: 0;
  --bs-btn-padding-x: 0;
  --bs-btn-border-width: 0;
  text-decoration: underline;
  vertical-align: baseline;
  text-align: left;
  white-space: normal;
}
.btn-link-inline:hover {
  text-decoration: underline;
}
.btn-primary, .btn-outline-primary {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
}
.btn-secondary, .btn-outline-secondary {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
}
.btn-success, .btn-outline-success {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
}
.btn-info, .btn-outline-info {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
}
.btn-warning, .btn-outline-warning {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
}
.btn-danger, .btn-outline-danger {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
}
.btn-light, .btn-outline-light {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
}
.btn-dark, .btn-outline-dark {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
}
/*
Card
==============================================
Custom skin styling for bootstrap card component.

https://getbootstrap.com/docs/5.2/components/card
*/
.card-title {
  border-bottom: 1px solid #eaeaf0;
  padding-bottom: 10px;
}
/*
Custom Select
==============================================
Custom skin styling for bootstrap custom select menu.

https://getbootstrap.com/docs/5.2/forms/select
*/
.custom-select {
  cursor: pointer;
}
.custom-select:invalid {
  color: #666977;
}
.custom-select:hover {
  border-color: #008555;
  color: #008555;
}
/*
Form
==============================================
Custom skin styling for bootstrap forms.

https://getbootstrap.com/docs/5.2/forms/overview
*/
.form-group {
  margin-bottom: 20px;
}
.was-validated .form-control:invalid:focus, .was-validated .form-control.is-invalid:focus, .was-validated .form-control:valid:focus, .was-validated .form-control.is-valid:focus, .was-validated .form-select:invalid:focus, .was-validated .form-select.is-invalid:focus, .was-validated .form-select:valid:focus, .was-validated .form-select.is-valid:focus, .form-control:invalid:focus, .form-control.is-invalid:focus, .form-control:valid:focus, .form-control.is-valid:focus, .form-select:invalid:focus, .form-select.is-invalid:focus, .form-select:valid:focus, .form-select.is-valid:focus {
  box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
}
.form-required-label {
  color: #c82f1e;
}
.form-field-feedback .invalid-feedback {
  display: block;
}
/*
Modal
==============================================
Custom skin styling for bootstrap modal component.

https://getbootstrap.com/docs/5.2/components/modal
*/
.modal-content {
  box-shadow: var(--bs-modal-box-shadow);
}
.modal-content .modal-title {
  margin: 0;
  line-height: 1.5;
}
.js-pseudo-modal-back-btn .icon {
  color: currentColor;
  margin-right: 0.5rem;
}
/*
Product box
==============================================
Styling for productbox component.
*/
.product-box, .swkweb-content-manager-article-box {
  border-color: #eaeaf0;
  background-color: #fff;
}
.product-box .card-body, .swkweb-content-manager-article-box .card-body {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
}
.product-name, .swkweb-content-manager-article-box-title {
  font-weight: 600;
}
.product-price {
  color: #566573;
}
/*
Tab Menu
==============================================
Custom skin styling for bootstrap card with included tab navigation.

https://getbootstrap.com/docs/5.2/components/card/#navigation
*/
.card-tabs {
  --bs-card-border-width: 0;
}
.card-tabs .card-header {
  --bs-card-cap-bg: none;
  --bs-card-cap-padding-x: 10px;
}
.card-tabs .nav-item {
  margin-right: 10px;
}
.card-tabs .nav-link {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 5px;
  --bs-nav-link-color: #333333;
  --bs-nav-tabs-border-width: 0;
  --bs-nav-tabs-border-radius: 0;
  --bs-nav-tabs-link-hover-border-color: #008555;
  --bs-nav-link-hover-color: #008555;
  --bs-nav-tabs-link-active-color: #333333;
  --bs-nav-tabs-link-active-border-color: #008555;
  border-bottom: 2px solid #eaeaf0;
}
.card-tabs .nav-link.active, .card-tabs .nav-link:hover {
  background-image: none;
}
.card-tabs .nav-link .product-cross-selling-tab-navigation {
  padding: 0;
}
.card-tabs .nav-link:hover {
  background-color: #c2c2c2;
}
.card-tabs .card-body {
  padding-top: 30px;
}
/*
CMS blocks
==============================================
Skin styling for cms blocks and
specific skin styling for elements dependent on their parent block
*/
.cms-block-text-hero .cms-element-text hr {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #e9edf0;
}
/*
CMS elements
==============================================
Skin styling for cms elements
*/
.cms-element-product-listing .cms-listing-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
  margin-bottom: 1.5rem;
}
.cms-element-text blockquote {
  font-size: 1.125rem;
  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: #008555;
}
.quickview-minimal-product-name:hover {
  text-decoration: none;
}
.quickview-minimal-product-number {
  font-size: 0.875rem;
}
.quickview-minimal-footer-heading {
  border-bottom: 1px solid #eaeaf0;
}
.pagination .page-link {
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 576px) {
  .pagination .page-link {
    min-width: 40px;
  }
}
.pagination .page-link .icon {
  color: inherit;
}
/*
 * Layout-related sections
 * ----------------------- */
/*
Top bar
==================================================
Contains skin styles for the top bar located at the top of the page.
The top bar contains e.g. the language switcher, the currency switcher and the service menu.
*/
.top-bar-nav-btn.btn {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
  --bs-btn-color: #333333;
  --bs-btn-font-weight: 400;
  --bs-btn-border-width: 0;
  --bs-btn-border-color: transparent;
  --bs-btn-padding-x: 0;
  --bs-btn-padding-y: 0;
  --bs-btn-hover-color: #008555;
}
.top-bar-list {
  --bs-dropdown-link-hover-bg: transparent;
  --bs-dropdown-link-hover-color: #008555;
  --bs-dropdown-link-active-color: #008555;
  --bs-dropdown-link-active-bg: transparent;
}
.top-bar-list-item-currency-symbol {
  min-width: 1.7rem;
}
/*
Header
==================================================
Contains custom skin styles for the header at the top of the page.
The header contains the shop logo, the search form and various actions like the offcanvas cart button.
*/
.header-search-btn, .header-close-btn {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
  --bs-btn-border-color: #eaeaf0;
  --bs-btn-hover-color: #008555;
  --bs-btn-hover-border-color: #eaeaf0;
  --bs-btn-active-border-color: #eaeaf0;
  --bs-btn-disabled-bg: var(--bs-body-bg);
  --bs-btn-disabled-border-color: #eaeaf0;
  border-left: 0 none;
}
.header-search-btn:hover .icon, .header-close-btn:hover .icon {
  color: #008555;
}
.header-search-btn.btn:disabled, .header-close-btn.btn:disabled {
  display: flex;
  align-items: center;
}
.header-search-input {
  border-right: 0;
}
.header-search-input:focus, .header-search-input:focus ~ .header-search-btn, .header-search-input:focus ~ .header-close-btn {
  border-color: #008555;
}
.header-actions-btn {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
  --bs-btn-active-border-color: transparent;
  --bs-btn-active-bg: transparent;
  --bs-btn-hover-color: transparent;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-hover-bg: transparent;
}
.header-actions-btn:hover, .header-actions-btn:hover .icon {
  color: #008555;
}
.header-cart-total {
  color: #008555;
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  .header-cart-badge {
    display: none;
  }
}
/*
Footer
==================================================
Contains custom skin styles for the footer located at the bottom of the page.
*/
.footer-main {
  border-top: 1px solid #eaeaf0;
}
.footer-column {
  border-bottom: 1px solid #eaeaf0;
}
.footer-column-headline {
  color: #008555;
  font-size: 1.125rem;
  font-weight: 700;
}
.footer-link, .footer-contact-hotline a {
  color: #333333;
}
.footer-link:hover, .footer-contact-hotline a:hover {
  color: #008555;
}
.footer-contact-hotline a {
  display: block;
  margin: 1rem 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #008555;
}
.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: 768px) {
  .footer-column {
    border: 0;
  }
  .footer-link-item {
    padding: 2px 0;
  }
}
/*
Main navigation
==============================================
Custom styling for main navigation on larger screens.

Based on bootstrap nav:
https://getbootstrap.com/docs/5.2/components/navs-tabs
*/
@media (min-width: 768px) {
  .main-navigation-menu {
    --bs-navbar-color: #333333;
    --bs-navbar-nav-link-padding-x: 0;
  }
  .main-navigation-menu .nav-item:not(:last-child) {
    padding-right: 1rem;
  }
  .main-navigation-link.root.active .main-navigation-link-text {
    border-color: #008555;
  }
  .main-navigation-link-text {
    border-bottom: 2px solid transparent;
    padding-bottom: 3px;
  }
}
.main-navigation-menu .dropdown-menu::after {
  content: "";
  position: absolute;
  height: calc(1 * var(--bs-dropdown-spacer) + 1px);
  left: 0;
  right: 0;
}
.main-navigation-menu .dropdown:not(.dropup) .dropdown-menu::after {
  top: calc(-1 * var(--bs-dropdown-spacer) - 1px);
}
.main-navigation-menu .dropup .dropdown-menu::after {
  bottom: calc(-1 * var(--bs-dropdown-spacer) - 1px);
}
/*
Navigation flyout
==============================================
Custom skin styling for navigation flyout which opens on hover over the main navigation.
*/
.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 #eaeaf0;
  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 {
  transition: padding 0.25s cubic-bezier(0, 0.77, 0.33, 1);
  color: #333333;
  font-size: 1rem;
  margin: 0 1rem;
  padding: 0.25rem 0;
}
@media (prefers-reduced-motion: reduce) {
  .navigation-flyout-link {
    transition: none;
  }
}
.navigation-flyout-link.is-level-0 {
  font-weight: 700;
}
.navigation-flyout-link.is-level-2 {
  font-size: 1rem;
  padding: 0.125rem 0;
}
.navigation-flyout-link:hover {
  color: #008555;
  padding-left: 5px;
}
.navigation-flyout-link.active {
  color: #008555;
  font-weight: 700;
}
.navigation-flyout-bar {
  align-items: center;
  padding: 20px 0;
}
.navigation-flyout-category-link {
  font-weight: 700;
  font-size: 1rem;
}
/*
Navigation offcanvas
==============================================
Custom skin styling for navigation offcanvas which replaces main navigation on smaller screens.
Based on custom offcanvas component.
*/
.navigation-offcanvas-headline {
  font-weight: 700;
  color: #566573;
}
.navigation-offcanvas-headline:focus-visible {
  box-shadow: inset 0 0 0 0.125rem #008555, inset 0 0 0 0.25rem #F5F5F5;
}
.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: #333333;
}
.navigation-offcanvas-link:focus-visible {
  box-shadow: inset 0 0 0 0.125rem #008555, inset 0 0 0 0.25rem #F5F5F5;
}
.navigation-offcanvas-link.is-home-link, .navigation-offcanvas-link.is-home-link .icon {
  color: #008555;
}
.navigation-offcanvas-link.is-back-link {
  border-top: 1px solid #bcc1c7;
  font-weight: 700;
  color: #566573;
}
.navigation-offcanvas-link.is-current-category {
  color: #008555;
  font-weight: 700;
}
/*
Offcanvas cart
==============================================
Custom skin styling for the cart offcanvas.
*/
.offcanvas-cart-header-count {
  color: var(--bs-secondary-color);
  font-weight: 700;
}
.offcanvas-cart-tax {
  color: var(--bs-secondary-color);
}
/*
 * Page-specific styles
 * -------------------- */
.product-detail-name {
  color: #008555;
}
.product-detail-manufacturer-logo {
  max-width: 200px;
  max-height: 70px;
}
.product-detail-price {
  color: #566573;
  margin-bottom: 0;
  font-weight: 700;
  vertical-align: middle;
}
.product-detail-price.with-list-price {
  color: #c82f1e;
  display: inline-block;
}
.product-detail-price.with-regulation-price {
  display: inline-block;
}
.product-detail-price.with-advanced-list-price {
  color: #c82f1e;
  font-size: 1rem;
  display: inline-block;
}
.list-price-badge {
  display: inline-block;
  background: #c82f1e;
  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: #008555;
  font-weight: 400;
  font-size: 0.75rem;
  display: inline-block;
  height: 1.625rem;
  vertical-align: bottom;
}
@media (max-width: 991.98px) {
  .product-detail-regulation-price-wrapper, .product-detail-list-price-wrapper {
    height: 1.375rem;
  }
}
.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: #008555;
  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: 576px) {
  .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: 1200px) {
  .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 {
  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: #008555;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .product-detail-tabs .product-detail-tab-navigation-link {
    background: none;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: 700;
    word-wrap: normal;
  }
}
@media (min-width: 576px) {
  .product-detail-tabs {
    margin-bottom: 0;
  }
  .product-detail-tab-navigation-list {
    border: 0;
    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 #eaeaf0;
  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: 768px) {
  .product-detail-review-rating {
    display: flex;
  }
  .product-detail-review-form-footer {
    display: flex;
  }
  .product-detail-review-form-footer .product-detail-review-form-actions {
    margin-left: auto;
  }
}
@media (max-width: 575.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: #008555;
  font-weight: 700;
  margin-bottom: 1rem;
}
.account-aside-item {
  --bs-list-group-item-padding-x: 0;
  --bs-list-group-action-active-color: #008555;
  --bs-list-group-action-active-bg: var(--bs-body-bg);
  --bs-list-group-action-hover-color: #008555;
  --bs-list-group-action-hover-bg: var(--bs-body-bg);
  --bs-list-group-border-width: 0;
}
.account-aside-item.is-active {
  color: #008555;
  font-weight: 700;
}
.account-aside-footer {
  background: none;
  margin-top: 1px;
  border-top: 1px solid #eaeaf0;
}
.account-aside-btn {
  line-height: normal;
  padding: 3px 0;
}
.account-aside-btn .icon {
  vertical-align: middle;
  margin-right: 0.25rem;
}
.account-aside-btn .icon svg {
  top: 0;
}
.account-guest-abort {
  border-top: 0;
}
@media (min-width: 768px) {
  .register-submit {
    text-align: right;
  }
}
.account-address .address-action-create {
  font-size: 1.1em;
  text-align: left;
}
.account-address .address-action-create:hover {
  border: 1px solid #eaeaf0;
}
.account-address .address-card .card-body .address:first-line {
  font-weight: 700;
}
.account-profile-mail-label {
  font-weight: 700;
}
.account-profile-change {
  font-weight: 700;
  font-size: 1rem;
}
.order-item-status-badge, .subscription-item-status-badge {
  margin: 10px 0;
}
@media (max-width: 575.98px) {
  .order-item-status-badge, .subscription-item-status-badge {
    margin-top: 0;
  }
}
.order-table-header .row, .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-table-header body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .order-table-header .checkout-container, .order-item-header .row, .subscription-item-header .row, .subscription-item-header .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .subscription-item-header .checkout-container, .subscription-item-header .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .subscription-item-header .checkout-container, .subscription-item-header .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .subscription-item-header .checkout-container, .subscription-item-header .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .subscription-item-header .checkout-container, .subscription-item-header .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .subscription-item-header .checkout-container, .subscription-item-header body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .subscription-item-header .checkout-container, .booking-item-header .row, .booking-item-header .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .booking-item-header .checkout-container, .booking-item-header .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .booking-item-header .checkout-container, .booking-item-header .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .booking-item-header .checkout-container, .booking-item-header .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .booking-item-header .checkout-container, .booking-item-header .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .booking-item-header .checkout-container, .booking-item-header body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .booking-item-header .checkout-container, .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-item-header body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .order-item-header .checkout-container, .order-detail-content-header .row, .subscription-detail-content-header .row, .subscription-detail-content-header .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .subscription-detail-content-header .checkout-container, .subscription-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .subscription-detail-content-header .checkout-container, .subscription-detail-content-header .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .subscription-detail-content-header .checkout-container, .subscription-detail-content-header .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .subscription-detail-content-header .checkout-container, .subscription-detail-content-header .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .subscription-detail-content-header .checkout-container, .subscription-detail-content-header body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .subscription-detail-content-header .checkout-container, .booking-item-detail-content-header .row, .booking-item-detail-content-header .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .booking-item-detail-content-header .checkout-container, .booking-item-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .booking-item-detail-content-header .checkout-container, .booking-item-detail-content-header .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .booking-item-detail-content-header .checkout-container, .booking-item-detail-content-header .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .booking-item-detail-content-header .checkout-container, .booking-item-detail-content-header .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .booking-item-detail-content-header .checkout-container, .booking-item-detail-content-header body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .booking-item-detail-content-header .checkout-container, .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, .order-detail-content-header body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .order-detail-content-header .checkout-container {
  margin-right: 0;
  margin-left: 0;
}
.order-table-header .row > .col, .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 body.is-act-confirmpage .checkout .checkout-container > .col, .order-table-header body.is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header body.is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header body.is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .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, .order-table-header .is-act-confirmpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .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, .order-table-header .is-ctl-accountorder .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .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, .order-table-header .is-act-finishpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .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 .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-table-header body.is-act-confirmpage .checkout .checkout-container > [class*="col-"], body.is-act-confirmpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-item-header .row > .col, .subscription-item-header .row > .col, .subscription-item-header .is-act-cartpage .checkout .checkout-container > .col, .subscription-item-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .subscription-item-header .checkout-container > .col, .subscription-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .subscription-item-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .subscription-item-header .checkout-container > .col, .subscription-item-header .is-act-confirmpage .checkout .checkout-container > .col, .subscription-item-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-item-header .checkout-container > .col, .subscription-item-header .is-ctl-accountorder .checkout .checkout-container > .col, .subscription-item-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-item-header .checkout-container > .col, .subscription-item-header .is-act-finishpage .checkout .checkout-container > .col, .subscription-item-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-item-header .checkout-container > .col, .subscription-item-header body.is-act-confirmpage .checkout .checkout-container > .col, .subscription-item-header body.is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-item-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .subscription-item-header body.is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-item-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .subscription-item-header body.is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-item-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .subscription-item-header .checkout-container > .col, .subscription-item-header .is-act-confirmpage .checkout .row > .checkout-aside, .subscription-item-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .subscription-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .subscription-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-act-confirmpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .subscription-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-item-header .row > .checkout-aside, .subscription-item-header .is-ctl-accountorder .checkout .row > .checkout-aside, .subscription-item-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .subscription-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .subscription-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-ctl-accountorder .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .subscription-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-item-header .row > .checkout-aside, .subscription-item-header .is-act-finishpage .checkout .row > .checkout-aside, .subscription-item-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .subscription-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .subscription-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-act-finishpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .subscription-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-item-header .row > .checkout-aside, .booking-item-header .row > .col, .booking-item-header .is-act-cartpage .checkout .checkout-container > .col, .booking-item-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .booking-item-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .booking-item-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .booking-item-header .checkout-container > .col, .booking-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .booking-item-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .booking-item-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .booking-item-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .booking-item-header .checkout-container > .col, .booking-item-header .is-act-confirmpage .checkout .checkout-container > .col, .booking-item-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .booking-item-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .booking-item-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-header .checkout-container > .col, .booking-item-header .is-ctl-accountorder .checkout .checkout-container > .col, .booking-item-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .booking-item-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .booking-item-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-header .checkout-container > .col, .booking-item-header .is-act-finishpage .checkout .checkout-container > .col, .booking-item-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .booking-item-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .booking-item-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-header .checkout-container > .col, .booking-item-header body.is-act-confirmpage .checkout .checkout-container > .col, .booking-item-header body.is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .booking-item-header body.is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .booking-item-header body.is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .booking-item-header .checkout-container > .col, .booking-item-header .is-act-confirmpage .checkout .row > .checkout-aside, .booking-item-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .booking-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .booking-item-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .booking-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .booking-item-header .is-act-confirmpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .booking-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-header .row > .checkout-aside, .booking-item-header .is-ctl-accountorder .checkout .row > .checkout-aside, .booking-item-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .booking-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .booking-item-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .booking-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .booking-item-header .is-ctl-accountorder .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .booking-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-header .row > .checkout-aside, .booking-item-header .is-act-finishpage .checkout .row > .checkout-aside, .booking-item-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .booking-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .booking-item-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .booking-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .booking-item-header .is-act-finishpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .booking-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-header .row > .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 body.is-act-confirmpage .checkout .checkout-container > .col, .order-item-header body.is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header body.is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header body.is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .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, .order-item-header .is-act-confirmpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .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, .order-item-header .is-ctl-accountorder .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .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, .order-item-header .is-act-finishpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .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-"], .subscription-item-header .row > [class*="col-"], .subscription-item-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .subscription-item-header .checkout-container > [class*="col-"], .subscription-item-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .subscription-item-header .checkout-container > [class*="col-"], .subscription-item-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .subscription-item-header .checkout-container > [class*="col-"], .subscription-item-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .subscription-item-header .checkout-container > [class*="col-"], .subscription-item-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .subscription-item-header .checkout-container > [class*="col-"], .subscription-item-header body.is-act-confirmpage .checkout .checkout-container > [class*="col-"], body.is-act-confirmpage .checkout .subscription-item-header .checkout-container > [class*="col-"], .booking-item-header .row > [class*="col-"], .booking-item-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .booking-item-header .checkout-container > [class*="col-"], .booking-item-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .booking-item-header .checkout-container > [class*="col-"], .booking-item-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .booking-item-header .checkout-container > [class*="col-"], .booking-item-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .booking-item-header .checkout-container > [class*="col-"], .booking-item-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .booking-item-header .checkout-container > [class*="col-"], .booking-item-header body.is-act-confirmpage .checkout .checkout-container > [class*="col-"], body.is-act-confirmpage .checkout .booking-item-header .checkout-container > [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-item-header body.is-act-confirmpage .checkout .checkout-container > [class*="col-"], body.is-act-confirmpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-detail-content-header .row > .col, .subscription-detail-content-header .row > .col, .subscription-detail-content-header .is-act-cartpage .checkout .checkout-container > .col, .subscription-detail-content-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .subscription-detail-content-header .checkout-container > .col, .subscription-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .subscription-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .subscription-detail-content-header .checkout-container > .col, .subscription-detail-content-header .is-act-confirmpage .checkout .checkout-container > .col, .subscription-detail-content-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-detail-content-header .checkout-container > .col, .subscription-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .col, .subscription-detail-content-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-detail-content-header .checkout-container > .col, .subscription-detail-content-header .is-act-finishpage .checkout .checkout-container > .col, .subscription-detail-content-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-detail-content-header .checkout-container > .col, .subscription-detail-content-header body.is-act-confirmpage .checkout .checkout-container > .col, .subscription-detail-content-header body.is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-detail-content-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header body.is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-detail-content-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header body.is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-detail-content-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .subscription-detail-content-header .checkout-container > .col, .subscription-detail-content-header .is-act-confirmpage .checkout .row > .checkout-aside, .subscription-detail-content-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .subscription-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .subscription-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-act-confirmpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .subscription-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-detail-content-header .row > .checkout-aside, .subscription-detail-content-header .is-ctl-accountorder .checkout .row > .checkout-aside, .subscription-detail-content-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .subscription-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .subscription-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-ctl-accountorder .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .subscription-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-detail-content-header .row > .checkout-aside, .subscription-detail-content-header .is-act-finishpage .checkout .row > .checkout-aside, .subscription-detail-content-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .subscription-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .subscription-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-act-finishpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .subscription-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-detail-content-header .row > .checkout-aside, .booking-item-detail-content-header .row > .col, .booking-item-detail-content-header .is-act-cartpage .checkout .checkout-container > .col, .booking-item-detail-content-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .booking-item-detail-content-header .checkout-container > .col, .booking-item-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .booking-item-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .booking-item-detail-content-header .checkout-container > .col, .booking-item-detail-content-header .is-act-confirmpage .checkout .checkout-container > .col, .booking-item-detail-content-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-detail-content-header .checkout-container > .col, .booking-item-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .col, .booking-item-detail-content-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-detail-content-header .checkout-container > .col, .booking-item-detail-content-header .is-act-finishpage .checkout .checkout-container > .col, .booking-item-detail-content-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-detail-content-header .checkout-container > .col, .booking-item-detail-content-header body.is-act-confirmpage .checkout .checkout-container > .col, .booking-item-detail-content-header body.is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-detail-content-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header body.is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-detail-content-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header body.is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-detail-content-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .booking-item-detail-content-header .checkout-container > .col, .booking-item-detail-content-header .is-act-confirmpage .checkout .row > .checkout-aside, .booking-item-detail-content-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .booking-item-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .booking-item-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-act-confirmpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .booking-item-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-detail-content-header .row > .checkout-aside, .booking-item-detail-content-header .is-ctl-accountorder .checkout .row > .checkout-aside, .booking-item-detail-content-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .booking-item-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .booking-item-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-ctl-accountorder .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .booking-item-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-detail-content-header .row > .checkout-aside, .booking-item-detail-content-header .is-act-finishpage .checkout .row > .checkout-aside, .booking-item-detail-content-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .booking-item-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .booking-item-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-act-finishpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .booking-item-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-detail-content-header .row > .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 body.is-act-confirmpage .checkout .checkout-container > .col, .order-detail-content-header body.is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header body.is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header body.is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .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, .order-detail-content-header .is-act-confirmpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .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, .order-detail-content-header .is-ctl-accountorder .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .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, .order-detail-content-header .is-act-finishpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .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-"], .subscription-detail-content-header .row > [class*="col-"], .subscription-detail-content-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .subscription-detail-content-header .checkout-container > [class*="col-"], .subscription-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .subscription-detail-content-header .checkout-container > [class*="col-"], .subscription-detail-content-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .subscription-detail-content-header .checkout-container > [class*="col-"], .subscription-detail-content-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .subscription-detail-content-header .checkout-container > [class*="col-"], .subscription-detail-content-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .subscription-detail-content-header .checkout-container > [class*="col-"], .subscription-detail-content-header body.is-act-confirmpage .checkout .checkout-container > [class*="col-"], body.is-act-confirmpage .checkout .subscription-detail-content-header .checkout-container > [class*="col-"], .booking-item-detail-content-header .row > [class*="col-"], .booking-item-detail-content-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .booking-item-detail-content-header .checkout-container > [class*="col-"], .booking-item-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .booking-item-detail-content-header .checkout-container > [class*="col-"], .booking-item-detail-content-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .booking-item-detail-content-header .checkout-container > [class*="col-"], .booking-item-detail-content-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .booking-item-detail-content-header .checkout-container > [class*="col-"], .booking-item-detail-content-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .booking-item-detail-content-header .checkout-container > [class*="col-"], .booking-item-detail-content-header body.is-act-confirmpage .checkout .checkout-container > [class*="col-"], body.is-act-confirmpage .checkout .booking-item-detail-content-header .checkout-container > [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-"], .order-detail-content-header body.is-act-confirmpage .checkout .checkout-container > [class*="col-"], body.is-act-confirmpage .checkout .order-detail-content-header .checkout-container > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 575.98px) {
  .order-table-header .row > .col, .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 body.is-act-confirmpage .checkout .checkout-container > .col, .order-table-header body.is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-table-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header body.is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-table-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-table-header body.is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-table-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .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, .order-table-header .is-act-confirmpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .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, .order-table-header .is-ctl-accountorder .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .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, .order-table-header .is-act-finishpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .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 .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-table-header body.is-act-confirmpage .checkout .checkout-container > [class*="col-"], body.is-act-confirmpage .checkout .order-table-header .checkout-container > [class*="col-"], .order-item-header .row > .col, .subscription-item-header .row > .col, .subscription-item-header .is-act-cartpage .checkout .checkout-container > .col, .subscription-item-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .subscription-item-header .checkout-container > .col, .subscription-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .subscription-item-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .subscription-item-header .checkout-container > .col, .subscription-item-header .is-act-confirmpage .checkout .checkout-container > .col, .subscription-item-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-item-header .checkout-container > .col, .subscription-item-header .is-ctl-accountorder .checkout .checkout-container > .col, .subscription-item-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-item-header .checkout-container > .col, .subscription-item-header .is-act-finishpage .checkout .checkout-container > .col, .subscription-item-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-item-header .checkout-container > .col, .subscription-item-header body.is-act-confirmpage .checkout .checkout-container > .col, .subscription-item-header body.is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-item-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .subscription-item-header body.is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-item-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .subscription-item-header body.is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-item-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .subscription-item-header .checkout-container > .col, .subscription-item-header .is-act-confirmpage .checkout .row > .checkout-aside, .subscription-item-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .subscription-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .subscription-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-act-confirmpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .subscription-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-item-header .row > .checkout-aside, .subscription-item-header .is-ctl-accountorder .checkout .row > .checkout-aside, .subscription-item-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .subscription-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .subscription-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-ctl-accountorder .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .subscription-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-item-header .row > .checkout-aside, .subscription-item-header .is-act-finishpage .checkout .row > .checkout-aside, .subscription-item-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .subscription-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .subscription-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .subscription-item-header .is-act-finishpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .subscription-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-item-header .row > .checkout-aside, .booking-item-header .row > .col, .booking-item-header .is-act-cartpage .checkout .checkout-container > .col, .booking-item-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .booking-item-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .booking-item-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .booking-item-header .checkout-container > .col, .booking-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .booking-item-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .booking-item-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .booking-item-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .booking-item-header .checkout-container > .col, .booking-item-header .is-act-confirmpage .checkout .checkout-container > .col, .booking-item-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .booking-item-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .booking-item-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-header .checkout-container > .col, .booking-item-header .is-ctl-accountorder .checkout .checkout-container > .col, .booking-item-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .booking-item-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .booking-item-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-header .checkout-container > .col, .booking-item-header .is-act-finishpage .checkout .checkout-container > .col, .booking-item-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .booking-item-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .booking-item-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-header .checkout-container > .col, .booking-item-header body.is-act-confirmpage .checkout .checkout-container > .col, .booking-item-header body.is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .booking-item-header body.is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .booking-item-header body.is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .booking-item-header .checkout-container > .col, .booking-item-header .is-act-confirmpage .checkout .row > .checkout-aside, .booking-item-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .booking-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .booking-item-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .booking-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .booking-item-header .is-act-confirmpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .booking-item-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-header .row > .checkout-aside, .booking-item-header .is-ctl-accountorder .checkout .row > .checkout-aside, .booking-item-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .booking-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .booking-item-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .booking-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .booking-item-header .is-ctl-accountorder .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .booking-item-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-header .row > .checkout-aside, .booking-item-header .is-act-finishpage .checkout .row > .checkout-aside, .booking-item-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .booking-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .booking-item-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .booking-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .booking-item-header .is-act-finishpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .booking-item-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-header .row > .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 body.is-act-confirmpage .checkout .checkout-container > .col, .order-item-header body.is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-item-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header body.is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-item-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-item-header body.is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-item-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .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, .order-item-header .is-act-confirmpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .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, .order-item-header .is-ctl-accountorder .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .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, .order-item-header .is-act-finishpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .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-"], .subscription-item-header .row > [class*="col-"], .subscription-item-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .subscription-item-header .checkout-container > [class*="col-"], .subscription-item-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .subscription-item-header .checkout-container > [class*="col-"], .subscription-item-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .subscription-item-header .checkout-container > [class*="col-"], .subscription-item-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .subscription-item-header .checkout-container > [class*="col-"], .subscription-item-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .subscription-item-header .checkout-container > [class*="col-"], .subscription-item-header body.is-act-confirmpage .checkout .checkout-container > [class*="col-"], body.is-act-confirmpage .checkout .subscription-item-header .checkout-container > [class*="col-"], .booking-item-header .row > [class*="col-"], .booking-item-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .booking-item-header .checkout-container > [class*="col-"], .booking-item-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .booking-item-header .checkout-container > [class*="col-"], .booking-item-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .booking-item-header .checkout-container > [class*="col-"], .booking-item-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .booking-item-header .checkout-container > [class*="col-"], .booking-item-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .booking-item-header .checkout-container > [class*="col-"], .booking-item-header body.is-act-confirmpage .checkout .checkout-container > [class*="col-"], body.is-act-confirmpage .checkout .booking-item-header .checkout-container > [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-item-header body.is-act-confirmpage .checkout .checkout-container > [class*="col-"], body.is-act-confirmpage .checkout .order-item-header .checkout-container > [class*="col-"], .order-detail-content-header .row > .col, .subscription-detail-content-header .row > .col, .subscription-detail-content-header .is-act-cartpage .checkout .checkout-container > .col, .subscription-detail-content-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .subscription-detail-content-header .checkout-container > .col, .subscription-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .subscription-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .subscription-detail-content-header .checkout-container > .col, .subscription-detail-content-header .is-act-confirmpage .checkout .checkout-container > .col, .subscription-detail-content-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-detail-content-header .checkout-container > .col, .subscription-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .col, .subscription-detail-content-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-detail-content-header .checkout-container > .col, .subscription-detail-content-header .is-act-finishpage .checkout .checkout-container > .col, .subscription-detail-content-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-detail-content-header .checkout-container > .col, .subscription-detail-content-header body.is-act-confirmpage .checkout .checkout-container > .col, .subscription-detail-content-header body.is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-detail-content-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header body.is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-detail-content-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header body.is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-detail-content-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .subscription-detail-content-header .checkout-container > .col, .subscription-detail-content-header .is-act-confirmpage .checkout .row > .checkout-aside, .subscription-detail-content-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .subscription-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .subscription-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-act-confirmpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .subscription-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .subscription-detail-content-header .row > .checkout-aside, .subscription-detail-content-header .is-ctl-accountorder .checkout .row > .checkout-aside, .subscription-detail-content-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .subscription-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .subscription-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-ctl-accountorder .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .subscription-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .subscription-detail-content-header .row > .checkout-aside, .subscription-detail-content-header .is-act-finishpage .checkout .row > .checkout-aside, .subscription-detail-content-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .subscription-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .subscription-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .subscription-detail-content-header .is-act-finishpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .subscription-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .subscription-detail-content-header .row > .checkout-aside, .booking-item-detail-content-header .row > .col, .booking-item-detail-content-header .is-act-cartpage .checkout .checkout-container > .col, .booking-item-detail-content-header .is-act-cartpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-act-cartpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-act-cartpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-detail-content-header .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .booking-item-detail-content-header .checkout-container > .col, .booking-item-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .col, .booking-item-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .booking-item-detail-content-header .checkout-container > .col, .booking-item-detail-content-header .is-act-confirmpage .checkout .checkout-container > .col, .booking-item-detail-content-header .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-detail-content-header .checkout-container > .col, .booking-item-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .col, .booking-item-detail-content-header .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-detail-content-header .checkout-container > .col, .booking-item-detail-content-header .is-act-finishpage .checkout .checkout-container > .col, .booking-item-detail-content-header .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-detail-content-header .checkout-container > .col, .booking-item-detail-content-header body.is-act-confirmpage .checkout .checkout-container > .col, .booking-item-detail-content-header body.is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-detail-content-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header body.is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-detail-content-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header body.is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-detail-content-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .booking-item-detail-content-header .checkout-container > .col, .booking-item-detail-content-header .is-act-confirmpage .checkout .row > .checkout-aside, .booking-item-detail-content-header .is-act-confirmpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .booking-item-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .booking-item-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-act-confirmpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .booking-item-detail-content-header .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .booking-item-detail-content-header .row > .checkout-aside, .booking-item-detail-content-header .is-ctl-accountorder .checkout .row > .checkout-aside, .booking-item-detail-content-header .is-ctl-accountorder .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .booking-item-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .booking-item-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-ctl-accountorder .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .booking-item-detail-content-header .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .booking-item-detail-content-header .row > .checkout-aside, .booking-item-detail-content-header .is-act-finishpage .checkout .row > .checkout-aside, .booking-item-detail-content-header .is-act-finishpage .checkout .is-act-cartpage .checkout .checkout-container > .checkout-aside, .is-act-cartpage .checkout .booking-item-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .booking-item-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .booking-item-detail-content-header .is-act-finishpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .booking-item-detail-content-header .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .booking-item-detail-content-header .row > .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 body.is-act-confirmpage .checkout .checkout-container > .col, .order-detail-content-header body.is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-container > .checkout-aside, .is-act-confirmpage .checkout .order-detail-content-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header body.is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .order-detail-content-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, .order-detail-content-header body.is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-container > .checkout-aside, .is-act-finishpage .checkout .order-detail-content-header body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .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, .order-detail-content-header .is-act-confirmpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .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, .order-detail-content-header .is-ctl-accountorder .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .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, .order-detail-content-header .is-act-finishpage .checkout body.is-act-confirmpage .checkout .checkout-container > .checkout-aside, body.is-act-confirmpage .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-"], .subscription-detail-content-header .row > [class*="col-"], .subscription-detail-content-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .subscription-detail-content-header .checkout-container > [class*="col-"], .subscription-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .subscription-detail-content-header .checkout-container > [class*="col-"], .subscription-detail-content-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .subscription-detail-content-header .checkout-container > [class*="col-"], .subscription-detail-content-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .subscription-detail-content-header .checkout-container > [class*="col-"], .subscription-detail-content-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .subscription-detail-content-header .checkout-container > [class*="col-"], .subscription-detail-content-header body.is-act-confirmpage .checkout .checkout-container > [class*="col-"], body.is-act-confirmpage .checkout .subscription-detail-content-header .checkout-container > [class*="col-"], .booking-item-detail-content-header .row > [class*="col-"], .booking-item-detail-content-header .is-act-cartpage .checkout .checkout-container > [class*="col-"], .is-act-cartpage .checkout .booking-item-detail-content-header .checkout-container > [class*="col-"], .booking-item-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .booking-item-detail-content-header .checkout-container > [class*="col-"], .booking-item-detail-content-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"], .is-act-confirmpage .checkout .booking-item-detail-content-header .checkout-container > [class*="col-"], .booking-item-detail-content-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .booking-item-detail-content-header .checkout-container > [class*="col-"], .booking-item-detail-content-header .is-act-finishpage .checkout .checkout-container > [class*="col-"], .is-act-finishpage .checkout .booking-item-detail-content-header .checkout-container > [class*="col-"], .booking-item-detail-content-header body.is-act-confirmpage .checkout .checkout-container > [class*="col-"], body.is-act-confirmpage .checkout .booking-item-detail-content-header .checkout-container > [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-"], .order-detail-content-header body.is-act-confirmpage .checkout .checkout-container > [class*="col-"], body.is-act-confirmpage .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, .subscription-item-header .row > .order-table-header-heading, .subscription-item-header .is-act-cartpage .checkout .checkout-container > .order-table-header-heading, .subscription-item-header .is-act-cartpage .checkout .checkout-container > .booking-item-table-header-heading, .is-act-cartpage .checkout .subscription-item-header .checkout-container > .order-table-header-heading, .subscription-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-header-heading, .subscription-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .booking-item-table-header-heading, .is-act-checkoutregisterpage .checkout .subscription-item-header .checkout-container > .order-table-header-heading, .subscription-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-header-heading, .subscription-item-header .is-act-confirmpage .checkout .checkout-container > .booking-item-table-header-heading, .is-act-confirmpage .checkout .subscription-item-header .checkout-container > .order-table-header-heading, .subscription-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-header-heading, .subscription-item-header .is-ctl-accountorder .checkout .checkout-container > .booking-item-table-header-heading, .is-ctl-accountorder .checkout .subscription-item-header .checkout-container > .order-table-header-heading, .subscription-item-header .is-act-finishpage .checkout .checkout-container > .order-table-header-heading, .subscription-item-header .is-act-finishpage .checkout .checkout-container > .booking-item-table-header-heading, .is-act-finishpage .checkout .subscription-item-header .checkout-container > .order-table-header-heading, .subscription-item-header body.is-act-confirmpage .checkout .checkout-container > .order-table-header-heading, .subscription-item-header body.is-act-confirmpage .checkout .checkout-container > .booking-item-table-header-heading, body.is-act-confirmpage .checkout .subscription-item-header .checkout-container > .order-table-header-heading, .subscription-item-header .row > .booking-item-table-header-heading, .booking-item-header .row > .order-table-header-heading, .booking-item-header .is-act-cartpage .checkout .checkout-container > .order-table-header-heading, .booking-item-header .is-act-cartpage .checkout .checkout-container > .booking-item-table-header-heading, .is-act-cartpage .checkout .booking-item-header .checkout-container > .order-table-header-heading, .booking-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-header-heading, .booking-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .booking-item-table-header-heading, .is-act-checkoutregisterpage .checkout .booking-item-header .checkout-container > .order-table-header-heading, .booking-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-header-heading, .booking-item-header .is-act-confirmpage .checkout .checkout-container > .booking-item-table-header-heading, .is-act-confirmpage .checkout .booking-item-header .checkout-container > .order-table-header-heading, .booking-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-header-heading, .booking-item-header .is-ctl-accountorder .checkout .checkout-container > .booking-item-table-header-heading, .is-ctl-accountorder .checkout .booking-item-header .checkout-container > .order-table-header-heading, .booking-item-header .is-act-finishpage .checkout .checkout-container > .order-table-header-heading, .booking-item-header .is-act-finishpage .checkout .checkout-container > .booking-item-table-header-heading, .is-act-finishpage .checkout .booking-item-header .checkout-container > .order-table-header-heading, .booking-item-header body.is-act-confirmpage .checkout .checkout-container > .order-table-header-heading, .booking-item-header body.is-act-confirmpage .checkout .checkout-container > .booking-item-table-header-heading, body.is-act-confirmpage .checkout .booking-item-header .checkout-container > .order-table-header-heading, .booking-item-header .row > .booking-item-table-header-heading, .order-item-header .is-act-cartpage .checkout .checkout-container > .order-table-header-heading, .order-item-header .is-act-cartpage .checkout .checkout-container > .booking-item-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, .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .booking-item-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, .order-item-header .is-act-confirmpage .checkout .checkout-container > .booking-item-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, .order-item-header .is-ctl-accountorder .checkout .checkout-container > .booking-item-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, .order-item-header .is-act-finishpage .checkout .checkout-container > .booking-item-table-header-heading, .is-act-finishpage .checkout .order-item-header .checkout-container > .order-table-header-heading, .order-item-header body.is-act-confirmpage .checkout .checkout-container > .order-table-header-heading, .order-item-header body.is-act-confirmpage .checkout .checkout-container > .booking-item-table-header-heading, body.is-act-confirmpage .checkout .order-item-header .checkout-container > .order-table-header-heading, .order-item-header .row > .booking-item-table-header-heading, .order-item-header .row > .order-table-header-order-number, .subscription-item-header .row > .order-table-header-order-number, .subscription-item-header .is-act-cartpage .checkout .checkout-container > .order-table-header-order-number, .subscription-item-header .is-act-cartpage .checkout .checkout-container > .subscription-table-header-info-wrapper, .is-act-cartpage .checkout .subscription-item-header .checkout-container > .order-table-header-order-number, .subscription-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-header-order-number, .subscription-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .subscription-table-header-info-wrapper, .is-act-checkoutregisterpage .checkout .subscription-item-header .checkout-container > .order-table-header-order-number, .subscription-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-header-order-number, .subscription-item-header .is-act-confirmpage .checkout .checkout-container > .subscription-table-header-info-wrapper, .is-act-confirmpage .checkout .subscription-item-header .checkout-container > .order-table-header-order-number, .subscription-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-header-order-number, .subscription-item-header .is-ctl-accountorder .checkout .checkout-container > .subscription-table-header-info-wrapper, .is-ctl-accountorder .checkout .subscription-item-header .checkout-container > .order-table-header-order-number, .subscription-item-header .is-act-finishpage .checkout .checkout-container > .order-table-header-order-number, .subscription-item-header .is-act-finishpage .checkout .checkout-container > .subscription-table-header-info-wrapper, .is-act-finishpage .checkout .subscription-item-header .checkout-container > .order-table-header-order-number, .subscription-item-header body.is-act-confirmpage .checkout .checkout-container > .order-table-header-order-number, .subscription-item-header body.is-act-confirmpage .checkout .checkout-container > .subscription-table-header-info-wrapper, body.is-act-confirmpage .checkout .subscription-item-header .checkout-container > .order-table-header-order-number, .subscription-item-header .row > .subscription-table-header-info-wrapper, .booking-item-header .row > .order-table-header-order-number, .booking-item-header .is-act-cartpage .checkout .checkout-container > .order-table-header-order-number, .booking-item-header .is-act-cartpage .checkout .checkout-container > .subscription-table-header-info-wrapper, .is-act-cartpage .checkout .booking-item-header .checkout-container > .order-table-header-order-number, .booking-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-header-order-number, .booking-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .subscription-table-header-info-wrapper, .is-act-checkoutregisterpage .checkout .booking-item-header .checkout-container > .order-table-header-order-number, .booking-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-header-order-number, .booking-item-header .is-act-confirmpage .checkout .checkout-container > .subscription-table-header-info-wrapper, .is-act-confirmpage .checkout .booking-item-header .checkout-container > .order-table-header-order-number, .booking-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-header-order-number, .booking-item-header .is-ctl-accountorder .checkout .checkout-container > .subscription-table-header-info-wrapper, .is-ctl-accountorder .checkout .booking-item-header .checkout-container > .order-table-header-order-number, .booking-item-header .is-act-finishpage .checkout .checkout-container > .order-table-header-order-number, .booking-item-header .is-act-finishpage .checkout .checkout-container > .subscription-table-header-info-wrapper, .is-act-finishpage .checkout .booking-item-header .checkout-container > .order-table-header-order-number, .booking-item-header body.is-act-confirmpage .checkout .checkout-container > .order-table-header-order-number, .booking-item-header body.is-act-confirmpage .checkout .checkout-container > .subscription-table-header-info-wrapper, body.is-act-confirmpage .checkout .booking-item-header .checkout-container > .order-table-header-order-number, .booking-item-header .row > .subscription-table-header-info-wrapper, .order-item-header .is-act-cartpage .checkout .checkout-container > .order-table-header-order-number, .order-item-header .is-act-cartpage .checkout .checkout-container > .subscription-table-header-info-wrapper, .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, .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .subscription-table-header-info-wrapper, .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, .order-item-header .is-act-confirmpage .checkout .checkout-container > .subscription-table-header-info-wrapper, .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, .order-item-header .is-ctl-accountorder .checkout .checkout-container > .subscription-table-header-info-wrapper, .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, .order-item-header .is-act-finishpage .checkout .checkout-container > .subscription-table-header-info-wrapper, .is-act-finishpage .checkout .order-item-header .checkout-container > .order-table-header-order-number, .order-item-header body.is-act-confirmpage .checkout .checkout-container > .order-table-header-order-number, .order-item-header body.is-act-confirmpage .checkout .checkout-container > .subscription-table-header-info-wrapper, body.is-act-confirmpage .checkout .order-item-header .checkout-container > .order-table-header-order-number, .order-item-header .row > .subscription-table-header-info-wrapper {
  padding-right: 0;
  padding-left: 0;
}
.order-item-name {
  color: #4a545b;
}
.order-detail-content-header, .subscription-detail-content-header, .booking-item-detail-content-header {
  margin-top: 1rem;
  font-weight: 700;
}
.order-detail-content-header .order-detail-content-header-cell[class*="col-"]:first-of-type, .subscription-detail-content-header .order-detail-content-header-cell[class*="col-"]:first-of-type, .subscription-detail-content-header .subscription-detail-content-header-cell[class*="col-"]:first-of-type, .subscription-detail-content-header .booking-item-detail-content-header-cell[class*="col-"]:first-of-type, .booking-item-detail-content-header .order-detail-content-header-cell[class*="col-"]:first-of-type, .booking-item-detail-content-header .subscription-detail-content-header-cell[class*="col-"]:first-of-type, .booking-item-detail-content-header .booking-item-detail-content-header-cell[class*="col-"]:first-of-type, .order-detail-content-header .subscription-detail-content-header-cell[class*="col-"]:first-of-type, .order-detail-content-header .booking-item-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, .subscription-detail-content-header .order-detail-content-header-cell[class*="col-"]:last-of-type, .subscription-detail-content-header .subscription-detail-content-header-cell[class*="col-"]:last-of-type, .subscription-detail-content-header .booking-item-detail-content-header-cell[class*="col-"]:last-of-type, .booking-item-detail-content-header .order-detail-content-header-cell[class*="col-"]:last-of-type, .booking-item-detail-content-header .subscription-detail-content-header-cell[class*="col-"]:last-of-type, .booking-item-detail-content-header .booking-item-detail-content-header-cell[class*="col-"]:last-of-type, .order-detail-content-header .subscription-detail-content-header-cell[class*="col-"]:last-of-type, .order-detail-content-header .booking-item-detail-content-header-cell[class*="col-"]:last-of-type {
  padding-right: 0;
}
.order-item-product-name {
  color: #008555;
}
.order-item-product-name:hover {
  color: #008555;
  text-decoration: none;
}
.order-item-product-name strong {
  font-weight: 700;
}
@media (min-width: 768px) {
  .order-item-product-image .product-image-link {
    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, .subscription-item-detail-footer {
  background-color: #f9f9f9;
}
.order-price-unit {
  font-size: 0.875rem;
}
.order-item-variants {
  font-size: 0.875rem;
}
.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: 767.98px) {
  .cart-table {
    border: 0;
  }
  .cart-table-body {
    padding: 0;
  }
}
.contact-action {
  display: flex;
  justify-content: flex-end;
}
.newsletter-action {
  display: flex;
  justify-content: flex-end;
}
.language-flag {
  display: inline-block;
  height: 12px;
  width: 16px;
  border: 1px solid #adb5bd;
  margin-top: 2px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.language-flag.country-ad {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ad.svg");
}
.language-flag.country-ae {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ae.svg");
}
.language-flag.country-af {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/af.svg");
}
.language-flag.country-ag {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ag.svg");
}
.language-flag.country-ai {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ai.svg");
}
.language-flag.country-al {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/al.svg");
}
.language-flag.country-am {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/am.svg");
}
.language-flag.country-ao {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ao.svg");
}
.language-flag.country-aq {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/aq.svg");
}
.language-flag.country-ar {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ar.svg");
}
.language-flag.country-as {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/as.svg");
}
.language-flag.country-at {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/at.svg");
}
.language-flag.country-au {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/au.svg");
}
.language-flag.country-aw {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/aw.svg");
}
.language-flag.country-ax {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ax.svg");
}
.language-flag.country-az {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/az.svg");
}
.language-flag.country-ba {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ba.svg");
}
.language-flag.country-bb {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/bb.svg");
}
.language-flag.country-bd {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/bd.svg");
}
.language-flag.country-be {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/be.svg");
}
.language-flag.country-bf {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/bf.svg");
}
.language-flag.country-bg {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/bg.svg");
}
.language-flag.country-bh {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/bh.svg");
}
.language-flag.country-bi {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/bi.svg");
}
.language-flag.country-bj {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/bj.svg");
}
.language-flag.country-bl {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/bl.svg");
}
.language-flag.country-bm {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/bm.svg");
}
.language-flag.country-bn {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/bn.svg");
}
.language-flag.country-bo {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/bo.svg");
}
.language-flag.country-bq {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/bq.svg");
}
.language-flag.country-br {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/br.svg");
}
.language-flag.country-bs {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/bs.svg");
}
.language-flag.country-bt {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/bt.svg");
}
.language-flag.country-bv {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/bv.svg");
}
.language-flag.country-bw {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/bw.svg");
}
.language-flag.country-by {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/by.svg");
}
.language-flag.country-bz {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/bz.svg");
}
.language-flag.country-ca {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ca.svg");
}
.language-flag.country-cc {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/cc.svg");
}
.language-flag.country-cd {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/cd.svg");
}
.language-flag.country-cf {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/cf.svg");
}
.language-flag.country-cg {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/cg.svg");
}
.language-flag.country-ch {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ch.svg");
}
.language-flag.country-ci {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ci.svg");
}
.language-flag.country-ck {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ck.svg");
}
.language-flag.country-cl {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/cl.svg");
}
.language-flag.country-cm {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/cm.svg");
}
.language-flag.country-cn {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/cn.svg");
}
.language-flag.country-co {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/co.svg");
}
.language-flag.country-cr {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/cr.svg");
}
.language-flag.country-cu {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/cu.svg");
}
.language-flag.country-cv {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/cv.svg");
}
.language-flag.country-cw {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/cw.svg");
}
.language-flag.country-cx {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/cx.svg");
}
.language-flag.country-cy {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/cy.svg");
}
.language-flag.country-cz {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/cz.svg");
}
.language-flag.country-de {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/de.svg");
}
.language-flag.country-dj {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/dj.svg");
}
.language-flag.country-dk {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/dk.svg");
}
.language-flag.country-dm {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/dm.svg");
}
.language-flag.country-do {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/do.svg");
}
.language-flag.country-dz {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/dz.svg");
}
.language-flag.country-ec {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ec.svg");
}
.language-flag.country-ee {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ee.svg");
}
.language-flag.country-eg {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/eg.svg");
}
.language-flag.country-eh {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/eh.svg");
}
.language-flag.country-er {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/er.svg");
}
.language-flag.country-es-ca {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/es-ca.svg");
}
.language-flag.country-es-ga {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/es-ga.svg");
}
.language-flag.country-es {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/es.svg");
}
.language-flag.country-et {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/et.svg");
}
.language-flag.country-eu {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/eu.svg");
}
.language-flag.country-fi {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/fi.svg");
}
.language-flag.country-fj {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/fj.svg");
}
.language-flag.country-fk {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/fk.svg");
}
.language-flag.country-fm {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/fm.svg");
}
.language-flag.country-fo {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/fo.svg");
}
.language-flag.country-fr {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/fr.svg");
}
.language-flag.country-ga {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ga.svg");
}
.language-flag.country-gb-eng {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/gb-eng.svg");
}
.language-flag.country-gb-nir {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/gb-nir.svg");
}
.language-flag.country-gb-sct {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/gb-sct.svg");
}
.language-flag.country-gb-wls {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/gb-wls.svg");
}
.language-flag.country-gb {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/gb.svg");
}
.language-flag.country-gd {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/gd.svg");
}
.language-flag.country-ge {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ge.svg");
}
.language-flag.country-gf {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/gf.svg");
}
.language-flag.country-gg {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/gg.svg");
}
.language-flag.country-gh {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/gh.svg");
}
.language-flag.country-gi {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/gi.svg");
}
.language-flag.country-gl {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/gl.svg");
}
.language-flag.country-gm {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/gm.svg");
}
.language-flag.country-gn {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/gn.svg");
}
.language-flag.country-gp {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/gp.svg");
}
.language-flag.country-gq {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/gq.svg");
}
.language-flag.country-gr {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/gr.svg");
}
.language-flag.country-gs {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/gs.svg");
}
.language-flag.country-gt {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/gt.svg");
}
.language-flag.country-gu {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/gu.svg");
}
.language-flag.country-gw {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/gw.svg");
}
.language-flag.country-gy {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/gy.svg");
}
.language-flag.country-hk {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/hk.svg");
}
.language-flag.country-hm {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/hm.svg");
}
.language-flag.country-hn {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/hn.svg");
}
.language-flag.country-hr {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/hr.svg");
}
.language-flag.country-ht {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ht.svg");
}
.language-flag.country-hu {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/hu.svg");
}
.language-flag.country-id {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/id.svg");
}
.language-flag.country-ie {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ie.svg");
}
.language-flag.country-il {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/il.svg");
}
.language-flag.country-im {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/im.svg");
}
.language-flag.country-in {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/in.svg");
}
.language-flag.country-io {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/io.svg");
}
.language-flag.country-iq {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/iq.svg");
}
.language-flag.country-ir {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ir.svg");
}
.language-flag.country-is {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/is.svg");
}
.language-flag.country-it {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/it.svg");
}
.language-flag.country-je {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/je.svg");
}
.language-flag.country-jm {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/jm.svg");
}
.language-flag.country-jo {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/jo.svg");
}
.language-flag.country-jp {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/jp.svg");
}
.language-flag.country-ke {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ke.svg");
}
.language-flag.country-kg {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/kg.svg");
}
.language-flag.country-kh {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/kh.svg");
}
.language-flag.country-ki {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ki.svg");
}
.language-flag.country-km {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/km.svg");
}
.language-flag.country-kn {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/kn.svg");
}
.language-flag.country-kp {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/kp.svg");
}
.language-flag.country-kr {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/kr.svg");
}
.language-flag.country-kw {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/kw.svg");
}
.language-flag.country-ky {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ky.svg");
}
.language-flag.country-kz {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/kz.svg");
}
.language-flag.country-la {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/la.svg");
}
.language-flag.country-lb {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/lb.svg");
}
.language-flag.country-lc {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/lc.svg");
}
.language-flag.country-li {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/li.svg");
}
.language-flag.country-lk {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/lk.svg");
}
.language-flag.country-lr {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/lr.svg");
}
.language-flag.country-ls {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ls.svg");
}
.language-flag.country-lt {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/lt.svg");
}
.language-flag.country-lu {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/lu.svg");
}
.language-flag.country-lv {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/lv.svg");
}
.language-flag.country-ly {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ly.svg");
}
.language-flag.country-ma {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ma.svg");
}
.language-flag.country-mc {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/mc.svg");
}
.language-flag.country-md {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/md.svg");
}
.language-flag.country-me {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/me.svg");
}
.language-flag.country-mf {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/mf.svg");
}
.language-flag.country-mg {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/mg.svg");
}
.language-flag.country-mh {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/mh.svg");
}
.language-flag.country-mk {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/mk.svg");
}
.language-flag.country-ml {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ml.svg");
}
.language-flag.country-mm {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/mm.svg");
}
.language-flag.country-mn {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/mn.svg");
}
.language-flag.country-mo {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/mo.svg");
}
.language-flag.country-mp {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/mp.svg");
}
.language-flag.country-mq {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/mq.svg");
}
.language-flag.country-mr {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/mr.svg");
}
.language-flag.country-ms {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ms.svg");
}
.language-flag.country-mt {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/mt.svg");
}
.language-flag.country-mu {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/mu.svg");
}
.language-flag.country-mv {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/mv.svg");
}
.language-flag.country-mw {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/mw.svg");
}
.language-flag.country-mx {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/mx.svg");
}
.language-flag.country-my {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/my.svg");
}
.language-flag.country-mz {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/mz.svg");
}
.language-flag.country-na {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/na.svg");
}
.language-flag.country-nc {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/nc.svg");
}
.language-flag.country-ne {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ne.svg");
}
.language-flag.country-nf {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/nf.svg");
}
.language-flag.country-ng {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ng.svg");
}
.language-flag.country-ni {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ni.svg");
}
.language-flag.country-nl {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/nl.svg");
}
.language-flag.country-no {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/no.svg");
}
.language-flag.country-np {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/np.svg");
}
.language-flag.country-nr {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/nr.svg");
}
.language-flag.country-nu {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/nu.svg");
}
.language-flag.country-nz {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/nz.svg");
}
.language-flag.country-om {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/om.svg");
}
.language-flag.country-pa {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/pa.svg");
}
.language-flag.country-pe {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/pe.svg");
}
.language-flag.country-pf {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/pf.svg");
}
.language-flag.country-pg {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/pg.svg");
}
.language-flag.country-ph {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ph.svg");
}
.language-flag.country-pk {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/pk.svg");
}
.language-flag.country-pl {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/pl.svg");
}
.language-flag.country-pm {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/pm.svg");
}
.language-flag.country-pn {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/pn.svg");
}
.language-flag.country-pr {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/pr.svg");
}
.language-flag.country-ps {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ps.svg");
}
.language-flag.country-pt {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/pt.svg");
}
.language-flag.country-pw {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/pw.svg");
}
.language-flag.country-py {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/py.svg");
}
.language-flag.country-qa {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/qa.svg");
}
.language-flag.country-re {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/re.svg");
}
.language-flag.country-ro {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ro.svg");
}
.language-flag.country-rs {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/rs.svg");
}
.language-flag.country-ru {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ru.svg");
}
.language-flag.country-rw {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/rw.svg");
}
.language-flag.country-sa {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/sa.svg");
}
.language-flag.country-sb {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/sb.svg");
}
.language-flag.country-sc {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/sc.svg");
}
.language-flag.country-sd {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/sd.svg");
}
.language-flag.country-se {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/se.svg");
}
.language-flag.country-sg {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/sg.svg");
}
.language-flag.country-sh {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/sh.svg");
}
.language-flag.country-si {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/si.svg");
}
.language-flag.country-sj {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/sj.svg");
}
.language-flag.country-sk {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/sk.svg");
}
.language-flag.country-sl {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/sl.svg");
}
.language-flag.country-sm {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/sm.svg");
}
.language-flag.country-sn {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/sn.svg");
}
.language-flag.country-so {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/so.svg");
}
.language-flag.country-sr {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/sr.svg");
}
.language-flag.country-ss {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ss.svg");
}
.language-flag.country-st {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/st.svg");
}
.language-flag.country-sv {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/sv.svg");
}
.language-flag.country-sx {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/sx.svg");
}
.language-flag.country-sy {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/sy.svg");
}
.language-flag.country-sz {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/sz.svg");
}
.language-flag.country-tc {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/tc.svg");
}
.language-flag.country-td {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/td.svg");
}
.language-flag.country-tf {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/tf.svg");
}
.language-flag.country-tg {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/tg.svg");
}
.language-flag.country-th {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/th.svg");
}
.language-flag.country-tj {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/tj.svg");
}
.language-flag.country-tk {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/tk.svg");
}
.language-flag.country-tl {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/tl.svg");
}
.language-flag.country-tm {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/tm.svg");
}
.language-flag.country-tn {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/tn.svg");
}
.language-flag.country-to {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/to.svg");
}
.language-flag.country-tr {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/tr.svg");
}
.language-flag.country-tt {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/tt.svg");
}
.language-flag.country-tv {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/tv.svg");
}
.language-flag.country-tw {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/tw.svg");
}
.language-flag.country-tz {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/tz.svg");
}
.language-flag.country-ua {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ua.svg");
}
.language-flag.country-ug {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ug.svg");
}
.language-flag.country-um {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/um.svg");
}
.language-flag.country-un {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/un.svg");
}
.language-flag.country-us {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/us.svg");
}
.language-flag.country-uy {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/uy.svg");
}
.language-flag.country-uz {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/uz.svg");
}
.language-flag.country-va {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/va.svg");
}
.language-flag.country-vc {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/vc.svg");
}
.language-flag.country-ve {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ve.svg");
}
.language-flag.country-vg {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/vg.svg");
}
.language-flag.country-vi {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/vi.svg");
}
.language-flag.country-vn {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/vn.svg");
}
.language-flag.country-vu {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/vu.svg");
}
.language-flag.country-wf {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/wf.svg");
}
.language-flag.country-ws {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ws.svg");
}
.language-flag.country-xk {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/xk.svg");
}
.language-flag.country-ye {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/ye.svg");
}
.language-flag.country-yt {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/yt.svg");
}
.language-flag.country-za {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/za.svg");
}
.language-flag.country-zm {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/zm.svg");
}
.language-flag.country-zw {
  background-image: url("http://stagingkeep.myloesch.com/bundles/swaglanguagepack/static/flags/zw.svg");
}
[data-swag-paypal-express-button].is-disabled {
  position: relative;
  opacity: 0.3;
}
[data-swag-paypal-express-button].is-disabled::after {
  content: "";
  z-index: 1090;
  position: absolute;
  height: 40px;
  top: 0;
  left: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}
[data-swag-paypal-express-button] {
  display: grid;
  gap: 0.5rem;
}
.swag-paypal-ecs-spb-google-pay .gpay-card-info-container {
  width: 100%;
}
.swag-paypal-checkout-finish-pui-instructions-content .instruction-title {
  font-weight: normal;
}
.swag-paypal-checkout-finish-pui-instructions-content .instruction-description {
  font-weight: bold;
}
.swag-paypal-checkout-finish-pui-instructions-content dt:nth-of-type(odd), .swag-paypal-checkout-finish-pui-instructions-content dd:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.swag-paypal-pui-polling .loader {
  width: 44px;
  height: 44px;
}
.subscription-product-box-select {
  border: 1px solid #bcc1c7;
  padding: 16px;
  margin-bottom: 16px;
}
.subscription-product-box-select-title {
  border-bottom: 1px solid #bcc1c7;
  padding: 12px 0;
  margin-bottom: 24px;
}
.subscription-product-box-select-options {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
}
.subscription-product-box-select-options-option {
  position: relative;
  list-style: none;
}
.subscription-product-box-select-options-option-radio {
  position: absolute;
  margin: 16px 24px;
}
.subscription-product-box-select-options-option-radio:hover {
  cursor: pointer;
}
.subscription-product-box-select-options-option-radio:checked ~ label {
  border-color: #008555;
}
.subscription-product-box-select-options-option-radio:checked ~ label .subscription-product-box-select-options-interval-select {
  pointer-events: auto;
}
.subscription-product-box-select-options-option-label {
  width: 100%;
  border: 1px solid #bcc1c7;
  border-radius: 3px;
  padding: 16px 24px 16px 48px;
  margin: 0;
}
.subscription-product-box-select-options-option-label.is--active {
  border-color: #008555;
}
.subscription-product-box-select-options-option-label:hover {
  cursor: pointer;
}
.subscription-product-box-select-options-option-label-description {
  display: flex;
  flex-direction: column;
  line-height: 16px;
}
.subscription-product-box-select-options-option-label-description-product {
  display: flex;
  justify-content: space-between;
}
.subscription-product-box-select-options-option-label-description-product-price {
  align-self: start;
  line-height: 16px;
}
.subscription-product-box-select-options-option-label-description-product-price-strikethrough {
  color: #eaeaf0;
  text-decoration: line-through;
  margin-right: 8px;
}
.subscription-product-box-select-options-interval-select {
  margin-top: 4px;
  pointer-events: none;
}
.subscription-product-box-select-options-interval-select-label {
  margin-top: 8px;
  line-height: 16px;
  pointer-events: none;
}
.subscription-minimum-execution-label {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 16px;
}
.subscription-table-header-heading {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 0;
}
.subscription-table-header-heading s {
  color: #798490;
}
.subscription-table-header-alert {
  margin-top: 16px;
  padding-left: 0;
  padding-right: 0;
}
.subscription-item-status-badge-active {
  background-color: #2ecc71;
}
.subscription-item-status-badge-paused {
  background-color: #f1c40f;
}
.subscription-item-status-badge-cancelled, .subscription-item-status-badge-flagged_cancelled, .subscription-item-status-badge-payment_failed {
  background-color: #c82f1e;
}
.subscription-link {
  display: block;
  font-weight: 400;
  margin-bottom: 1rem;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
}
.subscription-summary-recurring-total {
  padding-top: 12px;
  border-top: 1px solid #eaeaf0;
  margin-top: 4px;
}
.subscription-badge {
  width: fit-content;
}
.order-header-quantity, .subscription-header-quantity {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .order-header-status, .order-item-status {
    text-align: center;
  }
}
.cart-item-status {
  order: 2;
  justify-content: space-between;
  display: flex;
}
@media (min-width: 768px) {
  .cart-item-status .line-item-status-wrapper {
    width: 100%;
    text-align: center;
  }
}
.cart-item-status-label {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .cart-item-status {
    order: 0;
  }
  .cart-item-status-label {
    display: none;
  }
}
.cart-header-status {
  text-align: center;
}
.cart-header-quantity {
  white-space: nowrap;
}
.line-item-status {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
  order: 2;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
@media (min-width: 576px) {
  .line-item-status {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .line-item-status {
    flex: 0 0 auto;
    width: 16.66666667%;
    order: 0;
  }
}
@media (min-width: 768px) {
  .line-item-status .line-item-status-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .has-line-item-status .line-item-info {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}
@media (min-width: 576px) {
  .has-line-item-status .line-item-unit-price, .has-line-item-status .line-item-total-price, .has-line-item-status .line-item-quantity {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .has-line-item-status .line-item-unit-price, .has-line-item-status .line-item-total-price {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .has-line-item-status .line-item-quantity {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
}
.is-default .line-item-status, .is-order .line-item-status {
  justify-content: space-between;
  display: flex;
  text-align: center;
}
@media (min-width: 576px) {
  .is-default .line-item-status, .is-order .line-item-status {
    justify-content: normal;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .is-default .line-item-status-label, .is-order .line-item-status-label {
    display: none;
  }
}
.line-item-status-label {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.finish-sweetener {
  margin: 1.5rem 0;
  text-align: center;
}
.finish-sweetener-text {
  font-size: 1rem;
}
.finish-sweetener-disclaimer {
  font-size: 0.875rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eaeaf0;
}
.finish-sweetener.has--loader {
  padding-bottom: 1.5rem;
}
.product-detail-review-summary {
  padding: 30px;
  border: 1px solid #eaeaf0;
  margin-bottom: 30px;
  position: relative;
}
.product-detail-review-summary::before {
  position: absolute;
  background: #F5F5F5;
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  width: 34px;
  height: 34px;
  text-align: center;
  color: #4a545b;
  top: -12px;
  left: -12px;
  content: "“";
}
.product-detail-review-summary-title {
  font-size: 16px;
}
.product-detail-review-summary-title .icon {
  color: #798490;
  width: 18px;
  height: 18px;
}
.product-detail-review-summary-info-tooltip {
  margin-left: 5px;
}
.product-detail-review-summary-info-tooltip:hover {
  cursor: help;
}
.product-detail-review-summary-text {
  margin-bottom: 0;
}
/*
Basic styles
==================================================
Contains the imports to all basic styles.

The file organization follows the 7-1 pattern architecture
https://sass-guidelin.es/#the-7-1-pattern
*/
/*
 * Abstracts
 * ---------------------------- */
/*
 * Base
 * ---------------------------- */
.b2b-checkbox-group.form-check {
  display: flex;
  align-items: center;
}
.b2b-checkbox-group.form-check > .form-check-label {
  margin-left: 8px;
}
/*
 * Components
 * ---------------------------- */
.b2b-table-header {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  background-color: #eee;
  padding: 12px 16px;
  gap: 16px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #eaeaf0;
}
.b2b-table-header-search {
  width: 100%;
}
.b2b-table-header-actions {
  display: flex;
  flex-direction: row-reverse;
  gap: 12px;
}
@media (min-width: 576px) {
  .b2b-table-header {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .b2b-table-header-search {
    flex-grow: 1;
    width: fit-content;
  }
}
.b2b-tree {
  margin: 19px 0 19px 0;
}
.b2b-tree-group-select {
  display: flex;
  align-items: center;
}
.b2b-tree-group-select .b2b-tree-select {
  margin: 0;
}
.b2b-tree-collapse-button {
  background-color: transparent;
  border-width: 0;
  padding: 0;
  position: relative;
  margin: 0 12px;
  width: 12px;
  height: 12px;
  transform: translateY(-3px);
  outline-offset: 4px;
}
.b2b-tree-collapse-button > .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #4a545b;
}
.b2b-tree-collapse-button.collapsed {
  transform: none;
}
.b2b-tree-collapse-button.collapsed > .icon {
  transform: translateX(-3px) rotate(-90deg);
}
.b2b-tree-permission-select {
  margin-left: 17.5px;
  border-left: 1px solid #798490;
  padding-left: 17.5px;
}
.b2b-tree-select {
  margin: 19px 0 19px 0;
}
.b2b-tree-permission-tooltip-title {
  padding: 0;
  margin: 0;
}
.b2b-tree-permission-tooltip-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.b2b-list {
  list-style: none;
  padding: 0;
}
.b2b-list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 6px;
  border-bottom: 1px solid #eaeaf0;
  padding: 1rem 0;
}
.b2b-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.b2b-list-item:first-child {
  padding-top: 0;
}
.b2b-list-item-link {
  color: #333333;
  font-weight: 700;
}
.b2b-list-item-link:hover, .b2b-list-item-link:focus {
  color: #008555;
  text-decoration: none;
}
.b2b-list .dropdown {
  position: absolute;
  top: 1rem;
  right: 0;
}
.b2b-table-context-menu-button {
  border: 1px solid #eaeaf0;
  padding: 2px 8px;
}
.b2b-table-context-menu-button::after {
  display: none;
}
.b2b-table-context-menu-button:hover, .b2b-table-context-menu-button:focus {
  border-color: rgba(0, 0, 0, 0.175);
}
.b2b-table .b2b-table > thead {
  border-bottom: 4px solid #008555;
}
.b2b-table .b2b-table > thead th {
  white-space: nowrap;
}
.b2b-table-actions {
  padding: 0;
}
.b2b-table-actions.show {
  display: flex;
  flex-direction: column;
}
.b2b-table-action {
  text-align: left;
  padding: 4px 16px;
  font-weight: 600;
}
.b2b-table-action:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
.b2b-table-action:hover {
  color: #008555;
}
.b2b-table-action.is--danger:hover {
  color: #c82f1e;
}
.b2b-table .b2b-table-column {
  padding: 1rem;
  border-left: none;
  border-right: none;
}
.b2b-table .b2b-table-column:first-child {
  border-left: 1px solid #eaeaf0;
}
.b2b-table .b2b-table-column:last-child {
  border-right: 1px solid #eaeaf0;
}
.b2b-table .b2b-table-column.has-no-role {
  font-style: italic;
}
.is-ctl-businesspartneraccount .btn-collapse {
  color: #333333;
  font-weight: 400;
}
.is-ctl-businesspartneraccount .btn-collapse .icon {
  color: #333333;
}
.is-ctl-businesspartneraccount .btn-collapse:hover, .is-ctl-businesspartneraccount .btn-collapse:focus {
  color: #008555;
  text-decoration: none;
}
.is-ctl-businesspartneraccount .btn-collapse:hover .icon, .is-ctl-businesspartneraccount .btn-collapse:focus .icon {
  color: #008555;
}
.is-ctl-businesspartneraccount .btn-collapse:not(.collapsed) .icon {
  transform: translateY(6px) translateX(7px) rotate(90deg);
}
.is-ctl-businesspartneraccount .error-message.invalid-feedback {
  display: block;
}
.b2b-create-form-role-id {
  margin-bottom: 0;
}
.b2b-employee-form-permission-list p {
  font-weight: 700;
}
/*
 * Listing
 * ---------------------------- */
.b2b-listing-content {
  margin: 1.5rem 0;
}
.b2b-listing .b2b-table-context-menu-button .icon {
  color: inherit;
}
.b2b-listing .pagination {
  gap: 2px;
}
/*
 * Pages
 * ---------------------------- */
.b2b-employees .b2b-listing-role-name-link, .b2b-employees .b2b-listing-role-name-link:hover {
  text-decoration: inherit;
  color: inherit;
  cursor: pointer;
}
.b2b-employees .b2b-list-item-no-role {
  color: #798490;
}
.b2b-employees .b2b-listing-employee-create-button {
  margin-top: -14px;
  margin-bottom: 60px;
}
.b2b-create-title, .b2b-create-actions {
  display: flex;
  gap: 1rem;
}
.b2b-create-back {
  --bs-btn-hover-bg: $white;
  --bs-btn-active-bg: $white;
}
.b2b-create-back > .icon {
  color: #4a545b;
}
.b2b-create-back > .icon svg {
  top: 4px;
}
.b2b-create-form-role.no-selected-role {
  font-style: italic;
}
.order-table-header-order-number, .subscription-table-header-info-wrapper {
  margin-bottom: 8px;
}
.order-table-b2b-employee {
  display: block;
  font-weight: 400;
  margin-bottom: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 576px) {
  .order-table-b2b-employee {
    margin-bottom: 1.5rem;
  }
}
.order-table-b2b-employee-label {
  display: block;
  float: left;
  width: 50%;
}
@media (min-width: 576px) {
  .order-table-b2b-employee-label {
    display: inline;
    width: initial;
    float: initial;
  }
}
.order-table .order-item-header .row > .order-table-b2b-employee, .subscription-table .order-item-header .row > .order-table-b2b-employee, .subscription-table .subscription-item-header .row > .order-table-b2b-employee, .subscription-table .subscription-item-header .is-act-cartpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-cartpage .checkout .subscription-table .subscription-item-header .checkout-container > .order-table-b2b-employee, .subscription-table .subscription-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-checkoutregisterpage .checkout .subscription-table .subscription-item-header .checkout-container > .order-table-b2b-employee, .subscription-table .subscription-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-confirmpage .checkout .subscription-table .subscription-item-header .checkout-container > .order-table-b2b-employee, .subscription-table .subscription-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-b2b-employee, .is-ctl-accountorder .checkout .subscription-table .subscription-item-header .checkout-container > .order-table-b2b-employee, .subscription-table .subscription-item-header .is-act-finishpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-finishpage .checkout .subscription-table .subscription-item-header .checkout-container > .order-table-b2b-employee, .subscription-table .subscription-item-header body.is-act-confirmpage .checkout .checkout-container > .order-table-b2b-employee, body.is-act-confirmpage .checkout .subscription-table .subscription-item-header .checkout-container > .order-table-b2b-employee, .subscription-table .booking-item-header .row > .order-table-b2b-employee, .subscription-table .booking-item-header .is-act-cartpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-cartpage .checkout .subscription-table .booking-item-header .checkout-container > .order-table-b2b-employee, .subscription-table .booking-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-checkoutregisterpage .checkout .subscription-table .booking-item-header .checkout-container > .order-table-b2b-employee, .subscription-table .booking-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-confirmpage .checkout .subscription-table .booking-item-header .checkout-container > .order-table-b2b-employee, .subscription-table .booking-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-b2b-employee, .is-ctl-accountorder .checkout .subscription-table .booking-item-header .checkout-container > .order-table-b2b-employee, .subscription-table .booking-item-header .is-act-finishpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-finishpage .checkout .subscription-table .booking-item-header .checkout-container > .order-table-b2b-employee, .subscription-table .booking-item-header body.is-act-confirmpage .checkout .checkout-container > .order-table-b2b-employee, body.is-act-confirmpage .checkout .subscription-table .booking-item-header .checkout-container > .order-table-b2b-employee, .subscription-table .order-item-header .is-act-cartpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-cartpage .checkout .subscription-table .order-item-header .checkout-container > .order-table-b2b-employee, .subscription-table .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-checkoutregisterpage .checkout .subscription-table .order-item-header .checkout-container > .order-table-b2b-employee, .subscription-table .order-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-confirmpage .checkout .subscription-table .order-item-header .checkout-container > .order-table-b2b-employee, .subscription-table .order-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-b2b-employee, .is-ctl-accountorder .checkout .subscription-table .order-item-header .checkout-container > .order-table-b2b-employee, .subscription-table .order-item-header .is-act-finishpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-finishpage .checkout .subscription-table .order-item-header .checkout-container > .order-table-b2b-employee, .subscription-table .order-item-header body.is-act-confirmpage .checkout .checkout-container > .order-table-b2b-employee, body.is-act-confirmpage .checkout .subscription-table .order-item-header .checkout-container > .order-table-b2b-employee, .purchase-table .order-item-header .row > .order-table-b2b-employee, .purchase-table .subscription-item-header .row > .order-table-b2b-employee, .purchase-table .subscription-item-header .is-act-cartpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-cartpage .checkout .purchase-table .subscription-item-header .checkout-container > .order-table-b2b-employee, .purchase-table .subscription-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-checkoutregisterpage .checkout .purchase-table .subscription-item-header .checkout-container > .order-table-b2b-employee, .purchase-table .subscription-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-confirmpage .checkout .purchase-table .subscription-item-header .checkout-container > .order-table-b2b-employee, .purchase-table .subscription-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-b2b-employee, .is-ctl-accountorder .checkout .purchase-table .subscription-item-header .checkout-container > .order-table-b2b-employee, .purchase-table .subscription-item-header .is-act-finishpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-finishpage .checkout .purchase-table .subscription-item-header .checkout-container > .order-table-b2b-employee, .purchase-table .subscription-item-header body.is-act-confirmpage .checkout .checkout-container > .order-table-b2b-employee, body.is-act-confirmpage .checkout .purchase-table .subscription-item-header .checkout-container > .order-table-b2b-employee, .purchase-table .booking-item-header .row > .order-table-b2b-employee, .purchase-table .booking-item-header .is-act-cartpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-cartpage .checkout .purchase-table .booking-item-header .checkout-container > .order-table-b2b-employee, .purchase-table .booking-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-checkoutregisterpage .checkout .purchase-table .booking-item-header .checkout-container > .order-table-b2b-employee, .purchase-table .booking-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-confirmpage .checkout .purchase-table .booking-item-header .checkout-container > .order-table-b2b-employee, .purchase-table .booking-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-b2b-employee, .is-ctl-accountorder .checkout .purchase-table .booking-item-header .checkout-container > .order-table-b2b-employee, .purchase-table .booking-item-header .is-act-finishpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-finishpage .checkout .purchase-table .booking-item-header .checkout-container > .order-table-b2b-employee, .purchase-table .booking-item-header body.is-act-confirmpage .checkout .checkout-container > .order-table-b2b-employee, body.is-act-confirmpage .checkout .purchase-table .booking-item-header .checkout-container > .order-table-b2b-employee, .purchase-table .order-item-header .is-act-cartpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-cartpage .checkout .purchase-table .order-item-header .checkout-container > .order-table-b2b-employee, .purchase-table .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-checkoutregisterpage .checkout .purchase-table .order-item-header .checkout-container > .order-table-b2b-employee, .purchase-table .order-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-confirmpage .checkout .purchase-table .order-item-header .checkout-container > .order-table-b2b-employee, .purchase-table .order-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-b2b-employee, .is-ctl-accountorder .checkout .purchase-table .order-item-header .checkout-container > .order-table-b2b-employee, .purchase-table .order-item-header .is-act-finishpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-finishpage .checkout .purchase-table .order-item-header .checkout-container > .order-table-b2b-employee, .purchase-table .order-item-header body.is-act-confirmpage .checkout .checkout-container > .order-table-b2b-employee, body.is-act-confirmpage .checkout .purchase-table .order-item-header .checkout-container > .order-table-b2b-employee, .order-table .subscription-item-header .row > .order-table-b2b-employee, .order-table .subscription-item-header .is-act-cartpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-cartpage .checkout .order-table .subscription-item-header .checkout-container > .order-table-b2b-employee, .order-table .subscription-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-checkoutregisterpage .checkout .order-table .subscription-item-header .checkout-container > .order-table-b2b-employee, .order-table .subscription-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-confirmpage .checkout .order-table .subscription-item-header .checkout-container > .order-table-b2b-employee, .order-table .subscription-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-b2b-employee, .is-ctl-accountorder .checkout .order-table .subscription-item-header .checkout-container > .order-table-b2b-employee, .order-table .subscription-item-header .is-act-finishpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-finishpage .checkout .order-table .subscription-item-header .checkout-container > .order-table-b2b-employee, .order-table .subscription-item-header body.is-act-confirmpage .checkout .checkout-container > .order-table-b2b-employee, body.is-act-confirmpage .checkout .order-table .subscription-item-header .checkout-container > .order-table-b2b-employee, .order-table .booking-item-header .row > .order-table-b2b-employee, .order-table .booking-item-header .is-act-cartpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-cartpage .checkout .order-table .booking-item-header .checkout-container > .order-table-b2b-employee, .order-table .booking-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-checkoutregisterpage .checkout .order-table .booking-item-header .checkout-container > .order-table-b2b-employee, .order-table .booking-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-confirmpage .checkout .order-table .booking-item-header .checkout-container > .order-table-b2b-employee, .order-table .booking-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-b2b-employee, .is-ctl-accountorder .checkout .order-table .booking-item-header .checkout-container > .order-table-b2b-employee, .order-table .booking-item-header .is-act-finishpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-finishpage .checkout .order-table .booking-item-header .checkout-container > .order-table-b2b-employee, .order-table .booking-item-header body.is-act-confirmpage .checkout .checkout-container > .order-table-b2b-employee, body.is-act-confirmpage .checkout .order-table .booking-item-header .checkout-container > .order-table-b2b-employee, .order-table .order-item-header .is-act-cartpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-cartpage .checkout .order-table .order-item-header .checkout-container > .order-table-b2b-employee, .order-table .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-checkoutregisterpage .checkout .order-table .order-item-header .checkout-container > .order-table-b2b-employee, .order-table .order-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-confirmpage .checkout .order-table .order-item-header .checkout-container > .order-table-b2b-employee, .order-table .order-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-b2b-employee, .is-ctl-accountorder .checkout .order-table .order-item-header .checkout-container > .order-table-b2b-employee, .order-table .order-item-header .is-act-finishpage .checkout .checkout-container > .order-table-b2b-employee, .is-act-finishpage .checkout .order-table .order-item-header .checkout-container > .order-table-b2b-employee, .order-table .order-item-header body.is-act-confirmpage .checkout .checkout-container > .order-table-b2b-employee, body.is-act-confirmpage .checkout .order-table .order-item-header .checkout-container > .order-table-b2b-employee {
  padding-right: 0;
  padding-left: 0;
}
.account-quick-order-card .row, .account-quick-order-card .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .account-quick-order-card .checkout-container, .account-quick-order-card .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .account-quick-order-card .checkout-container, .account-quick-order-card .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .account-quick-order-card .checkout-container, .account-quick-order-card .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .account-quick-order-card .checkout-container, .account-quick-order-card .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .account-quick-order-card .checkout-container, .account-quick-order-card body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .account-quick-order-card .checkout-container {
  --bs-gutter-x: 16px;
}
.quick-order-item-header {
  font-weight: 600;
  padding: 16px 0;
  border-bottom: 1px solid #eaeaf0;
  margin-bottom: 12px;
}
.quick-order-item-name {
  position: relative;
}
.quick-order-item-name .no-product {
  pointer-events: none;
  padding: calc(0.5 * var(--bs-gutter-x)) var(--bs-gutter-x);
}
.quick-order-line-item {
  padding: 12px 0;
  position: relative;
}
.quick-order-line-item .js-quick-order-result {
  padding: calc(0.5 * var(--bs-gutter-x)) 0;
  list-style: none;
  position: absolute;
  background: #F5F5F5;
  width: calc(100% - 16px);
  border: 1px solid #eaeaf0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  left: 8px;
  z-index: 10;
  max-height: 300px;
  overflow-y: auto;
}
.quick-order-line-item .js-quick-order-result-item {
  padding: calc(0.5 * var(--bs-gutter-x)) var(--bs-gutter-x);
}
.quick-order-line-item .js-quick-order-result-item:hover, .quick-order-line-item .js-quick-order-result-item.is-active {
  background: #eee;
}
.quick-order-line-item .js-quick-order-result-item strong {
  font-weight: 700;
}
.quick-order-line-item .input-product-name {
  height: 100%;
}
.quick-order-line-item .input-product-name:empty:not(:focus):before {
  content: attr(placeholder);
  color: #adb5bd;
}
.quick-order-line-item .input-product-name br {
  display: none;
}
.quick-order-line-item .input-product-name strong {
  font-weight: 700;
}
.quick-order-line-item .input-product-quantity {
  background-color: transparent;
}
.quick-order-line-item .line-item-quantity-group[disabled] {
  pointer-events: none;
}
.quick-order-line-item .line-item-quantity-group[disabled]:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #eee;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid inherit;
  z-index: -1;
}
.quick-order-line-item .line-item-quantity-group[disabled] .icon {
  color: #bcc1c7;
}
.quick-order-line-item .line-item-quantity-group[disabled] .input-product-quantity {
  color: #798490;
}
.quick-order-item-loader {
  position: absolute;
  right: 24px;
  top: 7px;
  z-index: 9;
  width: auto;
}
.quick-order-item-quantity .btn {
  padding: 0 calc(var(--bs-btn-padding-y) * 5);
}
.quick-order-item-quantity .btn:disabled {
  border-color: #eaeaf0;
}
.item-search-highlight {
  color: #008555;
}
.btn-clear-list:disabled, .btn-csv-upload:disabled {
  background-color: transparent;
}
.btn-clear-list .icon, .btn-csv-upload .icon {
  color: inherit;
}
.btn-clear-list .icon > svg, .btn-csv-upload .icon > svg {
  top: 0;
}
.btn-csv-upload {
  margin-left: 10px;
}
.btn-csv-upload .icon {
  color: inherit;
}
.quick-order-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quick-order-remove-button .icon {
  color: inherit;
}
.quick-order-remove-button .icon svg {
  top: 4px;
}
.quick-order-dropdown-btn .icon {
  color: inherit;
}
.quick-order-actions-list .btn-link-inline {
  text-decoration: none;
  width: 100%;
  padding: 8px 16px;
  --bs-btn-color: var(--color-text-primary-default, #2d2e32);
}
.quick-order-actions-list .btn-csv-upload {
  margin-left: 0;
}
@media (max-width: 575.98px) {
  .account-quick-order-card .btn-add-to-cart {
    order: 1;
  }
}
.quick-order-alert .alert-content-container {
  display: flex;
  align-items: center;
  padding-left: 35px;
}
.quick-order-alert .alert-content {
  display: inline-block;
  width: calc(100% - 30px);
}
.quick-order-alert__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  padding: 0;
  display: inline-flex;
}
.quick-order-alert__close .icon {
  height: 16px;
  margin: 0;
}
.quick-order-alert .close-danger .icon {
  color: #c82f1e;
}
.quick-order-alert .close-warning .icon {
  color: #f1c40f;
}
.quick-order-alert .icon-x-circle, .quick-order-alert .icon-checkmark-circle, .quick-order-alert .icon-warning {
  position: absolute;
  top: 10px;
  left: 10px;
}
.confirm-modal .modal-body, .confirm-modal .modal-footer {
  padding: 32px;
}
.confirm-modal .modal-header {
  padding: 26px 32px;
}
.confirm-modal .modal-body {
  padding-bottom: 0;
}
.confirm-modal .modal-footer {
  border-top: none;
}
.quick-order-upload-modal .modal-dialog {
  --bs-modal-width: 720px;
}
.quick-order-upload-modal .modal-body {
  --bs-modal-padding: 32px;
}
.quick-order-upload-modal .modal-header {
  --bs-modal-header-padding: 26px 32px;
}
.quick-order-upload-modal .modal-header .btn-close {
  opacity: 1;
}
.quick-order-upload-modal .modal-footer {
  --bs-modal-footer-border-width: 0;
  padding: 0 32px 32px;
}
.quick-order-upload-modal .modal-footer .btn:disabled {
  color: #798490;
  background-color: #bcc1c7;
}
.quick-order-upload-modal .quick-order-upload__container {
  color: #008555;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 24px;
  border: 2px dashed #008555;
  background-color: #f9f9f9;
  min-height: 72px;
}
.quick-order-upload-modal .quick-order-upload__container--uploading {
  justify-content: center;
  border: 1px solid #798490;
}
.quick-order-upload-modal .quick-order-upload__container--uploading .quick-order-upload__text, .quick-order-upload-modal .quick-order-upload__container--uploading .quick-order-upload__button {
  display: none;
}
.quick-order-upload-modal .quick-order-upload__container--uploading .quick-order-upload__btn-remove {
  display: block;
}
.quick-order-upload-modal .quick-order-upload__container--uploading .quick-order-upload__content .icon {
  color: #333333;
}
.quick-order-upload-modal .quick-order-upload__container--success {
  border: 1px solid #798490;
}
.quick-order-upload-modal .quick-order-upload__container--success .quick-order-upload__button, .quick-order-upload-modal .quick-order-upload__container--success .quick-order-upload__text, .quick-order-upload-modal .quick-order-upload__container--success .icon, .quick-order-upload-modal .quick-order-upload__container--success .icon-cloud-upload {
  display: none;
}
.quick-order-upload-modal .quick-order-upload__container--success .quick-order-upload__btn-remove {
  display: block;
}
.quick-order-upload-modal .quick-order-upload__container--success .quick-order-upload__content .icon-file {
  display: inline-flex;
}
.quick-order-upload-modal .quick-order-upload__button {
  border: 1px solid #008555;
  padding: 8px 14px;
  font-weight: 600;
  height: 40px;
  color: #008555;
  background-color: transparent;
  flex-shrink: 0;
}
.quick-order-upload-modal .quick-order-upload__btn-remove {
  position: relative;
  display: none;
  padding: 13px;
  opacity: 1;
}
.quick-order-upload-modal .quick-order-upload__content {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-grow: 1;
}
.quick-order-upload-modal .quick-order-upload__content h5, .quick-order-upload-modal .quick-order-upload__content .h5 {
  line-height: 1;
  font-weight: 700;
  font-size: 16px;
  color: #008555;
  margin: 0;
}
.quick-order-upload-modal .quick-order-upload__content .icon {
  color: #008555;
  width: 24px;
}
.quick-order-upload-modal .quick-order-upload__content .icon svg {
  top: 0;
}
.quick-order-upload-modal .quick-order-upload__content span {
  color: #798490;
  font-size: 11px;
}
.quick-order-upload-modal .quick-order-upload__content .icon-file {
  display: none;
  color: #333333;
}
.quick-order-upload-modal .quick-order-upload__text {
  display: flex;
  flex-direction: column;
}
.quick-order-upload-modal .quick-order-upload__input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.quick-order-upload-modal .quick-order-upload__input:focus {
  outline: none;
}
.quick-order-upload-modal .quick-order-upload__input:disabled {
  cursor: default;
}
.quick-order-upload-modal .quick-order-upload__uploading {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
.quick-order-upload-modal .quick-order-upload__message {
  min-height: 43px;
  display: flex;
  margin-top: 16px;
}
.quick-order-upload-modal .quick-order-upload__message:empty {
  display: none;
}
.quick-order-upload-modal .quick-order-upload__message--error {
  background-color: rgba(200, 47, 30, 0.2);
}
.quick-order-upload-modal .quick-order-upload__message--error .quick-order-upload__message-icon {
  background-color: #c82f1e;
}
.quick-order-upload-modal .quick-order-upload__message--error .quick-order-upload__message-text {
  color: #c82f1e;
}
.quick-order-upload-modal .quick-order-upload__message--success {
  background-color: rgba(46, 204, 113, 0.2);
}
.quick-order-upload-modal .quick-order-upload__message--success .quick-order-upload__message-icon {
  background-color: #2ecc71;
}
.quick-order-upload-modal .quick-order-upload__message--success .quick-order-upload__message-text {
  color: #2ecc71;
}
.quick-order-upload-modal .quick-order-upload__message-icon {
  padding: 8px;
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.quick-order-upload-modal .quick-order-upload__message-icon .icon {
  color: #fff;
  height: 24px;
  width: 24px;
}
.quick-order-upload-modal .quick-order-upload__message-icon .icon svg {
  top: 0;
}
.quick-order-upload-modal .quick-order-upload__message-text {
  align-self: center;
  margin-left: 16px;
}
.quick-order-upload-modal .quick-order-upload__description {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 12px;
}
.quick-order-upload-modal .quick-order-upload__options, .quick-order-upload-modal .quick-order-upload__table {
  margin-top: 32px;
}
.quick-order-upload-modal .quick-order-upload__options .form-label, .quick-order-upload-modal .quick-order-upload__table .form-label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
.quick-order-upload-modal .quick-order-upload__options .form-check, .quick-order-upload-modal .quick-order-upload__table .form-check {
  min-height: 24px;
  margin-bottom: 8px;
}
.quick-order-upload-modal .quick-order-upload__options .form-check + .form-check, .quick-order-upload-modal .quick-order-upload__table .form-check + .form-check {
  margin-bottom: 0;
}
.quick-order-upload-modal .quick-order-upload__options .form-check-label, .quick-order-upload-modal .quick-order-upload__table .form-check-label {
  line-height: 24px;
  cursor: pointer;
}
.quick-order-upload-modal .quick-order-upload__table thead th {
  font-weight: 600;
  padding: 14px 16px;
}
.quick-order-upload-modal .quick-order-upload__table tbody td {
  padding: 16px 16px;
  font-weight: 400;
}
.quick-order-upload-modal .quick-order-upload__table .quick-order-upload__name-cell {
  display: flex;
  flex-direction: column;
}
.quick-order-upload-modal .quick-order-upload__table .quick-order-upload__name-cell *:first-child {
  font-weight: 600;
}
.quick-order-upload-modal .quick-order-upload__table .form-check {
  margin-bottom: 0;
}
.quick-order-upload-modal .quick-order-upload__selection {
  display: none;
}
.quick-order-upload-modal .quick-order-upload__selection .quick-order-upload__product-name {
  margin-bottom: 12px;
  padding-top: 16px;
  border-top: 1px solid #798490;
}
.quick-order-upload-modal .quick-order-upload__selection .quick-order-upload__product-name:first-child {
  border-top: 0;
}
.quick-order-upload-modal .quick-order-upload__selection .form-select {
  margin-bottom: 16px;
}
.quick-order-upload-modal .quick-order-upload__product-name {
  display: flex;
  flex-direction: column;
}
.quick-order-upload-modal .quick-order-upload__product-number {
  font-weight: 600;
}
.quick-order-upload-modal .quick-order-upload__duplicated-title:not([hidden]) + * {
  display: none;
}
@media (max-width: 767.98px) {
  .quick-order-upload-modal .quick-order-upload__table {
    display: none;
  }
  .quick-order-upload-modal .quick-order-upload__selection {
    display: block;
  }
}
.advanced-search-suggest-container {
  width: 70vw;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 400px;
  padding: 20px;
}
.advanced-search-suggest-container .suggest-result-header {
  font-size: 1.125rem;
  font-weight: 700;
}
.advanced-search-suggest-container .search-suggest-product-price {
  margin-left: 15px;
}
.advanced-search-suggest-container .suggest-product-listing {
  list-style-type: none;
  padding: 0;
}
.advanced-search-suggest-container .search-suggest-item {
  border-bottom: 1px solid #eaeaf0;
}
.advanced-search-suggest-container .search-suggest-item.is-active .search-suggest-product-link {
  color: #008555;
}
.advanced-search-suggest-container .search-suggest-item:last-child {
  border-bottom: 0;
}
.advanced-search-suggest-container .search-suggest-item:hover {
  background-color: #f9f9f9;
}
.advanced-search-suggest-container .search-suggest-completion-link, .advanced-search-suggest-container .search-suggest-manufacturer-link, .advanced-search-suggest-container .search-suggest-category-link {
  display: block;
  padding: 0.5rem;
  color: #2b3136;
  text-decoration: none;
}
.advanced-search-suggest-container .search-suggest-completion-link:hover, .advanced-search-suggest-container .search-suggest-manufacturer-link:hover, .advanced-search-suggest-container .search-suggest-category-link:hover {
  text-decoration: none;
}
.advanced-search-suggest-container .search-suggest-completion-link:focus, .advanced-search-suggest-container .search-suggest-completion-link:focus-visible, .advanced-search-suggest-container .search-suggest-manufacturer-link:focus, .advanced-search-suggest-container .search-suggest-manufacturer-link:focus-visible, .advanced-search-suggest-container .search-suggest-category-link:focus, .advanced-search-suggest-container .search-suggest-category-link:focus-visible {
  color: #008555;
  box-shadow: inset 0 0 0 0.125rem #008555, inset 0 0 0 0.25rem #F5F5F5;
  outline: none;
}
.advanced-search-suggest-container .search-term-highlight {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .advanced-search-suggest-container {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
.sw-advanced-search-additional-results-container {
  background-color: #f9f9f9;
  padding-top: 20px;
  position: relative;
}
.sw-advanced-search-additional-results-container:before, .sw-advanced-search-additional-results-container:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #f9f9f9;
  top: 0;
  bottom: 0;
}
.sw-advanced-search-additional-results-container .advanced-search-result-header {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.sw-advanced-search-additional-results-container .sw-advanced-search-additional-results-row {
  --bs-gutter-x: 15px;
  --bs-gutter-y: 15px;
  margin-bottom: 32px;
}
.sw-advanced-search-additional-results-container .advanced-search-result-item {
  font-size: 1.125rem;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sw-advanced-search-additional-results-container .advanced-search-result-item:hover {
  color: #008555;
  text-decoration: none;
}
.sw-advanced-search-additional-results-container .advanced-search-result-listing {
  list-style-type: none;
  padding: 0;
}
.frc-captcha {
  margin-bottom: 1rem;
}
.frc-captcha.has-success {
  border: 1px solid #2ecc71;
  border-radius: 3px;
}
.frc-captcha.has-error {
  border: 1px solid #c82f1e;
  border-radius: 3px;
}
.quote-detail-content-header {
  display: none;
}
.quote-detail-comments {
  display: flex;
  flex-direction: column-reverse;
}
.quote-detail-comments .badge {
  align-self: center;
  line-height: 1.6;
  font-size: 12px;
  padding: 1px 12px;
  margin-top: 16px;
}
.quote-detail-comment {
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column-reverse;
  padding: 24px 24px 24px 64px;
  gap: 8px;
  color: #333333;
  position: relative;
  margin-bottom: 16px;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) {
  margin-bottom: 50px;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) .quote-detail-comment__divider--open {
  background-color: #4aa3df;
  line-height: 20px;
  font-weight: 600;
  font-size: 12px;
  display: block;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) {
  margin-bottom: 50px;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) .quote-detail-comment__divider--reopen {
  background-color: #f1c40f;
  line-height: 20px;
  font-weight: 600;
  font-size: 12px;
  display: block;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) {
  margin-bottom: 50px;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) .quote-detail-comment__divider--in_review {
  background-color: #566573;
  line-height: 20px;
  font-weight: 600;
  font-size: 12px;
  display: block;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) {
  margin-bottom: 50px;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) .quote-detail-comment__divider--replied {
  background-color: #4aa3df;
  line-height: 20px;
  font-weight: 600;
  font-size: 12px;
  display: block;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) {
  margin-bottom: 50px;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) .quote-detail-comment__divider--declined {
  background-color: #c82f1e;
  line-height: 20px;
  font-weight: 600;
  font-size: 12px;
  display: block;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) {
  margin-bottom: 50px;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) .quote-detail-comment__divider--expired {
  background-color: #c82f1e;
  line-height: 20px;
  font-weight: 600;
  font-size: 12px;
  display: block;
}
.quote-detail-comment--last {
  margin-top: 50px;
  margin-bottom: 16px !important;
}
.quote-detail-comment--last div[class*="quote-detail-comment__divider--"] {
  display: block;
  top: -50px;
  bottom: auto;
}
.quote-detail-comment--last div[class*="quote-detail-comment__divider--"] + div[class*="quote-detail-comment__divider--"] {
  top: auto;
  bottom: -36px;
}
.quote-detail-comment--last:has(div[class*="quote-detail-comment__divider--"] + div[class*="quote-detail-comment__divider--"]) {
  margin-bottom: 50px !important;
}
.quote-detail-comment.order-2 {
  gap: 16px;
  position: sticky;
  top: 0;
  margin-bottom: 0;
}
.quote-detail-comment__content {
  margin-top: -14px;
  white-space: pre-line;
  line-height: normal;
  font-size: 14px;
}
.quote-detail-comment__create-at {
  font-size: 11px;
  display: flex;
  column-gap: 8px;
  justify-content: flex-start;
  position: relative;
  flex-wrap: wrap;
}
.quote-detail-comment__avatar {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-transform: uppercase;
  background-color: #fff;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.quote-detail-comment__avatar--customer {
  background-color: rgba(74, 163, 223, 0.2);
}
.quote-detail-comment__date {
  color: #798490;
}
.quote-detail-comment__date, .quote-detail-comment__text {
  flex-shrink: 0;
}
.quote-detail-comment__date {
  order: 1;
  width: 100%;
}
.quote-detail-comment__latest {
  flex-grow: 1;
  text-align: right;
}
.quote-detail-comment__divider {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -36px;
  display: none;
}
.quote-detail-comment__divider span {
  position: relative;
}
.quote-detail-comment__divider::before {
  content: "";
  height: 1px;
  position: absolute;
  width: 560px;
  top: 50%;
  left: 50%;
  background-color: inherit;
  opacity: 0.2;
  transform: translate(-50%, -50%);
}
.quote-detail-comment__btn {
  overflow: visible;
}
.quote-detail-comment__btn.hide-badge .quote-detail-comment__badge {
  display: none;
}
.quote-detail-comment__badge {
  color: #fff;
}
.quote-detail-comment__icon {
  height: 30px;
  width: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4.827 7.138.445.227-.445-.227Zm.441 11.594.354.353-.354-.353Zm12.594-2.559-.227-.445.227.445Zm1.311-1.311-.445-.227.445.227Zm0-7.724-.445.227.445-.227Zm-1.311-1.311.227-.446-.227.446Zm-11.724 0 .227.445-.227-.445Zm1.07 10.966.353.353-.354-.353ZM5 10.3c0-.848 0-1.455.04-1.93.038-.469.11-.766.232-1.005l-.89-.454c-.206.403-.296.847-.34 1.378C4 8.814 4 9.469 4 10.3h1Zm0 1.2v-1.2H4v1.2h1Zm-1 0v5h1v-5H4Zm0 5v1.914h1V16.5H4Zm0 1.914c0 .846 1.023 1.27 1.622.671l-.707-.707a.059.059 0 0 1 .028-.013.046.046 0 0 1 .026.002.059.059 0 0 1 .03.046h-.999Zm1.622.671 1.939-1.939-.707-.707-1.94 1.94.708.706ZM14.7 16H7.914v1H14.7v-1Zm2.935-.273c-.239.122-.536.195-1.005.234-.476.039-1.082.039-1.93.039v1c.832 0 1.486 0 2.011-.043.531-.043.975-.133 1.378-.338l-.454-.892Zm1.092-1.092a2.5 2.5 0 0 1-1.092 1.092l.454.892a3.5 3.5 0 0 0 1.53-1.53l-.892-.454ZM19 11.7c0 .848 0 1.455-.04 1.93-.038.469-.11.766-.233 1.005l.892.454c.205-.403.295-.847.338-1.378.043-.525.043-1.18.043-2.011h-1Zm0-1.4v1.4h1v-1.4h-1Zm-.273-2.935c.122.239.195.536.234 1.005C19 8.845 19 9.452 19 10.3h1c0-.832 0-1.486-.043-2.011-.043-.531-.133-.975-.338-1.378l-.892.454Zm-1.092-1.093a2.5 2.5 0 0 1 1.092 1.093l.892-.454a3.5 3.5 0 0 0-1.53-1.53l-.454.891ZM14.7 6c.848 0 1.454 0 1.93.04.469.038.766.11 1.005.232l.454-.89c-.403-.206-.847-.296-1.378-.34C16.186 5 15.531 5 14.7 5v1ZM9.3 6h5.4V5H9.3v1Zm-2.935.272c.239-.121.536-.194 1.005-.233C7.845 6 8.452 6 9.3 6V5c-.832 0-1.486 0-2.011.043-.531.043-.975.133-1.378.338l.454.891ZM5.272 7.365a2.5 2.5 0 0 1 1.093-1.093l-.454-.89a3.5 3.5 0 0 0-1.53 1.529l.891.454Zm2.289 9.781A.5.5 0 0 1 7.914 17v-1a1.5 1.5 0 0 0-1.06.44l.707.706Z' fill='%23fff'/%3E%3Cpath d='M8.5 9.5h7M8.5 12.5h5' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.quote-detail-offcanvas .offcanvas-header {
  --bs-offcanvas-padding-y: 12px;
  --bs-offcanvas-padding-x: 20px;
}
.quote-detail-offcanvas .offcanvas-header .offcanvas-title {
  font-size: 20px;
}
@media (min-width: 768px) {
  .quote-detail-offcanvas {
    --bs-offcanvas-width: 600px;
  }
}
.quote-detail-send-comment {
  margin-left: -40px;
}
.quote-detail-send-comment:has(.collapse.show) > .form-control, .quote-detail-send-comment:has(.collapsing) > .form-control {
  display: none;
}
@media (min-width: 768px) {
  .quote-detail-content-header {
    display: block;
    padding: 0.5rem 0;
    margin-top: 1rem;
    font-weight: 700;
    border-bottom: 1px solid #bcc1c7;
  }
  .quote-header-price, .quote-header-total {
    text-align: right;
  }
  .quote-header-quantity {
    text-align: center;
  }
  .quote-detail-comment__create-at {
    flex-wrap: nowrap;
    font-size: 12px;
  }
  .quote-detail-comment__date {
    width: auto;
    order: 0;
  }
}
.cart-offcanvas ~ .modal-backdrop {
  z-index: 1000;
}
.offcanvas-quote-request-modal, .cart-quote-request-modal, .decline-quote-modal {
  --bs-modal-header-padding: 24px 32px;
  --bs-modal-header-border-width: 1px;
  --bs-modal-footer-border-width: 0;
  --bs-modal-footer-gap: 32px;
  --bs-modal-padding: 32px 32px 16px;
}
.offcanvas-quote-request-modal .modal-footer, .cart-quote-request-modal .modal-footer, .decline-quote-modal .modal-footer {
  padding: calc(var(--bs-modal-footer-gap) * 0.5) var(--bs-modal-footer-gap);
}
.offcanvas-quote-request-modal .modal-footer > *, .cart-quote-request-modal .modal-footer > *, .decline-quote-modal .modal-footer > * {
  margin: 0 0 0 calc(var(--bs-modal-footer-gap) * 0.125);
}
.quote-summary-list {
  margin-bottom: 0;
}
.quote-grid {
  margin-top: calc(var(--bs-offcanvas-padding-y) * 0.5);
}
.quote-comment {
  margin-top: 24px;
}
.quote-comment .form-label span {
  color: #798490;
}
.quote-comment textarea {
  color: #1f262e;
}
.quote-comment textarea::placeholder {
  color: #333333;
}
.account-quotes .row, .account-quotes .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .account-quotes .checkout-container, .account-quotes .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .account-quotes .checkout-container, .account-quotes .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .account-quotes .checkout-container, .account-quotes .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .account-quotes .checkout-container, .account-quotes .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .account-quotes .checkout-container, .account-quotes body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .account-quotes .checkout-container {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  margin-left: 0;
  margin-right: 0;
}
.quotes-wrapper {
  border: 1px solid #eaeaf0;
}
.quote-table-header-cell {
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding-top: calc(var(--bs-gutter-x) * 0.5);
  padding-bottom: calc(var(--bs-gutter-x) * 0.5);
}
.quotes-table-header {
  border-bottom: solid 2px #008555;
}
.quote-table-header-cell, .quote-table-body-cell {
  display: flex;
  align-items: center;
}
.quotes-table-header {
  border-bottom: solid 2px #008555;
}
.quote-table-header-label {
  display: none;
}
.quote-item {
  padding: calc(var(--bs-gutter-x) * 0.5) 0;
  position: relative;
}
.quote-item:not(:last-child) {
  border-bottom: var(--bs-border-width) solid;
}
.quote-item-status-badge {
  width: auto;
  height: auto;
  padding: 0 calc(var(--bs-gutter-x) * 0.5);
  margin: 0;
  color: white;
  font-weight: 600;
  line-height: 20px;
}
.quote-item-status-badge.quote-item-status-badge-open {
  background-color: #4aa3df;
}
.quote-item-status-badge.quote-item-status-badge-reopen {
  background-color: #f1c40f;
}
.quote-item-status-badge.quote-item-status-badge-in_review {
  background-color: #566573;
}
.quote-item-status-badge.quote-item-status-badge-accepted {
  background-color: #2ecc71;
}
.quote-item-status-badge.quote-item-status-badge-replied {
  background-color: #4aa3df;
}
.quote-item-status-badge.quote-item-status-badge-declined {
  background-color: #c82f1e;
}
.quote-item-status-badge.quote-item-status-badge-expired {
  background-color: #c82f1e;
}
.quote-table-body-context-menu {
  float: right;
  border: var(--bs-border-width) solid #798490;
  border-radius: 0;
  width: 24px;
  height: 24px;
  padding: 0;
}
.quote-table-body-context-menu:after {
  content: unset;
}
.quote-table-body-context-menu .icon {
  margin: 0;
  width: 14px;
  height: 22px;
}
.quote-table-body-context-menu .icon > svg {
  top: 0;
}
.quote-table-header-context-menu-content {
  padding-left: 10px;
  padding-right: 10px;
}
.account-quote-detail .card-title {
  margin-bottom: calc(var(--bs-card-spacer-y) * 0.5);
  font-size: 24px;
}
.account-quote-detail .item {
  margin-top: calc(var(--bs-gutter-x) * 0.4);
}
.account-quote-detail h1, .account-quote-detail .h1 {
  margin-bottom: 0;
}
.account-quote-detail .account-welcome {
  display: flex;
  gap: 16px;
  margin-bottom: var(--bs-gutter-x);
  align-items: center;
}
.account-quote-detail .account-welcome .btn-outline-secondary {
  --bs-btn-hover-bg: #fff;
  --bs-btn-active-bg: #fff;
  height: 40px;
  line-height: 32px;
}
.account-quote-detail .badge {
  font-size: 1rem;
  line-height: 32px;
}
.quote-detail-action {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}
.quote-detail-action .btn[disabled].btn-outline-danger, .quote-detail-action .btn[disabled].btn-quote-request-changes, .quote-detail-action .btn[disabled].btn-quote-checkout, .quote-detail-action .btn[disabled].btn-quote-document, .quote-detail-action .btn.disabled.btn-outline-danger, .quote-detail-action .btn.disabled.btn-quote-request-changes, .quote-detail-action .btn.disabled.btn-quote-checkout, .quote-detail-action .btn.disabled.btn-quote-document {
  --bs-btn-disabled-color: #798490;
  --bs-btn-disabled-border-color: #bcc1c7;
  --bs-btn-disabled-bg: #fff;
}
.quote-detail-action .btn[disabled].btn-quote-checkout, .quote-detail-action .btn.disabled.btn-quote-checkout {
  --bs-btn-disabled-bg: #bcc1c7;
}
#collapseRequestChanges.collapsing[style*="height"] ~ .quote-detail-action, #collapseRequestChanges.show ~ .quote-detail-action, #collapseSendMessage.collapsing[style*="height"] ~ .quote-detail-action, #collapseSendMessage.show ~ .quote-detail-action, #collapseDecline.collapsing[style*="height"] ~ .quote-detail-action, #collapseDecline.show ~ .quote-detail-action {
  display: none;
}
.quote-details, .quote-summary {
  margin-bottom: calc(var(--bs-gutter-x) * 0.6);
}
@media (max-width: 575.98px) {
  .quotes-table-header {
    display: none;
  }
  .quote-table-header-label {
    display: block;
  }
  .quote-table-body-cell:not(:last-child) {
    margin-bottom: 10px;
  }
  .quote-table-header-label {
    display: block;
    float: left;
    width: 50%;
  }
  .quote-table-body-context-menu {
    position: absolute;
    right: 16px;
    top: 16px;
    justify-content: flex-end;
  }
  .quote-detail-action {
    flex-direction: column;
  }
}
@media (min-width: 576px) {
  .quote-table-header-cell:last-child, .quote-table-body-cell:last-child {
    flex: 70px 0;
    width: 70px;
  }
}
.btn-quote-document {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: auto;
}
.btn-quote-document:hover .btn-quote-icon-download {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='meteor-icon-kit__regular-download' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 14.5858L17.2929 10.2929C17.6834 9.90237 18.3166 9.90237 18.7071 10.2929C19.0976 10.6834 19.0976 11.3166 18.7071 11.7071L12.7071 17.7071C12.3166 18.0976 11.6834 18.0976 11.2929 17.7071L5.29289 11.7071C4.90237 11.3166 4.90237 10.6834 5.29289 10.2929C5.68342 9.90237 6.31658 9.90237 6.70711 10.2929L11 14.5858V1C11 0.447715 11.4477 0 12 0C12.5523 0 13 0.447715 13 1V14.5858ZM2 22.0416H22V17C22 16.4477 22.4477 16 23 16C23.5523 16 24 16.4477 24 17V23.0416C24 23.5939 23.5523 24.0416 23 24.0416H1C0.447715 24.0416 0 23.5939 0 23.0416V17.0622C0 16.5099 0.447715 16.0622 1 16.0622C1.55228 16.0622 2 16.5099 2 17.0622V22.0416Z' fill='%23fff'/%3E%3C/svg%3E");
}
.btn-quote-document.disabled {
  border-color: #bcc1c7;
}
.btn-quote-document.disabled .btn-quote-icon-download {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='meteor-icon-kit__regular-download' viewBox='0 0 24 24' fill='%23798490'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 14.5858L17.2929 10.2929C17.6834 9.90237 18.3166 9.90237 18.7071 10.2929C19.0976 10.6834 19.0976 11.3166 18.7071 11.7071L12.7071 17.7071C12.3166 18.0976 11.6834 18.0976 11.2929 17.7071L5.29289 11.7071C4.90237 11.3166 4.90237 10.6834 5.29289 10.2929C5.68342 9.90237 6.31658 9.90237 6.70711 10.2929L11 14.5858V1C11 0.447715 11.4477 0 12 0C12.5523 0 13 0.447715 13 1V14.5858ZM2 22.0416H22V17C22 16.4477 22.4477 16 23 16C23.5523 16 24 16.4477 24 17V23.0416C24 23.5939 23.5523 24.0416 23 24.0416H1C0.447715 24.0416 0 23.5939 0 23.0416V17.0622C0 16.5099 0.447715 16.0622 1 16.0622C1.55228 16.0622 2 16.5099 2 17.0622V22.0416Z' fill='%23798490'/%3E%3C/svg%3E");
}
.btn-quote-icon-download {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='meteor-icon-kit__regular-download' viewBox='0 0 24 24' fill='%23008555'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 14.5858L17.2929 10.2929C17.6834 9.90237 18.3166 9.90237 18.7071 10.2929C19.0976 10.6834 19.0976 11.3166 18.7071 11.7071L12.7071 17.7071C12.3166 18.0976 11.6834 18.0976 11.2929 17.7071L5.29289 11.7071C4.90237 11.3166 4.90237 10.6834 5.29289 10.2929C5.68342 9.90237 6.31658 9.90237 6.70711 10.2929L11 14.5858V1C11 0.447715 11.4477 0 12 0C12.5523 0 13 0.447715 13 1V14.5858ZM2 22.0416H22V17C22 16.4477 22.4477 16 23 16C23.5523 16 24 16.4477 24 17V23.0416C24 23.5939 23.5523 24.0416 23 24.0416H1C0.447715 24.0416 0 23.5939 0 23.0416V17.0622C0 16.5099 0.447715 16.0622 1 16.0622C1.55228 16.0622 2 16.5099 2 17.0622V22.0416Z' fill='%23008555'/%3E%3C/svg%3E");
  height: 18px;
  width: 18px;
  display: inline-block;
  transition: background-image 0.15s ease-in-out;
}
.nls-search-bar {
  padding: 4px 0px;
  border-bottom: 2px solid #eaeaf0;
}
.nls-search-bar:focus-within {
  border-bottom: 2px solid #008555;
}
.nls-search-bar .nls-search-bar-button {
  --bs-btn-focus-box-shadow:  0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
  --bs-btn-border-color: #eaeaf0;
  --bs-btn-hover-color: #008555;
  --bs-btn-hover-border-color: #eaeaf0;
  --bs-btn-active-border-color: #eaeaf0;
  --bs-btn-disabled-bg: var(--bs-body-bg);
  --bs-btn-disabled-border-color: #eaeaf0;
}
.nls-search-error {
  font-size: 0.875rem;
}
.nls-search-error .icon-exclamation-circle {
  width: 12px;
  height: 12px;
}
.nls-example .nls-example-item {
  --bs-btn-border-radius: 4px;
  --bs-btn-font-weight: --400;
}
.nls-example .nls-example-description, .nls-example .nls-example-item, .nls-example .nls-example-suggestion {
  font-size: 0.875rem;
}
.image-upload-search__title {
  margin-top: -0.75rem;
}
.image-upload-search__description {
  font-size: 1rem;
  margin-bottom: 0;
}
.image-upload-search__sub-description {
  font-size: 0.875rem;
  margin-top: -1rem;
}
.image-upload .btn-light {
  background-color: #eee;
}
.image-upload .btn-image-search {
  height: fit-content;
  overflow: initial;
}
.image-upload__dropzone {
  padding: 22px 24px;
  color: #008555;
  position: relative;
  border: 2px dashed #008555;
  background-color: #f9f9f9;
  min-height: 72px;
  overflow: hidden;
}
.image-upload__dropzone.dragover {
  background-color: rgba(0, 133, 85, 0.15);
}
.image-upload__description {
  gap: 16px;
}
.image-upload__description h5, .image-upload__description .h5 {
  line-height: 1;
  font-weight: 700;
  font-size: 16px;
  color: #008555;
  margin: 0;
}
.image-upload__description .icon {
  color: #008555;
  width: 24px;
}
.image-upload__description .icon svg {
  top: 0;
}
.image-upload__description span {
  color: #798490;
  font-size: 0.875rem;
}
.image-upload__text {
  display: flex;
  flex-direction: column;
}
.image-upload__file-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.image-upload .thumbnail-info {
  overflow: hidden;
}
.image-upload .thumbnail-container {
  width: 75px;
  height: 75px;
}
.header-search {
  display: flex;
}
.header-search > .header-search-form {
  width: 100%;
}
.ai-search-page {
  padding-top: 80px;
  gap: 60px;
}
.ai-search-container {
  gap: 80px;
}
.ai-search-results {
  gap: 48px;
}
@keyframes sparkleAnimation3 {
  0% {
    transform: translateY(0%);
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: translateY(-25%);
  }
}
@keyframes sparkleAnimation2 {
  0% {
    transform: translateY(5%);
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: translateY(-25%);
  }
}
@keyframes sparkleAnimation1 {
  0% {
    transform: translateY(10%);
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: translateY(-25%);
  }
}
.ai-search-loading-spinner svg > path {
  opacity: 0;
}
.ai-search-loading-spinner svg > path:nth-child(1) {
  animation: sparkleAnimation1 3s infinite ease-in-out;
  animation-delay: 0s;
}
.ai-search-loading-spinner svg > path:nth-child(2) {
  animation: sparkleAnimation2 3s infinite ease-in-out;
  animation-delay: 0.2s;
}
.ai-search-loading-spinner svg > path:nth-child(3) {
  animation: sparkleAnimation3 3s infinite ease-in-out;
  animation-delay: 0.4s;
}
.icon-ai-primary {
  color: #008555;
}
.icon-ai-search {
  width: 47px;
  height: 31px;
}
.icon-ai-loading {
  color: #008555;
  width: 128px;
  height: 128px;
}
.cms-spatial-viewer-container {
  position: relative;
  height: 100%;
  width: 100%;
}
.cms-spatial-viewer-container .cms-spatial-viewer-container-with-canvas {
  display: block;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-height: 200px;
  max-height: 70vh;
  aspect-ratio: 1;
}
.cms-spatial-viewer-container .cms-spatial-viewer-container-with-canvas.is-tall {
  aspect-ratio: 0.5;
}
.cms-spatial-viewer-container .cms-spatial-viewer-container-with-canvas.is-wide {
  aspect-ratio: 2;
}
.cms-spatial-viewer-container.spatial-fullscreen-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  box-sizing: border-box;
  z-index: 800;
  background: #fff;
}
.cms-spatial-viewer-container.spatial-fullscreen-view .cms-spatial-viewer-container-with-canvas {
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: 100%;
}
.cms-spatial-viewer-container.spatial-fullscreen-view .spatial-open-fullscreen-btn {
  display: none;
}
.cms-spatial-viewer-container.spatial-fullscreen-view .spatial-close-fullscreen-btn {
  display: block;
  top: 30px;
  right: 30px;
}
.cms-spatial-viewer-container.spatial-fullscreen-view .spatial-button-actions-group {
  bottom: 30px;
  right: 30px;
}
.cms-spatial-viewer-container .cms-spatial-viewer-canvas {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0px;
  padding: 0px;
}
.cms-spatial-viewer-container .spatial-button-actions-group {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.cms-spatial-viewer-container .spatial-open-fullscreen-btn, .cms-spatial-viewer-container .spatial-ar-button, .cms-spatial-viewer-container .spatial-close-fullscreen-btn {
  background-color: transparent;
  margin: 0px;
  padding: 1px;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  border: 2px solid #bcc1c7;
  border-radius: 5px;
  z-index: 800;
}
.cms-spatial-viewer-container .spatial-open-fullscreen-btn .icon, .cms-spatial-viewer-container .spatial-ar-button .icon, .cms-spatial-viewer-container .spatial-close-fullscreen-btn .icon {
  margin-top: 4px;
  height: 18px;
  width: 18px;
}
.cms-spatial-viewer-container .spatial-open-fullscreen-btn .icon svg, .cms-spatial-viewer-container .spatial-ar-button .icon svg, .cms-spatial-viewer-container .spatial-close-fullscreen-btn .icon svg {
  top: unset;
}
.cms-spatial-viewer-container .spatial-ar-button {
  width: auto;
  padding-right: 10px;
  padding-left: 10px;
}
.cms-spatial-viewer-container .spatial-ar-button .icon {
  margin-top: 0px;
  margin-right: 5px;
}
.cms-spatial-viewer-container .spatial-close-fullscreen-btn {
  position: absolute;
  display: none;
  top: 20px;
  right: 20px;
}
.cms-spatial-viewer-container .spatial-cms-canvas-note {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #798490;
  color: #F5F5F5;
  padding: 0 8px;
  border-radius: 8px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.cms-spatial-viewer-container .spatial-cms-canvas-note.spatial-canvas-note--hidden {
  opacity: 0;
}
.cms-spatial-viewer-container .spatial-cms-canvas-note.spatial-cms-movement-note {
  bottom: 86px;
}
.spatial-viewer-remove-scroll-bars {
  overflow: hidden;
}
.approval-rule-item, .pending-order-item {
  padding: calc(var(--bs-gutter-x) * 0.5) 0;
  position: relative;
}
.approval-rule-item:not(:last-child), .pending-order-item:not(:last-child) {
  border-bottom: var(--bs-border-width) solid;
}
.icon-approval-rule-item__status--active {
  width: 20px;
  padding: 2px;
}
.icon-approval-rule-item__status--active svg path {
  fill: #007E4E;
}
.icon-approval-rule-item__status--unactive {
  width: 20px;
  padding: 2px;
}
.icon-approval-rule-item__status--unactive svg path {
  fill: #C20017;
}
.icon-inline-edit-button__save {
  width: 24px;
  height: 24px;
}
.icon-inline-edit-button__save svg {
  border: solid 1px #838489;
  background: #0042A0;
  padding: 2px;
}
.icon-inline-edit-button__save svg path {
  fill: #FFFF;
}
.icon-inline-edit-button__cancel {
  width: 24px;
  height: 24px;
}
.icon-inline-edit-button__cancel svg {
  border: solid 1px #838489;
  padding: 2px;
}
.icon-inline-edit-button__cancel svg path {
  fill: #474A57;
}
.approval-rule-table-header-label, .pending-order-table-header-label {
  display: none;
}
.approval-rule-table-body-context-menu {
  float: right;
  border: var(--bs-border-width) solid #798490;
  border-radius: 0;
  width: 24px;
  height: 24px;
  padding: 0;
}
.approval-rule-table-body-context-menu:after {
  content: unset;
}
.approval-rule-table-body-context-menu .icon {
  margin: 0;
  width: 14px;
  height: 22px;
}
.approval-rule-table-body-context-menu .icon > svg {
  top: 0;
}
.approval-rule-table-header-context-menu-content {
  padding-left: 10px;
  padding-right: 10px;
}
.pending-order-table-header-context-menu-content-link.disabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
.approval-rule-table-header-context-menu-content-link {
  display: block;
  border: 0 none;
  padding: 0;
  width: 100%;
  color: #333333;
  background: none;
  cursor: pointer;
  text-align: left;
}
.approval-rule-table-header-context-menu-content-link:hover {
  text-decoration: none;
  color: #008555;
}
.approval-rule-table-header-context-menu-content-link:active {
  outline: none;
}
.approval-rule-table-header-context-menu-content-link:not(:last-child) {
  margin-bottom: 10px;
}
.approval-rule-table-header-context-menu-content-link.is--danger:hover {
  color: #c82f1e;
}
.approval-rule-header-label {
  display: none;
}
.icon-questionmark-circle svg {
  background: gray;
  border-radius: 50%;
}
.icon-questionmark-circle svg path {
  fill: white;
}
.approval-rule-item__priority--tooltip > .tooltip-inner {
  padding: 24px;
  background: var(---zinc-1000, #000);
  max-width: 279px;
  font-size: 14px;
  line-height: 21px;
}
.approval-rule-table-body-cell.editable input:not([type="checkbox"]) {
  padding: 8px 5px;
}
.approval-rule-table-body-cell.editable input[type="number"] {
  max-width: 60px;
}
.approval-rule-table-body-cell.editable input[type="text"] {
  max-width: 160px;
}
.approval-rule-table-body-cell.editable .is-invalid {
  border: solid 1px #dc3545;
}
.approval-rule-table-body-cell.truncate-multiline {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.approval-rule-table-body-cell.truncate-multiline:not(.justify-content-end) .approval-rule-table-body-value {
  padding-right: 0;
  max-width: calc(100% + 0.75em);
  text-align: left;
}
.approval-rule-table-body-cell.truncate-multiline.justify-content-center .approval-rule-table-body-value {
  margin-right: 0;
}
.approval-rule-table-body-cell.truncate-multiline .approval-rule-table-body-value {
  overflow: hidden;
  line-height: 21px;
  height: 21px;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
  max-width: 95%;
  /* stylelint-disable */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* stylelint-enable */
  line-clamp: 1;
  text-overflow: ellipsis;
  display: block;
  text-align: center;
}
@media (max-width: 575.98px) {
  .approval-rule-item {
    padding: calc(var(--bs-gutter-x) * 0.5) 0;
    position: relative;
  }
  .approval-rule-table-header, .b2b-roles .b2b-table thead tr, .pending-order-table-header {
    display: none;
  }
  .approval-rule-table-body-cell:not(:last-child) {
    min-height: 35px;
  }
  .pending-order-table-body-cell:not(:last-child) {
    margin-bottom: 10px;
  }
  .approval-rule-table-header-label, .pending-order-table-body-cell:not(:last-child) {
    display: block;
    float: left;
    width: 40%;
  }
  .approval-rule-table-body-context-menu, .pending-order-table-body-context-menu {
    position: absolute;
    right: 16px;
    top: 22px;
    justify-content: flex-end;
  }
  .approval-rule-table-body-cell {
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .approval-rule-header-label {
    display: block;
    float: left;
    width: 50%;
  }
  .approval-rule-table-body-cell.truncate-multiline:not(.justify-content-end) .approval-rule-table-body-value {
    max-width: 120px;
  }
  .icon-inline-edit-button__save {
    width: 20px;
    height: 20px;
  }
  .icon-inline-edit-button__cancel {
    width: 20px;
    height: 20px;
  }
  .inline-edit-save-button {
    position: absolute;
    right: 28px;
    top: 16px;
  }
  .inline-edit-cancel-button {
    position: absolute;
    right: 5px;
    top: 16px;
  }
}
@media (min-width: 576px) {
  .approval-rule-table-header-cell:last-child, .approval-rule-table-body-cell:last-child, .pending-order-table-header-cell:last-child, .pending-order-table-body-cell:last-child {
    flex: 80px 0;
    width: 80px;
  }
  .approval-rule-item.row, .is-act-cartpage .checkout .approval-rule-item.checkout-container, .is-act-checkoutregisterpage .checkout .approval-rule-item.checkout-container, .is-act-confirmpage .checkout .approval-rule-item.checkout-container, .is-ctl-accountorder .checkout .approval-rule-item.checkout-container, .is-act-finishpage .checkout .approval-rule-item.checkout-container, body.is-act-confirmpage .checkout .approval-rule-item.checkout-container {
    min-height: 60px;
    padding: 0;
  }
  .approval-rule-item.row:hover, .is-act-cartpage .checkout .approval-rule-item.checkout-container:hover, .is-act-checkoutregisterpage .checkout .approval-rule-item.checkout-container:hover, .is-act-confirmpage .checkout .approval-rule-item.checkout-container:hover, .is-ctl-accountorder .checkout .approval-rule-item.checkout-container:hover, .is-act-finishpage .checkout .approval-rule-item.checkout-container:hover, body.is-act-confirmpage .checkout .approval-rule-item.checkout-container:hover {
    background: #F2F3F8;
  }
}
.custom-condition {
  padding: 1rem;
  background: #f9f9f9;
}
.field__addition {
  min-width: 40px;
  background: #eee;
  border-left: var(--bs-border-width) solid #798490;
  line-height: 16px;
  padding: 12px 15px;
  display: flex;
}
.field__addition.d-none {
  display: none;
}
.single__input {
  border: var(--bs-border-width) solid #798490;
  overflow: hidden;
  display: flex;
}
.single__input .form-control {
  border: none;
}
.pending-order-detail-content-header {
  display: none;
}
.pending-order-detail-bagde {
  font-weight: 600;
  font-size: 0.875rem;
}
.account-pending-order-detail .purchase-order-detail-content-list {
  list-style: none;
  padding-left: 0;
}
.order-detail-content-list, .subscription-detail-content-list {
  list-style: none;
  padding-left: 0;
}
.b2b-create-back {
  text-overflow: clip;
}
@media (min-width: 768px) {
  .pending-order-detail-content-header {
    display: block;
    padding: 0.5rem 0;
    margin-top: 1rem;
    font-weight: 700;
    border-bottom: 1px solid #bcc1c7;
  }
  .pending-order-header-price, .pending-order-header-total {
    text-align: right;
  }
  .pending-order-header-quantity {
    text-align: center;
  }
}
.account-approval-rule .row, .account-approval-rule .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .account-approval-rule .checkout-container, .account-approval-rule .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .account-approval-rule .checkout-container, .account-approval-rule .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .account-approval-rule .checkout-container, .account-approval-rule .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .account-approval-rule .checkout-container, .account-approval-rule .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .account-approval-rule .checkout-container, .account-approval-rule body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .account-approval-rule .checkout-container, .account-pending-order .row, .account-pending-order .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .account-pending-order .checkout-container, .account-pending-order .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .account-pending-order .checkout-container, .account-pending-order .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .account-pending-order .checkout-container, .account-pending-order .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .account-pending-order .checkout-container, .account-pending-order .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .account-pending-order .checkout-container, .account-pending-order body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .account-pending-order .checkout-container {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  margin-left: 0;
  margin-right: 0;
}
.approval-rule-wrapper, .pending-order-wrapper {
  border: 1px solid #eaeaf0;
}
.approval-rule-wrapper {
  border-bottom: 0;
}
.approval-rule-table-header-cell, .pending-order-table-header-cell {
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding-top: calc(var(--bs-gutter-x) * 0.5);
  padding-bottom: calc(var(--bs-gutter-x) * 0.5);
}
.approval-rule-table-body-cell.editable input[type=number]::-webkit-outer-spin-button, .approval-rule-table-body-cell.editable input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.approval-rule-table-body-cell.editable input[type=number] {
  -moz-appearance: textfield;
}
.approval-rule-table-body-cell.editable input:focus {
  outline: none;
}
.approval-rule-table-header, .b2b-roles .b2b-table thead tr, .pending-order-table-header {
  border-bottom: solid 2px #008555;
}
.approval-rule-table-header-cell, .approval-rule-table-body-cell, .pending-order-table-header-cell, .pending-order-table-body-cell {
  display: flex;
  align-items: center;
}
.pending-order-detail-badge {
  --bs-bg-opacity: 1;
}
.pending-order-detail-badge.pending {
  background-color: #bcc1c7;
  color: #566573;
}
.pending-order-detail-badge.in_review {
  background-color: #4aa3df;
}
.pending-order-detail-badge.approved {
  background-color: #2ecc71;
}
.pending-order-detail-badge.declined {
  background-color: #c82f1e;
}
.approval-rules-pagination, .b2b-roles .roles-pagination {
  padding: 12px 16px;
  background: #E2E3E9;
  border: 1px solid #798490;
  border-top: 0;
}
.approval-rules-pagination .pagination > .page-item > .page-link, .b2b-roles .roles-pagination .pagination > .page-item > .page-link {
  background: unset;
}
.approval-rules-pagination .pagination > .page-item.active > .page-link, .b2b-roles .roles-pagination .pagination > .page-item.active > .page-link {
  background: #0042A0;
}
.approval-rules-pagination .per-page, .b2b-roles .roles-pagination .per-page {
  width: auto;
}
@media (max-width: 575.98px) {
  .approval-rules-pagination .approval-rules-pagination-form, .b2b-roles .roles-pagination .approval-rules-pagination-form {
    position: relative;
  }
  .approval-rules-pagination .approval-rules-pagination-form div, .b2b-roles .roles-pagination .approval-rules-pagination-form div {
    padding-left: 0;
  }
  .approval-rules-pagination .per-page, .b2b-roles .roles-pagination .per-page {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.pending-order-card .card-title {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .pending-order-card .card-title {
    font-size: 1.5rem;
  }
}
.pending-detail-action {
  font-size: 0;
}
.pending-order-detail-content-list .line-item-quantity-select-wrapper {
  pointer-events: none;
}
.pending-order-modal.modal {
  --bs-modal-header-border-width: 1px;
  --bs-modal-padding: 32px;
  --bs-modal-header-padding: 32px 24px;
  --bs-modal-width: 600px;
}
.pending-order-modal.modal .modal-body {
  padding-bottom: 0;
}
.pending-comment {
  margin-top: 24px;
}
.pending-comment .form-label span {
  color: #798490;
}
.pending-comment textarea {
  border-radius: 3px;
}
.pending-comment textarea::placeholder {
  color: #798490;
}
.purchase-table .order-table-header-heading, .purchase-table .booking-item-table-header-heading {
  max-width: 300px;
}
.order-item-status-badge, .subscription-item-status-badge {
  /*
     * Set colors of the order status badge according to the order state.
     * The stylelint rule `selector-class-pattern` is disabled.
     * The technicalName of the order state includes underscores.
     */
  /* stylelint-disable selector-class-pattern */
}
.order-item-status-badge.order-item-status-badge-pending, .order-item-status-badge-pending.subscription-item-status-badge {
  background-color: #4aa3df;
  color: #fff;
}
.order-item-status-badge.order-item-status-badge-in-review, .order-item-status-badge-in-review.subscription-item-status-badge {
  background-color: #2ecc71;
  color: #fff;
}
.order-item-status-badge.order-item-status-badge-declined, .order-item-status-badge-declined.subscription-item-status-badge {
  background-color: #c82f1e;
  color: #fff;
}
.order-item-status-badge.order-item-status-badge-approved, .order-item-status-badge-approved.subscription-item-status-badge {
  background-color: #c82f1e;
  color: #fff;
}
.order-table-header-order-number .order-table-header-label, .subscription-table-header-info-wrapper .order-table-header-label, .order-table-header-order-number .subscription-table-header-label, .order-table-header-order-number .booking-item-table-header-label, .subscription-table-header-info-wrapper .subscription-table-header-label, .subscription-table-header-info-wrapper .booking-item-table-header-label {
  display: inline;
}
.order-table-header-order-table-body-cell.decline-row + .order-item-actions, .decline-row.booking-item-table-body-cell + .order-item-actions, .order-table-header-order-table-body-cell.decline-row + .booking-item-actions, .decline-row.booking-item-table-body-cell + .booking-item-actions {
  margin-bottom: 1rem;
}
.order-table-header .row > [class*="col-"].decline-row, .order-table-header .is-act-cartpage .checkout .checkout-container > [class*="col-"].decline-row, .is-act-cartpage .checkout .order-table-header .checkout-container > [class*="col-"].decline-row, .order-table-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"].decline-row, .is-act-checkoutregisterpage .checkout .order-table-header .checkout-container > [class*="col-"].decline-row, .order-table-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"].decline-row, .is-act-confirmpage .checkout .order-table-header .checkout-container > [class*="col-"].decline-row, .order-table-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"].decline-row, .is-ctl-accountorder .checkout .order-table-header .checkout-container > [class*="col-"].decline-row, .order-table-header .is-act-finishpage .checkout .checkout-container > [class*="col-"].decline-row, .is-act-finishpage .checkout .order-table-header .checkout-container > [class*="col-"].decline-row, .order-table-header body.is-act-confirmpage .checkout .checkout-container > [class*="col-"].decline-row, body.is-act-confirmpage .checkout .order-table-header .checkout-container > [class*="col-"].decline-row, .order-item-header .row > [class*="col-"].decline-row, .subscription-item-header .row > [class*="col-"].decline-row, .subscription-item-header .is-act-cartpage .checkout .checkout-container > [class*="col-"].decline-row, .is-act-cartpage .checkout .subscription-item-header .checkout-container > [class*="col-"].decline-row, .subscription-item-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"].decline-row, .is-act-checkoutregisterpage .checkout .subscription-item-header .checkout-container > [class*="col-"].decline-row, .subscription-item-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"].decline-row, .is-act-confirmpage .checkout .subscription-item-header .checkout-container > [class*="col-"].decline-row, .subscription-item-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"].decline-row, .is-ctl-accountorder .checkout .subscription-item-header .checkout-container > [class*="col-"].decline-row, .subscription-item-header .is-act-finishpage .checkout .checkout-container > [class*="col-"].decline-row, .is-act-finishpage .checkout .subscription-item-header .checkout-container > [class*="col-"].decline-row, .subscription-item-header body.is-act-confirmpage .checkout .checkout-container > [class*="col-"].decline-row, body.is-act-confirmpage .checkout .subscription-item-header .checkout-container > [class*="col-"].decline-row, .booking-item-header .row > [class*="col-"].decline-row, .booking-item-header .is-act-cartpage .checkout .checkout-container > [class*="col-"].decline-row, .is-act-cartpage .checkout .booking-item-header .checkout-container > [class*="col-"].decline-row, .booking-item-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"].decline-row, .is-act-checkoutregisterpage .checkout .booking-item-header .checkout-container > [class*="col-"].decline-row, .booking-item-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"].decline-row, .is-act-confirmpage .checkout .booking-item-header .checkout-container > [class*="col-"].decline-row, .booking-item-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"].decline-row, .is-ctl-accountorder .checkout .booking-item-header .checkout-container > [class*="col-"].decline-row, .booking-item-header .is-act-finishpage .checkout .checkout-container > [class*="col-"].decline-row, .is-act-finishpage .checkout .booking-item-header .checkout-container > [class*="col-"].decline-row, .booking-item-header body.is-act-confirmpage .checkout .checkout-container > [class*="col-"].decline-row, body.is-act-confirmpage .checkout .booking-item-header .checkout-container > [class*="col-"].decline-row, .order-item-header .is-act-cartpage .checkout .checkout-container > [class*="col-"].decline-row, .is-act-cartpage .checkout .order-item-header .checkout-container > [class*="col-"].decline-row, .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"].decline-row, .is-act-checkoutregisterpage .checkout .order-item-header .checkout-container > [class*="col-"].decline-row, .order-item-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"].decline-row, .is-act-confirmpage .checkout .order-item-header .checkout-container > [class*="col-"].decline-row, .order-item-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"].decline-row, .is-ctl-accountorder .checkout .order-item-header .checkout-container > [class*="col-"].decline-row, .order-item-header .is-act-finishpage .checkout .checkout-container > [class*="col-"].decline-row, .is-act-finishpage .checkout .order-item-header .checkout-container > [class*="col-"].decline-row, .order-item-header body.is-act-confirmpage .checkout .checkout-container > [class*="col-"].decline-row, body.is-act-confirmpage .checkout .order-item-header .checkout-container > [class*="col-"].decline-row, .order-detail-content-header .row > [class*="col-"].decline-row, .subscription-detail-content-header .row > [class*="col-"].decline-row, .subscription-detail-content-header .is-act-cartpage .checkout .checkout-container > [class*="col-"].decline-row, .is-act-cartpage .checkout .subscription-detail-content-header .checkout-container > [class*="col-"].decline-row, .subscription-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"].decline-row, .is-act-checkoutregisterpage .checkout .subscription-detail-content-header .checkout-container > [class*="col-"].decline-row, .subscription-detail-content-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"].decline-row, .is-act-confirmpage .checkout .subscription-detail-content-header .checkout-container > [class*="col-"].decline-row, .subscription-detail-content-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"].decline-row, .is-ctl-accountorder .checkout .subscription-detail-content-header .checkout-container > [class*="col-"].decline-row, .subscription-detail-content-header .is-act-finishpage .checkout .checkout-container > [class*="col-"].decline-row, .is-act-finishpage .checkout .subscription-detail-content-header .checkout-container > [class*="col-"].decline-row, .subscription-detail-content-header body.is-act-confirmpage .checkout .checkout-container > [class*="col-"].decline-row, body.is-act-confirmpage .checkout .subscription-detail-content-header .checkout-container > [class*="col-"].decline-row, .booking-item-detail-content-header .row > [class*="col-"].decline-row, .booking-item-detail-content-header .is-act-cartpage .checkout .checkout-container > [class*="col-"].decline-row, .is-act-cartpage .checkout .booking-item-detail-content-header .checkout-container > [class*="col-"].decline-row, .booking-item-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"].decline-row, .is-act-checkoutregisterpage .checkout .booking-item-detail-content-header .checkout-container > [class*="col-"].decline-row, .booking-item-detail-content-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"].decline-row, .is-act-confirmpage .checkout .booking-item-detail-content-header .checkout-container > [class*="col-"].decline-row, .booking-item-detail-content-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"].decline-row, .is-ctl-accountorder .checkout .booking-item-detail-content-header .checkout-container > [class*="col-"].decline-row, .booking-item-detail-content-header .is-act-finishpage .checkout .checkout-container > [class*="col-"].decline-row, .is-act-finishpage .checkout .booking-item-detail-content-header .checkout-container > [class*="col-"].decline-row, .booking-item-detail-content-header body.is-act-confirmpage .checkout .checkout-container > [class*="col-"].decline-row, body.is-act-confirmpage .checkout .booking-item-detail-content-header .checkout-container > [class*="col-"].decline-row, .order-detail-content-header .is-act-cartpage .checkout .checkout-container > [class*="col-"].decline-row, .is-act-cartpage .checkout .order-detail-content-header .checkout-container > [class*="col-"].decline-row, .order-detail-content-header .is-act-checkoutregisterpage .checkout .checkout-container > [class*="col-"].decline-row, .is-act-checkoutregisterpage .checkout .order-detail-content-header .checkout-container > [class*="col-"].decline-row, .order-detail-content-header .is-act-confirmpage .checkout .checkout-container > [class*="col-"].decline-row, .is-act-confirmpage .checkout .order-detail-content-header .checkout-container > [class*="col-"].decline-row, .order-detail-content-header .is-ctl-accountorder .checkout .checkout-container > [class*="col-"].decline-row, .is-ctl-accountorder .checkout .order-detail-content-header .checkout-container > [class*="col-"].decline-row, .order-detail-content-header .is-act-finishpage .checkout .checkout-container > [class*="col-"].decline-row, .is-act-finishpage .checkout .order-detail-content-header .checkout-container > [class*="col-"].decline-row, .order-detail-content-header body.is-act-confirmpage .checkout .checkout-container > [class*="col-"].decline-row, body.is-act-confirmpage .checkout .order-detail-content-header .checkout-container > [class*="col-"].decline-row {
  padding-right: 0;
  padding-left: 0;
}
.order-decline-comment-row {
  margin-top: 1rem;
}
.order-decline-comment-row .card-title {
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-size: 1rem;
}
.pending-order-table-header-context-menu-content-link.is--danger {
  display: block;
  border: 0 none;
  width: 100%;
  color: #333333;
  background: none;
  cursor: pointer;
  text-align: left;
  margin-top: 10px;
}
.pending-order-table-header-context-menu-content-link.is--danger:hover {
  color: #c82f1e;
}
@media (min-width: 768px) {
  .purchase-item-detail .order-item-detail-summary dt, .purchase-item-detail .subscription-item-detail-summary dt {
    text-align: left;
  }
}
.rule-search-input {
  border-right: 0;
}
.rule-search-btn, .b2b-roles .b2b-table-header .b2b-table-header-search-btn {
  background: var(--bs-body-bg);
  --bs-btn-focus-box-shadow:  0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
  --bs-btn-border-color: #eaeaf0;
  --bs-btn-hover-color: #008555;
  --bs-btn-hover-border-color: #eaeaf0;
  --bs-btn-active-border-color: #eaeaf0;
  --bs-btn-disabled-bg: var(--bs-body-bg);
  --bs-btn-disabled-border-color: #eaeaf0;
  border-left: 0 none;
}
.approval-rule-form {
  padding: 0.5rem 1rem;
  border: 1px solid #eaeaf0;
  background-color: #eee;
}
.approval-rule-empty-state, .b2b-roles .roles-empty-state {
  padding: 0.5rem;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaf0;
  border-top: none;
}
.account-approval-detail .form-group {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .approval-rule-active {
    padding-top: 32px;
  }
}
.approval-rule-custom-condition-value .form-check {
  padding-left: calc(var(--bs-gutter-x) * .5);
}
.rule-required-info {
  margin-top: 1rem;
}
.select-selection-list__input {
  display: inline-block;
  border: none;
  padding: 4px;
}
.select-selection-list {
  list-style: none;
  padding: 0 4px 4px;
  border: var(--bs-border-width) solid #eaeaf0;
  min-height: 42px;
  background-color: #F5F5F5;
}
.select-selection-list li {
  display: inline-block;
}
.select-selection-list li.d-none {
  display: none;
}
.select-selection-list__item-holder {
  padding: 3px 8px;
  margin: 4px 6px 0 0;
  border: var(--bs-border-width) solid #eaeaf0;
}
.label__dismiss {
  border: none;
  background: transparent;
  height: 24px;
  width: 24px;
  padding: 0;
}
.select-result-list__content {
  width: 100%;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #eaeaf0;
  box-shadow: 0 3px 6px 0 #bcc1c7;
  background-color: #fff;
  font-size: 14px;
  padding: 8px;
  border-radius: 4px;
  position: absolute;
  top: 100%;
}
.select-result-list__item-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.select__selection {
  position: relative;
}
.select-result {
  padding: 12px 15px;
}
.select-result:hover {
  background: #f9f9f9;
  color: #798490;
}
.select-result.is--active .select-result-list__icon-active {
  display: block;
}
.select-result__result-item-text {
  pointer-events: none;
}
.approval-rule-table-header-context-menu-content a, .approval-rule-table-header-context-menu-content button {
  display: block;
  text-align: left;
  font-weight: 400;
}
.approval-rule-table-header-context-menu-content a {
  color: #333333;
}
.approval-rule-table-header-context-menu-content button {
  color: #c82f1e;
}
.approval-rule-modal {
  --bs-modal-header-border-width: 1px;
}
.approval-rule-modal .btn-outline-primary {
  --bs-btn-color: #c82f1e;
  --bs-btn-border-color: #c82f1e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c82f1e;
  --bs-btn-hover-border-color: #c82f1e;
  --bs-btn-focus-shadow-rgb: 200, 47, 30;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c82f1e;
  --bs-btn-active-border-color: #c82f1e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #c82f1e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #c82f1e;
  --bs-gradient: none;
}
.is-ctl-shoppinglist.is-act-lists .flashbags.container, .is-ctl-shoppinglist.is-act-lists .cms-section .flashbags.boxed, .cms-section .is-ctl-shoppinglist.is-act-lists .flashbags.boxed {
  display: none;
}
.b2b-shopping-list-detail-header {
  margin-bottom: var(--bs-gutter-x);
}
.b2b-shopping-list-details .card-title {
  margin-bottom: calc(var(--bs-card-spacer-y) * 0.5);
  font-size: 24px;
}
.b2b-shopping-list-details .item {
  margin-top: calc(var(--bs-gutter-x) * 0.4);
}
.b2b-shopping-list-details h1, .b2b-shopping-list-details .h1 {
  margin-bottom: 0;
}
.b2b-shopping-list-empty-icon {
  width: 350px;
  height: 219px;
  background-repeat: no-repeat;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='352' height='219' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M259.421 1.14h-.389c-8.619 1.149-10.926 9.129-11.43 15.059l.002 14.927h27.88a2.565 2.565 0 0 0 2.561-2.648c-.74-23.01-11.16-26.827-16.1-27.337l-2.563.005.039-.005Z' fill='%23F4F7FA'/%3E%3Cpath clip-rule='evenodd' d='M259.421 1.14h-.389c-8.619 1.149-10.926 9.129-11.43 15.059l.002 14.927h27.88a2.565 2.565 0 0 0 2.561-2.648c-.74-23.01-11.16-26.827-16.1-27.337l-2.563.005.039-.005Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M259.418 1.141h2.523c-1.378-.142-2.328-.027-2.523 0Z' fill='%23fff'/%3E%3Cpath clip-rule='evenodd' d='M259.418 1.141h2.523c-1.378-.142-2.328-.027-2.523 0Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m247.603 31.126-.001-14.926c.503-5.931 2.809-13.911 11.429-15.06h.389a.396.396 0 0 1-.039.006l2.564-.005c3.387.35 9.353 2.257 13.006 10.846l-.003.003c-7.652-5.988-14.002-5.377-17.224-3.55-2.527 1.433-4.007 4.195-4.007 7.1v15.27l-6.114.316Z' fill='%23D1DAE5'/%3E%3Cpath clip-rule='evenodd' d='M259.421 1.14h-.389c-8.619 1.149-10.926 9.129-11.43 15.059l.002 14.927h27.88a2.565 2.565 0 0 0 2.561-2.648c-.74-23.01-11.16-26.827-16.1-27.337l-2.563.005.039-.005Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m261.218 1-148.524.284c-8.415 0-15.237 6.822-15.237 15.238v171.471h115.514a2.56 2.56 0 0 1 2.56 2.48c.694 23.137 11.135 26.986 16.091 27.503l-119.723.001c.264.014.528.021.795.021h119.677c8.415 0 15.238-6.822 15.238-15.238 0 0-.006-186.453-.008-186.56.545-6.405 3.189-15.2 13.617-15.2Z' fill='%23fff'/%3E%3Cpath clip-rule='evenodd' d='m261.218 1-148.524.284c-8.415 0-15.237 6.822-15.237 15.238v171.471h115.514a2.56 2.56 0 0 1 2.56 2.48c.694 23.137 11.135 26.986 16.091 27.503l-119.723.001c.264.014.528.021.795.021h119.677c8.416 0 15.238-6.822 15.238-15.238 0 0-.006-186.453-.008-186.56.545-6.405 3.189-15.2 13.617-15.2Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M132.043 80.597a5.338 5.338 0 1 1-10.675 0 5.338 5.338 0 0 1 10.675 0Z' fill='%23F4F7FA'/%3E%3Cpath clip-rule='evenodd' d='M132.043 80.597a5.338 5.338 0 1 1-10.675 0 5.338 5.338 0 0 1 10.675 0Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M220.058 84.333h-74.751a3.737 3.737 0 0 1 0-7.474h74.751a3.738 3.738 0 0 1 0 7.474Z' fill='%23F4F7FA'/%3E%3Cpath clip-rule='evenodd' d='M220.058 84.333h-74.751a3.737 3.737 0 0 1 0-7.474h74.751a3.738 3.738 0 0 1 0 7.474Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M132.043 100.668a5.338 5.338 0 1 1-10.676 0 5.338 5.338 0 0 1 10.676 0Z' fill='%23F4F7FA'/%3E%3Cpath clip-rule='evenodd' d='M132.043 100.668a5.338 5.338 0 1 1-10.676 0 5.338 5.338 0 0 1 10.676 0Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M220.058 104.405h-74.751a3.737 3.737 0 0 1 0-7.473h74.751a3.737 3.737 0 0 1 0 7.473Z' fill='%23F4F7FA'/%3E%3Cpath clip-rule='evenodd' d='M220.058 104.405h-74.751a3.737 3.737 0 0 1 0-7.473h74.751a3.737 3.737 0 0 1 0 7.473Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M132.043 120.74a5.338 5.338 0 1 1-10.677 0 5.338 5.338 0 0 1 10.677 0Z' fill='%23F4F7FA'/%3E%3Cpath clip-rule='evenodd' d='M132.043 120.74a5.338 5.338 0 1 1-10.677 0 5.338 5.338 0 0 1 10.677 0Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M220.058 124.477h-74.751a3.737 3.737 0 1 1 0-7.473h74.751a3.737 3.737 0 1 1 0 7.473Z' fill='%23F4F7FA'/%3E%3Cpath clip-rule='evenodd' d='M220.058 124.477h-74.751a3.737 3.737 0 1 1 0-7.473h74.751a3.737 3.737 0 1 1 0 7.473Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m333.449 125.094 1.582-6.472c.142-.585.974-.585 1.117 0l1.582 6.472a8.667 8.667 0 0 0 6.359 6.359l6.472 1.581c.585.143.585.974 0 1.118l-6.472 1.582a8.664 8.664 0 0 0-6.359 6.359l-1.582 6.471c-.143.585-.975.585-1.117 0l-1.582-6.471a8.664 8.664 0 0 0-6.359-6.359l-6.472-1.582c-.584-.144-.584-.975 0-1.118l6.472-1.581a8.667 8.667 0 0 0 6.359-6.359Z' fill='%23fff'/%3E%3Cpath clip-rule='evenodd' d='m333.449 125.094 1.582-6.472c.142-.585.974-.585 1.117 0l1.582 6.472a8.667 8.667 0 0 0 6.359 6.359l6.472 1.581c.585.143.585.974 0 1.118l-6.472 1.582a8.664 8.664 0 0 0-6.359 6.359l-1.582 6.471c-.143.585-.975.585-1.117 0l-1.582-6.471a8.664 8.664 0 0 0-6.359-6.359l-6.472-1.582c-.584-.144-.584-.975 0-1.118l6.472-1.581a8.667 8.667 0 0 0 6.359-6.359Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m14.27 36.18 1.582-6.47c.142-.586.973-.586 1.116 0l1.583 6.47a8.663 8.663 0 0 0 6.358 6.36l6.472 1.582c.585.142.585.974 0 1.118l-6.472 1.58a8.663 8.663 0 0 0-6.358 6.36l-1.583 6.471c-.143.586-.974.586-1.116 0l-1.583-6.471a8.665 8.665 0 0 0-6.358-6.36l-6.473-1.58c-.584-.144-.584-.976 0-1.118l6.473-1.583a8.665 8.665 0 0 0 6.358-6.358Z' fill='%23fff'/%3E%3Cpath clip-rule='evenodd' d='m14.27 36.18 1.582-6.47c.142-.586.973-.586 1.116 0l1.583 6.47a8.663 8.663 0 0 0 6.358 6.36l6.472 1.582c.585.142.585.974 0 1.118l-6.472 1.58a8.663 8.663 0 0 0-6.358 6.36l-1.583 6.471c-.143.586-.974.586-1.116 0l-1.583-6.471a8.665 8.665 0 0 0-6.358-6.36l-6.473-1.58c-.584-.144-.584-.976 0-1.118l6.473-1.583a8.665 8.665 0 0 0 6.358-6.358Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m300.576 78.043.754-3.083c.068-.277.464-.277.532 0l.753 3.083a4.121 4.121 0 0 0 3.027 3.027l3.083.754c.279.068.279.464 0 .532l-3.082.753a4.129 4.129 0 0 0-3.029 3.028l-.752 3.082c-.068.279-.464.279-.532 0l-.754-3.082a4.12 4.12 0 0 0-3.028-3.028l-3.082-.752c-.278-.069-.278-.465 0-.533l3.082-.754a4.126 4.126 0 0 0 3.028-3.027Z' fill='%23fff'/%3E%3Cpath clip-rule='evenodd' d='m300.576 78.043.754-3.083c.068-.277.464-.277.532 0l.753 3.083a4.121 4.121 0 0 0 3.027 3.027l3.083.754c.279.068.279.464 0 .532l-3.082.753a4.129 4.129 0 0 0-3.029 3.028l-.752 3.082c-.068.279-.464.279-.532 0l-.754-3.082a4.12 4.12 0 0 0-3.028-3.028l-3.082-.752c-.278-.069-.278-.465 0-.533l3.082-.754a4.126 4.126 0 0 0 3.028-3.027Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m45.03 64.975.752-3.081c.069-.28.465-.28.533 0l.753 3.08a4.122 4.122 0 0 0 3.028 3.029l3.082.753c.278.068.278.465 0 .533l-3.082.753a4.122 4.122 0 0 0-3.028 3.028l-.753 3.081c-.068.28-.464.28-.533 0l-.753-3.08a4.122 4.122 0 0 0-3.028-3.029l-3.08-.753c-.28-.069-.28-.465 0-.533l3.08-.753a4.122 4.122 0 0 0 3.028-3.028Z' fill='%23fff'/%3E%3Cpath clip-rule='evenodd' d='m45.03 64.975.752-3.081c.069-.28.465-.28.533 0l.753 3.08a4.122 4.122 0 0 0 3.028 3.029l3.082.753c.278.068.278.465 0 .533l-3.082.753a4.122 4.122 0 0 0-3.028 3.028l-.753 3.081c-.068.28-.464.28-.533 0l-.753-3.08a4.122 4.122 0 0 0-3.028-3.029l-3.08-.753c-.28-.069-.28-.465 0-.533l3.08-.753a4.122 4.122 0 0 0 3.028-3.028ZM261.218 1l-148.524.284c-8.415 0-15.237 6.822-15.237 15.238v171.471h115.514a2.56 2.56 0 0 1 2.56 2.48c.694 23.137 11.135 26.986 16.091 27.503l-119.723.001c.264.014.528.021.795.021h119.677c8.416 0 15.238-6.822 15.238-15.238 0 0-.006-186.453-.008-186.56.545-6.405 3.189-15.2 13.617-15.2Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M212.969 187.992H84.001a2.567 2.567 0 0 0-2.562 2.648c.741 23.011 11.161 26.828 16.101 27.337l2.563-.006s-1.012.166-2.563.006l134.081-.002c-4.958-.516-15.397-4.366-16.092-27.503a2.56 2.56 0 0 0-2.56-2.48Z' fill='%23fff'/%3E%3Cpath d='M97.54 217.977c-4.94-.509-15.36-4.326-16.101-27.337A2.567 2.567 0 0 1 84 187.992H212.97a2.56 2.56 0 0 1 2.56 2.48c.695 23.137 11.134 26.987 16.092 27.503l-134.08.002Zm0 0 2.563-.006s-1.012.166-2.563.006Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3C/svg%3E");
}
.b2b-shopping-list-switch .form-check-input {
  margin-top: 3px;
}
.b2b-shopping-list-search-form .search-input {
  padding-top: 6px;
  padding-bottom: 6px;
}
.b2b-shopping-list-create-button {
  --bs-btn-line-height: 28px;
}
.b2b-shopping-list-table {
  margin-bottom: 0;
}
.b2b-shopping-list-table .table > :not(caption) > * > * {
  padding: 11px 16px;
  position: relative;
}
.b2b-shopping-list-table-header {
  height: 60px;
}
.b2b-shopping-list-table thead th {
  border-color: #008555;
  border-bottom-width: 2px;
}
.b2b-shopping-list-table thead .b2b-shopping-list-all-check {
  margin: 3px 2px 0 0;
}
.b2b-shopping-list-table .dropdown .btn-outline-secondary {
  --bs-btn-padding-x: 0;
  --bs-btn-padding-y: 0;
  --bs-btn-line-height: 22px;
  --bs-btn-bg: #fff;
  --bs-btn-hover-bg: #fff;
  --bs-btn-active-bg: #fff;
}
.b2b-shopping-list-table .dropdown .btn-outline-secondary .icon {
  height: 16px;
}
.b2b-shopping-list-table .dropdown .btn-outline-secondary .icon > svg {
  top: 3px;
}
.b2b-shopping-list-table__header-name {
  position: relative;
}
.b2b-shopping-list-table__header-name.js-multiple-selection .b2b-shopping-list-table__header-cell-name {
  display: none;
}
.b2b-shopping-list-table__header-name.js-multiple-selection ~ * {
  visibility: hidden;
  display: none;
}
.b2b-shopping-list-table__header-name.js-multiple-selection .b2b-shopping-list-table__header-actions {
  visibility: visible;
}
.b2b-shopping-list-table__header-cell-name {
  position: absolute;
}
.b2b-shopping-list-table__header-count {
  min-width: 120px;
  display: flex;
}
.b2b-shopping-list-table__header-actions {
  visibility: hidden;
}
.b2b-shopping-list-table__header-actions .btn-link {
  --bs-btn-line-height: normal;
  --bs-btn-padding-y: 0;
  --bs-btn-padding-x: 0;
  --bs-btn-font-weight: normal;
}
.b2b-shopping-list-table__header-actions .btn-link:hover {
  font-weight: 600;
}
.b2b-shopping-list-table__header-actions .btn-link.text-danger {
  --bs-btn-hover-color: #c82f1e;
}
@media (max-width: 767.98px) {
  .b2b-shopping-list-table .table > :not(caption) > * > * {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .b2b-shopping-list-table thead {
    display: none;
  }
  .b2b-shopping-list-table tbody tr td {
    border-bottom-width: 0;
  }
  .b2b-shopping-list-table tbody tr td::before {
    content: attr(data-label);
    display: inline-block;
    flex-basis: 40%;
    flex-shrink: 0;
    font-weight: 600;
  }
  .b2b-shopping-list-table tbody tr td:nth-child(2) {
    padding-top: 0;
  }
  .b2b-shopping-list-table tbody tr td:last-child {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
  }
  .b2b-shopping-list-table tbody tr td:last-child::before {
    content: none;
  }
}
.b2b-shopping-list-pagination {
  padding: 11px 16px;
}
.b2b-shopping-list-pagination .page-link {
  background-color: transparent;
}
.b2b-shopping-list-pagination .page-item.active .page-link {
  background-color: #008555;
}
.b2b-shopping-list-table-header {
  padding-top: 12px;
  padding-bottom: 12px;
}
.b2b-shopping-list-table-header .input-group .form-control {
  border-right: none;
}
.b2b-shopping-list-table-header .input-group .form-control:focus {
  box-shadow: none;
}
.b2b-shopping-list-table-header .input-group .input-group-text {
  background-color: #fff;
  border-left: none;
}
.b2b-shopping-list-table-header .input-group .input-group-text .icon-search svg {
  top: 0;
}
.b2b-shopping-list-line-item .line-item-tax-price, .b2b-shopping-list-line-item .line-item-total-price {
  justify-content: end;
}
.b2b-shopping-detail-summary-form.has-element-loader .element-loader-backdrop {
  display: none;
}
@media (min-width: 768px) {
  .b2b-shopping-list-detail-content .w-md-50 {
    width: 50%;
  }
}
.cms-block-gallery-buybox {
  overflow: visible;
}
.cms-element-buy-box .add-product-action-container {
  height: 36px;
}
.b2b-shopping-list__dropdown {
  --bs-dropdown-min-width: 260px;
  max-width: 300px;
  min-height: 50px;
}
.b2b-shopping-list__dropdown .dropdown-item {
  cursor: pointer;
  white-space: normal;
}
.b2b-shopping-list__dropdown .dropdown-item .icon-checkmark {
  flex-shrink: 0;
}
.b2b-shopping-list__dropdown .product-wishlist {
  margin: 0;
  flex-grow: 1;
}
.b2b-shopping-list__dropdown .product-wishlist .icon-wishlist {
  display: none;
}
.b2b-shopping-list__dropdown .product-wishlist .product-wishlist-btn-content {
  margin: 0;
  text-decoration: none;
}
.b2b-shopping-list__dropdown .product-wishlist .product-wishlist-action {
  width: 100%;
  justify-content: space-between;
}
.b2b-shopping-list__dropdown .product-wishlist .product-wishlist-action.product-wishlist-not-added .icon-checkmark {
  display: none;
}
.b2b-shopping-list__dropdown-overflow {
  max-height: 205px;
  overflow-y: auto;
}
div[class*="add-product-action-container"] .icon-checkmark svg, div[class*="add-product-action-container"] .icon-plus svg {
  top: 0;
}
div[class*="add-product-action-container"] .add-to-label, div[class*="add-product-action-container"] .b2b-shopping-list-button-add {
  line-height: 1.5;
}
div[class*="add-product-action-container"].added .add-icon, div[class*="add-product-action-container"].added .b2b-shopping-list-button-add, div[class*="add-product-action-container"].removed .add-icon, div[class*="add-product-action-container"].removed .b2b-shopping-list-button-add {
  display: none;
}
div[class*="add-product-action-container"].added .check-mark-icon, div[class*="add-product-action-container"].removed .check-mark-icon {
  display: flex;
}
div[class*="add-product-action-container"].added .added-text {
  display: inline;
}
div[class*="add-product-action-container"].removed .removed-text {
  display: inline;
}
div[class*="add-product-action-container"]:has(.product-wishlist-loading) .b2b-shopping-list-add-product-loading, div[class*="add-product-action-container"].loading .b2b-shopping-list-add-product-loading {
  display: inline-block;
}
div[class*="add-product-action-container"]:has(.product-wishlist-loading) .add-icon, div[class*="add-product-action-container"]:has(.product-wishlist-loading) .b2b-shopping-list-button-add, div[class*="add-product-action-container"]:has(.product-wishlist-loading) .check-mark-icon, div[class*="add-product-action-container"]:has(.product-wishlist-loading) .added-text, div[class*="add-product-action-container"]:has(.product-wishlist-loading) .removed-text, div[class*="add-product-action-container"].loading .add-icon, div[class*="add-product-action-container"].loading .b2b-shopping-list-button-add, div[class*="add-product-action-container"].loading .check-mark-icon, div[class*="add-product-action-container"].loading .added-text, div[class*="add-product-action-container"].loading .removed-text {
  display: none;
}
.product-box:has(.b2b-shopping-list-button-add) .product-wishlist-remove, .swkweb-content-manager-article-box:has(.b2b-shopping-list-button-add) .product-wishlist-remove {
  display: none;
}
.product-box .b2b-shopping-list-button-add, .swkweb-content-manager-article-box .b2b-shopping-list-button-add {
  --bs-btn-active-bg: #eee;
  --bs-btn-active-border-color: #eee;
  --bs-btn-bg: #f9f9f9;
  --bs-btn-border-color: #f9f9f9;
  --bs-btn-hover-bg: #eee;
  --bs-btn-hover-border-color: #eee;
  --bs-btn-disabled-bg: #eee;
  --bs-btn-disabled-border-color: #eee;
  --bs-btn-disabled-color: #eee;
  border-radius: 50% !important;
  min-height: 40px;
  min-width: 40px;
}
.product-box.box-wishlist .product-wishlist-btn-remove, .box-wishlist.swkweb-content-manager-article-box .product-wishlist-btn-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 175px;
}
.product-box.box-wishlist .b2b-shopping-list__dropdown .b2b-shopping-list__dropdown-item--wishlist, .box-wishlist.swkweb-content-manager-article-box .b2b-shopping-list__dropdown .b2b-shopping-list__dropdown-item--wishlist {
  display: none;
}
.product-box.box-wishlist .b2b-shopping-list__dropdown .product-wishlist-btn, .box-wishlist.swkweb-content-manager-article-box .b2b-shopping-list__dropdown .product-wishlist-btn {
  display: none;
}
.product-box.box-wishlist .b2b-shopping-list__dropdown .dropdown-item--wishlist, .box-wishlist.swkweb-content-manager-article-box .b2b-shopping-list__dropdown .dropdown-item--wishlist {
  display: flex;
}
.product-box.box-wishlist .b2b-shopping-list__dropdown .dropdown-item--wishlist .btn, .box-wishlist.swkweb-content-manager-article-box .b2b-shopping-list__dropdown .dropdown-item--wishlist .btn {
  --bs-btn-padding-x: 0;
  --bs-btn-padding-y: 0;
  --bs-btn-line-height: 1;
  --bs-btn-font-weight: normal;
  max-height: 22px;
}
.product-box div[class*="add-product-action-container"], .swkweb-content-manager-article-box div[class*="add-product-action-container"] {
  right: 16px;
  bottom: 16px;
}
.product-box div[class*="add-product-action-container"].added .b2b-shopping-list-button-add, .swkweb-content-manager-article-box div[class*="add-product-action-container"].added .b2b-shopping-list-button-add, .product-box div[class*="add-product-action-container"].added .check-mark-icon, .swkweb-content-manager-article-box div[class*="add-product-action-container"].added .check-mark-icon, .product-box div[class*="add-product-action-container"].removed .b2b-shopping-list-button-add, .swkweb-content-manager-article-box div[class*="add-product-action-container"].removed .b2b-shopping-list-button-add, .product-box div[class*="add-product-action-container"].removed .check-mark-icon, .swkweb-content-manager-article-box div[class*="add-product-action-container"].removed .check-mark-icon {
  display: inline-flex;
}
.product-box div[class*="add-product-action-container"].added .icon-plus, .swkweb-content-manager-article-box div[class*="add-product-action-container"].added .icon-plus, .product-box div[class*="add-product-action-container"].removed .icon-plus, .swkweb-content-manager-article-box div[class*="add-product-action-container"].removed .icon-plus {
  display: none;
}
.product-box div[class*="add-product-action-container"]:has(.product-wishlist-loading) .b2b-shopping-list-add-product-loading, .swkweb-content-manager-article-box div[class*="add-product-action-container"]:has(.product-wishlist-loading) .b2b-shopping-list-add-product-loading, .product-box div[class*="add-product-action-container"].loading .b2b-shopping-list-add-product-loading, .swkweb-content-manager-article-box div[class*="add-product-action-container"].loading .b2b-shopping-list-add-product-loading {
  display: inline-block;
}
.product-box div[class*="add-product-action-container"]:has(.product-wishlist-loading) .b2b-shopping-list-button-add, .swkweb-content-manager-article-box div[class*="add-product-action-container"]:has(.product-wishlist-loading) .b2b-shopping-list-button-add, .product-box div[class*="add-product-action-container"].loading .b2b-shopping-list-button-add, .swkweb-content-manager-article-box div[class*="add-product-action-container"].loading .b2b-shopping-list-button-add {
  display: inline-flex;
}
.product-box div[class*="add-product-action-container"]:has(.product-wishlist-loading) .icon-plus, .swkweb-content-manager-article-box div[class*="add-product-action-container"]:has(.product-wishlist-loading) .icon-plus, .product-box div[class*="add-product-action-container"]:has(.product-wishlist-loading) .add-icon, .swkweb-content-manager-article-box div[class*="add-product-action-container"]:has(.product-wishlist-loading) .add-icon, .product-box div[class*="add-product-action-container"]:has(.product-wishlist-loading) .check-mark-icon, .swkweb-content-manager-article-box div[class*="add-product-action-container"]:has(.product-wishlist-loading) .check-mark-icon, .product-box div[class*="add-product-action-container"]:has(.product-wishlist-loading) .added-text, .swkweb-content-manager-article-box div[class*="add-product-action-container"]:has(.product-wishlist-loading) .added-text, .product-box div[class*="add-product-action-container"]:has(.product-wishlist-loading) .removed-text, .swkweb-content-manager-article-box div[class*="add-product-action-container"]:has(.product-wishlist-loading) .removed-text, .product-box div[class*="add-product-action-container"].loading .icon-plus, .swkweb-content-manager-article-box div[class*="add-product-action-container"].loading .icon-plus, .product-box div[class*="add-product-action-container"].loading .add-icon, .swkweb-content-manager-article-box div[class*="add-product-action-container"].loading .add-icon, .product-box div[class*="add-product-action-container"].loading .check-mark-icon, .swkweb-content-manager-article-box div[class*="add-product-action-container"].loading .check-mark-icon, .product-box div[class*="add-product-action-container"].loading .added-text, .swkweb-content-manager-article-box div[class*="add-product-action-container"].loading .added-text, .product-box div[class*="add-product-action-container"].loading .removed-text, .swkweb-content-manager-article-box div[class*="add-product-action-container"].loading .removed-text {
  display: none;
}
.product-box .card-body-wishlist div[class*=add-product-action-container], .swkweb-content-manager-article-box .card-body-wishlist div[class*=add-product-action-container] {
  right: 9px;
  bottom: 9px;
}
.b2b-shopping-list-line-item .line-item-quantity {
  order: 2;
}
.b2b-shopping-list-line-item .line-item-tax-price {
  order: 3;
}
.b2b-shopping-list-line-item .line-item-price {
  order: 4;
}
.b2b-shopping-list-line-item .line-item-remove {
  order: 10;
}
.b2b-shopping-list-line-item .line-item-product-variant {
  font-size: 12px;
}
.b2b-shopping-list-line-item .line-item-product-number, .b2b-shopping-list-line-item .line-item-bonus-points-discount-item-number {
  margin-bottom: 0;
}
.b2b-shopping-list-line-item .line-item-product-variant-label .line-item-details-characteristics {
  margin-top: 0;
}
.b2b-shopping-list-line-item .line-item-checkbox {
  align-self: flex-start;
  margin-top: 25px;
}
.b2b-shopping-list-line-item .line-item-info {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .b2b-shopping-list-line-item:first-child {
    margin-top: 20px;
  }
  .b2b-shopping-list-line-item:not(:last-child) {
    border-bottom: 1px solid #798490;
    margin-bottom: 20px;
  }
  .b2b-shopping-list-line-item .line-item-checkbox {
    display: none;
  }
  .b2b-shopping-list-line-item .line-item-remove {
    order: 1;
  }
  .b2b-shopping-list-line-item .line-item-quantity {
    display: flex;
    align-items: center;
  }
  .b2b-shopping-list-line-item .line-item-quantity-label {
    margin-bottom: 0;
    padding-left: 0;
  }
}
.b2b-shopping-list-detail .btn-outline-secondary {
  --bs-btn-hover-bg: transparent;
  --bs-btn-active-bg: transparent;
}
.b2b-shopping-list-detail .cart-header-quantity, .b2b-shopping-list-detail .cart-header-tax-price, .b2b-shopping-list-detail .cart-header-total-price {
  line-height: 1.5;
}
.b2b-shopping-list-detail .cart-table-header {
  margin-bottom: 20px;
}
/*
 * Components
 * ---------------------------- */
.b2b-organization-unit-empty-icon {
  width: 350px;
  height: 219px;
  background-repeat: no-repeat;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='352' height='219' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M259.421 1.14h-.389c-8.619 1.149-10.926 9.129-11.43 15.059l.002 14.927h27.88a2.565 2.565 0 0 0 2.561-2.648c-.74-23.01-11.16-26.827-16.1-27.337l-2.563.005.039-.005Z' fill='%23F4F7FA'/%3E%3Cpath clip-rule='evenodd' d='M259.421 1.14h-.389c-8.619 1.149-10.926 9.129-11.43 15.059l.002 14.927h27.88a2.565 2.565 0 0 0 2.561-2.648c-.74-23.01-11.16-26.827-16.1-27.337l-2.563.005.039-.005Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M259.418 1.141h2.523c-1.378-.142-2.328-.027-2.523 0Z' fill='%23fff'/%3E%3Cpath clip-rule='evenodd' d='M259.418 1.141h2.523c-1.378-.142-2.328-.027-2.523 0Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m247.603 31.126-.001-14.926c.503-5.931 2.809-13.911 11.429-15.06h.389a.396.396 0 0 1-.039.006l2.564-.005c3.387.35 9.353 2.257 13.006 10.846l-.003.003c-7.652-5.988-14.002-5.377-17.224-3.55-2.527 1.433-4.007 4.195-4.007 7.1v15.27l-6.114.316Z' fill='%23D1DAE5'/%3E%3Cpath clip-rule='evenodd' d='M259.421 1.14h-.389c-8.619 1.149-10.926 9.129-11.43 15.059l.002 14.927h27.88a2.565 2.565 0 0 0 2.561-2.648c-.74-23.01-11.16-26.827-16.1-27.337l-2.563.005.039-.005Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m261.218 1-148.524.284c-8.415 0-15.237 6.822-15.237 15.238v171.471h115.514a2.56 2.56 0 0 1 2.56 2.48c.694 23.137 11.135 26.986 16.091 27.503l-119.723.001c.264.014.528.021.795.021h119.677c8.415 0 15.238-6.822 15.238-15.238 0 0-.006-186.453-.008-186.56.545-6.405 3.189-15.2 13.617-15.2Z' fill='%23fff'/%3E%3Cpath clip-rule='evenodd' d='m261.218 1-148.524.284c-8.415 0-15.237 6.822-15.237 15.238v171.471h115.514a2.56 2.56 0 0 1 2.56 2.48c.694 23.137 11.135 26.986 16.091 27.503l-119.723.001c.264.014.528.021.795.021h119.677c8.416 0 15.238-6.822 15.238-15.238 0 0-.006-186.453-.008-186.56.545-6.405 3.189-15.2 13.617-15.2Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M132.043 80.597a5.338 5.338 0 1 1-10.675 0 5.338 5.338 0 0 1 10.675 0Z' fill='%23F4F7FA'/%3E%3Cpath clip-rule='evenodd' d='M132.043 80.597a5.338 5.338 0 1 1-10.675 0 5.338 5.338 0 0 1 10.675 0Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M220.058 84.333h-74.751a3.737 3.737 0 0 1 0-7.474h74.751a3.738 3.738 0 0 1 0 7.474Z' fill='%23F4F7FA'/%3E%3Cpath clip-rule='evenodd' d='M220.058 84.333h-74.751a3.737 3.737 0 0 1 0-7.474h74.751a3.738 3.738 0 0 1 0 7.474Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M132.043 100.668a5.338 5.338 0 1 1-10.676 0 5.338 5.338 0 0 1 10.676 0Z' fill='%23F4F7FA'/%3E%3Cpath clip-rule='evenodd' d='M132.043 100.668a5.338 5.338 0 1 1-10.676 0 5.338 5.338 0 0 1 10.676 0Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M220.058 104.405h-74.751a3.737 3.737 0 0 1 0-7.473h74.751a3.737 3.737 0 0 1 0 7.473Z' fill='%23F4F7FA'/%3E%3Cpath clip-rule='evenodd' d='M220.058 104.405h-74.751a3.737 3.737 0 0 1 0-7.473h74.751a3.737 3.737 0 0 1 0 7.473Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M132.043 120.74a5.338 5.338 0 1 1-10.677 0 5.338 5.338 0 0 1 10.677 0Z' fill='%23F4F7FA'/%3E%3Cpath clip-rule='evenodd' d='M132.043 120.74a5.338 5.338 0 1 1-10.677 0 5.338 5.338 0 0 1 10.677 0Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M220.058 124.477h-74.751a3.737 3.737 0 1 1 0-7.473h74.751a3.737 3.737 0 1 1 0 7.473Z' fill='%23F4F7FA'/%3E%3Cpath clip-rule='evenodd' d='M220.058 124.477h-74.751a3.737 3.737 0 1 1 0-7.473h74.751a3.737 3.737 0 1 1 0 7.473Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m333.449 125.094 1.582-6.472c.142-.585.974-.585 1.117 0l1.582 6.472a8.667 8.667 0 0 0 6.359 6.359l6.472 1.581c.585.143.585.974 0 1.118l-6.472 1.582a8.664 8.664 0 0 0-6.359 6.359l-1.582 6.471c-.143.585-.975.585-1.117 0l-1.582-6.471a8.664 8.664 0 0 0-6.359-6.359l-6.472-1.582c-.584-.144-.584-.975 0-1.118l6.472-1.581a8.667 8.667 0 0 0 6.359-6.359Z' fill='%23fff'/%3E%3Cpath clip-rule='evenodd' d='m333.449 125.094 1.582-6.472c.142-.585.974-.585 1.117 0l1.582 6.472a8.667 8.667 0 0 0 6.359 6.359l6.472 1.581c.585.143.585.974 0 1.118l-6.472 1.582a8.664 8.664 0 0 0-6.359 6.359l-1.582 6.471c-.143.585-.975.585-1.117 0l-1.582-6.471a8.664 8.664 0 0 0-6.359-6.359l-6.472-1.582c-.584-.144-.584-.975 0-1.118l6.472-1.581a8.667 8.667 0 0 0 6.359-6.359Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m14.27 36.18 1.582-6.47c.142-.586.973-.586 1.116 0l1.583 6.47a8.663 8.663 0 0 0 6.358 6.36l6.472 1.582c.585.142.585.974 0 1.118l-6.472 1.58a8.663 8.663 0 0 0-6.358 6.36l-1.583 6.471c-.143.586-.974.586-1.116 0l-1.583-6.471a8.665 8.665 0 0 0-6.358-6.36l-6.473-1.58c-.584-.144-.584-.976 0-1.118l6.473-1.583a8.665 8.665 0 0 0 6.358-6.358Z' fill='%23fff'/%3E%3Cpath clip-rule='evenodd' d='m14.27 36.18 1.582-6.47c.142-.586.973-.586 1.116 0l1.583 6.47a8.663 8.663 0 0 0 6.358 6.36l6.472 1.582c.585.142.585.974 0 1.118l-6.472 1.58a8.663 8.663 0 0 0-6.358 6.36l-1.583 6.471c-.143.586-.974.586-1.116 0l-1.583-6.471a8.665 8.665 0 0 0-6.358-6.36l-6.473-1.58c-.584-.144-.584-.976 0-1.118l6.473-1.583a8.665 8.665 0 0 0 6.358-6.358Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m300.576 78.043.754-3.083c.068-.277.464-.277.532 0l.753 3.083a4.121 4.121 0 0 0 3.027 3.027l3.083.754c.279.068.279.464 0 .532l-3.082.753a4.129 4.129 0 0 0-3.029 3.028l-.752 3.082c-.068.279-.464.279-.532 0l-.754-3.082a4.12 4.12 0 0 0-3.028-3.028l-3.082-.752c-.278-.069-.278-.465 0-.533l3.082-.754a4.126 4.126 0 0 0 3.028-3.027Z' fill='%23fff'/%3E%3Cpath clip-rule='evenodd' d='m300.576 78.043.754-3.083c.068-.277.464-.277.532 0l.753 3.083a4.121 4.121 0 0 0 3.027 3.027l3.083.754c.279.068.279.464 0 .532l-3.082.753a4.129 4.129 0 0 0-3.029 3.028l-.752 3.082c-.068.279-.464.279-.532 0l-.754-3.082a4.12 4.12 0 0 0-3.028-3.028l-3.082-.752c-.278-.069-.278-.465 0-.533l3.082-.754a4.126 4.126 0 0 0 3.028-3.027Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m45.03 64.975.752-3.081c.069-.28.465-.28.533 0l.753 3.08a4.122 4.122 0 0 0 3.028 3.029l3.082.753c.278.068.278.465 0 .533l-3.082.753a4.122 4.122 0 0 0-3.028 3.028l-.753 3.081c-.068.28-.464.28-.533 0l-.753-3.08a4.122 4.122 0 0 0-3.028-3.029l-3.08-.753c-.28-.069-.28-.465 0-.533l3.08-.753a4.122 4.122 0 0 0 3.028-3.028Z' fill='%23fff'/%3E%3Cpath clip-rule='evenodd' d='m45.03 64.975.752-3.081c.069-.28.465-.28.533 0l.753 3.08a4.122 4.122 0 0 0 3.028 3.029l3.082.753c.278.068.278.465 0 .533l-3.082.753a4.122 4.122 0 0 0-3.028 3.028l-.753 3.081c-.068.28-.464.28-.533 0l-.753-3.08a4.122 4.122 0 0 0-3.028-3.029l-3.08-.753c-.28-.069-.28-.465 0-.533l3.08-.753a4.122 4.122 0 0 0 3.028-3.028ZM261.218 1l-148.524.284c-8.415 0-15.237 6.822-15.237 15.238v171.471h115.514a2.56 2.56 0 0 1 2.56 2.48c.694 23.137 11.135 26.986 16.091 27.503l-119.723.001c.264.014.528.021.795.021h119.677c8.416 0 15.238-6.822 15.238-15.238 0 0-.006-186.453-.008-186.56.545-6.405 3.189-15.2 13.617-15.2Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M212.969 187.992H84.001a2.567 2.567 0 0 0-2.562 2.648c.741 23.011 11.161 26.828 16.101 27.337l2.563-.006s-1.012.166-2.563.006l134.081-.002c-4.958-.516-15.397-4.366-16.092-27.503a2.56 2.56 0 0 0-2.56-2.48Z' fill='%23fff'/%3E%3Cpath d='M97.54 217.977c-4.94-.509-15.36-4.326-16.101-27.337A2.567 2.567 0 0 1 84 187.992H212.97a2.56 2.56 0 0 1 2.56 2.48c.695 23.137 11.134 26.987 16.092 27.503l-134.08.002Zm0 0 2.563-.006s-1.012.166-2.563.006Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3C/svg%3E");
}
.b2b-organization-unit-table .b2b-table-column {
  padding: 11px 1rem;
}
.b2b-organization-unit-table .b2b-table-context-menu-button {
  width: 24px;
  height: 24px;
  position: relative;
}
.b2b-organization-unit-table .b2b-table-context-menu-button:focus {
  box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
}
.b2b-organization-unit-table .b2b-table-context-menu-button svg {
  width: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b2b-organization-unit-table thead .b2b-table-column {
  border-width: 1px;
}
.b2b-organization-unit-pagination {
  padding: 12px;
}
.b2b-organization-unit-pagination .page-link {
  background-color: transparent;
}
.b2b-organization-unit-pagination .page-item.active .page-link {
  background-color: #008555;
}
.b2b-organization-unit .b2b-table-header-actions-primary, .b2b-organization-unit a.btn.btn-primary {
  padding: 0 12px;
}
.b2b-organization-unit-table thead > tr {
  border-bottom-color: #0042A0;
  border-bottom-width: 2px;
  border-right-width: 1px;
}
.b2b-organization-unit .disabled {
  pointer-events: none;
  opacity: 0.5;
}
.b2b-organization-unit-table-header {
  padding-top: 12px;
  padding-bottom: 12px;
  flex-direction: row;
}
.b2b-organization-unit-table-header .input-group .form-control {
  border-right: none;
}
.b2b-organization-unit-table-header .input-group .form-control:focus {
  box-shadow: none;
}
.b2b-organization-unit-table-header .input-group .input-group-text {
  background-color: #fff;
  border-left: none;
}
.b2b-organization-unit-table-header .input-group .input-group-text .icon-search svg {
  top: 0;
}
.multiple-selection {
  padding-top: 0.438rem;
  padding-left: 0.5625rem;
  padding-bottom: 0.438rem;
  min-height: 41px;
}
.multiple-selection:has(input:focus) {
  color: #333333;
  background-color: var(--bs-body-bg);
  border-color: #008555;
  outline: 0;
  box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
}
.multiple-selection .dropdown-toggle {
  --bs-focus-ring-width: 0;
  flex-grow: 1;
  order: 1;
  min-width: 0;
  flex-basis: 0;
}
.multiple-selection .dropdown-menu {
  width: 100%;
  right: -1.6875rem !important;
}
.multiple-selection .dropdown-menu.has-element-loader .multiple-dropdown:before {
  content: none;
}
.multiple-selection .dropdown-item {
  --bs-dropdown-link-active-bg: transparent;
  --bs-dropdown-link-active-color: #333333;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  min-height: 30px;
  flex-shrink: 0;
  order: 2;
}
.multiple-selection .dropdown-item .form-check-label, .multiple-selection .dropdown-item .form-check-input {
  cursor: pointer;
  margin: 0;
}
.multiple-selection .dropdown-item .form-check-label span:not(.form-check-default) {
  font-weight: 600;
}
.multiple-selection .dropdown-item.active {
  order: 1;
}
.multiple-selection .dropdown-item.is-default {
  order: 0;
}
.multiple-selection .dropdown-item.is-default .form-check-default {
  display: inline;
}
.multiple-selection.disabled {
  pointer-events: none;
  background-color: #eee;
}
.multiple-selection.disabled .multiple-tag-remove {
  display: none;
}
.multiple-selection.disabled .multiple-tag {
  padding-right: 8px;
}
.multiple-selection.disabled .multiple-tag-input {
  background-color: transparent;
}
.multiple-selection.disabled .multiple-tag-input::placeholder {
  opacity: 0;
}
.multiple-selection ~ .form-check {
  padding-left: 0;
}
.multiple-dropdown {
  min-height: 50px;
  max-height: 200px;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.multiple-dropdown::before {
  content: attr(data-no-result);
  display: flex;
  position: absolute;
  justify-content: center;
  width: 100%;
  align-items: center;
  height: 50px;
}
.multiple-tag {
  padding-top: 1px;
  padding-bottom: 1px;
  min-height: 32px;
}
.multiple-tag-remove {
  line-height: 1.2;
}
.multiple-tag-remove .icon-x {
  width: 12px;
}
.multiple-tag-remove .icon-x svg {
  top: 3px;
}
.multiple-tag-remove:focus {
  box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
}
.multiple-tag-input::placeholder {
  color: #666977;
  opacity: 1;
}
.multiple-tag.is-default {
  order: -1;
}
.b2b-ou-create .invisible.form-check-input, .account-address-form .invisible.form-check-input {
  margin: 0;
  max-height: 0;
  display: flex;
  border: 0;
}
.multiple-dropdown, .form-group[data-b2b-organization-unit-multiple-checkboxes] {
  --bs-form-valid-color: #333333;
}
.multiple-dropdown .form-check-input:valid:checked, .form-group[data-b2b-organization-unit-multiple-checkboxes] .form-check-input:valid:checked {
  background-color: #0042A0;
}
.multiple-dropdown .form-check-input:valid:focus, .form-group[data-b2b-organization-unit-multiple-checkboxes] .form-check-input:valid:focus {
  --bs-form-valid-border-color: #008555;
  box-shadow: 0 0 0 0.2rem rgba(0, 66, 160, 0.25);
}
.multiple-dropdown .form-check:has(.form-check-input:checked):hover, .form-group[data-b2b-organization-unit-multiple-checkboxes] .form-check:has(.form-check-input:checked):hover {
  position: relative;
}
.multiple-dropdown .form-check:has(.form-check-input:checked):hover .btn-link, .form-group[data-b2b-organization-unit-multiple-checkboxes] .form-check:has(.form-check-input:checked):hover .btn-link {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
}
.order-table-b2b-organization {
  margin-bottom: 8px;
}
.order-table .order-item-header .row > .order-table-b2b-organization, .subscription-table .order-item-header .row > .order-table-b2b-organization, .subscription-table .subscription-item-header .row > .order-table-b2b-organization, .subscription-table .subscription-item-header .is-act-cartpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-cartpage .checkout .subscription-table .subscription-item-header .checkout-container > .order-table-b2b-organization, .subscription-table .subscription-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-checkoutregisterpage .checkout .subscription-table .subscription-item-header .checkout-container > .order-table-b2b-organization, .subscription-table .subscription-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-confirmpage .checkout .subscription-table .subscription-item-header .checkout-container > .order-table-b2b-organization, .subscription-table .subscription-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-b2b-organization, .is-ctl-accountorder .checkout .subscription-table .subscription-item-header .checkout-container > .order-table-b2b-organization, .subscription-table .subscription-item-header .is-act-finishpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-finishpage .checkout .subscription-table .subscription-item-header .checkout-container > .order-table-b2b-organization, .subscription-table .subscription-item-header body.is-act-confirmpage .checkout .checkout-container > .order-table-b2b-organization, body.is-act-confirmpage .checkout .subscription-table .subscription-item-header .checkout-container > .order-table-b2b-organization, .subscription-table .booking-item-header .row > .order-table-b2b-organization, .subscription-table .booking-item-header .is-act-cartpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-cartpage .checkout .subscription-table .booking-item-header .checkout-container > .order-table-b2b-organization, .subscription-table .booking-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-checkoutregisterpage .checkout .subscription-table .booking-item-header .checkout-container > .order-table-b2b-organization, .subscription-table .booking-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-confirmpage .checkout .subscription-table .booking-item-header .checkout-container > .order-table-b2b-organization, .subscription-table .booking-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-b2b-organization, .is-ctl-accountorder .checkout .subscription-table .booking-item-header .checkout-container > .order-table-b2b-organization, .subscription-table .booking-item-header .is-act-finishpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-finishpage .checkout .subscription-table .booking-item-header .checkout-container > .order-table-b2b-organization, .subscription-table .booking-item-header body.is-act-confirmpage .checkout .checkout-container > .order-table-b2b-organization, body.is-act-confirmpage .checkout .subscription-table .booking-item-header .checkout-container > .order-table-b2b-organization, .subscription-table .order-item-header .is-act-cartpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-cartpage .checkout .subscription-table .order-item-header .checkout-container > .order-table-b2b-organization, .subscription-table .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-checkoutregisterpage .checkout .subscription-table .order-item-header .checkout-container > .order-table-b2b-organization, .subscription-table .order-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-confirmpage .checkout .subscription-table .order-item-header .checkout-container > .order-table-b2b-organization, .subscription-table .order-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-b2b-organization, .is-ctl-accountorder .checkout .subscription-table .order-item-header .checkout-container > .order-table-b2b-organization, .subscription-table .order-item-header .is-act-finishpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-finishpage .checkout .subscription-table .order-item-header .checkout-container > .order-table-b2b-organization, .subscription-table .order-item-header body.is-act-confirmpage .checkout .checkout-container > .order-table-b2b-organization, body.is-act-confirmpage .checkout .subscription-table .order-item-header .checkout-container > .order-table-b2b-organization, .purchase-table .order-item-header .row > .order-table-b2b-organization, .purchase-table .subscription-item-header .row > .order-table-b2b-organization, .purchase-table .subscription-item-header .is-act-cartpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-cartpage .checkout .purchase-table .subscription-item-header .checkout-container > .order-table-b2b-organization, .purchase-table .subscription-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-checkoutregisterpage .checkout .purchase-table .subscription-item-header .checkout-container > .order-table-b2b-organization, .purchase-table .subscription-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-confirmpage .checkout .purchase-table .subscription-item-header .checkout-container > .order-table-b2b-organization, .purchase-table .subscription-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-b2b-organization, .is-ctl-accountorder .checkout .purchase-table .subscription-item-header .checkout-container > .order-table-b2b-organization, .purchase-table .subscription-item-header .is-act-finishpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-finishpage .checkout .purchase-table .subscription-item-header .checkout-container > .order-table-b2b-organization, .purchase-table .subscription-item-header body.is-act-confirmpage .checkout .checkout-container > .order-table-b2b-organization, body.is-act-confirmpage .checkout .purchase-table .subscription-item-header .checkout-container > .order-table-b2b-organization, .purchase-table .booking-item-header .row > .order-table-b2b-organization, .purchase-table .booking-item-header .is-act-cartpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-cartpage .checkout .purchase-table .booking-item-header .checkout-container > .order-table-b2b-organization, .purchase-table .booking-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-checkoutregisterpage .checkout .purchase-table .booking-item-header .checkout-container > .order-table-b2b-organization, .purchase-table .booking-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-confirmpage .checkout .purchase-table .booking-item-header .checkout-container > .order-table-b2b-organization, .purchase-table .booking-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-b2b-organization, .is-ctl-accountorder .checkout .purchase-table .booking-item-header .checkout-container > .order-table-b2b-organization, .purchase-table .booking-item-header .is-act-finishpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-finishpage .checkout .purchase-table .booking-item-header .checkout-container > .order-table-b2b-organization, .purchase-table .booking-item-header body.is-act-confirmpage .checkout .checkout-container > .order-table-b2b-organization, body.is-act-confirmpage .checkout .purchase-table .booking-item-header .checkout-container > .order-table-b2b-organization, .purchase-table .order-item-header .is-act-cartpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-cartpage .checkout .purchase-table .order-item-header .checkout-container > .order-table-b2b-organization, .purchase-table .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-checkoutregisterpage .checkout .purchase-table .order-item-header .checkout-container > .order-table-b2b-organization, .purchase-table .order-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-confirmpage .checkout .purchase-table .order-item-header .checkout-container > .order-table-b2b-organization, .purchase-table .order-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-b2b-organization, .is-ctl-accountorder .checkout .purchase-table .order-item-header .checkout-container > .order-table-b2b-organization, .purchase-table .order-item-header .is-act-finishpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-finishpage .checkout .purchase-table .order-item-header .checkout-container > .order-table-b2b-organization, .purchase-table .order-item-header body.is-act-confirmpage .checkout .checkout-container > .order-table-b2b-organization, body.is-act-confirmpage .checkout .purchase-table .order-item-header .checkout-container > .order-table-b2b-organization, .order-table .subscription-item-header .row > .order-table-b2b-organization, .order-table .subscription-item-header .is-act-cartpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-cartpage .checkout .order-table .subscription-item-header .checkout-container > .order-table-b2b-organization, .order-table .subscription-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-checkoutregisterpage .checkout .order-table .subscription-item-header .checkout-container > .order-table-b2b-organization, .order-table .subscription-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-confirmpage .checkout .order-table .subscription-item-header .checkout-container > .order-table-b2b-organization, .order-table .subscription-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-b2b-organization, .is-ctl-accountorder .checkout .order-table .subscription-item-header .checkout-container > .order-table-b2b-organization, .order-table .subscription-item-header .is-act-finishpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-finishpage .checkout .order-table .subscription-item-header .checkout-container > .order-table-b2b-organization, .order-table .subscription-item-header body.is-act-confirmpage .checkout .checkout-container > .order-table-b2b-organization, body.is-act-confirmpage .checkout .order-table .subscription-item-header .checkout-container > .order-table-b2b-organization, .order-table .booking-item-header .row > .order-table-b2b-organization, .order-table .booking-item-header .is-act-cartpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-cartpage .checkout .order-table .booking-item-header .checkout-container > .order-table-b2b-organization, .order-table .booking-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-checkoutregisterpage .checkout .order-table .booking-item-header .checkout-container > .order-table-b2b-organization, .order-table .booking-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-confirmpage .checkout .order-table .booking-item-header .checkout-container > .order-table-b2b-organization, .order-table .booking-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-b2b-organization, .is-ctl-accountorder .checkout .order-table .booking-item-header .checkout-container > .order-table-b2b-organization, .order-table .booking-item-header .is-act-finishpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-finishpage .checkout .order-table .booking-item-header .checkout-container > .order-table-b2b-organization, .order-table .booking-item-header body.is-act-confirmpage .checkout .checkout-container > .order-table-b2b-organization, body.is-act-confirmpage .checkout .order-table .booking-item-header .checkout-container > .order-table-b2b-organization, .order-table .order-item-header .is-act-cartpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-cartpage .checkout .order-table .order-item-header .checkout-container > .order-table-b2b-organization, .order-table .order-item-header .is-act-checkoutregisterpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-checkoutregisterpage .checkout .order-table .order-item-header .checkout-container > .order-table-b2b-organization, .order-table .order-item-header .is-act-confirmpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-confirmpage .checkout .order-table .order-item-header .checkout-container > .order-table-b2b-organization, .order-table .order-item-header .is-ctl-accountorder .checkout .checkout-container > .order-table-b2b-organization, .is-ctl-accountorder .checkout .order-table .order-item-header .checkout-container > .order-table-b2b-organization, .order-table .order-item-header .is-act-finishpage .checkout .checkout-container > .order-table-b2b-organization, .is-act-finishpage .checkout .order-table .order-item-header .checkout-container > .order-table-b2b-organization, .order-table .order-item-header body.is-act-confirmpage .checkout .checkout-container > .order-table-b2b-organization, body.is-act-confirmpage .checkout .order-table .order-item-header .checkout-container > .order-table-b2b-organization {
  padding-right: 0;
  padding-left: 0;
}
/*
 * Components
 * ---------------------------- */
.b2b-advanced-product-catalogs .input-group-text .icon svg {
  top: 0;
}
.b2b-advanced-product-catalogs .b2b-advanced-product-catalogs__deselect-all, .b2b-advanced-product-catalogs .b2b-advanced-product-catalogs__select-all {
  --bs-btn-disabled-border-color: #($gray-300);
}
.b2b-advanced-product-catalogs__search-tree:not(:empty), .b2b-advanced-product-catalogs__search-empty, .b2b-advanced-product-catalogs__tree {
  padding: 24px;
  min-height: 240px;
  max-height: 480px;
  overflow: auto;
}
.b2b-advanced-product-catalogs__search-empty {
  border: 1px solid #bcc1c7;
}
.b2b-advanced-product-catalogs__tree-container {
  min-height: 240px;
  border: 1px solid #bcc1c7;
}
.b2b-advanced-product-catalogs__tree-nested {
  list-style: none;
  margin: 0 !important;
  padding-left: 23px;
}
.b2b-advanced-product-catalogs__tree-nested > li:not(.collapse):not(.collapsing):not(:has(> .b2b-advanced-product-catalogs__tree-caret)) {
  padding-left: 24px;
}
.b2b-advanced-product-catalogs__tree-caret {
  display: inline-flex;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.b2b-advanced-product-catalogs__tree-caret .icon-arrow-down, .b2b-advanced-product-catalogs__tree-caret .icon-arrow-right {
  display: inline-block;
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
}
.b2b-advanced-product-catalogs__tree-caret .icon-arrow-right {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cpath id='a' d='M4.707 5.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L8 8.586 4.707 5.293z'/%3E%3C/defs%3E%3Cuse transform='rotate(-90 8 8)' xlink:href='%23a' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.b2b-advanced-product-catalogs__tree-caret .icon-arrow-down {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cpath id='a' d='M4.707 6.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L8 9.586 4.707 6.293z'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.b2b-advanced-product-catalogs__tree-caret[aria-expanded="false"] .icon-arrow-down {
  display: none;
}
.b2b-advanced-product-catalogs__tree-caret[aria-expanded="true"] .icon-arrow-right {
  display: none;
}
.b2b-advanced-product-catalogs__tree-active, .b2b-advanced-product-catalogs__tree-inactive {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.b2b-advanced-product-catalogs__tree-active {
  background-color: #1aa179;
}
.b2b-advanced-product-catalogs__tree-inactive {
  background-color: #bcc1c7;
}
.b2b-advanced-product-catalogs-modal {
  --bs-modal-header-padding: 27px 32px;
  --bs-modal-header-border-width: 1px;
  --bs-modal-width: 600px;
  --bs-modal-padding: 32px;
}
.b2b-advanced-product-catalogs-modal .modal-body {
  padding-bottom: 0;
}
.b2b-advanced-product-catalogs-modal .modal-footer .btn {
  --bs-btn-font-size: 14px;
}
.b2b-advanced-product-catalogs-modal .progress {
  margin-bottom: 32px;
  --bs-border-radius: 50px;
}
.b2b-advanced-product-catalogs-modal:not(.is--saving) .progress, .b2b-advanced-product-catalogs-modal:not(.is--saving) .alert-danger {
  display: none;
}
.b2b-advanced-product-catalogs-modal.is--saving .modal-header .b2b-advanced-product-catalogs-modal-cancel-button, .b2b-advanced-product-catalogs-modal.is--saving .alert-info {
  display: none;
}
.is-ctl-organizationunit .tooltip {
  --bs-tooltip-max-width: 340px;
  --bs-tooltip-padding-x: 24px;
  --bs-tooltip-padding-y: 24px;
}
.neonConfigurator {
  counter-reset: boxedGroup;
  padding: var(--neon-cfg-configuration-configurationBox-padding-padding-top) var(--neon-cfg-configuration-configurationBox-padding-padding-right) var(--neon-cfg-configuration-configurationBox-padding-padding-bottom) var(--neon-cfg-configuration-configurationBox-padding-padding-left);
  background: var(--neon-cfg-configuration-configurationBox-background-background-color);
  border: var(--neon-cfg-configuration-configurationBox-border-border-width) var(--neon-cfg-configuration-configurationBox-border-border-style) var(--neon-cfg-configuration-configurationBox-border-border-color);
  border-radius: var(--neon-cfg-configuration-configurationBox-border-border-radius);
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  grid-gap: var(--neon-cfg-configuration-general-margins-field-gap) 20px;
  position: relative;
}
.neonConfigurator input, .neonConfigurator textarea, .neonConfigurator select {
  font-size: var(--neon-cfg-configuration-general-buttons-normal-font-font-size);
  border-radius: var(--neon-cfg-configuration-general-border-border-radius-boxes);
}
.neonConfigurator .neonConfigurator__field__validations {
  font-size: var(--neon-cfg-configuration-general-font-font-size-secondary);
}
.neonConfigurator .btn:not(.btn-outline-light):not(:disabled) {
  font-size: var(--neon-cfg-configuration-general-buttons-normal-font-font-size);
  border-radius: var(--neon-cfg-configuration-general-buttons-normal-border-border-radius);
  background: var(--neon-cfg-configuration-general-buttons-normal-background-background-color);
  color: var(--neon-cfg-configuration-general-buttons-normal-font-font-color);
  padding: var(--neon-cfg-configuration-general-buttons-normal-padding-padding-top) var(--neon-cfg-configuration-general-buttons-normal-padding-padding-right) var(--neon-cfg-configuration-general-buttons-normal-padding-padding-bottom) var(--neon-cfg-configuration-general-buttons-normal-padding-padding-left);
  border: var(--neon-cfg-configuration-general-buttons-normal-border-border-width) var(--neon-cfg-configuration-general-buttons-normal-border-border-style) var(--neon-cfg-configuration-general-buttons-normal-border-border-color);
}
.neonConfigurator .btn:not(.btn-outline-light):not(:disabled):hover {
  background: var(--neon-cfg-configuration-general-buttons-hover-background-background-color);
  color: var(--neon-cfg-configuration-general-buttons-hover-font-font-color);
  border-color: var(--neon-cfg-configuration-general-buttons-hover-border-border-color);
}
.neonConfigurator--disabled {
  cursor: progress;
  opacity: 0.5;
}
.neonConfigurator--disabled * {
  pointer-events: none;
}
.neonConfigurator .is--fieldLabelDisplayModeTop .neonConfigurator__field__labelGroup {
  margin-top: 0 !important;
  width: unset;
}
.neonConfigurator .is--fieldLabelDisplayModeTop .neonConfiguratorSpacerField {
  grid-column-end: 3;
}
.neonConfigurator .is--fieldLabelDisplayModeTop .neonConfigurator__infoLink__wrapper--empty {
  display: none;
}
.neonConfigurator .is--fieldLabelDisplayModeTop .neonConfigurator__group__content {
  gap: var(--neon-cfg-configuration-general-margins-field-gap) 20px;
}
.neonConfigurator .is--fieldLabelDisplayModeTop .neonConfigurator__field__labelGroup {
  grid-column-start: 1;
  grid-column-end: 3;
  top: 0;
  margin-top: 25px;
  margin-bottom: 5px;
}
.neonConfigurator .is--fieldLabelDisplayModeTop .neonConfigurator__field__input {
  grid-column-start: 1;
  grid-column-end: 3;
}
.neonConfigurator .is--fieldLabelDisplayModeTop .neonConfigurator__field--calculationResult .neonConfigurator__field__value {
  margin-top: 0;
}
.neonConfigurator .is--fieldLabelDisplayModeHidden .neonConfigurator__field__labelGroup {
  display: none;
}
.neonConfigurator .is--fieldLabelDisplayModeHidden .neonConfigurator__field__input {
  grid-column-start: 1;
  grid-column-end: 4;
}
.neonConfigurator .is--fieldLabelDisplayModeHidden .neonConfigurator__infoLink__wrapper--empty {
  display: none;
}
@media (max-width: 575.98px) {
  .neonConfigurator .neonConfigurator__field__labelGroup {
    margin-top: 0 !important;
    width: unset;
  }
  .neonConfigurator .neonConfiguratorSpacerField {
    grid-column-end: 3;
  }
  .neonConfigurator .neonConfigurator__infoLink__wrapper--empty {
    display: none;
  }
  .neonConfigurator .neonConfigurator__group__content {
    gap: var(--neon-cfg-configuration-general-margins-field-gap) 20px;
  }
  .neonConfigurator .neonConfigurator__field__labelGroup {
    grid-column-start: 1;
    grid-column-end: 3;
    top: 0;
    margin-top: 25px;
    margin-bottom: 5px;
  }
  .neonConfigurator .neonConfigurator__field__input {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media screen and (min-width: 992px) and (max-width: 1400px) {
  .neonConfigurator .neonConfigurator__field__labelGroup {
    margin-top: 0 !important;
    width: unset;
  }
  .neonConfigurator .neonConfiguratorSpacerField {
    grid-column-end: 3;
  }
  .neonConfigurator .neonConfigurator__infoLink__wrapper--empty {
    display: none;
  }
  .neonConfigurator .neonConfigurator__group__content {
    gap: var(--neon-cfg-configuration-general-margins-field-gap) 20px;
  }
  .neonConfigurator .neonConfigurator__field__labelGroup {
    grid-column-start: 1;
    grid-column-end: 3;
    top: 0;
    margin-top: 25px;
    margin-bottom: 5px;
  }
  .neonConfigurator .neonConfigurator__field__input {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.neonConfigurator__loader {
  display: none;
  position: relative;
  grid-template-columns: 1fr 4fr;
  grid-gap: 30px;
}
.neonConfigurator__loader__row {
  height: 35px;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 0;
  color: transparent;
  animation: skeletonShimmer 2.5s linear 0s infinite normal forwards running;
  background: linear-gradient(89.17deg, #f0f2f5 0.8%, #e0e6eb 50.09%, #f0f2f5 96.31%);
  background-size: 800px 100px;
}
.neonConfigurator__field--isLabelHidden .neonConfigurator__field__input {
  grid-column-start: 1;
  grid-column-end: 4;
}
.neonConfigurator__field--isLabelHidden .neonConfigurator__infoLink__wrapper--empty {
  display: none;
}
.neonConfigurator__field__value {
  position: relative;
}
.neonConfigurator__field--isAlignRight.neonConfigurator__field--calculationResult .neonConfigurator__field__form {
  width: auto;
  align-self: flex-end;
}
.neonConfigurator__field--disabled .neonConfigurator__field__input * {
  color: grey;
  pointer-events: none;
}
.neonConfigurator__field--disabled.neonConfiguratorImageField__value, .neonConfigurator__field--disabled.neonConfiguratorButtonField__value {
  opacity: 0.5;
}
.neonConfigurator__field__form {
  display: grid;
  grid-template-columns: min-content auto min-content;
  gap: 10px;
}
.modal-dialog .neonConfigurator__field__form {
  display: contents;
}
.neonConfigurator__field__input {
  width: 100%;
  position: relative;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.neonConfigurator__field__input input::-webkit-outer-spin-button, .neonConfigurator__field__input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.neonConfigurator__field__input__reset {
  font-size: var(--neon-cfg-configuration-general-font-font-size-secondary);
  text-decoration: underline;
  margin-top: 10px;
  cursor: pointer;
}
.neonConfigurator__field__input input[type="number"] {
  -moz-appearance: textfield;
}
.neonConfigurator__field__input__option {
  width: 30%;
}
.neonConfigurator__field__labelGroup {
  display: flex;
  align-items: center;
  margin: 0 0 0 0;
  top: 9px;
  align-self: flex-start;
  position: relative;
  min-width: 140px;
  width: var(--neon-cfg-configuration-fields-general-field-label-width);
}
.neonConfigurator__field__label {
  white-space: normal;
  font-weight: bold;
  margin: 0;
}
.neonConfigurator__field__label__inlineContent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  word-break: initial;
  font-size: var(--neon-cfg-configuration-general-font-font-size-primary);
}
.neonConfigurator__field__description {
  display: none;
  cursor: pointer;
  margin: 0 0 5px 0;
  grid-column-start: 1;
  grid-column-end: 3;
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #fff;
  padding: 5px;
}
.neonConfigurator__field__description__text {
  display: none;
}
.neonConfigurator__field__description--active {
  display: block;
}
@media (min-width: 768px) {
  .neonConfigurator__field__description--active {
    display: none;
  }
}
.neonConfigurator__field--hasError > .neonConfigurator__field__form > .neonConfigurator__field__input select, .neonConfigurator__field--hasError > .neonConfigurator__field__form > .neonConfigurator__field__input > textarea, .neonConfigurator__field--hasError > .neonConfigurator__field__form > .neonConfigurator__field__input > textarea:focus, .neonConfigurator__field--hasError > .neonConfigurator__field__form > .neonConfigurator__field__input > input, .neonConfigurator__field--hasError > .neonConfigurator__field__form > .neonConfigurator__field__input > input:focus {
  border: 1px var(--neon-cfg-configuration-general-validation-validation-error-color-strong) solid;
  background-color: var(--neon-cfg-configuration-general-validation-validation-error-color-light);
}
.neonConfigurator__field__modalSelection {
  grid-column-start: 2;
  margin-top: 10px;
  margin-bottom: 10px;
}
.neonConfigurator__field__validations {
  grid-column-start: 2;
}
.neonConfigurator__field__validations__validation {
  margin-top: 3px;
  font-size: var(--neon-cfg-configuration-general-font-font-size-secondary);
  display: flex;
  align-items: center;
  gap: 10px;
}
.neonConfigurator__field__validations__validation--hasError {
  color: var(--neon-cfg-configuration-general-validation-validation-error-color-strong);
}
.neonConfigurator__price {
  white-space: nowrap;
}
.neonConfigurator .form-check-input {
  margin-left: 0;
}
.neonConfigurator .neonConfigurator__infoText1 :first-child {
  margin-top: 0;
}
.neonConfigurator .neonConfigurator__field__modalSearch {
  display: none;
}
.buy-widget-container + .neonConfigurator__actionTrigger__container {
  margin-top: 10px;
}
.buy-widget-container + .neonConfigurator__actionTrigger__container .col-8 {
  margin-top: 0;
}
.neonConfigurator__group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 0;
  overflow: hidden;
}
.neonConfigurator__group--hasCounter .neonConfigurator__group__header__title::before {
  counter-increment: boxedGroup;
  content: counter(boxedGroup) ".";
  margin-right: -10px;
}
.neonConfigurator__group--boxed {
  overflow: hidden;
  border: var(--neon-cfg-configuration-groups-boxed-content-border-border-width) var(--neon-cfg-configuration-groups-boxed-content-border-border-style) var(--neon-cfg-configuration-groups-boxed-content-border-border-color);
  border-radius: var(--neon-cfg-configuration-groups-boxed-content-border-border-radius);
}
.neonConfigurator__group--boxed .neonConfigurator__group__content__wrapper .neonConfigurator__group__description {
  padding: 20px var(--neon-cfg-configuration-groups-boxed-content-padding-padding-left) 0 var(--neon-cfg-configuration-groups-boxed-content-padding-padding-right);
}
.neonConfigurator__group--boxed .neonConfigurator__group__content__wrapper .neonConfigurator__group__content {
  background-color: var(--neon-cfg-configuration-groups-boxed-content-background-background-color);
  padding: var(--neon-cfg-configuration-groups-boxed-content-padding-padding-top) var(--neon-cfg-configuration-groups-boxed-content-padding-padding-right) var(--neon-cfg-configuration-groups-boxed-content-padding-padding-bottom) var(--neon-cfg-configuration-groups-boxed-content-padding-padding-left);
}
.neonConfigurator__group--fieldsOnly {
  border: var(--neon-cfg-configuration-groups-fieldsOnly-content-border-border-width) var(--neon-cfg-configuration-groups-fieldsOnly-content-border-border-style) var(--neon-cfg-configuration-groups-fieldsOnly-content-border-border-color);
  border-radius: var(--neon-cfg-configuration-groups-fieldsOnly-content-border-border-radius);
}
.neonConfigurator__group--fieldsOnly .neonConfigurator__group__content__wrapper .neonConfigurator__group__description {
  padding: 20px var(--neon-cfg-configuration-groups-fieldsOnly-content-padding-padding-left) 0 var(--neon-cfg-configuration-groups-fieldsOnly-content-padding-padding-right);
}
.neonConfigurator__group--fieldsOnly .neonConfigurator__group__content__wrapper .neonConfigurator__group__content {
  background-color: var(--neon-cfg-configuration-groups-fieldsOnly-content-background-background-color);
  padding: var(--neon-cfg-configuration-groups-fieldsOnly-content-padding-padding-top) var(--neon-cfg-configuration-groups-fieldsOnly-content-padding-padding-right) var(--neon-cfg-configuration-groups-fieldsOnly-content-padding-padding-bottom) var(--neon-cfg-configuration-groups-fieldsOnly-content-padding-padding-left);
}
.neonConfigurator__group__buttonContinue {
  grid-column-end: 7;
  justify-self: end;
}
.neonConfigurator__group--closed .neonConfigurator__group__content__wrapper {
  display: none;
}
.neonConfigurator__group--closed .neonConfigurator__group__header__close {
  transform: rotate(-90deg);
}
.neonConfigurator__group__header {
  background-color: var(--neon-cfg-configuration-groups-boxed-header-background-background-color);
  width: 100%;
  padding: var(--neon-cfg-configuration-groups-boxed-header-padding-padding-top) var(--neon-cfg-configuration-groups-boxed-header-padding-padding-right) var(--neon-cfg-configuration-groups-boxed-header-padding-padding-bottom) var(--neon-cfg-configuration-groups-boxed-header-padding-padding-left);
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--neon-cfg-configuration-groups-boxed-header-font-font-color);
  font-size: var(--neon-cfg-configuration-groups-boxed-header-font-font-size);
}
.neonConfigurator__group__header__title {
  font-weight: bold;
  color: inherit;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.neonConfigurator__group__header__title .icon {
  color: white;
}
.neonConfigurator__group__header__close {
  transition: transform 0.2s;
}
.neonConfigurator__group__header__close .icon {
  color: inherit;
}
.neonConfigurator__group__header__close .icon svg {
  top: 0;
}
.neonConfigurator__group__content__wrapper {
  width: 100%;
}
.neonConfigurator__group__description {
  font-size: var(--neon-cfg-configuration-general-font-font-size-primary);
  margin-bottom: 20px;
}
.neonConfigurator__group__description * {
  margin-top: 0;
}
.neonConfigurator__group .neonConfigurator__group__content {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-gap: var(--neon-cfg-configuration-general-margins-field-gap) 20px;
  width: 100%;
}
.neonConfigurator__field--calculationResult .neonConfigurator__field__value {
  margin-top: 10px;
}
.neonConfigurator__field__form:has(.neonConfiguratorDescriptionField) {
  display: contents;
}
.neonConfigurator__field--number .neonConfigurator__field__infoRight.neonConfigurator__infoLink__wrapper, .neonConfigurator__field--text .neonConfigurator__field__infoRight.neonConfigurator__infoLink__wrapper {
  top: 8px;
  position: relative;
}
.neonConfigurator__field__value__quantitySelection .btn-minus {
  border-radius: var(--neon-cfg-configuration-general-border-border-radius-boxes);
}
.neonConfigurator__field__value__quantitySelection .input-group-text {
  min-width: 50px;
  flex: none !important;
  font-size: inherit;
  line-height: inherit;
  border-radius: var(--neon-cfg-configuration-general-border-border-radius-boxes);
}
.neonConfiguratorNumberField__label {
  white-space: nowrap;
  position: absolute;
  top: 10px;
  right: 10px;
}
.neonConfigurator__field--repeat > .neonConfigurator__field__form > .neonConfigurator__field__input {
  grid-column-start: 1;
  grid-column-end: 3;
}
.neonConfigurator__field--repeat .neonConfigurator__field__repetition__children .neonConfigurator__field__form {
  display: grid;
  grid-gap: 20px;
  width: 100%;
}
.neonConfigurator__field--repeat .neonConfigurator__field__repetitions {
  align-self: stretch;
  margin-bottom: 30px;
}
.neonConfigurator__field--repeat .neonConfigurator__field__repetition {
  position: relative;
}
.neonConfigurator__field--repeat .neonConfigurator__field__repetition__title {
  display: block;
  border-bottom: 1px solid grey;
  margin: 20px 0 10px;
  font-weight: 600;
}
.neonConfigurator__field--repeat .neonConfigurator__field__repetition__remove {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.neonConfigurator__field--repeat .neonConfigurator__field__repetition__remove .icon {
  position: relative;
  bottom: 2px;
  padding: 3px;
}
.neonConfigurator__field--repeat .neonConfigurator__field__repetition__children {
  gap: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.neonConfigurator__field--areSelectValueGroupsEnabled .neonConfigurator__field__valueGroup {
  display: block;
}
.neonConfigurator__field--areSelectValueGroupsEnabled .neonConfigurator__field__labelGroup {
  top: 5px;
}
.neonConfigurator__field--select-slider input[type=range] {
  width: 100%;
}
.neonConfigurator__field__value__quantitySelection {
  margin-bottom: 5px;
}
.neonConfigurator__field__value__quantitySelection .btn {
  padding: 0 5px;
}
.neonConfigurator__field__value input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.neonConfigurator__field__value__quantitySelection {
  margin-bottom: 5px;
}
.neonConfigurator__field__value__quantitySelection .btn {
  padding: 0 5px;
}
.neonConfigurator__field__valueGroup {
  display: contents;
  margin-top: 6px;
  margin-bottom: 15px;
}
.neonConfigurator__field__valueGroup__headline {
  font-weight: bold;
  margin-bottom: 2px;
  font-size: var(--neon-cfg-configuration-general-font-font-size-primary);
  display: grid;
  grid-template-columns: auto min-content;
  align-items: center;
}
.neonConfigurator__field__valueGroup__headline__icon {
  display: none;
}
.neonConfigurator__field__valueGroup--closable .neonConfigurator__field__valueGroup__headline {
  cursor: pointer;
}
.neonConfigurator__field__valueGroup--closable .neonConfigurator__field__valueGroup__headline__icon {
  display: block;
  transition: transform 0.2s;
}
.neonConfigurator__field__valueGroup--closed .neonConfigurator__field__values {
  display: none !important;
}
.neonConfigurator__field__valueGroup--closed .neonConfigurator__field__valueGroup__headline__icon {
  transform: rotate(-90deg);
}
.neonConfigurator__field--isQuantitySelectionActive .quantity-selector-group {
  background: white;
}
.neonConfigurator__field--isQuantitySelectionActive .neonConfigurator__field__value .form-check-input {
  display: none !important;
}
.neonConfigurator__field--isQuantitySelectionActive .neonConfigurator__field__value label {
  border: none !important;
  cursor: default !important;
}
.neonConfigurator__field--isQuantitySelectionActive .neonConfigurator__field__value input[type="checkbox"]:checked + label {
  border: none;
}
.neonConfigurator__field--isQuantitySelectionActive .btn-minus:hover, .neonConfigurator__field--isQuantitySelectionActive .btn-plus:hover, .neonConfigurator__field--isQuantitySelectionActive .quantity-selector-group-input:hover {
  border: none;
  background: none;
}
.neonConfigurator__field--isQuantitySelectionActive .quantity-selector-group:hover input:not(:disabled), .neonConfigurator__field--isQuantitySelectionActive .quantity-selector-group:has(input:focus) input:not(:disabled) {
  border: none;
  background: none;
}
.neonConfigurator__field--isQuantitySelectionActive .neonConfigurator__field__value__quantitySelection {
  border-radius: var(--neon-cfg-configuration-general-border-border-radius-boxes);
  border: 1px solid var(--neon-cfg-configuration-general-border-border-color);
  height: 40px;
}
.neonConfigurator__field--isQuantitySelectionActive .neonConfigurator__field__value__quantitySelection .quantity-selector-group:hover input:not(:disabled), .neonConfigurator__field--isQuantitySelectionActive .neonConfigurator__field__value__quantitySelection .quantity-selector-group:has(input:focus) input:not(:disabled) {
  border: none;
  background: none;
}
.neonConfigurator__field--isQuantitySelectionActive .neonConfigurator__field__value__quantitySelection * {
  border: none;
  background: none;
}
.neonConfigurator__field__valueGroup:not(:has(.neonConfigurator__field__value:not([style*="display: none"]))):not(:has(select)):not(:has(.range-value-text)) {
  display: none;
}
.neonConfigurator--isProductToVariantsActive .neonConfigurator__field--isProductToVariantsField.neonConfigurator__field--isQuantitySelectionActive .neonConfigurator__field__value {
  background-color: unset;
}
.neonConfigurator--isProductToVariantsActive .neonConfigurator__field--isProductToVariantsField.neonConfigurator__field--isQuantitySelectionActive .neonConfigurator__field__value.neonConfiguratorButtonField__value .neonConfiguratorButtonField__value__label {
  padding: 0;
}
.neonConfigurator--isProductToVariantsActive .neonConfigurator__field--isProductToVariantsField.neonConfigurator__field--isQuantitySelectionActive .neonConfigurator__field__value.neonConfiguratorButtonField__value .neonConfiguratorButtonField__value__label__text {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 12px;
  padding-bottom: 0;
}
.neonConfigurator--isProductToVariantsActive .neonConfigurator__field--isProductToVariantsField.neonConfigurator__field--isQuantitySelectionActive .neonConfigurator__field__value.neonConfiguratorButtonField__value .neonConfiguratorButtonField__value__label__text .neonConfigurator__field__value__quantitySelection {
  margin-top: 12px;
  margin-bottom: 0;
}
.neonConfigurator__field--multiselect.neonConfigurator__field--select-button label, .neonConfigurator__field--multiselect.neonConfigurator__field--select-button .neonConfiguratorImageField__value__zoomTrigger {
  padding-top: 24px;
}
.neonConfigurator__field--multiselect.neonConfigurator__field--select-button .neonConfigurator__field__value__info--right {
  right: 30px !important;
  top: 3px;
}
.neonConfiguratorButtonField__values {
  flex-wrap: wrap;
  gap: 15px;
  grid-template-columns: repeat(auto-fill, var(--neon-cfg-configuration-fields-selectButton-general-value-width));
  width: 100%;
  display: grid;
  margin-top: 5px;
}
.neonConfiguratorButtonField__value {
  max-width: calc(100vw - 120px);
}
@media (min-width: 768px) {
  .neonConfiguratorButtonField__value {
    max-width: 320px;
  }
}
.neonConfiguratorButtonField__value input[type="checkbox"].form-check-input {
  display: block;
  z-index: 1;
  position: absolute;
  pointer-events: none;
  width: 20px;
  height: 20px;
  margin: 0;
  right: 4px;
  top: 4px;
}
.neonConfiguratorButtonField__value input[type="checkbox"].form-check-input:focus {
  box-shadow: none;
}
.neonConfiguratorButtonField__value input[type="checkbox"].form-check-input:checked + label, .neonConfiguratorButtonField__value input[type="radio"].form-check-input:checked + label {
  border: var(--neon-cfg-configuration-fields-selectButton-stateSelected-border-border-width) var(--neon-cfg-configuration-fields-selectButton-stateSelected-border-border-style) var(--neon-cfg-configuration-fields-selectButton-stateSelected-border-border-color);
  background: var(--neon-cfg-configuration-fields-selectButton-stateSelected-color-background-color);
  color: var(--neon-cfg-configuration-fields-selectButton-stateSelected-color-font-color);
  border-radius: var(--neon-cfg-configuration-fields-selectButton-stateSelected-border-border-radius);
}
.neonConfiguratorButtonField__value input[type="checkbox"].form-check-input:focus + label, .neonConfiguratorButtonField__value input[type="radio"].form-check-input:focus + label {
  box-shadow: 0 0 2px 1px var(--neon-cfg-configuration-general-basicColors-cta-color-primary);
}
.neonConfiguratorButtonField__value .neonConfigurator__infoLink__wrapper {
  top: 5px;
  position: absolute;
}
.neonConfiguratorButtonField__value .neonConfigurator__infoLink__wrapper.neonConfigurator__field__value__info--left {
  left: 5px;
}
.neonConfiguratorButtonField__value .neonConfigurator__infoLink__wrapper.neonConfigurator__field__value__info--right {
  right: 5px;
}
.neonConfiguratorButtonField__value__label {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-size: var(--neon-cfg-configuration-general-font-font-size-primary);
  border: var(--neon-cfg-configuration-fields-selectButton-stateUnselected-border-border-width) var(--neon-cfg-configuration-fields-selectButton-stateUnselected-border-border-style) var(--neon-cfg-configuration-fields-selectButton-stateUnselected-border-border-color);
  border-radius: var(--neon-cfg-configuration-fields-selectButton-stateUnselected-border-border-radius);
  color: var(--neon-cfg-configuration-fields-selectButton-stateUnselected-color-font-color);
  background-color: var(--neon-cfg-configuration-fields-selectButton-stateUnselected-color-background-color);
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0;
  padding: 0;
  grid-template-rows: 75% 25%;
  cursor: pointer;
}
.neonConfigurator__field__values--hasValueInfo .neonConfiguratorButtonField__value__label {
  padding-top: 24px;
}
.neonConfiguratorButtonField__value__label__text {
  text-align: center;
  font-size: var(--neon-cfg-configuration-general-font-font-size-primary);
  display: inline-block;
  padding: 5px 0;
  overflow: hidden;
}
.neonConfiguratorButtonField__value__label__price {
  font-size: var(--neon-cfg-configuration-general-font-font-size-secondary);
  padding-bottom: 5px;
  opacity: 0.87;
}
.neonConfigurator__field--multiselect.neonConfigurator__field--select-color label, .neonConfigurator__field--multiselect.neonConfigurator__field--select-color .neonConfiguratorImageField__value__zoomTrigger {
  padding-top: 24px;
}
.neonConfigurator__field--multiselect.neonConfigurator__field--select-color .neonConfigurator__field__value__info--right {
  right: 30px !important;
  top: 3px;
}
.neonConfiguratorColorField__values {
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
  display: flex;
}
.neonConfiguratorColorField__value {
  width: var(--neon-cfg-configuration-fields-selectColor-values-width);
}
.neonConfiguratorColorField__value input[type="checkbox"]:checked + label .neonConfiguratorColorField__value__label__color, .neonConfiguratorColorField__value input[type="radio"]:checked + label .neonConfiguratorColorField__value__label__color {
  border: 2px solid var(--neon-cfg-configuration-general-basicColors-cta-color-primary);
}
.neonConfiguratorColorField__value input[type="checkbox"]:focus + label .neonConfiguratorColorField__value__label__color, .neonConfiguratorColorField__value input[type="radio"]:focus + label .neonConfiguratorColorField__value__label__color {
  box-shadow: 0 0 2px 1px var(--neon-cfg-configuration-general-basicColors-cta-color-primary);
}
.neonConfiguratorColorField__value input[type="checkbox"].form-check-input {
  display: block;
  width: 20px;
  height: 20px;
  z-index: 1;
  position: absolute;
  pointer-events: none;
  margin: 0;
  right: 4px;
  top: 4px;
}
.neonConfiguratorColorField__value input[type="checkbox"].form-check-input:focus {
  box-shadow: none;
}
.neonConfiguratorColorField__value .neonConfigurator__infoLink__wrapper {
  top: 3px;
  position: absolute;
}
.neonConfiguratorColorField__value .neonConfigurator__infoLink__wrapper.neonConfigurator__field__value__info--left {
  left: 5px;
}
.neonConfiguratorColorField__value .neonConfigurator__infoLink__wrapper.neonConfigurator__field__value__info--right {
  right: 5px;
}
.neonConfiguratorColorField__value__label {
  display: grid;
  gap: 5px;
  font-size: var(--neon-cfg-configuration-general-font-font-size-primary);
  grid-template-rows: auto auto 1fr;
  justify-content: stretch;
  align-items: stretch;
  margin: 0;
  cursor: pointer;
  height: 100%;
}
.neonConfiguratorColorField__value__label__color {
  aspect-ratio: var(--neon-cfg-configuration-fields-selectColor-values-aspect-ratio-color);
  border-radius: var(--neon-cfg-configuration-fields-selectColor-values-border-radius);
}
.neonConfiguratorColorField__value__label__text {
  text-align: center;
  font-size: var(--neon-cfg-configuration-general-font-font-size-primary);
  display: var(--neon-cfg-configuration-fields-selectColor-values-label-display);
  padding: 0 1px 5px 1px;
  overflow: hidden;
}
.neonConfiguratorColorField__value__label__price {
  font-size: var(--neon-cfg-configuration-general-font-font-size-secondary);
  padding-bottom: 5px;
  opacity: 0.87;
  text-align: center;
}
.neonConfigurator__field--select-dropdown .neonConfigurator__field__labelGroup {
  top: 10px;
}
.neonConfigurator__field--multiselect.neonConfigurator__field--select-image label {
  padding-top: 24px;
}
.neonConfigurator__field--multiselect.neonConfigurator__field--select-image:not(.neonConfigurator__field--isQuantitySelectionActive) .neonConfigurator__field__value__info--right {
  right: 30px !important;
  top: 3px;
}
.neonConfiguratorImageField__values {
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
  display: flex;
}
.neonConfiguratorImageField__value {
  width: var(--neon-cfg-configuration-fields-selectImage-values-width);
}
.neonConfiguratorImageField__value input[type="checkbox"]:checked + label .neonConfiguratorImageField__value__label__image, .neonConfiguratorImageField__value input[type="radio"]:checked + label .neonConfiguratorImageField__value__label__image {
  border: 2px solid var(--neon-cfg-configuration-general-basicColors-cta-color-primary);
}
.neonConfiguratorImageField__value input[type="checkbox"]:focus + label .neonConfiguratorImageField__value__label__image, .neonConfiguratorImageField__value input[type="radio"]:focus + label .neonConfiguratorImageField__value__label__image {
  box-shadow: 0 0 2px 1px var(--neon-cfg-configuration-general-basicColors-cta-color-primary);
}
.neonConfiguratorImageField__value input[type="checkbox"].form-check-input {
  display: block;
  width: 20px;
  height: 20px;
  z-index: 1;
  position: absolute;
  pointer-events: none;
  margin: 0;
  right: 4px;
  top: 4px;
}
.neonConfiguratorImageField__value input[type="checkbox"].form-check-input:focus {
  box-shadow: none;
}
.neonConfiguratorImageField__value .neonConfigurator__infoLink__wrapper {
  top: 3px;
  position: absolute;
}
.neonConfiguratorImageField__value .neonConfigurator__infoLink__wrapper.neonConfigurator__field__value__info--left {
  left: 5px;
}
.neonConfiguratorImageField__value .neonConfigurator__infoLink__wrapper.neonConfigurator__field__value__info--right {
  right: 5px;
}
.neonConfiguratorImageField__value__label {
  display: grid;
  gap: 5px;
  font-size: var(--neon-cfg-configuration-general-font-font-size-primary);
  grid-template-rows: auto auto 1fr;
  justify-content: stretch;
  align-items: stretch;
  margin: 0;
  cursor: pointer;
  height: 100%;
}
.neonConfiguratorImageField__value__label__image {
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  aspect-ratio: var(--neon-cfg-configuration-fields-selectImage-values-aspect-ratio-image);
  border-radius: var(--neon-cfg-configuration-fields-selectImage-values-border-radius);
}
.neonConfiguratorImageField__value__label__text {
  justify-items: center;
  text-align: center;
  font-size: var(--neon-cfg-configuration-general-font-font-size-primary);
  padding: 0 0 5px 0;
  overflow: hidden;
  margin: 0 0 auto 0;
}
.neonConfiguratorImageField__value__label__text__content {
  display: var(--neon-cfg-configuration-fields-selectImage-values-label-display);
}
.neonConfiguratorImageField__value__label__price {
  font-size: var(--neon-cfg-configuration-general-font-font-size-secondary);
  padding-bottom: 5px;
  opacity: 0.87;
  text-align: center;
}
.neonConfiguratorImageField__value__zoomTrigger {
  position: absolute;
  left: 3px;
  top: 2px;
  border-radius: 100%;
  background: white;
  width: 27px;
  height: 26px;
  z-index: 1;
  cursor: pointer;
}
.neonConfiguratorImageField__value__zoomTrigger .icon {
  top: -2px;
  position: relative;
  left: 1px;
}
.neonConfiguratorImageField__value__zoomTrigger--right {
  left: unset;
  right: 3px;
}
.neonConfiguratorImageField__zoomedImage {
  min-width: 800px;
}
.neonConfiguratorImageField__zoomedImage img {
  max-width: 70vw;
  max-height: 80vh;
}
.neonConfigurator__field--select-slider .range-value-text {
  font-size: var(--neon-cfg-configuration-general-font-font-size-primary);
}
.neonConfigurator__field--select-list .neonConfigurator__field__labelGroup {
  top: 0px;
}
.neonConfigurator__field--select-list .neonConfiguratorListField__values {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.neonConfigurator__field--select-list .neonConfiguratorListField__values label {
  cursor: pointer;
  margin-bottom: 0;
  width: 100%;
  font-size: var(--neon-cfg-configuration-general-font-font-size-primary);
}
.neonConfigurator__field--select-list .neonConfiguratorListField__values .neonConfigurator__field__value {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  justify-items: center;
}
.neonConfigurator__field--select-list .neonConfiguratorListField__values .neonConfigurator__field__value__label {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.neonConfigurator__field--select-list .neonConfiguratorListField__values .neonConfigurator__field__value__label .neonConfigurator__infoLink__wrapper:last-child {
  margin-left: auto;
}
.neonConfigurator__field--select-list .neonConfiguratorListField__values .neonConfigurator__field__value .neonConfigurator__field__value__info--left.neonConfigurator__infoLink__wrapper--empty {
  display: none;
}
.neonConfigurator__field--select-list .neonConfiguratorListField__values .neonConfigurator__field__value input:not(.js-quantity-selector) {
  position: relative;
  cursor: pointer;
  min-width: 20px;
  width: 20px;
  height: 20px;
  opacity: 1;
  margin-top: 0;
}
.neonConfigurator__field--select-list .neonConfiguratorListField__value__label__price {
  display: contents;
  font-size: var(--neon-cfg-configuration-general-font-font-size-secondary);
  padding-bottom: 5px;
  opacity: 0.87;
  text-align: center;
}
.neonConfigurator__field--select-list .neonConfiguratorListField__value__label__wrapper {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  width: 100%;
}
.neonConfiguratorSpacerField {
  display: flex;
  height: 0;
  margin: -3px 0 -20px;
  border-bottom: 1px solid #b9b9b9;
  grid-column-start: 1;
  grid-column-end: 4;
}
.neonConfigurator__field--headline .neonConfigurator__field__labelGroup {
  display: none;
}
.neonConfigurator__field--headline .neonConfigurator__field__input {
  grid-column: span 2;
}
.neonConfigurator__field--headline .neonConfigurator__infoLink__wrapper {
  position: absolute;
  right: 20px;
}
.neonConfigurator__field--spacer .neonConfigurator__field__labelGroup, .neonConfigurator__field--empty .neonConfigurator__field__labelGroup {
  display: none;
}
.neonConfigurator__field--spacer .neonConfigurator__field__input, .neonConfigurator__field--empty .neonConfigurator__field__input {
  grid-column: span 2;
}
.neonConfigurator__field--spacer .neonConfigurator__infoLink__wrapper, .neonConfigurator__field--empty .neonConfigurator__infoLink__wrapper {
  display: none;
}
.neonConfigurator__field--upload {
  display: flex;
  align-items: center;
  gap: 10px;
}
.neonConfigurator__field--upload .icon-neonConfigurator__field--upload--removeFile {
  display: none;
  color: red;
  padding: 0 3px 6px;
  cursor: pointer;
}
.neonConfigurator__field--upload---name {
  max-width: 85px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  margin-top: 1px;
  text-overflow: ellipsis;
}
.btn-buy.is--disabled:disabled {
  --bs-btn-color: #fff;
  --bs-btn-bg: #008555;
  --bs-btn-border-color: #008555;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #007148;
  --bs-btn-hover-border-color: #006a44;
  --bs-btn-focus-shadow-rgb: 38, 151, 111;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #006a44;
  --bs-btn-active-border-color: #006440;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #008555;
  --bs-btn-disabled-border-color: #008555;
  color: #ffffff;
  cursor: progress;
}
.neonConfiguratorUploadIndicator {
  display: none;
}
.is--neonConfigurator--uploading .cart-offcanvas {
  display: none;
}
.is--neonConfigurator--uploading .neonConfiguratorUploadIndicator {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  background: white;
  padding: 30px;
  max-width: 320px;
  transform: translate(-50%, -50%);
  z-index: 9999;
  text-align: center;
  border: 1px solid lightgrey;
}
.neonConfigurator__field--multiUpload__container__dropzone {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px;
  border: 2px dashed #ccc;
  border-radius: 5px;
  cursor: pointer;
  transition: border-color 0.3s;
  margin-bottom: 10px;
  text-align: center;
  background: white;
}
.neonConfigurator__field--multiUpload__container__dropzone.is-dragover {
  border-color: #333;
}
.neonConfigurator__field--multiUpload__container__dropzone__icon {
  font-size: 30px;
  color: #ccc;
}
.neonConfigurator__field--multiUpload__container__dropzone__text {
  font-size: var(--neon-cfg-configuration-general-font-font-size-primary);
  color: #ccc;
}
.neonConfigurator__field--multiUpload__container__files {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.neonConfigurator__field--multiUpload__container__files__card {
  background-color: white;
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.neonConfigurator__field--multiUpload__container__files__card--error {
  border: 1px solid #c82f1e;
}
.neonConfigurator__field--multiUpload__container__files__card--error .neonConfigurator__field--multiUpload__container__files__card__progress {
  display: none;
}
.neonConfigurator__field--multiUpload__container__files__card--success .neonConfigurator__field--multiUpload__container__files__card__progress {
  display: none;
}
.neonConfigurator__field--multiUpload__container__files__card__info {
  position: relative;
  display: grid;
  align-items: center;
  gap: 10px;
  grid-template-columns: 40px auto;
}
.neonConfigurator__field--isQuantitySelectionActive .neonConfigurator__field--multiUpload__container__files__card__info {
  grid-template-columns: 100px 40px auto;
}
.neonConfigurator__field--multiUpload__container__files__card__info .quantity-selector-group {
  width: 100px;
}
.neonConfigurator__field--multiUpload__container__files__card__icon .icon {
  width: 40px;
  height: 30px;
}
.neonConfigurator__field--multiUpload__container__files__card__image {
  width: 40px;
  height: 40px;
  object-fit: contain;
  cursor: pointer;
}
.neonConfigurator__field--multiUpload__container__files__card__details {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}
.neonConfigurator__field--multiUpload__container__files__card__name {
  font-size: var(--neon-cfg-configuration-general-font-font-size-secondary);
}
.neonConfigurator__field--multiUpload__container__files__card__remove {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.neonConfigurator__field--multiUpload__container__files__card__remove .icon {
  width: 18px;
  height: 18px;
  color: #888;
}
.neonConfigurator__field--multiUpload__container__files__card__size {
  font-size: var(--neon-cfg-configuration-general-font-font-size-secondary);
  color: #888;
}
.neonConfigurator__field--multiUpload__container__files__card__progress {
  display: flex;
  align-items: center;
  gap: 10px;
}
.neonConfigurator__field--multiUpload__container__files__card__progress-bar {
  width: 100%;
  height: 8px;
  background-color: #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
}
.neonConfigurator__field--multiUpload__container__files__card__progress-fill {
  height: 100%;
  background-color: var(--neon-cfg-configuration-general-basicColors-cta-color-primary);
  width: 40%;
}
.neonConfigurator__field--multiUpload__container__files__card__progress-percentage {
  font-size: var(--neon-cfg-configuration-general-font-font-size-secondary);
  color: #888;
  text-wrap: nowrap;
}
.neonConfigurator__field--multiUpload__container__files__card__messages {
  font-size: var(--neon-cfg-configuration-general-font-font-size-secondary);
}
.neonConfigurator__field--multiUpload__container__files__card__messages__message--error {
  color: #c82f1e;
}
.neonConfiguratorButtonField__value__productQuantity {
  width: 100%;
  border: 0;
  display: inline;
  background: none;
  min-width: unset;
  margin: auto;
  cursor: default;
  pointer-events: none;
}
.neonConfiguratorButtonField__value__productQuantity:focus {
  box-shadow: none;
}
.cart-quantity-price > .cart-item-price {
  margin-left: 0;
}
.neonConfiguratorInfo > .neonConfiguratorInfo {
  margin-left: 2px;
}
.line-item-neonconfigurator .line-item-children .line-item-unit-price, .line-item-neonconfigurator .line-item-children .line-item-total-price, .line-item-neonconfigurator .line-item-children .line-item-tax-price {
  visibility: collapse;
}
.offcanvas-cart .line-item-quantity--fixed {
  display: none;
}
.is-offcanvas.line-item-neonconfigurator .line-item-children .line-item-unit-price, .is-offcanvas.line-item-neonconfigurator .line-item-children .line-item-total-price {
  display: none;
}
.is-offcanvas.line-item-neonconfigurator .line-item-children .line-item-quantity {
  margin-bottom: 0;
}
.neonConfiguratorLayout + div[itemprop="offers"], .neonConfiguratorLayout ~ div[itemscope] {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.neonConfiguratorLayout + div[itemprop="offers"] .product-detail-form-container, .neonConfiguratorLayout + div[itemprop="offers"] form.buy-widget, .neonConfiguratorLayout ~ div[itemscope] .product-detail-form-container, .neonConfiguratorLayout ~ div[itemscope] form.buy-widget {
  display: contents;
}
.neonConfiguratorLayout--priceAlignmentBottom + div[itemprop="offers"] .product-detail-configurator-container, .neonConfiguratorLayout--priceAlignmentBottom ~ div[itemscope] .product-detail-configurator-container {
  order: -2;
}
.neonConfiguratorLayout--priceAlignmentBottom + div[itemprop="offers"] .neonConfigurator, .neonConfiguratorLayout--priceAlignmentBottom ~ div[itemscope] .neonConfigurator {
  order: -1;
}
.neonConfiguratorLayout--priceAlignmentBottom + div[itemprop="offers"] .product-detail-price-container, .neonConfiguratorLayout--priceAlignmentBottom + div[itemprop="offers"] .product-detail-tax-container, .neonConfiguratorLayout--priceAlignmentBottom + div[itemprop="offers"] .product-detail-delivery-information, .neonConfiguratorLayout--priceAlignmentBottom + div[itemprop="offers"] .buy-widget-container, .neonConfiguratorLayout--priceAlignmentBottom ~ div[itemscope] .product-detail-price-container, .neonConfiguratorLayout--priceAlignmentBottom ~ div[itemscope] .product-detail-tax-container, .neonConfiguratorLayout--priceAlignmentBottom ~ div[itemscope] .product-detail-delivery-information, .neonConfiguratorLayout--priceAlignmentBottom ~ div[itemscope] .buy-widget-container {
  order: 2;
}
.neonConfiguratorLayout--priceIsHidden + div[itemprop="offers"] .product-detail-price-container, .neonConfiguratorLayout--priceIsHidden + div[itemprop="offers"] .product-detail-tax, .neonConfiguratorLayout--priceIsHidden ~ div[itemscope] .product-detail-price-container, .neonConfiguratorLayout--priceIsHidden ~ div[itemscope] .product-detail-tax {
  display: none;
}
.neonConfiguratorLayout--priceAlignmentRight + div[itemprop="offers"] .d-flex, .neonConfiguratorLayout--priceAlignmentRight ~ div[itemscope] .d-flex {
  display: block;
}
.neonConfiguratorLayout--priceAlignmentRight + div[itemprop="offers"] .product-detail-tax-container, .neonConfiguratorLayout--priceAlignmentRight + div[itemprop="offers"] .product-detail-price-container, .neonConfiguratorLayout--priceAlignmentRight + div[itemprop="offers"] .product-detail-delivery-information, .neonConfiguratorLayout--priceAlignmentRight ~ div[itemscope] .product-detail-tax-container, .neonConfiguratorLayout--priceAlignmentRight ~ div[itemscope] .product-detail-price-container, .neonConfiguratorLayout--priceAlignmentRight ~ div[itemscope] .product-detail-delivery-information {
  text-align: right;
}
#swag-amazon-pay-product-detail-wrapper.is--disabled {
  pointer-events: none;
  opacity: 0.4;
}
.tooltip-inner img {
  width: 100%;
  margin: 10px 0;
}
.btn-secondary:disabled {
  background: #eee;
  border-color: #eee;
  color: white;
}
.neonConfigurator__action__sendMail fieldset {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
}
.neonConfigurator__action__sendMail form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.neonConfigurator__action__sendMail label {
  margin-top: 7px;
}
.neonConfigurator__action__sendMail textarea {
  padding: 10px;
}
.neonConfigurator__action__sendMail__text {
  margin: 20px 0;
}
.neonConfigurator__action__sendMail__message {
  display: none;
  text-align: center;
  padding: 15px 0 10px 0;
}
.modal-dialog {
  max-width: 800px;
}
.modal-dialog .neonConfigurator__field__modalSearch {
  display: flex;
  margin-bottom: 10px;
}
.modal-dialog .neonConfigurator__field__modalSelection {
  display: none;
}
.modal-body {
  padding-top: 0;
}
.modal .neonConfigurator--modal .neonConfigurator__field__labelGroup {
  display: none;
}
.modal .neonConfigurator--modal .neonConfigurator__modalSelection__footer {
  display: flex;
  justify-content: flex-end;
}
.modal .neonConfigurator--modal .neonConfigurator__field__infoRight {
  display: none;
}
.modal .neonConfigurator--modal .neonConfigurator__field .header-search-input {
  height: auto;
}
.neonConfigurator .neonConfigurator__field--modalselection.neonConfigurator__field--multiselect .form-check-input {
  display: none !important;
}
.neonConfigurator .neonConfigurator__field--modalselection.neonConfigurator__field--multiselect label {
  pointer-events: none;
}
.neonConfigurator .neonConfigurator__field--modalselection .neonConfigurator__field__value:not(:has(input:checked)) {
  display: none !important;
}
.neonConfigurator .neonConfigurator__field--modalselection.neonConfigurator__field--singleselect label {
  cursor: default;
}
.neonConfigurator .neonConfigurator__field--modalselection .neonConfigurator__field__values .neonConfigurator__field__value label {
  display: none;
}
.neonConfigurator .neonConfigurator__field--modalselection .neonConfigurator__field__value .neonConfigurator__infoLink__wrapper .neonConfigurator__infoLink {
  display: none;
}
.neonConfigurator .neonConfigurator__field--modalselection .neonConfiguratorImageField__value__zoomTrigger {
  display: none;
}
.neonConfigurator .neonConfigurator__field--modalselection .neonConfigurator__field__valueGroup__headline {
  display: none;
}
.neonConfigurator .neonConfigurator__field--modalselection .neonConfigurator__field__valueGroup + .neonConfigurator__field__valueGroup {
  margin-top: 0;
}
.neonConfigurator .neonConfigurator__field--modalselection .neonConfigurator__field__values .neonConfigurator__field__value :checked + label {
  display: grid;
}
.neonConfigurator .neonConfigurator__field--modalselection .neonConfigurator__field__values .neonConfigurator__field__value :checked ~ .neonConfigurator__infoLink__wrapper .neonConfigurator__infoLink {
  display: block;
}
.neonConfigurator .neonConfigurator__field--modalselection .neonConfigurator__field__values .neonConfigurator__field__value :checked ~ .neonConfiguratorImageField__value__zoomTrigger {
  display: block;
}
.neonConfigurator__debug {
  position: fixed;
  left: 0;
  top: 0;
  width: 30%;
  z-index: 999999999;
  background: #3b3f48;
  padding: 10px;
  color: white;
  font-family: "Consolas", "Courier New", Courier, monospace;
  font-size: 16px;
  overflow: scroll;
  max-height: 100vh;
}
.neonConfigurator__debug__closed .neonConfigurator__debug__content {
  display: none;
}
.neonConfigurator__debug__closed .neonConfigurator__debug__headline {
  margin-bottom: 0;
}
.neonConfigurator__debug__closed .neonConfigurator__debug__headline__close {
  transform: rotate(0deg);
  transition: transform 0.2s;
}
.neonConfigurator__debug__headline {
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  justify-content: space-between;
}
.neonConfigurator__debug__headline__close {
  transform: rotate(90deg);
}
.neonConfigurator__debug__log {
  color: gray;
  background: white;
  font-family: "Consolas", "Courier New", Courier, monospace;
  font-size: 16px;
  list-style-type: disc;
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 0;
}
.neonConfigurator__debug__log__entry {
  margin: 5px 15px;
}
.neonConfigurator__debug__log__entry--error {
  background: white;
  color: #c82f1e;
}
.neonConfigurator__debug__subheadline {
  font-weight: bold;
  margin-top: 10px;
}
.neonConfigurator__debug .json-container {
  font-family: "Consolas", "Courier New", Courier, monospace;
  font-size: 16px;
}
.neonconfiguratorProductImageLayered {
  position: relative;
}
.neonconfiguratorProductImageLayered__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  object-fit: cover;
}
.neonconfiguratorProductImageLayered__image:first-child {
  position: relative;
}
.neonConfigurator__infoLink__wrapper {
  align-self: flex-start;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-weight: normal;
  flex-wrap: wrap;
  font-size: var(--neon-cfg-configuration-general-font-font-size-secondary);
  z-index: 1;
}
.neonConfigurator__infoLink__wrapper.neonConfigurator__infoLink__wrapper--empty {
  margin-left: 0;
}
.neonConfigurator__infoLink__wrapper.neonConfigurator__field__descriptionBelowField {
  display: flex;
  font-size: var(--neon-cfg-configuration-general-font-font-size-secondary);
  grid-column-start: 2;
  text-align: left;
  align-items: flex-start;
  flex-direction: column;
}
.neonConfigurator__infoLink__wrapper.neonConfigurator__field__descriptionBelowField .neonConfigurator__infoLink:first-child {
  margin-top: 5px;
}
.neonConfigurator__infoLink__wrapper.neonConfigurator__field__descriptionBelowField.neonConfigurator__infoLink__wrapper--empty {
  display: none;
}
.neonConfigurator__infoLink__wrapper ul {
  padding-left: 0;
  list-style-position: inside;
}
.neonConfigurator__infoLink__wrapper .neonConfigurator__infoLink {
  cursor: pointer;
  font-weight: normal;
  font-size: var(--neon-cfg-configuration-general-font-font-size-secondary);
}
.neonConfigurator__infoLink__wrapper .neonConfigurator__infoLink--hidden {
  display: none;
}
.neonConfigurator__infoLink__wrapper .neonConfigurator__infoLink--direct {
  cursor: default;
}
.neonConfigurator__infoLink__wrapper .neonConfigurator__infoLink--direct img {
  width: 100%;
}
.neonConfigurator__infoLink__wrapper .neonConfigurator__infoLink span {
  text-decoration: underline;
}
.neonConfigurator__infoLink__wrapper .neonConfigurator__infoLink--image {
  height: 21px;
}
.neonConfigurator__infoLink__wrapper .neonConfigurator__infoLink--text {
  white-space: nowrap;
}
.neonConfigurator__infoLink__wrapper .neonConfigurator__infoLink .neonConfigurator__infoLink--iconColorWrapper {
  color: #008555;
}
.neonConfigurator__infoLink__wrapper .neonConfigurator__infoLink .icon {
  color: inherit;
}
.neonConfigurator__field__validations .neonConfigurator__field__validations__validation--hasError .neonConfigurator__infoLink__wrapper .neonConfigurator__infoLink .icon {
  color: #c20303 !important;
}
.tooltip * {
  opacity: 1;
}
.neonConfiguratorModal__infoLink--image--large {
  height: 100%;
  width: 100%;
  margin: auto;
  display: flex;
}
.tooltip ul, .tooltip ol {
  padding-left: 14px;
}
.tooltip-inner {
  text-align: left;
}
.tooltip-inner :last-child {
  margin-bottom: 0;
}
#alternativeModal {
  border: 0;
  box-shadow: 0 43px 43px -6px rgba(0, 0, 0, 0.2);
}
#alternativeModalContent {
  padding: 20px;
}
#alternativeModal:focus, #alternativeModal:focus-visible {
  border: 0;
  outline: none;
}
#alternativeModalClose {
  cursor: pointer;
  outline: none;
  position: absolute;
  right: 10px;
  box-shadow: none;
}
#alternativeModalClose:focus {
  outline: none;
}
.neonConfigurator__refreshingIndicator {
  display: none;
}
.neonConfigurator--isRefreshing {
  position: relative;
}
.neonConfigurator--isRefreshing .neonConfigurator__refreshingIndicator {
  display: block;
  position: absolute;
  top: -24px;
  right: 10px;
}
.neonConfigurator--isRefreshing .neonConfigurator__refreshingIndicator svg {
  fill: var(--neon-cfg-configuration-general-basicColors-cta-color-primary);
}
.neonConfigurator--isLoading .neonConfigurator__loader {
  display: grid;
}
.neonConfigurator--isLoading .neonConfigurator__group, .neonConfigurator--isLoading .neonConfigurator__infoText2 {
  display: none !important;
}
.subconfigurationModal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  align-items: center;
  margin: auto;
  background: rgba(50, 50, 50, 0.5);
  z-index: 10;
}
.subconfigurationModal__inner {
  min-width: 375px;
  padding: 30px;
  border: 1px solid black;
  background: white;
  position: relative;
  margin: auto;
}
.subconfigurationModal .subconfiguration {
  display: flex;
  flex-direction: column;
}
.subconfigurationModal .subconfiguration .product-detail-price-container {
  margin-bottom: 20px;
}
.subconfigurationModal__close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.subconfigurationModal__close:focus {
  box-shadow: none;
}
.subconfigurationModal__content {
  padding-top: 0;
}
.neonConfiguratorSubconfiguration {
  align-self: center;
  margin: auto;
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  padding: 0 2px;
}
.neonConfiguratorSubconfiguration .btn {
  margin: 0 5px 5px;
  align-self: center;
  font-size: var(--neon-cfg-configuration-general-font-font-size-primary);
  padding: 3px 5px;
  line-height: normal;
}
.neonConfiguratorSubconfiguration__configuration {
  font-size: var(--neon-cfg-configuration-general-font-font-size-secondary);
}
.neon-dialog-overlay {
  width: 100%;
  max-width: 800px;
  border: unset;
}
.neon-dialog-header {
  display: flex;
  width: 100%;
  margin-bottom: 5px;
}
.neon-dialog-header .neon-dialog-close {
  margin-left: auto;
  margin-right: 0;
}
.neon-dialog-body .neonConfigurator__field__modalSelection {
  display: none;
}
.neonConfigurator__resetButton__wrapper {
  text-align: right;
}
.neonConfigurator, .neonConfigurator--modal {
  --neon-cfg-configuration-general-basicColors-cta-color-primary: #008555;
  --neon-cfg-configuration-general-basicColors-cta-color-secondary: #566573;
  --neon-cfg-configuration-general-font-font-size-primary: --bs-body-font-size;
  --neon-cfg-configuration-general-font-font-size-secondary: 12px;
  --neon-cfg-configuration-general-border-border-radius-boxes: 5px;
  --neon-cfg-configuration-general-border-border-color: #abb0b3;
  --neon-cfg-configuration-general-validation-validation-error-color-strong: #dc3545ff;
  --neon-cfg-configuration-general-validation-validation-error-color-light: #f1ccccff;
  --neon-cfg-configuration-general-margins-field-gap: 20px;
  --neon-cfg-configuration-configurationBox-background-background-color: #fbfbfb;
  --neon-cfg-configuration-configurationBox-border-border-radius: 0;
  --neon-cfg-configuration-configurationBox-border-border-color: #e4e4e4;
  --neon-cfg-configuration-configurationBox-border-border-width: 1px;
  --neon-cfg-configuration-configurationBox-border-border-style: solid;
  --neon-cfg-configuration-configurationBox-padding-padding-top: 20px;
  --neon-cfg-configuration-configurationBox-padding-padding-left: 20px;
  --neon-cfg-configuration-configurationBox-padding-padding-right: 20px;
  --neon-cfg-configuration-configurationBox-padding-padding-bottom: 20px;
  --neon-cfg-configuration-groups-boxed-header-font-font-size: var(--neon-cfg-configuration-general-font-font-size-primary);
  --neon-cfg-configuration-groups-boxed-header-font-font-color: white;
  --neon-cfg-configuration-groups-boxed-header-background-background-color: var(--neon-cfg-configuration-general-basicColors-cta-color-primary);
  --neon-cfg-configuration-groups-boxed-header-padding-padding-top: 10px;
  --neon-cfg-configuration-groups-boxed-header-padding-padding-left: 10px;
  --neon-cfg-configuration-groups-boxed-header-padding-padding-right: 10px;
  --neon-cfg-configuration-groups-boxed-header-padding-padding-bottom: 10px;
  --neon-cfg-configuration-groups-boxed-content-border-border-radius: var(--neon-cfg-configuration-general-border-border-radius-boxes);
  --neon-cfg-configuration-groups-boxed-content-border-border-color: #abb0b3;
  --neon-cfg-configuration-groups-boxed-content-border-border-width: 1px;
  --neon-cfg-configuration-groups-boxed-content-border-border-style: solid;
  --neon-cfg-configuration-groups-boxed-content-background-background-color: transparent;
  --neon-cfg-configuration-groups-boxed-content-padding-padding-top: 10px;
  --neon-cfg-configuration-groups-boxed-content-padding-padding-left: 10px;
  --neon-cfg-configuration-groups-boxed-content-padding-padding-right: 10px;
  --neon-cfg-configuration-groups-boxed-content-padding-padding-bottom: 10px;
  --neon-cfg-configuration-groups-fieldsOnly-content-border-border-radius: var(--neon-cfg-configuration-general-border-border-radius-boxes);
  --neon-cfg-configuration-groups-fieldsOnly-content-border-border-color: #abb0b3;
  --neon-cfg-configuration-groups-fieldsOnly-content-border-border-width: 0;
  --neon-cfg-configuration-groups-fieldsOnly-content-border-border-style: solid;
  --neon-cfg-configuration-groups-fieldsOnly-content-background-background-color: transparent;
  --neon-cfg-configuration-groups-fieldsOnly-content-padding-padding-top: 0;
  --neon-cfg-configuration-groups-fieldsOnly-content-padding-padding-left: 0;
  --neon-cfg-configuration-groups-fieldsOnly-content-padding-padding-right: 0;
  --neon-cfg-configuration-groups-fieldsOnly-content-padding-padding-bottom: 0;
  --neon-cfg-configuration-fields-general-field-label-position: left;
  --neon-cfg-configuration-fields-general-field-label-width: 140px;
  --neon-cfg-configuration-fields-selectColor-values-border-radius: var(
        --neon-cfg-configuration-general-border-border-radius-boxes
    );
  --neon-cfg-configuration-fields-selectColor-values-width: 50px;
  --neon-cfg-configuration-fields-selectColor-values-aspect-ratio-color: 1/1;
  --neon-cfg-configuration-fields-selectColor-values-label-display: "block";
  --neon-cfg-configuration-fields-selectImage-values-border-radius: var(
        --neon-cfg-configuration-general-border-border-radius-boxes
    );
  --neon-cfg-configuration-fields-selectImage-values-width: 100px;
  --neon-cfg-configuration-fields-selectImage-values-aspect-ratio-image: 4/3;
  --neon-cfg-configuration-fields-selectImage-values-label-display: "block";
  --neon-cfg-configuration-fields-selectButton-general-value-width: 140px;
  --neon-cfg-configuration-fields-selectButton-stateUnselected-border-border-radius: var(
        --neon-cfg-configuration-general-border-border-radius-boxes
    );
  --neon-cfg-configuration-fields-selectButton-stateUnselected-border-border-style: solid;
  --neon-cfg-configuration-fields-selectButton-stateUnselected-border-border-color: var(
        --neon-cfg-configuration-general-border-border-color
    );
  --neon-cfg-configuration-fields-selectButton-stateUnselected-border-border-width: 2px;
  --neon-cfg-configuration-fields-selectButton-stateUnselected-color-background-color: white;
  --neon-cfg-configuration-fields-selectButton-stateUnselected-color-font-color: inherit;
  --neon-cfg-configuration-fields-selectButton-stateSelected-border-border-radius: var(
        --neon-cfg-configuration-general-border-border-radius-boxes
    );
  --neon-cfg-configuration-fields-selectButton-stateSelected-border-border-style: solid;
  --neon-cfg-configuration-fields-selectButton-stateSelected-border-border-color: var(
        --neon-cfg-configuration-general-basicColors-cta-color-primary
    );
  --neon-cfg-configuration-fields-selectButton-stateSelected-border-border-width: 2px;
  --neon-cfg-configuration-fields-selectButton-stateSelected-color-background-color: white;
  --neon-cfg-configuration-fields-selectButton-stateSelected-color-font-color: inherit;
  --neon-cfg-price-alignment-is-price-alignment-right: false;
  --neon-cfg-price-alignment-price-display-mode: left;
}
.neonConfigurator .btn, .neonConfigurator--modal .btn {
  --neon-cfg-configuration-general-buttons-normal-font-font-size: var(--bs-btn-font-size);
  --neon-cfg-configuration-general-buttons-normal-font-font-color: var(
            --bs-btn-color
        );
  --neon-cfg-configuration-general-buttons-normal-background-background-color: var(
            --neon-cfg-configuration-general-basicColors-cta-color-primary
        );
  --neon-cfg-configuration-general-buttons-normal-border-border-radius: var(
            --neon-cfg-configuration-general-border-border-radius-boxes
        );
  --neon-cfg-configuration-general-buttons-normal-border-border-color: var(
            --bs-btn-color
        );
  --neon-cfg-configuration-general-buttons-normal-border-border-width: var(
            --bs-btn-border-width
        );
  --neon-cfg-configuration-general-buttons-normal-border-border-style: solid;
  --neon-cfg-configuration-general-buttons-normal-padding-padding-top: var(
            --bs-btn-padding-y
        );
  --neon-cfg-configuration-general-buttons-normal-padding-padding-left: var(
            --bs-btn-padding-x
        );
  --neon-cfg-configuration-general-buttons-normal-padding-padding-right: var(
            --bs-btn-padding-x
        );
  --neon-cfg-configuration-general-buttons-normal-padding-padding-bottom: var(
            --bs-btn-padding-y
        );
  --neon-cfg-configuration-general-buttons-hover-font-font-color: var(
            --bs-btn-hover-color
        );
  --neon-cfg-configuration-general-buttons-hover-background-background-color: var(
            --neon-cfg-configuration-general-basicColors-cta-color-secondary
        );
  --neon-cfg-configuration-general-buttons-hover-border-border-color: var(
            --bs-btn-hover-color
        );
}
.order-table-header-heading.heading-mollie-subscriptions, .heading-mollie-subscriptions.booking-item-table-header-heading {
  max-width: 350px;
}
.order-item-status-badge.order-item-status-badge-active, .order-item-status-badge-active.subscription-item-status-badge {
  background-color: #0042a0;
  color: #fff;
  margin: 10px 0;
}
.order-item-status-badge.order-item-status-badge-canceled, .order-item-status-badge-canceled.subscription-item-status-badge {
  background-color: #b30000;
  color: #fff;
  margin: 10px 0;
}
.order-item-status-badge.order-item-status-badge-paused, .order-item-status-badge-paused.subscription-item-status-badge {
  background-color: #595959;
  color: #fff;
  margin: 10px 0;
}
.order-item-status-badge.order-item-status-badge-skipped, .order-item-status-badge-skipped.subscription-item-status-badge {
  background-color: #ffb100;
  color: #000;
  margin: 10px 0;
}
.order-item-status-badge.order-item-status-badge-resumed, .order-item-status-badge-resumed.subscription-item-status-badge {
  background-color: #0042a0;
  color: #fff;
  margin: 10px 0;
}
.order-table-header-description {
  padding: 0 !important;
  display: block;
  font-weight: 400;
  margin-bottom: 1.5rem;
  width: 100%;
}
@supports (-webkit-appearance: -apple-pay-button) {
  .only-support-apple-pay {
    display: block !important;
  }
  .apple-pay-button-with-text {
    display: inline-block;
    appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
  }
  .apple-pay-button-with-text > * {
    display: none;
  }
  .apple-pay-button-black-with-text {
    -apple-pay-button-style: black;
  }
  .apple-pay-button-white-with-text {
    -apple-pay-button-style: white;
  }
  .apple-pay-button-white-with-line-with-text {
    -apple-pay-button-style: white-outline;
  }
}
@supports not (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    --apple-pay-scale: 1;
    /* (height / 32) */
    display: inline-flex;
    justify-content: center;
    font-size: 12px;
    border-radius: 5px;
    padding: 0;
    box-sizing: border-box;
    min-width: 200px;
    min-height: 32px;
    max-height: 64px;
  }
  .apple-pay-button-black-with-text {
    background-color: black;
    color: white;
  }
  .apple-pay-button-white-with-text {
    background-color: white;
    color: black;
  }
  .apple-pay-button-white-with-line-with-text {
    background-color: white;
    color: black;
    border: 0.5px solid black;
  }
  .apple-pay-button-with-text.apple-pay-button-black-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-color: black;
  }
  .apple-pay-button-with-text.apple-pay-button-white-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  .apple-pay-button-with-text.apple-pay-button-white-with-line-with-text > .logo {
    background-image: -webkit-named-image(apple-pay-logo-black);
    background-color: white;
  }
  .apple-pay-button-with-text > .text {
    font-family: -apple-system;
    font-size: calc(1em * var(--apple-pay-scale));
    font-weight: 300;
    align-self: center;
    margin-right: calc(2px * var(--apple-pay-scale));
  }
  .apple-pay-button-with-text > .logo {
    width: calc(35px * var(--scale));
    height: 100%;
    background-size: 100% 60%;
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-left: calc(2px * var(--apple-pay-scale));
    border: none;
  }
}
.mollie-components-credit-card {
  max-width: 465px;
}
.mollie-components-credit-card label {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}
.mollie-components-credit-card .block-group {
  display: block;
  position: relative;
}
.mollie-components-credit-card .block-group::after {
  clear: both;
  content: "";
  display: block;
}
.mollie-components-credit-card .block-group .b1 {
  width: 48%;
  float: left;
  position: relative;
}
.mollie-components-credit-card .block-group .b2 {
  width: 48%;
  float: right;
}
.mollie-components-credit-card .intro-text {
  margin-top: 10px;
}
.mollie-components-credit-card .tag-line {
  margin-top: 10px;
}
.mollie-components-credit-card .tag-line .logo {
  display: inline-block;
  margin-top: -8px;
  max-width: 50px;
}
.mollie-components-credit-card .error-message {
  color: #ff233a;
  margin-bottom: 5px;
}
.mollie-components-credit-card .input--field.mollie {
  border-radius: 3px;
  min-height: 34px;
  margin-bottom: 5px;
  background: #fff;
  color: #262626;
  text-align: left;
  box-shadow: inset 0 0 0 0 transparent, 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
  transition: all 0.05s ease;
}
.mollie-components-credit-card .input--field.mollie.is-focused {
  box-shadow: inset 0 0 0 2px #07f, 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.mollie-components-credit-card .input--field.mollie.error {
  background-color: #fff0f0;
  box-shadow: 0 0 0 1px #f33, 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.mollie-components-credit-card .input--field.mollie:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
  border: 2px solid #07f;
}
.mollie-components-credit-card .block-group .mollie-credit-card-custom-checkbox label {
  font-weight: 400;
}
.mollie-components-credit-card .block-group .mollie-credit-card-custom-checkbox .custom-control-label::before {
  border-radius: 5px;
}
.mollie-credit-card-mandate-manage {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mollie-credit-card-mandate-list .mollie-credit-card-mandate:last-child {
  margin-bottom: 15px;
}
.mollie-credit-card-mandate-remove-modal .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mollie-credit-card-mandate-remove-modal .modal-body p {
  margin-bottom: 8px;
  font-weight: 700;
}
.mollie-credit-card-mandate {
  margin-bottom: 25px;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-radio {
  margin-top: 13px;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-label {
  margin-bottom: 0;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-actions-item {
  margin-top: 4px;
  display: flex;
  column-gap: 8px;
  align-items: center;
  cursor: pointer;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-actions-item svg {
  top: 0;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-actions-item .mollie-credit-card-mandate-actions-item-text {
  color: #008555;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-actions-item:hover .mollie-credit-card-mandate-actions-item-text {
  color: #006a44;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-full-view {
  position: relative;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 210px;
  height: 95px;
  border-radius: 8px;
  background-color: #008555;
  margin-top: 12px;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-full-view .mollie-credit-card-mandate-full-view-card-type {
  color: #fff;
  margin: 0;
  font-size: 20px;
  line-height: 20px;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-full-view .mollie-credit-card-mandate-full-view-card-info {
  display: flex;
  flex-direction: column;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-full-view .mollie-credit-card-mandate-full-view-card-info .mollie-credit-card-mandate-full-view-card-number {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 4px;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-full-view .mollie-credit-card-mandate-full-view-card-info .mollie-credit-card-mandate-full-view-card-holder-name {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-compact-view-card-holder-name {
  color: #bcc1c7;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  display: block;
}
.mollie-express-button.loading .loader {
  display: block;
  position: absolute;
}
.mollie-express-button.loading *:not(.loader) {
  opacity: 0.2;
}
.mollie-express-button .loader {
  display: none;
}
.modal-content .payment-method-label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.modal-content .mollie-ideal-issuer {
  margin-top: 15px;
}
.modal-content .mollie-bancomat-pay {
  margin-top: 15px;
}
.modal-content .mollie-pos-terminals {
  margin-top: 15px;
}
.modal-content .payment-method-description {
  order: -1;
}
.confirm-payment .mollie-ideal-issuer {
  margin-top: 15px;
}
.confirm-payment .mollie-ideal-issuer .custom-select:invalid {
  border: 1px solid red;
}
.confirm-payment .mollie-bancomat-pay {
  margin-top: 15px;
}
.confirm-payment .mollie-pos-terminals {
  margin-top: 15px;
}
.confirm-payment .mollie-pos-terminals .custom-select:invalid {
  border: 1px solid red;
}
.account-payment .payment-method-description {
  order: -1;
}
.mollie-paypal-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  padding: 7px;
}
.paypal-button-pill {
  border-radius: 30px;
}
.paypal-button-rect {
  border-radius: 0;
}
.paypal-theme-gold {
  color: #000;
  background-color: #ffc439ff;
  border: 1px solid #fcc85b;
}
.paypal-theme-gold:hover {
  background-color: #fcc85b;
}
.paypal-theme-blue {
  color: #fff;
  background-color: #009cdeff;
  border: 1px solid #09adf3;
}
.paypal-theme-blue:hover {
  background-color: #09adf3;
}
.paypal-theme-silver {
  color: #000;
  background-color: #eeef;
  border: 1px solid #f6f6f6;
}
.paypal-theme-silver:hover {
  background-color: #f6f6f6;
}
.paypal-theme-white {
  color: #000;
  background-color: #fff;
  border: 1px solid #f3f3f3;
}
.paypal-theme-white:hover {
  background-color: #f3f3f3;
}
.paypal-theme-black {
  color: #fff;
  background-color: #000;
  border: 1px solid #555;
}
.paypal-theme-black:hover {
  background-color: #333;
}
.subscription-toggle-button-wrapper {
  padding: 0 !important;
}
.subscription-hide-btn {
  margin-bottom: 25px;
  float: right;
}
.subscription-hide-btn .subscription-hide-btn-text {
  display: block;
}
.subscription-hide-btn .subscription-view-btn-text {
  display: none;
}
.subscription-hide-btn.collapsed .subscription-hide-btn-text {
  display: none;
}
.subscription-hide-btn.collapsed .subscription-view-btn-text {
  display: block;
}
.subscription-item-detail {
  padding: 0 !important;
}
.btn-mollie-subscription-cancel {
  color: #b30000;
}
/* stylelint-disable selector-id-pattern, declaration-no-important */
.mollie-express-button.d-none, .js-apple-pay .d-none, .js-apple-pay-container .d-none, .mollie-pos-terminals .d-none, .mollie-components-credit-card .d-none, #mollieCreditCardMandateDeleteError .d-none, #mollieCreditCardMandateDeleteSuccess .d-none, .mollie-ideal-issuer .d-none {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* stylelint-enable selector-id-pattern, declaration-no-important */
.cms-element-swkweb-content-manager-article-listing .cms-listing-col {
  margin-bottom: 30px;
}
.cms-block-swkweb-content-manager-article-listing-filter {
  overflow: visible;
}
/* stylelint-disable scss/at-extend-no-missing-placeholder */
/* stylelint-enable scss/at-extend-no-missing-placeholder */
.swkweb-content-manager-article-box-image {
  margin-bottom: 20px;
}
.swkweb-content-manager-article-box-image .cms-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.swkweb-content-manager-article-box-image a {
  display: block;
  width: 100%;
  height: 300px;
  cursor: pointer;
  color: #333333;
}
.swkweb-content-manager-article-box-image a:hover {
  text-decoration: none;
}
.swkweb-content-manager-article-box-button {
  margin-top: 20px;
}
.cms-element-swkweb-content-manager-article-listing .box-list .swkweb-content-manager-article-box-image {
  margin-bottom: 0;
}
.cms-element-swkweb-content-manager-article-listing .box-list .swkweb-content-manager-article-box-image a {
  height: 200px;
}
.cms-element-swkweb-content-manager-article-listing .box-list .swkweb-content-manager-article-box-content {
  height: auto;
}
.cms-element-swkweb-content-manager-article-listing .box-edgeless {
  border: none;
  margin-bottom: 10px;
}
.cms-element-swkweb-content-manager-article-listing .box-edgeless .card-body {
  padding: 0;
}
.cms-element-swkweb-content-manager-article-listing .box-image {
  overflow: hidden;
}
.cms-element-swkweb-content-manager-article-listing .box-image .swkweb-content-manager-article-box-image {
  height: 350px;
  transition: all 0.35s ease;
  margin-bottom: 0;
}
.cms-element-swkweb-content-manager-article-listing .box-image .swkweb-content-manager-article-box-image img, .cms-element-swkweb-content-manager-article-listing .box-image .swkweb-content-manager-article-box-image a {
  height: 100%;
  transition: all 0.35s ease;
}
.cms-element-swkweb-content-manager-article-listing .box-image .swkweb-content-manager-article-box-image a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  transition: all 0.35s ease;
}
.cms-element-swkweb-content-manager-article-listing .box-image .swkweb-content-manager-article-box-image:hover img {
  transform: scale(1.1);
}
.cms-element-swkweb-content-manager-article-listing .box-image .swkweb-content-manager-article-box-image:hover a:after {
  background: rgba(0, 0, 0, 0.75);
}
.cms-element-swkweb-content-manager-article-listing .box-image .swkweb-content-manager-article-box-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #fff;
  height: auto;
  margin-bottom: 0;
  pointer-events: none;
  z-index: 2;
}
.swkweb-content-manager-article-slider-controls-prev, .swkweb-content-manager-article-slider-controls-next {
  border: 0;
  background: none;
}
.swkweb-content-manager-article-slider-controls-prev {
  left: -10px;
}
.swkweb-content-manager-article-slider-controls-next {
  right: -10px;
}
.is-act-content-manager .cms-section {
  overflow: visible;
}
.cms-block-swkweb-content-manager-article-alphabet-navigation {
  overflow: visible;
}
.cms-block-swkweb-content-manager-article-alphabet-navigation .cms-element-swkweb-content-manager-article-alphabet-navigation .nav {
  justify-content: center;
  width: 100%;
}
.cms-element-swkweb-content-manager-article-glossary .swkweb-content-manager-article-glossary-letter {
  margin-bottom: 50px;
}
.cms-element-swkweb-content-manager-article-glossary .swkweb-content-manager-article-glossary-letter-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  color: #008555;
}
.cms-element-swkweb-content-manager-article-glossary .swkweb-content-manager-article-glossary-item-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .cms-element-swkweb-content-manager-article-glossary .swkweb-content-manager-article-glossary-item-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .cms-element-swkweb-content-manager-article-glossary .swkweb-content-manager-article-glossary-item-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cms-element-swkweb-content-manager-article-glossary .swkweb-content-manager-article-glossary-item {
  border: 1px solid #eaeaf0;
  padding: 15px 10px;
  color: #333333;
  transition: all 0.35s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cms-element-swkweb-content-manager-article-glossary .swkweb-content-manager-article-glossary-item:hover {
  background: #008555;
  border-color: #008555;
  color: #F5F5F5;
  text-decoration: none;
}
.raw-color-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.raw-color-container a {
  text-decoration: none;
}
.raw-color-container .raw-color-link {
  display: inline-block;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: left;
  vertical-align: center;
  white-space: nowrap;
}
.raw-color-container .raw-extend {
  width: 49%;
}
.raw-color-container .raw-color-text {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  min-width: 65px;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.raw-color-container .raw-color-picture, .raw-color-container .raw-color-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  height: 40px;
  width: 40px;
}
.raw-color-container .raw-color-button {
  height: 40px;
  width: 40px;
  border: 1px solid darkslategrey;
}
.raw-color-container .square {
  border-radius: 5px;
}
.raw-color-container .round {
  border-radius: 50%;
}
.raw-color-container .raw-thumbnail-container {
  height: 100%;
}
.raw-color-container .raw-thumbnail-container img {
  display: none;
}
@media screen and (min-width: 576px) {
  .raw-color-container .raw-color-link {
    height: 25px;
    width: auto;
    line-height: 25px;
  }
  .raw-color-container .raw-color-picture, .raw-color-container .raw-color-button {
    height: 20px;
    width: 20px;
  }
  .raw-color-container .raw-color-button {
    height: 20px;
    width: 20px;
  }
}
@media (min-width: 768px) {
  .search-suggest-container {
    width: 700px;
    left: 50%;
    transform: translateX(-50%);
  }
  .search-suggest-container-width {
    width: 500px;
  }
}
.search-suggest-container .nav-tabs {
  border: none;
}
.blog-slider.has-border {
  border: 1px solid #eaeaf0;
  border-radius: 0;
}
.blog-slider.has-border {
  padding: 25px;
}
.blog-slider.has-nav {
  padding-left: 20px;
  padding-right: 20px;
}
.blog-slider.has-border.has-nav {
  padding-left: 40px;
  padding-right: 40px;
}
.blog-slider-container {
  padding-bottom: 1px;
}
.blog-slider-controls-prev, .blog-slider-controls-next {
  border: 0;
  background: none;
}
.blog-slider-controls-prev {
  left: -10px;
}
.blog-slider-controls-prev.has-border {
  left: 0;
}
.blog-slider-controls-next {
  right: -10px;
}
.blog-slider-controls-next.has-border {
  right: 0;
}
.blog-slider-box {
  height: 100%;
}
.blog-slider-variant-characteristics {
  min-height: 3em;
}
.blog-slider-variant-characteristics .blog-slider-variant-characteristics-text {
  overflow: hidden;
  line-height: 1.5em;
  height: 3em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
  max-width: 95%;
  /* stylelint-disable */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* stylelint-enable */
  line-clamp: 2;
  text-overflow: ellipsis;
  font-size: 0.875rem;
}
.blog-slider-variant-characteristics .blog-slider-variant-characteristics-option {
  font-weight: 700;
}
.blog-slider-image-wrapper {
  height: 200px;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 180px;
  margin-bottom: 15px;
  position: relative;
}
.blog-slider-image-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-slider-image-link.is-cover {
  align-items: flex-start;
}
.blog-slider-image {
  display: block;
  max-width: 100%;
  max-height: 200px;
}
.blog-slider-image.is-standard, .blog-slider-image.is-cover, .blog-slider-image.is-contain {
  width: 100%;
  height: 100%;
}
.blog-slider-image.is-cover {
  object-fit: cover;
}
.blog-slider-image.is-contain {
  object-fit: contain;
}
.blog-slider-image.is-standard {
  object-fit: scale-down;
}
.blog-slider-image-placeholder {
  max-width: 180px;
  height: 100%;
}
.blog-slider-rating {
  margin-bottom: 10px;
  height: 25px;
}
/* stylelint-disable value-no-vendor-prefix, property-no-vendor-prefix */
.blog-slider-name {
  color: #008555;
  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;
}
.blog-slider-name:hover {
  color: var(--text-color-brand-primary);
  text-decoration: none;
}
.blog-slider-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;
}
/* stylelint-enable value-no-vendor-prefix, property-no-vendor-prefix */
.blog-slider-price-info {
  margin-top: 10px;
}
.blog-slider-price-info .blog-slider-advanced-list-price-wrapper {
  font-weight: 400;
}
.blog-slider-price-unit {
  height: 36px;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
}
.blog-slider-unit-label {
  font-weight: 700;
}
.blog-slider-cheapest-price {
  min-height: 20px;
  font-size: 0.875rem;
  line-height: 20px;
  margin-bottom: 32px;
}
.blog-slider-cheapest-price .blog-slider-cheapest-price-price {
  font-weight: 700;
}
.blog-slider-cheapest-price.with-regulation-price, .blog-slider-cheapest-price.with-list-price {
  margin-bottom: 6px;
}
.blog-slider-cheapest-price.with-from-price {
  margin-bottom: 5px;
}
.blog-slider-price {
  color: #008555;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  overflow: hidden;
}
.blog-slider-price.with-list-price {
  color: #e52427;
}
.blog-slider-price .list-price {
  color: #008555;
  font-weight: 400;
  padding-left: 5px;
  font-size: 12px;
}
.blog-slider-price .list-price .list-price-price {
  text-decoration: line-through;
}
.blog-slider-price .regulation-price {
  color: #008555;
  font-weight: 400;
  padding-left: 5px;
  font-size: 12px;
  padding-left: 0;
}
.blog-slider-price .list-price-no-line-through .list-price-price {
  text-decoration: none;
}
.blog-slider-price .strikeprice-text {
  color: #008555;
  font-weight: 400;
  padding-left: 5px;
  font-size: 12px;
}
.blog-slider-action {
  margin-top: 20px;
}
.blog-slider-badges {
  position: absolute;
  top: 30px;
  left: -1px;
  z-index: 10;
}
.blog-slider-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;
}
.blog-slider-box.box-image .blog-slider-image-wrapper {
  height: 332px;
}
.blog-slider-box.box-image .blog-slider-image {
  max-height: 332px;
}
.blog-slider-box.box-image .blog-slider-image.is-standard {
  height: 100%;
  object-fit: cover;
}
.blog-slider-price-wrapper {
  font-size: 18px;
}
.blog-slider-box {
  border-color: #eaeaf0;
  background-color: #fff;
}
.blog-slider-box .card-body {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
}
.blog-slider-name {
  font-weight: 600;
}
.btn-read {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #008555;
  --bs-btn-border-color: #008555;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #007148;
  --bs-btn-hover-border-color: #006a44;
  --bs-btn-focus-shadow-rgb: 38, 151, 111;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #006a44;
  --bs-btn-active-border-color: #006440;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #008555;
  --bs-btn-disabled-border-color: #008555;
}
.btn-read.disabled, .btn-read:disabled {
  opacity: 1;
  background: #eee;
  border-color: #eee;
  color: #bcc1c7;
}
.blog-image, .blog-image-placeholder {
  object-fit: cover;
  width: 100%;
  height: 250px;
}
.blog-card .card-text {
  height: 85px;
  overflow: hidden;
}
.blog-card .card-footer {
  display: flex;
  align-items: center;
  background: none;
  padding: 0;
  margin-top: 25px;
}
.blog-card .card-footer .blog-author-avatar, .blog-card .card-footer .blog-image-placeholder {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 20px;
}
.blog-card .card-footer .blog-author-display-name {
  font-weight: 700;
  margin-bottom: 0;
}
.has-element-loader .cms-element-product-listing .blog-image-link span.icon {
  opacity: 0;
}
.has-element-loader .cms-element-product-listing .blog-date, .has-element-loader .cms-element-product-listing .blog-title a, .has-element-loader .cms-element-product-listing .blog-image-link {
  border-radius: 0;
  color: transparent;
  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;
}
.text-default {
  color: #333333 !important;
}
/* work-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 300;
  src: url("/bundles/tcinncustomizing/fonts/work-sans-v19-latin/work-sans-v19-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 300;
  src: url("/bundles/tcinncustomizing/fonts/work-sans-v19-latin/work-sans-v19-latin-300italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/bundles/tcinncustomizing/fonts/work-sans-v19-latin/work-sans-v19-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/bundles/tcinncustomizing/fonts/work-sans-v19-latin/work-sans-v19-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/bundles/tcinncustomizing/fonts/work-sans-v19-latin/work-sans-v19-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 500;
  src: url("/bundles/tcinncustomizing/fonts/work-sans-v19-latin/work-sans-v19-latin-500italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/bundles/tcinncustomizing/fonts/work-sans-v19-latin/work-sans-v19-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-600italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 600;
  src: url("/bundles/tcinncustomizing/fonts/work-sans-v19-latin/work-sans-v19-latin-600italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/bundles/tcinncustomizing/fonts/work-sans-v19-latin/work-sans-v19-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* work-sans-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 700;
  src: url("/bundles/tcinncustomizing/fonts/work-sans-v19-latin/work-sans-v19-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("/bundles/tcinncustomizing/fonts/open-sans-v40-latin/open-sans-v40-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url("/bundles/tcinncustomizing/fonts/open-sans-v40-latin/open-sans-v40-latin-300italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/bundles/tcinncustomizing/fonts/open-sans-v40-latin/open-sans-v40-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/bundles/tcinncustomizing/fonts/open-sans-v40-latin/open-sans-v40-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/bundles/tcinncustomizing/fonts/open-sans-v40-latin/open-sans-v40-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 500;
  src: url("/bundles/tcinncustomizing/fonts/open-sans-v40-latin/open-sans-v40-latin-500italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/bundles/tcinncustomizing/fonts/open-sans-v40-latin/open-sans-v40-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("/bundles/tcinncustomizing/fonts/open-sans-v40-latin/open-sans-v40-latin-600italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/bundles/tcinncustomizing/fonts/open-sans-v40-latin/open-sans-v40-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("/bundles/tcinncustomizing/fonts/open-sans-v40-latin/open-sans-v40-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.pickware-dhl-address-radio-logo {
  height: 18px;
  margin-left: 5px;
}
.pickware-dhl-special-address-radio-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.pickware-dhl-special-address-radio-group div {
  align-items: center;
  display: flex;
  margin-right: 25px;
}
.pickware-dhl-special-address-radio-group div input {
  margin: 0 5px 0 0;
}
.pickware-dhl-no-neighbour-delivery__checkbox, .pickware-dhl-no-neighbour-delivery__label {
  cursor: pointer;
}
.pickware-dhl-preferred-delivery__no-services-configured {
  font-style: italic;
}
.pickware-dhl-preferred-delivery-form__subtitle {
  font-style: italic;
  margin-bottom: 10px;
}
.pickware-dhl-preferred-delivery-form__actions {
  margin-top: 20px;
}
.pickware-dhl-preferred-delivery-input {
  margin-bottom: 10px;
}
.pickware-dhl-preferred-delivery__content, .pickware-dhl-preferred-day-selection__button {
  margin-bottom: 0.5rem;
}
.pickware-dhl-preferred-delivery {
  margin-bottom: 1.5rem;
}
.pickware-dhl-location-finder__map {
  height: 72vh;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.pickware-dhl-location-finder__pan-to-location-button {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
  height: 40px;
  cursor: pointer;
}
.pickware-dhl-location-finder-form {
  margin-bottom: 10px;
}
.pickware-dhl-location-finder-form__submit-button {
  margin-left: 5px;
}
.pickware-dhl-location-finder-form__loading-spinner {
  margin-right: 10px;
}
.pickware-dhl-location-finder-info-popup-submit-button {
  width: 100%;
}
.pickware-dhl-dsgvo-question-overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 25%;
  top: 30%;
  width: 50%;
  text-wrap: normal;
  background-color: #FFFFFF;
  border-radius: 5%;
  padding: 3%;
}
.pickware-dhl-location-finder-info-popup__address, .pickware-dhl-location-finder-info-popup-opening-hours__title {
  margin-top: 10px;
}
@media screen and (max-width: 575px) {
  #one-page-checkout .checkout-aside .confirm-product .line-item-product .line-item-row .line-item-info .line-item-info-img {
    width: 15%;
  }
  #one-page-checkout .checkout-aside .confirm-product .line-item-product .line-item-row .line-item-info .line-item-details {
    width: 70%;
  }
  #one-page-checkout .checkout-aside .confirm-product .line-item-product .line-item-row .line-item-quantity .line-item-quantity-row .line-item-quantity-select-wrapper {
    width: 100%;
  }
  #one-page-checkout .checkout-aside .confirm-product .line-item-product .line-item-row .line-item-remove {
    right: 0;
  }
  #one-page-checkout .checkout-aside .confirm-product .line-item-product .line-item-row .line-item-tax-price {
    order: 4;
    text-align: right;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-style: normal;
  }
  #one-page-checkout .checkout-aside .confirm-product .line-item-product .line-item-row .line-item-total-price {
    order: 5;
    text-align: right;
  }
}
@media screen and (max-width: 475px) {
  #one-page-checkout .checkout-aside .confirm-product .line-item-product .line-item-row .line-item-quantity {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #one-page-checkout .checkout-aside .confirm-product .line-item-product .line-item-row .line-item-tax-price {
    width: 30%;
    flex: 0 0 30.333333333%;
    max-width: 30.333333333%;
  }
  #one-page-checkout .checkout-aside .confirm-product .line-item-product .line-item-row .line-item-total-price {
    width: 69%;
    flex: 0 0 64.666666666%;
    max-width: 64.666666666%;
  }
}
#one-page-checkout.only-vertical .checkout-main {
  flex: 0 0 100%;
  max-width: 100%;
}
#one-page-checkout.only-vertical .checkout-step-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
#one-page-checkout.only-vertical .checkout-aside {
  flex: 0 0 100%;
  max-width: 100%;
}
#one-page-checkout .checkout-container .checkout-aside {
  margin-left: 0;
}
#one-page-checkout .step-container.border, #one-page-checkout .step-container.opc-cart-border {
  padding: 14px;
}
#one-page-checkout .steps-container {
  display: none;
  padding-bottom: 0.3125rem;
  max-width: 120rem;
  background: transparent;
}
#one-page-checkout .steps-container .steps-content {
  padding-bottom: 1rem;
  border: 0;
  display: table;
  width: 100%;
}
#one-page-checkout .steps-container .steps-content .steps-list {
  display: table-row;
}
#one-page-checkout .steps-container .steps-content .steps-list .steps-entry {
  padding: 0;
  width: 8%;
  vertical-align: middle;
  display: inline-block;
  list-style: none;
  text-align: center;
}
#one-page-checkout .steps-container .steps-content .steps-list .steps-entry .steps-text {
  background-color: #fff;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  color: #cccccc;
  border: 1px solid #cccccc;
  border-radius: 50%;
  margin-top: 0.375rem;
  font-size: 0.625rem;
  padding-left: 0.0625rem;
}
#one-page-checkout .steps-container .steps-content .steps-list .steps-entry .line {
  border-bottom: 2px solid #eeeeee;
  display: block;
  margin-top: -0.625rem;
}
#one-page-checkout .steps-container .steps-content .steps-list .steps-entry.is-active {
  width: 65%;
}
#one-page-checkout .steps-container .steps-content .steps-list .steps-entry.is-active .steps-text {
  border-color: #3caf6b;
  color: #000;
  width: 1.625rem;
  height: 1.625rem;
  line-height: 1.4375rem;
  border-width: 2px;
  margin-top: 0;
  font-size: 0.75rem;
}
#one-page-checkout .steps-container .steps-content .steps-list .steps-entry.is-active .line {
  border-color: #3caf6b;
  margin-top: -0.8125rem;
}
#one-page-checkout .steps-container .steps-content .steps-list .steps--entry.is--done .steps--text {
  border-color: #3caf6b;
  color: #3caf6b;
}
#one-page-checkout .steps-container .steps-content .steps-list .steps--entry.is--done .steps--text:after {
  content: "✓";
  font-size: 0.5625rem;
}
#one-page-checkout .steps-container .steps-content .steps-list .steps--entry.is--done .line {
  border-color: #3caf6b;
}
#one-page-checkout .checkout-step-headline {
  line-height: 20px;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 75em) {
  #one-page-checkout .checkout-step-headline {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 65em) {
  #one-page-checkout .checkout-step-headline {
    font-size: 1.1rem;
  }
}
#one-page-checkout .checkout-step-headline .step-icon {
  background-clip: padding-box;
  background-color: #7e8083;
  background-image: linear-gradient(to bottom, #7e8083 0%, #6b6d6f 100%);
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 10px 10px 10px;
  text-align: center;
  width: 38px;
  margin-right: 10px;
}
#one-page-checkout .address-main-header {
  display: none;
}
#one-page-checkout.only-vertical .steps-container {
  display: block;
}
#one-page-checkout.only-vertical .steps-container.d-none {
  display: none;
}
@media (max-width: 992px) {
  #one-page-checkout .steps-container {
    display: block;
  }
  #one-page-checkout .steps-container.d-none {
    display: none;
  }
}
.is-act-confirmpage .checkout #one-page-checkout .checkout-main, .is-act-editorder .checkout #one-page-checkout .checkout-main {
  margin-left: 0;
}
.is-act-confirmpage .checkout #one-page-checkout .checkout-main .confirm-billing-address, .is-act-editorder .checkout #one-page-checkout .checkout-main .confirm-billing-address {
  flex: 0 0 100%;
  max-width: 100%;
}
.is-act-confirmpage .checkout #one-page-checkout .checkout-main .confirm-billing-address .card-actions, .is-act-editorder .checkout #one-page-checkout .checkout-main .confirm-billing-address .card-actions {
  position: absolute;
  right: 0;
  top: 0;
}
.is-act-confirmpage .checkout #one-page-checkout .checkout-main .confirm-shipping-address, .is-act-editorder .checkout #one-page-checkout .checkout-main .confirm-shipping-address {
  flex: 0 0 100%;
  max-width: 100%;
}
.is-act-confirmpage .checkout #one-page-checkout .checkout-main .confirm-shipping-address .card-actions, .is-act-editorder .checkout #one-page-checkout .checkout-main .confirm-shipping-address .card-actions {
  position: absolute;
  right: 0;
  top: 0;
}
#one-page-checkout .checkout-main {
  position: relative;
}
#one-page-checkout {
  /**#personalFirstNameContainer::before {
    font-family: 'shopware';
    content: "\e613";
    position: absolute;
    padding-top: 8px;
    padding-left: 8px;
    font-size: 11px;

  }
  #personalLastNameContainer::before {
    font-family: 'shopware';
    content: "\e613";
    position: absolute;
    padding-top: 8px;
    padding-left: 8px;
    font-size: 11px;

  }
  #personalMailContainer::before {
    font-family: 'shopware';
    content: "\e607";
    position: absolute;
    padding-top: 8px;
    padding-left: 8px;
    font-size: 9px;

  }
  #personalMailConfirmationContainer::before {
    font-family: 'shopware';
    content: "\e607";
    position: absolute;
    padding-top: 8px;
    padding-left: 8px;
    font-size: 9px;

  }
  #personalPasswordContainer::before {
    font-family: 'shopware';
    content: "\e685";
    position: absolute;
    padding-top: 8px;
    padding-left: 8px;
    font-size: 14px;

  }
  #personalPasswordConfirmationContainer::before {
    font-family: 'shopware';
    content: "\e685";
    position: absolute;
    padding-top: 8px;
    padding-left: 8px;
    font-size: 14px;

  }
  #billingAddressAddressStreetContainer::before {
    font-family: 'shopware';
    content: "\e61f";
    position: absolute;
    padding-top: 8px;
    padding-left: 8px;
    font-size: 11px;

  }
  #billingAddressAddressPhoneNumberContainer::before {
    font-family: 'shopware';
    content: "\e619";
    position: absolute;
    padding-top: 8px;
    padding-left: 8px;
    font-size: 11px;

  }
  #loginMailContainer::before {
    font-family: 'shopware';
    content: "\e607";
    position: absolute;
    padding-top: 8px;
    padding-left: 8px;
    font-size: 9px;

  }
  #loginPasswordContainer::before {
    font-family: 'shopware';
    content: "\e685";
    position: absolute;
    padding-top: 8px;
    padding-left: 8px;
    font-size: 14px;
  }*/
}
#one-page-checkout #opc-register-login-tabs .nav-link {
  border-bottom: 1px solid #dadae5;
}
#one-page-checkout #opc-register-login-tabs .nav-link.active {
  font-weight: bold;
  border-bottom: 3px solid #e74c3c;
}
@media screen and (min-width: 62em) and (max-width: 66.563em) {
  #one-page-checkout #opc-register-login-tabs .nav-link {
    padding-left: 2px;
    padding-right: 2px;
  }
  #one-page-checkout #opc-register-login-tabs #opc-register-tab {
    padding-left: 12px;
  }
}
#one-page-checkout #opc-login-tab-content {
  margin-top: 20px;
}
#one-page-checkout #opc-login-tab-content .login-submit button {
  width: 100%;
}
#one-page-checkout #opc-register-tab-content {
  margin-top: 20px;
}
#one-page-checkout #opc-register-tab-content .card-title {
  display: none;
}
#one-page-checkout #opc-register-tab-content .form-group {
  margin-bottom: 8px;
}
#one-page-checkout #opc-register-tab-content .register-personal {
  margin-bottom: 0;
}
#one-page-checkout #opc-register-tab-content .register-address {
  margin-bottom: 20px;
}
#one-page-checkout #opc-register-tab-content .register-shipping {
  margin-top: 0;
}
#one-page-checkout #opc-register-tab-content .register-submit button {
  width: 100%;
}
#one-page-checkout #personalFirstName.input, #one-page-checkout #personalLastName.input, #one-page-checkout #personalMail.input, #one-page-checkout #personalMailConfirmation.input, #one-page-checkout #personalPassword.input, #one-page-checkout #personalPasswordConfirmation.input, #one-page-checkout #billingAddressAddressStreet.input, #one-page-checkout #billingAddressAddressPhoneNumber.input, #one-page-checkout #loginMail.input, #one-page-checkout #loginPassword.input {
  padding-left: 28px;
}
#one-page-checkout .js-validation-message {
  color: #333333;
}
#one-page-checkout .was-validated[type="password"].form-control:valid, #one-page-checkout .was-validated[type="password"].form-control.is-valid, #one-page-checkout .was-validated[type="tel"].form-control:valid, #one-page-checkout .was-validated[type="tel"].form-control.is-valid, #one-page-checkout .was-validated[type="email"].form-control:valid, #one-page-checkout .was-validated[type="email"].form-control.is-valid, #one-page-checkout .was-validated[type="text"].form-control:valid, #one-page-checkout .was-validated[type="text"].form-control.is-valid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cpath d='M24 12c0 6.6274-5.3726 12-12 12S0 18.6274 0 12 5.3726 0 12 0s12 5.3726 12 12zM12 2C6.4772 2 2 6.4772 2 12s4.4772 10 10 10 10-4.4772 10-10S17.5228 2 12 2zM7.7071 12.2929 10 14.5858l6.2929-6.293c.3905-.3904 1.0237-.3904 1.4142 0 .3905.3906.3905 1.0238 0 1.4143l-7 7c-.3905.3905-1.0237.3905-1.4142 0l-3-3c-.3905-.3905-.3905-1.0237 0-1.4142.3905-.3905 1.0237-.3905 1.4142 0z' id='icons-default-checkmark-circle' /%3E%3C/defs%3E%3Cuse xlink:href='%23icons-default-checkmark-circle' fill='%233cc261' fill-rule='evenodd' /%3E%3C/svg%3E");
  background-color: transparent;
  background-position: calc(100% - 5px) center;
  background-size: 14px;
  background-repeat: no-repeat;
  border-color: #2ecc71;
}
#one-page-checkout .was-validated[type="password"].form-control:invalid, #one-page-checkout .was-validated[type="password"].form-control.is-invalid, #one-page-checkout .was-validated[type="tel"].form-control:invalid, #one-page-checkout .was-validated[type="tel"].form-control.is-invalid, #one-page-checkout .was-validated[type="email"].form-control:invalid, #one-page-checkout .was-validated[type="email"].form-control.is-invalid, #one-page-checkout .was-validated[type="text"].form-control:invalid, #one-page-checkout .was-validated[type="text"].form-control.is-invalid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cpath d='m10.5858 12-3.293-3.2929c-.3904-.3905-.3904-1.0237 0-1.4142.3906-.3905 1.0238-.3905 1.4143 0L12 10.5858l3.2929-3.293c.3905-.3904 1.0237-.3904 1.4142 0 .3905.3906.3905 1.0238 0 1.4143L13.4142 12l3.293 3.2929c.3904.3905.3904 1.0237 0 1.4142-.3906.3905-1.0238.3905-1.4143 0L12 13.4142l-3.2929 3.293c-.3905.3904-1.0237.3904-1.4142 0-.3905-.3906-.3905-1.0238 0-1.4143L10.5858 12zM12 2C6.4772 2 2 6.4772 2 12s4.4772 10 10 10 10-4.4772 10-10S17.5228 2 12 2zm12 10c0 6.6274-5.3726 12-12 12S0 18.6274 0 12 5.3726 0 12 0s12 5.3726 12 12z' id='icons-default-x-circle' /%3E%3C/defs%3E%3Cuse xlink:href='%23icons-default-x-circle' fill='%23e52427' fill-rule='evenodd' /%3E%3C/svg%3E");
  background-color: transparent;
  background-position: calc(100% - 5px) center;
  background-size: 14px;
  background-repeat: no-repeat;
  border-color: #c82f1e;
}
#one-page-checkout .form-select.was-validated {
  border-color: #2ecc71;
}
#one-page-checkout .checkout-step-2 {
  position: relative;
}
#one-page-checkout .confirm-payment-shipping .confirm-payment-current, #one-page-checkout .confirm-payment-shipping .confirm-shipping-current {
  margin-bottom: 0;
}
#one-page-checkout .confirm-payment-shipping .confirm-payment-current.is-invalid, #one-page-checkout .confirm-payment-shipping .confirm-shipping-current.is-invalid {
  color: inherit;
}
#one-page-checkout .confirm-payment-shipping .confirm-payment {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#one-page-checkout .confirm-payment-shipping .confirm-shipping {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#one-page-checkout .confirm-payment-shipping .change-payment-link-container, #one-page-checkout .confirm-payment-shipping .change-shipping-link-container {
  position: absolute;
  right: 0;
  top: 0;
}
#one-page-checkout .checkout-aside {
  position: relative;
  display: block !important;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media screen and (max-width: 61.938em) {
  #one-page-checkout .checkout-aside {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#one-page-checkout .checkout-aside .confirm-product {
  margin-bottom: 0;
}
#one-page-checkout .checkout-aside .confirm-product .line-item-row .line-item-info {
  margin-bottom: 20px;
  flex: 0 0 100%;
  max-width: 100%;
}
#one-page-checkout .checkout-aside .confirm-product .line-item-row .line-item-info .line-item-info-img {
  width: 25%;
}
#one-page-checkout .checkout-aside .confirm-product .line-item-row .line-item-info .line-item-info-img .line-item-img-container {
  text-align: left;
  width: auto;
}
#one-page-checkout .checkout-aside .confirm-product .line-item-row .line-item-info .line-item-details {
  width: 65%;
}
#one-page-checkout .checkout-aside .confirm-product .line-item-row .line-item-info .line-item-details .cart-item-details-container {
  padding-right: 2.375em;
}
@media screen and (min-width: 992px) and (max-width: 1320px) {
  #one-page-checkout .checkout-aside .confirm-product .line-item-row .line-item-info .line-item-details {
    width: 100%;
  }
  #one-page-checkout .checkout-aside .confirm-product .line-item-row .line-item-info .line-item-details .line-item-details-container {
    padding-left: unset;
  }
}
#one-page-checkout .checkout-aside .confirm-product .line-item-row .line-item-quantity-label, #one-page-checkout .checkout-aside .confirm-product .line-item-row .line-item-unit-price-label, #one-page-checkout .checkout-aside .confirm-product .line-item-row .line-item-total-price-label, #one-page-checkout .checkout-aside .confirm-product .line-item-row .line-item-tax-price-label {
  display: block;
}
#one-page-checkout .checkout-aside .confirm-product .line-item-row .line-item-quantity {
  width: 30%;
  flex: 0 0 30.333333333%;
  max-width: 30.333333333%;
  text-align: left;
}
#one-page-checkout .checkout-aside .confirm-product .line-item-row .line-item-quantity .line-item-quantity-row .line-item-quantity-label {
  flex: 0 0 100%;
  max-width: 100%;
}
#one-page-checkout .checkout-aside .confirm-product .line-item-row .line-item-quantity .line-item-quantity-row .col-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1320px) {
  #one-page-checkout .checkout-aside .confirm-product .line-item-row .line-item-quantity .line-item-quantity-row .line-item-quantity-select-wrapper {
    max-width: 50%;
  }
}
#one-page-checkout .checkout-aside .confirm-product .line-item-row .line-item-quantity .line-item-quantity-container {
  margin-left: 0;
}
@media screen and (min-width: 992px) and (max-width: 1320px) {
  #one-page-checkout .checkout-aside .confirm-product .line-item-row .line-item-quantity {
    max-width: 100%;
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
#one-page-checkout .checkout-aside .confirm-product .line-item-row .line-item-tax-price {
  width: 30%;
  flex: 0 0 30.333333333%;
  max-width: 30.333333333%;
  justify-content: normal;
  display: block;
}
#one-page-checkout .checkout-aside .confirm-product .line-item-row .line-item-tax-price .line-item-tax-price-label {
  max-width: 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 992px) and (max-width: 1320px) {
  #one-page-checkout .checkout-aside .confirm-product .line-item-row .line-item-tax-price {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    text-align: left;
  }
}
#one-page-checkout .checkout-aside .confirm-product .line-item-row .line-item-total-price {
  width: 30%;
  flex: 0 0 30.333333333%;
  max-width: 30.333333333%;
  justify-content: normal;
  display: block;
}
#one-page-checkout .checkout-aside .confirm-product .line-item-row .line-item-total-price .line-item-total-price-label {
  max-width: 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 992px) and (max-width: 1320px) {
  #one-page-checkout .checkout-aside .confirm-product .line-item-row .line-item-total-price {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    text-align: left;
  }
  #one-page-checkout .checkout-aside .confirm-product .line-item-row .line-item-total-price .line-item-total-price-value {
    text-align: left;
  }
}
#one-page-checkout .checkout-aside .confirm-product .line-item-row .prems-customized-product-options {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  margin-bottom: 0.5rem;
}
#one-page-checkout .checkout-aside .opc-collapse-toggle {
  text-decoration: none;
}
#one-page-checkout .checkout-aside .opc-collapse-toggle:hover {
  text-decoration: underline;
}
#one-page-checkout .checkout-aside .line-item-remove {
  position: absolute;
  right: 10px;
}
@media screen and (max-width: 71.25em) {
  #one-page-checkout .checkout-aside .line-item-remove {
    right: 20px;
  }
}
#one-page-checkout .checkout-aside .checkout-aside-container .confirm-product .cart-table-header {
  display: none;
}
#one-page-checkout .checkout-aside .checkout-aside-container .checkout-aside-summary .checkout-aside-summary-header {
  display: none;
}
#one-page-checkout .checkout-aside .checkout-aside-container .confirm-tos {
  margin-top: 12px;
}
#one-page-checkout .opc-cart-border {
  padding: 5px;
}
#one-page-checkout .opc-cart-border .line-item-remove {
  right: 20px;
}
#one-page-checkout .confirm-tos {
  padding: 10px;
  border: 1px solid #eaeaf0;
}
#one-page-checkout .step-container .confirm-tos {
  border: none;
  padding: 0;
}
#one-page-checkout #opc-checkout-additional-area {
  display: block;
}
#one-page-checkout #opc-checkout-additional-area .checkout-additional {
  width: 100%;
  margin-left: 0;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
}
#one-page-checkout [aria-expanded="true"] .icon-arrow-circle-down, #one-page-checkout [aria-expanded="false"] .icon-arrow-circle-up {
  display: none;
}
#one-page-checkout .opc-products-head .products-head-title {
  display: table-cell;
  width: 95%;
  overflow: hidden;
  padding-bottom: 10px;
  color: #008555;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}
#one-page-checkout .opc-products-head .icons--up-down {
  display: table-cell;
  width: 5%;
  overflow: hidden;
  text-align: right;
}
#one-page-checkout.grey-step2and3 .checkout-step-2:after {
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#one-page-checkout.grey-step2and3 .checkout-aside:after {
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#one-page-checkout .stripe-payment-payment-method-description .form-group.col-md-6, #one-page-checkout .stripe-payment-payment-method-description .is-act-confirmpage .checkout .form-group.checkout-aside, .is-act-confirmpage .checkout #one-page-checkout .stripe-payment-payment-method-description .form-group.checkout-aside, #one-page-checkout .stripe-payment-payment-method-description .is-ctl-accountorder .checkout .form-group.checkout-aside, .is-ctl-accountorder .checkout #one-page-checkout .stripe-payment-payment-method-description .form-group.checkout-aside, #one-page-checkout .stripe-payment-payment-method-description .is-act-finishpage .checkout .form-group.checkout-additional, .is-act-finishpage .checkout #one-page-checkout .stripe-payment-payment-method-description .form-group.checkout-additional, #one-page-checkout .stripe-payment-payment-method-description .is-act-finishpage .checkout .form-group.checkout-aside, .is-act-finishpage .checkout #one-page-checkout .stripe-payment-payment-method-description .form-group.checkout-aside {
  max-width: 100%;
  flex: 0 0 100%;
}
#one-page-checkout .checkout-aside .payone-payment .form-group.col-md-4, #one-page-checkout .checkout-aside .payone-payment .is-act-checkoutregisterpage .checkout .form-group.checkout-aside, .is-act-checkoutregisterpage .checkout #one-page-checkout .checkout-aside .payone-payment .form-group.checkout-aside {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
#one-page-checkout .checkout-aside .payone-payment .form-row.col-md-12 .col-md-2:first-child {
  flex: 0 0 100%;
  max-width: 100%;
}
#one-page-checkout .checkout-aside .payone-payment .form-row.col-md-12 .col-md-2 {
  flex: 0 0 50%;
  max-width: 50%;
}
#one-page-checkout .checkout-aside .payone-payment .form-row.col-md-12 .col-md-2 #cardcvc2 {
  width: 100px;
  height: 40px;
}
#one-page-checkout .checkout-aside .payone-payment .form-row.col-md-12 .col-md-2.card-logo-container {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
#one-page-checkout #premiumItems {
  padding-top: 0;
}
.is-act-confirmpage .cbax-page-main-container .checkout .checkout-container, .is-act-checkoutregisterpage .cbax-page-main-container .checkout .checkout-container {
  flex-wrap: wrap !important;
}
.is-act-confirmpage .cbax-page-main-container .checkout .checkout-container .checkout-main, .is-act-confirmpage .cbax-page-main-container .checkout .checkout-container .checkout-step-2, .is-act-confirmpage .cbax-page-main-container .checkout .checkout-container .checkout-aside::after, .is-act-checkoutregisterpage .cbax-page-main-container .checkout .checkout-container .checkout-main, .is-act-checkoutregisterpage .cbax-page-main-container .checkout .checkout-container .checkout-step-2, .is-act-checkoutregisterpage .cbax-page-main-container .checkout .checkout-container .checkout-aside::after {
  background: white;
}
.is-act-confirmpage .cbax-page-main-container .checkout .checkout-container .checkout-aside, .is-act-checkoutregisterpage .cbax-page-main-container .checkout .checkout-container .checkout-aside {
  border: none;
  padding: 20px;
}
@media (min-width: 992px) {
  .is-act-confirmpage .cbax-page-main-container .checkout .checkout-container .checkout-aside, .is-act-checkoutregisterpage .cbax-page-main-container .checkout .checkout-container .checkout-aside {
    padding: 36px;
  }
  .is-act-confirmpage .cbax-page-main-container .checkout .checkout-container .checkout-step-2, .is-act-checkoutregisterpage .cbax-page-main-container .checkout .checkout-container .checkout-step-2 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.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 .modal-content {
  margin: 0 1.8rem;
  border-radius: 0;
  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;
  align-self: stretch;
}
.swag-cms-extensions-quickview-modal .quickview-loading-indicator {
  display: flex;
  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: #F5F5F5;
  width: 1.8rem;
  height: 80%;
  top: 10%;
  right: 0;
  border-radius: 0;
}
#swag-cms-extensions-quickview-carousel .carousel-control-prev .icon, #swag-cms-extensions-quickview-carousel .carousel-control-next .icon {
  width: 1.8333333333rem;
  height: 1.8333333333rem;
}
#swag-cms-extensions-quickview-carousel .carousel-control-prev .icon-white, #swag-cms-extensions-quickview-carousel .carousel-control-next .icon-white {
  color: #798490;
}
#swag-cms-extensions-quickview-carousel .carousel-control-prev:focus-visible, #swag-cms-extensions-quickview-carousel .carousel-control-next:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
}
@media (min-width: 1200px) {
  #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: #4a545b;
  }
  #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: 1199.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: 768px) {
  .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: 576px) {
  .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;
  transition: all 0.3s ease-out;
}
.scroll-navigation-sidebar a, .scroll-navigation-sidebar a:hover {
  text-decoration: none;
  color: #333333;
}
.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: #F5F5F5;
}
.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: #333333;
}
.scroll-navigation-sidebar.list--visible {
  left: 39px;
  width: auto;
  padding-right: 0;
  border-radius: 12px;
  background-color: #F5F5F5;
  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: flex;
  height: auto;
  max-height: 300px;
  padding: 0 12px;
  line-height: 0;
  overflow-y: auto;
  flex-direction: column;
}
.scroll-navigation-sidebar-entry {
  display: flex;
  height: 20px;
  padding: 22px 9px;
  align-items: center;
  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 #333333;
}
.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;
  transform: scale(1);
  transition: all 0.2s ease-out;
  border-radius: 50%;
  background-color: #008555;
  z-index: 6;
}
.scroll-navigation-sidebar-entry--active > .scroll-navigation-sidebar-entry-bullet {
  background-color: #008555;
  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: #008555;
  font-weight: 600;
}
.scroll-navigation-anchor {
  position: relative;
}
.scroll-up-button, .compare-float-button {
  display: block;
  left: 1.5rem;
  right: auto;
}
@media (min-width: 576px) {
  .scroll-navigation-sidebar.list--visible {
    left: auto;
    width: 422px;
  }
}
@media (min-width: 1200px) {
  .scroll-navigation-sidebar {
    top: 50%;
    left: 39px;
    right: auto;
    bottom: auto;
    padding: 0;
    transform: translateY(-50%);
    background-color: #F5F5F5;
    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: flex;
    height: auto;
    width: 77px;
    padding: 12px;
    margin-left: -4px;
    line-height: 0;
    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: 0;
  }
  .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: #F5F5F5;
    box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.15);
    pointer-events: none;
    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, .compare-float-button {
    left: auto;
    right: 1.5rem;
  }
}
.lenz-vat-id-validation-result {
  border: 1px solid #eaeaf0;
  padding: 10px;
}
.lenz-vat-id-validation-result .validation-row {
  display: flex;
}
.lenz-vat-id-validation-result .validation-row.validation-row-success {
  background: #c8ffd7;
}
.lenz-vat-id-validation-result .validation-row.validation-row-error {
  background: #ffb1b2;
}
.lenz-vat-id-validation-result .validation-row *[class^="cell-"] {
  border: 1px solid #eaeaf0;
  padding: 5px 3px;
}
.lenz-vat-id-validation-result .validation-row .cell-field {
  width: 20%;
}
.lenz-vat-id-validation-result .validation-row .cell-value {
  width: 30%;
}
.lenz-vat-id-validation-result .validation-row .cell-validation-msg {
  width: 50%;
}
.lenz-vat-id-validation-result .validation-state {
  margin-top: 20px;
}
/**
 * Product box loading animation
 */
.maxia-lazy-animation .product-image-wrapper {
  position: relative;
}
.maxia-lazy-animation .product-image-wrapper img {
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.maxia-lazy-animation .product-image-wrapper:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
  pointer-events: none;
  opacity: 1;
}
.maxia-lazy-animation .product-image-wrapper.maxia-lazy-loaded img {
  opacity: 1;
}
.maxia-lazy-animation .product-image-wrapper.maxia-lazy-loaded:before {
  z-index: -1;
  opacity: 0;
}
/**
 * Flyout menus:
 * Add visiblity property to support visiblilty detection.
 */
.navigation-flyout {
  visibility: hidden;
}
.navigation-flyout.is-open {
  visibility: visible;
}
/**
 * CMS Section with background image
 */
.cms-section.bg-image-img {
  overflow: hidden;
  position: relative;
}
.cms-section-bg-image-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cms-section-bg-image-container .cms-section-bg-image.auto {
  position: relative;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.cms-section-bg-image-container .cms-section-bg-image.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cms-section-bg-image-container .cms-section-bg-image.contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.product-price {
  line-height: 27px;
}
.product-action-hidden {
  margin-top: 20px;
  height: 40px;
}
.form-check-label {
  position: relative;
  margin-bottom: 0.5rem;
  vertical-align: top;
}
label.additional-confirm-label {
  margin-top: 10px;
  /*margin-bottom: 3px;*/
}
.ies-commission-field {
  margin-bottom: 0.5rem;
}
.ies-commission-field-container {
  margin-top: 1rem;
}
.checkout-product-slider {
  width: 100%;
  padding-top: 20px;
}
.checkout-product-slider .cms-element-cart-product-slider .cms-element-title .cms-element-title-paragraph {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  font-weight: 700;
}
.checkout-product-slider .product-slider-controls-prev {
  left: 0;
}
.checkout-product-slider .product-slider-controls-next {
  right: 0;
}
.offcanvas-cart .cart-item {
  position: relative;
}
.cart-offcanvas .offcanvas-cart-content {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cart-offcanvas .offcanvas-cart-content-container {
  max-height: 100%;
  height: 100%;
}
.offcanvas-cart-vertical-product-slider-mobile {
  display: block;
  padding-top: 20px;
}
.offcanvas-cart-vertical-product-slider-mobile .product-box.box-cart .card-body, .offcanvas-cart-vertical-product-slider-mobile .box-cart.swkweb-content-manager-article-box .card-body {
  padding-top: 12px;
}
.offcanvas-cart-vertical-product-slider-mobile .product-box.box-cart .product-image-wrapper, .offcanvas-cart-vertical-product-slider-mobile .box-cart.swkweb-content-manager-article-box .product-image-wrapper {
  margin-bottom: 18px;
  max-height: 380px;
  height: auto;
}
.offcanvas-cart-vertical-product-slider-mobile .product-box.box-cart .product-image-wrapper .product-image-link, .offcanvas-cart-vertical-product-slider-mobile .box-cart.swkweb-content-manager-article-box .product-image-wrapper .product-image-link {
  position: relative;
  padding-top: 116%;
}
.offcanvas-cart-vertical-product-slider-mobile .product-box.box-cart .product-image-wrapper .product-image, .offcanvas-cart-vertical-product-slider-mobile .box-cart.swkweb-content-manager-article-box .product-image-wrapper .product-image, .offcanvas-cart-vertical-product-slider-mobile .product-box.box-cart .product-image-wrapper .icon-placeholder, .offcanvas-cart-vertical-product-slider-mobile .box-cart.swkweb-content-manager-article-box .product-image-wrapper .icon-placeholder {
  position: absolute;
  object-fit: contain;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.offcanvas-cart-vertical-product-slider-mobile .product-box.box-cart .product-name, .offcanvas-cart-vertical-product-slider-mobile .box-cart.swkweb-content-manager-article-box .product-name, .offcanvas-cart-vertical-product-slider-mobile .product-box.box-cart .swkweb-content-manager-article-box-title, .offcanvas-cart-vertical-product-slider-mobile .box-cart.swkweb-content-manager-article-box .swkweb-content-manager-article-box-title {
  position: relative;
  line-height: 16px;
  height: 34px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.offcanvas-cart-vertical-product-slider-mobile .product-box.box-cart .product-price-wrapper, .offcanvas-cart-vertical-product-slider-mobile .box-cart.swkweb-content-manager-article-box .product-price-wrapper {
  text-align: center;
}
.offcanvas-cart-vertical-product-slider-mobile .product-box.box-cart .product-price-wrapper .product-cheapest-price, .offcanvas-cart-vertical-product-slider-mobile .box-cart.swkweb-content-manager-article-box .product-price-wrapper .product-cheapest-price {
  display: none;
}
.offcanvas-cart-vertical-product-slider-mobile .product-box.box-cart .product-price-wrapper .product-price, .offcanvas-cart-vertical-product-slider-mobile .box-cart.swkweb-content-manager-article-box .product-price-wrapper .product-price {
  font-size: 16px;
  line-height: 18px;
}
.offcanvas-cart-vertical-product-slider-mobile .product-box.box-cart .product-action, .offcanvas-cart-vertical-product-slider-mobile .box-cart.swkweb-content-manager-article-box .product-action {
  margin-top: 6px;
}
.offcanvas-cart-vertical-product-slider-mobile .product-slider-controls-prev {
  left: 0;
}
.offcanvas-cart-vertical-product-slider-mobile .product-slider-controls-next {
  right: 0;
}
.offcanvas-cart-vertical-product-slider {
  height: 100%;
  display: none;
}
.offcanvas-cart-vertical-product-slider .cms-element-cart-product-slider, .offcanvas-cart-vertical-product-slider .cart-product-slider, .offcanvas-cart-vertical-product-slider .product-slider-inner {
  height: 100%;
}
.offcanvas-cart-vertical-product-slider .cms-element-title {
  padding: 25px 0px 25px 0px;
}
.offcanvas-cart-vertical-product-slider .product-box.box-cart .card-body, .offcanvas-cart-vertical-product-slider .box-cart.swkweb-content-manager-article-box .card-body {
  padding-top: 12px;
}
.offcanvas-cart-vertical-product-slider .product-box.box-cart .product-image-wrapper, .offcanvas-cart-vertical-product-slider .box-cart.swkweb-content-manager-article-box .product-image-wrapper {
  max-height: 160px;
  height: auto;
  margin-bottom: 12px;
}
.offcanvas-cart-vertical-product-slider .product-box.box-cart .product-image-wrapper .product-image-link, .offcanvas-cart-vertical-product-slider .box-cart.swkweb-content-manager-article-box .product-image-wrapper .product-image-link {
  position: relative;
  padding-top: 86%;
}
.offcanvas-cart-vertical-product-slider .product-box.box-cart .product-image-wrapper .product-image-link .product-image, .offcanvas-cart-vertical-product-slider .box-cart.swkweb-content-manager-article-box .product-image-wrapper .product-image-link .product-image, .offcanvas-cart-vertical-product-slider .product-box.box-cart .product-image-wrapper .product-image-link .icon-placeholder, .offcanvas-cart-vertical-product-slider .box-cart.swkweb-content-manager-article-box .product-image-wrapper .product-image-link .icon-placeholder {
  position: absolute;
  object-fit: contain;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  width: 100%;
  height: 100%;
}
.offcanvas-cart-vertical-product-slider .product-box.box-cart .product-name, .offcanvas-cart-vertical-product-slider .box-cart.swkweb-content-manager-article-box .product-name, .offcanvas-cart-vertical-product-slider .product-box.box-cart .swkweb-content-manager-article-box-title, .offcanvas-cart-vertical-product-slider .box-cart.swkweb-content-manager-article-box .swkweb-content-manager-article-box-title {
  position: relative;
  line-height: 16px;
  height: 34px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.offcanvas-cart-vertical-product-slider .product-box.box-cart .product-price-wrapper, .offcanvas-cart-vertical-product-slider .box-cart.swkweb-content-manager-article-box .product-price-wrapper {
  text-align: center;
}
.offcanvas-cart-vertical-product-slider .product-box.box-cart .product-price-wrapper .product-cheapest-price, .offcanvas-cart-vertical-product-slider .box-cart.swkweb-content-manager-article-box .product-price-wrapper .product-cheapest-price {
  display: none;
}
.offcanvas-cart-vertical-product-slider .product-box.box-cart .product-price-wrapper .product-price, .offcanvas-cart-vertical-product-slider .box-cart.swkweb-content-manager-article-box .product-price-wrapper .product-price {
  font-size: 12px;
  line-height: 18px;
}
.offcanvas-cart-vertical-product-slider .product-box.box-cart .product-action, .offcanvas-cart-vertical-product-slider .box-cart.swkweb-content-manager-article-box .product-action {
  margin-top: 12px;
}
.offcanvas-cart-vertical-product-slider .product-slider-controls-prev {
  top: 15px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.offcanvas-cart-vertical-product-slider .product-slider-controls-next {
  top: unset;
  bottom: 15px;
  right: 50%;
  transform: translate(50%, -50%) rotate(90deg);
}
.offcanvas-cart-horizontal-product-slider {
  padding-top: 20px;
}
.offcanvas-cart-horizontal-product-slider .product-box.box-cart .card-body, .offcanvas-cart-horizontal-product-slider .box-cart.swkweb-content-manager-article-box .card-body {
  padding-top: 12px;
}
.offcanvas-cart-horizontal-product-slider .product-box.box-cart .product-image-wrapper, .offcanvas-cart-horizontal-product-slider .box-cart.swkweb-content-manager-article-box .product-image-wrapper {
  margin-bottom: 18px;
  max-height: 380px;
  height: auto;
}
.offcanvas-cart-horizontal-product-slider .product-box.box-cart .product-image-wrapper .product-image-link, .offcanvas-cart-horizontal-product-slider .box-cart.swkweb-content-manager-article-box .product-image-wrapper .product-image-link {
  position: relative;
  padding-top: 116%;
}
.offcanvas-cart-horizontal-product-slider .product-box.box-cart .product-image-wrapper .product-image, .offcanvas-cart-horizontal-product-slider .box-cart.swkweb-content-manager-article-box .product-image-wrapper .product-image, .offcanvas-cart-horizontal-product-slider .product-box.box-cart .product-image-wrapper .icon-placeholder, .offcanvas-cart-horizontal-product-slider .box-cart.swkweb-content-manager-article-box .product-image-wrapper .icon-placeholder {
  position: absolute;
  object-fit: contain;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.offcanvas-cart-horizontal-product-slider .product-box.box-cart .product-name, .offcanvas-cart-horizontal-product-slider .box-cart.swkweb-content-manager-article-box .product-name, .offcanvas-cart-horizontal-product-slider .product-box.box-cart .swkweb-content-manager-article-box-title, .offcanvas-cart-horizontal-product-slider .box-cart.swkweb-content-manager-article-box .swkweb-content-manager-article-box-title {
  position: relative;
  line-height: 16px;
  height: 34px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.offcanvas-cart-horizontal-product-slider .product-box.box-cart .product-price-wrapper, .offcanvas-cart-horizontal-product-slider .box-cart.swkweb-content-manager-article-box .product-price-wrapper {
  text-align: center;
}
.offcanvas-cart-horizontal-product-slider .product-box.box-cart .product-price-wrapper .product-cheapest-price, .offcanvas-cart-horizontal-product-slider .box-cart.swkweb-content-manager-article-box .product-price-wrapper .product-cheapest-price {
  display: none;
}
.offcanvas-cart-horizontal-product-slider .product-box.box-cart .product-price-wrapper .product-price, .offcanvas-cart-horizontal-product-slider .box-cart.swkweb-content-manager-article-box .product-price-wrapper .product-price {
  font-size: 16px;
  line-height: 18px;
}
.offcanvas-cart-horizontal-product-slider .product-box.box-cart .product-action, .offcanvas-cart-horizontal-product-slider .box-cart.swkweb-content-manager-article-box .product-action {
  margin-top: 6px;
}
.offcanvas-cart-horizontal-product-slider .product-slider-controls-prev {
  left: 0;
}
.offcanvas-cart-horizontal-product-slider .product-slider-controls-next {
  right: 0;
}
@media (min-width: 576px) {
  .cart-offcanvas {
    width: auto;
  }
  .cart-offcanvas > .offcanvas-body {
    width: var(--bs-offcanvas-width, 400px);
  }
  .cart-offcanvas.offcanvas-end {
    width: auto;
  }
  .cart-offcanvas.offcanvas-end > .offcanvas-body {
    width: var(--bs-offcanvas-width, 400px);
  }
  .cart-offcanvas .offcanvas-cart-content-container {
    display: flex;
    height: 100vh;
    overflow: hidden;
  }
  .cart-offcanvas .offcanvas-cart-vertical-product-slider {
    display: block;
    width: 240px;
    padding: 0 10px 5px 10px;
  }
  .cart-offcanvas .offcanvas-cart-vertical-product-slider-mobile {
    display: none;
  }
  .cart-offcanvas .offcanvas-content-container {
    width: var(--bs-offcanvas-width, 400px);
  }
  .cart-offcanvas .offcanvas-cart-content {
    width: var(--bs-offcanvas-width, 400px);
  }
}
.cms-element-cart-product-slider .cms-element-title {
  padding-bottom: 25px;
}
.cms-element-cart-product-slider .cms-element-title .cms-element-title-paragraph {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.65px;
  margin: 0px;
}
.cms-element-cart-product-slider .product-slider-inner {
  position: relative;
  overflow: hidden;
}
.cms-element-cart-product-slider .product-slider-controls-prev, .cms-element-cart-product-slider .product-slider-controls-next {
  opacity: 0.8;
  color: #798490;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.cms-element-cart-product-slider .product-slider-controls-prev .icon, .cms-element-cart-product-slider .product-slider-controls-next .icon {
  color: #000;
}
.cms-element-cart-product-slider .product-slider-controls-prev:hover, .cms-element-cart-product-slider .product-slider-controls-next:hover {
  border-color: rgba(0, 133, 85, 0.8);
  color: #008555;
  opacity: 1;
}
.cms-element-cart-product-slider .product-slider-controls-prev:hover .icon, .cms-element-cart-product-slider .product-slider-controls-next:hover .icon {
  color: #008555;
}
.cms-element-cart-product-slider .product-slider-controls-prev[disabled], .cms-element-cart-product-slider .product-slider-controls-next[disabled] {
  opacity: 0.2;
  cursor: default;
}
.product-box.box-cart .product-image-wrapper, .box-cart.swkweb-content-manager-article-box .product-image-wrapper {
  height: 120px;
}
.product-box.box-cart .product-image, .box-cart.swkweb-content-manager-article-box .product-image {
  max-height: 100%;
}
.product-box.box-cart .product-price-unit, .box-cart.swkweb-content-manager-article-box .product-price-unit {
  display: none;
}
/**
 * digitvision
 *
 * @category  digitvision
 * @package   Shopware\Plugins\DvsnReturnShipment
 * @copyright (c) 2020 digitvision
 */
/**
 * digitvision
 *
 * @category  digitvision
 * @package   Shopware\Plugins\DvsnReturnShipment
 * @copyright (c) 2020 digitvision
 */
.is-ctl-checkout.is-act-finishpage .chargeable-label-alert-container {
  margin-bottom: 3rem;
  margin-top: -3rem;
}
/**
 * digitvision
 *
 * @category  digitvision
 * @package   Shopware\Plugins\DvsnReturnShipment
 * @copyright (c) 2020 digitvision
 */
.dvsn-return-shipment--details h1, .dvsn-return-shipment--details .h1 {
  margin-bottom: 20px;
}
.dvsn-return-shipment--details .content {
  margin-bottom: 20px;
}
.dvsn-return-shipment--details .card-container {
  margin-bottom: 4rem;
}
.dvsn-return-shipment--details .card-container .card {
  margin-bottom: 1rem;
}
.dvsn-return-shipment--details .order-detail-content-header, .dvsn-return-shipment--details .subscription-detail-content-header, .dvsn-return-shipment--details .booking-item-detail-content-header {
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.dvsn-return-shipment--details .line-item-container {
  padding-top: 0;
  border: none;
  padding-bottom: 0;
  margin-top: 0;
}
.dvsn-return-shipment--details .line-item-container .line-item-row {
  border-bottom: 1px solid #bcc1c7;
}
.dvsn-return-shipment--details .line-item-container .line-item-row .column-product-name span.name {
  font-weight: bold;
}
.dvsn-return-shipment--details .line-item-container .line-item-row .column-data .legend {
  font-weight: bold;
}
.dvsn-return-shipment--details .line-item-container .line-item-row .column-data .value {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.dvsn-return-shipment--details .line-item-container .line-item-row:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.dvsn-return-shipment--details .customer-comment {
  margin-bottom: 40px;
}
.dvsn-return-shipment--details .customer-comment .comment {
  padding: 20px;
}
.dvsn-return-shipment--details .public-comment {
  margin-bottom: 40px;
}
.dvsn-return-shipment--details .public-comment .comment {
  padding: 20px;
}
.dvsn-return-shipment--details .label-container .more-labels {
  display: block;
  margin-top: 4px;
  cursor: pointer;
  color: #ccc;
}
.dvsn-return-shipment--details .label-container .more-labels-container {
  margin-top: 1rem;
}
.dvsn-return-shipment--details .label-form {
  display: inline-block;
}
.dvsn-return-shipment--details .chargeable-label-container {
  margin: 1rem 0;
}
.dvsn-return-shipment--details .dhl-label-container + .ups-label-container {
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .dvsn-return-shipment--details .products .order-detail-content-row.header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .dvsn-return-shipment--details .products .column-quantity {
    text-align: center;
  }
}
/**
 * digitvision
 *
 * @category  digitvision
 * @package   Shopware\Plugins\DvsnReturnShipment
 * @copyright (c) 2020 digitvision
 */
.dvsn-return-shipment--create .error-message--invalid-form {
  display: none;
  padding: 0;
  margin-top: 20px;
}
.dvsn-return-shipment--create .order-detail-content-header, .dvsn-return-shipment--create .subscription-detail-content-header, .dvsn-return-shipment--create .booking-item-detail-content-header {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.dvsn-return-shipment--create .line-item-container {
  padding-top: 0;
  margin-top: 0;
  border: none;
  padding-bottom: 0;
}
.dvsn-return-shipment--create .line-item-container .line-item-row {
  border-bottom: 1px solid #bcc1c7;
}
.dvsn-return-shipment--create .line-item-container .line-item-row .column-product-name span.name {
  font-weight: bold;
}
.dvsn-return-shipment--create .line-item-container .line-item-row .column-data select {
  margin-bottom: 10px;
}
.dvsn-return-shipment--create .line-item-container .line-item-row:last-child {
  border: none;
}
.dvsn-return-shipment--create .line-item-container .line-item-row.is--disabled .column-product-name span.name {
  font-weight: normal;
}
.dvsn-return-shipment--create .line-item-container .line-item-row.is--disabled .column-product-name .order-item-variants-properties-name {
  font-weight: normal;
}
.dvsn-return-shipment--create .line-item-container .line-item-row.has--error {
  background: #fad3d4;
}
.dvsn-return-shipment--create .comment-container {
  padding: 20px 10px;
}
.dvsn-return-shipment--create .button-container {
  text-align: center;
  padding: 20px;
  background: #bcc1c7;
}
/**
 * digitvision
 *
 * @category  digitvision
 * @package   Shopware\Plugins\DvsnReturnShipment
 * @copyright (c) 2020 digitvision
 */
.dvsn-return-shipment--index .card.login-card {
  margin: 0;
}
.dvsn-return-shipment--index .lost-order .question {
  margin-top: 5px;
  cursor: pointer;
  color: #ccc;
}
/**
 * digitvision
 *
 * @category  digitvision
 * @package   Shopware\Plugins\DvsnReturnShipment
 * @copyright (c) 2020 digitvision
 */
.dvsn-return-shipment--dashboard h1, .dvsn-return-shipment--dashboard .h1 {
  margin-bottom: 20px;
}
.dvsn-return-shipment--dashboard .content {
  margin-bottom: 20px;
}
.dvsn-return-shipment--dashboard .card-container {
  margin-bottom: 4rem;
}
.dvsn-return-shipment--dashboard .card-container .card {
  margin-bottom: 1rem;
}
.dvsn-return-shipment--dashboard .dvsn-return-shipment-table-container .card-title {
  margin-bottom: 0;
}
.dvsn-return-shipment--dashboard .dvsn-return-shipment-table-container .content-container .return-shipment.row:last-child, .dvsn-return-shipment--dashboard .dvsn-return-shipment-table-container .content-container .is-act-cartpage .checkout .return-shipment.checkout-container:last-child, .is-act-cartpage .checkout .dvsn-return-shipment--dashboard .dvsn-return-shipment-table-container .content-container .return-shipment.checkout-container:last-child, .dvsn-return-shipment--dashboard .dvsn-return-shipment-table-container .content-container .is-act-checkoutregisterpage .checkout .return-shipment.checkout-container:last-child, .is-act-checkoutregisterpage .checkout .dvsn-return-shipment--dashboard .dvsn-return-shipment-table-container .content-container .return-shipment.checkout-container:last-child, .dvsn-return-shipment--dashboard .dvsn-return-shipment-table-container .content-container .is-act-confirmpage .checkout .return-shipment.checkout-container:last-child, .is-act-confirmpage .checkout .dvsn-return-shipment--dashboard .dvsn-return-shipment-table-container .content-container .return-shipment.checkout-container:last-child, .dvsn-return-shipment--dashboard .dvsn-return-shipment-table-container .content-container .is-ctl-accountorder .checkout .return-shipment.checkout-container:last-child, .is-ctl-accountorder .checkout .dvsn-return-shipment--dashboard .dvsn-return-shipment-table-container .content-container .return-shipment.checkout-container:last-child, .dvsn-return-shipment--dashboard .dvsn-return-shipment-table-container .content-container .is-act-finishpage .checkout .return-shipment.checkout-container:last-child, .is-act-finishpage .checkout .dvsn-return-shipment--dashboard .dvsn-return-shipment-table-container .content-container .return-shipment.checkout-container:last-child, .dvsn-return-shipment--dashboard .dvsn-return-shipment-table-container .content-container body.is-act-confirmpage .checkout .return-shipment.checkout-container:last-child, body.is-act-confirmpage .checkout .dvsn-return-shipment--dashboard .dvsn-return-shipment-table-container .content-container .return-shipment.checkout-container:last-child {
  border-bottom: none;
}
/**
 * digitvision
 *
 * @category  digitvision
 * @package   Shopware\Plugins\DvsnReturnShipment
 * @copyright (c) 2020 digitvision
 */
.dvsn-return-shipment--list .card-container {
  margin-bottom: 4rem;
}
.dvsn-return-shipment--list .card-container .card {
  margin-bottom: 1rem;
}
.dvsn-return-shipment-table-container {
  overflow-x: hidden;
}
.dvsn-return-shipment-table-container .card-title {
  font-size: inherit;
}
.dvsn-return-shipment-table-container .return-shipment {
  border-bottom: 1px solid #bcc1c7;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.dvsn-return-shipment-table-container .return-shipment .column-return-shipment .number {
  font-weight: bold;
  display: block;
}
.dvsn-return-shipment-table-container .return-shipment .column-order .number {
  font-weight: bold;
  display: block;
}
.dvsn-return-shipment-table-container .return-shipment .column-action .btn {
  width: 100%;
  max-width: 100%;
}
.zxing-dashboard {
  width: 100%;
  padding: 10px 0px;
  display: block;
  text-align: center;
}
.zxing-video-input {
  border: 1px solid gray;
  object-fit: cover;
}
.zxing-select-camera {
  margin-bottom: 10px;
}
.zxing-select-camera > select {
  max-width: 400px;
}
.zxing-video-container {
  width: 100%;
  min-height: 100px;
  text-align: center;
  position: relative;
}
body .header-main .container .header-search .header-search-btn.barcode-button, body .header-main .cms-section .boxed .header-search .header-search-btn.barcode-button, .cms-section body .header-main .boxed .header-search .header-search-btn.barcode-button {
  height: 100%;
}
.header-row .maxia-tax-switch-col {
  display: flex;
  align-items: center;
}
/* Dropdown */
.header-row .maxia-tax-switch-dropdown {
  margin-top: 2px;
  margin-right: 9px;
}
header .maxia-tax-switch-inactive-label {
  display: none;
}
/* Checkbox */
.top-bar-nav .maxia-tax-switch-checkbox {
  display: flex;
  align-items: center;
  height: 34px;
  padding: 0 16px;
}
.header-row .maxia-tax-switch-checkbox {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 12px;
}
/* Radio */
.top-bar-nav .maxia-tax-switch-radio {
  display: flex;
  align-items: center;
  padding: 0 16px;
}
@media screen and (max-width: 375px) {
  .top-bar-nav .maxia-tax-switch-radio {
    padding: 0 8px;
  }
}
header.header-main .header-row .header-actions-col .btn.maxia-tax-switch-radio-button {
  padding: 2px 10px;
}
@media screen and (max-width: 375px) {
  header.header-main .header-row .header-actions-col .btn.maxia-tax-switch-radio-button {
    padding: 2px 8px;
  }
}
.header-row .maxia-tax-switch-radio {
  padding: 0 10px;
}
.navigation-offcanvas .maxia-tax-switch-checkbox {
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 10px;
}
.navigation-offcanvas .maxia-tax-switch-radio {
  display: flex;
  align-items: center;
  height: 50px;
  padding-left: 15px;
  padding-right: 10px;
}
#maxiaTaxSwitchModal .maxia-tax-switch-link {
  text-align: center;
}
.maxia-tax-switch-modal-description {
  margin-bottom: 20px;
}
.maxia-tax-switch-modal-choose {
  font-weight: bold;
  margin-bottom: 20px;
}
.maxia-tax-switch-modal-options {
  display: flex;
  flex-direction: column;
}
.maxia-tax-switch-modal-options .maxia-tax-switch-form {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.maxia-tax-switch-modal-options .btn {
  vertical-align: middle;
  display: block;
  flex: 1;
  line-height: 45px;
}
.maxia-tax-switch-modal-options > div:first-child, .maxia-tax-switch-modal-options > form:first-child {
  margin-bottom: 5px;
}
.maxia-tax-switch-modal-options .prices-hint {
  font-size: 12px;
  font-weight: normal;
  vertical-align: top;
}
@media (min-width: 768px) {
  .maxia-tax-switch-modal-options {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .maxia-tax-switch-modal-options > div:first-child, .maxia-tax-switch-modal-options form:first-child {
    margin-right: 5px;
    margin-bottom: 0;
  }
  .maxia-tax-switch-modal-options > div:last-child, .maxia-tax-switch-modal-options form:last-child {
    margin-left: 5px;
  }
}
.maxia-tax-switch-checkbox {
  position: relative;
  user-select: none;
}
.maxia-tax-switch-checkbox .form-check {
  margin-bottom: 0;
}
.maxia-tax-switch-checkbox, .maxia-tax-switch-checkbox label {
  cursor: pointer;
}
.maxia-tax-switch-checkbox .form-check-label {
  vertical-align: middle;
  line-height: 22px;
}
.maxia-tax-switch-checkbox .maxia-tax-switch-inactive-label {
  font-size: 0.875rem;
}
.maxia-tax-switch-link.is-input-overlay {
  color: transparent;
  background-color: transparent;
  border: none;
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  outline: 0;
  width: 100%;
  height: 100%;
}
.maxia-tax-switch-link.is-input-overlay:focus-visible {
  box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
  z-index: 2;
}
.maxia-tax-switch-radio {
  position: relative;
  user-select: none;
}
.maxia-tax-switch-radio input {
  display: none;
}
.maxia-tax-switch-radio label {
  margin-bottom: 0;
}
.maxia-tax-switch-radio .btn {
  height: 28px;
  line-height: 22px;
  font-size: 0.875rem;
  border-radius: 0 15px 15px 0;
  cursor: pointer;
  overflow: visible;
}
.maxia-tax-switch-radio .btn:hover {
  background: inherit;
  color: inherit;
}
.maxia-tax-switch-radio input:first-child + .btn {
  border-radius: 15px 0 0 15px;
}
.maxia-tax-switch-radio .btn:active, .maxia-tax-switch-radio input:checked + .btn, .maxia-tax-switch-radio input:checked + .btn:hover {
  background: var(--bs-btn-active-bg);
  color: var(--bs-btn-active-color);
}
.maxia-tax-switch-radio.reverse .btn.gross-button, .maxia-tax-switch-radio.reverse input:first-child + .btn.gross-button {
  order: 2;
  border-radius: 0 15px 15px 0;
}
.maxia-tax-switch-radio.reverse .btn.net-button {
  order: 1;
  border-radius: 15px 0 0 15px;
}
.product-detail-buy .maxia-tax-switch {
  float: right;
  margin-top: -5px;
  margin-left: 18px;
}
.product-detail-delivery-information {
  clear: right;
}
@media only screen and (max-width: 400px) {
  .quickview-minimal-product .quickview-minimal-product-manufacturer-logo {
    width: auto;
    max-width: 12rem;
    max-height: 6rem;
  }
}
@media only screen and (max-width: 700px) {
  .huebert-accessory .product-configurator-variants .varinats-container .variant-price, .huebert-accessory-tags .product-configurator-variants .varinats-container .variant-price {
    position: absolute;
    top: 13px;
    right: 0;
    width: 140px;
  }
  .huebert-accessory .product-configurator-variants .varinats-container .without-image, .huebert-accessory-tags .product-configurator-variants .varinats-container .without-image {
    right: 0;
  }
  .huebert-accessory .huebert-unit-label, .huebert-accessory .product-detail-price-unit, .huebert-accessory-tags .huebert-unit-label, .huebert-accessory-tags .product-detail-price-unit {
    text-align: right;
    padding-right: 10px;
  }
}
.huebert-direct-accessories-block {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .huebert-direct-accessories-block .thumbnails-view {
    position: absolute;
    right: 0;
  }
}
.huebert-direct-accessories-block .accessoryBtn {
  float: left;
  padding: 0 10px;
  line-height: 33px;
}
.huebert-direct-accessories-block .icon:not(.icon-info) {
  margin-top: -8px;
}
.huebert-direct-accessories-block .input-group-text {
  border: none;
  background: transparent;
}
.huebert-direct-accessories-block .form-control {
  text-align: center;
}
.huebert-direct-accessories-block .huebert-accessory_input-wrapper {
  min-width: 9.5em;
  max-width: 11em;
  z-index: 10;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .huebert-direct-accessories-block .huebert-accessory_input-wrapper {
    min-width: unset;
    max-width: unset;
    width: 100%;
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 400px) {
  .huebert-direct-accessories-block .huebert-accessory_input-wrapper {
    margin-top: 0.75rem;
    margin-bottom: 1.25rem;
  }
  .huebert-direct-accessories-block .huebert-accessory_input-wrapper.huebert-checkbox {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .huebert-direct-accessories-block .checkbox-mobile-wrapper .huebert-accessory_input-wrapper.huebert-checkbox > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 35px;
    margin-top: 14px;
  }
}
.huebert-direct-accessories-block .themeware .huebert-accessory_input-wrapper.input-group {
  font-size: 0.875rem !important;
}
.huebert-direct-accessories-block .huebert-accessory, .huebert-direct-accessories-block .huebert-accessory-tags {
  position: relative;
}
.huebert-direct-accessories-block .huebert-accessory button > *, .huebert-direct-accessories-block .huebert-accessory-tags button > * {
  pointer-events: none;
}
.huebert-direct-accessories-block .huebert-accessory .hue-title-price, .huebert-direct-accessories-block .huebert-accessory-tags .hue-title-price {
  margin-top: 0.5rem;
  font-size: 1rem;
}
.huebert-direct-accessories-block .huebert-accessory .hue-title-price .product-price.huebert-accessory_pricing, .huebert-direct-accessories-block .huebert-accessory-tags .hue-title-price .product-price.huebert-accessory_pricing {
  margin-top: 1rem;
}
.huebert-direct-accessories-block .huebert-accessory .huebert-accessory-hover, .huebert-direct-accessories-block .huebert-accessory-tags .huebert-accessory-hover {
  display: none;
  position: absolute;
  z-index: 9999;
  padding: 5px;
  margin-top: -10%;
  left: -215px;
  width: 200px;
  text-align: center;
  background-color: #F5F5F5;
}
.huebert-direct-accessories-block .huebert-accessory .viewport-small .product-image, .huebert-direct-accessories-block .huebert-accessory-tags .viewport-small .product-image {
  padding-left: 20px;
  margin-bottom: 20px;
}
.huebert-direct-accessories-block .huebert-accessory .product-variant-characteristics .product-variant-characteristics-text, .huebert-direct-accessories-block .huebert-accessory-tags .product-variant-characteristics .product-variant-characteristics-text {
  height: auto;
}
.huebert-direct-accessories-block .huebert-accessory_pricing {
  font-size: inherit;
  margin-top: unset;
  font-size: 0.9rem;
}
@media only screen and (max-width: 500px) {
  .huebert-direct-accessories-block .huebert-accessory_pricing {
    text-align: right;
    margin-top: 0.2rem;
    padding-right: 10px;
  }
}
.huebert-direct-accessories-block .hueb-accessories_price {
  font-weight: bold;
  font-size: 1.5rem;
}
.huebert-direct-accessories-block .btn-accordion {
  font-weight: 700;
  color: #008555;
  text-decoration: none;
}
.huebert-direct-accessories-block .btn-accordion:focus, .huebert-direct-accessories-block .btn-accordion.focus {
  text-decoration: none;
  box-shadow: none;
}
.huebert-direct-accessories-block .btn-accordion:disabled, .huebert-direct-accessories-block .btn-accordion.disabled {
  color: #bcc1c7;
  pointer-events: none;
}
.huebert-direct-accessories-block .btn-accordion:disabled .icon-arrow-head-up, .huebert-direct-accessories-block .btn-accordion.disabled .icon-arrow-head-up {
  display: block;
}
.huebert-direct-accessories-block .collapsed .icon-arrow-head-up {
  display: none;
}
.huebert-direct-accessories-block .icon-arrow-head-up {
  display: inline-flex;
}
.huebert-direct-accessories-block .collapsed .icon-arrow-head-down {
  display: inline-flex;
}
.huebert-direct-accessories-block .icon-arrow-head-down {
  display: none;
}
.huebert-direct-accessories-block .card, .huebert-direct-accessories-block .accordion-item {
  overflow: inherit;
}
.huebert-direct-accessories-block .viewport-default {
  display: none;
}
.huebert-direct-accessories-block .no-pad {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .huebert-direct-accessories-block .viewport-default {
    display: block;
  }
  .huebert-direct-accessories-block .viewport-small {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .huebert-direct-accessories-block .viewport-default.hue-title-price {
    padding-left: 14%;
  }
}
.huebert-direct-accessories-block .accessory-checkbox, .huebert-direct-accessories-block .accessory-radio {
  margin: auto;
  transform: scale(1.5);
}
@media only screen and (min-width: 992px) {
  .huebert-direct-accessories-block .accessory-checkbox, .huebert-direct-accessories-block .accessory-radio {
    transform: scale(2);
    margin-top: 0.75em;
  }
}
.product-detail-price-container .hueb-accesories_price {
  font-weight: 700;
}
.product-detail-form-container .hueb-accesories_price {
  color: #566573;
  font-weight: 700;
  font-size: 28;
}
.product-detail-form-container .huebert-accessory_variants {
  min-height: inherit;
}
.product-detail-form-container .huebert-acessory_deliveryTime {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 0.8rem;
}
.product-detail-form-container .delivery-information {
  margin-bottom: inherit;
}
.hueb-accessories_total-wrapper {
  display: none;
}
hueb-accessories-bundle-quantity {
  min-width: 3em;
}
.huebert-accessory, .huebert-accessory-tags {
  padding: 0.5rem;
  margin: 0.2rem;
  border-bottom: 1px solid #f8f8f8;
}
.hue-checkbox .hue-price-wrapper {
  margin-left: 2.5rem;
  margin-top: 1rem;
}
.hue-checkbox .hue-price-wrapper .huebert-accessory_pricing, .hue-checkbox .hue-price-wrapper .product-detail-price-unit {
  text-align: left;
}
@media only screen and (max-width: 992px) {
  .huebert-accessory .product-configurator-variants, .huebert-accessory-tags .product-configurator-variants {
    padding: 5%;
  }
  .huebert-accessory .row.my-2, .huebert-accessory .is-act-cartpage .checkout .my-2.checkout-container, .is-act-cartpage .checkout .huebert-accessory .my-2.checkout-container, .huebert-accessory .is-act-checkoutregisterpage .checkout .my-2.checkout-container, .is-act-checkoutregisterpage .checkout .huebert-accessory .my-2.checkout-container, .huebert-accessory .is-act-confirmpage .checkout .my-2.checkout-container, .is-act-confirmpage .checkout .huebert-accessory .my-2.checkout-container, .huebert-accessory .is-ctl-accountorder .checkout .my-2.checkout-container, .is-ctl-accountorder .checkout .huebert-accessory .my-2.checkout-container, .huebert-accessory .is-act-finishpage .checkout .my-2.checkout-container, .is-act-finishpage .checkout .huebert-accessory .my-2.checkout-container, .huebert-accessory body.is-act-confirmpage .checkout .my-2.checkout-container, body.is-act-confirmpage .checkout .huebert-accessory .my-2.checkout-container, .huebert-accessory-tags .row.my-2, .huebert-accessory-tags .is-act-cartpage .checkout .my-2.checkout-container, .is-act-cartpage .checkout .huebert-accessory-tags .my-2.checkout-container, .huebert-accessory-tags .is-act-checkoutregisterpage .checkout .my-2.checkout-container, .is-act-checkoutregisterpage .checkout .huebert-accessory-tags .my-2.checkout-container, .huebert-accessory-tags .is-act-confirmpage .checkout .my-2.checkout-container, .is-act-confirmpage .checkout .huebert-accessory-tags .my-2.checkout-container, .huebert-accessory-tags .is-ctl-accountorder .checkout .my-2.checkout-container, .is-ctl-accountorder .checkout .huebert-accessory-tags .my-2.checkout-container, .huebert-accessory-tags .is-act-finishpage .checkout .my-2.checkout-container, .is-act-finishpage .checkout .huebert-accessory-tags .my-2.checkout-container, .huebert-accessory-tags body.is-act-confirmpage .checkout .my-2.checkout-container, body.is-act-confirmpage .checkout .huebert-accessory-tags .my-2.checkout-container {
    position: relative;
  }
}
@media only screen and (max-width: 700px) {
  .no-pad {
    padding: 0;
    /* align-items: center; */
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .hue-checkbox .checkbox-mobile-wrapper {
    padding: 0 0 0 20px;
    max-width: 92px;
    margin-top: -10px;
    margin-left: -40px;
  }
  .hue-checkbox .hue-product-title {
    padding: 0;
    width: calc(100% - 92px);
    margin-bottom: 20px;
  }
  .hue-checkbox .product-configurator-variants {
    margin-top: -2.25rem;
  }
  .hue-checkbox .product-configurator-variants .variant-price.without-image {
    margin-top: -1rem;
    width: 20%;
    position: unset;
    margin-bottom: 1rem;
  }
  .hue-checkbox .product-configurator-variants .variant-price.without-image .huebert-unit-label {
    text-align: left;
  }
  .hue-checkbox .huebert-direct-accessories-block .huebert-accessory_pricing {
    margin-top: 10px;
  }
  .hue-checkbox .input-group.huebert-accessory_input-wrapper .input-group {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .checkbox-mobile-wrapper .huebert-accessory_input-wrapper.huebert-checkbox > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-top: 14px;
    margin-left: 25px;
  }
  .input-group.huebert-accessory_input-wrapper .input-group {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .hue-checkbox .checkbox-mobile-wrapper {
    margin-top: -10px;
    margin-left: -13px;
    max-width: 63px;
  }
  .hue-checkbox .hue-product-title {
    margin-bottom: 30px;
  }
  .hue-checkbox .col-12, .hue-checkbox .b2b-shopping-list-table__header-name.js-multiple-selection {
    width: 83.33333333%;
  }
  .checkbox-mobile-wrapper .huebert-accessory_input-wrapper.huebert-checkbox > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-top: 14px;
    margin-left: 10px;
  }
  .huebert-direct-accessories-block .huebert-accessory_input-wrapper {
    margin-left: 2px;
  }
}
.hue-accordion-btn {
  text-indent: 30px;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.hue-accordion-btn::after {
  position: absolute;
  left: 20px;
}
@media (max-width: 767.98px) {
  .left-space {
    margin-left: 100px;
  }
  .img-100 {
    width: 100px;
    max-width: 100px;
    margin-bottom: -78px;
  }
  .p-abs {
    position: absolute;
    right: 20px;
  }
}
.accessory-quantity::-webkit-outer-spin-button, .accessory-quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.accessory-quantity[type=number] {
  -moz-appearance: textfield;
}
.huebert-accessory:hover .huebert-accessory-hover, .huebert-accessory-tags:hover .huebert-accessory-hover {
  display: block;
}
@media (min-width: 768px) {
  .input-group.hueb-accessories-bundle-quantity {
    margin-left: 30px;
  }
}
.hueb-price_by_accessories, .hueb-accessories_total, .hue-bundle-pricing, .hueb-total-with-bundle {
  width: 70%;
}
.hueb-price_by_accessories tr td:last-child, .hueb-accessories_total tr td:last-child, .hue-bundle-pricing tr td:last-child, .hueb-total-with-bundle tr td:last-child {
  text-align: right;
}
.hueb-accessories_total {
  margin-bottom: 15px;
  font-weight: bold;
}
.hueb-total-with-bundle {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
.hueb-total-with-bundle tr td:last-child {
  font-size: 16px;
}
.hue-bundle-pricing tr.bundle-total {
  display: none;
}
.hue-bundle-pricing tr.bundle-total:last-child {
  font-weight: bold;
  display: table-row;
}
.bundle-accordion-checkbox-wrap {
  padding-right: 0;
}
.bundle-accordion-checkbox-wrap .huebert-bundling {
  border-bottom: 0;
}
.bundle-accordion-button-wrap {
  padding-left: 0;
}
.bundle-accordion-button-wrap .bundle-accordion-button {
  padding-left: 5px;
}
.bundle-accordion-button-wrap .bundle-accordion-button::after {
  left: 3px;
}
.accordion-header {
  position: relative;
}
.accordion .croselling-additional-info {
  position: relative;
  right: -10px;
  top: -10px;
  margin-bottom: 0.5rem;
}
.croselling-additional-info {
  position: absolute;
  right: 10px;
  top: 10px;
}
.hue-accordion-btn.accordion-button:focus {
  border-color: unset;
  box-shadow: unset;
}
.hue-accordion-btn.accordion-button:not(.collapsed) {
  color: unset;
  background-color: unset;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tab--preview {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.tab--preview iframe, .tab--preview object, .tab--preview embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-tabs .nav-item {
  margin-right: 10px;
}
.additionalproductbasketfields-detail-box-form {
  margin-bottom: 15px;
}
.additionalproductbasketfields-detail-box-form.additionalproductbasketfields-form-input-is-empty .form-text.required-text {
  color: #c82f1e;
}
.additionalproductbasketfields-detail-box-form.was-validated .form-check-input:valid ~ .form-check-label, .additionalproductbasketfields-checkout-box-form.was-validated .form-check-input:valid ~ .form-check-label, .additionalproductbasketfields-offcanvas-box-form.was-validated .form-check-input:valid ~ .form-check-label {
  color: #333333;
}
.additionalproductbasketfields-detail-box-form.was-validated .form-check-input:valid:checked ~ .form-check-label::before, .additionalproductbasketfields-checkout-box-form.was-validated .form-check-input:valid:checked ~ .form-check-label::before, .additionalproductbasketfields-offcanvas-box-form.was-validated .form-check-input:valid:checked ~ .form-check-label::before {
  border-color: #008555;
  background-color: #008555;
}
.additionalproductbasketfields-checkout-box-form.additionalproductbasketfields-form-input-is-empty + small.form-text.required-text, .additionalproductbasketfields-checkout-box-form.additionalproductbasketfields-form-input-is-empty + .form-text.required-text.small, .additionalproductbasketfields-offcanvas-box-form.additionalproductbasketfields-form-input-is-empty + small.form-text.required-text, .additionalproductbasketfields-offcanvas-box-form.additionalproductbasketfields-form-input-is-empty + .form-text.required-text.small {
  color: #c82f1e;
}
.swag-cms-extensions-quickview-content .additionalproductbasketfields-detail-box-form.was-validated .additionalproductbasketfields-is-required.additionalproductbasketfields-is-empty.form-control, .swag-cms-extensions-quickview-content .additionalproductbasketfields-detail-box-form.was-validated .additionalproductbasketfields-is-required.additionalproductbasketfields-is-empty.form-select:valid, .swag-cms-extensions-quickview-content .additionalproductbasketfields-offcanvas-box-form.was-validated .additionalproductbasketfields-is-required.additionalproductbasketfields-is-empty.form-control, .swag-cms-extensions-quickview-content .additionalproductbasketfields-offcanvas-box-form.was-validated .additionalproductbasketfields-is-required.additionalproductbasketfields-is-empty.form-select:valid, .line-item-additionalproductbasketfields-offcanvas-container .additionalproductbasketfields-detail-box-form.was-validated .additionalproductbasketfields-is-required.additionalproductbasketfields-is-empty.form-control, .line-item-additionalproductbasketfields-offcanvas-container .additionalproductbasketfields-detail-box-form.was-validated .additionalproductbasketfields-is-required.additionalproductbasketfields-is-empty.form-select:valid, .line-item-additionalproductbasketfields-offcanvas-container .additionalproductbasketfields-offcanvas-box-form.was-validated .additionalproductbasketfields-is-required.additionalproductbasketfields-is-empty.form-control, .line-item-additionalproductbasketfields-offcanvas-container .additionalproductbasketfields-offcanvas-box-form.was-validated .additionalproductbasketfields-is-required.additionalproductbasketfields-is-empty.form-select:valid {
  border-color: #c82f1e;
  box-shadow: none;
}
.swag-cms-extensions-quickview-content .additionalproductbasketfields-detail-box-form.was-validated .additionalproductbasketfields-is-required.additionalproductbasketfields-is-empty.form-check-input:valid ~ .form-check-label, .swag-cms-extensions-quickview-content .additionalproductbasketfields-offcanvas-box-form.was-validated .additionalproductbasketfields-is-required.additionalproductbasketfields-is-empty.form-check-input:valid ~ .form-check-label, .line-item-additionalproductbasketfields-offcanvas-container .additionalproductbasketfields-detail-box-form.was-validated .additionalproductbasketfields-is-required.additionalproductbasketfields-is-empty.form-check-input:valid ~ .form-check-label, .line-item-additionalproductbasketfields-offcanvas-container .additionalproductbasketfields-offcanvas-box-form.was-validated .additionalproductbasketfields-is-required.additionalproductbasketfields-is-empty.form-check-input:valid ~ .form-check-label {
  color: #c82f1e;
}
.swag-cms-extensions-quickview-content .additionalproductbasketfields-detail-box-form.was-validated .additionalproductbasketfields-is-required.additionalproductbasketfields-is-empty.form-check-input:valid ~ .form-check-label::before, .swag-cms-extensions-quickview-content .additionalproductbasketfields-offcanvas-box-form.was-validated .additionalproductbasketfields-is-required.additionalproductbasketfields-is-empty.form-check-input:valid ~ .form-check-label::before, .line-item-additionalproductbasketfields-offcanvas-container .additionalproductbasketfields-detail-box-form.was-validated .additionalproductbasketfields-is-required.additionalproductbasketfields-is-empty.form-check-input:valid ~ .form-check-label::before, .line-item-additionalproductbasketfields-offcanvas-container .additionalproductbasketfields-offcanvas-box-form.was-validated .additionalproductbasketfields-is-required.additionalproductbasketfields-is-empty.form-check-input:valid ~ .form-check-label::before {
  border-color: #c82f1e;
  box-shadow: none;
}
.swag-cms-extensions-quickview-content .scha1-alert-info, .line-item-additionalproductbasketfields-offcanvas-container .scha1-alert-info {
  margin-bottom: 0;
}
.line-item-additionalproductbasketfields-offcanvas-container, .line-item-additionalproductbasketfields-checkout-container {
  padding: 0 0 8px 0;
  order: 2;
  width: 100%;
}
.line-item-additionalproductbasketfields-offcanvas-container .card, .line-item-additionalproductbasketfields-checkout-container .card {
  border: 1px solid #eaeaf0;
  margin-left: 4px;
  margin-right: 4px;
}
.line-item-additionalproductbasketfields-offcanvas-container .card .card-header, .line-item-additionalproductbasketfields-checkout-container .card .card-header {
  padding: 2px;
}
.line-item-additionalproductbasketfields-offcanvas-container .card .card-header .btn, .line-item-additionalproductbasketfields-checkout-container .card .card-header .btn {
  display: block;
  text-align: left;
}
.line-item-additionalproductbasketfields-offcanvas-container .card .card-header .btn .icon, .line-item-additionalproductbasketfields-checkout-container .card .card-header .btn .icon {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  float: right;
}
.line-item-additionalproductbasketfields-offcanvas-container .card .card-header .btn .icon > svg, .line-item-additionalproductbasketfields-checkout-container .card .card-header .btn .icon > svg {
  top: 0;
}
.line-item-additionalproductbasketfields-offcanvas-container .card .card-header .btn .icon-arrow-medium-down, .line-item-additionalproductbasketfields-checkout-container .card .card-header .btn .icon-arrow-medium-down {
  display: none;
}
.line-item-additionalproductbasketfields-offcanvas-container .card .card-header .btn.collapsed .icon-arrow-medium-down, .line-item-additionalproductbasketfields-checkout-container .card .card-header .btn.collapsed .icon-arrow-medium-down {
  display: block;
}
.line-item-additionalproductbasketfields-offcanvas-container .card .card-header .btn.collapsed .icon-arrow-medium-up, .line-item-additionalproductbasketfields-checkout-container .card .card-header .btn.collapsed .icon-arrow-medium-up {
  display: none;
}
.line-item-additionalproductbasketfields-offcanvas-container .card .card-body, .line-item-additionalproductbasketfields-checkout-container .card .card-body {
  padding: 8px 16px 6px 16px;
}
.line-item-additionalproductbasketfields-offcanvas-container .card .card-body .line-item.line-item-additionalproductbasketfields-offcanvas, .line-item-additionalproductbasketfields-offcanvas-container .card .card-body .booking-item-detail .line-item-additionalproductbasketfields-offcanvas.booking-line-item, .booking-item-detail .line-item-additionalproductbasketfields-offcanvas-container .card .card-body .line-item-additionalproductbasketfields-offcanvas.booking-line-item, .line-item-additionalproductbasketfields-checkout-container .card .card-body .line-item.line-item-additionalproductbasketfields-offcanvas, .line-item-additionalproductbasketfields-checkout-container .card .card-body .booking-item-detail .line-item-additionalproductbasketfields-offcanvas.booking-line-item, .booking-item-detail .line-item-additionalproductbasketfields-checkout-container .card .card-body .line-item-additionalproductbasketfields-offcanvas.booking-line-item {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 15px;
}
.line-item-additionalproductbasketfields-offcanvas-container .card .card-body .line-item.line-item-additionalproductbasketfields-offcanvas .line-item-row, .line-item-additionalproductbasketfields-offcanvas-container .card .card-body .booking-item-detail .line-item-additionalproductbasketfields-offcanvas.booking-line-item .line-item-row, .booking-item-detail .line-item-additionalproductbasketfields-offcanvas-container .card .card-body .line-item-additionalproductbasketfields-offcanvas.booking-line-item .line-item-row, .line-item-additionalproductbasketfields-checkout-container .card .card-body .line-item.line-item-additionalproductbasketfields-offcanvas .line-item-row, .line-item-additionalproductbasketfields-checkout-container .card .card-body .booking-item-detail .line-item-additionalproductbasketfields-offcanvas.booking-line-item .line-item-row, .booking-item-detail .line-item-additionalproductbasketfields-checkout-container .card .card-body .line-item-additionalproductbasketfields-offcanvas.booking-line-item .line-item-row {
  margin-left: 0;
  margin-right: 0;
}
.line-item-additionalproductbasketfields-checkout-container {
  background: #FFFFFF;
  border-bottom: 1px solid #eaeaf0;
  margin-top: -1px;
  padding-bottom: 10px;
}
.line-item-additionalproductbasketfields-checkout-container .card {
  margin: 0;
}
.line-item-additionalproductbasketfields-checkout-container .card .line-item.line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-1.last-element, .line-item-additionalproductbasketfields-checkout-container .card .booking-item-detail .line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-1.last-element.booking-line-item, .booking-item-detail .line-item-additionalproductbasketfields-checkout-container .card .line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-1.last-element.booking-line-item, .line-item-additionalproductbasketfields-checkout-container .card .line-item.line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-2.last-element, .line-item-additionalproductbasketfields-checkout-container .card .booking-item-detail .line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-2.last-element.booking-line-item, .booking-item-detail .line-item-additionalproductbasketfields-checkout-container .card .line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-2.last-element.booking-line-item, .line-item-additionalproductbasketfields-checkout-container .card .line-item.line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-3.last-element, .line-item-additionalproductbasketfields-checkout-container .card .booking-item-detail .line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-3.last-element.booking-line-item, .booking-item-detail .line-item-additionalproductbasketfields-checkout-container .card .line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-3.last-element.booking-line-item, .line-item-additionalproductbasketfields-checkout-container .card .line-item.line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-4.last-element, .line-item-additionalproductbasketfields-checkout-container .card .booking-item-detail .line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-4.last-element.booking-line-item, .booking-item-detail .line-item-additionalproductbasketfields-checkout-container .card .line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-4.last-element.booking-line-item, .line-item-additionalproductbasketfields-checkout-container .card .line-item.line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-5.last-element, .line-item-additionalproductbasketfields-checkout-container .card .booking-item-detail .line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-5.last-element.booking-line-item, .booking-item-detail .line-item-additionalproductbasketfields-checkout-container .card .line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-5.last-element.booking-line-item {
  border-bottom: 0;
}
.line-item.line-item-additionalproductbasketfields-checkout.first-element.hide-dividing-line, .booking-item-detail .line-item-additionalproductbasketfields-checkout.first-element.hide-dividing-line.booking-line-item {
  background: #FFFFFF;
  margin-top: -11px;
}
.line-item.line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-2, .booking-item-detail .line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-2.booking-line-item, .line-item.line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-3, .booking-item-detail .line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-3.booking-line-item, .line-item.line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-4, .booking-item-detail .line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-4.booking-line-item, .line-item.line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-5, .booking-item-detail .line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-5.booking-line-item {
  border-bottom: 0;
  padding-bottom: 0;
}
.line-item.line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-2.last-element, .booking-item-detail .line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-2.last-element.booking-line-item, .line-item.line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-3.last-element, .booking-item-detail .line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-3.last-element.booking-line-item, .line-item.line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-4.last-element, .booking-item-detail .line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-4.last-element.booking-line-item, .line-item.line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-5.last-element, .booking-item-detail .line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-5.last-element.booking-line-item {
  border-bottom: 1px solid #eaeaf0;
  padding-bottom: 20px;
}
.additionalproductbasketfields-checkout-box .additionalproductbasketfields-checkout-box-title-container {
  display: flex;
  align-items: center;
}
.additionalproductbasketfields-checkout-box .additionalproductbasketfields-checkout-box-form {
  width: 100%;
}
.additionalproductbasketfields-checkout-box .custom-checkbox.has-input-field {
  padding-left: 28px;
}
.additionalproductbasketfields-checkout-box .required-text.is-checkbox {
  margin-left: -24px;
}
.line-item-additionalproductbasketfields-finish, .line-item-additionalproductbasketfields-account-order-item {
  font-size: 12px;
}
@media (min-width: 768px) {
  .line-item.line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-2.last-element, .booking-item-detail .line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-2.last-element.booking-line-item, .line-item.line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-3.last-element, .booking-item-detail .line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-3.last-element.booking-line-item, .line-item.line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-4.last-element, .booking-item-detail .line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-4.last-element.booking-line-item, .line-item.line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-5.last-element, .booking-item-detail .line-item-additionalproductbasketfields-checkout.line-item-additionalproductbasketfields-checkout-count-5.last-element.booking-line-item {
    padding-bottom: 10px;
  }
}
.additionalproductbasketfields-value.is-number-field:invalid {
  border-color: #c82f1e;
}
.additionalproductbasketfields-value.is-number-field:invalid + small.validity, .additionalproductbasketfields-value.is-number-field:invalid + .validity.small {
  display: block;
  margin-top: 4px;
}
.additionalproductbasketfields-value.is-number-field:valid + small.validity, .additionalproductbasketfields-value.is-number-field:valid + .validity.small {
  display: none;
}
.eightworks-accordion .category-navigation {
  padding-left: 0;
}
.eightworks-accordion .category-navigation.level-0 > .category-navigation-entry {
  border: 0;
  border-radius: 0;
}
.eightworks-accordion .category-navigation.level-0 > .category-navigation-entry > .card-header > .category-navigation-link, .eightworks-accordion .category-navigation.level-0 > .category-navigation-entry > .card-header .category-navigation-direct-link {
  font-weight: bold;
}
.eightworks-accordion .category-navigation.level-1 > .category-navigation-entry > .card-header .category-navigation-link, .eightworks-accordion .category-navigation.level-1 > .category-navigation-entry > .card-header .category-navigation-direct-link {
  border-left-width: 3px;
  border-left-style: solid;
}
.eightworks-accordion .category-navigation.level-2 .category-navigation-link, .eightworks-accordion .category-navigation.level-2 .category-navigation-direct-link {
  padding-left: 15px;
}
.eightworks-accordion .category-navigation-entry {
  border: 0;
}
.eightworks-accordion .category-navigation-entry .card-header {
  border-radius: 0;
  background-color: transparent;
}
.eightworks-accordion .category-navigation-entry .card-header.parent {
  font-size: 0.7rem;
}
.eightworks-accordion .category-navigation-entry .card-header.parent .icon-parent-button {
  width: 15px;
  height: 15px;
}
.eightworks-accordion .category-navigation-entry .card-header.header-direct-link {
  display: flex;
}
.eightworks-accordion .category-navigation-entry .card-header.header-direct-link .direct-link-arrow {
  border-left: 0 !important;
}
.eightworks-accordion .category-navigation-entry .category-navigation-link {
  position: relative;
  padding-left: 9px;
  transition: color ease 0.1s;
}
.eightworks-accordion .category-navigation-entry .category-navigation-link .eightworks-text {
  transition: padding ease 0.1s;
}
.eightworks-accordion .category-navigation-entry .category-navigation-link .eightworks-arrow {
  line-height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.eightworks-accordion .category-navigation-entry .category-navigation-link .eightworks-arrow .icon {
  width: 10px;
  height: 10px;
}
.eightworks-accordion .category-navigation-entry .category-navigation-link .eightworks-arrow .icon > svg {
  top: 0;
}
.eightworks-accordion .category-navigation-entry .category-navigation-link:not(.collapsed) .eightworks-arrow .icon {
  transform: rotate(180deg);
}
.eightworks-accordion .category-navigation-entry .category-navigation-link:hover > .eightworks-text {
  padding-left: 2px;
}
.eightworks-accordion .category-navigation-entry .category-navigation-link.is-active {
  border-left-width: 3px;
  border-left-style: solid;
}
.eightworks-accordion .category-navigation-entry .category-navigation-link.is-active > .eightworks-text {
  margin-left: -3px;
}
.eightworks-accordion .category-navigation-entry .category-navigation-direct-link {
  display: flex;
  flex: 1 auto;
  padding: 8px 20px;
  padding-left: 9px;
  transition: color ease 0.1s;
}
.eightworks-accordion .category-navigation-entry .category-navigation-direct-link .eightworks-text {
  transition: padding ease 0.1s;
}
.eightworks-accordion .category-navigation-entry .category-navigation-direct-link:hover > .eightworks-text {
  padding-left: 2px;
}
.eightworks-accordion .category-navigation-entry .category-navigation-direct-link.is-active {
  border-left-width: 3px;
  border-left-style: solid;
}
.eightworks-accordion .category-navigation-entry .category-navigation-direct-link.is-active > .eightworks-text {
  margin-left: -3px;
}
.eightworks-accordion.eightworks-own-accordion {
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.eightworks-accordion.eightworks-own-accordion .icon-parent-button {
  color: #333333;
}
.eightworks-accordion.eightworks-own-accordion .category-navigation-entry .card-header {
  border-bottom: 1px solid #ebebeb;
}
.eightworks-accordion.eightworks-own-accordion .category-navigation-entry .card-header.parent a {
  color: #333333;
  background-color: #ffffff;
}
.eightworks-accordion.eightworks-own-accordion .category-navigation-entry .card-header.parent a:hover {
  color: #333333;
}
.eightworks-accordion.eightworks-own-accordion .category-navigation-entry .category-navigation-link, .eightworks-accordion.eightworks-own-accordion .category-navigation-entry .category-navigation-direct-link {
  color: #333333;
  background-color: #ffffff;
}
.eightworks-accordion.eightworks-own-accordion .category-navigation-entry .category-navigation-link.in-path, .eightworks-accordion.eightworks-own-accordion .category-navigation-entry .category-navigation-direct-link.in-path {
  color: #333333;
}
.eightworks-accordion.eightworks-own-accordion .category-navigation-entry .category-navigation-link:hover, .eightworks-accordion.eightworks-own-accordion .category-navigation-entry .category-navigation-direct-link:hover {
  color: #333333;
  background-color: #ebebeb;
}
.eightworks-accordion.eightworks-own-accordion .category-navigation-entry .category-navigation-link .eightworks-arrow .icon, .eightworks-accordion.eightworks-own-accordion .category-navigation-entry .category-navigation-direct-link .eightworks-arrow .icon {
  color: #dedede;
}
.eightworks-accordion.eightworks-own-accordion .category-navigation-entry .category-navigation-link.is-active, .eightworks-accordion.eightworks-own-accordion .category-navigation-entry .category-navigation-direct-link.is-active {
  border-left-color: #40bf82 !important;
  color: #333333;
  background-color: #ebebeb !important;
}
.eightworks-accordion.eightworks-own-accordion .category-navigation-entry .category-navigation-link.is-active .eightworks-arrow .icon, .eightworks-accordion.eightworks-own-accordion .category-navigation-entry .category-navigation-direct-link.is-active .eightworks-arrow .icon {
  color: #333333;
}
.eightworks-accordion.eightworks-own-accordion .category-navigation-entry .category-navigation.level-1 > .category-navigation-entry > .card-header > .category-navigation-link, .eightworks-accordion.eightworks-own-accordion .category-navigation-entry .category-navigation.level-1 > .category-navigation-entry > .card-header .category-navigation-direct-link {
  border-left-color: #dbdbdb;
  background-color: #f7f7f7;
}
.eightworks-accordion.eightworks-own-accordion .category-navigation-entry .category-navigation.level-1 > .category-navigation-entry > .card-header > .category-navigation-link:hover, .eightworks-accordion.eightworks-own-accordion .category-navigation-entry .category-navigation.level-1 > .category-navigation-entry > .card-header .category-navigation-direct-link:hover {
  border-left-color: #40bf82;
  background-color: #ebebeb;
}
.eightworks-accordion.eightworks-own-accordion .category-navigation-entry .category-navigation.level-2 .category-navigation-link, .eightworks-accordion.eightworks-own-accordion .category-navigation-entry .category-navigation.level-2 .category-navigation-direct-link {
  background-color: whitesmoke;
}
.eightworks-accordion.eightworks-own-accordion .category-navigation-entry .category-navigation.level-2 .category-navigation-link:hover, .eightworks-accordion.eightworks-own-accordion .category-navigation-entry .category-navigation.level-2 .category-navigation-direct-link:hover {
  background-color: #ebebeb;
}
.eightworks-accordion.eightworks-light-accordion {
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
.eightworks-accordion.eightworks-light-accordion .icon-parent-button {
  color: #008555;
}
.eightworks-accordion.eightworks-light-accordion .category-navigation-entry .card-header {
  border-bottom: 1px solid #e3e3e3;
}
.eightworks-accordion.eightworks-light-accordion .category-navigation-entry .card-header.parent a {
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
}
.eightworks-accordion.eightworks-light-accordion .category-navigation-entry .category-navigation-link, .eightworks-accordion.eightworks-light-accordion .category-navigation-entry .category-navigation-direct-link {
  color: #5e5e5e;
  background-color: #ffffff;
}
.eightworks-accordion.eightworks-light-accordion .category-navigation-entry .category-navigation-link.in-path, .eightworks-accordion.eightworks-light-accordion .category-navigation-entry .category-navigation-direct-link.in-path {
  color: #575757;
}
.eightworks-accordion.eightworks-light-accordion .category-navigation-entry .category-navigation-link:hover, .eightworks-accordion.eightworks-light-accordion .category-navigation-entry .category-navigation-direct-link:hover {
  color: #000000;
}
.eightworks-accordion.eightworks-light-accordion .category-navigation-entry .category-navigation-link .eightworks-arrow .icon, .eightworks-accordion.eightworks-light-accordion .category-navigation-entry .category-navigation-direct-link .eightworks-arrow .icon {
  color: #cecece;
}
.eightworks-accordion.eightworks-light-accordion .category-navigation-entry .category-navigation-link.is-active, .eightworks-accordion.eightworks-light-accordion .category-navigation-entry .category-navigation-direct-link.is-active {
  border-left-color: #008555 !important;
  color: #008555;
}
.eightworks-accordion.eightworks-light-accordion .category-navigation-entry .category-navigation-link.is-active .eightworks-arrow .icon, .eightworks-accordion.eightworks-light-accordion .category-navigation-entry .category-navigation-direct-link.is-active .eightworks-arrow .icon {
  color: #008555;
}
.eightworks-accordion.eightworks-light-accordion .category-navigation-entry .category-navigation.level-1 > .category-navigation-entry > .card-header > .category-navigation-link, .eightworks-accordion.eightworks-light-accordion .category-navigation-entry .category-navigation.level-1 > .category-navigation-entry > .card-header .category-navigation-direct-link {
  border-left-color: #e2e2e2;
  background-color: #f4f4f4;
}
.eightworks-accordion.eightworks-light-accordion .category-navigation-entry .category-navigation.level-1 > .category-navigation-entry > .card-header.parent a {
  background-color: #f4f4f4;
}
.eightworks-accordion.eightworks-light-accordion .category-navigation-entry .category-navigation.level-1 > .category-navigation-entry:hover > .card-header > .category-navigation-link, .eightworks-accordion.eightworks-light-accordion .category-navigation-entry .category-navigation.level-1 > .category-navigation-entry:hover > .card-header .category-navigation-direct-link {
  border-left-color: rgba(0, 0, 0, 0.16);
}
.eightworks-accordion.eightworks-light-accordion .category-navigation-entry .category-navigation.level-2 .category-navigation-link, .eightworks-accordion.eightworks-light-accordion .category-navigation-entry .category-navigation.level-2 .category-navigation-direct-link {
  background-color: rgba(0, 0, 0, 0);
}
.eightworks-accordion.eightworks-light-accordion .category-navigation-entry .category-navigation.level-2 .category-navigation-link.parent a, .eightworks-accordion.eightworks-light-accordion .category-navigation-entry .category-navigation.level-2 .category-navigation-direct-link.parent a {
  background-color: rgba(0, 0, 0, 0);
}
.eightworks-accordion.eightworks-dark-accordion {
  border: 0;
}
.eightworks-accordion.eightworks-dark-accordion .icon-parent-button {
  color: #008555;
}
.eightworks-accordion.eightworks-dark-accordion .category-navigation-entry .card-header {
  border-bottom: 1px solid #3a3a3a;
}
.eightworks-accordion.eightworks-dark-accordion .category-navigation-entry .card-header.parent a {
  background-color: #2b2b2b;
  border-bottom: 1px solid #383838;
}
.eightworks-accordion.eightworks-dark-accordion .category-navigation-entry .card-header.parent a:hover {
  color: #00764b;
}
.eightworks-accordion.eightworks-dark-accordion .category-navigation-entry .category-navigation-link, .eightworks-accordion.eightworks-dark-accordion .category-navigation-entry .category-navigation-direct-link {
  background-color: #000000;
  color: #cacaca;
}
.eightworks-accordion.eightworks-dark-accordion .category-navigation-entry .category-navigation-link.in-path, .eightworks-accordion.eightworks-dark-accordion .category-navigation-entry .category-navigation-direct-link.in-path {
  color: #ffffff;
}
.eightworks-accordion.eightworks-dark-accordion .category-navigation-entry .category-navigation-link:hover, .eightworks-accordion.eightworks-dark-accordion .category-navigation-entry .category-navigation-direct-link:hover {
  color: #ffffff;
}
.eightworks-accordion.eightworks-dark-accordion .category-navigation-entry .category-navigation-link .eightworks-arrow .icon, .eightworks-accordion.eightworks-dark-accordion .category-navigation-entry .category-navigation-direct-link .eightworks-arrow .icon {
  color: #ffffff;
}
.eightworks-accordion.eightworks-dark-accordion .category-navigation-entry .category-navigation-link.is-active, .eightworks-accordion.eightworks-dark-accordion .category-navigation-entry .category-navigation-direct-link.is-active {
  border-left-color: #008555 !important;
  background-color: #008555 !important;
  color: #ffffff;
}
.eightworks-accordion.eightworks-dark-accordion .category-navigation-entry .category-navigation.level-1 > .category-navigation-entry > .card-header > .category-navigation-link, .eightworks-accordion.eightworks-dark-accordion .category-navigation-entry .category-navigation.level-1 > .category-navigation-entry > .card-header .category-navigation-direct-link {
  border-left-color: #666666;
  background-color: #2b2b2b;
}
.eightworks-accordion.eightworks-dark-accordion .category-navigation-entry .category-navigation.level-1 > .category-navigation-entry > .card-header.parent {
  background-color: #2b2b2b;
}
.eightworks-accordion.eightworks-dark-accordion .category-navigation-entry .category-navigation.level-1 > .category-navigation-entry:hover > .card-header > .category-navigation-link, .eightworks-accordion.eightworks-dark-accordion .category-navigation-entry .category-navigation.level-1 > .category-navigation-entry:hover > .card-header .category-navigation-direct-link {
  border-left-color: #818181;
}
.eightworks-accordion.eightworks-dark-accordion .category-navigation-entry .category-navigation.level-2 .card-header {
  border-bottom: 1px solid #464646;
}
.eightworks-accordion.eightworks-dark-accordion .category-navigation-entry .category-navigation.level-2 .category-navigation-link, .eightworks-accordion.eightworks-dark-accordion .category-navigation-entry .category-navigation.level-2 .category-navigation-direct-link {
  background-color: #393939;
}
.eightworks-accordion.eightworks-quick-preview {
  border: 0;
}
.eightworks-accordion.eightworks-quick-preview.eightworks-own-accordion .category-navigation-entry .category-navigation.quick-selected > .collapse {
  border: 1px solid #ebebeb;
}
.eightworks-accordion.eightworks-quick-preview.eightworks-own-accordion .category-navigation-entry .category-navigation.level-0 > .quick-selected-child {
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}
.eightworks-accordion.eightworks-quick-preview.eightworks-light-accordion .category-navigation-entry .category-navigation.level-1 > .category-navigation-entry > .card-header > .category-navigation-link, .eightworks-accordion.eightworks-quick-preview.eightworks-light-accordion .category-navigation-entry .category-navigation.level-1 > .category-navigation-entry > .card-header .category-navigation-direct-link {
  background-color: inherit;
}
.eightworks-accordion.eightworks-quick-preview .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0s;
}
.eightworks-accordion.eightworks-quick-preview .eightworks-text {
  pointer-events: none;
}
.eightworks-accordion.eightworks-quick-preview .category-overview {
  margin-bottom: 12px;
  position: relative;
}
.eightworks-accordion.eightworks-quick-preview .category-overview .category-navigation-link-parent:after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #008555;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.eightworks-accordion.eightworks-quick-preview .category-overview .category-navigation-link-parent .eightworks-text {
  transition: padding ease 0.1s;
}
.eightworks-accordion.eightworks-quick-preview .category-overview .category-navigation-link-parent:hover {
  background-color: #008555;
}
.eightworks-accordion.eightworks-quick-preview .category-overview .category-navigation-link-parent:hover > .eightworks-text {
  padding-left: 2px;
}
.eightworks-accordion.eightworks-quick-preview .category-navigation .category-navigation-entry.in-path:not(.quick-selected-child) > .card-header {
  margin-bottom: 12px;
  position: relative;
}
.eightworks-accordion.eightworks-quick-preview .category-navigation .category-navigation-entry.in-path:not(.quick-selected-child) > .card-header > .category-navigation-link {
  background-color: #008555 !important;
  color: white;
  font-weight: normal;
}
.eightworks-accordion.eightworks-quick-preview .category-navigation .category-navigation-entry.in-path:not(.quick-selected-child) > .card-header:after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #008555;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.eightworks-accordion.eightworks-quick-preview .category-navigation .category-navigation-entry.quick-selected > .card-header > .category-navigation-link {
  background-color: #008555 !important;
  color: white;
}
.eightworks-accordion.eightworks-quick-preview .category-navigation .category-navigation-entry.quick-selected > .card-header > .category-navigation-link > .eightworks-text {
  margin-left: 0;
}
.eightworks-accordion.eightworks-quick-preview .category-navigation.level-0 {
  font-size: inherit;
}
.eightworks-accordion.eightworks-quick-preview .category-navigation.level-0.quick-hide-level-0 > .category-navigation-entry:not(.in-path):not(.is-active):not(.quick-selected):not(.quick-selected-child):not(.show-sibling) {
  display: none;
}
.eightworks-accordion.eightworks-quick-preview .category-navigation.level-1 > .category-navigation-entry > .card-header .category-navigation-link, .eightworks-accordion.eightworks-quick-preview .category-navigation.level-1 > .category-navigation-entry > .card-header .category-navigation-direct-link {
  border-left-width: 0;
}
.eightworks-accordion.eightworks-quick-preview .category-navigation.level-2 .category-navigation-link, .eightworks-accordion.eightworks-quick-preview .category-navigation.level-2 .category-navigation-direct-link {
  padding-left: 9px;
  border-left: 0;
}
.eightworks-accordion.eightworks-quick-preview .category-navigation:not(.level-0) {
  font-size: inherit;
}
.eightworks-accordion.eightworks-quick-preview .category-navigation:not(.level-0) > .category-navigation-entry:not(.in-path):not(.is-active):not(.quick-selected):not(.quick-selected-child):not(.show-sibling) {
  display: none;
}
.compare-product-container {
  min-height: 300px;
}
.comparison-table {
  width: 100%;
  font-size: 0.875rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.comparison-table table {
  width: 100% !important;
  min-width: 41rem;
  table-layout: fixed;
}
.comparison-table table thead {
  background-color: #f7f7f7;
}
.comparison-table table tbody tr:first-child, .comparison-table table tbody th {
  background-color: #f7f7f7;
}
.comparison-table table tbody .accordion-button {
  box-shadow: none !important;
}
.comparison-table table tbody .accordion-button:focus {
  box-shadow: none !important;
}
.comparison-table table tbody + tbody {
  border-top-width: 1px;
}
.comparison-table table .is-feature-item .comparison-item-title {
  color: #2ecc71;
}
.comparison-table .table-bordered {
  border-collapse: separate;
  border-spacing: 0;
}
.comparison-table .table-bordered thead td {
  border-bottom-width: 1px;
  background-color: #fff;
}
.comparison-table .table-bordered th, .comparison-table .table-bordered td {
  padding: 0.75rem;
  border-top: var(--bs-border-width) solid var(--bs-border-color);
}
.comparison-table .table-bordered th:first-child, .comparison-table .table-bordered td:first-child {
  position: sticky;
  left: 0;
  z-index: 100;
  width: 150px;
}
.comparison-table .table-bordered th:first-child:before, .comparison-table .table-bordered td:first-child:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 4px;
  top: 0;
  left: -3px;
  background: white;
}
.comparison-table .comparison-item {
  position: relative;
  background-color: transparent;
  text-align: center;
}
.comparison-table .comparison-item .comparison-item-thumb {
  display: block;
  width: 5rem;
  margin-right: auto;
  margin-bottom: 0.75rem;
  margin-left: auto;
}
.comparison-table .comparison-item .comparison-item-thumb > img {
  display: block;
  width: 100%;
}
.comparison-table .comparison-item .product-image-link {
  align-items: flex-start;
}
.comparison-table .comparison-item .comparison-item-title {
  display: block;
  width: 100%;
  margin-bottom: 14px;
  color: #222;
  font-weight: 600;
  text-decoration: none;
}
.comparison-table .comparison-item .compare-item-remove-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
.comparison-table .comparison-item .compare-item-remove-button .icon {
  color: #fff;
}
.comparison-table .product-price-info {
  margin: 0;
}
.comparison-table .product-price-info p {
  margin: 0;
}
.comparison-table .product-price-info .product-price-unit {
  height: auto;
}
.comparison-table .filter-property-select-preview.color-on-printer {
  margin-right: 3px;
}
.show-on-print-only {
  display: none;
}
@media print {
  .compare-float-button {
    display: none;
  }
  .container, .cms-section .boxed {
    padding: 0px !important;
  }
  .cookie-permission-container {
    display: none !important;
  }
  #footerColumns {
    display: none;
  }
  .footer-bottom .container, .footer-bottom .cms-section .boxed, .cms-section .footer-bottom .boxed {
    display: none;
  }
  .show-on-print-only {
    display: inline-block;
  }
  .show-on-print {
    visibility: visible;
  }
  .hide-on-print {
    visibility: hidden;
  }
  header {
    visibility: hidden;
  }
  footer {
    visibility: visible;
  }
  .header-logo-col {
    visibility: visible;
  }
  .color-on-printer {
    display: none;
  }
  .scroll-up-container {
    display: none;
  }
  .comparison-table > table {
    width: 100%;
    min-width: 0;
  }
  .comparison-table > table thead {
    display: table-row-group;
  }
  .comparison-table > table td {
    background-clip: padding-box;
  }
  .comparison-table .compare-product-container a {
    text-decoration: none;
  }
  .comparison-table .compare-product-container .action-row {
    display: none;
  }
  .comparison-table .compare-product-container .btn-buy {
    display: none;
  }
  .accordion-button::after {
    visibility: hidden;
  }
  @-moz-document url-prefix() {
    .comparison-table > table {
      border: 2px solid #eaeaf0 !important;
    }
    .comparison-table > table td, .comparison-table > table th {
      border: 2px solid #eaeaf0 !important;
    }
  }
}
.compare-button {
  margin-top: 10px;
}
.compare-button .btn-compare {
  --bs-btn-color: #fff;
  --bs-btn-bg: #008555;
  --bs-btn-border-color: #008555;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #007148;
  --bs-btn-hover-border-color: #006a44;
  --bs-btn-focus-shadow-rgb: 38, 151, 111;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #006a44;
  --bs-btn-active-border-color: #006440;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #008555;
  --bs-btn-disabled-border-color: #008555;
}
.compare-button .btn-compare.is-added-to-compare {
  --bs-btn-color: #000;
  --bs-btn-bg: #eee;
  --bs-btn-border-color: #eee;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f1f1f1;
  --bs-btn-hover-border-color: #f0f0f0;
  --bs-btn-focus-shadow-rgb: 202, 202, 202;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f1f1f1;
  --bs-btn-active-border-color: #f0f0f0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #eee;
  --bs-btn-disabled-border-color: #eee;
}
.compare-float-button {
  left: 1.5rem;
  right: unset;
  transition: unset;
}
.compare-float-button.is-visible {
  transition: 0.45s cubic-bezier(0.3, 0, 0.15, 1);
}
.compare-float-button .badge {
  position: absolute;
  top: -25%;
}
.product-compare-main-header {
  margin-bottom: 1.5rem;
}
.compare-menu-btn .badge {
  display: none;
  position: absolute;
  right: -5px;
}
.is-visible .compare-menu-btn .badge {
  display: inline-block;
}
.shopventures-delivery-information-instock-cart, .shopventures-delivery-information-outofstock-cart {
  width: 22rem;
  font-size: 0.8rem;
}
.shop4-shippingtime-available-stock {
  margin-top: 5px;
  margin-left: -0.09rem;
  font-size: 0.8rem;
}
.shop4-shippingtime-available-stock .icon {
  color: #5f6d6e;
}
.shop4-shippingtime-available-stock .icon > svg {
  width: 85%;
  padding-top: 0;
}
.shop4-shippingtime-available-stock--checkout {
  font-size: 0.8rem;
}
.shop4-shippingtime-available-stock--checkout .icon {
  color: #5f6d6e;
}
.shop4-shippingtime-available-stock--checkout .icon > svg {
  width: 80%;
  padding-top: 3px;
}
.shop4-stock-alert {
  margin-top: 5px;
}
.in-stock, .out-of-stock, .out-of-stock-text, .shop4-shippingtime-stock-alert--checkout, .shop4-stock-alert--custom-text {
  font-size: 0.8rem;
}
.out-of-stock-text, .shop4-shippingtime-stock-alert--checkout, .shop4-stock-alert--custom-text {
  width: 22rem;
  margin-top: 5px;
}
.biloba-element-manufacturer-image-grid-left-block, .biloba-element-manufacturer-image-grid-selection-left-block {
  width: 100%;
}
.biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .cms-listing-manufacturer-image-grid-col, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .cms-listing-manufacturer-image-grid-col {
  margin-bottom: 30px;
}
.biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .cms-listing-manufacturer-image-grid-col .card-body, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .cms-listing-manufacturer-image-grid-col .card-body {
  padding: 1rem;
}
.biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .cms-listing-manufacturer-image-grid-col .card-body .badge-bit-manufacturer-wrapper, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .cms-listing-manufacturer-image-grid-col .card-body .badge-bit-manufacturer-wrapper {
  position: absolute;
  top: 30px;
  left: -1px;
  z-index: 10;
}
.biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .cms-listing-manufacturer-image-grid-col .card-body .badge-bit-manufacturer-wrapper .badge-highlight-bit-manufacturer, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .cms-listing-manufacturer-image-grid-col .card-body .badge-bit-manufacturer-wrapper .badge-highlight-bit-manufacturer {
  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;
}
.biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .cms-listing-manufacturer-image-grid-col .card-body .product-info, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .cms-listing-manufacturer-image-grid-col .card-body .product-info {
  text-align: center;
}
.biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .cms-listing-manufacturer-image-grid-col .card-body .product-info .manufacturer-name, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .cms-listing-manufacturer-image-grid-col .card-body .product-info .manufacturer-name {
  margin-bottom: 0px;
}
.biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .cms-listing-manufacturer-image-grid-col .card-body .product-image-wrapper .product-image-link, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .cms-listing-manufacturer-image-grid-col .card-body .product-image-wrapper .product-image-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100%;
  min-height: 150px;
}
.biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .cms-listing-manufacturer-image-grid-col .card-body .product-image-wrapper .product-image-link img, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .cms-listing-manufacturer-image-grid-col .card-body .product-image-wrapper .product-image-link img {
  object-fit: contain;
  object-position: center center;
  max-width: 100%;
  max-height: 100%;
}
.biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .link-list-container, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .link-list-container {
  font-weight: 300;
  justify-content: center;
  font-size: 30px;
}
.biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .link-list-container .charlist, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .link-list-container .numberlist, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .link-list-container .charlist, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .link-list-container .numberlist {
  padding-left: 0px;
  width: 100%;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}
.biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .link-list-container .charlist li, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .link-list-container .numberlist li, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .link-list-container .charlist li, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .link-list-container .numberlist li {
  width: 55px;
  text-align: center;
}
.biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .link-list-container .charlist li a, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .link-list-container .numberlist li a, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .link-list-container .charlist li a, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .link-list-container .numberlist li a {
  color: #008555;
}
.biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .link-list-container .charlist li a:hover, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .link-list-container .numberlist li a:hover, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .link-list-container .charlist li a:hover, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .link-list-container .numberlist li a:hover {
  color: #eaeaf0;
  text-decoration: none;
}
.biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.row, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-act-cartpage .checkout .anchor.checkout-container, .is-act-cartpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-act-checkoutregisterpage .checkout .anchor.checkout-container, .is-act-checkoutregisterpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-act-confirmpage .checkout .anchor.checkout-container, .is-act-confirmpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-ctl-accountorder .checkout .anchor.checkout-container, .is-ctl-accountorder .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-act-finishpage .checkout .anchor.checkout-container, .is-act-finishpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content body.is-act-confirmpage .checkout .anchor.checkout-container, body.is-act-confirmpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.row, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-act-cartpage .checkout .anchor.checkout-container, .is-act-cartpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-act-checkoutregisterpage .checkout .anchor.checkout-container, .is-act-checkoutregisterpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-act-confirmpage .checkout .anchor.checkout-container, .is-act-confirmpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-ctl-accountorder .checkout .anchor.checkout-container, .is-ctl-accountorder .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-act-finishpage .checkout .anchor.checkout-container, .is-act-finishpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content body.is-act-confirmpage .checkout .anchor.checkout-container, body.is-act-confirmpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container {
  margin-bottom: 50px;
}
.biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.row hr, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-act-cartpage .checkout .anchor.checkout-container hr, .is-act-cartpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container hr, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-act-checkoutregisterpage .checkout .anchor.checkout-container hr, .is-act-checkoutregisterpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container hr, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-act-confirmpage .checkout .anchor.checkout-container hr, .is-act-confirmpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container hr, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-ctl-accountorder .checkout .anchor.checkout-container hr, .is-ctl-accountorder .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container hr, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-act-finishpage .checkout .anchor.checkout-container hr, .is-act-finishpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container hr, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content body.is-act-confirmpage .checkout .anchor.checkout-container hr, body.is-act-confirmpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container hr, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.row hr, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-act-cartpage .checkout .anchor.checkout-container hr, .is-act-cartpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container hr, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-act-checkoutregisterpage .checkout .anchor.checkout-container hr, .is-act-checkoutregisterpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container hr, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-act-confirmpage .checkout .anchor.checkout-container hr, .is-act-confirmpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container hr, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-ctl-accountorder .checkout .anchor.checkout-container hr, .is-ctl-accountorder .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container hr, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-act-finishpage .checkout .anchor.checkout-container hr, .is-act-finishpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container hr, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content body.is-act-confirmpage .checkout .anchor.checkout-container hr, body.is-act-confirmpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container hr {
  width: 400%;
}
.biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.row span, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-act-cartpage .checkout .anchor.checkout-container span, .is-act-cartpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container span, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-act-checkoutregisterpage .checkout .anchor.checkout-container span, .is-act-checkoutregisterpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container span, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-act-confirmpage .checkout .anchor.checkout-container span, .is-act-confirmpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container span, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-ctl-accountorder .checkout .anchor.checkout-container span, .is-ctl-accountorder .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container span, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-act-finishpage .checkout .anchor.checkout-container span, .is-act-finishpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container span, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content body.is-act-confirmpage .checkout .anchor.checkout-container span, body.is-act-confirmpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container span, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.row span, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-act-cartpage .checkout .anchor.checkout-container span, .is-act-cartpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container span, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-act-checkoutregisterpage .checkout .anchor.checkout-container span, .is-act-checkoutregisterpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container span, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-act-confirmpage .checkout .anchor.checkout-container span, .is-act-confirmpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container span, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-ctl-accountorder .checkout .anchor.checkout-container span, .is-ctl-accountorder .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container span, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-act-finishpage .checkout .anchor.checkout-container span, .is-act-finishpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container span, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content body.is-act-confirmpage .checkout .anchor.checkout-container span, body.is-act-confirmpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container span {
  color: #008555;
}
.biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.row .letter-glossery, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-act-cartpage .checkout .anchor.checkout-container .letter-glossery, .is-act-cartpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-act-checkoutregisterpage .checkout .anchor.checkout-container .letter-glossery, .is-act-checkoutregisterpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-act-confirmpage .checkout .anchor.checkout-container .letter-glossery, .is-act-confirmpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-ctl-accountorder .checkout .anchor.checkout-container .letter-glossery, .is-ctl-accountorder .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-act-finishpage .checkout .anchor.checkout-container .letter-glossery, .is-act-finishpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content body.is-act-confirmpage .checkout .anchor.checkout-container .letter-glossery, body.is-act-confirmpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.row .letter-glossery, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-act-cartpage .checkout .anchor.checkout-container .letter-glossery, .is-act-cartpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-act-checkoutregisterpage .checkout .anchor.checkout-container .letter-glossery, .is-act-checkoutregisterpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-act-confirmpage .checkout .anchor.checkout-container .letter-glossery, .is-act-confirmpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-ctl-accountorder .checkout .anchor.checkout-container .letter-glossery, .is-ctl-accountorder .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-act-finishpage .checkout .anchor.checkout-container .letter-glossery, .is-act-finishpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content body.is-act-confirmpage .checkout .anchor.checkout-container .letter-glossery, body.is-act-confirmpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery {
  color: #008555;
}
.biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.row .letter-glossery:hover, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-act-cartpage .checkout .anchor.checkout-container .letter-glossery:hover, .is-act-cartpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery:hover, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-act-checkoutregisterpage .checkout .anchor.checkout-container .letter-glossery:hover, .is-act-checkoutregisterpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery:hover, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-act-confirmpage .checkout .anchor.checkout-container .letter-glossery:hover, .is-act-confirmpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery:hover, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-ctl-accountorder .checkout .anchor.checkout-container .letter-glossery:hover, .is-ctl-accountorder .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery:hover, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-act-finishpage .checkout .anchor.checkout-container .letter-glossery:hover, .is-act-finishpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery:hover, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content body.is-act-confirmpage .checkout .anchor.checkout-container .letter-glossery:hover, body.is-act-confirmpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery:hover, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.row .letter-glossery:hover, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-act-cartpage .checkout .anchor.checkout-container .letter-glossery:hover, .is-act-cartpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery:hover, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-act-checkoutregisterpage .checkout .anchor.checkout-container .letter-glossery:hover, .is-act-checkoutregisterpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery:hover, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-act-confirmpage .checkout .anchor.checkout-container .letter-glossery:hover, .is-act-confirmpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery:hover, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-ctl-accountorder .checkout .anchor.checkout-container .letter-glossery:hover, .is-ctl-accountorder .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery:hover, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-act-finishpage .checkout .anchor.checkout-container .letter-glossery:hover, .is-act-finishpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery:hover, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content body.is-act-confirmpage .checkout .anchor.checkout-container .letter-glossery:hover, body.is-act-confirmpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery:hover {
  color: #eaeaf0;
  cursor: pointer;
}
.biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.row .letter-glossery .manufacturer-products-amount-wrapper, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-act-cartpage .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, .is-act-cartpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-act-checkoutregisterpage .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, .is-act-checkoutregisterpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-act-confirmpage .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, .is-act-confirmpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-ctl-accountorder .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, .is-ctl-accountorder .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-act-finishpage .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, .is-act-finishpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content body.is-act-confirmpage .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, body.is-act-confirmpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.row .letter-glossery .manufacturer-products-amount-wrapper, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-act-cartpage .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, .is-act-cartpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-act-checkoutregisterpage .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, .is-act-checkoutregisterpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-act-confirmpage .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, .is-act-confirmpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-ctl-accountorder .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, .is-ctl-accountorder .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-act-finishpage .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, .is-act-finishpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content body.is-act-confirmpage .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, body.is-act-confirmpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper {
  display: inline-block;
}
.biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.row .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-act-cartpage .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .is-act-cartpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-act-checkoutregisterpage .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .is-act-checkoutregisterpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-act-confirmpage .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .is-act-confirmpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-ctl-accountorder .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .is-ctl-accountorder .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .is-act-finishpage .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .is-act-finishpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content body.is-act-confirmpage .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, body.is-act-confirmpage .checkout .biloba-element-manufacturer-image-grid-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.row .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-act-cartpage .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .is-act-cartpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-act-checkoutregisterpage .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .is-act-checkoutregisterpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-act-confirmpage .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .is-act-confirmpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-ctl-accountorder .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .is-ctl-accountorder .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .is-act-finishpage .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .is-act-finishpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content body.is-act-confirmpage .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, body.is-act-confirmpage .checkout .biloba-element-manufacturer-image-grid-selection-left-block .biloba-element-manufacturer-list .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount {
  color: #008555;
}
.biloba-element-manufacturer-brand-focus-block {
  width: 100%;
}
.biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .product-image-wrapper {
  height: fit-content;
}
@media (min-width: 992px) {
  .biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .product-image-wrapper[class^="col-lg"], .biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .product-image-wrapper[class*=" col-lg"] {
    max-width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .product-image-wrapper[class^="col-md"], .biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .product-image-wrapper[class*=" col-md"] {
    max-width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .product-image-wrapper[class^="col-sm"], .biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .product-image-wrapper[class*=" col-sm"] {
    max-width: 100%;
  }
}
.biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .grid-container:not(.manufacturer-filtered) {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
  grid-gap: 10px;
}
@media (min-width: 320px) {
  .biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list {
    /* smartphones, iPhone, portrait 480x320 phones */
  }
  .biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .show-all-manufacturers.d-block {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 481px) {
  .biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list {
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
  }
  .biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .show-all-manufacturers.d-block {
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media (min-width: 641px) {
  .biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list {
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
  }
  .biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .show-all-manufacturers.d-block {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 961px) {
  .biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .show-all-manufacturers.d-block {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .show-all-manufacturers.d-block {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .show-all-manufacturers.d-block .show-all-manufacturers-link {
  border: 1px grey solid;
  border-radius: 10px;
  text-decoration: none;
  background-color: #008555;
  color: white;
}
.biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .show-all-manufacturers.d-block .show-all-manufacturers-link:hover {
  border: 1px #eaeaf0 solid;
  background-color: #eaeaf0;
}
.biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .grid-container.manufacturer-filtered.container, .biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .cms-section .grid-container.manufacturer-filtered.boxed, .cms-section .biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .grid-container.manufacturer-filtered.boxed {
  padding: 0px 0px 0px 0px;
}
.biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .grid-container.manufacturer-filtered.container .anchor.grid-item.d-flex .product-image-wrapper, .biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .cms-section .grid-container.manufacturer-filtered.boxed .anchor.grid-item.d-flex .product-image-wrapper, .cms-section .biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .grid-container.manufacturer-filtered.boxed .anchor.grid-item.d-flex .product-image-wrapper {
  height: fit-content;
}
.biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .grid-container.manufacturer-filtered.container .anchor.grid-item hr, .biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .cms-section .grid-container.manufacturer-filtered.boxed .anchor.grid-item hr, .cms-section .biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .grid-container.manufacturer-filtered.boxed .anchor.grid-item hr {
  width: 100%;
}
.biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .link-list-container {
  font-weight: 300;
  justify-content: center;
  font-size: 30px;
}
.biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .link-list-container .charlist, .biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .link-list-container .numberlist {
  padding-left: 0px;
  width: 100%;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}
.biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .link-list-container .charlist li, .biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .link-list-container .numberlist li {
  width: 55px;
  text-align: center;
}
.biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .link-list-container .charlist li a, .biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .link-list-container .numberlist li a {
  color: #008555;
}
.biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .link-list-container .charlist li a:hover, .biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .link-list-container .numberlist li a:hover {
  color: #eaeaf0;
  text-decoration: none;
}
.biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .biloba-element-manufacturer-list-wrapper.container, .biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .cms-section .biloba-element-manufacturer-list-wrapper.boxed, .cms-section .biloba-element-manufacturer-brand-focus-block .biloba-element-manufacturer-list .biloba-element-manufacturer-list-wrapper.boxed {
  padding: 0px 0px 0px 0px;
}
.biloba-element-manufacturer-left-block .link-list-container {
  font-weight: 300;
  justify-content: center;
  font-size: 30px;
}
.biloba-element-manufacturer-left-block .link-list-container .charlist, .biloba-element-manufacturer-left-block .link-list-container .numberlist {
  padding-left: 0px;
  width: 100%;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}
.biloba-element-manufacturer-left-block .link-list-container .charlist li, .biloba-element-manufacturer-left-block .link-list-container .numberlist li {
  width: 55px;
  text-align: center;
}
.biloba-element-manufacturer-left-block .link-list-container .charlist li a, .biloba-element-manufacturer-left-block .link-list-container .numberlist li a {
  color: #008555;
}
.biloba-element-manufacturer-left-block .link-list-container .charlist li a:hover, .biloba-element-manufacturer-left-block .link-list-container .numberlist li a:hover {
  color: #eaeaf0;
  text-decoration: none;
}
.biloba-element-manufacturer-left-block .list-content .anchor.row, .biloba-element-manufacturer-left-block .list-content .is-act-cartpage .checkout .anchor.checkout-container, .is-act-cartpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container, .biloba-element-manufacturer-left-block .list-content .is-act-checkoutregisterpage .checkout .anchor.checkout-container, .is-act-checkoutregisterpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container, .biloba-element-manufacturer-left-block .list-content .is-act-confirmpage .checkout .anchor.checkout-container, .is-act-confirmpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container, .biloba-element-manufacturer-left-block .list-content .is-ctl-accountorder .checkout .anchor.checkout-container, .is-ctl-accountorder .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container, .biloba-element-manufacturer-left-block .list-content .is-act-finishpage .checkout .anchor.checkout-container, .is-act-finishpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container, .biloba-element-manufacturer-left-block .list-content body.is-act-confirmpage .checkout .anchor.checkout-container, body.is-act-confirmpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container {
  margin-bottom: 50px;
}
.biloba-element-manufacturer-left-block .list-content .anchor.row hr, .biloba-element-manufacturer-left-block .list-content .is-act-cartpage .checkout .anchor.checkout-container hr, .is-act-cartpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container hr, .biloba-element-manufacturer-left-block .list-content .is-act-checkoutregisterpage .checkout .anchor.checkout-container hr, .is-act-checkoutregisterpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container hr, .biloba-element-manufacturer-left-block .list-content .is-act-confirmpage .checkout .anchor.checkout-container hr, .is-act-confirmpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container hr, .biloba-element-manufacturer-left-block .list-content .is-ctl-accountorder .checkout .anchor.checkout-container hr, .is-ctl-accountorder .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container hr, .biloba-element-manufacturer-left-block .list-content .is-act-finishpage .checkout .anchor.checkout-container hr, .is-act-finishpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container hr, .biloba-element-manufacturer-left-block .list-content body.is-act-confirmpage .checkout .anchor.checkout-container hr, body.is-act-confirmpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container hr {
  width: 400%;
}
.biloba-element-manufacturer-left-block .list-content .anchor.row span, .biloba-element-manufacturer-left-block .list-content .is-act-cartpage .checkout .anchor.checkout-container span, .is-act-cartpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container span, .biloba-element-manufacturer-left-block .list-content .is-act-checkoutregisterpage .checkout .anchor.checkout-container span, .is-act-checkoutregisterpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container span, .biloba-element-manufacturer-left-block .list-content .is-act-confirmpage .checkout .anchor.checkout-container span, .is-act-confirmpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container span, .biloba-element-manufacturer-left-block .list-content .is-ctl-accountorder .checkout .anchor.checkout-container span, .is-ctl-accountorder .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container span, .biloba-element-manufacturer-left-block .list-content .is-act-finishpage .checkout .anchor.checkout-container span, .is-act-finishpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container span, .biloba-element-manufacturer-left-block .list-content body.is-act-confirmpage .checkout .anchor.checkout-container span, body.is-act-confirmpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container span {
  color: #008555;
}
.biloba-element-manufacturer-left-block .list-content .anchor.row .letter-glossery, .biloba-element-manufacturer-left-block .list-content .is-act-cartpage .checkout .anchor.checkout-container .letter-glossery, .is-act-cartpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container .letter-glossery, .biloba-element-manufacturer-left-block .list-content .is-act-checkoutregisterpage .checkout .anchor.checkout-container .letter-glossery, .is-act-checkoutregisterpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container .letter-glossery, .biloba-element-manufacturer-left-block .list-content .is-act-confirmpage .checkout .anchor.checkout-container .letter-glossery, .is-act-confirmpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container .letter-glossery, .biloba-element-manufacturer-left-block .list-content .is-ctl-accountorder .checkout .anchor.checkout-container .letter-glossery, .is-ctl-accountorder .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container .letter-glossery, .biloba-element-manufacturer-left-block .list-content .is-act-finishpage .checkout .anchor.checkout-container .letter-glossery, .is-act-finishpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container .letter-glossery, .biloba-element-manufacturer-left-block .list-content body.is-act-confirmpage .checkout .anchor.checkout-container .letter-glossery, body.is-act-confirmpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container .letter-glossery {
  color: #008555;
}
.biloba-element-manufacturer-left-block .list-content .anchor.row .letter-glossery:hover, .biloba-element-manufacturer-left-block .list-content .is-act-cartpage .checkout .anchor.checkout-container .letter-glossery:hover, .is-act-cartpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container .letter-glossery:hover, .biloba-element-manufacturer-left-block .list-content .is-act-checkoutregisterpage .checkout .anchor.checkout-container .letter-glossery:hover, .is-act-checkoutregisterpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container .letter-glossery:hover, .biloba-element-manufacturer-left-block .list-content .is-act-confirmpage .checkout .anchor.checkout-container .letter-glossery:hover, .is-act-confirmpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container .letter-glossery:hover, .biloba-element-manufacturer-left-block .list-content .is-ctl-accountorder .checkout .anchor.checkout-container .letter-glossery:hover, .is-ctl-accountorder .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container .letter-glossery:hover, .biloba-element-manufacturer-left-block .list-content .is-act-finishpage .checkout .anchor.checkout-container .letter-glossery:hover, .is-act-finishpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container .letter-glossery:hover, .biloba-element-manufacturer-left-block .list-content body.is-act-confirmpage .checkout .anchor.checkout-container .letter-glossery:hover, body.is-act-confirmpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container .letter-glossery:hover {
  color: #eaeaf0;
  cursor: pointer;
}
.biloba-element-manufacturer-left-block .list-content .anchor.row .letter-glossery .manufacturer-products-amount-wrapper, .biloba-element-manufacturer-left-block .list-content .is-act-cartpage .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, .is-act-cartpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, .biloba-element-manufacturer-left-block .list-content .is-act-checkoutregisterpage .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, .is-act-checkoutregisterpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, .biloba-element-manufacturer-left-block .list-content .is-act-confirmpage .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, .is-act-confirmpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, .biloba-element-manufacturer-left-block .list-content .is-ctl-accountorder .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, .is-ctl-accountorder .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, .biloba-element-manufacturer-left-block .list-content .is-act-finishpage .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, .is-act-finishpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, .biloba-element-manufacturer-left-block .list-content body.is-act-confirmpage .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper, body.is-act-confirmpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper {
  display: inline-block;
}
.biloba-element-manufacturer-left-block .list-content .anchor.row .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .biloba-element-manufacturer-left-block .list-content .is-act-cartpage .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .is-act-cartpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .biloba-element-manufacturer-left-block .list-content .is-act-checkoutregisterpage .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .is-act-checkoutregisterpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .biloba-element-manufacturer-left-block .list-content .is-act-confirmpage .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .is-act-confirmpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .biloba-element-manufacturer-left-block .list-content .is-ctl-accountorder .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .is-ctl-accountorder .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .biloba-element-manufacturer-left-block .list-content .is-act-finishpage .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .is-act-finishpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, .biloba-element-manufacturer-left-block .list-content body.is-act-confirmpage .checkout .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount, body.is-act-confirmpage .checkout .biloba-element-manufacturer-left-block .list-content .anchor.checkout-container .letter-glossery .manufacturer-products-amount-wrapper .manufacturer-products-amount {
  color: #008555;
}
.cms-block-biloba-manufacturer-detail-content .biloba-manufacturer-detail-content-header-wrapper {
  display: flex;
  align-items: start;
}
.cms-block-biloba-manufacturer-detail-content .biloba-manufacturer-detail-content-header-wrapper h1, .cms-block-biloba-manufacturer-detail-content .biloba-manufacturer-detail-content-header-wrapper .h1 {
  width: 90%;
}
.cms-block-biloba-manufacturer-detail-content .biloba-manufacturer-detail-content-header-wrapper img {
  max-width: 10%;
  max-height: 70px;
  margin-left: auto;
}
.biloba-manufaturer-search {
  padding: 1.25rem 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
  display: block;
  position: relative;
  width: 30%;
  overflow: hidden;
}
.biloba-manufaturer-search input {
  float: left;
  width: 100% !important;
}
.biloba-manufaturer-search .cancel {
  position: relative;
  z-index: 10;
  top: 7px;
}
.biloba-manufaturer-search .icon {
  cursor: pointer;
  margin-left: -25px;
}
.cms-listing-manufacturer-image-grid-row .product-box, .cms-listing-manufacturer-image-grid-row .swkweb-content-manager-article-box {
  border-bottom: 1px solid #eaeaf0;
}
.cms-listing-manufacturer-image-grid-row .product-box .card-body .product-info .manufacturer-name, .cms-listing-manufacturer-image-grid-row .swkweb-content-manager-article-box .card-body .product-info .manufacturer-name {
  height: auto;
}
.cms-listing-manufacturer-image-grid-col .card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}
.cms-listing-manufacturer-image-grid-col .figure-img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  height: 100%;
  margin: 0;
}
.cms-listing-manufacturer-image-grid-col .figure-img .product-image-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  height: 100%;
}
.cms-listing-manufacturer-image-grid-col .figure-img .product-image-link img {
  object-fit: contain;
  object-position: center center;
  max-width: 100%;
  max-height: 100%;
}
.manufacturer-tile-constrained {
  max-height: var(--configured-height);
}
.manufacturer-tile-constrained .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.manufacturer-tile-constrained .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0.75rem;
  min-height: 0;
}
.manufacturer-tile-constrained .figure-img {
  flex: 1 1 60%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.manufacturer-tile-constrained .figure-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.2s ease;
}
.manufacturer-tile-constrained .product-info {
  flex: 0 0 auto;
  margin-top: 0.5rem;
  text-align: center;
}
.manufacturer-tile-constrained .product-info .manufacturer-name {
  font-size: clamp(0.8rem, 1.5vw, 1rem);
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.manufacturer-tile-constrained .badge-bit-manufacturer-wrapper {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 10;
}
.vertical-align-center .figure-img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  height: 100%;
}
.vertical-align-center .figure-img .product-image-link {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  height: 100%;
  min-height: inherit;
}
.vertical-align-center .figure-img .product-image-link img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
  height: auto;
  width: auto;
}
.vertical-align-center .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 200px;
}
@media (max-width: 575.98px) {
  .manufacturer-tile-constrained .card-body {
    padding: 0.5rem;
  }
  .manufacturer-tile-constrained .figure-img {
    flex: 1 1 70%;
  }
  .manufacturer-tile-constrained .product-info .manufacturer-name {
    font-size: clamp(0.75rem, 1.2vw, 0.9rem);
  }
}
@media (min-width: 992px) {
  .manufacturer-tile-constrained .figure-img {
    flex: 1 1 65%;
  }
}
.manufacturer-tile-constrained:hover .card {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.manufacturer-tile-constrained:hover .figure-img img {
  transform: scale(1.05);
}
/* required styles */
.leaflet-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-container, .leaflet-pane > svg, .leaflet-pane > canvas, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon, .leaflet-marker-shadow {
  display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg, .leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-shadow-pane img, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer, .leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default #VML);
  display: inline-block;
  position: absolute;
}
/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
.leaflet-top, .leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile, .leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
/* cursors */
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.leaflet-crosshair, .leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane, .leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab, .leaflet-dragging .leaflet-grab .leaflet-interactive, .leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/* marker & overlays interactivity */
.leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-image-layer, .leaflet-pane > svg path, .leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive, .leaflet-image-layer.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive, svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}
.leaflet-container a {
  color: #0078a8;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
/* general typography */
/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a, .leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a, .leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
/* zoom control */
.leaflet-control-zoom-in, .leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: transparent;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url(/bundles/moorlfoundation/storefront/css/images/layers.png);
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(/bundles/moorlfoundation/storefront/css/images/layers-2x.png);
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list, .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  background: transparent;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid transparent;
  margin: 5px -10px 5px -6px;
}
/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(/bundles/moorlfoundation/storefront/css/images/marker-icon.png);
}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: transparent;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.leaflet-control-attribution, .leaflet-control-scale-line {
  padding: 0 5px;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid transparent;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid transparent;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid transparent;
}
.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}
.leaflet-popup-content p {
  margin: 18px 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: #F5F5F5;
  color: #333333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: var(--bs-secondary-color);
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #008555;
}
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom, .leaflet-oldie .leaflet-control-layers, .leaflet-oldie .leaflet-popup-content-wrapper, .leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
/* div icon */
.leaflet-div-icon {
  background: transparent;
  border: 1px solid transparent;
}
/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before, .leaflet-tooltip-bottom:before, .leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before, .leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: transparent;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: transparent;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: transparent;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: transparent;
}
@-webkit-keyframes leaflet-gestures-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes leaflet-gestures-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.leaflet-container:after {
  -webkit-animation: leaflet-gestures-fadein 0.8s backwards;
  animation: leaflet-gestures-fadein 0.8s backwards;
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 22px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 461;
  pointer-events: none;
}
.leaflet-gesture-handling-touch-warning:after, .leaflet-gesture-handling-scroll-warning:after {
  -webkit-animation: leaflet-gestures-fadein 0.8s forwards;
  animation: leaflet-gestures-fadein 0.8s forwards;
}
.leaflet-gesture-handling-touch-warning:after {
  content: attr(data-gesture-handling-touch-content);
}
.leaflet-gesture-handling-scroll-warning:after {
  content: attr(data-gesture-handling-scroll-content);
}
/**
 * Tom Select Bootstrap 5
 */
/**
 * tom-select.css (v//@@version)
 * Copyright (c) contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 */
.ts-control {
  border: 1px solid #eaeaf0;
  padding: 0.438rem 0.5625rem;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: var(--bs-border-radius);
  display: flex;
  flex-wrap: wrap;
}
.ts-wrapper.multi.has-items .ts-control {
  padding: calc(0.438rem - 1px -
                0) 0.5625rem calc(0.438rem - 1px -
                3px - 0);
}
.full .ts-control {
  background-color: var(--bs-body-bg);
}
.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}
.focus .ts-control {
  box-shadow: none;
}
.ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}
.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 5px;
  background: #efefef;
  color: #4a545b;
  border: 0 solid #eaeaf0;
}
.ts-wrapper.multi .ts-control > div.active {
  background: #008555;
  color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
}
.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  color: #9f9f9f;
  background: white;
  border: 0 solid white;
}
.ts-control > input {
  flex: 1 1 auto;
  min-width: 7rem;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  user-select: auto !important;
  box-shadow: none !important;
}
.ts-control > input::-ms-clear {
  display: none;
}
.ts-control > input:focus {
  outline: none !important;
}
.has-items .ts-control > input {
  margin: 0 4px !important;
}
.ts-control.rtl {
  text-align: right;
}
.ts-control.rtl.single .ts-control:after {
  left: calc(0.5625rem + 5px);
  right: auto;
}
.ts-control.rtl .ts-control > input {
  margin: 0 4px 0 -2px !important;
}
.disabled .ts-control {
  opacity: 0.5;
  background-color: var(--bs-secondary-bg);
}
.input-hidden .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}
.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: var(--bs-body-bg);
  margin: 0.25rem 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
}
.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.ts-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  border-radius: 1px;
}
.ts-dropdown .option, .ts-dropdown .optgroup-header, .ts-dropdown .no-results, .ts-dropdown .create {
  padding: 3px 0.75rem;
}
.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}
.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.ts-dropdown .optgroup-header {
  color: #798490;
  background: var(--bs-body-bg);
  cursor: default;
}
.ts-dropdown .active {
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-body-color);
}
.ts-dropdown .active.create {
  color: var(--bs-body-color);
}
.ts-dropdown .create {
  color: rgba(74, 84, 91, 0.5);
}
.ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 3px 0.75rem;
}
.ts-dropdown .spinner::after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ts-dropdown-content {
  overflow: hidden auto;
  max-height: 200px;
  scroll-behavior: smooth;
}
.ts-wrapper.plugin-drag_drop .ts-dragging {
  color: transparent !important;
}
.ts-wrapper.plugin-drag_drop .ts-dragging > * {
  visibility: hidden !important;
}
.plugin-checkbox_options:not(.rtl) .option input {
  margin-right: 0.5rem;
}
.plugin-checkbox_options.rtl .option input {
  margin-left: 0.5rem;
}
/* stylelint-disable function-name-case */
.plugin-clear_button {
  --ts-pr-clear-button: 1em;
}
.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(0.5625rem - 5px);
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}
.plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
  right: max(var(--ts-pr-caret), 0.75rem);
}
.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}
.ts-wrapper .dropdown-header {
  position: relative;
  padding: 6px 0.75rem;
  border-bottom: 1px solid #d0d0d0;
  background: color-mix(var(--bs-body-bg), #d0d0d0, 85%);
  border-radius: var(--bs-border-radius) var(--bs-border-radius) 0 0;
}
.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  color: #4a545b;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.ts-wrapper .dropdown-header-close:hover {
  color: #111315;
}
.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid #eaeaf0;
  box-shadow: var(--bs-box-shadow-inset);
}
.plugin-dropdown_input .dropdown-input {
  border: 1px solid #d0d0d0;
  border-width: 0 0 1px;
  display: block;
  padding: 0.438rem 0.5625rem;
  box-shadow: none;
  width: 100%;
  background: transparent;
}
.plugin-dropdown_input.focus .ts-dropdown .dropdown-input {
  border-color: #008555;
  outline: 0;
  box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
}
.plugin-dropdown_input .items-placeholder {
  border: 0 none !important;
  box-shadow: none !important;
  width: 100%;
}
.plugin-dropdown_input.has-items .items-placeholder, .plugin-dropdown_input.dropdown-active .items-placeholder {
  display: none !important;
}
.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}
.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}
.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup::before {
  display: none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
}
.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 5px;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}
.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item {
  padding-right: 0 !important;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #eaeaf0;
  margin-left: 5px;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}
.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: white;
}
.ts-wrapper.plugin-remove_button.rtl .item {
  padding-left: 0 !important;
}
.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #eaeaf0;
  margin-right: 5px;
}
.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: rgba(0, 0, 0, 0);
}
.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: white;
}
:root {
  --ts-pr-clear-button: 0;
  --ts-pr-caret: 0;
  --ts-pr-min: 0.75rem;
}
.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}
.ts-control:not(.rtl) {
  padding-right: max(var(--ts-pr-min), calc(var(--ts-pr-clear-button) + var(--ts-pr-caret))) !important;
}
.ts-control.rtl {
  padding-left: max(var(--ts-pr-min), calc(var(--ts-pr-clear-button) + var(--ts-pr-caret))) !important;
}
.ts-wrapper {
  position: relative;
}
.ts-dropdown, .ts-control, .ts-control input {
  color: #4a545b;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.5;
}
.ts-control, .ts-wrapper.single.input-active .ts-control {
  background: var(--bs-body-bg);
  cursor: text;
}
.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.ts-dropdown, .ts-dropdown.form-control, .ts-dropdown.form-select {
  height: auto;
  padding: 0;
  z-index: 1000;
  background: var(--bs-body-bg);
  border: 1px solid #eaeaf0;
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.ts-dropdown .optgroup-header {
  font-size: 0.875rem;
  line-height: 1.5;
}
.ts-dropdown .optgroup:first-child::before {
  display: none;
}
.ts-dropdown .optgroup::before {
  content: " ";
  display: block;
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #eaeaf0;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.ts-dropdown .create {
  padding-left: 0.75rem;
}
.ts-dropdown-content {
  padding: 5px 0;
}
.ts-control {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: flex;
  align-items: center;
}
@media (prefers-reduced-motion: reduce) {
  .ts-control {
    transition: none;
  }
}
.focus .ts-control {
  border-color: #008555;
  outline: 0;
  box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555;
}
.ts-control .item {
  display: flex;
  align-items: center;
}
.ts-wrapper.is-invalid, .was-validated .invalid, .was-validated :invalid + .ts-wrapper {
  border-color: var(--bs-form-invalid-color);
}
.ts-wrapper.is-invalid:not(.single), .was-validated .invalid:not(.single), .was-validated :invalid + .ts-wrapper:not(.single) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23c82f1e'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c82f1e' stroke='none'/%3e%3c/svg%3e");
  background-position: right calc(0.375em + 0.219rem) center;
  background-size: calc(0.75em + 0.438rem) calc(0.75em + 0.438rem);
  background-repeat: no-repeat;
}
.ts-wrapper.is-invalid.single, .was-validated .invalid.single, .was-validated :invalid + .ts-wrapper.single {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234a545b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23c82f1e'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c82f1e' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.5625rem center, center right 1.6875rem;
  background-size: 16px 12px, calc(0.75em + 0.438rem) calc(0.75em + 0.438rem);
  background-repeat: no-repeat;
}
.ts-wrapper.is-invalid.focus .ts-control, .was-validated .invalid.focus .ts-control, .was-validated :invalid + .ts-wrapper.focus .ts-control {
  border-color: var(--bs-form-invalid-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-form-invalid-color), 1);
}
.ts-wrapper.is-valid, .was-validated .valid, .was-validated :valid + .ts-wrapper {
  border-color: var(--bs-form-valid-color);
}
.ts-wrapper.is-valid:not(.single), .was-validated .valid:not(.single), .was-validated :valid + .ts-wrapper:not(.single) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%232ecc71' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right calc(0.375em + 0.219rem) center;
  background-size: calc(0.75em + 0.438rem) calc(0.75em + 0.438rem);
  background-repeat: no-repeat;
}
.ts-wrapper.is-valid.single, .was-validated .valid.single, .was-validated :valid + .ts-wrapper.single {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234a545b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%232ecc71' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.5625rem center, center right 1.6875rem;
  background-size: 16px 12px, calc(0.75em + 0.438rem) calc(0.75em + 0.438rem);
  background-repeat: no-repeat;
}
.ts-wrapper.is-valid.focus .ts-control, .was-validated .valid.focus .ts-control, .was-validated :valid + .ts-wrapper.focus .ts-control {
  border-color: var(--bs-form-valid-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-form-valid-color), 1);
}
.ts-wrapper {
  min-height: calc(1.5em + 0.876rem + calc(var(--bs-border-width) * 2));
  display: flex;
}
.input-group-sm > .ts-wrapper, .ts-wrapper.form-select-sm, .ts-wrapper.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.input-group-sm > .ts-wrapper .ts-control, .ts-wrapper.form-select-sm .ts-control, .ts-wrapper.form-control-sm .ts-control {
  border-radius: var(--bs-border-radius-sm);
  font-size: 0.875rem;
}
.input-group-sm > .ts-wrapper.has-items .ts-control, .ts-wrapper.form-select-sm.has-items .ts-control, .ts-wrapper.form-control-sm.has-items .ts-control {
  font-size: 0.875rem;
  padding-bottom: 0;
}
.input-group-sm > .ts-wrapper.multi.has-items .ts-control, .ts-wrapper.form-select-sm.multi.has-items .ts-control, .ts-wrapper.form-control-sm.multi.has-items .ts-control {
  padding-top: calc((
                        calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2)) -
                            (1.5 * 0.875rem) -
                            calc(($input-border-width + $select-padding-item-y) * 2)
                    ) /
                    2) !important;
}
.ts-wrapper.multi.has-items .ts-control {
  padding-left: calc(0.5625rem - 5px);
  --ts-pr-min: calc(0.5625rem - 5px);
}
.ts-wrapper.multi .ts-control > div {
  border-radius: calc(var(--bs-border-radius) - 1px);
}
.input-group-lg > .ts-wrapper, .ts-wrapper.form-control-lg, .ts-wrapper.form-select-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.input-group-lg > .ts-wrapper .ts-control, .ts-wrapper.form-control-lg .ts-control, .ts-wrapper.form-select-lg .ts-control {
  border-radius: var(--bs-border-radius-lg);
  font-size: 1.125rem;
}
.ts-wrapper:not(.form-control, .form-select) {
  padding: 0;
  border: none;
  height: auto;
  box-shadow: none;
  background: none;
}
.ts-wrapper:not(.form-control, .form-select).single .ts-control {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234a545b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.5625rem center;
  background-size: 16px 12px;
}
.ts-wrapper.form-select, .ts-wrapper.single {
  --ts-pr-caret: 1.6875rem;
}
.ts-wrapper.form-control, .ts-wrapper.form-select {
  padding: 0 !important;
  height: auto;
  box-shadow: none;
  display: flex;
}
.ts-wrapper.form-control .ts-control, .ts-wrapper.form-control.single.input-active .ts-control, .ts-wrapper.form-select .ts-control, .ts-wrapper.form-select.single.input-active .ts-control {
  border: none !important;
}
.ts-wrapper.form-control:not(.disabled) .ts-control, .ts-wrapper.form-control:not(.disabled).single.input-active .ts-control, .ts-wrapper.form-select:not(.disabled) .ts-control, .ts-wrapper.form-select:not(.disabled).single.input-active .ts-control {
  background: transparent !important;
}
.input-group > .ts-wrapper {
  flex-grow: 1;
  width: 1%;
}
.input-group > .ts-wrapper:not(:nth-child(2)) > .ts-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .ts-wrapper:not(:last-child) > .ts-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bg-primary-dark {
  background: #006c45;
}
.text-primary-dark {
  color: #006c45;
}
.bg-primary-light {
  background: #009f65;
}
.text-primary-light {
  color: #009f65;
}
.bg-text-color {
  background: #333333;
}
.text-text-color {
  color: #333333;
}
.bg-background-color {
  background: #F5F5F5;
}
.text-background-color {
  color: #F5F5F5;
}
.bg-primary-top-secondary-bottom {
  background: linear-gradient(to bottom, #008555, #566573 100%);
}
.text-primary-top-secondary-bottom {
  color: linear-gradient(to bottom, #008555, #566573 100%);
}
.bg-primary-top-dark-bottom {
  background: linear-gradient(to bottom, #008555, #4a545b 100%);
}
.text-primary-top-dark-bottom {
  color: linear-gradient(to bottom, #008555, #4a545b 100%);
}
.bg-primary-top-light-bottom {
  background: linear-gradient(to bottom, #008555, #f9f9f9 100%);
}
.text-primary-top-light-bottom {
  color: linear-gradient(to bottom, #008555, #f9f9f9 100%);
}
.bg-primary-top-background-bottom {
  background: linear-gradient(to bottom, #008555, #F5F5F5 100%);
}
.text-primary-top-background-bottom {
  color: linear-gradient(to bottom, #008555, #F5F5F5 100%);
}
.bg-primary-top-text-bottom {
  background: linear-gradient(to bottom, #008555, #333333 100%);
}
.text-primary-top-text-bottom {
  color: linear-gradient(to bottom, #008555, #333333 100%);
}
.bg-primary-top-indigo-bottom {
  background: linear-gradient(to bottom, #008555, var(--indigo) 100%);
}
.text-primary-top-indigo-bottom {
  color: linear-gradient(to bottom, #008555, var(--indigo) 100%);
}
.bg-indigo-top-primary-bottom {
  background: linear-gradient(to bottom, var(--indigo), #008555 100%);
}
.text-indigo-top-primary-bottom {
  color: linear-gradient(to bottom, var(--indigo), #008555 100%);
}
.bg-light-top-primary-bottom {
  background: linear-gradient(to bottom, #f9f9f9, #008555 100%);
}
.text-light-top-primary-bottom {
  color: linear-gradient(to bottom, #f9f9f9, #008555 100%);
}
.bg-dark-top-primary-bottom {
  background: linear-gradient(to bottom, #4a545b, #008555 100%);
}
.text-dark-top-primary-bottom {
  color: linear-gradient(to bottom, #4a545b, #008555 100%);
}
.bg-background-top-text-bottom {
  background: linear-gradient(to bottom, #F5F5F5, #333333 100%);
}
.text-background-top-text-bottom {
  color: linear-gradient(to bottom, #F5F5F5, #333333 100%);
}
.bg-background-top-primary-bottom {
  background: linear-gradient(to bottom, #F5F5F5, #008555 100%);
}
.text-background-top-primary-bottom {
  color: linear-gradient(to bottom, #F5F5F5, #008555 100%);
}
.bg-fixed {
  background-attachment: fixed;
}
:root {
  --moorl-background-color: #F5F5F5;
  --moorl-text-color: #333333;
  --moorl-headline-color: #008555;
  --moorl-border-color: #eaeaf0;
}
.moorl-card {
  background-color: #F5F5F5;
  color: #333333;
  border-radius: 0;
  padding: 25px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.moorl-card h1, .moorl-card .h1, .moorl-card h2, .moorl-card .h2, .moorl-card h3, .moorl-card .h3, .moorl-card h4, .moorl-card .h4, .moorl-card h5, .moorl-card .h5, .moorl-card h6, .moorl-card .h6 {
  color: #008555 !important;
}
.moorl-card .badge {
  font-size: 0.7em;
  padding: 5px 10px;
  margin-bottom: 5px;
}
.moorl-list-checked {
  list-style-type: none;
  padding: 0;
}
.moorl-list-checked li {
  position: relative;
  padding-left: 30px;
}
.moorl-list-checked li:before {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  z-index: 10;
  background-color: #008555;
  -webkit-mask-image: url("/bundles/moorlfoundation/assets/icons/check-solid.svg");
}
.moorl-demo-grid-item {
  padding: 10px;
  width: 100%;
  height: 100%;
  border: 2px dashed #566573;
}
.moorl-demo-grid-item .inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #f2f2f2;
  border-radius: 0;
  justify-content: center;
  font-weight: 700;
  color: #333333;
}
.moorl-demo-grid-item .inner p {
  font-size: 1.1em;
  text-transform: uppercase;
}
.moorl-customer-upload .dropzone {
  padding: 15px;
  border-radius: 0;
  background-color: #e8e8e8;
  display: flex;
  flex-direction: column-reverse;
}
.moorl-customer-upload .dropzone .dz-default {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  width: 100%;
  border: 2px dashed #eaeaf0;
  border-radius: 0;
  opacity: 0.6;
  transition: ease all 0.2s;
  margin-bottom: 15px;
}
.moorl-customer-upload .dropzone .dz-default .dz-button {
  border: none;
  background-color: transparent;
  font-size: 1.3em;
  color: #333333;
}
.moorl-customer-upload .dropzone .dz-default .dz-button:focus, .moorl-customer-upload .dropzone .dz-default .dz-button:active, .moorl-customer-upload .dropzone .dz-default .dz-button:hover {
  border: none;
  box-shadow: unset;
  outline: none;
}
.moorl-customer-upload .dropzone .dz-default:hover {
  opacity: 1;
  border-color: #008555;
}
.moorl-customer-upload .dropzone .moorl-dropzone-uploaded-files-container {
  padding: 10px 10px 0 10px;
  background-color: #F5F5F5;
}
.moorl-customer-upload .dropzone .moorl-dropzone-uploaded-files-container .moorl-customer-upload-image {
  margin-bottom: 20px;
  text-align: center;
}
.moorl-customer-upload .dropzone .moorl-dropzone-uploaded-files-container .moorl-customer-upload-image img {
  object-fit: cover;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 3px #eaeaf0 dashed;
  padding: 6px;
}
.moorl-customer-upload .dropzone .moorl-dropzone-uploaded-files-container .moorl-customer-upload-files .moorl-customer-upload-image-container {
  position: relative;
  margin-bottom: 10px;
  height: 110px;
  display: flex;
  align-items: center;
}
.moorl-customer-upload .dropzone .moorl-dropzone-uploaded-files-container .moorl-customer-upload-files .moorl-customer-upload-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.moorl-customer-upload .dropzone .moorl-dropzone-uploaded-files-container .moorl-customer-upload-files .moorl-customer-upload-image-container .badge {
  position: absolute;
  top: 5px;
  left: 5px;
}
.moorl-customer-upload .dropzone .moorl-dropzone-uploaded-files-container .moorl-customer-upload-files .moorl-customer-upload-image-container .moorl-customer-upload-image-actions {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  background: rgba(245, 245, 245, 0.7);
  border-bottom-left-radius: 0;
}
.input-group-text {
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
}
.input-group-text .icon {
  width: 17px;
  height: 17px;
}
.input-group-text .icon svg {
  top: 0;
  color: #333333;
}
[class*="cms-element-appflix"].has-vertical-alignment {
  display: flex;
  height: 100%;
}
[class*="cms-element-appflix"].has-vertical-alignment .cms-element-alignment {
  width: 100%;
}
.cms-element-image-slider {
  overflow: hidden;
}
.moorl-foundation-hide, .moorl-animation-hidden {
  opacity: 0;
}
.moorl-animation-processing {
  z-index: 1040;
}
.cms-block.no-gutters, .cms-block.no-gutters .cms-block.cms-block-container-row {
  overflow: visible;
}
.modal {
  z-index: 1060;
}
.btn-facebook {
  --bs-btn-color: #fff;
  --bs-btn-bg: #3c5a99;
  --bs-btn-border-color: #3c5a99;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #334d82;
  --bs-btn-hover-border-color: #30487a;
  --bs-btn-focus-shadow-rgb: 89, 115, 168;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #30487a;
  --bs-btn-active-border-color: #2d4473;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #3c5a99;
  --bs-btn-disabled-border-color: #3c5a99;
}
.btn-google {
  --bs-btn-color: #000;
  --bs-btn-bg: #0f9d58;
  --bs-btn-border-color: #0f9d58;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #33ac71;
  --bs-btn-hover-border-color: #27a769;
  --bs-btn-focus-shadow-rgb: 13, 133, 75;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3fb179;
  --bs-btn-active-border-color: #27a769;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0f9d58;
  --bs-btn-disabled-border-color: #0f9d58;
}
.btn-azure {
  --bs-btn-color: #000;
  --bs-btn-bg: #00a4ef;
  --bs-btn-border-color: #00a4ef;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #26b2f1;
  --bs-btn-hover-border-color: #1aadf1;
  --bs-btn-focus-shadow-rgb: 0, 139, 203;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #33b6f2;
  --bs-btn-active-border-color: #1aadf1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #00a4ef;
  --bs-btn-disabled-border-color: #00a4ef;
}
.btn-amazon {
  --bs-btn-color: #000;
  --bs-btn-bg: #ff9900;
  --bs-btn-border-color: #ff9900;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffa826;
  --bs-btn-hover-border-color: #ffa31a;
  --bs-btn-focus-shadow-rgb: 217, 130, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffad33;
  --bs-btn-active-border-color: #ffa31a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ff9900;
  --bs-btn-disabled-border-color: #ff9900;
}
.btn-office365 {
  --bs-btn-color: #000;
  --bs-btn-bg: #00a4ef;
  --bs-btn-border-color: #00a4ef;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #26b2f1;
  --bs-btn-hover-border-color: #1aadf1;
  --bs-btn-focus-shadow-rgb: 0, 139, 203;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #33b6f2;
  --bs-btn-active-border-color: #1aadf1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #00a4ef;
  --bs-btn-disabled-border-color: #00a4ef;
}
.btn-paypal {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0173b9;
  --bs-btn-border-color: #0173b9;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #01629d;
  --bs-btn-hover-border-color: #015c94;
  --bs-btn-focus-shadow-rgb: 39, 136, 196;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #015c94;
  --bs-btn-active-border-color: #01568b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0173b9;
  --bs-btn-disabled-border-color: #0173b9;
}
.btn-generic {
  --bs-btn-color: #000;
  --bs-btn-bg: #efc34a;
  --bs-btn-border-color: #efc34a;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f1cc65;
  --bs-btn-hover-border-color: #f1c95c;
  --bs-btn-focus-shadow-rgb: 203, 166, 63;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f2cf6e;
  --bs-btn-active-border-color: #f1c95c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #efc34a;
  --bs-btn-disabled-border-color: #efc34a;
}
.btn-discord {
  --bs-btn-color: #000;
  --bs-btn-bg: #7289da;
  --bs-btn-border-color: #7289da;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #879be0;
  --bs-btn-hover-border-color: #8095de;
  --bs-btn-focus-shadow-rgb: 97, 116, 185;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #8ea1e1;
  --bs-btn-active-border-color: #8095de;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #7289da;
  --bs-btn-disabled-border-color: #7289da;
}
.btn-twitter {
  --bs-btn-color: #000;
  --bs-btn-bg: #55acee;
  --bs-btn-border-color: #55acee;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #6fb8f1;
  --bs-btn-hover-border-color: #66b4f0;
  --bs-btn-focus-shadow-rgb: 72, 146, 202;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #77bdf1;
  --bs-btn-active-border-color: #66b4f0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #55acee;
  --bs-btn-disabled-border-color: #55acee;
}
.btn-instagram {
  --bs-btn-color: #000;
  --bs-btn-bg: #eee;
  --bs-btn-border-color: #eee;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f1f1f1;
  --bs-btn-hover-border-color: #f0f0f0;
  --bs-btn-focus-shadow-rgb: 202, 202, 202;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f1f1f1;
  --bs-btn-active-border-color: #f0f0f0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #eee;
  --bs-btn-disabled-border-color: #eee;
}
.btn-pinterest {
  --bs-btn-color: #fff;
  --bs-btn-bg: #bd081c;
  --bs-btn-border-color: #bd081c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #a10718;
  --bs-btn-hover-border-color: #970616;
  --bs-btn-focus-shadow-rgb: 199, 45, 62;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #970616;
  --bs-btn-active-border-color: #8e0615;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #bd081c;
  --bs-btn-disabled-border-color: #bd081c;
}
.btn-whatsapp {
  --bs-btn-color: #000;
  --bs-btn-bg: #25d366;
  --bs-btn-border-color: #25d366;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #46da7d;
  --bs-btn-hover-border-color: #3bd775;
  --bs-btn-focus-shadow-rgb: 31, 179, 87;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #51dc85;
  --bs-btn-active-border-color: #3bd775;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #25d366;
  --bs-btn-disabled-border-color: #25d366;
}
.btn-youtube {
  --bs-btn-color: #000;
  --bs-btn-bg: #ff0000;
  --bs-btn-border-color: #ff0000;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ff2626;
  --bs-btn-hover-border-color: #ff1a1a;
  --bs-btn-focus-shadow-rgb: 217, 0, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f33;
  --bs-btn-active-border-color: #ff1a1a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ff0000;
  --bs-btn-disabled-border-color: #ff0000;
}
.btn-xing {
  --bs-btn-color: #fff;
  --bs-btn-bg: #126567;
  --bs-btn-border-color: #126567;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0f5658;
  --bs-btn-hover-border-color: #0e5152;
  --bs-btn-focus-shadow-rgb: 54, 124, 126;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0e5152;
  --bs-btn-active-border-color: #0e4c4d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #126567;
  --bs-btn-disabled-border-color: #126567;
}
.cms-section-moorl-grid {
  overflow: visible;
}
.cms-section-moorl-grid > div.row, .is-act-cartpage .checkout .cms-section-moorl-grid > div.checkout-container, .is-act-checkoutregisterpage .checkout .cms-section-moorl-grid > div.checkout-container, .is-act-confirmpage .checkout .cms-section-moorl-grid > div.checkout-container, .is-ctl-accountorder .checkout .cms-section-moorl-grid > div.checkout-container, .is-act-finishpage .checkout .cms-section-moorl-grid > div.checkout-container, body.is-act-confirmpage .checkout .cms-section-moorl-grid > div.checkout-container {
  margin-right: calc(-1 * var(--section-spacing));
  margin-left: calc(-1 * var(--section-spacing));
}
.cms-section-moorl-grid > div.row > div, .is-act-cartpage .checkout .cms-section-moorl-grid > div.checkout-container > div, .is-act-checkoutregisterpage .checkout .cms-section-moorl-grid > div.checkout-container > div, .is-act-confirmpage .checkout .cms-section-moorl-grid > div.checkout-container > div, .is-ctl-accountorder .checkout .cms-section-moorl-grid > div.checkout-container > div, .is-act-finishpage .checkout .cms-section-moorl-grid > div.checkout-container > div, body.is-act-confirmpage .checkout .cms-section-moorl-grid > div.checkout-container > div {
  padding-right: var(--section-spacing);
  padding-left: var(--section-spacing);
}
.cms-section-moorl-grid.full-width {
  overflow: hidden;
}
.moorl-separator-scratch-both, .moorl-separator-scratch-top, .moorl-separator-scratch-bottom {
  position: relative;
}
.moorl-separator-scratch-both, .moorl-separator-scratch-top {
  padding-top: 60px;
}
.moorl-separator-scratch-both:before, .moorl-separator-scratch-top:before {
  top: 0;
  position: absolute;
  content: "";
  height: 40px;
  width: 100%;
  z-index: 10;
  background-image: url("/bundles/moorlfoundation/assets/feature/scratch.png");
}
.moorl-separator-scratch-both, .moorl-separator-scratch-bottom {
  padding-bottom: 60px;
}
.moorl-separator-scratch-both:after, .moorl-separator-scratch-bottom:after {
  bottom: 0;
  transform: rotate(180deg);
  position: absolute;
  content: "";
  height: 40px;
  width: 100%;
  z-index: 10;
  background-image: url("/bundles/moorlfoundation/assets/feature/scratch.png");
}
.moorl-separator-toothed-both, .moorl-separator-toothed-top, .moorl-separator-toothed-bottom {
  position: relative;
}
.moorl-separator-toothed-both, .moorl-separator-toothed-top {
  padding-top: 60px;
}
.moorl-separator-toothed-both:before, .moorl-separator-toothed-top:before {
  top: 0;
  position: absolute;
  content: "";
  height: 7px;
  width: 100%;
  z-index: 10;
  background-image: url("/bundles/moorlfoundation/assets/feature/toothed.png");
}
.moorl-separator-toothed-both, .moorl-separator-toothed-bottom {
  padding-bottom: 60px;
}
.moorl-separator-toothed-both:after, .moorl-separator-toothed-bottom:after {
  bottom: 0;
  transform: rotate(180deg);
  position: absolute;
  content: "";
  height: 7px;
  width: 100%;
  z-index: 10;
  background-image: url("/bundles/moorlfoundation/assets/feature/toothed.png");
}
.moorl-separator-waves-both, .moorl-separator-waves-top, .moorl-separator-waves-bottom {
  position: relative;
}
.moorl-separator-waves-both:before, .moorl-separator-waves-top:before {
  top: -1px;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 10;
  bottom: -1px;
  -webkit-mask-image: url("/bundles/moorlfoundation/assets/feature/waves.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-position: bottom;
  transform: rotate(180deg);
}
.moorl-separator-waves-both:after, .moorl-separator-waves-bottom:after {
  bottom: -1px;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 10;
  -webkit-mask-image: url("/bundles/moorlfoundation/assets/feature/waves.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-position: bottom;
}
.moorl-separator-papercut-both, .moorl-separator-papercut-top, .moorl-separator-papercut-bottom {
  position: relative;
}
.moorl-separator-papercut-both:before, .moorl-separator-papercut-top:before {
  top: 0px;
  position: absolute;
  content: "";
  height: 27px;
  width: 100%;
  z-index: 10;
  bottom: -1px;
  -webkit-mask-image: url("/bundles/moorlfoundation/assets/feature/papercut.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-position: bottom;
  transform: rotate(180deg);
}
.moorl-separator-papercut-both:after, .moorl-separator-papercut-bottom:after {
  bottom: 0px;
  position: absolute;
  content: "";
  height: 27px;
  width: 100%;
  z-index: 10;
  -webkit-mask-image: url("/bundles/moorlfoundation/assets/feature/papercut.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  -webkit-mask-position: bottom;
}
[class*="moorl-separator-"].bg-moorl-separator-primary:after, [class*="moorl-separator-"].bg-moorl-separator-primary:before {
  background-color: #008555;
}
[class*="moorl-separator-"].bg-moorl-separator-secondary:after, [class*="moorl-separator-"].bg-moorl-separator-secondary:before {
  background-color: #566573;
}
[class*="moorl-separator-"].bg-moorl-separator-success:after, [class*="moorl-separator-"].bg-moorl-separator-success:before {
  background-color: #2ecc71;
}
[class*="moorl-separator-"].bg-moorl-separator-info:after, [class*="moorl-separator-"].bg-moorl-separator-info:before {
  background-color: #4aa3df;
}
[class*="moorl-separator-"].bg-moorl-separator-warning:after, [class*="moorl-separator-"].bg-moorl-separator-warning:before {
  background-color: #f1c40f;
}
[class*="moorl-separator-"].bg-moorl-separator-danger:after, [class*="moorl-separator-"].bg-moorl-separator-danger:before {
  background-color: #c82f1e;
}
[class*="moorl-separator-"].bg-moorl-separator-light:after, [class*="moorl-separator-"].bg-moorl-separator-light:before {
  background-color: #f9f9f9;
}
[class*="moorl-separator-"].bg-moorl-separator-dark:after, [class*="moorl-separator-"].bg-moorl-separator-dark:before {
  background-color: #4a545b;
}
[class*="moorl-separator-"].bg-moorl-separator-primary-dark:after, [class*="moorl-separator-"].bg-moorl-separator-primary-dark:before {
  background: #006c45;
}
[class*="moorl-separator-"].bg-moorl-separator-primary-light:after, [class*="moorl-separator-"].bg-moorl-separator-primary-light:before {
  background: #009f65;
}
[class*="moorl-separator-"].bg-moorl-separator-text-color:after, [class*="moorl-separator-"].bg-moorl-separator-text-color:before {
  background: #333333;
}
[class*="moorl-separator-"].bg-moorl-separator-background-color:after, [class*="moorl-separator-"].bg-moorl-separator-background-color:before {
  background: #F5F5F5;
}
[class*="moorl-separator-"].bg-moorl-separator-primary-top-secondary-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-primary-top-secondary-bottom:before {
  background: linear-gradient(to bottom, #008555, #566573 100%);
}
[class*="moorl-separator-"].bg-moorl-separator-primary-top-dark-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-primary-top-dark-bottom:before {
  background: linear-gradient(to bottom, #008555, #4a545b 100%);
}
[class*="moorl-separator-"].bg-moorl-separator-primary-top-light-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-primary-top-light-bottom:before {
  background: linear-gradient(to bottom, #008555, #f9f9f9 100%);
}
[class*="moorl-separator-"].bg-moorl-separator-primary-top-background-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-primary-top-background-bottom:before {
  background: linear-gradient(to bottom, #008555, #F5F5F5 100%);
}
[class*="moorl-separator-"].bg-moorl-separator-primary-top-text-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-primary-top-text-bottom:before {
  background: linear-gradient(to bottom, #008555, #333333 100%);
}
[class*="moorl-separator-"].bg-moorl-separator-primary-top-indigo-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-primary-top-indigo-bottom:before {
  background: linear-gradient(to bottom, #008555, var(--indigo) 100%);
}
[class*="moorl-separator-"].bg-moorl-separator-indigo-top-primary-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-indigo-top-primary-bottom:before {
  background: linear-gradient(to bottom, var(--indigo), #008555 100%);
}
[class*="moorl-separator-"].bg-moorl-separator-light-top-primary-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-light-top-primary-bottom:before {
  background: linear-gradient(to bottom, #f9f9f9, #008555 100%);
}
[class*="moorl-separator-"].bg-moorl-separator-dark-top-primary-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-dark-top-primary-bottom:before {
  background: linear-gradient(to bottom, #4a545b, #008555 100%);
}
[class*="moorl-separator-"].bg-moorl-separator-background-top-text-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-background-top-text-bottom:before {
  background: linear-gradient(to bottom, #F5F5F5, #333333 100%);
}
[class*="moorl-separator-"].bg-moorl-separator-background-top-primary-bottom:after, [class*="moorl-separator-"].bg-moorl-separator-background-top-primary-bottom:before {
  background: linear-gradient(to bottom, #F5F5F5, #008555 100%);
}
.cms-section[class*="bg-"] h1, .cms-section[class*="bg-"] .h1, .cms-section[class*="bg-"] h2, .cms-section[class*="bg-"] .h2, .cms-section[class*="bg-"] h3, .cms-section[class*="bg-"] .h3, .cms-section[class*="bg-"] h4, .cms-section[class*="bg-"] .h4, .cms-section[class*="bg-"] h5, .cms-section[class*="bg-"] .h5, .cms-section[class*="bg-"] h6, .cms-section[class*="bg-"] .h6 {
  color: inherit;
}
.cms-section[class*="moorl-separator-"] .cms-section-default, .cms-section[class*="moorl-separator-"] .cms-section-moorl-grid {
  position: relative;
  z-index: 15;
}
@media (min-width: 992px) {
  [class*="moorl-offset-"] {
    overflow: visible;
  }
  [class*="moorl-offset-"] [class*="cms-section-"] {
    position: relative;
    z-index: 20;
  }
  .cms-section {
    /*overflow: visible;*/
  }
  .cms-section.moorl-offset-50-top [class*="cms-section-"] {
    top: -50px;
  }
  .cms-section.moorl-offset-100-top [class*="cms-section-"] {
    top: -100px;
  }
  .cms-section.moorl-offset-150-top [class*="cms-section-"] {
    top: -150px;
  }
  .cms-section.moorl-offset-200-top [class*="cms-section-"] {
    top: -200px;
  }
}
[class*="cms-block-moorl-grid-layout-"] {
  overflow: visible;
}
.moorl-grid-layout {
  width: 100%;
  display: grid;
  grid-gap: 20px;
  grid-template: "a" auto "b" auto "c" auto "d" auto "e" auto "f" auto / 1fr;
}
.moorl-grid-layout > div, .moorl-grid-layout > a {
  box-sizing: border-box;
  height: auto;
  width: 100%;
}
.moorl-grid-layout > div:nth-child(1), .moorl-grid-layout > a:nth-child(1) {
  grid-area: a;
}
.moorl-grid-layout > div:nth-child(2), .moorl-grid-layout > a:nth-child(2) {
  grid-area: b;
}
.moorl-grid-layout > div:nth-child(3), .moorl-grid-layout > a:nth-child(3) {
  grid-area: c;
}
.moorl-grid-layout > div:nth-child(4), .moorl-grid-layout > a:nth-child(4) {
  grid-area: d;
}
.moorl-grid-layout > div:nth-child(5), .moorl-grid-layout > a:nth-child(5) {
  grid-area: e;
}
.moorl-grid-layout > div:nth-child(6), .moorl-grid-layout > a:nth-child(6) {
  grid-area: f;
}
.cms-block-moorl-grid-layout-two .moorl-grid-layout {
  grid-template: "a" auto "c" auto "d" auto "b" auto / 1fr;
}
@media (min-width: 768px) {
  .cms-block-moorl-grid-layout-one .moorl-grid-layout {
    grid-template: "a a a a" auto "d d d d" auto "b b c c" auto / 1fr 1fr 1fr 1fr;
  }
  .cms-block-moorl-grid-layout-two .moorl-grid-layout {
    grid-template: "a b" auto "c b" auto "d b" auto / 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .cms-block-moorl-grid-layout-one .moorl-grid-layout {
    grid-template: "a a a b b" auto "c c d d d" auto / 1fr 1fr 1fr 1fr 1fr;
  }
  .cms-block-moorl-grid-layout-two .moorl-grid-layout {
    grid-template: "a a b" auto "c d b" auto / 1fr 1fr 1fr;
  }
  .cms-block-moorl-grid-layout-three .moorl-grid-layout {
    grid-template: "a c b" auto "a d b" auto / 1fr 1fr 1fr;
  }
  .cms-block-moorl-grid-layout-four .moorl-grid-layout {
    grid-template: "a b" auto "c b" auto "c d" auto / 1fr 1fr;
  }
  .cms-block-moorl-grid-layout-five .moorl-grid-layout {
    grid-template: "a b" auto "c b" auto / 1fr 1fr;
  }
  .cms-block-moorl-grid-layout-six .moorl-grid-layout {
    grid-template: "a b c" auto "a d d" auto / 1fr 1fr 1fr;
  }
  .cms-block-moorl-grid-layout-seven .moorl-grid-layout {
    grid-template: "a a b c" auto "a a b c" auto "d d d c" auto / 1fr 1fr 1fr 1fr;
  }
  .cms-block-moorl-grid-layout-eight .moorl-grid-layout {
    grid-template: "a b b" auto "a c e" auto "d d e" auto / 1fr 1fr 1fr;
  }
  .cms-block-moorl-grid-layout-nine .moorl-grid-layout {
    grid-template: "a b b" auto "a d e" auto "c d e" auto / 1fr 1fr 1fr;
  }
  .cms-block-moorl-grid-layout-ten .moorl-grid-layout {
    grid-template: "a b c" auto "a b d" auto "e b d" auto / 1fr 1fr 1fr;
  }
  .cms-block-moorl-grid-layout-eleven .moorl-grid-layout {
    grid-template: "a b c" auto "e b d" auto / 1fr 1fr 1fr;
  }
  .cms-block-moorl-grid-layout-twelve .moorl-grid-layout {
    grid-template: "a b b b" auto "a c c d" auto "e e e d" auto / 1fr 1fr 1fr 1fr;
  }
  .cms-block-moorl-grid-layout-thirteen .moorl-grid-layout {
    grid-template: "b b c c" auto "d a c c" auto / 1fr 1fr 1fr 1fr;
  }
  .cms-block-moorl-grid-layout-fourteen .moorl-grid-layout {
    grid-template: "a b" auto "a c" auto / 1fr 1fr;
  }
  .cms-block-moorl-grid-layout-fifteen .moorl-grid-layout {
    grid-template: "a b b b" auto "a c d e" auto "f f d e" auto / 1fr 1fr 1fr 1fr;
  }
  .cms-block-moorl-grid-layout-sixteen .moorl-grid-layout {
    grid-template: "a a a b" auto "a a a c" auto "a a a d" 1fr / 1fr 1fr 1fr 1fr;
  }
}
/* Helper Classes */
.grid-gap-30 .moorl-grid-layout {
  grid-gap: 30px;
}
.grid-gap-25 .moorl-grid-layout {
  grid-gap: 25px;
}
.grid-gap-20 .moorl-grid-layout {
  grid-gap: 20px;
}
.grid-gap-15 .moorl-grid-layout {
  grid-gap: 15px;
}
.grid-gap-10 .moorl-grid-layout {
  grid-gap: 10px;
}
.grid-gap-5 .moorl-grid-layout {
  grid-gap: 5px;
}
.grid-gap-0 .moorl-grid-layout {
  grid-gap: 0px;
}
[class*="cms-block-moorl-column-layout-"] {
  overflow: visible;
}
.moorl-column-layout {
  width: 100%;
  display: grid;
  grid-gap: 20px;
  /* Note: Tiny Slider breaks if the parent element is display: grid with fr based template columns */
  grid-template-columns: 100%;
}
.moorl-column-layout > a, .moorl-column-layout > div {
  box-sizing: border-box;
  height: auto;
  width: 100%;
}
.cms-block-moorl-column-layout-nb-1-1 .moorl-column-layout {
  grid-template-columns: repeat(2, 1fr);
}
.cms-block-moorl-column-layout-nb-1-1-1 .moorl-column-layout {
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 768px) {
  .cms-block-moorl-column-layout-1-1 .moorl-column-layout {
    grid-template-columns: repeat(2, 1fr);
  }
  .cms-block-moorl-column-layout-1-1-1 .moorl-column-layout {
    grid-template-columns: repeat(3, 1fr);
  }
  .cms-block-moorl-column-layout-1-1-1-1 .moorl-column-layout {
    grid-template-columns: repeat(4, 1fr);
  }
  .cms-block-moorl-column-layout-1-1-1-1-1 .moorl-column-layout {
    grid-template-columns: repeat(5, 1fr);
  }
  .cms-block-moorl-column-layout-2-3 .moorl-column-layout {
    grid-template-columns: 2fr 3fr;
  }
  .cms-block-moorl-column-layout-3-2 .moorl-column-layout {
    grid-template-columns: 3fr 2fr;
  }
}
/* Helper Classes */
.grid-gap-30 .moorl-column-layout {
  grid-gap: 30px;
}
.grid-gap-25 .moorl-column-layout {
  grid-gap: 25px;
}
.grid-gap-20 .moorl-column-layout {
  grid-gap: 20px;
}
.grid-gap-15 .moorl-column-layout {
  grid-gap: 15px;
}
.grid-gap-10 .moorl-column-layout {
  grid-gap: 10px;
}
.grid-gap-5 .moorl-column-layout {
  grid-gap: 5px;
}
.grid-gap-0 .moorl-column-layout {
  grid-gap: 0;
}
.cms-element-moorl-share {
  line-height: 24px;
}
.cms-element-moorl-share ul {
  padding: 20px 0;
  margin: 0;
  display: flex;
  list-style: none;
  justify-content: center;
}
.cms-element-moorl-share ul li {
  display: flex;
  align-items: center;
  padding: 4px 16px;
  border-right: 1px solid #eaeaf0;
}
.cms-element-moorl-share ul li div > a:after, .cms-element-moorl-share ul li div > span:after {
  content: ",";
}
.cms-element-moorl-share ul li div > a:last-child:after, .cms-element-moorl-share ul li div > span:last-child:after {
  content: none;
}
.cms-element-moorl-share ul li:last-child {
  border-right: 0;
}
.cms-element-moorl-toc {
  line-height: 24px;
}
.cms-element-moorl-toc ol {
  overflow-y: hidden;
  padding: 0;
  margin: 0;
  list-style: none;
}
.cms-element-moorl-toc ol li {
  margin-top: 8px;
}
.cms-element-moorl-toc ol li a {
  display: block;
  padding-left: 8px;
  color: #333333;
  transition: all 0.3s;
}
.cms-element-moorl-toc ol li a:hover {
  border-left: #008555 solid 3px !important;
  color: #008555 !important;
}
.cms-element-moorl-toc ol li.active > a {
  border-left: #008555 solid 3px !important;
  color: #008555 !important;
}
.cms-element-moorl-toc ol li.active > ol {
  max-height: none;
}
.cms-element-moorl-toc ol > li > a {
  border-left: #eaeaf0 solid 3px;
}
.cms-element-moorl-toc ol .toc-lvl-2 {
  padding-left: 11px;
  margin-top: 4px;
}
.cms-element-moorl-toc ol .toc-lvl-2 > li > a {
  border-left: 3px solid #F5F5F5;
}
@media (min-width: 992px) {
  .cms-element-moorl-toc ol .toc-lvl-2 {
    max-height: 0;
  }
}
.cms-element-moorl-replacer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 240px;
  height: 100%;
}
.cms-element-moorl-replacer > div {
  padding: 5px;
  font-size: 0.7em;
  color: #ffffff;
  font-family: "Courier", monospace;
}
.cms-element-moorl-accordion .moorl-accordion-content .section {
  margin-bottom: 15px;
}
.cms-element-moorl-accordion .moorl-accordion-content .section:last-child {
  margin-bottom: 0;
}
.cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading {
  margin-bottom: 0;
  display: block;
  padding: 10px 45px 10px 10px;
  border-radius: 0;
  transition: ease all 0.1s;
  position: relative;
  border: 1px solid #eaeaf0;
}
.cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading .moorl-accordion-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading .moorl-accordion-icon .icon {
  width: 15px;
  height: 15px;
  transition: ease all 0.3s;
}
.cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading .moorl-accordion-icon svg {
  color: #333333;
  top: 0;
}
.cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading:hover, .cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading[aria-expanded="true"] {
  background-color: #008555;
  color: #fff;
  text-decoration: none;
  border: 1px solid #008555;
}
.cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading:hover .moorl-accordion-icon svg, .cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading[aria-expanded="true"] .moorl-accordion-icon svg {
  color: #fff;
}
.cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading[aria-expanded="true"] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cms-element-moorl-accordion .moorl-accordion-content .section a.section-heading[aria-expanded="true"] .moorl-accordion-icon .icon {
  transform: rotate(180deg);
}
.cms-element-moorl-accordion .moorl-accordion-content .section .section-content {
  padding: 10px;
  border: 1px solid #eaeaf0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.cms-element-moorl-accordion .moorl-accordion-content .section .section-content a {
  color: #008555;
}
.cms-element-moorl-accordion .moorl-accordion-content .section .section-content p:last-child {
  margin-bottom: 0;
}
.cms-element-moorl-hero-banner {
  overflow: visible !important;
}
.cms-element-moorl-hero-banner .moorl-hero-caption {
  display: inline-block;
  max-width: 720px;
}
.cms-element-moorl-hero-banner .moorl-hero-caption .moorl-hero-headline {
  font-weight: bold;
  font-size: 2.5em;
  margin-bottom: 15px;
}
.cms-element-moorl-hero-banner .moorl-hero-caption .moorl-hero-text {
  font-size: 1.3em;
  margin-bottom: 25px;
}
.cms-element-moorl-hero-banner .moorl-hero-banner {
  max-width: 100%;
}
.cms-element-moorl-hero-banner .moorl-hero-banner label {
  display: none;
}
.cms-element-moorl-hero-banner .moorl-hero-banner .header-search-input {
  border: none;
  padding: 0 15px;
  height: 50px;
  font-size: 1.2em;
}
.cms-element-moorl-hero-banner .moorl-hero-banner .btn {
  background-color: #008555;
  border-color: #008555;
  color: #fff;
  padding: 0 15px;
}
.cms-element-moorl-hero-banner .moorl-hero-banner .btn:hover {
  background-color: #006c45;
  border-color: #006c45;
}
.cms-element-moorl-hero-banner .moorl-hero-banner .btn:hover .icon {
  color: #fff;
}
.cms-element-moorl-hero-banner .moorl-hero-banner .search-suggest-container {
  width: 100%;
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.cms-element-moorl-newsletter form .form-group .form-label {
  display: none;
}
.cms-element-moorl-newsletter form .moorl-newsletter-privacy {
  margin-top: 15px;
}
.cms-element-moorl-newsletter form .moorl-newsletter-privacy div:first-child {
  display: none;
}
.cms-element-moorl-newsletter form .moorl-newsletter-privacy .custom-control-label:before {
  top: 4px;
}
.cms-element-moorl-newsletter form .moorl-input-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  height: 50px;
}
.cms-element-moorl-newsletter form .moorl-input-container .form-group {
  margin-bottom: 0;
}
.cms-element-moorl-newsletter form .moorl-input-container input {
  height: 50px;
  font-size: 1em;
}
.cms-element-moorl-newsletter form .moorl-input-container button {
  font-size: 1em;
  transition: ease all 0.2s;
}
.cms-element-moorl-newsletter form .moorl-input-container button:hover {
  opacity: 0.9;
}
.cms-block-studygood-newsletter .cms-block-container-row {
  align-items: center;
}
.cms-block-studygood-newsletter .cms-block-container-row .cms-element-text p:last-child {
  margin-bottom: 0;
}
.cms-element-moorl-table-registration .input-group-text {
  background-color: #008555;
  color: #fff;
}
.cms-element-moorl-table-registration .table-registration-privacy div:not(.privacy-notice) {
  display: none;
}
.cms-element-moorl-table-registration button[type="submit"] {
  padding: 5px 25px;
  float: none !important;
  display: inline-block;
  margin-top: 20px;
}
.cms-block-moorl-usp-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.cms-element-moorl-usp .usp-container {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.cms-element-moorl-usp .usp-container .icon-container {
  margin-right: 20px;
}
.cms-element-moorl-usp .usp-container .icon-container .icon {
  width: 32px;
  height: 32px;
}
.cms-element-moorl-usp .usp-container .text-container .headline {
  font-size: 1.3em;
  font-weight: 500;
}
.cms-element-moorl-usp .usp-container .text-container .subheadline {
  font-size: 1.1em;
}
.cms-element-moorl-usp .usp-container.center {
  flex-direction: column;
  text-align: center;
}
.cms-element-moorl-usp .usp-container.center .icon-container {
  margin-right: 0;
  margin-bottom: 15px;
}
.cms-element-moorl-cta-banner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-decoration: none !important;
}
.cms-element-moorl-cta-banner .background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.8s;
  width: 100%;
  height: 100%;
  position: absolute;
}
.cms-element-moorl-cta-banner .background.rotate {
  transform: scale(1.3);
}
.cms-element-moorl-cta-banner .background.rotate-zoom {
  transform: scale(1.3);
}
.cms-element-moorl-cta-banner .background.colorize {
  filter: grayscale(1);
}
.cms-element-moorl-cta-banner .background.colorize-zoom {
  filter: grayscale(1);
}
.cms-element-moorl-cta-banner .background.colorize-blur {
  filter: blur(6px) grayscale(1);
}
.cms-element-moorl-cta-banner .background.blur {
  filter: blur(6px);
}
.cms-element-moorl-cta-banner .background.blur-zoom {
  filter: blur(6px);
}
.cms-element-moorl-cta-banner .video {
  background-color: #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.cms-element-moorl-cta-banner .banner-layer {
  position: relative;
  height: 100%;
  display: flex;
}
.cms-element-moorl-cta-banner .banner-layer .container-icon img {
  height: 96px;
}
.cms-element-moorl-cta-banner .banner-layer .container-icon .icon {
  height: var(--icon-size);
  width: var(--icon-size);
}
.cms-element-moorl-cta-banner .banner-layer .container-content {
  width: 100%;
  display: block;
}
.cms-element-moorl-cta-banner .banner-layer .container-content h1, .cms-element-moorl-cta-banner .banner-layer .container-content .h1, .cms-element-moorl-cta-banner .banner-layer .container-content h2, .cms-element-moorl-cta-banner .banner-layer .container-content .h2, .cms-element-moorl-cta-banner .banner-layer .container-content h3, .cms-element-moorl-cta-banner .banner-layer .container-content .h3, .cms-element-moorl-cta-banner .banner-layer .container-content h4, .cms-element-moorl-cta-banner .banner-layer .container-content .h4, .cms-element-moorl-cta-banner .banner-layer .container-content p {
  margin: 0 0 15px;
  color: inherit;
}
.cms-element-moorl-cta-banner:hover .background.zoom {
  transform: scale(1.2);
}
.cms-element-moorl-cta-banner:hover .background.rotate {
  transform: scale(1.3) rotate(15deg);
}
.cms-element-moorl-cta-banner:hover .background.rotate-zoom {
  transform: scale(1.5) rotate(15deg);
}
.cms-element-moorl-cta-banner:hover .background.colorize {
  filter: none;
}
.cms-element-moorl-cta-banner:hover .background.colorize-zoom {
  filter: none;
  transform: scale(1.2);
}
.cms-element-moorl-cta-banner:hover .background.colorize-blur {
  filter: none;
}
.cms-element-moorl-cta-banner:hover .background.blur {
  filter: none;
}
.cms-element-moorl-cta-banner:hover .background.blur-zoom {
  filter: none;
  transform: scale(1.2);
}
.cms-element-moorl-location .leaflet-popup-content-wrapper, .cms-element-moorl-location .leaflet-popup-tip {
  background: #F5F5F5;
  color: #333333;
}
.cms-element-moorl-location .legend {
  padding: 6px 8px;
  font: 14px Arial, Helvetica, sans-serif;
  background: #F5F5F5;
  background: rgba(245, 245, 245, 0.7);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  line-height: 24px;
  color: #333333;
}
.cms-element-moorl-location .legend h4, .cms-element-moorl-location .legend .h4 {
  text-align: center;
  font-size: 16px;
  margin: 2px 12px 8px;
  color: #333333;
}
.cms-element-moorl-location .legend span {
  position: relative;
  bottom: 3px;
}
.cms-element-moorl-location .legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin: 0 8px 0 0;
}
.leaflet-control-container .leaflet-top, .leaflet-control-container .leaflet-bottom {
  z-index: 400;
}
.leaflet-marker-icon .marker-pin {
  background: #008555;
  width: 40px;
  height: 40px;
  border-radius: 50% 50% 50% 0;
  position: absolute;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}
.leaflet-marker-icon .marker-pin::after {
  content: "";
  width: 34px;
  height: 34px;
  margin: 3px 0 0 3px;
  background: #fff;
  position: absolute;
  border-radius: 50%;
}
.leaflet-marker-icon svg {
  position: absolute;
  width: 32px;
  left: 0;
  right: 0;
  margin: 12px auto;
}
.leaflet-marker-icon svg path {
  fill: #222222;
}
.cms-element-moorl-foundation-listing.cms-element-product-listing {
  display: block;
}
.cms-element-moorl-listing {
  margin-bottom: 20px;
}
.cms-element-moorl-meta {
  display: flex;
  color: var(--bs-secondary-color);
  line-height: 24px;
}
.cms-element-moorl-meta .icon {
  color: #008555;
  margin-right: 8px;
}
.cms-element-moorl-meta .icon > svg {
  top: 0;
}
.cms-element-moorl-meta ul {
  margin: 20px 0;
  padding: 0;
  display: block;
  list-style: none;
  width: 100%;
}
.cms-element-moorl-meta ul li {
  display: flex;
  padding: 8px 16px;
  border-bottom: 1px solid #eaeaf0;
  align-items: center;
}
.cms-element-moorl-meta ul li div > a:after, .cms-element-moorl-meta ul li div > span:after {
  content: ",";
}
.cms-element-moorl-meta ul li div > a:last-child:after, .cms-element-moorl-meta ul li div > span:last-child:after {
  content: none;
}
.cms-element-moorl-meta ul li a {
  color: var(--bs-secondary-color);
}
.cms-element-moorl-meta ul li:last-child {
  border-bottom: 0;
}
@media (min-width: 992px) {
  .cms-element-moorl-meta {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cms-element-moorl-meta ul {
    display: flex;
    width: auto;
  }
  .cms-element-moorl-meta ul li {
    padding: 4px 16px;
    border-right: 1px solid #eaeaf0;
    border-bottom: 0;
  }
  .cms-element-moorl-meta ul li:last-child {
    border-right: 0;
  }
}
.cms-element-moorl-nearby-filter label {
  display: none;
}
.moorl-opening-hours {
  margin: 10px 0;
}
.moorl-opening-hours .row, .moorl-opening-hours .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .moorl-opening-hours .checkout-container, .moorl-opening-hours .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .moorl-opening-hours .checkout-container, .moorl-opening-hours .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .moorl-opening-hours .checkout-container, .moorl-opening-hours .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .moorl-opening-hours .checkout-container, .moorl-opening-hours .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .moorl-opening-hours .checkout-container, .moorl-opening-hours body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .moorl-opening-hours .checkout-container {
  margin-left: 0;
  margin-right: 0;
}
.moorl-opening-hours .row:nth-child(odd), .moorl-opening-hours .is-act-cartpage .checkout .checkout-container:nth-child(odd), .is-act-cartpage .checkout .moorl-opening-hours .checkout-container:nth-child(odd), .moorl-opening-hours .is-act-checkoutregisterpage .checkout .checkout-container:nth-child(odd), .is-act-checkoutregisterpage .checkout .moorl-opening-hours .checkout-container:nth-child(odd), .moorl-opening-hours .is-act-confirmpage .checkout .checkout-container:nth-child(odd), .is-act-confirmpage .checkout .moorl-opening-hours .checkout-container:nth-child(odd), .moorl-opening-hours .is-ctl-accountorder .checkout .checkout-container:nth-child(odd), .is-ctl-accountorder .checkout .moorl-opening-hours .checkout-container:nth-child(odd), .moorl-opening-hours .is-act-finishpage .checkout .checkout-container:nth-child(odd), .is-act-finishpage .checkout .moorl-opening-hours .checkout-container:nth-child(odd), .moorl-opening-hours body.is-act-confirmpage .checkout .checkout-container:nth-child(odd), body.is-act-confirmpage .checkout .moorl-opening-hours .checkout-container:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.1);
}
.moorl-opening-hours .row .moorl-opening-hours-range.closed, .moorl-opening-hours .is-act-cartpage .checkout .checkout-container .moorl-opening-hours-range.closed, .is-act-cartpage .checkout .moorl-opening-hours .checkout-container .moorl-opening-hours-range.closed, .moorl-opening-hours .is-act-checkoutregisterpage .checkout .checkout-container .moorl-opening-hours-range.closed, .is-act-checkoutregisterpage .checkout .moorl-opening-hours .checkout-container .moorl-opening-hours-range.closed, .moorl-opening-hours .is-act-confirmpage .checkout .checkout-container .moorl-opening-hours-range.closed, .is-act-confirmpage .checkout .moorl-opening-hours .checkout-container .moorl-opening-hours-range.closed, .moorl-opening-hours .is-ctl-accountorder .checkout .checkout-container .moorl-opening-hours-range.closed, .is-ctl-accountorder .checkout .moorl-opening-hours .checkout-container .moorl-opening-hours-range.closed, .moorl-opening-hours .is-act-finishpage .checkout .checkout-container .moorl-opening-hours-range.closed, .is-act-finishpage .checkout .moorl-opening-hours .checkout-container .moorl-opening-hours-range.closed, .moorl-opening-hours body.is-act-confirmpage .checkout .checkout-container .moorl-opening-hours-range.closed, body.is-act-confirmpage .checkout .moorl-opening-hours .checkout-container .moorl-opening-hours-range.closed {
  background-color: #c82f1e;
  color: #fff;
  font-weight: 700;
  padding: 0 10px;
  border-radius: 0;
  font-size: 0.7em;
}
.moorl-opening-hours span:after {
  content: ",";
}
.moorl-opening-hours span:last-child:after {
  content: none;
}
.moorl-listing-header-title {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.moorl-listing-header-link {
  text-align: right;
  margin-bottom: 5px;
}
/* listingLayout */
.moorl-listing-list, .moorl-listing-slider, .moorl-listing-grid {
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}
.moorl-listing-list > li, .moorl-listing-slider > li, .moorl-listing-grid > li {
  width: 100%;
}
.moorl-listing-list > li.is-active, .moorl-listing-slider > li.is-active, .moorl-listing-grid > li.is-active {
  z-index: 20;
}
.moorl-listing-standard {
  list-style: none;
  align-items: center;
  padding: 0;
}
.moorl-listing-standard > li.is-active {
  z-index: 20;
}
.moorl-listing-slider-thumbnails ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.moorl-listing-slider-thumbnails ul li {
  cursor: pointer;
  margin: 0 6px;
}
.moorl-listing-slider-thumbnails ul li img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  filter: grayscale(1);
  transition: all 0.8s;
}
.moorl-listing-slider-thumbnails ul li.tns-nav-active img {
  filter: grayscale(0);
}
.moorl-listing-list, .moorl-listing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 20px;
}
.moorl-listing-list {
  grid-template-columns: 1fr;
}
.moorl-listing-list .moorl-listing-item-image-content, .moorl-listing-list .moorl-listing-item-content-image {
  display: flex;
  flex-direction: row;
}
.moorl-listing-list .moorl-listing-item-image-content .moorl-listing-item-image, .moorl-listing-list .moorl-listing-item-content-image .moorl-listing-item-image {
  height: 100%;
  width: 50%;
}
.moorl-listing-list .moorl-listing-item-image-content .moorl-listing-item-content, .moorl-listing-list .moorl-listing-item-content-image .moorl-listing-item-content {
  height: 100%;
  width: 50%;
}
.moorl-listing-list .moorl-listing-item-content-image {
  flex-direction: row-reverse;
}
.moorl-listing-standard {
  margin-right: -15px;
  margin-left: -15px;
}
.moorl-listing-standard > li {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}
/* itemLayout */
.moorl-listing-item-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}
.moorl-listing-item-wrapper:hover {
  text-decoration: none;
}
.moorl-listing-item-wrapper.has-border {
  border: 1px solid #eaeaf0;
  border-radius: 0;
}
.moorl-listing-item-wrapper > div {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.moorl-listing-item-image-or-title .moorl-listing-item-image, .moorl-listing-item-overlay .moorl-listing-item-image {
  position: absolute;
}
.moorl-listing-item-image-or-title .moorl-listing-item-content, .moorl-listing-item-overlay .moorl-listing-item-content {
  position: absolute;
  bottom: 0;
  background-color: rgba(245, 245, 245, 0.7);
}
.moorl-listing-item-image-content, .moorl-listing-item-content-image {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.moorl-listing-item-image-content .moorl-listing-item-image, .moorl-listing-item-content-image .moorl-listing-item-image {
  height: 50%;
}
.moorl-listing-item-image-content .moorl-listing-item-content, .moorl-listing-item-content-image .moorl-listing-item-content {
  height: 50%;
}
.moorl-listing-item-content-image {
  flex-direction: column-reverse;
}
.moorl-listing-item-avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.moorl-listing-item-avatar .moorl-listing-item-image {
  margin-bottom: 10px;
}
.moorl-listing-item-avatar .moorl-listing-item-image img {
  border-radius: 50%;
}
.moorl-listing-item-avatar .moorl-listing-item-content .moorl-listing-item-description {
  display: none;
}
.moorl-listing-item-title {
  font-size: 1.4em;
  height: 24px;
  line-height: 24px;
}
.moorl-listing-item-meta {
  height: 16px;
  font-size: 0.8em;
}
.moorl-listing-item-description {
  height: 60px;
}
/* displayMode */
.moorl-listing-item-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.moorl-listing-item-image img {
  display: block;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.moorl-listing-item-image img.is-standard, .moorl-listing-item-image img.is-cover, .moorl-listing-item-image img.is-contain {
  width: 100%;
  height: 100%;
}
.moorl-listing-item-image img.is-cover {
  object-fit: cover;
}
.moorl-listing-item-image img.is-contain {
  object-fit: contain;
}
.moorl-listing-item-image img.is-standard {
  object-fit: scale-down;
}
.moorl-listing-item-image .icon-fluid {
  width: 80%;
  height: 80%;
}
.moorl-listing-item-image .moorl-listing-item-title {
  height: auto;
}
.moorl-listing-item-content {
  padding: 15px;
  width: 100%;
}
.moorl-listing-item-content > div > div {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.moorl-listing-item-content > div > div:last-child {
  margin-bottom: 0;
}
.search-suggest .moorl-listing-item-wrapper {
  background-color: transparent;
}
.search-suggest .moorl-listing-item-wrapper.has-border {
  border: none;
}
.search-suggest .moorl-search-suggest-list {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}
.search-suggest .moorl-listing-item-meta {
  display: none;
}
.search-suggest .moorl-listing-item-description {
  height: 40px;
}
.search-suggest .moorl-listing-list, .search-suggest .moorl-listing-grid {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.search-suggest .moorl-listing-list .moorl-listing-item-content {
  display: flex;
  align-items: center;
}
.search-suggest .moorl-listing-item-content {
  padding: 10px;
}
.search-suggest .moorl-listing-item-content > div > div {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .search-suggest .moorl-search-suggest-container {
    width: var(--moorl-advanced-search-width);
  }
}
.moorl-search-page .nav-tabs {
  margin-bottom: 1.5rem;
  font-size: 1.6em;
}
.moorl-countdown {
  cursor: pointer;
  display: flex;
  justify-content: center;
  column-gap: 10px;
}
.moorl-countdown > div {
  padding: 10px;
  text-align: center;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.moorl-countdown .moorl-countdown-time {
  font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
  font-weight: 600;
}
.moorl-countdown .moorl-countdown-label {
  font-size: 0.7em;
  text-transform: uppercase;
}
/*
Base slider fix https://github.com/shopware/platform/commit/bf4d022ed3d4a717465e0cae5655e715abccb37c

.base-slider {
    .is-not-first {
        display: none;
    }

    &.js-slider-initialized {
        .is-not-first {
            display: inline-block;
        }
    }
}
*/
.moorl-slider {
  overflow: visible;
}
.moorl-slider .tns-ovh {
  overflow: hidden;
}
.moorl-product-buy-list .moorl-product-buy-list-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.moorl-product-buy-list .moorl-product-buy-list-items .moorl-product-buy-list-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  grid-gap: 8px;
  border-bottom: 1px solid #eaeaf0;
}
.moorl-product-buy-list .moorl-product-buy-list-items .moorl-product-buy-list-item.enable-add-to-cart-all-single {
  grid-template-columns: auto 120px 1fr auto;
}
.moorl-product-buy-list .moorl-product-buy-list-items .moorl-product-buy-list-item.enable-add-to-cart-all {
  grid-template-columns: auto 120px 1fr;
}
.moorl-product-buy-list .moorl-product-buy-list-items .moorl-product-buy-list-item.enable-add-to-cart-single {
  grid-template-columns: 120px 1fr auto;
}
.moorl-product-buy-list .product-cover img {
  width: 100%;
  max-height: 140px;
  margin: 10px auto;
  object-fit: contain;
}
.moorl-product-buy-list .product-title {
  font-size: 1.2em;
  margin-top: 10px;
  margin-bottom: 15px;
}
.moorl-product-buy-list .product-title a {
  text-decoration: none;
}
.moorl-product-buy-list .product-configurator-option {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 5px;
  align-items: center;
}
.moorl-product-buy-list .product-configurator-option label {
  margin-bottom: 0;
}
.moorl-product-buy-list .product-buy-form {
  height: 100%;
}
.moorl-product-buy-list .product-buy-form .btn {
  height: 100%;
  border-radius: 0;
}
.moorl-product-buy-list .total-price, .moorl-product-buy-list .products-buy-form-list-item-info-price {
  font-size: 1.2em;
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: right;
}
.moorl-product-buy-list .total-price.striked, .moorl-product-buy-list .products-buy-form-list-item-info-price.striked {
  text-decoration: line-through;
}
.moorl-product-buy-list .discount-price {
  font-size: 1.8em;
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: right;
  color: #c82f1e;
}
.moorl-parts-list .moorl-parts-list-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.moorl-parts-list .moorl-parts-list-items .moorl-parts-list-item {
  display: grid;
  grid-template-columns: 48px 64px 1fr 90px;
  align-items: center;
  grid-gap: 4px;
  border-bottom: 1px solid #eaeaf0;
}
.moorl-parts-list .moorl-parts-list-items .moorl-parts-list-item:last-child {
  border-bottom: 0;
}
.moorl-parts-list .product-cover img {
  width: 100%;
  max-height: 48px;
  margin: 5px auto;
  object-fit: contain;
}
.moorl-parts-list .product-title a {
  font-size: 1.1em;
  text-decoration: none;
}
.moorl-parts-list .product-characteristics {
  font-size: 0.9em;
  min-height: 0;
}
.moorl-parts-list .product-price {
  text-align: right;
}
.moorl-parts-list .total-price {
  font-size: 1.1em;
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: right;
}
.moorl-parts-list .total-price.striked {
  text-decoration: line-through;
}
.moorl-parts-list .discount-price {
  font-size: 1.8em;
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: right;
  color: #c82f1e;
}
.moorl-download-list .moorl-download-list-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.moorl-download-list .moorl-download-list-items .moorl-download-list-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  grid-gap: 8px;
  border-bottom: 1px solid #eaeaf0;
}
.moorl-download-list .download-icon {
  font-size: 2em;
}
.moorl-download-list .download-content {
  margin-top: 8px;
  margin-bottom: 8px;
}
.moorl-download-list .download-title {
  font-size: 1.2em;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.moorl-download-list .download-meta {
  color: var(--bs-secondary-color);
}
.moorl-download-list .download-form {
  height: 100%;
}
.moorl-download-list .download-form .btn {
  height: 100%;
  border-radius: 0;
  display: flex;
}
.moorl-paint-dots {
  background-image: paint(dots);
}
.moorl-paint-generateddots {
  background-image: paint(generateddots);
}
.moorl-cookie-box {
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #F5F5F5;
  color: #333333;
  padding: 1rem;
  border: 1px solid #eaeaf0;
  flex-direction: column;
  height: 100%;
}
.moorl-cookie-box svg {
  fill: #008555;
}
[data-moorl-copy] {
  color: #008555;
  text-decoration: underline;
  cursor: pointer;
}
[data-moorl-copy]:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  content: "";
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" class="purple-stroke" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M8 10a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2zM16 8V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2"></path></svg>');
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" class="purple-stroke" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M8 10a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2zM16 8V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2"></path></svg>');
}
[data-moorl-copy].success {
  color: #2ecc71;
}
[data-moorl-copy].success:after {
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="800px" height="800px" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M21.2287 6.60355C21.6193 6.99407 21.6193 7.62723 21.2287 8.01776L10.2559 18.9906C9.86788 19.3786 9.23962 19.3814 8.84811 18.9969L2.66257 12.9218C2.26855 12.5349 2.26284 11.9017 2.64983 11.5077L3.35054 10.7942C3.73753 10.4002 4.37067 10.3945 4.7647 10.7815L9.53613 15.4677L19.1074 5.89644C19.4979 5.50592 20.1311 5.50591 20.5216 5.89644L21.2287 6.60355Z" fill="%23000000"/></svg>');
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="800px" height="800px" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M21.2287 6.60355C21.6193 6.99407 21.6193 7.62723 21.2287 8.01776L10.2559 18.9906C9.86788 19.3786 9.23962 19.3814 8.84811 18.9969L2.66257 12.9218C2.26855 12.5349 2.26284 11.9017 2.64983 11.5077L3.35054 10.7942C3.73753 10.4002 4.37067 10.3945 4.7647 10.7815L9.53613 15.4677L19.1074 5.89644C19.4979 5.50592 20.1311 5.50591 20.5216 5.89644L21.2287 6.60355Z" fill="%23000000"/></svg>');
}
.filter-navigation-container .category-navigation {
  padding-left: 12px;
}
.filter-navigation-container .category-navigation.level-0 {
  padding-left: 0;
}
.filter-navigation-container .category-navigation-link {
  padding: 4px 12px;
}
@keyframes moorl-pulse {
  0% {
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(245, 245, 245, 0.8);
  }
  70% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 10px transparent;
  }
  100% {
    -ms-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes moorl-pulse-svg {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(6, 6);
    opacity: 0;
  }
}
.moorl-multi-banner .moorl-multi-banner-container {
  position: relative;
}
.moorl-multi-banner .moorl-multi-banner-image {
  width: 100%;
  height: auto;
}
.moorl-multi-banner .moorl-multi-banner-countdown > div {
  color: #fff;
  font-size: 22px;
}
.moorl-multi-banner .moorl-multi-banner-countdown > div > div {
  background-color: rgba(0, 0, 0, 0.7);
}
.moorl-multi-banner .moorl-multi-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.moorl-multi-banner .moorl-multi-banner-overlay figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.moorl-multi-banner .moorl-multi-banner-overlay figure rect, .moorl-multi-banner .moorl-multi-banner-overlay figure circle, .moorl-multi-banner .moorl-multi-banner-overlay figure ellipse {
  fill: transparent;
  stroke: var(--bs-primary);
  stroke-width: 1;
  stroke-dasharray: 1 1;
}
.moorl-multi-banner .moorl-multi-banner-overlay figure rect:hover, .moorl-multi-banner .moorl-multi-banner-overlay figure circle:hover, .moorl-multi-banner .moorl-multi-banner-overlay figure ellipse:hover {
  fill: white;
  opacity: 0.5;
}
.moorl-multi-banner .moorl-multi-banner-overlay .moorl-multi-banner-dot {
  position: absolute;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #f9f9f9;
  background-color: rgba(245, 245, 245, 0.3);
  cursor: pointer;
  transition: border-color 0.3s;
}
.moorl-multi-banner .moorl-multi-banner-overlay .moorl-multi-banner-dot .pulse {
  animation: moorl-pulse 2s infinite;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  padding: 10px;
  position: absolute;
  top: -3px;
  left: -3px;
}
.product-box .moorl-multi-banner, .swkweb-content-manager-article-box .moorl-multi-banner {
  padding: 0;
  margin-bottom: 0;
  border: 0;
  z-index: 200;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
}
.product-box .moorl-multi-banner .moorl-multi-banner-countdown, .swkweb-content-manager-article-box .moorl-multi-banner .moorl-multi-banner-countdown {
  margin-bottom: 0;
}
.product-box .moorl-multi-banner .moorl-multi-banner-countdown > div, .swkweb-content-manager-article-box .moorl-multi-banner .moorl-multi-banner-countdown > div {
  font-size: 13px;
}
.product-box .moorl-multi-banner .moorl-multi-banner-countdown > div > div, .swkweb-content-manager-article-box .moorl-multi-banner .moorl-multi-banner-countdown > div > div {
  padding: 6px;
}
.cms-element-moorl-cta-banner .moorl-multi-banner {
  padding: 0;
  margin-bottom: 0;
  border: 0;
  z-index: 200;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.cms-element-moorl-cta-banner .moorl-multi-banner .moorl-multi-banner-countdown {
  margin-bottom: 0;
}
.cms-element-moorl-cta-banner .moorl-multi-banner .moorl-multi-banner-countdown > div > div {
  padding: 6px;
}
.moorl-combination-element {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--min-width), 1fr));
  grid-gap: 20px;
  grid-auto-flow: dense;
  margin-bottom: 20px;
}
.moorl-combination-element.content-banner > .moorl-combination-element-content {
  order: -1;
}
.cms-element-image-slider {
  overflow: hidden;
}
.cms-block.no-gutters, .cms-block.no-gutters .cms-block.cms-block-container-row {
  overflow: visible;
}
@media (min-width: 992px) {
  .sticky-sidebar .cms-section-sidebar-sidebar-content {
    position: sticky;
    top: 0;
    align-self: flex-start;
  }
}
.moorl-foundation-demo-html [id*="demo-"] {
  border-left: #008555 solid 5px;
  padding-left: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.moorl-foundation-demo-html [id*="demo-"]:first-child {
  margin-top: 0;
}
.moorl-foundation-demo-html pre {
  white-space: pre-line;
  font-size: 14px;
  color: var(--bs-secondary-color);
  background-color: #f9f9f9;
  padding: 20px;
  border: 1px solid #eaeaf0;
  border-radius: 0;
}
.moorl-foundation-demo-html .btn {
  margin-bottom: 30px;
}
.icon-inline {
  color: currentColor;
}
.icon-inline > svg {
  top: auto !important;
}
.icon-far, .icon-fas, .icon-fab {
  color: inherit;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-fixed-ios::before {
  content: " ";
  display: block;
  background-image: var(--bg-img);
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: -1;
}
.cms-section.overflow-visible {
  overflow: visible !important;
}
.cms-section.overflow-visible .cms-block {
  overflow: visible !important;
}
.moorl-foundation-hide, .moorl-animation-hidden {
  opacity: 0;
}
.moorl-animation-processing {
  z-index: 1040;
}
.modal {
  z-index: 1060;
}
.btn-moorl {
  --bs-btn-color: #000;
  --bs-btn-bg: #f9f9f9;
  --bs-btn-border-color: #f9f9f9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fafafa;
  --bs-btn-hover-border-color: #fafafa;
  --bs-btn-focus-shadow-rgb: 212, 212, 212;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fafafa;
  --bs-btn-active-border-color: #fafafa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f9f9f9;
  --bs-btn-disabled-border-color: #f9f9f9;
}
.btn-facebook {
  --bs-btn-color: #fff;
  --bs-btn-bg: #3c5a99;
  --bs-btn-border-color: #3c5a99;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #334d82;
  --bs-btn-hover-border-color: #30487a;
  --bs-btn-focus-shadow-rgb: 89, 115, 168;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #30487a;
  --bs-btn-active-border-color: #2d4473;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #3c5a99;
  --bs-btn-disabled-border-color: #3c5a99;
}
.btn-azure {
  --bs-btn-color: #000;
  --bs-btn-bg: #00a4ef;
  --bs-btn-border-color: #00a4ef;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #26b2f1;
  --bs-btn-hover-border-color: #1aadf1;
  --bs-btn-focus-shadow-rgb: 0, 139, 203;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #33b6f2;
  --bs-btn-active-border-color: #1aadf1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #00a4ef;
  --bs-btn-disabled-border-color: #00a4ef;
}
.btn-amazon {
  --bs-btn-color: #000;
  --bs-btn-bg: #ff9900;
  --bs-btn-border-color: #ff9900;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffa826;
  --bs-btn-hover-border-color: #ffa31a;
  --bs-btn-focus-shadow-rgb: 217, 130, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffad33;
  --bs-btn-active-border-color: #ffa31a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ff9900;
  --bs-btn-disabled-border-color: #ff9900;
}
.btn-office365 {
  --bs-btn-color: #000;
  --bs-btn-bg: #00a4ef;
  --bs-btn-border-color: #00a4ef;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #26b2f1;
  --bs-btn-hover-border-color: #1aadf1;
  --bs-btn-focus-shadow-rgb: 0, 139, 203;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #33b6f2;
  --bs-btn-active-border-color: #1aadf1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #00a4ef;
  --bs-btn-disabled-border-color: #00a4ef;
}
.btn-paypal {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0173b9;
  --bs-btn-border-color: #0173b9;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #01629d;
  --bs-btn-hover-border-color: #015c94;
  --bs-btn-focus-shadow-rgb: 39, 136, 196;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #015c94;
  --bs-btn-active-border-color: #01568b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0173b9;
  --bs-btn-disabled-border-color: #0173b9;
}
.btn-generic {
  --bs-btn-color: #000;
  --bs-btn-bg: #efc34a;
  --bs-btn-border-color: #efc34a;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f1cc65;
  --bs-btn-hover-border-color: #f1c95c;
  --bs-btn-focus-shadow-rgb: 203, 166, 63;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f2cf6e;
  --bs-btn-active-border-color: #f1c95c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #efc34a;
  --bs-btn-disabled-border-color: #efc34a;
}
.btn-discord {
  --bs-btn-color: #000;
  --bs-btn-bg: #7289da;
  --bs-btn-border-color: #7289da;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #879be0;
  --bs-btn-hover-border-color: #8095de;
  --bs-btn-focus-shadow-rgb: 97, 116, 185;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #8ea1e1;
  --bs-btn-active-border-color: #8095de;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #7289da;
  --bs-btn-disabled-border-color: #7289da;
}
.btn-twitter {
  --bs-btn-color: #000;
  --bs-btn-bg: #55acee;
  --bs-btn-border-color: #55acee;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #6fb8f1;
  --bs-btn-hover-border-color: #66b4f0;
  --bs-btn-focus-shadow-rgb: 72, 146, 202;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #77bdf1;
  --bs-btn-active-border-color: #66b4f0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #55acee;
  --bs-btn-disabled-border-color: #55acee;
}
.btn-instagram {
  --bs-btn-color: #000;
  --bs-btn-bg: #eeeeee;
  --bs-btn-border-color: #eeeeee;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f1f1f1;
  --bs-btn-hover-border-color: #f0f0f0;
  --bs-btn-focus-shadow-rgb: 202, 202, 202;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f1f1f1;
  --bs-btn-active-border-color: #f0f0f0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #eeeeee;
  --bs-btn-disabled-border-color: #eeeeee;
}
.btn-pinterest {
  --bs-btn-color: #fff;
  --bs-btn-bg: #bd081c;
  --bs-btn-border-color: #bd081c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #a10718;
  --bs-btn-hover-border-color: #970616;
  --bs-btn-focus-shadow-rgb: 199, 45, 62;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #970616;
  --bs-btn-active-border-color: #8e0615;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #bd081c;
  --bs-btn-disabled-border-color: #bd081c;
}
.btn-whatsapp {
  --bs-btn-color: #000;
  --bs-btn-bg: #25d366;
  --bs-btn-border-color: #25d366;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #46da7d;
  --bs-btn-hover-border-color: #3bd775;
  --bs-btn-focus-shadow-rgb: 31, 179, 87;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #51dc85;
  --bs-btn-active-border-color: #3bd775;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #25d366;
  --bs-btn-disabled-border-color: #25d366;
}
.btn-youtube {
  --bs-btn-color: #000;
  --bs-btn-bg: #ff0000;
  --bs-btn-border-color: #ff0000;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ff2626;
  --bs-btn-hover-border-color: #ff1a1a;
  --bs-btn-focus-shadow-rgb: 217, 0, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f33;
  --bs-btn-active-border-color: #ff1a1a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ff0000;
  --bs-btn-disabled-border-color: #ff0000;
}
.btn-xing {
  --bs-btn-color: #fff;
  --bs-btn-bg: #126567;
  --bs-btn-border-color: #126567;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0f5658;
  --bs-btn-hover-border-color: #0e5152;
  --bs-btn-focus-shadow-rgb: 54, 124, 126;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0e5152;
  --bs-btn-active-border-color: #0e4c4d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #126567;
  --bs-btn-disabled-border-color: #126567;
}
.offcanvas.offcanvas-modal {
  bottom: 0;
  top: auto;
  height: 90%;
  width: 100%;
  border-radius: 8px 8px 0 0;
  transform: translateY(100%);
}
@media (min-width: 576px) {
  .offcanvas.offcanvas-modal {
    top: 50%;
    height: auto;
    min-height: 100px;
    width: auto;
    left: 50%;
    right: auto;
    border-radius: 8px;
    transform: translate(-50%, 100%);
  }
  .offcanvas.offcanvas-modal.show {
    bottom: auto;
    transform: translate(-50%, -50%) !important;
  }
}
.offcanvas .offcanvas-cookie-header {
  margin-bottom: 10px;
}
.offcanvas .btn.js-offcanvas-cookie-submit-all {
  background-color: #008555;
  border-color: #008555;
}
.line-item-unit-price.with-list-price, .line-item-total-price.with-list-price {
  color: #e52427;
}
.line-item-unit-list-price-price, .line-item-total-list-price-price {
  text-decoration: line-through;
}
@media (min-width: 768px) {
  .acris-discount-group-custom-line-item:not(.is-offcanvas, .is-order, .no-remove-button) .line-item-info {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 576px) {
  .acris-discount-group-custom-line-item:not(.is-offcanvas, .is-order, .no-remove-button) .line-item-quantity {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .acris-discount-group-custom-line-item:not(.is-offcanvas, .is-order, .no-remove-button) .line-item-quantity {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
@media (min-width: 576px) {
  .acris-discount-group-custom-line-item:not(.is-offcanvas, .is-order, .no-remove-button) .line-item-unit-price {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .acris-discount-group-custom-line-item:not(.is-offcanvas, .is-order, .no-remove-button) .line-item-unit-price {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
@media (min-width: 576px) {
  .acris-discount-group-custom-line-item:not(.is-offcanvas, .is-order, .no-remove-button) .acris-line-item-discount-price {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .acris-discount-group-custom-line-item:not(.is-offcanvas, .is-order, .no-remove-button) .acris-line-item-discount-price {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
@media (min-width: 576px) {
  .acris-discount-group-custom-line-item:not(.is-offcanvas, .is-order, .no-remove-button) .line-item-total-price {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .acris-discount-group-custom-line-item:not(.is-offcanvas, .is-order, .no-remove-button) .line-item-total-price {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .acris-discount-group-custom-line-item.is-order .line-item-info, .acris-discount-group-custom-line-item.no-remove-button .line-item-info {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.acris-discount-listPrice .list-price-percentage {
  display: none;
}
.acris-discount-discount .list-price-price {
  display: none;
}
body.is-ctl-product.is-act-index #zweipunkt-offerdocument-detail-block {
  background: #F9F9F9;
  border: 1px solid #eaeaf0;
  border-radius: 3px;
  display: none;
  padding: 12px;
  margin-top: 15px;
}
body.is-ctl-product.is-act-index #zweipunkt-offerdocument-detail-block a.headline {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
body.is-ctl-product.is-act-index #zweipunkt-offerdocument-detail-block span {
  opacity: 0.8;
}
.bonus-system-get-points-container, .bonus-system-points-price {
  display: flex;
  align-items: center;
  background-color: #fbf5db;
  line-height: 50px;
  margin-left: 20px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.bonus-system-get-points-container .bonus-brand, .bonus-system-points-price .bonus-brand {
  border: 2px solid #ffffff;
  background-color: #f1c40f;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  float: left;
  font-size: 30px;
  padding-left: 4px;
  left: -20px;
  position: relative;
}
.bonus-system-get-points-container .bonus-brand.has-icon, .bonus-system-points-price .bonus-brand.has-icon {
  border: 0;
  font-size: 0;
  padding-left: 0;
}
.bonus-system-get-points-container .bonus-brand.has-icon .rounded-circle, .bonus-system-points-price .bonus-brand.has-icon .rounded-circle {
  width: 50px;
  height: 50px;
}
.bonus-system-get-points-container .bonus-text, .bonus-system-points-price .bonus-text {
  color: #ae8e0a;
  float: left;
}
@media screen and (min-width: 992px) and (max-width: 1115px) {
  .bonus-system-get-points-container .bonus-text, .bonus-system-points-price .bonus-text {
    width: 235px;
    line-height: 24px;
  }
}
@media screen and (min-width: 415px) and (max-width: 460px) {
  .bonus-system-get-points-container .bonus-text, .bonus-system-points-price .bonus-text {
    width: 235px;
    line-height: 24px;
  }
}
@media screen and (min-width: 355px) and (max-width: 415px) {
  .bonus-system-get-points-container .bonus-text, .bonus-system-points-price .bonus-text {
    width: 235px;
    line-height: 24px;
  }
}
@media screen and (max-width: 354px) {
  .bonus-system-get-points-container .bonus-text, .bonus-system-points-price .bonus-text {
    width: 210px;
    line-height: 24px;
  }
}
.bonus-system-get-points-container.bonus-teaser-compact, .bonus-teaser-compact.bonus-system-points-price {
  line-height: 40px;
  margin-top: 10px;
}
.bonus-system-get-points-container.bonus-teaser-compact .bonus-brand, .bonus-teaser-compact.bonus-system-points-price .bonus-brand {
  width: 40px;
  height: 40px;
  font-size: 25px;
  line-height: 38px;
}
.bonus-system-get-points-container.bonus-teaser-compact .bonus-brand.has-icon .rounded-circle, .bonus-teaser-compact.bonus-system-points-price .bonus-brand.has-icon .rounded-circle {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  .bonus-system-get-points-container.bonus-teaser-compact .bonus-text, .bonus-teaser-compact.bonus-system-points-price .bonus-text {
    width: 151px;
    line-height: 20px;
  }
}
@media screen and (min-width: 576px) and (max-width: 650px) {
  .bonus-system-get-points-container.bonus-teaser-compact .bonus-text, .bonus-teaser-compact.bonus-system-points-price .bonus-text {
    width: 139px;
    line-height: 20px;
  }
}
@media screen and (max-width: 380px) {
  .bonus-system-get-points-container.bonus-teaser-compact .bonus-text, .bonus-teaser-compact.bonus-system-points-price .bonus-text {
    width: 192px;
    line-height: 40px;
  }
}
@media screen and (min-width: 355px) and (max-width: 365px) {
  .bonus-system-get-points-container.bonus-teaser-compact .bonus-text, .bonus-teaser-compact.bonus-system-points-price .bonus-text {
    width: 151px;
    line-height: 20px;
  }
}
@media screen and (max-width: 354px) {
  .bonus-system-get-points-container.bonus-teaser-compact .bonus-text, .bonus-teaser-compact.bonus-system-points-price .bonus-text {
    width: 146px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1281px) {
  .product-box .bonus-system-get-points-container .bonus-text, .swkweb-content-manager-article-box .bonus-system-get-points-container .bonus-text, .product-box .bonus-system-points-price .bonus-text, .swkweb-content-manager-article-box .bonus-system-points-price .bonus-text {
    width: 183px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1116px) and (max-width: 1199px) {
  .product-box .bonus-system-get-points-container .bonus-text, .swkweb-content-manager-article-box .bonus-system-get-points-container .bonus-text, .product-box .bonus-system-points-price .bonus-text, .swkweb-content-manager-article-box .bonus-system-points-price .bonus-text {
    width: 230px;
    line-height: 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1115px) {
  .product-box .bonus-system-get-points-container .bonus-text, .swkweb-content-manager-article-box .bonus-system-get-points-container .bonus-text, .product-box .bonus-system-points-price .bonus-text, .swkweb-content-manager-article-box .bonus-system-points-price .bonus-text {
    width: 185px;
    line-height: 20px;
  }
}
@media screen and (min-width: 829px) and (max-width: 991px) {
  .product-box .bonus-system-get-points-container .bonus-text, .swkweb-content-manager-article-box .bonus-system-get-points-container .bonus-text, .product-box .bonus-system-points-price .bonus-text, .swkweb-content-manager-article-box .bonus-system-points-price .bonus-text {
    width: 265px;
    line-height: 20px;
  }
}
@media screen and (min-width: 663px) and (max-width: 828px) {
  .product-box .bonus-system-get-points-container .bonus-text, .swkweb-content-manager-article-box .bonus-system-get-points-container .bonus-text, .product-box .bonus-system-points-price .bonus-text, .swkweb-content-manager-article-box .bonus-system-points-price .bonus-text {
    width: 182px;
    line-height: 20px;
  }
}
@media screen and (min-width: 651px) and (max-width: 662px) {
  .product-box .bonus-system-get-points-container .bonus-text, .swkweb-content-manager-article-box .bonus-system-get-points-container .bonus-text, .product-box .bonus-system-points-price .bonus-text, .swkweb-content-manager-article-box .bonus-system-points-price .bonus-text {
    width: 144px;
    line-height: 20px;
  }
}
@media screen and (min-width: 461px) and (max-width: 575px) {
  .product-box .bonus-system-get-points-container .bonus-text, .swkweb-content-manager-article-box .bonus-system-get-points-container .bonus-text, .product-box .bonus-system-points-price .bonus-text, .swkweb-content-manager-article-box .bonus-system-points-price .bonus-text {
    width: 287px;
    line-height: 20px;
  }
}
@media screen and (min-width: 415px) and (max-width: 460px) {
  .product-box .bonus-system-get-points-container .bonus-text, .swkweb-content-manager-article-box .bonus-system-get-points-container .bonus-text, .product-box .bonus-system-points-price .bonus-text, .swkweb-content-manager-article-box .bonus-system-points-price .bonus-text {
    width: 240px;
    line-height: 20px;
  }
}
@media screen and (min-width: 381px) and (max-width: 414px) {
  .product-box .bonus-system-get-points-container .bonus-text, .swkweb-content-manager-article-box .bonus-system-get-points-container .bonus-text, .product-box .bonus-system-points-price .bonus-text, .swkweb-content-manager-article-box .bonus-system-points-price .bonus-text {
    width: 205px;
    line-height: 20px;
  }
}
@media screen and (max-width: 380px) {
  .product-box .bonus-system-get-points-container .bonus-text, .swkweb-content-manager-article-box .bonus-system-get-points-container .bonus-text, .product-box .bonus-system-points-price .bonus-text, .swkweb-content-manager-article-box .bonus-system-points-price .bonus-text {
    width: 144px;
    line-height: 20px;
  }
}
.bonus-system-is-loading .bonus-brand {
  padding-left: unset;
}
.bonus-system-is-loading .bonus-brand .bonus-brand-logo {
  display: none;
}
.bonus-system-is-loading .bonus-brand .bonus-brand-spinner {
  display: block;
}
.bonus-system-is-loading .bonus-text {
  opacity: 0.5;
}
.bonus-brand-spinner {
  display: none;
}
.product-badges .badge-bonus-product {
  margin-left: 5px;
  height: auto;
  line-height: 1;
  background-color: #fbf5db;
  color: #ae8e0a;
}
.bonus-system-redeem-points-container {
  vertical-align: center;
  background-color: #fbf5db;
  margin-left: 20px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.bonus-system-redeem-points-container .bonus-brand {
  line-height: 50px;
  border: 2px solid #ffffff;
  background-color: #f1c40f;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  float: left;
  font-size: 30px;
  padding-left: 4px;
  left: -20px;
  position: relative;
}
.bonus-system-redeem-points-container .bonus-brand.has-icon {
  border: 0;
  font-size: 0;
  padding-left: 0;
}
.bonus-system-redeem-points-container .bonus-brand.has-icon .rounded-circle {
  width: 50px;
  height: 50px;
}
.bonus-system-redeem-points-container .bonus-text {
  color: #ae8e0a;
  padding: 20px 16px 20px 50px;
}
.bonus-system-redeem-points-container .bonus-text .bonus-slider-container {
  position: relative;
  margin-top: 10px;
}
.bonus-system-redeem-points-container .bonus-text .bonus-slider-container #bonus-slider {
  margin-top: 4px;
  background: #d3d3d3;
  opacity: 0.7;
  height: 15px;
  border-radius: 5px;
}
.bonus-system-redeem-points-container .bonus-text .bonus-slider-container .noUi-horizontal .noUi-handle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #f1c40f;
}
.bonus-system-redeem-points-container .bonus-text .bonus-slider-container .noUi-handle:before, .bonus-system-redeem-points-container .bonus-text .bonus-slider-container .noUi-handle:after {
  background: none;
}
.bonus-system-redeem-points-container .bonus-text .btn-link {
  margin-top: 20px;
  padding-right: 0;
}
.bonus-system-redeem-points-container .bonus-text.want-to-redeem {
  padding-top: 15px;
  padding-bottom: 15px;
}
.bonus-system-redeem-points-container .bonus-text.want-to-redeem .btn-link {
  margin-top: 0;
  padding-right: 12px;
}
.prems-bonus-system__redeem-points .bonus-brand .bonus-brand-logo {
  line-height: 1.5;
}
.prems-bonus-system__current-points-info .alert-content-container {
  width: 100%;
}
.offcanvas .offcanvas-bonus-point-get .offcanvas-bonus-point-get-value {
  text-align: right;
  color: #3cc261;
}
.offcanvas .offcanvas-bonus-point-redeem .offcanvas-bonus-point-redeem-value {
  text-align: right;
  color: #e52427;
}
.offcanvas .bonus-brand {
  line-height: 18px;
  background-color: #f1c40f;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  position: relative;
  float: right;
  margin-top: 2px;
  margin-left: 10px;
}
.offcanvas .bonus-brand.has-icon {
  border: 0;
  font-size: 0;
  padding-left: 0;
}
.offcanvas .bonus-brand.has-icon .rounded-circle {
  width: 18px;
  height: 18px;
}
.checkout-aside-container .checkout-aside-bonus-point-get-value {
  text-align: right;
  color: #3cc261;
}
.checkout-aside-container .checkout-aside-bonus-point-redeem-value {
  text-align: right;
  color: #e52427;
}
.checkout-aside-container .bonus-brand {
  line-height: 18px;
  background-color: #f1c40f;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  position: relative;
  float: right;
  margin-top: 2px;
  margin-left: 10px;
}
.checkout-aside-container .bonus-brand.has-icon {
  border: 0;
  font-size: 0;
  padding-left: 0;
}
.checkout-aside-container .bonus-brand.has-icon .rounded-circle {
  width: 22px;
  height: 22px;
}
.bonus-system-points-header-container {
  background-color: #fbf5db;
  margin-left: 6px;
  border-radius: 4px;
  margin-top: 8px;
  padding-right: 6px;
}
.bonus-system-points-header-container .bonus-brand {
  border: 2px solid #ffffff;
  line-height: 20px;
  background-color: #f1c40f;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  float: left;
  left: -8px;
}
.bonus-system-points-header-container .bonus-brand.has-icon {
  border: 0;
  font-size: 0;
  padding-left: 0;
}
.bonus-system-points-header-container .bonus-brand.has-icon .rounded-circle {
  width: 24px;
  height: 24px;
}
.bonus-system-points-header-container .bonus-text {
  float: left;
}
.bonus-system-points-header-container .bonus-text .nav-link.dropdown-toggle {
  color: #ae8e0a;
  padding: 2px 0 0 0;
}
.bonus-system-points-header-container .bonus-text .nav-link.without-dropdown-toggle {
  color: #ae8e0a;
  padding: 2px 0 0 0;
}
.bonus-system-points-header-container .dropdown-item:hover {
  color: #008555;
  text-decoration: none;
}
.bonus-system-points-header-container .dropdown-item.is-active {
  background-color: #fff;
  color: #008555;
  font-weight: 700;
}
@media (min-width: 992px) {
  .account-menu .bonus-system-account-left-menu {
    display: none;
  }
}
.sw-pagination__list-button {
  border-radius: 3px;
}
.product-box .bonus-system-points-container, .swkweb-content-manager-article-box .bonus-system-points-container {
  background-color: #fbf5db;
  margin-left: 20px;
  border-radius: 4px;
  display: block;
}
.product-box .bonus-system-points-container .bonus-brand, .swkweb-content-manager-article-box .bonus-system-points-container .bonus-brand {
  border: 2px solid #ffffff;
  background-color: #f1c40f;
  aspect-ratio: 1;
  height: 100%;
  border-radius: 100%;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  float: left;
  font-size: 19px;
  padding-left: 2px;
  left: -20px;
  position: relative;
}
.product-box .bonus-system-points-container .bonus-text, .swkweb-content-manager-article-box .bonus-system-points-container .bonus-text {
  color: #ae8e0a;
  float: left;
  width: 160px;
}
.product-box .bonus-system-points-container .bonus-brand.has-icon, .swkweb-content-manager-article-box .bonus-system-points-container .bonus-brand.has-icon {
  border: 0;
  font-size: 0;
  padding-left: 0;
}
.product-box .bonus-system-points-container .bonus-brand.has-icon .rounded-circle, .swkweb-content-manager-article-box .bonus-system-points-container .bonus-brand.has-icon .rounded-circle {
  width: 32px;
  height: 32px;
}
.product-box .bonus-system-points-container .bonus-brand-logo, .swkweb-content-manager-article-box .bonus-system-points-container .bonus-brand-logo {
  line-height: 30px;
}
.product-detail-form-container .bonus-system-points-container {
  background-color: #fbf5db;
  border-radius: 4px;
  margin-bottom: 20px;
}
.product-detail-form-container .bonus-system-points-container .bonus-brand {
  border: 2px solid #ffffff;
  background-color: #f1c40f;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  float: left;
  font-size: 19px;
  padding-left: 2px;
  left: -20px;
  position: relative;
}
.product-detail-form-container .bonus-system-points-container .bonus-brand.has-icon {
  border: 0;
  font-size: 0;
  padding-left: 0 !important;
}
.product-detail-form-container .bonus-system-points-container .bonus-brand.has-icon .rounded-circle {
  width: 30px;
  height: 30px;
}
.product-detail-form-container .bonus-system-points-container .bonus-text {
  color: #ae8e0a;
  float: left;
  width: auto;
  padding-top: 4px;
}
.product-detail-form-container .bonus-system-points-container .bonus-text input {
  margin-right: 3px;
}
@media screen and (min-width: 1095px) {
  .product-detail-form-container .bonus-system-points-container .bonus-text {
    width: 360px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1094px) {
  .product-detail-form-container .bonus-system-points-container .bonus-text {
    width: 320px;
  }
}
@media screen and (min-width: 460px) and (max-width: 991px) {
  .product-detail-form-container .bonus-system-points-container .bonus-text {
    width: 370px;
  }
}
@media screen and (min-width: 410px) and (max-width: 459px) {
  .product-detail-form-container .bonus-system-points-container .bonus-text {
    width: 320px;
  }
}
@media screen and (min-width: 320px) and (max-width: 339px) {
  .product-detail-form-container .bonus-system-points-container .bonus-text {
    width: 230px;
  }
}
.bonus-system-account-left-menu {
  padding: 0.125rem 0.125rem 0.625rem 0.125rem;
  margin-bottom: 0.625rem;
  border: 1px solid #dadae5;
  margin-top: 5px;
  background-color: #FFFFFF;
}
.bonus-system-account-left-menu .sidebar-bonus-header {
  margin-bottom: 0.625rem;
  padding: 0.3125rem 0.3125rem 0.625rem 0.3125rem;
  background-color: #fbf5db;
  color: #ae8e0a;
  text-align: center;
}
.bonus-system-account-left-menu .sidebar-bonus-header .bonus-you-have {
  color: #ae8e0a;
  text-align: center;
}
.bonus-system-account-left-menu .sidebar-bonus-header .bonus-points-sum {
  font-size: 1.375rem;
  font-weight: 700;
}
.bonus-system-account-left-menu .sidebar-bonus-header .bonus-you-have-points {
  color: #ae8e0a;
  text-align: center;
}
.bonus-system-account-left-menu .sidebar-bonus-menu.bonus-products {
  display: block;
}
.bonus-system-account-left-menu .list-group-item:last-child {
  border-bottom: 0;
}
.account-content-aside .header-menu-bonus {
  display: none;
}
.list-group-item-action:hover {
  color: #008555;
  text-decoration: none;
}
.list-group-item-action.is-active {
  background-color: #fff;
  color: #008555;
  font-weight: 700;
}
.line-item-info-img {
  position: relative;
}
.bonus-system-points-price {
  margin-left: unset;
  background-color: unset;
}
.bonus-system-points-price .bonus-brand {
  width: 35px;
  height: 35px;
  left: 0;
  font-size: 22px;
  line-height: 32px;
  padding-left: 2px;
  margin-left: 5px;
}
.alert-bonus-points {
  background-color: #f1c311;
  padding: unset;
}
.alert-bonus-points .icon {
  margin: 0.3rem;
  width: 30px;
  height: 30px;
}
.alert-bonus-points .bonus-brand {
  display: inline-flex;
  align-self: center;
  width: 30px;
  height: 30px;
  left: unset !important;
  float: unset !important;
  font-size: 18px !important;
  padding-left: 1px !important;
  border: 2px solid #ffffff;
  background-color: #f1c40f;
  border-radius: 100%;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}
.alert-bonus-points .bonus-brand .bonus-brand-logo {
  margin: 0 auto;
}
.alert-bonus-points .bonus-brand .bonus-brand-spinner {
  width: 24px;
  margin-top: 1px;
}
.alert-bonus-points .bonus-brand.has-icon {
  border: 0;
  font-size: 0;
  padding-left: 0 !important;
}
.alert-bonus-points .bonus-brand.has-icon .rounded-circle {
  width: 30px;
  height: 30px;
}
.alert-bonus-points .bonus-brand.has-icon .bonus-brand-spinner {
  width: 30px;
  height: 30px;
  margin-top: unset;
}
.alert-bonus-points .alert-content-container {
  color: #333333;
  display: flex;
  flex-grow: 1;
  background-color: #fbf5db;
}
.alert-bonus-points .alert-content-container .alert-content {
  align-self: center;
}
.alert-bonus-points .alert-content-container .alert-content .form-check {
  margin-bottom: unset;
}
.alert-bonus-points.alert-has-icon .alert-content-container {
  padding-left: 1rem;
}
.cancel-redeem-points-alert .alert-content-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.5rem;
}
.cancel-redeem-points-alert .alert-content-container .alert-content {
  flex: 1 1 400px;
  padding: 0.5rem 0;
}
.cancel-redeem-points-alert .alert-content-container .btn {
  margin-left: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.bonus-products .points-buy-button {
  color: black;
  background-color: #f1c311;
  border-color: #f1c311;
}
.bonus-products .points-buy-button.disabled, .bonus-products .points-buy-button:disabled {
  opacity: 1;
  background: #eee;
  border-color: #eee;
  color: #bcc1c7;
}
.bonus-products .points-buy-button:hover {
  background-color: #e5b90d;
  border-color: #e5b90d;
}
.product-action {
  margin-top: 10px !important;
}
.prems-points-account .tab-content {
  border-bottom: 1px solid #79848f;
  border-left: 1px solid #79848f;
  border-right: 1px solid #79848f;
  padding: 20px;
}
.booking-item-wrapper .badge {
  margin: unset;
  border-radius: 3px;
}
.booking-item-detail .booking-line-item {
  margin-left: 20px;
  margin-right: 20px;
}
.booking-item-detail .booking-line-item.row > [class*="col-"], .booking-item-detail .is-act-cartpage .checkout .booking-line-item.checkout-container > [class*="col-"], .is-act-cartpage .checkout .booking-item-detail .booking-line-item.checkout-container > [class*="col-"], .booking-item-detail .is-act-checkoutregisterpage .checkout .booking-line-item.checkout-container > [class*="col-"], .is-act-checkoutregisterpage .checkout .booking-item-detail .booking-line-item.checkout-container > [class*="col-"], .booking-item-detail .is-act-confirmpage .checkout .booking-line-item.checkout-container > [class*="col-"], .is-act-confirmpage .checkout .booking-item-detail .booking-line-item.checkout-container > [class*="col-"], .booking-item-detail .is-ctl-accountorder .checkout .booking-line-item.checkout-container > [class*="col-"], .is-ctl-accountorder .checkout .booking-item-detail .booking-line-item.checkout-container > [class*="col-"], .booking-item-detail .is-act-finishpage .checkout .booking-line-item.checkout-container > [class*="col-"], .is-act-finishpage .checkout .booking-item-detail .booking-line-item.checkout-container > [class*="col-"], .booking-item-detail body.is-act-confirmpage .checkout .booking-line-item.checkout-container > [class*="col-"], body.is-act-confirmpage .checkout .booking-item-detail .booking-line-item.checkout-container > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before, .noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}
.frosh-share-basket--buttons .btn-share-basket-whatsapp {
  background-color: #32b322;
  color: #fff;
}
.frosh-share-basket--buttons .btn-share-basket-whatsapp:hover {
  background-color: #26881a;
}
.frosh-share-basket--buttons .btn-share-basket-facebook {
  background-color: #4b6fbd;
  color: #fff;
}
.frosh-share-basket--buttons .btn-share-basket-facebook:hover {
  background-color: #39589c;
}
.frosh-share-basket--buttons .btn-share-basket-webshare {
  display: none;
  background-color: #000;
  color: #fff;
}
.saved-cart-table .product-image {
  text-align: center;
  width: 70px;
}
.rhiem-color-preview {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
  vertical-align: middle;
}
.rhiem-mt-n3 {
  margin-top: -1rem;
}
.prems-cross-selling-checkout-badge {
  height: auto;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0;
  color: #fff;
  padding: 0 8px;
  margin: 0 0 8px;
  border-radius: 0 3px 3px 0;
  border-color: transparent;
}
.prems-cross-selling-checkout-badge span {
  white-space: break-spaces;
}
.product-detail-price-container .prems-cross-selling-checkout-badge {
  width: fit-content;
  height: auto;
  display: block;
  text-align: left;
  line-height: 32px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 3px;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 6px;
  margin-bottom: 5px;
}
.product-badges:has(> .prems-cross-selling-checkout-badge) {
  max-width: 95%;
}
.prems-cross-selling-checkout__product-slider .tns-outer .product-variant-characteristics {
  min-height: unset;
}
.prems-cross-selling-checkout__product-slider .tns-outer .product-variant-characteristics .product-variant-characteristics-text {
  height: auto;
}
.prems-cross-selling-checkout__product-slider .tns-outer .product-price-unit {
  height: auto;
}
.prems-cross-selling-checkout__product-slider .tns-outer .product-price-wrapper .product-price, .prems-cross-selling-checkout__product-slider .tns-outer .product-price-wrapper .product-cheapest-price {
  min-height: unset;
}
@media (max-width: 575.98px) {
  :root {
    --sw-current-breakpoint: "xs";
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  :root {
    --sw-current-breakpoint: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  :root {
    --sw-current-breakpoint: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  :root {
    --sw-current-breakpoint: "lg";
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  :root {
    --sw-current-breakpoint: "xl";
  }
}
@media (min-width: 1400px) {
  :root {
    --sw-current-breakpoint: "xxl";
  }
}
.product-detail-buy {
  z-index: 10;
}
/*
 * imports
 * ---------------------------- */
.buybox-floating {
  position: fixed;
  z-index: 1051;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  margin-left: auto;
  margin-right: auto;
}
.buybox-floating.js-hidden {
  visibility: hidden;
  bottom: -110px;
}
.buybox-floating-inner {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.buybox-floating-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.buybox-floating .product-detail {
  /* stylelint-disable value-no-vendor-prefix, property-no-vendor-prefix */
  /* stylelint-enable value-no-vendor-prefix, property-no-vendor-prefix */
}
.buybox-floating .product-detail-configurator-groups-toggle-container {
  display: flex;
  overflow: hidden;
  flex: 1 1 10%;
}
@media (min-width: 576px) {
  .buybox-floating .product-detail-configurator-groups-toggle-container {
    flex: 1 1 15%;
  }
}
@media (min-width: 768px) {
  .buybox-floating .product-detail-configurator-groups-toggle-container {
    flex: 3 1 25%;
  }
}
.buybox-floating .product-detail-configurator-groups-toggle {
  --bs-btn-focus-shadow-rgb: $border-color;
  display: flex;
  flex: 0 0 auto;
  margin-right: 0.5rem;
  border: 1px solid #eaeaf0;
  min-height: 40px;
}
.buybox-floating .product-detail-configurator-groups-toggle-label {
  margin-left: 0.5rem;
  display: flex;
  align-self: center;
  align-items: center;
  height: 34px;
}
.buybox-floating .product-detail-configurator-groups-toggle-label .product-detail-configurator-option-color {
  height: 34px;
  width: 34px;
}
.buybox-floating .product-detail-configurator-groups-toggle-label .product-detail-configurator-option-media {
  display: inline-flex;
  justify-content: center;
  height: 34px;
  min-width: 34px;
}
.buybox-floating .product-detail-configurator-groups-toggle-label.js-hidden {
  display: none;
}
.buybox-floating .product-detail-configurator-groups-toggle .icon-configurator-groups-toggle {
  vertical-align: middle;
  color: inherit;
}
.buybox-floating .product-detail-configurator-groups-toggle .icon-configurator-groups-toggle > svg {
  top: initial;
}
.buybox-floating .product-detail-configurator-groups-toggle.show {
  border: 1px solid #008555;
}
.buybox-floating .product-detail-configurator-groups-toggle.show .icon-configurator-groups-toggle {
  transform: rotate(180deg);
}
.buybox-floating .product-detail-configurator-groups-toggle:focus-visible {
  --bs-btn-focus-shadow-rgb: 0, 133, 85;
}
.buybox-floating .product-detail-configurator-groups-toggle.js-hidden {
  display: none;
}
.buybox-floating .product-detail-configurator-groups-toggle.is-display-color, .buybox-floating .product-detail-configurator-groups-toggle.is-display-media {
  padding-right: 2px;
}
.buybox-floating .product-detail-price-container {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}
.buybox-floating .product-detail-price-container .list-price-badge {
  margin-right: 0;
  margin-bottom: 0;
}
.buybox-floating .product-detail-price {
  position: relative;
  font-size: 14px;
}
@media (min-width: 768px) {
  .buybox-floating .product-detail-price {
    font-size: 20px;
  }
}
.buybox-floating .product-detail-price.with-list-price, .buybox-floating .product-detail-price.with-advanced-list-price {
  margin-right: 0;
}
.buybox-floating .product-detail-list-price-wrapper {
  display: none;
}
.buybox-floating .product-detail-name-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: initial;
  flex: 2 1 25%;
  /* stylelint-disable value-no-vendor-prefix, property-no-vendor-prefix */
  /* stylelint-enable value-no-vendor-prefix, property-no-vendor-prefix */
}
@media (min-width: 768px) {
  .buybox-floating .product-detail-name-container {
    flex: 1 1 25%;
  }
}
.buybox-floating .product-detail-name-container.has-purchase-unit .product-detail-name {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.buybox-floating .product-detail-name {
  margin-bottom: 0;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.buybox-floating .product-detail-price-unit {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.buybox-floating .product-detail-form-container {
  flex-grow: 1;
  margin-bottom: 0;
  container-type: initial;
}
.buybox-floating .product-detail-form-container [class*="col"] {
  margin-bottom: 0;
}
.buybox-floating .product-detail-form-container .product-detail-quantity-group {
  min-width: auto;
}
.buybox-floating .product-detail-form-container .btn-buy {
  max-width: none;
}
.buybox-floating .product-detail-configurator-group-title {
  display: block;
}
.buybox-floating .product-detail-configurator-select-input {
  max-width: 360px;
}
.buybox-floating .product-detail-configurator-option-input[checked="checked"] + .product-detail-configurator-option-label {
  border: 1px solid #008555;
}
.buybox-floating .product-detail-configurator-option-input[checked="checked"] + .product-detail-configurator-option-label.is-display-text {
  background-color: #008555;
  color: #fff;
}
.shst-tree-per-order-cloud-add-donation-product-card {
  border-radius: 0;
  background-color: #eee8dc;
  background-size: cover;
  background-position: center bottom;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABLAAAAJ5CAMAAACJyDm7AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAOpaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJYTVAgQ29yZSA2LjAuMCI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjYzMzwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj4xMjAwPC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5QaXhlbG1hdG9yIFBybyAyLjEuMjwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAyMS0xMC0wOFQxOTozNzo0OFo8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1ldGFkYXRhRGF0ZT4yMDIxLTEwLTA4VDIwOjQ5OjIzWjwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4yPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo/t1v+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAC/VBMVEVHcEwPdhMOdBICaAIXdxwSdhcRdhV6nZM8k00rjDoFbQYLcg4KcQ0DawQCaQMPeBMGbggHbQgDawQ6qFU0qlACaQMEbQY2qVExpEwDagQzqk8EawUzqU8HbwkGbAcEawU0q1IBaAIJcQsOeBIwpUwwpEwxpUw0qVEGbwgyqE8zqlANdxIxp04Gbwgyp08GbAgIcQowpEwxpU0HcAkZhiIwpkwzqlAJcgwSfRkDaQMyqE8PeRQxp04WgR4QexcRfBgOeBIwpUw1qlI0qVEejCsdiio8slsXgh8SfBgCQQU+s14ERAUZhyQDQgRHvGojlTYikDUtmkIQWxcBPgIxo0wAZwAAPgICMAIBPgEBZwICZwAxokwCZwIAZwAAZgExMAMCMQIxo00DMAMBPgMAZgADMAIwoksAPwACPwIAZQAwokwCaAICZgEBPQIxok0APgACMwIuoUoyo0wCMgIwo0wAaAAAPQEtoEgDQQQyo00DPgIEagQBQQIvoEoBOAEyok0wo0sCaQICLwICQAMqmkMAYQADPQMBPAEFbAYBSAIAXwABQwIBVAEBUQEsnUYuoEkAYwArnEQCNQIBOwEBRQIHbggomUAERAYAXQAsnkcBWwEDaQQtnkgBSgImlz4BTAIBVgEIcAsdjC8Kcg0biSsFRgcBWAEBNwIllTsFagYfjjMhkTYCNgIjkzgplkENdhMBTgILdBAUfx8XhCUZhigGSQkVgiIrm0UOeBUnlD8ITAsxpE0ggzMSfRwOXRYIbAkLVBEQexkBOQIRZBsQYBkTZx4YcSYhhjUUayEFPAUNWRQKUA4ljzsmkT0MVhIITg0HPwgWbiMfgDEkjDoEZQMBWgEbeiwQeRczpE8KRAsZdCgdfC4iijcadyoAOgAjiDg4qFMDZwMHQggJUg8MSRAAPwIENQUKbw0zhDMqnkVatXI0p1AAZwIPTxQbfy0TXRwVdSMRVhgKOAoVYR8zZDQcgi8dhzIZaCQzWjULZRESfxsJXgwFXQYQbhoGVQhIPqH9AAAAU3RSTlMAOUX7FyIuAwgPtU9a2Ohkx2zPGTDwqiT64Eqeh32Tvj71dadU7PSh72F44ZX5t4yF2OPncsFu98X40ZusjdS09srt3YOly+Hv6PDVwKzcuuG5uHHWnzEAAVdmSURBVHja7L0LTJtntu8drra5QwIJIYSEpLnf01xo0qZpO51qVO29jwLStv3WkpXIIn4dJCNQIa5FUDz5PNOpCVJNNvMy7G3sjDCIMFwCJIRS1Mv03t02p3DaqSbe3SPOnOScs6WjPZ/mcj5963leG2xsgyHBTdr/b6ZJIISL/fr/rrWetf5rxQoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAID7IzVFiQcBAPBIoCrMy8CjAAB4JFDm67JS8TAAAB4J9vl0Wcl4GAAAjwIphWqxSIXHAQDwKOSE+yRdVoYCDwQA4BEgIdMk5KXgcQAAPAohVpFPJ+5FiAUAeCRCrDKdbmMiHgcAwCOAIu3sWV0eTgoBAI9EiOXT6cqKkRQCAB4FcoSz6kwkhQCAR4FcSaeT0tCMBQB4FHLCbWqdOmkvHggAwMNPSo6o0wmNaB8FADz8JBeQYOmEQpSxAAAPPcr1opoUSypBwzsA4KGnOIkJlqkxDQ8FAOBhJ3ejuoIlhRZ0YwEAHgHBIkixspAUAgAe/pSwggTrrC4pFw8GACDeKJSqZI5KpVQulOexorssWLeL8NABAOKKMjUxd31aXmZhZl5JSVrR3tLc7MTUeZbjqIpkwaK6ewF26AAA4khqaUFeVpJaVAfQ6XxlWXlpxQnRxEhVoFZXMMVSCxjQAQDEDVV2XlmSQLFSBfHSS2dekiHZEpPK8nIjS1YyFyxSLLVQApsZAEBcMsGUjIJ8SaxVV5w5o6uQgyYuRKRfOhZqiZas4kipIRcs9rFqMQ87vwAA8dCr3LwkUU4EdeoQTAzBxMOszH2pYTV4VZGP/xOStSyM5wAA4kBufohKBcIqQqMRGBqNibkyZJbOrVMp9koBwUrKResoAGDZUSWp7wUkSufHNBNqaZheaTTsA8TGtOQ5qpSdLwdlOrVYgKo7AGDZSb3NdGpGq3SCWhRMujnJIf8QtVSYESpLqYWBvxUyUXUHACx/hJWpVt+rkA/7CIvdddDlE+YKFlcsQcjaG6JYyjR/7YtyQgznAACWn5S0JEkSCUmybyvZm52YnHHEog5TLC5ZYlJayGlhriUgWAIECwAQD5IzcjnpsugoFKXTXIPCJYsqWWnBuV+KkyvbGV0tUkIAQPwIrqenZnJ10gWdGKoDfQ9lBcGx1DaRz+ZUNBah6A4A+E5QMt8YWapqWYuWLugYkRQrSNsyxQodNcjXboSxOwDgu6I0yVcrNkreJLvTbhGDFatC3bh3VpzyRebgV1ELl2QAwHdH4vq0tIL1xbnZ2blFefliSHuDJTtQeU+xiCx1VMMPCwDw3eaFAVVSpGQUZamZjYMg17WEzAT/X2VYWIClq81HyR0A8LCgSskucVosEiWHrBovBfraiywValbC2oYKFgDgYSI5++g2ryh3N1iy5SAsjx0SqnXCEZg1AAAesiQxe6dFViyRb51QpBbeq5D73LGvHgAQbxTJqZwE+i9CWUqR4e+7opNC9nZ61j25O0tTgMcOABBPsUrJ3lQ4Pc7wsl+mDx5LnOvapyrw1XKFEgqZnmXk3+MpYYVvPR4/AEC84qr0fSVZFsknkv2Vv4FBEGi8cFtBemiDVUKWv4qVnyFHWDzgqi3LwKMIAIgDqvR9aYUBz1Huj8xc3bmfu1rt21iSG5wbKvaKcjtW0nols5fhgqXGJCEAYPEoV69ULqrDQJlYlJmVJHAPd95SpauY6z26MWQHhSqTrfaiv8ih0EuZo77HBOulSAGWQqlEswMAIGqstOPk/meffz42pVIlp6QXF2SJJhMfuNH5u9hDp51lyarNS58dbU6kaRySNtNG5uKeq6Y/qmvT5nzu5ITStKxxr93uPJi2NzuV1rJibSEAICSiWXVyqmFq6s6dGD42OX1fQWaSz8TGakRRCDgji2KjhfmNzpGse+qkgoRAtKRaX8ZVSsMmCpOTeD0rMfRzr88rY5+VV8KYz1ZWTsE+WsmajIALAMBZuWHHM1P1DQ319fUxhGLr8/1idE+0uFxev2KJlsy9+/L8+jWjWCaWJ0p56YF/nJonsOTRl8n0p7CWSu4hFlkJBVlyLYyvOKzwOz6ISVl5JUW5GJEGAKxQPf5f/u7OVANDr4/hwwtMGnUFyYhPcp1IffKIaNKZTBrR9VSKQpGaKQUM3oMkSy2W7QukdekWFmIJJjZQmEc9DRuDJp8VxWWmoG0WAds/EjAqdvmSstajOg/AD57sbROOeoqvtFVVVTEI1gplQmlRSV5mXsmxdOWK5BNeamYQs9LSWcykSM9JInm5d09sbAwpZZXNiM2+JN6KxZpFC+kPebNxU0pREv9okzDbHzH7GWjhqjqrNAWZIQA/ZBSqH017Bxzahiptebm2PNZ/lZzKtEOxQpGwPiezZP1MYT2FerLy8zdmHbSLwaIjlhX5FUtZwPYRCvmpK1LLSIaKZ9PBEr4zLMwPnsRrJuJKKknAMwbAD5lV/zB9e6TTUFVVTmiXkFGmpCQHneMpUvh0TuKRxhDZEZNy/FqTQL0NOsFyIqXAotNlzWR52YW+iiC5qlDzrlKdIPh8oj9NPEOJYR4qWQD8gFm5p3v8tsvTqq1neqVd0ucIz9OUBU5y5zOFSFZmIv84RWkZhViNfX9xierbgQqWMjdfvBcSXVXIFSzRPvL0kd1SoLJVoSuE/zsA3/e8TxmhEXPl9nXr1m39H3c6nGe9Yy0GFmFdKH8wXy81jZwZTHPyO7FQ9m5PzhHYoaJdEnR5fvVJ3ruRzgTDF7Cqxd0vPr42kXxLN9YG1lpgYwUA3+8gasPhrcePr9u+YdWqVRtWBfrZ1z5xh9PQ4TIJ7q4mplcPSLBURWWi7uzZs8GCxbZ8ZeXyr5zBjhIFwaQuk99ekVKQVFExd48hV6fdxat5MT81Oy1JrOXt9IUoYwHwPZarw3sOjI5O1Y9OHXh2P3Fyz/Gtu9bt2vqTO1Mca5fbZLIMObSshvVgBCt1IykO6RX1kvq3O8ujOuK2bC4/B0V2GEhHhLJ1X0qaTwzolUaj081u2slPn6mOqVILNjaSZKk3wgIegO8pylW7ntnCehYaqqvr60dH9frR0fr6qTs/odBqaooaRavrrd19prOCu9PwAAWrjKtU0raDO8dFf7RkYhmimMWzwn3UbUpvS0VcjpIL1GJFaCxG0RhRlpceksem7MvMT1IXpuNpBeBRQ7HwiJ1qw9ZnmCxRixXpVXU1yZZWy4SrfmrqLn8/1a302s4R4axJGmp7cIKVvDevMCetqJhGajIbeWcVm7ZhkiUdZEtzUrdJVOHSbMyQ4yv1vYrQYlejZVteSVpRaZh3cnJ68d5s1LAAeNTkatWOrevWzt9FuWHrlnoeRWlJprR6rZY3s9MbVWwIh/2ZtzJo2ycE01mTu9P4wASLWh1S5V4HRQ47LBRE2kEh8TK8tK1YuUKVZmEVdW6VnFqiucfPB/mGCnUtyVVhUUYC/fvIwoTOUQAeOQ4/saah4cDh+ZLBHc+u4eOB1BEql6eIBpItLlhMrKivnb3PaOsn1wWTd7CJC5ZCRrly1doAG1Yr6T1L+0b3+mhPjvvpoz/atHO3XTKdPevblrFCkTvOEr9MFl/liKyfITCKUysk5WTAnQGARyuA2rz10LpVskas3PXME9tV9K7juzZs3rVuw4atzz7x/N1RluiN7lBEjcBO3q0PRFTlc9DrmVjR//WskUHrGJIoXRN7W4z0Nyv2UD3++KH9a+jPevoIPf/gNfv3sEPGlUvJDnNyCh5n/1CRsDenzGfy+fISFRlH6IxQLCb/v8zaihm9uidk5axPQAgFwCOlVqt3HKiqqtdvOb529epVq3bcoXrToVUbfkLuL3en7rK3pqaqeR29/pkdyoifYPPWLewjKJjSly+IdVASNCbB2dFE6rTif9zxh15arZ79wuZ1yqvp1wuPPbFn3dpFF5CUKSkz32NKaabkuy1l7jvhFkxCVnLq+nzWqiBPDpoK04rTMSsIwKOFcvuhNeX1DVQdv7Dl5KH9+w/cJaequ89v5V0IclGqnirnWvYRU8+sU0UIzw5tmaqvZjWriAJ1Yc7bxg4LRVgmacJmrGeCpfcHZVomU/RHLlhUs6e31jy2f9eq+9AURUKO12eSdrssPpN4ZF9eEm9vFyTnkZLS1GQV1AqAR0yu1p6k4IhO8ti5Xnl9vV5fT9lfff3dNVPsN1aSqqL3asuZrNCbaw6F5WmbH+MfSRFSDOEVE6weLliCs8uqtzLB4nFVNSvVV5Na0R/qeazFBKxcX64/uX3l0pVFdXScvhSdGQqi3dko8kK7xv4UtAqAR06sVCs3H7o7yjoQtDJ6Jh4NPPtjWkVipddW+WtSpCpVJFlTT2wIebErNqxpqI9UuYocbVG4VeNwsaq7SRyxWdtJsKJ8KIu1tDzSqtm/Y/VSQ6yVz7l9srEyqVagQbTRmZaL9c8AxItk8ie4z/Yg1Ybt644f0DdQdMWyL1kjmExUMZ8qJhb8t3LtrIDQeyj6mXp2uyJYr564y6Kr8vKYBcvY1K8xaQjLYEs/CdZo9A/nGSJ9e1ueWLekzHDVk0dfsPu4jbJupkeUeSFLGzOLEnA6CEA8IqPSkszMzJLi+zHE3LDnABWe6lmWV18VphNV8uFe+PurGrT1o48FHRbShOAoVduj6I3RaDSbzU2E2WwwML0iwdIbu0xcsDSuMef8gsUli0dvF9Yc2r5IgVEmHu1zei18c8XcIWc6IjQl5WRDsgC4bz1KSA15ISlSEhMTguKplEw7834SLTsTl/w1tlMzOsvj9PX6hqilp/C/qOItVQ1btsvf2OrDz9/hDexRPoPBWGVsbe/p7u7paW9uMmoNBqvVQO9skUiwaIxP06iJnhKGSBYFejUXHtu6eXWMEqNITtyb6fQyL1HmKKoOkywd95PJL8jAugkA7iNTSy/It9uz9gZ845Sp+zK9XknamOY32VQk5FkEHiSIlsL0Jb7Y1h6QI5cG3vpUHjvUJUWCNXVyFX2nh5+9Qz0P8+iVsa2rd1ySJIuFNZ5b7K6+iYGOnnabw9YnajSyiiwsWPRFWSrKMsMLa07u2h5DbqhILU3bJgnyw6QO0yvd7E4wdVJmQWkimhsAWFpxan2+yKfbSuSicPK+zEa255hWuuQXc8VKSfPOmKGIB5e2dX3loXquAdrFaJVfsJhi1a/ZqlBsf4a1PXBv9mjHgW2ead/t26zATlGOhkpHjRaLs29yyDMiavziQYJ1IYYvW8Vb5str9PotBw4dXqChNHVTYZm881kdFluFxlm0MrpCV5ZVmIZudwAWDxk1saMsMmtK4p7kqTn8lVehO0Pel/ml7EM2Jcln89zPVzy4lKxQsXXNIurk4eFOA9kvHF+96tm7/ChxHtEzN3ewM7oZWIamIdWyWzRBgrXwl/RnhkYD643X6mu2HN8QtS9BmbJ+o0VQz1rGREVgH3PmDMsNKVjNQGoIwCLzwSKJGV1yLSrLXqHMIJeBe/7zLZrpHU9XqvbaxZmFx6z78qlVi/8qW++y9ip9+RIVi1q16qfurnnmLouvquYtPxmtw4MukckUFyt5PQ2vXqkXIVj+T2a1XWszVFGrBSWHa/ZsXx1RYFKKD/LobUG5Uvu/i8BUYVJecQJ8GQBYRD54zK4ORE8mcWf6MZYe6mbrxI1PP7lp96xe0Q4+k8/992sX2Va56vjUaHWDdql6xQSLmiHqeQf8QgUwOla0tg/02SUye5kRrBBiSwnlBPPr//fza1beJlZPnQ4nI3U6pOeUCWpdDGolS9asaNGvvsKiRERZAMRaWfqRa0aNdILafsQiqtVBW41p9YvLGaRXTLEEy18O7Nm66znG42tjGRZee3INNa5r9UsWLH/pncYGq8sX/ix6o6Gp0zPppPFB4j4Eq8bY9tW/f/guVyy5BL9my545hjeK0o2N6tj1yh9nqWcla2Ma/JABiFGvjgTUKOB+EryEnb9LmLNogTw1G53O8d3jzvHx3buPPH1ioRBBcXgLqzuV35de8SiLQrQYP4nWYLV19ztF3noVQbBi+5I1NU1f3/zX6+9eM8gONiRZ1fo1T+xYNZvHKUu3Nc7NBdlUTkzCJZ9i0D5D9JMCMK+IJLPVeiufm/AKJl1Qa2Poa08gOzpBFxo9MAnjKsAMfkVaqGd37cyer5109a41fOLmPvVKroPH0BBxgXeKllP7qKOn32UhzVLPiX5ir2HVmH/77fvnP/2KKRar/NMwNktKqTnLL1nK4m1i6CoccnW3UDOWLpbkcObhzoLjDADz6FV2QWbhwZ1Hn/aKpkWkMoGOIqZX3L9cxxfFSLtPRM1qFGv3rKH60wPQq5gHcRjM2Z2SSGvPgDs0yV2cYOkNN96ovFR585thQz3/hKz3lUvWycNs1HD1pt3qijkxk2ApOeGMSbCEmYPFWjEzF0EWAFFUZH0+RU+C5BWFRevVTPQlNw3I7aTjT22I/JVU6w5wG7646VUN/Z9HWNTdbjQ2Oa51TVg0uiULlt7xXt2lS5XXvxw28OhOL7fdU2NF9Zondu36Bydtng/+1PSIWPJSc+lLRpf7OfV3ge1irVVr0tDjAEBEvSpuVDMLTLVmUaXiOYIlzJbhSfv+sjnCy02xes9oPUuktOVxxEi9Uwaro6WzyzPQPzbJQyz1UgXL+vX1S5fOX/z2VpvWXz9rkCWLZbndvWLoI8j06mB6wjYh8gMbKBMGdzlo+CiPju9gRYsDAOEyklgoqnU63X2oVSisO9PywpOz5inK5NRUWmi6dtczo9X1VfGUqxoKq6qsLd2eoYlet9Nut1h40/7SBIudSBqvvXnp0qVTdW98ZA2MGXKtov+stjGvEFLyowdCOpK98oTXZDqrm7vkefYBn/O4k2Sx/JoqWXuRFgIwl+QTkvqBiRXPbJhiSbtzcuUIQZV+rCQn56mnfvxRZ7N1ScM4S46tzFY6HByY6HUynZKPCIMaRhcvWDR5bX6v8vz5U6evfOYwXAjuvW/QDnucoinoceR65X5ckf20j+lVBMFSV4iNdkvYEaKGnwvQX5elQbEACAmvVKv+vk9UPzi5mjk6FMTdL26gGeB9O/O9oo/0QrK7BzrbtFVxC68MTe2esT67yLwSWNOoSRNZlmNPCUmwjB9drTx/6lTl9VtNhoCBFwlWg7a5wyUJc5Rb3L1JufLF8ds+QZwbR7HSem1ZYdqmnXYxWouD2FiQjEsUADnySckoyjvyl8ERu2h6wILFp3gE0e158QW3V5xJf0T7WKc1foJl9fSN+3w+ga1g5kOE/um9+xAsGiZseusiCdbpi59+Yb0Q5D4zPOhuDNV9+oL2o6tWbH6adlBsyw+vtjfSJE6qYkXCTkttxBsGe8DK1qOOBQBLBDMKCpn7Ce37FAXdMggWKVaj3cnk6p6/QqbTkGK1GP2mn8uO1tA1Nn77LDNp0MxMEQoa4T4Eq5pCLMNvr1aeohCr7m2boVwfmDF0DLrmNIzSV5Oe3q5QvOi6fftgdnr+3NpZ7bZc7t+jLM0Xo6fkG0txqYLve+i0euHbckrBNjFQan/g8ZU/xDLNtngL/PCQQgZvf7Mh0Mu57CUs63DP4AT1iopsAQS3abivGpYsWEbbB3WnmGJd/7rNP12ktQ4PsMROE6pXPmfHWsXhCcnn3aRYkV4WmngLYqHfb0yVJswtwweNQiVhUAd8v+Vqx9Sd7QttN098WgpkajrdMuiVP6fhaZgQrBCivaMtXqeEzB25hqrug2PshNDLNseTXJnuS7DKq/RtX12lnPDcqYtv3JCbsbTWln67OEcKWYDV275naxdVsFxkGabcWxYSyNLW+nT/k5Gas5G6bRvF2nCDB3oIM1NwTS+yLpuSkFFaXFxcmp6AEuDD/lyt3vHEXdrct+P5tdE/Jjnhyaf9/d7LKFdyFSY0AdMJGmnMZo5fW4OeDKzIFLm5vbvDMzA0Ntnb53ZZNEt2a2Bld7359x9WniPFOn31aysXLEPLBI+v5krN+EBbQ3efdFt6mkW8CZkhIRadAc5keym5e/fu21uQlzQTZ+lm56OSUMZaFMqEvSVZErNAE5IK03Ih9w81qw6xLcl3iK1RLvOV6fvSdrr9DsfxhnnnOQebjTXxbBylijgTrZdbm20t7Z3dQ5a5PzkTrOqYP1uV1vbWxVM8Kfx22EjjOWbbSKgGVrz00ktndGd9vR832Pq9t297B9atZJmfFOJyoROKgmamCVVyYhrljRV0OijOaBu9kZWI6zr2O3Z6SVYSM8clqLHkzMbMXAwMPMR3l61T1HTNFesn6yL08KTsO/rjbUnkDCWYvgu9YukhFd5Huq3GuPa6E3z0j+aVHR6XWHE/ERaFWNYvr5xmgnX64ru06d483C8Fp4MvMbk6c/byT29PfHTjT+M///lPvYP1z5Nv1iaLGDI0LuSE3f0ViSX5SRXi+JHd0kxdSy0WoRsrxss/pTTTp6mtqGAhagX7jT2EhbRgG4/gw8nq55mRJ5esqTuHwp7PjHwq49Ar4Z7uu5GrQHeSpb/daoyzYun1o3pzc/eIaIp0SnihvDrUDTnavnvaC03d7t+e54JVefMLY5VjwB7kWVPB1Oryz3/561+89ou/vvXWX1/7Df0+2Db17OHVm0JmgnQ6X36EeroicV9R0b7s0rQs/7w0/ZqPuntMxdvE9Vl880CIIdKZCtGSX1KcjiUfD2M8vPknd5nxMLkh0HKGO3NuK8rccWGZy+yxemxaRnrirlhaQ3N3v6uxQhdZsPhkoJZvauVE2SPNyu5a87vnuWKdr3vPYe0YF/gEYCAZ1P38F//8s5+9+gpR98orFy9efPXTb4Ybprac3GmZU+TyZUeOE9jzlpyeR5+xQk4KS/BiW/jaT6Q2HVmuQuJYUix1xT1TVl5BcSKKgQ/bPYav6GNrkynKuvP8nMs8caeo/s7VSk4LNY19LcY4y5W1vZ/NPfMm/GgpId87VsW61/mO+kiCRSFWlfHaFS5Yp05/+LsWtziTD7Lw6vJrr1ysZJw+fe7cOZo7PH/ljd9ZaTz62qQkmEJbFtbPm9+kiVyx6BuW0nFtL0BKWpKvVl0RdnEH7s+1YqM3Kb8oFY/Uw3STOUx6Ja96J8m6+0ToDWXlUaf43auVv/SuEfvN+tF4TUCzliyHx94o29ML0QSLDhSNBho/tFqbrFbaEm3wz95oQ0Ms0jTze3VyiHXl//ZbhIBgMbn65c/kgjyH5Or0xatvfWSlG4i1uy90oIAVsea//RSVsQo8q2JhpnD+Ryp1b5amVh02rqnWBbanBHrfNhYkotPh4ak5/h0LsORZ3HKylTu0YfY6V9LIoLSw25UuborFQqwLF+ISZjFzme4RSRMwQxDnKBYXrJqaGgPZZd346He//e2tW7/9/Rcf3bjmCB4X9AdYPMQy/J53u1MV61OvMFttP3P5F69WngridOUrv/rrf7ayFNMx6Az9siRYWQtEDUU+CrHYTQYHhfORur6wMZbxVn5x5xckQv0fEg7foQpW/cxhfoN+/661gVXNT/54xDvvBA51VPK+LKZpy543kmA5B4dbmx1WQzw8G5g3ciOffGblcbFR1IQJVo3B3PrRf777zhsffPLth59++uG3n3zwxlvvffm7a63mCyFRVnU1BbDGG5/IwnS+7l/OzjQznPnpb16R333OL1h/eP0X/+TuMbC10S1jljDB8i5QVElOY/sgWS/WPlSxous671+b/9rWzA6UWw6ise3hYMOzd4NW/VWVk1HT1DPPr1u7cvX2Fw/u9kqiLrrtpdjYyEyY2JCwzv/rcnc3uMb6J8Y8juWOsWqMZtuQXLySB3MsvXPaprhgXbD+/n/+279eOn/p9GmqPhGVlRcv1tXV3Xzr1rU2qyGocayalblsb8k54anKn10OCBaVrwLpoCxYlRd/9svL0l+atbQ02trtniOT9Ag3LrQ0W5HnY4oliGlIZKLmg3nivYoF77DytiSuWGJjfi7cXL97Vp9kS0VnrYertMxtfOru3bsNHicr90Z+TgW2PcLr7Ot1Shwfc4JhoYBJWE7FMpk09HUaLZO25VUsyvN63DSGRJGjhn1Ji9szPNioqQgTLPO1//Pf/vX9S5f+n3McVn46fZpyuot119/6+iNb20wsyARL73g3UHa/+E+0a55B+eDF4Hyw8uKrr/30rMnZ0cRWRVPzg6CZm6QIaQu9bhIyeSFZKES1OJpe7RXFezHdXlmcJXvqClJeaSok67tl5fGphtBdylXcuZfasmwjoinqLUigNTduT2ezo2NsZOTpp3vHXX1ut9vlXA4Ph7nXD6mWNLGcx4V0NtgywMb86CtpyLPeNdHxR2NrvyZChGW03nj3U/Jrv3Tu1FwuXv32HdIsVtCStxFq9W1fXz/v16XfnCXB0ogCHQ8G6dX5yrrf/PqyrkLsazdQx6qhvU/UhAvWkYU6rJS5+VyxklDEiv4A3dOZFjeWz5dslyJo/Q5RUI87350V0ivJzMbpJdbpnqexXWOZmBhxWGk9sq3luc2bn5w4mv149uPPPbnpoEVY9uI76YhloMm4fNlgWxeV7uQtZKRWgz3NZr2xZWROr7u/6G52/PaDutNyZEWhEycQLdWRZv12WJYsui2UW2996hesU6///AxZrPosf6ub1avTlyqv/l87Kwdahhw0vlPeNCCFuURQ7u16caG9s8oiuYoFl5nIVb5jZTHGV3Oc9Mk8MQdjht+hYK1bw5bR6OcuR6Zqb5W20zXP8aDG1THQy3xSqhqm9ihWqAZ+pFQwlNlHxOU/LSQXUGfnshXezXQ0x6ZgTeR22jvYY2syG2r05m63xhSprcFobrrxzvXKgEqdDpUs0qwPvr7WZDDQJkI+AB0QrIu/OKsRxkcmXqs8PRtfXbz5ZQc7PxSc3Va28bXFrYlkfW/3HNqgmj83UaYlUY3xbC6u8bBHJiWjYLdl8W65cmtWRYWQj7D1O0vkdzzGFk5F3DWqrWp3i1FjZp000OLpa7Eywaq/e1i54ugm+dRXkbtbXP4mB4qxLENty6RYxraOad9tn+Qd7xvodDTxAUZ9+cse56xgCeKMvQw5XRkNbZ9/cGW2EhWsWKdOn6q88slXHw9bmaeM8fffBgTr9K9+LvV29LxVFxyQfXLLxicMxV5bFcsIO+xhgqUj12b7oOOx44c3rJ7voD25KJ/6GpY2nbN65ff3Fp26L1NknXWLFSw5Jaw4Q3FxCY4Lv6N6+64tbAuCPvL8m7ZlpDHctc4fX4mTtraOvi5eGK6uPrBZ8eJRObdPPmGJQ1cWc41y25ZLsByD0+PTvf2eHgc5Yxnl1gSDY8jifzSoIUu0kJIwweILJigctX787s264No5l6EZJbry5me/tzUZ9VW/+/b8uVP8b86/+rfJHttXV87PhGaVV6hX9MY064CXBprYzHXbWPgzoOMRVltD1ZYDT5w8vmPtapVSGTHYUqWnpWXE1DukSFxfUlKQy+vJK9ftWLli3cnt39emo0RqZhBjD6hmNhSxX+7VNtZSVeAsBOs7Cq9o5Lkq2jKamhpj818sUQRLEPs6jeauvqFWOnqnzq2pJ1a9uFO+mSduE+PRFk+HlPYe83KV3Jvb21tsrebg0p7BNtlo4hmyaPEKonNI1AQZ+JF9luN3b1ypnFN2P31qRozqPv3sC4eh5vdMsOQWhlf/3NN663rlTMR1/so7N6xWj5dVzlzdWp4R9s5tVuUpoYncDBvq9fXV2upRWk49Orrm5LpVlJEvNUfam6T2+dSi66nDKsX2Z+4+seH5uzR1vX3thpUq1aq1a9dupv+t3byZflm7/fC6ddtXKVn6r1SuXKV6xHRNWZokLiYB9EuWXG/fnZeTmV9WVpaFofJlKqiv2r7u8AZV5PvvCtXf/eQOr19FEyx9U0eUCIter11NemOPe8SmZeEFzUxv6e4rZV9HuckSH8csWmHY9fLynRIajHPfwxJk3kMq9fb5fM4ub7BgUU3dYLV9+W1dUEFqRrQC+d6H73788mzRnXYUtn/0wflL/g8gSSO9MtomRGqjEHptTLAMne5wwaKTS9IzawOl4tXcfJlPXxtogTTliEu5TJILNGz4l3rq7CP/sH0r+XU8c4fNwN+hzpbRmvLRu3en6D/6deoue9/UlH70wPF163btOVBfteX45kcoe1QkpFnEmHJBf2BF/TON/mq7kFfKiu2q1HTMQj/Ip4RuiBtYkrBy1eZdz06Ry5V+yyHqAQ3XrNXP32EDOdporigXDNSJFDHConTM6Wml11N7n7vTwC0KSLE+7jvK7rYJ21jvkiYOgmWSPG3L6d43521rt5dKWEywXIOTgsnePiKGWiSTsbL14/euXwyXrJkOq7o33/2P6zNRWOWnHW/VnTs3E4K9ZzOwyj6zh5GG2ih9rLL2zBUsamMkwRJH2ulGIbd2aWV/iGp9/ejoY4fWLV6ykouSyCpCx9woxEbnQKeVOXY0TMm9LbxDj3JT/ksDfYl6makpiuvY7a58y6Edqx6V8Co306eO6XbKVzU1luWlbSrIK2Nv+zKL0YC1HEWpdU88tuXAyePHj+95YgtdV3SlUftPzZY9IQvgVRtWKlbSnXSqQVuvj7qbz9E9MCJGECx6zXiHmGXmqG3S2SHvU9A2NAxPHiFvANVRixCnQWmd6GkdLY/HUgpZsAb8D4Y40T0mmix/9HjnerpT9d1xi4rvURWLoqqrdacq/+A/Eqz79opc0JLjq2FqvGoa9LI+UXsPOyOsslJjyZxnwO62S6LL4/An8kywWBMKqRadQlaX1+9fu8jXlfJHu9UV/uIY9fRb+jzDzCOCQwNb9Vr22emPen5f4v159dXVXLX09EZ1ffWax/Y8bJKlUHIr1pSE7OL160sT5T6ElE0bY3R0Y+0LjQeLU5NVKlVySsb6gr2JsPJbDjacXEM3P7qS9P552/pqPnVbPbolyPlYuecnh5U7nmH9V1HSQWZS0NFHa48j6BXVm73O/u4Wh9nY3O8daOaCRZ1b1oHxH69a+SOalI6XsYM04KiJz+IvLuC9Ijfb09gH28fEs5bmdnfYEgoaFrRe++ZbKmWdi65Zp/4wO+J8nlfnuV69/TE7cbX1imqyD3ANk+2DsaqKalihT4Gul1ZjTAzarNrgLhRZuXg7/YXHNi/mpaXasJ+Gq3W62YVFknvgmtUfNrPjBIrdWIDFLqoqEiitTBWV96oDqqYv33KchfUKsuRSrVy5UhXPWESZnJqeTeTSfxmJCQnp5GF4++zZs7clp9tlpxVqZ3UV6rLMtE1PPe0UY4+vNhahP3T546v97AZIN0WtnCWweVt6g0qz1fWjT6zlF/Lqrc//5M6dv9vOHPsaqqKGE+1j3gjFSdYgJPV5OvpHeif7Bzs6xnwT7QZ/d7y1Y9r9wgt9FtEUN8H6S7MhboplaLHI7qAad6eNBEtqbx0KEyyKiozWti/eu155KnaYYJ2/+O3v21jXQ5eXSuqXL0//5+e3vhi2VrUNhfSNajS6iSZHS0uzVRvNhb66fMvhmBVLtXbrY1omWDMdqbSMUXL1d1op0WTnv9pIRoRy3wtLSbXcQY3FXaOj+4/v2rFj3a7je/bs2bpjbbwKW8rE9Xkb1dQzR30uPp9ObbFbxNrAlctGxbjlMftjo8UixlZdZcOa+bkxPIiqhIRU1LPuIw7eo2VVBZYehF/HNM+8jvzBV6z9yR0O16soAZbWYJuwiELkZoKJzta25h5Pfy+d/E/fdlNjg7xlps3jkiwSXSNxc84SR1oM5fHC0CHK7qBiv2N4TDgr9Vh7Iq35YpWsYep8r6xcjF5VXv3cWkNi1zzxt1+/Rr6jv7p58+ann3x2zdrjDBIsevjF/irmvhXN2V7fQOH0YztiUyzF2j0Hquu1HpdGF3r86qQ92yFfgm4KF/yEf0nSLJ4fUo1gdJT1HOu1ax47uW5DPMKs5PXkFir6V0dwm+PaimBIffjvs7uEYhKsxt3ZC3/3ybklmYWZJbnIFZecEK7RUzxVHuli5tfU3f1b16pUx/kJ0FR91Zx5nOCEsGnQEmnTMXvB9LXQ68VYY3C0dHZ1ULvSwB+NzOlO29TdK7FT//g5/QmCuzN+gqXtl+2MNfbuqmYmWB3W5oiCxZYaGoa/ullXeTo2weLVrHebjG3XPrr1zm9+9uofTrFC/Dm+cvWbnr7Qx98yWFNePs8iDj25BFVv2R6TXh3eomXFR2rg181ZUGSZ6GzT6mN2vWfpo/8/o5EJlra+umbU+MTxXevYYeKzW8iu6MG9rBXJAcsERXqWKBt/0RTSGXaWd+aMrFz+cz5d4PhnUb5HOpP9xIKBk7I0i71CBKE2E/Pliw+MU9j1sHVUr412LcsDzaM8uJriVVp28KONlv7MtTQJmLuIli6jnPsYa/Q15pcHvb0tNXwlaHsvs/mLpzMpHRMOWuOlV8ZW1hElUFI21jbFBMsyYDVGXqRK8SyVAH/3zs2687FmhRff+NPvPn/3rU+uX7kYeqx45Y3xmYiVzSNRA5ahvObCPBsz2JNRviWGts+V69aU04lMQ0N775xKJZlTWEa6HLHfDJi3NlXvrA5ahzZslH3tq+VlQ1VVU1T5qi831jy2n0O9rtR9sdToS5GSnZZfoUsqzCnYW/rci0fEint+u/+gXoXQxbSBNxYhWMLu7Pljq9T09VkmiufuVTAP5W37EpKpwJ9YmpaXmZlTlIFRw4XkKj3Ld3SlYvNj1VH1qlyuNVTVV/NjHqZX0fqvKF6y0jhbxAFmjdRHx4MzL2KjsX3a6zGTYhlo5bpgiu8KMMHkm2yNW0bY6eINBqKz0zzl6PedbRxr0kcWLN5rYLTabr19Jda0sO7NNz65eSVCTFZ58fXXfq6TgwYSLJp67jHMv+JHvgttWSgrVG7eM1rPSuraKsfYnMK+wM2/umKdLdez1mFrU0u3Z2hsYmKwietVA6umyVb35ez0MtApoiX5Yt0Xa+cJYZQJ6YmRVy+rMkp8LPMzse5du8spBXRIo44gUUs9fTYJWenzVc2KC/I2ivJOMJ5QNDoL0zZtKskS5RrZxpJcFLbmvfays3zSX3at3T9K1nvz7PGs4sfTVXquVvNGE9ZBUdBEnMdxd1h5quAvvda09nunO6nDwdrTK2lMglodV8ESex3xK2GRIAt05DD0sn7UMeQz+XodkQWLnc3yYw/rta+uxJgW0oh05Xm2fCJ0sMdv5vfzCu6cxX3kXAuV7Uix6NROP79iKbeffIYVMdkQqd46OLfbjimW6Ip1PxFrmR3u7u912S1ki9bbrJW/i3L/MiGWMnL1KuctY1WsPV87TyeEIj0vi8gsSA8Lw2j5osB0Qi5K1YrLs9SX8sjogqXMyMtKImWqYK1rPLBjWacosYo+r5axZ2pjCbLEeUjP0um8Q1uoTUE7f92BBe5yD+D85io1bUNCxLuUONkum5VXBwTL3DV9m6z0zMNsx54QZ8ESxLHWeK2CNg9ILIIUXd0G/egfB+hYyt1SFSXCYs0k7PxMa/7ijasXY6y8B+alwyxqKv/w+s/P+hVLMLljGPimDExbP7p1ZbS8S7HhJKtpkl7xC8HQ7dKEFyx1IvlFxKJY5Hvf6Zl0NvIwjULAdmtY+y0rrGqruSUY/4V12ozuj6xYiux8/3fQmFmcsCohPT0hJTlZlZycmpuT5N8dODvitxwRPUlQtJRQlZhDJ5EV6orQSSn+vfi/JW5BI257MjExPSPhh968pYj086cU0mXiHdAyvarWLxi96xeupTLBMkWyabC3G2pqgk6OSNtsYz7voK1n0t4Y4aJfbsWyd5hr4tM5eqF1TKQIS7CM2WoowiLBOjveGVWwWJDFSziGa19+UBfzaSFvyGK//mHW8IGpVuWr/3KZKxbdEkYMhhhyNPom6vX7d6yKKFmK7QdYoEMdofK1YAhr9uJBlknsWzgrpFpmW+dAn0WWK2bI4+psKp/3LlItt+dXlUdWrIwsdcC3mFZ9D/V6fbqNmSVpOVnq8F2ny9WRLNg3RUrqFAlFG7lXfkXYbCdXUBMvnvHvq9FulygKL1yf/oPu5kqNYHaYmldBSbfLQ8c9/GVy3y9NEgDzoBhRsMbajHONs5q63D53v0sUNUusHNyHyjFTzjj1YRlaJilLFkRX18tUseOC5e0yzyNYlAex08K2L965cmqxyB0RQclk5Su/uPxSbS1r2u0nk5qFf2JKwqhWueaJdZFed9sfY6kaCRYPtelzOfrDTQL5RjV3t1W7kNWhY7CP3aw08j+iK7HTXB7tJuL/xqnxhmoT2gsnN0RKF0S5GZ1LgMD3CVBgS6rAuxTiUiTV6cQj2ZFKL5mspzfSt8B8aWX8AkZ9X/fuMS+arLT0H26UpcgOz61TSs6QYIl9Pawg8QD0ii6qGlawCdcf8rWebDaG3jyp56hl0iJZGpd4aTCDf2HJmWTjxHBNnFJCQydzKhaksWYytSrngiUNNoUJVjUvuVfX8+lpa1vLN2/HelRIFsty/veHP/BlqqfOE+eCFOssUyzB4jFfiEWwWHNUNZOs8Chm1QFeYeOXip5/rib2dIcn3BqTz91uWGAPGj395C0V0Csq8rlsCylqFdW82mydHZ6BH4ddzgmFTK/8L3tqV/db5tUyqaqIV+TOFk4klYZFp7kbxVDJ1EWv82v8GWLFPV/SD3gPyD7L+jkPo6rIR3qlsfQPswYc/QMQrNmXZ7i8NE60Ww1a9mI08KvV3NQzMOKM2GIaozm7REdvorDEZFIacjygH3jhR6R7mqIH0dvDd3cxwdJJY61zBYuFVpRoUfOomZqqPn/nOlOd2PSKrNyv8C31xKtXr1y5UsfMtQJR1vnTF1mMRWeU3TE66rCju3raRf3s3EGdlVun6NxlptjJA+oeV8QRLK9rcn4DH4O1s1ecvVKYXgl9bfMpKnmLGUisugYmaSRS8iUVJahCDgEzxXuzZ37f2bZx5s1QVpSqDG1RlXdWzEwxzf/dzYRbNEOdX/pDbXRYbykMjfEVuUn0IJoE2rCiL3+AgmUbizRFSKchrsEbzU0E6ZahqaWjj2oX4iIiJCE4BdRovLQ4S7BIwtLSSY04EutB1gM4JHSyMbsh+eu1DrJZkN65gsVHoaitgFrdv/jmrQ9pMcW5c7ElgVfffOOtd97762u/4Pz13Xc/e++dt9/45Nub12VPQPKLf+W1n77Ek+BYBYtFWZT5PbYudEpmxxbm1x+SpfEiVli+7R0Z6vCfsUQdr+zua9SEPHk0CDFfWbGGYqtOGpKgm5wol0kLi3ITWB+oMiU18fFN2xrnlr8191U0WLJgkRL5MtenpwTiA/JCTFLfU+uCpw3VvnnWrcwIFivBJ+X8QCVrvcUXupAuI/8ebf5gbiMGrfaBvTjNNlKiiG0NGrWlb6ijq7ur29Zk84x4RVGzuJBKmMkBNZpG10DHpOSd6JM0S1Isis/6Ohzx6XW3ekiwyLZY1sdWDxMsd3NgVX1QNZmyZLPt67c/vFpXeS5WuaKO9jf+408ft/dePntGd+asqdfR5rBdu/bxF7///Ms//+b1i6wAf54U67LGMraIdYx+xVoT0kCw+pn6YL2SRStSEYscz6gHdL4boKGtw8W8u4L/qcja8ubJIJs6h/qYWjFnCL/l8MbCzJwCarksPHjEIqofEvj3JmbRd1ZEFBx96qBXPUeuJPdf3BZ/V29FaLrK3wzawaqm4eti1Q9SsIRMRUjGT8cmsmGu0V/pvHDfNWhtU/uEM5o1MpXLLE6Xy+Ue6prgtdZFKQ3VcVlxnvV4sfGP7pauaV9vT/ckVyyWF2oWqViifcARjxiLepXst33ODqM8Ld7aQTswBFdLiGCRXvHl9sOff3uljtm7xy5Y1Gx15c3/+F/jZ8+8VPvSS41D1ipuzEyfrK3fd/nn//LPr7/ySuVpqryPd1kXE0NzM9j6+i07VgY8HBVbR6sawm5tTR7v3L47up+4O2xmg3Ge+KrLFbbIQXR1Wufp72sZslPJS86mBPZiPsMH/c7SMds9UYx52C8+iqVT0/ck+giTxOemdUEZo3fbps2r170ghVSy2F+EBISzx4ZiY+EPsPq+nswyghZ2JKeJFWzAXuxlM3UXHtBxmaGlr1GMpkP01TRsgapEx7axHgxqZnM45xg7QWeBVqOTLFKah3y+wTarbdBtZ3MvAtsBuBgFpNu7vcOqjYtgeW9LY7aqYMFydoZGWGx9TtvHX35SdzHWdtEgqNj1ys9+8U8UY6ktHdzdhY0Tk0WywIrOl3/52q9ef/Vnv6SWt8X8tIHa++gzWw9v3rBh5YqVh+/WV4d7Chm6nWGNwrzbnRYGRXt4DW1Mr+bcYgSpP1rIS+rb4nGLohimC2fUbMSFN4M+NHo1U0C7x6gI6aJgNfndJxJZHvt4vjDnL1gza1hiyD+kNqkg4YdmAVgs6kwFMzqtKN1YQQmhhlaoNBvKgyqdNTU1Sy9m0a4FSRP9uhGY2jBhiTEZ9D9lbAhPtPR1tHVOOkWTaO8b62mqqensvU1FGZZEdfSJzj67SXR6xUUoFjt6j4tjAwnW+G065PenSEywaEK2K1SwKOH5+KsPrl6sPL1IvZI//h//8dQrr//mv/708ngLd3FlQzbWLqfA24/OnP3pL3/9tz//qWlxmT+3CeVz73fXHDhwaNce1l3cEHZtGFv6wm8UGk2FaHGNdbcZI9WizMODrrCnitrjozWbGs2OrhFLxItGnnB5iLQqKGCKUFtnsnTkSfnkT3XMK8rfO2/EYOcUzkjrw+TeUl9m6Q8sL8ygB6VwxgA/tbCWnRBSJaenabYvhjIJs5WVxZeWKtUYeubZ7RWonMeaCWpkBWIu5GRa0t/ZZDTaPG7T+FBPK83zmD3jPj6JqDe3THr7PW6fa3BM0iyiA5VeZs7l2kQRkiaT2dd0R5s/IyTBYhUYrydIsMijwdz29ZtX606fWnx4Nbuq4uKr//zrvlaDls+m188u6qmoMFkmu64NmxddquTuL/KwO/M1ropkMmukccJwV2t2qyHJ6ojQW0/29WP2sPiKDS5FydC1BseAUxI1GvWjxtybN9Mr+5OBqEF1bJxV3lmGy06R7TtffCHiwkNBXl9SlvPDCrISqM3Wt9f/YCnzWHcKdUdxv2J+GRE0Mt/e3eHxeDqal5Iq0c5jj+XBjdiIlo5BtyTy53Kyy0biNKpvGfO5e8ykUjXNE75eW0052T40dYyPdwyO+4b+yPyfFiFYgkbqioNjAxmEDXbNWkTJgmUZmBUsJlcfv3WFnelxA+TTp2bDLAqdzsXiMeM3bnj1g4/bDKwXnASL96DLtoEWaikxGpfynMrexlXc6bg+sgda06AUoVOYR8dsQie8GNXeG6FATt5D7ZH1qorOnS2NmkdQr8L1i/XBz1ajFI9nMqdL0ivBJ7n3KhWp2yR5axSrvFfMkSyx8cim7HSy/Uv+/ulWyr6CvdmpKSFusylJlOcXyoOVimJ+1sL7kenlz3qj2mzt3UN0ZOwlpgccS6rtGM2DPt8DUiy6P/e3NbV4JvvcdpfHZuWbDEZt/b7pLgqrRi/0kEpZWQZraB7zTXaP+MZ7jOYBi2ZRSaE42GSMh2KRY7F2VrDYPVXqnxGsGr4xZ2aR6swc4DkOta5frKubx7khpDp/uvLbb2hRNAmWvqmbyzfvOict0LM5vCUqlpabvlT529sjtJlpIiwO4V9Zmmg2zI03eftVeHwVtTPeONy/3CeAgXVcy5xamkivQrYSKhKOFTrtXq9zenr6KHu15u6WogxlswYk0e52en1Zabnfu27S5PVJkv1I3qbS2WaQFSn5FWfUmgL+dmIhy55ZaZSaRvXmJkd710AvNeOxeMbkdXuGl/YyfoCCJUj2CeoDICVtavb0DVE+qGeOlCRY4x2G0dGal8e8I3KfgLln2jfQ4b099nJNTeuQk36CRfTK97Wb49Hurg2yk27ronhEJ03KgkWxosF6je2qnxMsMRc+kqorNz/85I033ozqNXP+ypWQMv3p01ffuDXMTIpbByS6I3FLvcYONmRQvSTB8v8As4OG4c+6Y0SIsh9JEFxzk24Kl8TwhhehsS9aWxzZfyynXulmxWrBhs77/2LSzjmL6lWp2ceObip+8rcvpMtZ4m4WY+kiDDvK54WyB01exvctyErOLqSfTErKylsfKFullLFe2zI255RckMRzZWYDQrtaOj0TdNJG6TSVi0yCd6xzyWGHgXlhaR6IXvUNtJv9E7Ktnr5JT0sTuf4xwbIPkmBd6Bwf9/A7srF1wDvumbjt7b5ANsGODtcijgopJxyxxc931J9BdXPB6p0RLOsXfj0KamU4fYrCqivfvvflrY8+vnbjTx9EDrFIqCrf+dNn316VJcv/zy9efe+GVatt7pNPYlmAJT+h9yFY85cCBiPXl9jRrddjnSM/HRZNmAOVME/B3WBzLmd8pQv0Q5D/D6UdNNOzfJIlqCMPRhPPHU2RHQqePCL5dHKjmS7Ct8odUmvF/O+dYtHCuLLb7Pyh0ZKXzh+kRDt/YvJJ4ovZaQQLRCwDNlvXmJu89wU+NU5Rp4vCq6qldzWMPJjaqMbbRYveAxlVW1fvdO9gp4M2hfb7vAMv62teHvD2tvPbvtHWd7t3yHt7gpnF6LVNHd7Y61g01mPxxKvf3f/iLm/qYeekUp8sWDVG6+8/qasMye0osLr64Qef3bphG3a0tbXemLPGPkSwzn/40fC1P/319VeCercqr3xwy2Ft8cp5GgmWx7ysgmW0RbtLkOtYf6s2OEgztI7MPe1jZ8fewVZjtI6GQelB3AN1s12bYcVSUfLuHvdK+Zm77Y1isP9MwPLlAbVMUNPjsShC8/gJf5qnyNg5LtExkynYCCc00DpDa2uzEr9/086JJRvlM1MpJzs1OfmYU07SM9Mzdvv3K5N/wOAIqRVrNqCjdmrKco6x6ux9NHV3OB+IYpm8VFsLvMZo7rBlsHd6enKgq2vC5x36Y42hvXd8sIk7AVJQd3ui97a3g0dKenKUt8fckcrKO73tZmN8IywSLOa+ygSrhunVmxdPB8VWNBZ4/ZP3Pv/Y1mRlnZc1TV+8feX8uajV9vN1nw0bbSO/fO1nr/zh9Kzi3fzqRpdkqpDzXm+P4YHkvVHrmtYBSRNty3dvc3mwAYOh3RneZirQrupoga7R2C8J919mIAGgzTezvrYBQWq0OA/mpK3PzX5u5+5jCRm5mzLtlpl9XsFJovBgBOtolDGbTTOhlyLh6LTXa2kkxEiixVqzztDL+Hs4r5NcWijI5vpJmWlpT9v5G2pf4Tb/yiIqYbm9YgWTK1YgpXG33g6Ka+7n9WtsHbQ/CMGiTfKzgsWNHdo9vePe8XHWgtlcY+4Y723h36fWMWHyjjhv93b6X5PGtkFnzIJFP7W332aOa4hl7WSCJbq5YBmtv/v04unTsmLxotX1N776yNZmleW3xth269volg18Z871W02d0yZqtfrnV/4Q6OJilawRSbYoMMU+Q3gf7cJi5LCW+lFaQgSrqcMSLlii2BH1OTAayf3w/t3SaGPTkbxtdnlzwKwQic6nslOSVXRwp0zdWUpqoUpOX39QrpnNBlk0CCiKD0CxyOqGDJGffHxzWF6o2vlc0Nnh03/58aZ9xetzLCL3Jg2Ps+gdYtH30VImpShJ0Mk9tKIkqmdjW13g6JmaG+TzHHYGPdBirbrPsUKjo1+8f8Eiszt/sTbgTkovbVvHRN+4dNs32VLT3D8uX+JaQ4/T5HRL3n5HzUzzqifmKI/94JaheCaFNSRY7BUrOrlgWT/6pI4fC/LjwCufvvXlF7Y2g5GfKVKzunH4y5t1p+dtGj138e0bFOBUvHT28j/9hjJD7t1HNg+v/OqfmEUDs9KfsC3zD2hs89ijlbHE9hDBahuaa6nMPqavdZ4pnvYHELTTPdm+aUXqpm2+oLNAel2UHZttpU4PZGWq7BxyMqZJP9aork7KzyrMyTk4/kAKaTToYfHa7e6dmzJSgh1Fs3cmzE5svtjvr1AlF+flC0El95nslt7yZX0vnZTJ4zpJPeNpxn/wijNn5gy+yHJln+hpMt73lX2hdfKBCNZ42JQGdSv9saVr0mfq7TT29E7IPdRa8jcVnXaJtzjILwxaItY9Yonxe+ArE7rjGWJROsvqE4KdCZbR9s4Vv59xZd3Nt7/ksZVW9gYmoxnD8LvXLy7QSnru0tX/6DVxp/Kzl3/65w+ukME796VhVqO1zAbLPti2zANIWurdlSKXsXRCp54PUvjPF5snA6PSFUHBj8dcro8+RDhkuV9DWtHr9HqfSqYCUUmZyOJ3lvfRp8wvChIN1abSwB+VCXu3SdLunLS0gqLi7EQSssSnGvnN/sH4apkku2tb2r70QFqnOnoi8I0oVj852T+jXskZ60totHubXZSjDFpfEWjC2Jj9/ewXTS0qE0LNgXRztEHN5Wqyw2adf8A+tuyg0ync/+1QECeMEZIDMuGks3rqzR/o65LDIoOtjxogLFKvPGPD7+Q15jZquF/EgE5fszGuguWjU0LBywTL+vn18+S+d57aF7796gsbM95hkK07s/GjdoerC67OOXep8vrfzp7hE2umcc+1rz+4Wnfx9CWSrMpXmXGfKLqXvZ2fdmZ0R6m760w98jWll3+h5NE0V7DE+a3+jC2TjaIgj70v5fyGjXUNdvVPHylWUs6Rm7Ntd+Gm4k3U/zSekxHS0JR4dCZoUSizp53PkR98sr+XUbk36V7Fgym987oyXeKSNyvnGD8QU2S/4JcoxapdR494XU/NHgIqk1NTExKyS8rY67bRa2+s9cdbvvXf0753VWm+b56eOIE36rgHW+TWzPsNsMwd0n1WSJlHlugl04GIBQ2PxeTu6uwbkzvFaF7O7qOV0d6BpiBFIMcIyyLa3QVvlyGOKaGhRWL3WAsTrOE3mV5V1l1/+1ar1VDD1YrtgKSZYxLja+/Mab+qjLARmuWSr18+Q7bt9JJ2d1dVOW69QUZYpILcuE8nWgbjkPJWGbu8EZ3JSLCMofezsPxO8A60zfcdao0tI8wCS+A2WH5D4cXIlXuok4bkB6aP5IZUeBPCDBCKd84Wl1Q5B0PULLWQWVrpHkDyILu48zq+IDlp48Sqwz/+sV+u/svAtIUMHsSNe5VhgUf+7cKi7PTiTJr3rmXfScH3dbZQuXdcnO+hJm+poXYrX7xrNN5nCctgHrzPMx0N6Y9Evb/dkQ7vavRd3rPjQ/3TcgWLsr8xiV3IzhZr0KAsOS2ZFhPOSUNtcWxrKG+R2MoFiQSr6Svy6au8/sG7XzSbDeXyYiuaNpZPGgw3wuKryrqZNTrnK4PsSCt/c5kLFjlv0OZkw/BvP3uTjVGfr3zlNz91zq8GD2rAm/qrXBFLTaZuY01wzT3ci4Ysus0LDGPaPGMjfX19bnbMZyLXxlgliyX87v7uZjP16zs6Jo4cS503KlGdODYjAsr120LP4RLSqJ4kPJgWLUEdqNEIpKcjva6nsrMff+5H/9Dv5D8hzeroMnNT5mqW/+1E2gbLYrTvj2ApVckpMskquYrnEqMLFj2nE56uns7O9vaWlmEHpSUGw5JVq8bcLQlLWDGombHns4+xYcZJ73RXpBeavtNlklxOWj/D3zSTHTNb7zA0Y25JBayxxRVpqVdowhZPwbJ5A4J149tLl66/8/mN1oA4+/dYceX/+I0r/sU3vEOrkoKmug+vBuKqK29crzw/M4/DXNtJscTJFq2emtytwx9//s7NVy5WVr76N9KrOFjoUBjUFvmsw0Th64VAn7xheO7eVXrm7R0LSSoZ1Da3d3Z29gy4JFHqGxyyc58hdaCyFU2+mFxN9HtazFrmlWP9+9KdT2XP6yuVfCJ7RtEy5q7rUpUefKD7yQN1GoodfV53n9vtsstzOfK7k/JKo0zgJGeklanFjaXfi5QwOSF73/qCtJycnDz678SmfdkJKSvXvuCd5xWsaXS66fbV19s7MjI51j802NXeRqK1xOmc1j7BpFl0FihywaJGMNdASyvR03fb3RUplWkdofUGXrnEzmwr7dwNr8fIklnmht7d77KIi7IGZCtV2+vjV8Qatdn9gjX123//b++w4CoQ11bLzu680nzjjTr/VOE53u5w9cqlS1ff+vT8P8o27tf/9M3V2enDytd/eYbq6+KEQytvkKQz1f7/j1ywXv/kI6M2HoJFSSGzFgp72E1BgkU/VZfTdCYkYTSJ3sG2hdfHsWlXNvDa3jHY0d7q6HBTjsjnMoRAjjh3cbjA+wyHPCPj04MO5kKvrV+nTD369KbkeXsX02bCqoTCnLmBwJPTPt9CbvGLkjO5o521QJJo0VSbeqZjlXlgbcyM1h2anF5U8n1wIVVkl2Rm5SdJDK/X7rVQdSf/4M6dP+53CvOHNyQZMo2NFrvTRXMxbdalNVQamZ+bZlFPGw3ITLBBRrp7jnQ7jMyLwdw9fnu6qym84dE4SNept9OfEbb2s8uWjN/0fCavrXPMSRvdaL+TsJgIy9cXT8HS29ixBKthTf32sy/MdGfwHwsGtaIbzTfeujKzDvXilZtv/a//vH7p0rfffOqPqi59eqPty6vnZ2eef0ZJYS3t8WKfi601rDJ3/vlvf/vrf7AhnTj9XEZHhBWFQYJFt5POXs0ZXbBcmSS3p6mKPXmGC9TNYbTO72zEVuaYmQda+xDtoRBFOSgXJeY9Y9L5lcsUsKAVnAOe3tuXb5MHOFu2qD+uWqF6/Mc75zPvVJbO9Dkkp43P7c18fLfktVvEeSSLD9UEd9cLwgIhWWhf2EzHBd/3I+Y/XHvrFSu371q3fbXqgbmfptEclIksGEOnOO+RBkkLCRZ/ppkjKHdNp6r3RNfwkuw4tU0sNYg9bpZX2LW2dwwM9Y84e+mssmaUhpvJ7ur2uMcxI5qBb0XfpaGtfv6+aAP3jtM4u5g/Fn2KCa/PdPs2+WWPLGICWjBJIy3l8RQsF313PCV0NBkuXPCv/5idm9FSYs3q7UyvKLhiraS/tw2/V3fp/Htff0pN70zGKt9sqxr+6vr5GUusP/zz5TO1lgHmqsA3TFYZW6a9vczVRhu3H6yqO9xkTyN0G/0jNo6eQbcYOGnjF5xGYh5/LB5stbVQztfT5fF0W+c/j2TlCrJta2rvGJrodTudTvdI/wBtphC5S4voFzFWnydbV3q3iZm9avl22APMnz758RNPJkR/xamO7fNrhLLIWzwnrimwbztx7ERmkqiOcorFzZuDpqn5OGXgpaibV7TUYVZ/7M2N6x+ibivF9v01DQ01a07uOrx57YZVq1avjF25lBFXie8tLGPt/LW11JVzb1a376kXWsvtT8j4eI5JdhTzjY8taa0MFTO6Jug6iU2w2NcVnZ5WcqFsdTQzM5lJTydtXB2taR4Yv+0capn7Lei7RRKsYYMcYfFoTiLvX8oVhnrHabvD7dvO/q6Wbu8iGnfYwsA4tjXom90kWILEt+aw1YjBZ7NMXugg8drbV6ioTgd9Fy9ef+/Wxw6z4Yur779/86Ovb57n7aKn69621httX10JMnZ/7bLa7uH1Kq5YxubJ/k6rPo4/WHlVsytMsExCj7xw3trZTxP2/roTD4Go22CA9pFQE8pg/8TISG9vX59r3DkR02YQtl2otaWzhzaa9LQ3tzZ3dnkG+sfGxvpJxPpGxgY91D3hR+rrbuKLyerX7JC7qbN/dCwxav0nedNef9KYW5YTEt8o9+VPP75SkZxQmiM1ztq0B0dUbNQnEIHxhm3JQjb0rPPLtPjSFwuy1EJO4sNSqlLsoCW6tISE7qz6LQf2799/8tCeret2HN6+/fDmlfP/07W79hzaujn8B1ElZBQX5BSSVz/vGDSZZk5QF3PsKsfq7JnuWErHIVvh1T3gnC2JRg+tmF6Jot3jqBkl9ZGXf01O95KlqLnG3D4mmbzMeC7003daaA0p67oi874mavGm+awOW1d/77TXd9vnk3yS6y+eDo9zEdMcgiWoKWL52xr0ZKNAcs4Ei/xyakLjB8JYY7a9VSe3O9Rd/+xGWxMtcrS+d/799997eVaw3rXWU9Xos8BUNDU8vPIvl10UzWj92+61VuZvUV4dt5+Mvlhr31zB0vn7sFj/Cd+SpBG45yy9kl1jXbYmo3m4i6ZZ2dycyJc2SCPDMfWYyCZuMjQGQeaTrQ6brdkx3NLeYnM0NXXZNezuZRKlXrYOk3XsVDccUPqbrDKe2hQ1clEV+LtJE7blh+xq3Zc0vk8h//uEtDL2Dct2oTpTYEK6orbR/WMqr6nvseES+hnH3U+/MOKyU2lGWEqtns4kKyrC9x9/N6w8vqaaCVZDNdv8Xc+2BoxWjzasYWw5sHa+w9c9axqq6kfXHIqU3yqUSqUqNSN3b15So+hjZUn1oh4oOTnU8Bqgd2RpQ2hUY+AFWGGhqRiBPal2Vyfzugr0hrZ5pr3jk4M9zX/sdrEifGjpXatttwtnJbZdpaZc20ypH6346xkYl+i7He/r76I/esenp8lbOeaNh4I43m2IZ4TlGBHZmkISLIMxtPeN6RUp9/C7V0mvKq/c/OCrG2Z2/FFj+Ojb99+/+ru2L6/LgnWu7nOyvKoyDr8XqGNVUuH91+5Og5xd8qWsRmNNeRyhYNEW1k9Cr2bW6V5OjaUkVzruJ8i8GV0TnnYKpKuaesYsfBkSPyZmd8lF7CLj+q6d+bMh0BlCNwV2GVmotuV0D7X4ywra6gbtjplX33NHn0yIUh9KOVHAXeSUObcLZiv0qn1S0uxKhBUpxSWZrP+cTfVZAnUttZiXqFCV5mRtTNpIW772JqYm86WJ2Ud3W4SlHC7Sv6mg48Dvwq9Pterwrq07Nqhm3tp/gR5A5jwrH2XX89/4Cks9bSpZs2NltEhw9SEylGTNOhcOrZ53jnDvzt1eMXYPdXJllXsL6N5AKsIC686mJb6Sq6w9rvl7C1jtiTxWPN3dA9OTtFNi1H/VUzc7JYbT49O9/UNutsDPRQtygi5hLU37m/ydnkb2Z5N30ENGDv2DHZ3NVKQ3t3j6yaR0enpcitEYSxBHWrVxfGHrHZOs2VtcceejzlZrkInnBfZyo3nnpm9uXnr//BWybCDvUN76bmz7ijLCt4cd33DBYrueP2aCVUW98FdmLRpe/zPV9gKfrro8nj8UTwn1LfZwwRI6WTuDbYKPEPIWPRpa7e92sLEKvcMj75XUBNpafN7B+4x2ZQkjxeoeGBsb8vTMtExQi5v2sdlXzOrHf3QsO0UR8ZWTlpPNXqgZUv7MJk9Vcb4vJygqU9C0NHUXsIEKS+amnN18skIqSZDP8HJLs9ODdz+nbGLlCpNp8ZrFG0wL4l/IWrnuMfLG1m7ZSnU/5artWw+wmx/t/ObhMv+F2mfYb1zBSL/W7NkcuaK1+viaC+zDSLCq98yrWCtSn3yhz9lIBa2FX7ksrDpDHe90ROjunegf8HT0tDiW7ovFPBPG6Rqc9xmiYnsXLdGje2Hv7MY8Cu9pD0734FgfGRSx51iwT9DulRnJ0rdQBUgaMJDAXbB6WKjS6+md9thazfyoiWI0A9U2uru7OyZjs0um0mxPXD389NTsSoIlrPjvrGBnm4kR2KY1ig6M5q///V/fv/TJlx8NN/F+B6qjU03rX9+/+o3Z8Q0FVKwWf6nOZmCCxRRrtrm08tMvzMzOPS4/RvheOL2+0yvO7cETpBb6C5YQcvdT3mzg7GgmuarSV9FuCTG0CdznbJ9v+fNihIsK+bbmttmjbnpZNVSvC65WJZ54an1K5DrWthPUUaDaJmUGXoTp+b5tYdUkskNplDKLU1UpCcUlWVklUa2LVSfGfT52ELD4MIsVspLyEuIdX+1aQ+0xJDJ3nz106In9W/gzog/d8cb/zK9CLlnljx1aO+cBUm5ft337E2tq2I2YuSpcWLNHNX/Waevx8L2mC71yqUd6aGBgYNDTwYqYrAhgNt7fnA55f07zrV7REzONhZ0CUhLYMU1n2zPVHBbQm19upm0YdPhDnXrUKDowPKNYehoepE5PK/vwJpZb2QcmmFVDTXB7JJWtqRw24IqhgZTCvIEHObpSHTAi1kc7ntO39jPBUq/47+PUReIcogYSq+HC7KjvrX//t39783OHWW7PqibBKrfeuvn++2/+7oLjKy5YFGRdpeU4VQ3UDWm2fTozHk3GDdfoZFevL487XL70NntYIi7YW0b12pcnuP0M/ztaTEFXF+sVo1ZTzZwXp2+kzVDzYHZkshxRG/wkaMsb6k+G3OKV2TufXp8SITBQ7ts2vvPYJrdP8h8UKjJ9SdnhIQFNSacuXBNXpBSMe5N27x6X/IpVsci0UG0qy4jvItXt7ClgQ2JTU/Wj+mp6q75Br41yZVErTRUplraK9oQHf5uKrfQZeIMk/Vv6DPTCGN2/NnpThGLXFN2CbR0j9oX8E6gI6hq81kbWffKATlBtYMmXC62+HOOVpMijX8zXpZud6pMnFMVY40PD5uCSi5GVbsi3b4Sq6lQ47etsCzSyDvdSJ31vs57lGePCWdNIv3e6x6iPVPunEWjNwkeEI7YHq1eBLgxeVeGEPpT1rUNMsHQkWKz9rZFa+9sdVn/HWY3h4//9P//31zaSK4NcK6AbmcHx3r+9X/fOtVFW3OI194sfMsGqZuf7rf/3V69U+qcKT1/5bNiq1S+rYtVELoxxjTGPsacr1CfBRYJl6LTIKR+71py0aZwVPox8mWrIpUH1oMFlXGOkpYPCdcrQxqLHj2buS1VG6CAtOOikhQ++fDkby5WSji31cC21NG9891PHHn9800G7KCy+U563ZJWtj6dhn3I/v36ZYtH/uBgscFH564lbdq2aFfC1j9En4O+XJ9/1TLTW7N+1ebUicha6xto2fO3jriHXwtYFVAft9TAPYhbgPaBZDbPDQ1t4eF9MuGLRS9VdVcP0isSpeXB6fJImvozBt2xux9nDj6ep82Ggk0f3en3zJAVd7k7tqJ7m0qjDYWLa2x/ZTclsm5Q0C3VziH3dD3b7s6z1VPE2mJvaHMPNDopWDSE5Z+tgQLBkfx/aDDvU3cwEmbTJ+vm7t2y80j4zpkOmWW9eev/ql62jw59dkQWr7oNWvwySav/XX/k37lDT1vVvaMtX+fII1qisVzUsmtXX+wncHbhgGWghDm/cnA2zxD4SrJf7NYFgW9M41Mz1StvU5RbnuFlrTMu8KLK6+sCGudHP4zvziiOIgSp9X842OsvhnfGqQl/aEgUjmeTq6U3ZJIoKVfqJaUEdaC3VLUax1BVJJXE8LdxAUbFWyyvqTHJi68LjF+yak/8/dW8C3VZ9r4syBSdAy1imAoVCKDRACy2FQhl62t62r++8e9+NfUIsxyvCzn6yJGtFjjiR5aixkSKcSbJ7YilCwsRTatm1jAdZnod6jOepdjwt13GGxepJQsqiWYd77lnv+/23JMu2Rg/gu9tCMznWHr79G77hWTeP7eGXzzKwc9+PdNGTUGal4vf4wPXHX7Aai/MZuS6E0BHmMFNaVYQ4rTWbgWBWXEjsvrKycR8upNCQWcXsdY0lWGZuqe1SebF5EbkeKTkKdXEeY2fEgLOD9TQ+tL4Bj0RWrlyo0JenYCafZ7nkx88KBvNB3MDRD5YWW7m1eXt7ERNwGOzTw2MdQ11dQx1jnTVWgix35WOF48ROF2Cx4WF0dFp6da6V4k9BadCj7OTfVy68Uhhmzp05M9/LocJyA1arnuPvI3WJLePIYaQZXuDHWAXDZFGzHoiFRS7xBwiIwZgDy7O4uKTQiCkRR5UkawkFhpLSaGm0FwzFSkqNdWJjjgev8GM2bOAMuay+illMyhvPXN/NZrLgpaWUoYhb3nrlR3dv9inJ/e4zc0/cjXLgDts3VjhFuvGu58ve8pRwm+/YZosh+r/URcyKDXmQFQUS6Ve2Lfy+0N1jCUO3cJHx9+yDW197+YUXXn5t69Nn65Y2akLeHzT1waeW/ZU/2VpSOQ6siondGdJ+n8xHo9KyxvHcrF2HhL7QrM0uKXGW+urNJNlqV6mIUImS8VFbTjl4ol43rAI8JUNuOiOFkUtIPsl2rBWkzakwC2E6Qrn1FkuLXiz0C1iBGf6SvEL16vEKQEM5Xug4KGlULJfLnfVd3T21jgKTEtk3BbX9Xb3ky+e68lQZ8hVWlIdIgnVHKaQFYgzdPWcgyQVYnLNRdUbUbo6s07tbQlOX1Q1YlSmxCYcOX8DhGrzPqtelxOI4uVydqcVCI78KNxa4RTiwohnHJs7oBGxxfAp3Bcn8yL6KZ/RBj10nz01xARaLoxfKOLnVWJEuWbq/hr6iUr2ugCXEMv7nSxuSiM0/3tZ0m+9Z1O0/mvvmTVs2fef5O1b04G/64fM0vvd86YiIB17fhiAvOkO45MwEODhmRfODLMl7Dz16I+/nvN7Hz+oOhj8TIoE5IRbDOJQiNGsXJC9j/LIX8dbFr43N9/33oi9zbJQymED6gNAIWNJ4KTlj5RvV3FqtzdjqE5Mxn1k6kiKzmH83K+hOr2qyYLzOqO00+AEOgxGITVJVCtM3oJlAfrFBps4ntk6LVigvySEW1lx6ETKhfc/9G1ICSnRAkv/SvAbwTEWVgB9WCVB/2Ge7HEo4JTDrT17ppzG191rdOCIvooLTA1geh2p4KBoRaC9cCljqeofujKkTa1D30D2uYMYNWFyDJDY+4chH8HPnJ+9KfvC+1qxQtVVbnF/RUpaVIvE+WFQCWFUQzOutHKK5Zersyuos0LtZEwhD+YZMob7cEu0ijGZV6q2Z2SW5FWVpPsKf4cO43jGR2L+/fN/yidVbr9zj28fhpntsz7z+6iuProRuDin122/dsWXZSOutbWU5OTll276TYwl5pMX7Okh+es9t3/4BPFA3rS9qvfC35BXFhLPCDHtqvpCi7F5f73eZ4OCD3/c+oQ/88tctOTZXcldsdGgMSqZYBmLRMMvo4l+tybYGwCv0BVixki+L4GljNGoz2ZFdWWqjGAwtkq2sVoPaYNi/32y2OkvKLDxgUUGU67QWEa+1rERMhQq0RAis94c5hlziaQVUEa5F8jOaJAwLtXa7Xet02mcnyaWYzNa9o5lFyvlZtWvLwgRFXoDFShGa/KRlVecvJp2xoZG1XaRTNZrRD1tnXICF4AlXtW0olUqjgFhIoHD5ZJk6rNwabwqFSPLKH8+xETrFMEUzM0qIcY0nqT7MKivPzSbbBZBBjUXlZSkufaqkSi+jyVYMc7ZNKTcac8tL85CmtXxGgGDj3HX3GhQmRx78+XLEuuWXbz/zmE8i9k3bLE2XvrMSfNjy6LZtP77Fl4T41jt/jOOmTW+UWaQhZbeyp4cMmt+DieDOuSe+ec9t313PIfx/+1ty8oruE9Leg791EINw/70k9Y4L1yDigV+++TZ5FuBhjoleMgINiecuSa8u4unGqWtzkyjEsNmTLrfWsOWVVo+3QABWXlUFVkVVS5Y0QZrVUgk/rPxcduRXQhKd52rsoqPjo7PKa4ol0VHwUFJTsjEut8W/oSZnbAFgRQew7staA467WK7Wds50tbe2tbYPdbQNQC2zLJULpVZcu55zARZKw0WA5fY1kO7E26JI794qpjK/GWK5684op0DSiiSmuwqAJZofUfOAxWnz8AGjdsVnHDvAp6mqNI5pwxpzG8CwKsPGLGb5s0WQRUMrfCAJGzMyyJKbCyt5yJLOVVhZ9BurIiUtxsJx5v7DpzYtWYDAfH5FeOXWjQu8hokBECtJxj27eYkvXgRcipt8Os9EPPrTuedXMu/e8vorbwYhfG7+Nab6blVi4ODpGDe7O+q9qPfYfXPzt9cNsh74p7PJK79/iJoljAw0+6KW5OcPQ5LzwMM/ee7nxV8SXCXExrhUNhJLGDpg3Fcs/Ch/TW0qudyUhVIn2vOAgho6OnqIHRkZo6MQAo5K6V82HE3Q4WelU1dLfZ/rE8THR6eVViJgIkrSYNB+mUaDkqYSsX/uYGFZ9PJYVbdXIF7p46vLfaZeHc5TM80Ok0aV+MEHiSKNSOWVMcibVbEYG53uaiYKHyKgc4V5+EDLAGsnP6pLbyix8i050ZGgLIQt6RndfB8BlmEKTHfAkrLR7u4IYWiIsxCFZJEPeXqDSiXqtnORkWsNWCm+mdp0aXAq+e89DRR2J1HYZWKoQltyQHKYq1TrqxiFl4wijdnjaewl6mNpTNJVboVwxXciApolBKfkgDH04M8e9sQAPvUCD183vvrKD3wVUjf+aG5b+BP3iFu+ve2NYN4wt2yzvfKj5ykPI2axy4zvDRGdbE+cDKDroXUiZ4E1CjbD+nFjSNeZTHzLurokmMmWpbDRFRreNKawaQnCamDlZvQCkrPGMH1NEUuMuF8CHqbRd01aET2A+W35OET6JKTBAZgiU6w5/Hd04XA1HwtzcgokiIrK0VKjER0rCUCjEgjk2S3pbALMvspOfljE81nxYxIqrrZVkjun5pVKHqcSE/1EccVRpzZm4HgU4bIpiGE5YAGy2Asmp4qXRPGAJXY2is4ouzIJoeTDtcwMyzSkd1lowRHP1WzHJoz+x/xRUWIijElnrGs8xRKqEUQU0Po6hm0HAVkt+YWZVqLHiPXFVWUpiKrPLpWwzWFKg9GJxa50KS2PzEEs6WWV2SvsB5MIoqgsheGWnqTi9P+FQTDupZ+5wgEf//lBl3J305PPfNdXGXTX3I/CB6xNb715RzC8ingj75Xv3nTnY3c9k54y53ktR7lAyY+pCm4Rl+tW1L8/cfd6IFbET7YmE+NzPQFLiLcGjbzU2aB3s9GVBFOF8fL8osLihpSgTeAibicNVGJiYOq5dvQkgbiwNIVkNJjP5lmi+Xs7PV8NeqTc8KkxGy4h8EWuRP9XVU4mIS3jhGP8UQpeBrzaPIpH15DaAkcGiGljwVNXBFpTZuZjBGzxeI3gW0jPy7GlkFkgrR25VZ13zKL7Wh2aoMk2lOE1ycQ0QuJ6sifYF2CxWoVCXiABELgjgDprYTU6LCfAEs/20N8V57hicANWvssjHSc1J7+3q1aT+IFO11+zxiUWPqixPCUgR8S1OuCFzcWFRq1ZLTYUViN/DTtCuuCWBqMaK9/45WvrWJBWMDddacYcVVjYOzqdzt4x4pA4rQEtvvl83qSDT7/43LMPP/vc1rNnDz7HP/ebXn3FV+/3w7lXws6Fv+XJXwenwN/5StMboGchF+dXb1so+SuL91mB00oAj0B+m8HopDHfWA/JzlNb8Q44uL5yCX48DyPG8qa5UXSDtpzS8vzibL3BWgLVaUAlQHSKa6ezoEBlx5oSwNGcVZU1pWeBIVkyTmxoMKAatG5nNzkdHMf/W642WMkaK5uIPsXFcJovLKrkyfqxC5CK+XsOvbdjbMUBY9jBd9cWsTW8jR1NOS25JUUVDXBfaoG2exUfEWQn0MRG+k3utOUAh8bU3QkKugw6UaqZtNWEv74AixeFg/1eXcw/dQqFfsikU/X3srRCWW8/GbnH9Yy4RSeGCp5qRi/evGK1s7PVIdKdOTez1n45uLcyq2zuRMEo/wYc7NuH53Y1hMeFemtFXpEVe8xo1g+KtWXehqPuCQH5+GcbVuw8n0Rwqq3vau1q7wGJxNHfNhOsJRbKmAPPWdBf8d+DB190TYBv/c1dPuZCm262hTvD2vLYqw8ELWRu3GZzy6nv/bVlNO/Xv/rx7TfddPudP7ztG9+82cUXDTSOx6/99O61r6+eelDIbu51Bix2T2nLm0YJqccrirKdBswS1IXVaRhRBwSsrKLc8rKcLBtvhe6GrLm8NfVcEcj14GOVGM0Gg7Hqki3F1gSnK4X34+/1NucPjmP/AI6pYVCOt/QSChUNciWWHCOnCMYFo0V6cW4+iSWZpQPMArVGY6ZBLl4FXNE1lY/0K4OXV3Ga2g67gdcQCGnzn/mlBc+8b8ByQ1ZWhZYJhLm+fpFO2a4lwBIKaxoRRaHTtGndJ8xaLvEAVlmhWKbWA7J0g9e0a67nFov1lcHl5C7IoiMFjlfF+aVFhVnUBVqAV+pc27KXJ00S0yugy1p5PY8qfbqRUd6o1hVpNMpG2qHKAtOyKfsRniewej940MNjfGqbr1XhXbYfhsdqiPjhm8FLnxvvanIXSJt/+Yr0iScXdpdbbnr0tock7wWxj8ev3PzdNRflPPwSYclXYaMmEEP8DlOoBhD5wIkRCM9i8lCWBq+GwEP36PEa66fZxcyVBfIpmI3R7WbJyV1TVRemDGo1EbzgplAI7CjWL4KL5ber19BPAL/f0uUEBcJVS3Xwrg4UKfzVcnAkzFYXSHG89mU1cEUFbU23Jk4UBLFUooK2Tr2cMUrVamdNX2/v7PhoRnysP8DiCxVJCoos7NzUUzCWcUzt5zt/Z7tS94HOhAKKPzuCzBYPYMUgEVsIiHfOtl++3MutuTUyZIuV6cszb6J9d4bsSMspLS2qIPG9pBR6T+O4RLrst4N91WJcGV7x8UJqq/3KPIWeJXpoJJoa3GiBFBsLKyxMUpCs9j1Pl7bNRzF1t+Wu8ADrzm13Bh0u3fRm0ys3ur7sHT+au/nbtyye2d945/3fJOtgf/Ms+vl//9Ydaw1Y973GhoKRXwVgcYUt1eW5hVoSS0RiAk94JYnaGYQ3GhWfAqoM+jJrJkjp5DTbwsZHLetmuoKoAbM1rFsU/iS5WUsBi9WCKRXmEJiG/L57zZ5hAQNBudrepiR79UBopVKauiFlpr2ZWm/vHGpsHqitrT18+ONjJ/0Clhuy0lFkCfXtqjOq5j5mgYbZ9wyCDFW1dtf4nsj8PGARUFQbOSHDUat9RMsJ1oE9aqiwLUYoqqWio/y0hqxSzMktJWPZLNhxiEtyon2QTCS2YrlCsEK4Eijkzg7KjfVuyxM1U7DmCcVoR+CKrt3q0c68sW051Nxq+Wk4w+2ITdt+FQzgNv/4bdslt/3DHc/Pzd21nFIREXHrD+9BqnnMTu/94UKAe3ysZO1nWC+nrt74IOTSWF+ISaec/W11aD247PGUncFllvFQ5hlkfBGEGoAMX6gWUIvXi8OHFUFkOOeEhs8CfblkCWLR0g+7AUOIX2GNiNJsiU5diLNmutUUuLpKVImUzTN2OWR4cM2YHepB20JkqXfeuXDhwNEAgEWcViqyxkvM0D2jI6SCGfMWmbi3AIDVjpy9ZFYkcIVuU2K0x2i6CLBk4lROLV9rwOLFzdoG7yQvDKZIJuq3TtyJaURKOXWEaQ1amdCanx4tXf7b5sZXPkqE36F1UilSLenBRY72Tn2IInCGWIJH3Aiz6c3Xl4HTLffMhTPE2vL6q8H2g5veeNv2PN99Rtz6ZLrk5u/4kwluuvs731qarcMfCfFRO7+9xlvCLc8pXCz1r6bEUmPsI3DvQjgMfiTs1Qu2O7GrvF5u0WTq5/pxFOr1bLm7x3BV/2KxOHJDHVzhpeV5hyAmFMu/0m+D3uoIzNBOd7TNO4LMr4A0zZO9RqcWJPiazvZa1AEsEPWddyhb8EJAwHIVWXmVnwGhTPU0YwdiyWSGNt0ZRw3n7mk4aMPdgGUpzxTzV16hUKz9J09lK0sCyGhPNwgzr4qUqKjAak1MHyXkgi3LrEpZNgLDyF2y8mEpToq4pj9uGZskDlvZDnvIXxbitqfdVNKIX759x/IR+twPw3jqb38zyFIx4vZXYQP++i28JdddP4356f2bAhC67kRs6s5/97Ig9WDWXWtMHY34CT9w/8oeJ29oFFirbBKKk+Brc4v39AEmtTYiMfHNMV6DFVYucuMerMQyVC73PIY5TDb3lYIVNUZyfX1brUkZhM2AbrBnaHp6rKutu7+/Geim4p8rz58KDFgMsaTSuU8wZW/Gs0cGaAAs8cjgYNd+zr3E4YqyPICFzl4c6aF9C9fcFYtoYWJ1cTqT2VA4Wxo2gFh4Ri1n9S26RJhbpVRC8YwFkC+BVkyemVsRVgkEqaTHrq/1TX8zdYWzeBBs/Z6LSnrL+HeWwcCdT9wVxlP/nSe3BGkHt9lsZa+z33Tjd74libX9MLANwy033f9EmsVCYnNomnZG8U9t7M7b1prq/viLSV/NvN3XFTDk80YWIBCkwAchvyUtesF2qKwkOz8vjegx/E2Wlb2RAYt/NrWlS4OFaeau/aq+cZeVKOJaiXql8vmUeMMVZu0znzU7Cs4pmQp6+7I/EASwdpJ8J+HDA1gKdvCPNCNIGq5fHpF7eEZcvse4ByMvc+oaNr8+AQuIBZ0NEx+kpbdk40fp0UsJfYvrYFYplmnREpc0+DIZipFUyFdyCSknB25vNb1dBX52swVThjB6G/AYt/6EVVm/emVZiXXTQ02hB5p+95U7A8LVLW/lzY1e+r+3bN6y5dYnn7GMPhGK//HmG2+6iVEe7r/noW/i+Na3vnnXHWsdsroZDWHS14RXYgMZSbGgB8hSi7RWZ5WHj0Ub8Gy5NbsqS8Jz0MhVTb3RAQscyfQlHvEQL7eEMnNfcTHF7OrcuQYMsMRqZ32PUhSMeQVi+3wrcuV1HySy/GZfVK1ggMXY68cu6BILvnBtNAmw1PZZ/YKhMlfp5kbBi7hyv2KN3IUDDkrzy0iQYCvN14pl2hYLz2KMYlU8Md0srhAcL54DCnh9UUNOii/Ljpj0lXSE6Mr1fcMd7W3dzQUaPw25sjWMtgHE6yTh08yO9KnSu5Yiwa33WEKOgbj1mUBCnohbf/mbdAg58n79xhtP3vUty83fuD9s3Nm8ZdOtN920DkLCx7d+bfWVWG4cpwiHGEseDHjNcplM7xkg4MZKyANlR2wuqk7hlXZ4B2aLNzpg0UZsydxdmlJuXa8KFXlbLpPNVF6fRrAFZntXQQjMdk1tf3MtFnq6AL8nOGBFxWYcjtOJPm4BJUvgboQ4uRuv4DikXhgL0SIOgLX+g1KwUqrKK4rICUdefInQSRobj0o+qyG/uASahcqWLN4Y21N65RQ5K33DFQrDUiO3gtvbXI8ZYgH15T4vBt4PKmW3PrwLniR4+jnYND3wm+eX0jE33zYXKn8g4jHbW/4R6JZfvvk89M6jc7asS1DSfvP+u2/cQFn0L0cKBIKv5dkWivXlttFRzKQrCzOx98NWXduQ5ur/JDlZo0jcBC/IUDjOaizcXbZcuWCjI5ah0rbU8c22ThGopLpBHGAdDhB9eEmtjBJt+hoLgsPVdhObWalUAX8T7zga6NgV/+GBuO2a44i2Vgv4Wn3hIpEwgLOWewBLwlxYFam8l9g6IhaqPCtkNyj6ZAYqepkxfVZDyadmA2P5Gsz64oastAV8iq4uqfBHOSVeStivSk5d01agUbmte3wD1nZNszEs+EbgR/LBl7537+ZfXXpi6Uzp9blvh1pgfcP2qwDDK8AVdP3PfOOeu277wZ23btkcsXHg6oanhMkHv64CS11pY2kzPFuaHP+NLa47KDqnPG80q4jcPGVqYyloPKQEljToN/wUSwyXgyWAlZ6/fx2GVbAYE4rVBvskRlC1/UOdWquadIAwZqhpVsYFxyvlPIZcqmC/K2iFFbUr4xM8lkdPS1OqS6xLinUOQ6ESoyvuj097KJIhbQiqpkxSAK/jq5I8IxkvRQCiwpwEyorqihIKlnB9Z+Dkm4vLcyxujJJUf2mJ9u1yhCVi2GteBaevn1eKAp9g4sc5OsP90iTTeeSGW++yPbYESO6+OURHrIi7f9r0S99otenOV3PmnvjG/cCpjQFQEQ889cj3nnvWbcB678+Fsq8JsDALbRq1lUH0L+Y9SpEwQwxDmjbAmCU3b7QpFyafECiItS0Qz5JxQR5JXFI3NmIZyiXeL2oQsZpy17zCYnREMWftm5wnmWDcBWUBMMtuEAhhfDwfCl5tVyoXrQNXCli74o+cQEd4+Eg8+E5Fi7XoAkNhQ15eS1WOZ5UCwLLWgPdL1mKVuSVatVi8Xpjl/rpCQ1FpWXV5ZbGRj0WF7sj9O9SZ/LyBL+khefZp1B2NAksvDu9lgsjLKejNg1wHCptVTppTw0Ti5OSzj9wQcefzDy0ZQ93YdE9oM6NbbrNcesrn0PyNN/NsT9x2NyTRG6Sqinjq57DaS079Oc/o2Pz9pxE48bU81wpxYdloEwvXdZOyAFil7pSl3OIypCXzEa7wX4GNMLWFtkLxVzABWd0hL1nSWcCAb7WWuoKlzwM/I3EOQyWoinMZxCgHQESU2ycHlNvX7ggBsE4fUOk0xzNAmoND2SIrUg4+rOQf5LX6Ta+udlut27JyyhqK1hGyXLeVwJoNO3e9sbCkMNvMAbPqkpM8kFVYbXEbCUX7FpdgRdiQGbQKYnEs3gXWyHxQvXkcA6yOsAFLSIB1w72/uXmJpPCW5x+6KcSRu+WV5bLnLXe8ihT2ue/cfssG6gDve4mCB1FTbWWs2cdfAl6tBWClcuHCiFieb7uUm+ktfgHrvQyoRE7249qSMkQnA7BYNLra2EL8phhLsVgRucEPsWFcsgSwCsOr+pMWNTYygW+3NzQdM7WM5blgDzPQPtTvbyG1XoCVcFyjijv6YcJO2sGl5C8svRC5mMV2wN5cYBiFSZjxFzPRAZjl5S68svzitGeNHT62QQWk1hdWlsJoEQfsnY0GtYdwge1AYZAg22hSggarr1w24ZEefbzC2mHSBdWbx0FmUPCFNewhcvLZl7ZEbNl66YnF+LT5lR+FBlh3plte2bIk4uKWX27Lsd38xHduumEjHREvJ1EHfDA56WDdy/dtvu+f6ijRay2WY2GbCojVFdDBLn69wuVSSpqk6PQi2HBK5xrOCvlsdLE4E1ZVuHeK1Bt76k6wLS9aTMWKycnmQobZJC+KiQeseE+IyEhvvwjMquodcUvHuZplCpB1BqyoXYcOQyN3+NAuPoUty+PexVEEKRwIo304m9FAUkp2lDTQrs41etVlHnhOXYhEpnPCnD4E4boqQ1eRSbniEtjAIr8ER1oO2bovRMOriSQW45sUy0jwtpbsoO8bmVBAnvlqNcd/8woFFJy64Gc3UafsrlELwqVtC5PrfvH97/212raY2hDx9o9CEudEfNtiedt72nXvjXc++Rsb2AuP3bh5Q+HVDfelErGPaqyDycl//X/+L8ROrEkiKafNLwpTayXgtMalyhr4iFO0FFzUMoXZpdLRcbo7maWlAPN425zUkvt/AmAZcyTLACs16Ih4Aa8EHvERi2VWq8n2zalnlQELKRKQW4m6r1/je/P0VQLWrl1/ORoXJzqesIunXyJMVi9nRv+GImTOLPP/ZMFajITOGFzxCQlItWgpsnpuQzdgpbI9ooD3PEpi/+RY2FnI5Hh8DyCk5TbkEVchPp4KQLJIxrdYTeysSP7W4rTjfkost7g7O+g9J2BmV7PDw7NaV6S10N6tVIWAV6raKbNXtlqo22Fsys7+7Wx+U/piMU6IgHXDQ3NegLX54R+/tS3PNme559EbI27YYMf3k3gmMkOss3/969mDsrWIJBXrq9JLGQ09nMZQsEwJyACLco4LxWezqxMSStn3xiOWGhRSi22jAxadAC6zYTFgXTKKA3MlPQwqlufh4gMgQg+VlSvqFEfH2KydPQ7006mw/BsyrTU6rQSwEo5fiIs7cDp+F0MsciItp2BGsbwIo/blWUhu50Uy2Ev4ywnliWMZ0p1pWVVqHrGSWJ4JyklF6v79BFkCZtDFfAjFnMHAhf5wU5emzi2DDywfJsEbZzAbarilFqthU8juLPJvlvqzuZVA2BPEE1nAMuLEI921DsdA4zQuEQqsOm2bJihgxcGkdSrTrLcGdUtehlg4JQcPOsdtzyyau7/6zZAAa4tlpwewNr3x67efT7fM7fzGnbdsvmHDHY+QiQw5WrAi6+xZuhvWQM2lLmqaa6LNb1gU5uV/L25yKbMlNgiF2dUZGWWsakvlbwu1vqhl3LjRmaPoYDlzZYp0YYAbE5OnVSw9M+7Gj3kaymSu1k/GDkoprZMb+/r6eofbu+cHHI6CApPJVFBQ2wwHY0qXz6zvauyeD4Vrtd6ABVLDYQyXT5zcRYDF7BuiU6oywffNTZdE++q13Nb3u+IPfbx3x47dew8fio+SpBGJi2ciAK/kMCW9fvXq58N2K9Ic2T2qAHRPXrs2WWPgQvSZRDNYRDN/t5zeE/jFMCur0inmXyMC/bivmDU4kkN/0RDcBAtEXc5a04GAD50ODgydBixDZseGaoNeHeiiuv+RPdXW/TlMG8KssagNPXsw32Z70htlHv3WnSHpnuF0/HYEs+B7/ZV0CwJVvnXXHRsQrajCwqPB5zrLBOg0IHOyq1e/pCE2wqgtH5kEq1rgKXjAgi1xJl7RxvGMjByjq2pjwmI8BZnq/xMAC0mD3hsnSVmmTygXsvcqWU6wzo8CaGGqj9rEoJ2dbO3GMV+gVGELSLKZRB3+KVK29ln1I0MDJpaAun0jANbJAyA1fJLB8MrVRmVVao2VFCoSwJQRkV8f/2H3u+++u3vvxxmwIEmrLlTzRSbYZdbZq3/HL71/8fKMXc1uV/R2w5fxU++en3KqQ0EsgqsGm0TiFQ0S43UglruhxCBmnTpXlCL1Ee8WbYFRNbaKQXt5MTaz8yZQcJHvoRN11+g72wpCuTqqgq6a3tZzOp2oYFIffkij8KCssGzOey8YcUdTSFGqjwKwtlEi/ZPPQH8zN/et++/42klXt/r+Fh6ui+SzA3ED1IwMz1y/PmVdNWAxBXOCrdK8auSTwwAPZKsSvFYVxpaM0Ryy5/M86gBZ8YYnuuPbVciLcygQyH1YSr0Ba2HhxabpcoNea6/BYXda6Ynl1Pq+MdzwaBeQ0xC3xJREZGqb6nKIKPZv5e1g3BoC1q74Ty7oPtCciora5ZlUSyVZLdVZlmh/EMcf8af+SHgFxPrjqQTAXYoLsQRgCg+fv4hf2PP+u3sHP9eq0WGlOus/n6Cfe3ff4FQoCazYUIIU6mk/F4IRmE8twj3woJblmoluIhRnVi+3KAUt/ssiY7D3I+mhIjl7Ox9KC0Z7ospx5R8DylDeJYmqxunsNpIaqDS1w+oV5HFAyWZL93a1uqnp9VCQ5zFLbMpdN9zy+jO2uYSEuZSNwGPY/M+//YHP7rUOnpBAK2tf/WR7d8/ExNWR1VdYYE9JYsFB0K/agw4i+9E5GPWJcfEAWPDsEwvd05/Q2a1fO6gpCssWBNAwaxjPdJ8ZV647TWWFFGuh7+sc6+hqbezubmwdmhzu7RupHxvqLoB1wnbfeVwiZYFyUWBz2IdIGdYiMRhgZRwFtB498p6rwuKTC6PT0iS+VS48XL2H/2Qc2Pcuf+z+/RFMwKLTyrRihYBMmmeBTXvowK9d/Ly3pq+z4/LfL+57l/3Mvok+QzDTOzECt3NcNmveeEXu+uPlFXz0UelcEzUFkUKFoci22KGUxhJfluhZ3qrfMRJu/FR2byLpWrTAq9LMD4h0obwwEkX9rc3AK6Yo7K9ZCWFDXXxpLu/H3oD1ZCiA9W0CLKTbS0djd1p+dMdGaP22/C4xzqdy+xfkVuSc7mjsKVDqzgw2d5pXrXVhBRYkNhVm78YndQWKfIU6P2vUUsWvG7UNCdJ0MEdDlvbTHcQRB4L6q9SvlV1KtuBe7jItmV7VFdUQAioVOWtvR2NzLbSxKjzzOhGiVJq72Y+XCTriFgoqkWh1k/Y4ZdtnPYvYW36tZ1R4DN8JDFhR8ac1cbrtHyV44ZUPC3XvpWJ8xsnTp06fzDj9Jyqw3t9BiKX7SwbWhaPVGBgpFHL7ZUDZnj07duwAQO2+ePnaeUIrKrl2ALDevfi5kwvWDmbDFTLG1QYu8D9tcASBaNWVfmQsHW2qJA6GkAKCvB1KJSl55SWYtQcyiIT1pFzfOzw2Njxbv2hbGxf6BVKJWK1M/085tpJtkkDbYLNt2xIuYL1uQZB8CnWDN3/jB5tu2BiAtT3xn3197y8KrDXD7T0mDZwmdaqe+hVp81IX/SGOKmrMBCqtq62wCLAsLXyuliCzPEGa8mVdJD8YFYRQVGH2qbXr1SS3hWXa1yg6VJBH7zLASnJ5RbHIMPivzDTCUYHv7thNS/8S8ffv9vUbT6lMHU57R7NJ5LNIi+Nf/6jtRBrkuxzQBHEchY4Q1n0XTi0GrEAkiIQPP4r7w94/6D4+sZcgiY49u/f9+cQnn3xy/L+GZu1Og/5zVl+5fs1VhbGCCz+m/z/RF5AXBSDJLfP4xpAnJBskWtKr87PlNC+kVhw7R3nRpVFblRbjB6GhMn3BoVRiK60qNtoLkd5Wkq3VW/0gCWfoG+oBWotMjjCVBaxyTuRfCu5XUVw/UDhsZaXAkHtpLufH4QLW/TZpAlJB5yzf+OFGITJsBmD9dvmKM+Je58hYWy212BS921xvDn/WR5QTsEQVXmzPLLKdXPAtX/naUZ6fV5rNr5s5PQBLUn2WlWpEPgrCCiBnXPtkW2NXZ03nZMfkVJ/+6/POUuirFqijMbRE4J2q2KOCFZjV3jnZyCZR27/ygwBLpu4dqtX5mIK5fwqN53xbV8dQ2ycfBQas+CNwltl+4Eh8aIAFvDr1b3t3A3t27724e4cbsPDD3fv2/uGPfx48f62jc2zQjVfv87/4/vt8uUU/8z4A6++dhoB3p74qK82z8MgpS6OASRRN+VqDh+FO4ScKc34TQyw0ocV5roUmdpyllUUIZyrNy8vJycmrrsqFQ83yOkshNtT3kFl+YtC3S9yigvkdDOYTNcqF2aTrnJvI8DBsxEIggsXy5qbwAGvTNgsAC16K3960YVaDm/85LlHlo8T65WQ33geJcbTPUPZ3GhQrgBfkFOfSgsV15QTyXBupZiCYE/LsKlcOSGr4huvqoqpsmqkRYJmrEqQxeawjTEoW+rqUQpmbvoTNHPPNxuxT2UOADCnwDPbkjIvz1Y+0FFZXcKjLv688k3yMkg6yjZJaPwK0MmnWuogKEfxEACzMte3t5xwOEKgWBmXuP0/FVUHb2LRdb9hf/B9/CQJYH2KEJfooI8QCKyrhND9pJ4zascMLsfDP3XTsuzgxuM9TX/G/5v3DHbQ7rDcEYrYj1ITN0BkA2aqKEYIjjUn/Mlu9oMWA3yEseYSfVtiAWFhJY93mkkCn5VQU58PFL03iOtLS8yqyl855yfRouFYZ0ihQpWx2eCFWourcQGN797KiTNlqN3CR4U7eBeaKJukrP3aXSTfZggLWlk033pWOxHnJt+666YaNwxPd/APceL9d6ikYceNDDmWcjuwlt6s0zdM03A7fVBuZwC2XqoifwjQICnOVhchTIHviOoJbnKk1ZmcbtZnW8BNtkqwGdm8wwKqIl8bkqMUEWAdZRob3N8riWASEmpxV79Q6se9RtyM/QYU3lg4UANEBU1sfEAviFiI5eVEzv4JDbKhcCEyPBmDpGWDRcE2t7WyF07pozcEqZJKDsrveKatzDk10TbcOmHArLHnsRBpH+zRZ1YgVXOF/HA8IWLsSjml0cZpjIXaEcM76PfDq/XcXQZAbl3gce9c1vvJ3oOA6M6uW+T/1xL1yE8AouESdW9rUVJ1rdTk2E+uWM5gzMz81y+XaqqY5W4VeJsvmswijU8aL4ZJFoWBRHjNlFGeVi9eFLEy7WRPCK+IC8mmbeyfh47OdvRowFxzoqLFah5dx6ERHG2f6uLAbHnlR3pztVXeJdbvt/sCAteX2bz/0zbk5acw3779zI0mcb4j47vZ/TYx7dKnp83dMtC5nwxJlP+0HkXGSnBz2NtVcZbOV8ppV8A8y6WLHSsaNcFswZBdVtJRSLV3aUpVbE+4gUeAivxNgWSuh/srK5BaaPv5a0p6NwIpuPYw966dmiAc+OTY81QMYXrBLE2maO61w7aXXIR3MRThS+FVkbXDQdcd4ZiIEWPRaQHVl6Bvrhv+kig3PRV492Bq2fEGBS1k7ZOecHRMdVmtvu8NBdg/sWeJH+pra9lm9gTuYDJs9+fR84JgvNsLafvTD+KjQJljxH9Pw/P33/UCRa1QVCK+owhrsVfu5jGCX5uawCMQYl4N8kVoozy4qZgGIZM4qwPstu6iyqryhvKoyt7gY9rDYFQrppSuloPqSojLPftNt/s7HxXoQK4lsRZAVG9r10NR2Wp2dbQ6TSEVTQZVp0oxwzd7mZaoqNAfzw9awEItEtsaWOanb3j3iu4ErrM233wa0io2d++n9G8qRgY47RP/6r9t/t6jk23z37zTb0TvzeNXdS2aMwuTk8M2w0PI3jcakt5AzDJ5EI4XOxUrKnfAGrYJui5H1pNJRy6X88FNuhAszTQZYLt2pgAnLFgCLaX+tNVNtWHbS58Fr3mQSJW53VxoMBzQ9U319dqdabkWScV+NVk8CbWHk+pdZqVy+zRPEB8Cq0rNAZX3vUGhOVSshK2BIbnLUDphUpqOiwGN7+NC09WXOnBsyyKz1V68MNdbyAer4AqaC+aERPUc+gEQtH2k0HQ4EWFG72Ajr8JFQR+4JB4BXO94PBEg7AuMVTd0natS++wKF3FxpY+WVq75KqUQTQWHerKXDKwvjjKKW9DSXg4QkJSsHnNGsXLW4OItkhtXFmL5LF+iuMe641bScfOvCpB8F1mwtP4WKC/b6qB3Ti2Vq7OVrHf1tQ62DtcOpcvvw5P/2ERYJmny9VSALC7AE1sr0UdubLsDaFgiwIm686+aYBPADLQ/dtOE0gzfcPvGvHyRqvCkWm/7Z9P/xEwser6ilE0auJH5CKLNWUyBJVnk2MVUwc5cCsCqd2socqF155xDpXPp40YrtQYkurs6XRkuzeKdHiB30coFHIYx8eIXcYB+qxWMmSuQPHyQAGh13t3XM9l0B0am/u7VjuJcW4uL17gxhAJzrrrDwLynSDWRig3a6FdVMYuI6oBVdUEzJO6Y6v+g+19o+YDoKAArAtlIp2wqHJ9qdCudkh0FurmE5CUQF64BtKXHuQbjH1mP4/LmPPgwEWLt2nT4Ql6hx0dxjYoIiVsIJ4ias6sAXmOjzDVgwISq3SWJ3ugWMiEe1kk2G5x5XcObi8XRMuCCc4mXQuF/hDZJTrDa0zI1GlxVVNkXHRy8ib7kSKiTp5Ua1x7dN4RxShnQhRT3DIOYfRKC2+frlqU8/nRrsqU/txQhTqfF9XexcmNpejlxN8u7goyNKbW/5q5y23Pjk8xIp8Orme+7eiCqc239LPeHvFr79W3934AL/YNPt3Uz9oCAsOuaiEqskHZ7FkJBC9S4utFH7L8kvGieqnpRUdJA1lOU7Vy6jSSXEysU9lZ4rr6M3Z+/VxmEWlcXU+1SvaMfmg4yCSLwiwmcdgHO5hg481F31KLTk62snjje52ANYdKRUOJ3TYxhdibavB1xhTOLo76rv0+rV6unL54e1I2ND7Th6/BogIy1ncnriql1ec30Wi35ygwDb3o6xo8FlDE8r147zE42XRgNWWFEfg3R04FTse1E7eZleEMCKP0YV1irxas+ZWYPAhwIW9h+wefSSAlqqF/vCoLyqzLIwNy4K7WUHBX1i/loir7LM5RQVIQZXyrrA5SFglhaPa4NQbO8W6UIaGA5puaSDJLjihs/PyPePDc53alvPqXw17nHbdar+XnGYU3eEjVuktjdZYfXjPMurfgDrxse+SWHyOyXf+OGtETdsRMCaADjFKd2WhBG3/070Lwv11fysge1QVxrvJcP1pc1gWnpDtrWYACta0pLHqMWkoYMcsAV7xJXL/jyABYEiRmyp1i6lsqB1hG4YpoSVqWvaHcpQGHr4zKKFhZxI6ehuHZrqM3gazHUBrMjIIg9gRUXFW1rG2KB9vUgMqoExrdWAobIwaWrich9F4eHQdzYq/SnaMPr9ouda7/7O604xL4dDLgMZIbhXE5y89/OJiaHicktAwErAjhAjrKj3GENzkVWfa+z9Ho4oPnUZvxafoVltifXunncvdugFgmU1FvAKdsde2uWYvOJFr0yMr1g+iLsAi3ELDFE/jReWgqWcXeruDxYHtbkQC/ps1wtePNKjCgmwRLT5IQM67LAvf240dg3WXrlSoEr0vTlJ1M3XOw2gEIazLlRTN8tKrIg3Lo3+xmd41+ZHH7qZCgnLt35w68YUOUfcbaJySvfb727mVZG/veDGKx2yfjvJaIxcdVb40AqQtEBkUTT34yW5FrZgkVCgIPM8i5FkVepXZ3zLAIvYqBUGtH+c04FVAXK9tUyqLxZb65uVqsQVz3oGOmiF7KOrEKwdYPEPbNSu+PiM0x+Z1thVb8lHQiOBsw12h7V98Ko5lTSXpKd2jjU7TCI/RVlzd09n5vVJIggwswgZti8Hk8l4CF+Hs9ZfHpzoyPy00hYAsKJ2/uUCG2ExH77F9RVveLXrPYhw8D/WMkYTMf7QH97dszrEwmj+8gi7fMIl/eA48oa98CqriMerJM8CEXmqsVI3Unl9o7iNsyTSsuIqCcucs6Wnp0iW5cUC1loIsZhYYaQ2+BVl4kJlNzY/ACwI9z/vGRurxdNHOxdfVwWrD52pe2hqdqTPqRaEDFig6c+NstCuiLeaRsf/x70RPoZXKWgGd978zOubbtiYR8QDbzqw3U9M1My/9fC992567LzmXwiuaOKuUs530n6QP1b4TJLsEk0hrm9adQOToVBlFcPjlSUPZn6C1T704iIJFNVVZgCWYUQDXn4iNptjvVqrVTsC/e+Kh0GE28r+Ye268kpRYdHJgHIu4cjHmvWZXLkntc1nmmHCRK5RsPQ7N5ma6qZwCNT7ja0af23kOcdk77VZjo+LF5KhIx3kl83JtTPnB8/PaFP35wcCrF3xH12IS4RTQxR1hNGsnIzySoTGjCv2yOnTp08m7NrlGsvHJ5xYJV5RV3jx2sjSF46Yy25JWYRXeUscJcVcsR9BNuMuIJewgQbvkrKq3OKi/JYcyWJvZ2bQ3QL3EMI/cU1zCG5XJPmMU85P1rCro54qcBSIAmZA4vnUKB09zd1dI6Gvq0DFSof5AkwbHnjVMteS/eJTS+but3z3RxaUV5JvPnbjBoWrzY8/srWT9GLgI5la+57+H9cdbs4Im7fPwjAMyRurWfEL5SVlEv7llJISvdhTFlyWVeMV5kBckQWcyy8zxQCsTo2OUQE0Bc2tXV1toBgnrgoDwDXq6rMaDK748TUxXfUG22QGWEw59+FhzXrawOhUA8Xnzk9ZGWBZh8+fnyY1pbu1M0zX+q/LlP1d17VUseKPHqS4OzpIkGmdRjt4rfNTs336s/8KBFiHDgCwNKdcpIYopml2QRP79PEJpw78+fe//+DosQzXT4PYsGe1iMX0hbOLCQDoB8e98Uoas+ylKTZWp8X4HbIRZkmioa0YL/zUgNBCbXE1G3osrsRSsAonvgcHA+TgeMVvfjSm7mE9ddv1BaExTUX0R/pCZQSRAjpvbi7njc033Lhtbq7BKNz6vfsWTa9u++mcNGHnT++/acsGhauHf/bigwd7MRXUxZGh2OTIUIEnv4PwaoTwKjJ5dSMccCMtlBVI06uFS0qdoa3KuAamVbgpilMAWONGDgv2GpP7zQSJMAXp+uTohQVZprbhzvr6WVTfbIu/1oCVLuEB6+SJdXWtilOZuvY3T3TpabmU6rw+eFVLck4heULgIlsnTYFsGxwd9CRFuu0DiZIHJxfzFNrB9t5Pezu6exwBeFgkfKaZ+xG+rIraFZuRkZEQH7/LNSCKis84fnHf7t3vQnajOcnEO+iQP9qxesCCZcP5PoP3mIfTN3jhFcAHiz/xksSxypTo6ECLTFQhCTGlWuLDo6mWI/ZEEu2lieaTfCuxF+cMzvr+EJI+4nT8vFBjaq2xGqwdylDnAiqVsj3kEktA8hyp7Te3Rvz47TlLuVN2UPb0IwvYdMdDVF7FPHP3BoWriPtefjoJgwh7u4YxRGFc0TWwUIjihyNyZjq0YBy+QsTSly0tmhlepSPCbQ1GQQCskpSYhLnqbA4Ni6E/2IzzQpi4AKE8rf6VpvkZO72s13jonssACyMbMl9ZT7wS9ffKuyaatakCmYLrvTY4ydtUgF0HxIq0twbavseJCobsVhYhwwDrIPCKk++fnMD4Kju7HQUBvvcAgJVwHC9C0eGEqHiMs3ZmnDz28eHDn5w+4qK9A5z+8qfdLu3yvj+fBpahADv0waoBi3GxLl53eu1NwEaySTxzdJIvlyx9aSKQKXA6DvAoFjQa15+DWyRqtpjF9zd5E2Iwpu/sD8mhJ9EtbN4O8cCVKz2ikPVTKpFDGzJgCfToCefKfvXUf0cwXpUVvb1Q9vOHGT5FbHrs5jmsBp+4a2N2g5tvufF7FNyBIR/erfSME2KZlO5nJpHwChwWmXB1hG96KBTikqxlnkcUQZC5JmnyAKzC9JiEmLJCAizxsEMUwmwqMdxpFnnaKntmatRLaaur/N4FuYw4GptBa/+49cSr2nord2VisJcTKBT7xybO96Yq3HxsvHtRZycGVB6C1z41AocEV869QK6fvTo4cfUfhVfmgVaYG/oHLMTl4NNBlxMP8z6YxhzX/HEvjj8ePZXBF1O7Ej7eyxxksBjcve/3Hx07fSTjwxP73l01XjHLhvMj6gUdLFeSRy8IN1+UCIKCxYwdbAgpdSkQ54Iovi6rEAYE8uylvn4xrHTTTzcrQ3gLwQylwCPAQTVbq1wm+fRzx8ZRidWrDvWGhCn9pZi59KKXc3NgmWJAhl9SEvf0zzDK2nT3PSDww/Lq0Y1UXm2+9SZ23H7H3T/4n7+ZmaofASNHoB6uFbk8Sxb0Hyr0g8S5SyatOkdJgnU8XXZFXCNDVcpSwJLk5GeKhWtTpXDZOTEJ0rwS+obF9kaN92DAlysdlUsFoRp9LHwVFbrm1l4riKn8G3sNBIcKMQOs2PiE00fXqyGM4/GK/IFSe8+fmTJAc6n9fLBrv8fYlIRms83+K1PX21/paG7DZqrGieR4mN5M9py73DFS2FHrthjwC1i74k+SmzucGoBNsRmH/7Cb+Srs3vdHWB4zS9Ejot1kG/o+cRHQFv7xzzoNrBpWDVc73udLLPqofC8vUJOyxmXYTkljzmUTIM4I14bANDH88XRv11wAQc7S1Se+fGnRkDKonZiIhAO1XfNejaPKR4WrFPmzzFAi+yJU7o04u1QilVRoK22jIO0jwi+J9Ctb/99fvUkOyFLLj27fSFSGW/75d791HROmAoejFkuG9pkRe6ePLhv3N6wy1HJFXV3qfv2n+7nUJFj0rsA5CjbACiGSmyVLCiyE0okXirfUVbjoYUtozImRJlxiVHexJ+XNJ2Alws2/vbWxreNK/woAAjTK7s/a28e0agr/W0QqXSFNjQes+ASUIOs5wRJp5jvJR99++UybWZEq7zw/MS33PuXy2fkQ6EJQNTkG5hu7pqbtI20Fyv7Prsy0oTx3nWn/FVb8aWJhIZBwFxVTu93dHzNpZz59B8gj9P0dhFi8ThBuDHt8aXHCbxLx5f6OTSECKlh4qTjfNjfHAjAkFhvoUouGEqn8BMsSHaTAipFK8njHEXeytrpqaQ8BUqkk738F4/+i126unZ9xTjlU3rP0CwuIJKLb7lyPbx18HCt9Gyft1J6GgFgCazn4GOPF5XOjoJ7RR8dQUq3Np1TIUamtemNFoz72wQdnzugS/+VfeFIoOLSYzpiwTSN0j1t8Fkwddr2+5oshZjHzwQdY7+O0TJNHGZ/bHHJpQZlxSDapSlkMWJYqswGHmme+4U5ZOWKhgjPmAbCamMuWQtsaKJYyTjkDmSCoj4jbDY+e5SozwC3VKFGtWM3IXLIuILh3qGk4FRYx3bHCh/fKeuKVsmeWXNAV2sZBhxavIIzcMxedcPl0cwizFtZLYzUFN0HcPjr8R6VaaHn8V1hwaoijiHrWD7Jp1R6+W9v9+2MZGX9hJRdva/V+IFgiHAsfsvZg7t7pMbgSmHOrs2wWiy2rrCFX77KRYRdP4BawEE0hJnB9JZWUGsWsyJa5mkLj8rlXtDThk6B3lWlSr3Wq/YU/U8+DSfz8mJ32sA4/LyOlqX82xFWhHLQ/aU4VgjyrWWoLPoEhuwrv+1jpXFP5fj/M9s0P3Pc4O+574KvsGP/n+XNxiQuHzuVfqTEt30mIClq72uYd5MHLSFr4zRCQm2obh6ZGtFZuQasX7IFEUEJ2cW5lVeliwIqBW1pZdUNVfnG2frWLQgKsMmifbPlW+qF1siDAkyc618uIhDKxvdW0MoomztuFgsbG5p6e7qHhmoUVjTsuMJxOkW8JQev+5MK6oRVmk462XtIryIT69sEzfamG6fPnh/enLtof9XZrQhkOJ3qAK5H/l9eIxj9g0YAu7sCp+PeAV+RytccjntmXeOq4bl9IMIQR126dhtm1h4VZewixrtdr1YxIhiIjO7eyoqIyt0Tr8Zb0etuIMxssgRtCCSyVpZIGK1ntc0S7pZetGJGFyxArNuN4IM1CHL3/+vtS66C4nSzQ+V0D9vd36VPr6qyTfv1K4xDAE1rzIzaXYf6WkxUzV2V11VwlDVD4gnyVU5X9t2cjfFGfvv+9l3/x0ktbt2596cWXX3ju+w9/VaB166O/K4jTfYCEFd2i0+irF9FQAeq5Ld27V7TSjubWsV4rm7sGL0GhRC4qr87LSk+xLOEDRzPHs5T0nOqqIucqIUtBRtvSWGa8jDdkb4BaAeFXej5wRSauaVX6u/yiOK+n0/dbTcSm8LWNU1q1K2GYd18nE/AwSiyqsCRYER5Yj4YwkZ9+FLRN2UmvcFAmtHacu9gpt18dvFaTuoicRJ30ain2fgEr/sgJvBpPfLhrV8axP+1eZLn37r7f/2nfntDw6t13/3jsyMcXmXvf7jBrrIuDLj4WfBrBncrUm1FoQ5pMiMXfyKku5M63RccGwqvoLFDdoyUVsrNC9FLjDYUcjT0g5iHr2CWIlXAIk8kLgap2E+giSCuzTtUuO/vvvENPHmgL059f/TRVIa651t1R4I8VUTBlCFEB3ULpsJIYG1Km6uqwYSgqBSdIGptWlutUn316MTELxwOPvLb16bPJySS0hkM0pvQPbn3pufvCpyQ8+5Pv0/GTp+4LfUx27686QKRcilfh8ZJEpPbvcPKZ2cIg7Y68cDwLJjLRO3dGL2ffSZnWHb4d1VgQK1YFWRQhDm2OlX9l1BewKbAvUw5Nfw2TRuL0C8B28fNSMznoJKHjifN3etwDJ9EBx5BTzTPAsedXk+GbmWTBoW+aCbASTq8HZZTqHyRwtnXaiU5Hog+hYWzi4pXMqYlzM/sXA5aMWuR1Aqyo+L+QoflHR96LJxfRPYuHUj6HVT7wChajf/gog5rn3/9h777QEQtdJjP723sehiwsCZlpTMnEBzJKjGW9tIaY2pbkSAKrsmPKqflLyT0r0+destjyijkGdiRBWybpjo09feDChUAz0eZeOX0v+qWAhRAwivZAgTCk114/b5enWjvOT47Mq/wAlqZdH2KFlUN6bqmk3KogvIKnPUjXUkk6HkIZNAwyxYvPPXvfA67j4edeA1YdPEv3jitrHP9LSo588IWn7vWBOxH3Pvz4ZvqXVw0WseXe+37ywoN17LxTJnPk0y98/757Q0Gte3/2N+fsUHOBckVytTiPFYtIc2Bgirm0BiyykDpcicoqxr+XSAwTkAKzyldHIBVoWzBKhEMI35Gppxy+PyFG5iMMr4j+qbY3+yzXyRB6HpFKKJ9cc4UAgEWlaBdOBRR5aH7t0139CF+u7e7os4a4tiHAAk3pmGjZtGz1eKVTwbyqtXA/R3YbBxmlzjB8/g+f/ePqmWt9qV4XjzKUxb21q1Ux+gOsXfGIqNfBWua9I0eXURX2hAQ97xKl9N8+oRjV2IQPj38k2rt7T3hdIRDrch+6QhmPVzJrzexUx/XrMyNePHhObS7KC9IQ7rTllgKwsorFheW20VFbg5vdILRWLFuFR0UdOhwAryiZUC8TyqBv6tEsaQRRFxQ4BppbsdvVz0x0fLp/5Pzl6elalR8ttLLNKQyl51EXETk0VlKWLSczVG1+HvAK29IvCw0yiK2SD1L2VB2aPxxbn66LZBKsg5TaK1g4qIFOfe2Rx5f2j1ue/W9/ffqpG254/OXn7nW1k/c99f3vvfYgO+UusbwQFnXCB18DLG4OpsJ5+W9nsRGYnWwcMIVjXhLnBVj8gefVBA8XdcDeR6wuhIVHjE+8cmUdkxyeh6zSIusqEAtmIQAsS4OZTgjI2Nap/uUaYprWtdUAGPnTJrB3aXz2fJB01Q/11A40t4+0ivzrejwhDBpl4zAWFM6++i78rXFsqqNsnnGGhlgCWa4NS0LPrCNu8bBoFUwGGmx81j/YQ2IPvNqwwU4SRMo75//Y2j4xOCVPXfy2IQHbahHLf4V1AuflwLH4XcdogLUiNtXuvUePI+CLmPJMdXli355wKe/v7r2GVwuVUzB0HOm4dn7w7xcv/v38mGcKyamNFTmWIM430XngXMVH55RAkCMdnSstlC9QBvJilk3rMz4OxFI3dWTCgMY63VqwSOWsK+jubpu8cuVK/QhN3tT158//o7Br8Lrxiknn5xJpmmvEoaigDdgSkto714ATwWnxeWlfmkPGzkwmepC2CNQqK6hdZhxh0o56F+Ps1Qc+xIMvvfDsvYvw6rl/+uvZs7/YfN/Pz770OP3EfY+88OLWB5P5BCgP2iXLCLIin37xhZ88EAivHvnFWQLLg5yzd6qdAmffeeedEO/+OB8THvAIew1cgGAKrqQ0JWanb7c2YDyl50ipK8Q/4OEHm0bxKiosAizJuFUgSKVXqNg6MtS8ZAnIAKYfpGCWR4FtwJQjzidemRrrzTX1w53TdkNn44B/p5eF+D9NbevQUHs36H4qD4o5OkITTAigJYyOij8lWsoS1Iji3KC13HcwpPmVpn9aO3x+sGcKeUd00zHAGuk+U+s493lm6rJKT2wdnsenTVwHwDoURwmqf3kv4cTuZS6i74cEOLv3Hk9IiHcJpvGv+JN/CnNbSG3hvst98PRC6z5ydfAi7Jffp2Sdi8N82KqAMxTlpFiWaZ2X0HHSyq2l0fHSsvwyuuXysr2sRuT5y/kQ8cf8V1g6pEmAG2H4Ymn8s6q9D5ZjhWMdnXpalch7r53p/mxgov7TmXP+ACvONKQPQYWBhEWkSvDGtkIuswELH9RXObmugDIhSUVlDKRY88cX38tsAgUuyEquw8xrocx6HHB19uzfHv7J02cffDYiggqkZB6r0EYm8UlQwKuDLDkBfWWk4sGXn/LnuPXAa3XJ9F1gjiGUG2BiUAC6X4iI5b3UZoshLJ7gHQUrB3Jp9I1YELznWFyWQT7eWLHRcJxlKlJi2EkTwAHJX3lXKNCWUx9erWcsbCo/xU7kJH82L1pcdSSaZtXMIYWGFV2+JV6i5k41yg36SpzV3ts52R10GB3HqxZVi9esnaGNsYTQEkbFHlrwQ2bEAfgm1oq2s+xB8hbc/q8fUBeaGMalwjt3xCDXj50bdHxhJcSiZzKS62s7g0xco9xHb4q01kb6y4ipoPPaBa4WsKKijhFgHT7y3qF/27Ei8vru3X/6JIEXHjKHKgDWkQ/C6gl3MILX7n0T16fqhzuunbnIaKoMsPadr6EnXcxpq2wWySLNc3RK+lLEguBGXCaNl9pshFdw8xMvrIS55Tn2O3ed8q8kFHVP9w4PtVJdvmSy1WHcb+7sNp2rxbAYT2zm0ODgxOA14/5Oh85f3pvIMR3C2B2YjCclptqIRlSd3UCOqjGSsgWzCn57xA+bktnO2/fj7cIe0Mr/htaQn1jd+/Av/vpPDx48+4vXAFsvPfdiHSnkGVota8SEvMMe/fmt33vqvi3LRmHwZEiiQT/aVJo34pvVj7Q7NKJ3QgUqxtkSifjHx3VP61S1M1p5qp9+sDhPQhGMbK7uTqhcVFnnF+dWNJTmYIFoscxJR0cvlazY3BNJqjHSqOgyZOJonVYid1Ekj75zGWAVdDKvAjElKftR8Ii6++gLsAAdMSUDattDGIgvGzvpNEPWkJaFwuKsmPjYjGMHLgCR+LOrLOhprTfWTLU3DhRgkAF6b1vHWAel0rPznuh/wL5wvTQmYjIouMwhyP2m9JyLbaGwg9dQO+zrqsGZT23t7OpHrJiGiFZ0teNE4dBZfQNW1K6Mw+Sk//Gh907+YWV4te9Px93pYK4JA2WA7dkRPmLt3ntmAsXVorTVv88YhCivyHMmZkkMfWl+nhcE0d+c9qVTVhYfHYvOINpSusT2T12cs6QpjIo/5vcEqgraW5vPqXy8FFS17VfG5ukROzdpxQPL9c7jNYM2XtvuW+lDuffKDn1QKqNAXwVjevg8i7HiLGxhJhOW6hJfpQKVRIFto2QC3mfo7D/97Nn7ttz7kxde++s/PfsSfkxuaeDPU0mfLPA/vOUhL1n44Is/e+SpBxYGWg88/MgLL9WB6HuQAAuGbfiNnEHvrBlrNIXUEbIoLBoB1vb0zDf39zf31DpYpI7uzERXjU/EwrKl1AKqvyQlPSsnr2y8vDptKWBZqgtlMquxpCi/sny8LC+rqanKKlgxYFWBGpAx2tXa2NjW3jHc2Tk90ts7u9jXg1VYM3ZI6GGaPtzjr24SzXfMjNX32q0seEOmkKmvaFYwQNKpGo2pIbWEJcTaS8g4dfjAAY3mgKkW+QNTvbTWE1vtI/XD9Z2zIzVOA6eumWpFCreKT9tU8ZZlnuAbXA0VLpGGFWE6naage0bL9l9i7dDEGfhVyV1+xs6uwcF2I+ePY6FQ19RPTQ61t4KENzDfM1Bb64D9YYhbAACWb13OUdwtIoywTu9dGV7tPZYRtRgKj/zbvpWYN7B14fvve1G5yJX0cz2GCCVllqUNYLSlwpybJVmIuUU3kFcoN+TF00/FWEoLlzzpnB7BFDHeX2RXwvE4/xxmbOxVcT6KWJjTwQ/rAxa4bqfZkvmzc2eajanJSAzzaZOFC4Q9oTY1eEcI/g+pCNFmFY4TnSEmpWVZlGLITndUiFGdlPz0S7/4xdOoq7Y+9XQd9XHJ+J8YoytZYNtLWgXhzwuFYEq8CIIXjkd+9tpLWx+MZD5GBFYYN9p7Z+unOrpa27prQ5HTmWrxgm8fmpkargcKIFGmpq93dniyvRH252fOnPu8hlt+mhTy7DLb6JytrLwyt6i4pNDYl7esxILLe7aY7LYRpmQsLM7NrywyrLzCqrJgrPHxURFI+XFQjxCyNg+cUy2j6dV22eVyfX2b/2TLOAbN3e0woEWhpe0cnmkOm3FA2KjqrkkNJRUtuRBvZQz1Eg59ePrUqVP/64s+u56lpAM/sHimg/oV2kJqp2dau4EhtSaNS6eA/B+T8oBIpaydJz/nMWisAFy1/a1TfUSVo2EpB6/dMxNDxv0UGCETmifPnZvar/A77cCklYNte01fR+PkyMhs5xefDSiVRzUhjeN9V1i74k/jO9RpTr6XcGzvSuwXdu/THIp3VzhRu9jxyb6VTe/37HGng+1x1V0ArGt2mbooL424N4vZzVlFcI7x6ArRjUogwJPpCbAQ0j2+fLXNwQ0B/MIFxIJNhX+09/8r1NIQ+0inckyrhXVCbevguY79kckH1Z0DpNz0UWTrRF3OoIBFJWBCTHW2TEgVBaXG2sq1q/Anj6SZF5tmsWXiwbMyGtyTQzHPoQ42U3PN4WVJjBfEADC5Lolt8TFKgzdPTedUR3tjcy1R2DUiVQh3oWh+bLrPrmV6V+ix+CdIgTQsjHfGhj6/erXDnOrDAavFNmerzs3WU9qpUKiulHjPMNmOEF6z0LujTxWwsRMy7Vcxw8qssOyEB4BI5dquJSZ+QD1Sog+i3lCmdqggUCQFU4CD/9I+2TGFdaGjIHxCJb5AoqrRHhJgCbP5JGGoVuLjExIuZcvEYhbW46UWcV1XMV3B6fr6zuHWAQfBav/Q1NTYZFuByPHZPxBSZrX2NZpUqtrPIEagtybdRQIFZ2w/d2awDeb0kcnEUDw3MWUNFOJNf5FYwE1+PqvAhbZ3OQYmv2h1hEKD9wlYZHWlwdN3NOO9jOMrBKyjh/isHRpi07Er/ui+FUdULCGp7tlDdIcS0jtHL1kMxZQWyqz5WbyzO2204edtFsq0eZjKAq98VCaoiourSm0Lb+dd8acCh6iKAtKIiDZaI1dYxybONI+Qj5nMMN3aD4/NxKW4B8vkMWvQ58RQgY4wvdIqNBSXkW95TFaVdpWOKQKeMXOQNowH2fSLRurCMP44XtrJ1IFSRSZ0Tek5Kqz4soghFYYToXJ9TEM1au8sZEJCfrqDw6yt6fXROSv0ZU3juZ+q5RzLpxVk5tHdgBeURWJJYekjDLHS860CxhAXEm4JVrElNFdYYk962x0kElHY521QcGXSEVK9AMWciTItV7brxwvPGtJlExpLo9legjlwRmcVMryiEMgklx+EQOByzQPZlSMmPcUWDk9NDQOXUAVisN5zrhv7JAUFbnQVqM619arFbFTJhp5IDeoCYnV3MqtgQ+fEucmAHEMh3XUC9fXPR1KBV9cnrs1a1c7hbpNoZYC1Kx66bpUu8eNDpz/S7V4JYO3Z/WcYZ7kKlkOnj3/yyfHjf969MueZ5cGsaBIvj9hLJTuXLPgoSqc8U4j0UVjNSGmZDT9vGIzUQbhKqV/wBpEJfAwCxXIj2f+5P/3Ok4FFonEBXpuERCqkkn/a2X/mXJdTSGxnkP16v4CUY9mf0zTWBIUegRmrzejSEpm6mGVoxGRVfipftYOm+/YkcinRisIGQLw8XVIRgYzqM86qJbDqRichWoElQEFXjZpmY64U90g29OdhS0FWDL5Lz+JM974XBVZxCns/2VqqbdVVORSdtDOGDwfneE2EcDWuW3i8zZUWqPE8jkKu4bWvhXJiXK1DFcrui81CVxS2FcdGWKbO0BQ6Qu04ZUUBsPglVCHLKOJd0/nKOon8PWkpvFBtYdhUBxswmkthvWDovDZ4ecYuR/Motk86zgw29hoEyXRO2SpZzNmHzp0504NBVmSdvHcC937AHpVUGJz86tW+1FTCqxFIjQRq+1DwIssPYB05THOX05/8cYX+Vnv27DuawXsrJ5w88Cdy0tq7b/VOWQsMrfP11YgoXMK+gXUyki5x84L6ztiEZJ1FJFMu+xKul6VB7sccCRT6loWmMCr+E034BTrDKp6nDbXhF23KMz2dcuhf1dr6makaeXYryn7eyMGtOHO09xm4wBpWNPtFFpbVK0d9FU/0dj6+uG4NPJ4EPE4ttb4Iz/mTRxfOPtwFqiiz0/E8qRfCUOMg/Jft1hiosP9FuhQObt2o0Adoen4ORJMKfh3Rkt3QVKEtLuMDd8n3Ol+9SkMpAY+eSPE9deDC4kB33x8xFEpT3GLq5oULYd5t7A5q3x/aB4jMbGCrdCTG0Jgkq0QdyQALgwFqCokDs2hd45FWu18VuBLyGljptf1Dy9XVIaG5Z/DM/LRBwAMWH8xlnizAvBH3tEJudAy2agN9RzSRiEzdf+1qjfzT6+evGuWUVCET6K/UBkMsP4D14VFkBhzI+POOlVq0g45w4gj5ZsV/qNlLOuk9u9cMr2hNeP4zW4w0ejFgAa8s5ZTui4zy8rJLl8paKkuYt4MbsCr8hZjCTKnYy2E5/oin8lepPIyRcLhEmgKsBgematRy5xf9GAX0139qnG5ULQx0wIrvnnYGxSuF2DqOuiqryJxLOVagX3lHVK/PIVjBE62uv3Zu8IxOp3NtxD109dC9SbqnrZzAd8ysn8BC74KJQ34jAVZOsba0Kd8AAny6hMkIccr0vj9RaqgGWdTuYiBtrvzPE6IQcWX9UmkWwA428KHNBoQCob6cxF1RUe/xc95iN2CFZLHFZpVIitdOIrumdWxEK1cYphvPqfo7DW6tJ0Ms/RXA2Lnu4Uy5uXawsSbIFyVK0eWr2fbr569nyympgpFxp7uVKwEspEtg0XwiYffK/Y73gOcOxIo/dGIvYyTsWMMDRKyBUttcNEU8x3r1gxhHOzmeUYhddkm2nqaxkQywcmi5luu/JRBry2LcgBUPwgp/S8BDUQQvUWKtKIP1Od7TZbw4iaaCvW9vB2O2aPqLa6ZnmvGVVDzxhMLZDWDyCIOYmnCFTQDm8WzgFWX+5OWuJg80sKfUakoQdd8kTK1o7rkSwrSL919PiLXCto0zjtMJspR/qs27VCSHxr0iSyLhEStf7M9Di+NC+NRYnanVBr12+n9/pNn+1R9+YB/Lu/aaIF6HrlsFIghzVUYGH8kQGx9PRuDChfo4+I6REo1A2+fMnVdBLmxunRyenR5rHlQ1dxpc2iABo1jpO7tB5XEgMKJnsL9XEbDCojVv3/m2ousTn9fI6TIQORn9CAZkAUefPgGLZu4w7/s4Y8fKDY+J8ik6fejkCeajvGPHGgPW5YpLFjJYkUa7DzzOMPAWu7sdZiMjdrUY8MuCMiO9ROj3WRVYKbWQ6A3v7SS8okfO1D/f09PWOdvV3D3ZORSET0QL4IV+j88IhRquh4n6VTrRfHfPfFt7Yy1YegWNXe2tkzXMvy/Y44mROywCcotYTmhMTq5BvF6FVeoCmSvMP5lEFi/6GjSFMLdSauJ4wGL/DIflDv9R33GiIQEWS8lFgSXObrpUiFYcouistBg2x8wz+zhpsDyAPd7+oDYtAoXcWT/TMdTe2GMSfXV4FOyXYXg7pl32zTP8Yf1cXV0SFq2KSLZwjZRrG44d/+Tjjz85fvpQRoKU9ubMzJBzWacHvcJJBEupCAgca54YBCid728cQEVdW2/mFK6/N0mI0XtNO9rCwX6UWj3TXJB7RsF14suc/9wu5/hyDyMxTOKdU/1KPx+aftoXYGFJ+BFYWJpjsXsBWO+vGLEgJvzgz3t3rzVcAbDe33ett6S8LMsGob6E9xCx2HIaSrykYmzLTjs6AVbeXEkOlSdaP1eGClI5842PiUlLSTtymC2ARP9VOT3dZ+YEVrtWLhS3B6xVEQcK9vuyjiGRh653WMCATtfVOz0z1DGspy0Mx8JDk5MCd4TkaRJdxriw0ZKmIvW64ZXnPkpayR+i7zUVYpwpiACwDTcdJZWaDkSPxHdCluYkihz1+pVGtnOFZYRNLWZFcdMlIyem4WFuTgqLzrUVc0ubXYHcbCzOz8/PLTHq5Vxg/xr4nilViYnbv76DWRZ5V/AweeiCYa14MdTw6z6QqeQGouNr7TU1djuxRZwjQ7UuL6wLR4+fzGjKV8uA1ywIkWNBp6E0luway41TbT0TE4NALTpqr8DD3WW0yMxvrFea8UsmE7As2OhCkTozOHi+41PCq4PkgYS5P3T8nP4ftd4fNnHxet53hXUI6WWJEBLqdq8iU4INrnbvWIdjz/vQRJPLZH5Fect4dWlZWel4eX5J5tIKGRxcc2G2WXwWmrNo6Vy1mfPf+ZDJVHqKLa/hy1J8+kQsrA/8V6VawN5AROeV1deq3gnQDzb/47MCHzujxIWbDoCFjBgy86Xaj99vCZOCkrAkqBtySI5jKSsyrD9euZbcK5hT434V41Gx943Uz4AO3j8/AHqDLgxpGrRxM9oVhvJxxTAwRikqluc2lWVyLMsNe1Xi2UotlerF7YmA0xc35KWn4EjPKy+2+jfKQh+k74XrHGkb3glzMh5iXbnESWa5eRg2GeCZ0mCBP1C3Nw/NOuViwXJuE2kTa2aH6fx3N88z0UBja3v7/EJxKBKdOD5aVTPSSZyFYQQh6skPQyAThoJYdELM2r76maH2q42Njd0TZ0j17IoNQRWGb8A60oX88zNnHGOGYHglvz54eSozlXf9YxsAIb0fZuHSytyR+YNuIFWwlvAI9UQnTr738b7VtHN71nZy5Q1YF6/a0fXBHMtsNmdqjdnGTJj7ccseZwG4lqVVRpkhPx3PfUOgNHAS+uRW5hfqzSWlx09gWHHhxH+Wy+uEropZKOjr9j9KVakcY180a7YHogrGqXRnemY5GWsEQ3S4TYX9DRUOMbFEylh3vFqgD/LUgjCLLJ6HgImPwarXgzzVOTUz1NYcRiOl0jgmnZxgJTUWA6yYMqPCXNlUahZwbPWLqw+j2QRLQ+aiEwc6dxWKLwlTIEpScsqNfnkinGFkqM2xWg+ngIClUi3n1rpOmYr5gikHWienpjraaJZKP4S3Z5/V13dMwzbtcFd3bQGo6UrS6pFgD6bTJs3i/cbH/9E2gN9jMhUU1Pa3MwsfIUsvDb5XJkjh5FazHkemcWxisHZMz3mCjogLIc+cbS3QnTFNWoMBlvPquY5MTkGNkIwJ7alH1Q83nxtUDbR3u9WGINorybsjjg1/NT6lOVGnLuDhhHnfh39eh4ZuLWgNFz/X4nMSyRY1EHhtFJfra+ooL2mas4xroTlE41ghDrYLUtPgS1586dQnh4/iRdSwX0jsbSa9F9gb/bUFiTokQP6DPHMDGZVSsEB/LzO9DpkRxGmrLdE0qqNws1y1+CuAKwxt2DhaEV5p5kIsmRv0WN4Lx+3P/t+OcCY/ooIxvXolcywGWCkVZuGn5U0tVvfjBfUO8xPKFix6i2WXsV7RZfMQnbZMr7VQdk85lMp1TJpJBG1Us0iaynYWKn5zQekdDvgjW2mEYNBOdTuIeF5jhu56WW2O+lZutU/WIl1MpPJ21efP64XFt6JGxG9xySfR1Dyrd0UFBJM5CHjbU5TS7ODkYEdPzOgXVhfEO8U884tanbIrCGClpvZdmxiDShS0ZeKAkW05Z8icdGDT2Fhj1U419tTWDvT0t05Otg1ANkESbcdAo2+m+8c4byKY92XA3HhVQYPvrw9g7bn4uZONgISBLfnFYuOlOayOMAOK2inNl4XyvIL5Xmk7dPLDk4dsDXImPaGXj1A4bPINWIkkrOr4R7cqsAgFlm3d8zOZnOuah/YYyhmhjEkkc74CvKIBCG57Gn7UIM0ybGODJDdxmkdlmbVvZkAVYnXiNnkqmHKuZI4FwJJKcY7qMlts5Qahu/UXaxts0tG8Epm3dAASCQ/pjiXHpZX61JJjjzXSr9StY3m1XdV8Zay9HzpvoAyhywd00P8hrKqlrCvIEul8QE0tl++vGbEb5Lw18tLhJyza+joGCKyWD6wxqgjUzIpMXdPQ3LBXftATj4AFZvZFKz2hIrODEEvrlZFBWlKF4bNzulZ9MMDqREqFnAKeeW0YtZsjreDLD3TYmbsq5IZaM31cuXOkfmpsbKoe/avPoXvGAaISwW0h/sjHf3z33T0brsLac/HysH2RUbK/va65xSKNTsmD53usNDek4QguhbHBMppx6OShlv304JEQDTdIh59YVASqtg3XDAV7MOOUHYW9CFSkfUjITyF1hOR1AcL+us/b6Y6B0Ym9vqO1ux+jj/axGnVIt/ASwOJvW/Jktc90F4hCpbB5zDUdK0IsrrhMCmdGcZ2xuqmClvY8xQrJSPCYvVS0MO/h1IWlaV4KCRZGmVaa7WtErFDPFKhU6zpPV8IMva8Tu4rGftgWONhR2zPfDz+Iqc4+JtfjN394mVA8kFcGS9JibMUCz+SHdRl09mbqaeuambWH6BIvZFndjOXL+O3nO7SLU32E3JBJ1x1Y1w8Bw8xEz2wqvdtIIEZLSOdM/7kz59o62eoFEiE+a4MU2kwsxH7oA7Cidp2kD3HgVAIlqP7lxMXdGw+xdl8cPD9Jj38wxFLnp2O2kSaR7vQGrIDdOl4dhaX/efyjE4f762GSRxo5g9xqbU/0TXgEXNn1s4ErCSbi7yAverrRQgcsfRmxHymvKned51dUXAKuaoaaHfz8g7IEp6xcWDwDeoaoN8fs3Wqw1sNciQSUF8JCLBWfxhluV8iVlMG+2CgUZoM36mYZ1dFQAJZpl/jqNJXdEM5qsviI8Q6Aw4BwPFPsa0HYrlxfvMJ2uX8YgmK9017TO905DMfaK8OdvVCCa/Usu4CJgpa/l5OWOAmRli8k7bDvt0QcK+j6Z+xhVdVsLahlPg1azwiBeO/CyPYCXY+dEweeuXcNNvcSYZQ5T6KO6mvD9nEC8h9c/mThor2uqxPFyfABWLt2naIPcfRDZm4cG3vy9xsQsZBvcfFqjRux/O/a5IVu05FYr5ZQHIh9g+pbX3VcQ4W0sm3EqdeO1E/XdHY4fO3nNfNjmWCnqicDVxIkMNR0sAsYOs1JoYA+jtisEMjlrz9eAWWcM0T+9ChLRCYKrgkTOKzgbOiLK/OLuky8eDJ0ursbsbrt6vBJZIWlozaMsBAr8v9T9+ZvSa57+/DzP5prldOBggSoBaFFCG4LRBEFnCec53lE0tTMec6hbDvlkam9/WDD6qn1ttdwvOfnum4QEBS19X739z6eZ++9VqYI93Xen+EcntV5/3XFHf1gL+A+mQOWtKwPoe2+mnlCrIr+s+9wstQ6JfunAUsb1ri21GWkITbLTJXSTFbKl8i8uRa4hPe8DzDh1cNT8ieSzuZKZNekXlB267r1Ejomkn4mp1vRxR3MGb0ouJGxT/HvnEMXAJb10yrMJjDC+hf1MDYjyFurBytLKumpJ7Z3YUHdZkDACo+W9NCtY8lgflawAPpvBCxyyWKIdQE1WuF67k6oSBxQJQuTGlXQmTJZIlqXv41p+IevWfn4cYWY7rAfCMSCbPxcrEKQlmP6oklHkrZkU8osEULmOSUnO0YpHpYMJ0L2Ir93RbzCr90FpyPf8wnEMl5OiBdpbS82tj3/8eOvFQ1SyYn2eC5eGfj+SngWcJYk3C6Ml28KAVgopJ5KO9/zNHmvgtnRBpNZmomUqe7Y6lgiXNSZYJ3a9jM9NwBr0vAPAxbvgsfmtjfhordB9i362IcPY93WPcI0MLCS8rRdQJ3zU1itMifGR5e7cZKlQ4RYa13eJotPxzTzmiX9+YC1/G51Oi+dLR7BxVin8upkppix3gOeaf4vAwEW0UbDxGY5/4OYpvz4+P/CTWH8YyBW14VdoW2gVbBQjsAwNpbBlbGqTBqE24DA8/21sWFP1onB6WRGKcFyJBa/lUXC3HvqIsAyyUD9FegqoQKWkJCRUPRP11dwcZPq98mPSOu/tNu2XuYGhn9rQ+dA/Z9/Vze611DnHxBzLjfGEOil3OxCxoIfL9kUFr9+2YsRlgq80RapHxjrbZA8SIv7B9ttLd1RMQEiLKkpNKrOfAC2uZ/SEl44B2PrwGGyKZ7bG1kGaEXGcjccb8+doGuiO8RtvS5eufWJIeZaeFFV0cqhK5z2Nll8Oq4xiffPMxWJTJciu2LvgRRsfPSVO1PD6Abndq1SaVCjo3tBACs6uhSBOeKjHm7Ifkteo4z770OsxyxU5/j3Mul5gJXOF20csJAfEPs0mUg4798HMp6MpGSepbWVYZZHfHq3hXHx31HgEQS5czuMU0myIJ5+JJ0mtl/JnlV6OTpmsqqBsDYKnY7iH6uthFJC5dgEzSdMe0ZvNDwberEDaKjqGxh8BiNe2OiGIn6W5WaXm4V3zhuxhmdtl2VjGUffPjfGPn3QBqJ7sv/rohlx2Whra3dnX2ogvMKyMAptt9S/2tZv4nGFj/5aaEBcIh4CFNx3h/XgRDegWdLCzK5LT5fUcwW5c5j3PvgjG4vXrq/4R2UKe7d8iZoa99wd3KddY7BpmPSqsVTDMlPB+jkSAiQP2dYODmbTiTz/YHcMXIbV8dk8agcvOCRnAUtCbqPisKMawc9K3pQf919YYVEWBUwbNlRBFP5uwKKEcfSEuEsTiqrgMuyqe9/6tjfgUkihX54k67lLePax2NSFue3xIIwHJzbWJQd4fL7YtqpunP+0PLM/to7CsB5SuE7FjUsC1iWJ6gDxmcaApoVazZQxMtRiB5zBvu7//Oix0FaK4RU8OVE8GIJKCmW5dnlGtaAa8UIsRBNdllNh6382aANg1bX2GpPPIikola+RQdFfFDginDTS9f4xL1itL6Ozvd6eEFsZ+A0PO9kG7yjUYVLj+PQmOkQuraHIiyAdwQ2S4Ri7tn+WzNFkco48uMRbz1VZ0qEx8htF3jUfsqW7kGpdsBn0G5EfjdQ4tXo49BTG/0tzBFdOuF6GImwMBFhkuCk2ZLtbwtIJ0X9hTwhbP3i7/7ZXFnlOnDntth39FRywyBnJ0dlX9PZla8CZkEK6vGAIcneeUytQ2JFGGxCwtI2Y1m/Pzc2t7e2WSQW/Ozdz7ELAUlT1goQVk9BdfBV1XejQqGCaVVkQumvjeqjUc6mteODZsz8q4XSBkoTwCskSmsXJuZLzAEsCbwyzzMf9Dh4ZznXbJcdY0pa+dmns07K61u48v2cWSXE626saurtHnwSL3MWusKLfcWZf7Fgfll0HsMQa59TeRheYCzNjztC9Htg9BRr6i0WS1qxtzi4H7MyTYbYG+ebPkmWTl5mp8VKA5e4Flog/NbVRxufl+mWn1lSwV3YOYN3QL53Mf7Wmu3ZnID5cHZ6cLZNydldw0mowwJLnEGDpBP+9WzEZMvV/4xBL8HZfZpL1IJAFwEpWtRfxLXZEwvOW/l7YaIH5rAjUF9mwxNZeQGwMbhwZ6DyOfUBUwibFrMyNuEiYSM8QNkuVXtwf6uuyyG0ARP0Q3fqSpaTSR5a9lJYKUkVokAXyFVy6ZQF/ZVQEhhWH9CLyCFsy4jftf/9nrpkdS2qiEINTMj6z3zWjOQ+wYKQtz871brrYSnUs75KAFanPsyFPoayh9UnZGUgu66+v7y9u6RzISggaaB8VhRmYPyVP4VrHzkV8eRNVgWauGRvpItMcQObyxwXZhbzZs/JKg451iXsuaYBG3rUz+c5Z8rMWA8zFdHhDemkdaXIyHnnkkLz7IJ2Oom2k0WTKDFph3YOxww3bx63VvbLlGTCv8BfXmWUD9oV3LqBWJgeYYcEHFoBVKBESUGOyJ9T/jT0hdx49nv86RAVzkF8TgKXIQ0w92wolwomBlHnP6gI0hBjjbGvEYT/1QlLl549wOkPjaGic+74zN0drY6Ln0+r6ggeZtGy0go4RlHBPQ4MrlW1pZmxlAQlOGy4V/YT0kP6afmgh8C/OZ1CG3QuGGsSrlept0rKBH7mFQntHEz+xZuxbl0PvmAp+TmU8WkkiL7cc+ZSzYsOI/rJTLHqVT2EL+vqMDaeis/YtRvKuhqKEoAnhaL4T+vUBesm8pc25yXeWy1hhkfSFxbjJpoZU/MFBEvquOY348ncYBV2YDC929f4gIdXPjhPT7ef4SLCJI2pb8D0vDVhMQQg+1jxICemxsU+xA8DkNugMCzniAKy51cVvHxcBV9BJ56k4XpEIOshJvhcUsMIzKuE2elQdIwBWhln936gn9NCx1FvbXecyDVWDQrizJIbFl1f0BWgIoXKd/Ol+R1ooN8l6lFzt0Bw0Qoe6Mmu12ZBLsjxkvIAeqS+GZx8BVl9ogCV1zI4x1auFa1o3d4ewbuJM4XOptV1TGvE5z1zDnLA3SvZFKXf5FqmyOu5IjcWqzh/VOs+J1ekKq38MtlljpUOLYdoLAAsfS3a17sjrxyaJF7uu5DQDwBr1BaxIlS1v4NnLl0UNGGBFBAUsmrvXnx1tYqesd7hcxvXxEBELzVzJi7Hpuenp6Zm9xWGELFDNwDKF9EsLZOx/acsHSmd84WcvhaLGOIOU2p/1iOU7XS20nFdJmiUhDXKCCLEcEOx0IYpTW7IR5JFMabs3pK6F+RcrJeT393XjARtekUTnoZe37D3v/+kGLGkAwGJ+7ogkFDrCnI7QRlj/R9pGWhWiL9w/bxcrbWFuuexcQKCDmVAAUrNqf9HwDxjbat1afIqkJEcsSrTahaL+3crk+rkSFIWjLot5/MLPPbTGboTGLewOJjqBoQS5dzsbgEXFuRMzadd0ybmhZrIFPgA/VYUwvPK841Jrm/GOrb0z77NTIIMcGYBWOX+2dvfV5aE9cJ7z/uScDh5qzIYjr+GvZk9/FdsGa39rny/qSIsHBvqKXiam1qaeA1ec2jAYgOlNeVQAG7y7oZ18wzDaYHKjMlrBAv8dfRGELCyXyLGO+L0rtG9YM5es+QldQF2abjSIfx5W8fWsZtJ4pWhshliIpphf2S1Lli6NGUwGPHEC3nWUXAHR08aL+VXTvMk5te5iBn6wmHnoS6u+d+9eZKQfs0NRFgCwkBljMunK2Z0UHp6RFOLIPf7/SB0WT3ws9eE+dYXB3kxbdwIvsZj/JPxhz76RydYFbWbmzxXi8/Lfd/pBbu9OSqHTajXONQcTXgST5Yw+oheNWXBZSJ2dceXMxoDiyNddkKMFH2clO2ZKzh2tJInfLTFgzauyeSGWtJOlZwENpW39xljjQBsYAMz7/qahsKep9GXRk0E4lKlirdsl56wvcj2AhZDPXFZkyQS++1jXVexH8waf9fsAlsLal/V+sL++FYLnxPPwikqs2oDbY+42PmcIDa8W4X0gJDjY1rcOl/Ts72OWLF0+WR1fK7k0yEBd3whepi+dUqHaLtGG1mAeeVtrBYEr9whjakh/JcBiDNK8TSDWwka6auSdCTSHgHsCfiMm4zF5MDFv0o7T8EoqxI1E+uJTrEBEu+HZVYFMVxUAsF7psN+BHzvnuVeK4h6HiFfuvNP/vyELRdbJUPDnsUI/UOEGLMSqjFoDhCZHbjhNmUk/tRssGdcEXP/QUIIbsTlhCRxsoB0rNRYlcMAacIQCWDdmnT54JQAlfOUBWazkDvjXLqgcAFgmmHhRkdDZ3V/sKbLgaJGH2l+a9yDWMdpn/Hfb6MdFDKdRW5lzX2XDhfdta213X5WetQd+7HmvfxS7ASsmhgI+XxWSAZKMryeHR/RXA6wBH9Cx1T1729pgbOm7oL6iGWcEzzA5K9bCyVEtNQYsjnyNEDC13LBJhaC/G9KhL6tzZVLmfAs2+pfVw+9VM5cbPCQxM5BNq+qGf+jGsOyS0ShkJUOcHZkPlolPxxeaRtiYXg2v6D2CMGBvax5xOQ9ohNW49yD9LFhRzYTpm2Nj4QBwBV69Q8rFkndiT+sotvYnlxQa9p5S0egm5IDl+0mC1QB/ZHMGw6vojI7Q/GXg4C6Kiw8OWaJ/Tt7DusKveKzFBmEHOVqKiDHOQsHg+h1ohhy532gy/STA4vISWJDJziVH4A4ZW3bYgr1sqRDjE1XREEq6enLyiNtYwO10JBPu0pKpESP9nEB/STq0ELBwMGCsxQbn2PUtbkB+D/n3QG93XZ7AXlZ19RUrYlUtDbbYlvejRkVf38CflebKnpxX2S/hMfW2orXodUMV5hnSpQUPjpKNpKxkTOtFmjitsFjarj0X3spCiVWyZr1CT5jX96zBG7Dg9Z6QmNA70DKYcBFesYSdTlWApRbZrin0c55tnPfnKPN92xb2bYz7yE5fctna6smSii3rpXkzB1vbVr1r7lKkdK3s4MX0kg35dGQb4vV7GRu1potUzXgr+ROSbjY8S3Je4f01uDnQp4UV17ovTs46rpF4SUpoQqytzy1TGGGN+3u68804k75tEPNKMzy9a2O5e0yHpJAy58cyMm6GlpKBPJsfwsF2aYhLwaGu6jxTYUnkCKAQiyvtklvhyPvKAQ6FVOZMmGXHahGus4hFur+JJPU/R29AKMXqhj7wyYe91VDx67c8Cjrllvy1NdBnEmscl1GaF1JtrgZbSX6jq8bpMc25cwOKrChZWdsNNn1TEX0Mrzmhoi6kXC/F8mmFJfZJ2ZIZnGPb+10BfhAedYFbFMPimLsuEovfLSsiyzpbyj7Udb/v67SRDDPZ0fa66k6ssa8tFnT858Ut7wcHWrOzM+wxCalZrVlF9a/724oxPUNE5MiiOyRN3OjMNMmGP2tOraY5rYHmR2z8AFVYeaUbsQwLQ5dfsN8w9nnvgOF/UldEJn2pvUUX4RWjNqQOnlUVkNAY+3b9sm9mHhns0enXepzyUKJMblC66On7u3G4tUklVmy6beRkFSl8LC00ZJmyWDO8sDZr1Cti/UzUMENcuUiXrYVXp4ET4hAvPZybk40nwqtcs7chIXfeGl5codWyVSWNvHH1sFkySP6ArtD51zBGkNPF6f7LZFuZglwGl4l5NY/hFSwemM8jS5uGt/YSbJs3d9Znd5mkEgBmHdqZG1sZf/dufGFye3bI6qga6BYAK5wud2IOycB68OgLj5GXm0KkNIhul2fnmpRqXKKzJdBjUU9O2j/XLZIQesYRbBxo/L1tsIJleAGvmuYCRblh57xOcyWxQefd5oc6bkjSmnzaMYzXnWMl2hCKdM3wjiMy4Azd+jqBA9ajNlXyhXxjPLqsk77xid7SmCPN8BQCHqRnGsLZgH6gSZrJ9km3Ta9swSVV2OpGB4oftIw+q0eOKzhe1kF4T+kbXhc/LRt9+boKk+7RCgoWTsh68p++/oa2zqqulk6I85Ide42CzFKrXZgsMGnffXdqPVJnWU+GJNxHdy+3NwkMB5mT9DmXHaUYR5HU4TV9+tcAPKZ5rNKtixErWInFpr9wH/XcHCwWKAxlSYlGoFyhPi9ZINYKy9LGXyFSSbLt6+rXYnTUGNpMHnBZhh6eGNoQky5lzsm9XaPt3r///W9GsEv3mnOMXGAtaJI5P36fAQdwbIqop9+7E3Gi8f7acwwkbjTx5bUpSfZup6vLZXWw0feNa4Vjk/kl0lQhezc17vifM+hMoZmSGvcYleHd3pAKtLlkW1mZQ3rnYbJrhHwMG8m1GbKQlem92SHj8swii/8g1RIgd+HzYG9rAgArJdpzMcCC9Bm1OsywJPaeNHWIG8L4N00SeXYOEulzesJ8Mp7RsD2OE2eXm0T/JGKpP3UlRwbm1Np+//Q8iwTQ4eHyppJp9tj283ihqPX1scXFhbWRmReGS1uKaBtfYEN2+uTVag+mnKHdkwanUR/IiUlaVc/PWMKj9gsrrHtMsT/iPEN79epdDPT094UsnKKAsZVJppK5sq7JEjZA0Wp29GQHMPj+dfuH4sFnz/qqVLHpxu76FlVxd59VAdHxk/bnra8R64hgYTij9j558np0dLQP9vj4aVZPI6XVrH0GYI13LmiS3CocWbUPYAGxAFmlZo5YJZ/z+MtNl4Y+WAFgdeoFgju4KlUDtcj6irgVHn7rViiAFZEw6i80p/6Obpc7kV1/mZluC62t2NA4PjmzMzKyvjkzPbbwDpZ7YyiFbJjHIGrAtbw/u7+EBW1y+v7WCfVG6ar1w60d5BuDaqRHfF9JiIQsg3N8bHJuZnt7D24OG8suj8Ve5LnCbLhKamUvdqzUUC0tDVHBYuyLYJQ3jAqrZVrOtjGJD15M7XATLKGNvY6EnozhFV1zB6SeXRny/8ykQ9/LkFw41ojyanhuyaqyLo9sr01PTk6v7Y1sLlDwp6dWJT3TwiTiAHyiggp7/s6WA7DwK0goozk6RsIivsy0JMyRpwC6lCGBjAjTq8fKXAkhH00iiAhxOl4CVUo0USPJ1sT9cxpqzN2/DPnN0illm91p0v3DPyoSOQfWfDDD3Cvu+XHSUM3aujY2iOc4Mq7x0FuSQnNz0i58my4xCXWETHNQMr69pwlthi/TGKUBAauzyA1YIUgJabyhMM4dnH6+R2dcJmWGd3tGn7U9tlhObcA5e+OMTQG5joF+mymWpa0oRnU1UFw88L71dadKSuF/H/oxLlJ19r7srutuLUpF4wUlUeJbXK3PnvS359HYLNI15p6saV9s7OFWftf5oyTJU2FV+gIWPVRuxWQL68KVBiJlKMhpUs92ScnSizwxUWG1MrMG5n3lqKuvSPBNB78QsVrPWrvyYxwb6+ojW0eLxflubHp7ZKgMbEcpM1sf2kAeHPTKtEEBr21zcmVxcXF8amajTGX9urX3ALNC16fV6Q/pN4gbCUQzbo5RgGMI95aYWMckitZQ4TE5sy84lKGY6QpIHOS5OphJjc2CYo/7mqWpRka6+hA7zLwNJOAtNU6ugSk2N7O5YbW5FXw0JbtxrYtm547veFSbDDv+IQtSa107kw2a5nFcio1Le5MrjSxWQ8iZEJ+ZmfgXDmKZrrL8f/6fP5qQsciu3HIqqzKI1WCpkUTbc49DgZh4UQeyBx+LLBnRKag5aXJ6zLJ2BLRSK49NObCHrzxmA65rheUE++ugNnxZ9ha7pCNujQWRY6CgsH46+NtOZ8Geo3HuQzwQ0KQYuvF0ihyCYcMihSoJ/X0oEQRa59qUxu0T4hyD9KtrWxYiYJW4Ak1qFOTbJJhMtF9ojowbBbG7G7PTeCSZBJ1QgJeN23TZC7EQejhpSArI+2nc1Mfqu3ZWGksOPi3zBVUyoKD1dXvVwPu33Z0f2t8+64SRS7viQ3/Wy97B+oS3YIwk9HbX17+v733OBlisf5EuD7sByzDn2sStPDz4R6OnZ5Xx3Y6v0kISw9rCpCTLH88xuHcU1w0ONrQXI45KX2ZFONJ570Zk8fPWKgZYCJ2SFhOfJeLWpQArorYqMLM/Njavr8KekV3+5+fdLhr3+HKEFNzJPhJh6yU0XMCmXfNi58OD9a0vRjgS7ND0XcrI3LRztHXtblMOeKjET7ZGwf9rhte4u2EsZEPLXmNSBn7CHev88dfn7ZEuvYK/ONblPbQORjHAor67tHB1cbu9pcpFzwOm4BNyBa/RENKDnzIWXHuNmFSuWH3uarK8ahlo/0g6HK1mrK7q+/QLDVuVuzdEIfYyhsL/+d9Fi07HhodaTXUG4S9YDUmWJklGT3NcCCyFeFFzbhgAKy7/VXhKCtX02WIeTk90A5FywpxTnmEPTwkvLUxrVoqCf8f4X+ODbwFZeir8GR4/DpKsigrLG7BUrg8PGGSxEn1k66AcLy4622wad7APENB0RreSzDK3wRF0DH0k+zkt0GTq23n6Qs8J17qH9Y1r33ZdT//9b4zEQmB10U2mCRx37BgQ1vARCf+pusi+jyVYbn/ZL0YKgYmFGASb4Y4tnSJWsnT/RaDNKI7RC8SRIWpzaGdm3cgFFsnJycWjb1/WD1Q1vH/b21b3srWODKhUbe+R8fAcg+0Y5P91j/YxbFFh4BKLIgf8rx2hb0mSNe6WEWA1PntZKfY8Rckl0h+yJOBkoS3EYzrnZWtvf199FhIEi3oH26vaB588Hyg+B7+T0aG2FtMLRvwR1OPdb1H33brMBX/3/7gCV3EPrX0o1MMlWQO2WMUpO0goTnBWgUax+uVxDZ9QoS+SvZhVLX9ZnU1P7zpcXUMACdw1GWTRrqx4rrFxZfgykTzMgUYzx11c7pAym81Jj7y+QOZc+zx8sLLX+QEDbea6zsfoDx+W9Z/qvu2lJZAqf6tiyj8iid35V6wXS+o6gKXfWNFmap277LESe2obgoTVv1g3eNDzY3Bg6oD41FcQFSHm63+3qHsQE/3fzCqscp0syVRYbu/JD6mFi1caSs1KmqtbEqMBCtH26mYNpYMxuDLkgpQjoYm+vamnsqdwAtXYmW8q+lUUnBBB3+fx48cEf8er80FWAIiC/trlBVhodn6f2dktVqXTR6Lo+rRaaU9JkeTItGtSOt2ov1SqwEo7istW6IcmNdqDxalNo8M4ffH03MQmmGxI+vn70lCxsXhpW5MUynMTz4ypQNziSGY2ygErtfcCAz+GVzu/nezrrUt701MLK+/A4QziQD8+e7otdKwZAtwzMue4c84YybKCVDa9QMyRPsiraqh/mZj1vG7g2dv67sSKJ60vn1e1U4xWUW8Wi8uKSi2q7x7tb6hra2tvoe4Tj+8pMX/3TOBQ2wiwSv6MqTF4AEuXLQk4XgKL1GKiCVdKKoV7U4Jgam1vUWpFRWp9g0uhCApYVa9bMfmCtK2zJU9hPV+MExiwIooazu5BWKSFdTCV5kBZ/baHXLr40DNsZoeeoMixt2VyD8NpV5b3YW3164cP26snuw+kFG3sBizbxsrBzNDstPMS6hrKtjQdcIYKje+HXtCQR3b6oHFO7Vuts+B7Te+XJXMcvcd87+7dKxs4JaLFyF/CD+YQ+YYPmGn/v1gKROylbYnO3Ijg5yF+wlQyncccCdAoONwjjuUFp2Z+3rT4/tmPP4Y1WlPY1S4ZAEuoOI8qSyVUIIGGZUoyl+d2hIRXImWa2Y6vRY2jfIWe0F7a06wpr0HWjlqtNORkYzwmoUlqdk+hzmLWJd0uyCfug4iNvoQLX6nMV6oDVV9MesMQK065OjOy8+k4IGLRltB645SngnHyzOHWyaftpTIbEEq/t6XFFiHDbGrckILd4Sgemfl9WRowKvQhe+ZIu/bmNknXAt+eNafhgscgmfSZhA5vcWFscnJqwakNDbCSZItLUi9xpxuwrN3uJKqIhEcg55+34UdMHDjVcSdL6RS97EKq7+bYhEkb8CAYXoxwxMLQq2sxwJeYkOMyQkau/GCxAYiqq21gcPT5E0SmJSbUD/4HIaSopxITB9u739Y+S+QDLFwgYL1829r6vhcx3BywbMMmd9f88YGUAMvSFGM3u5lAQQELZ+pVocyMP6XBGCkUMA9nwBWVkDXaog/icZ2cTICVHKuq6qvv7TPqq/qzLodXbO5e3+5GxHQfwOJnPia13/Ew9h6pdGNvuLso+m+GRY6ZA/7O08MI1MiPHzBt/94ytTptfABxEySYN+h9haP59MGXYqnKOrISapHFmicAloqrk8lodK9EyIOmhbNGMwaZC2Z+y1/JbLjrgZS7mPDQgzJkCXvei4Sitr3D+dWtlZldo7AejLwRed2hO5275UWZSftihFuoKPQtxZEsqkIPQxDEQR+MDT75m3QeV9cUuQFLpstl889wSQ4AK8ycUxB3cb4X5lP5adpqe6lJBEhRm+X20lzL8XGORP5KMzGhy8mQc7o8/EMYITCzI+3oduZEvpLBlBKXmoFV80QB4tgKjhnlywe2qKw6VlM3eLwFiySwhQOuLeNFq+u22DunD950VdnyV5hEH87tFsMYeWN83lIur5GZsKLXu5a2x7dWPxUHZn9T6gflUHC/RxQaetfmouaillAjDAgJuihZjlbGodyBdE+PqM4QJPFJe24vAEFCUafjHAoybJH2D+MenwxJKb8XjJahnS/HW8Nnl0g0KjAQFZulVup3znwFHTIQNokbw0sB5vYRSZnY/YN9o09qgVKJqd1ZCZQAnxg1+Pxtwn/+U/G24m1iRCteMJrC18+fjza0OITwPP2GxuR22hmSSjdRdOhqYqLLdWIvwAoIHNEx8uzKQtKHRbGLMxP4/3hUNNpiBTfp6VM/Zw4OWNbkZOvoW7yYhpaG0aB+MuchVm2n3pdKQiX5jVjkVeKnx1QMOh4iAQLO6+4bKJJx4f/FWsKNd7LT8I0kINb3hfnpjy80C2t760tdMOOTMpc71foBQvmk5OEwWWIIHa+0sinCztiHtBlWWLedPOIIBIsXk/sgVdAcDU9r3PrjHwFZ7GvZTtxRV3R6RyVkVdmWJp2MDgUCgYt9XtcHLAU5NKGunGQcLHQqxgYrTWCkjpF3RHM8+KuhD9GJIVjRng9YOFoGc5PAOZbkUj1hLgzFF1mZVlCQqbXkoCfEfEk9kZtjNqQdW+wpYHDZ7XI5f3piOVfJa5SCfOX927fvFuQDpjomcKWlNae9Kci8j1dgySnPtTQLbPnTYbr6cGTv08nW1uGnDVp6OPa3AiFWvGhrA6mxXmUIer4Ps5OHq6vD0+tdya5pjSy33GySrZXBsn0R2bJfweELnl9DMQBEzL1HDaLeNeu8AK9KJl/wVT3rDjPPGSP5EbySCLBskXfu+N4t+pbeR54CHvfXo/oGY7BhMzgH+qGT47jHX1yoHpGfsj9z8lvc8c63RW3SzTMUB0wqp2hsi1mdFeJD2ZkWVQvvPDqJD//1kLsTxZJU4mmsAqjVxwArMeERr3kSEPcY1TuYmoh/aO1v666IyhpsGOhvsEpVwjJPP+PGxJK1luKWvzBs0OXEpMgrOdv6HMC6RRFzNaX0h1Hs/3g0F0cs1Jyj7VZvonA6txLCoO31szIclG5SjdYWPbpkQ+hGrKI6kjOxsio5WUFW/xQ9ZWvIojIytc/6LzgOYHMTSV8iBCBGcr+BSP3uu1PNDJl0jL8wOccP5snFYXFseg11OzhP6Usnq1+NzB0NRICQw7ExwhpbdgMWI+NszExOTU1NzmFryTIMqTfFAmZkDJTzqY9DDzyjWhsAi0/dSaCW2olkg5FpnASY543BSH7JiMI7/Xr1FQBrqVFMqpwyvhfQt9WpcP8oXPDfRqPc+Lm9/2/Cq+voSDhgobzixRAqrB4yNNdNhCKlURbcvUuM2urqjsc0sTIZTBP5za8Ip8IFWher7nM4XiVNKPPv3r6dmaZEIwmUYkm3SUm/3L178yhM11OekV2pRDEV74FKmlvtWR3G5Y39DReTaEmt2/NxAQGrrfObj+gGS78HxetTsBVbnN7NG3GaLJW6TOdHkNHIMWxyWXXWMsUbsAix6AZETJTC5affPbt5nmxfybwp3KJ8+RGqUMwkA6EbcJUu+C3Gcq7rk0dRnrNGBcajrNHiAIhFiBsJ97QvwKvHn9IBV46Rr4e/kbiy2LUXeFCAnF8QFYDDG40BfOnA7ESvzGbDD08xFNbSxXV9va1oCeEbxSod1p2x2RJ618SI3na0X4kYbtX3NpRJ0/kpvqFfECpPceX70efdfxrCTIZcEGZgwi27ALDoDgpiv87CmosG28BM9aayuAHLcceBbDeaqiXcusrFEKuv00F58LhU1pa2uoaGuvY8BwHWLQIsrsiFUqRreXmIkrEieYVCiVX6/RXvM4n8EpOMLW/DaFNvaFyZW0NG6vTB4b4qnS3opCjhZWEhkmAml2zpXv5QyMw0wka5GEQrTlNnI/TkdNvyDFq+YZCspOk83FDVVgsQd6u8K9opaN64PwNN3wQsXhYXJmfWN6zpT6/XEEIhjgf2ysc8tnXEDLEdgKWgoQpu9OG94oY/LNe1cAJgicWFKK8AL1jygZdQLUsqmEhThjJv/7UZWEOIVThBQ3FR/gTaPYvde/ETQc4hFnZ7JgGwmu/en8hXA6/u3+UHnP8XDCeTDJbKHl0zfvSEYcJD41IfUvYgi2rjJavC9SVAqxovmv/rrz5Kr/eIKSLpDXxQvPkCBqyLey3v7stgH/Pu88IBtdLTVSj5k9Ppwek7pkh3/+OdSFqdRELMtLwz2XhuSCr2tJ1VK3wpqDPrZEzAGxJiUTzF8L6NU41U3IwUlZ3e2p/qMyymM1rx5Oy6nZWI4Pj8TjySuN+fwsHv0yr978e/7X5QGdkO8MzzDHK+Tf2dWNg0nO0Z0dHKJq3pvOKjd51i60E7tDmKG56/b4VMkJc4UT4X1Tz1z9EvvsT1vo5rn+4ReQtTMq2gwUlMSHiLaTtN0rFIruT37ZGuVOJ+rgVArKAKGqIUJWTVdvejSFGwNVgyY7FgS/i8qL2hrzs1ISoq4tYVL0Ks1NrnDZ3YnnTWDT6pL0rFVdQ90M8BazSPRVPpXetzU2MYWW5vOEAUU9Et+pBsr/bHZT5PLK+PgCVNgFM1XLK6XYZMPhjPkMxmdvw8trL77xsMwztGP1e8ZNK2SLlJYCyfpD3Eh0up759w52+NzZaxe/yOqr0elP8od80OwEIsqaqsi5dZ8yZwNRfh5pwnFMdX4Dfghy6juszU9vUt6Wl0BtfqFtUdikyk+2rx4wdQ8K6t1AVg6aoh6CLmaApd8uowrPLO6msC50AIwCObYFN0ZX6HMi1HkuLGK7qxqckkA9yk+/cz0/LT3nTw8so3lZTNYGWZzcqJypyaUkmOUsQLLPXh7APpv1DusJIb/43h0kiAuXt8nLLkrypewYMwCrkqC6CECeeDlqktINTcu5s3AYolJTLw1kqmq5DWoVKVubqWumxus0reVvBGAD6TmJJgHGScXbgghQCk57H24rZ3nPxUEw62vxnkwvPm9FqWjsKuxoV9B+jIS7MjsyzdCYilt7Z1pyZ4ZxMLiPW6WH9W5EaTzfUt9WOqRZENv8p0BXFxW227G/tzRF71BSz+Kl8sk8vamB9gkV5fa9Ls06ugaCy8rI9rJO2ATmK3bqCvG7vAt28TWIUDNIhwoxVjZtLAveLZ+2fPXreoYp9y9r1CvzHMN2YyXUZiOFo8g9hEk/RoeQ6fYp0LWLfCz4GURFRfCRge9w9BYQ3lLISzNoejzNrZnZqKf89e2q1rIBZG/I9Ss4qygHx81g8e/6NHNAXigJWsss5iWqVFByQ+KpncGJrFKAjDQdyhybbZFxx+xAEUXklJjHekLUECH+OGx9IbNTRF1D/teZsaIMok8y8NsCXmhAQBZPCsvkPoYd2kZgLJ78wqUtHZSxolwZciqk3BF0ygiBV/nHrnPCBuPD79dzMbGMMnCxYVl7F7xcHTr5PoyFk12OfAMAFcwj6jQmFdK9GShvT7h7zPldDSX9NZADysGgnYCLhvMHmyZ6AtKwBciULkcioL7jPkKVC6h/C6UroD+d3Cb5qMQsIrAqxmWgaqlRP3bwZKUaY/LjiyVOaW56SJ3Ls/F8beNP5l+iwCrDvLq+oAPWHc/F/fl60PHjwoK7PaMHu6R58fniL4PPagtdQY+HHF6E/rnOtKTy/r2ljf/vr19xEH9E1Sm7t4kTry8qwOvb6l+/1oe8vSx0kn7XBunrtpbvyrf/AvZxLdl3ARk8hj5Bjg1QQ1V9NqDcOYOsxsz8zM7I0MFW9soolTx6l/+7I9hMpHUTWa+ihBgAHvogLCXKvqjI8AQJkGWIRR32a//BbndR0fH3dMZAYQRGqR+xer2l30eahTszI5ubA4baO5isq1sTNN0ggZoxyXLP7xx99NGa313b2tUaezNY5YwhlITH0y0FY32j3aTht1Aqxkx7qTn0BDDlOmNkFCIC4ERkmyCxmQng9Y52IKM2PENCtrtNNY3NLS2Y6+DZuB1/DBvxVzJir10hcd7QQgVAK+WQQH5lsMB28lVoy68DG59mg5T2MN2lhB6qJphJxXz0i8jt2xRh8hurewk4fFajWb+0NWXi5RVeZanxx3cr/jpICq05J30yNW/6nAPW8qvr8/VTIo0BieIeDhIzIsIlu6PVtCRDE1UB/7kHnpSVUfOj+zoXgBLF+0UMrPgnR647xAiAA22VhTJLvmaFQ1/WHgfR09RayDg1aFdc8py8w0jH8v+zDwRzV+yiURy69DAGD9nQ3AYqqajNxCS6FZ16wOFa6AUB0FDH0yO0T8nydy7f5aiyYdL7Duv2FLwebMQHB18ybqr3xAGTWYhaxgQ5f526aDMVeIJxIZyQJx78wGYjagxFo9/LL2ve07WECM2IRC6Sm70st2Jw/cZxN0UOee8UHX7PbXL4cnM/tGvM0KVVU7p1NGqooH+vr6BtuNdc9etr7/seC8aOVMrrLVra1vmywMsApLueOvXJ5RiWdvkqc28yhlMONCMMEQ/DJsVBJ8GPn9hDVxqIuOf/sya7tjHWXllX+BwPb5A758LGYupHB8ZU1g3OH0IX0fLyII4+1is+RvKwE985DCselM8jVo2NsYQqnXpcCJgxR1nFLrxe7lwZFOp7FU//FXQ9tgbUKKV8sfdcpfSu0e6Cwubh/or+JvpiLZOsNVOERoFwArTGwpB0bF1LCXdYQZ1tUAy/1D8WPRjXb31teiGqoghLlGL+hbZbGkpQB/kkqABR8xb79EkhdCyT7NfJ3vKGzLa06/990NWG5qN43g19a79OmMA0rF/MbHuQWnQexvc8S1dSu4V23Sy5m/JOOxs7bIxuroWqueJED9737UDNhQ3THAwka9eGdymLq24UbMS+a1je+m4aTAZqohA5aexnnfFzCratx9UPf+fRV4uy2vGx6o9l8YTJmm4Y8qcIwz/vwbDyqiNl/GHTrp1AxFRi3hsDmnFOROSJ0t8IcByyB0vAKVStmMphCANcFKrDhlYWmMIAnjFhDR0fIeA+ksMjPfgIGlzg9cXt28S2wH3mDig56gnhCANb8NdpUHsVBtY7fxJe5x/FmHGTqf6uPGP/4abaiCyB+tnRQJjWV5bCRZdaq60jbOdA0RrWF16/chhzQ9+alC1fmaZwVLpVVPWitw1TYAsLJzEUcivhD/ZbpXiVH2Ggt7FJg90jh5aaVOo3UTSsOE8TaqK+fKphHWPlBMYPe0TCMnji2EOeqtHcRUpbBeOkCqS1SWj86NJnqYnO4QXlEM9jF9C2HHyhAL+wvl1sIw5mlJPoiVZBoesRnnvLn4MsMUbZnuoCZNVuk3SOnmM4ZjnxkZkUx/HC1K8SjlfV5gBRhYz+uqPlgdUr4MUAyNcfqsrobGBKBWUYVlaQI9OVpeKb4+YFHvRgQtvDVv30adrikSbv0Dl+fbpz43YrK5YBD7FwAQXo7DAU9BRZZrltJ2tOIz9RIHrCPa7aPJG9+xuYOU0IRjvUQqYI9kR5j/GTTj60ArGlSFYOToXnhEMt/ssuVpMkdYHV5r6E4IT3FfCf1o2lCggUNtG9p7Bwo6Vt3Tu9+miC01P29onNrQX4bmAMAd+vb5B2JnTS86H0BfiqZQ0dDbpsJ+Ho4Qhsnip8WjFS9ru1/mFuL3CZV5RtMYg6XQAm3pzaMj8u0ipjsmDObcptLyQjVT1IhCx6tfifP55u7tmzeTwAdlLWKPHbNSPE2ZnJqRRjNAE/wlKfMNdDmAt4L7gbrBMMzilfhDWjrSmSqgKg/FwvHJLAYDsUQIusO8v4z7J+q4s2bMBFh0PtVzJElQUGvXtTwy8+lwdf74eH4eM06Z+2AuYO6+unpwOA3mMT7b5Bu2ztcNKshypKqyqte0XMJkubet732uRhY8QNVzzg2WHDulY+toVEEuYuHCYzlG/rZvchj2IxrNaetlWFxOJp49zUcVNoyc1AxYPF2caPXHsygsP4KMmqN6q7zGWJEU2Gzc3xLRwiOeVVVeVJTHjLv2uyP5weYLtBq+nqcHM2VdY6dLRITBrkGDfQfMJoXNuDupOTMBFmK4aAFqMNdkZ8jPQFZURW83Xa8HOx3CPVzW98LAJpzmbNrDwKyIAAu6eqZw1v0EwGI7eqIayBMTA64U/4ErPKr7+7dJ0tQEuDkMC7tDXUaHHqNI497CMAsF0VCHIfP2LWLVFnWTMpnuxQ7lgMXeYXMoSPuQ8Ufh45jM04Upp3NxctfBjfnPxw8av6tsNoxFbGxFRUQtRTJlkwzTYrykugmGZRI2qg5PGLRCxuCwGpe/TxMdy3QwPDYLmWZ68cyKkxBO5tzG61JcArEiH9o2wXLXDve1t3W/rG1XOV73dj4YGRYDyCs/f1DVvU9MqK2tkMsTU1PLL1wWirnnRMmPWpKDgo+eU20uLCysLv+f/11NS5uYMOkKDUrWUVxCnQwA6shX5wNmgFhpzKBPXS3H8xeJAjk1GXJ7eVNTBpSWYWG/oH5S/xpg2i5cv6BdJDATVodhhH9AJcxhDn+HPp24JUSINO5/XT0OInBEjYH/Oyxm9N5k1fLe1y8nJ4eHWwcH+DxOi3dZSYkJ9hbTI53tqmTpB6tKVfV6FNzoWKmjZaC3IoLgCizIhg9tIMfIjs5POJFZqnNfkdNhTA7Li5H1yNkAjyFW4tvXu7N70MRPwjwYD184/TgXt61SEtkRXjn2P/3G9ZG/ns6dRM3QG7AGPcVfZBfF/OXypF5WqtalnclDQaHO5Zvx3pTbra/wwMLUc3aqxG9xgMDEjUV364E157tNo5QxePTGkbnFC4ISZDBtzymnW98baqISnjS0VxnzIE+WCnkBDT8qb9MHyiHKDViGXJaUY4dPZJjs2oAl8EoZwyg8JSU6UPH3U69oeXmuM4C5AC+1xAbnwtTcHjYoejyQRrbnpienpt+h1C4Zb5T5N3qCgQyNviJ5tA7q7oeRelte5/Tw2OQUOVnNba8vkw8oWDZ3zocrgFVeFY3y6upgR0ZeGWQxzNgLI3MrQCWtxlydU1Nemp2B6/Xu8sbI5szkuy0SzIBrAXN1iA+hlBhax/CSIGwMOtLLmMvcsK5pMjNlPS+f1T97WTFo7Hz/uqVlUpOkDbP82f8B2vnEt6kwJ5PHRCXm6GQhDK7QXv71vJYq23DmAiMh2cz//L+/EeNc2dGcL7pkjAQrmCaUhFi3795kXdyvIh08GzBSnehoNvRUygpMha9qDBMFBWlK4FUHKKIB59d3k97kKzve3L9/CmBpNFmPpzbv8PchPfhFiLid+XpI7U9ghlg8S4I+3nnA5AgKR9fS/sj6zt7M3OTYODzkBDEITieiOlbWix1V/cY7+qrOMuvg+zrp01hp3kAvuNoxfL5a0f9htvHCRhtnLwPNNJHXcg3CbBmHJYJzHCOing249C7Ep+zPjb8Yn4Kr0eY+TWXZkDTZtn9yLKz0vC+RUgzJAV/Y+h08svA9TdAAKBu3F5zzxxylCPV8NQLKw80qFfMT1y9DFC3zno2Yho0fG/k/a2lavG+lPgbT4lkqHS7UTsooFueV3RsZGB+/e7DdqrrDxSqRZQNFf5pv05ebBYWzhAGWrJoBlryc5u4GANZ1WzW+io6JsdMFtnL02bfuJ+IVmtkAG2Caq3uqLLgNj63t02Te4cJIAjQ+U4Hz25rT7ffEGYjuBS6Nvja4epEzuUCDH/r0dalrCBwvZr2pEJiB5+KVqqxlYPRJb20RrlpIOhuAgqR9ZvQe19IO2SNgfoEhtbkS199jYyuLW/QwN2mGJ8FmJVBkPHk8tHZnFmV4yr9YK76EwzuFz8syCzR/9IKt9zKxt32wdbRt9G+w/WXml311fUVRiWjcUQjLY+zVhhDwCvP/z8+LuELNbdgniQZgieKZUMY9unocKl4pm99k/pIkINZt1hM+jk/DuEJeDTUNSQTp+05YsPyDGOdXNSZUdwMC1t27BR1oLe/fT/JMtO4WMPxjR/j4i9FR9vU3LL3UvOuJD26LpT7s0jM+yh2ozYiaA40zhopock4ByzQ+BMWVa3DAoa9qKG571t2SnGxrr63Abg7PaXpWR0T958P3xpsXzq88Oy4wN+gd1tWwCsujIalfxlZToQCnD65J0BGT2oeW0FS7M7KnG6a8lN542zrMr+xs/OdfK4Av2Z3nfuopXGBczHd4VqaP/T6djsY9sJSS+doKQ+BM8Sk7LLOkakrG3m1xydTaLOlcQJKH3UyJIbRgdqJAEj/h9AWiNo0IT0jthhkOEYP01sGsxFeF7NN8JXwZByxxZQaDL3kPlVvXrrB4mwZlRRM85atzYSovZ21P9K1/okfEb5JxvsEjgyQU1I3TXVQ2ocSJXW80TbwYco04xTKesZFUkAlHFJM2ySSID17M2vgWBeIeUMrKfj8ZIbFMskLwdQNgBZdlsOmrqr2XZOJE5k2gC5yMfhfhD/NMh/jYVvVXJfmwsBF2ZoFpXrgmwOcseyBl2kyenwhaoK0YEpv5ec3CkCo0yCLWnbTrhTazoPGzceAZAKuir771+fPWalCRDbnoAh8lJEbwWhghlJWheDbBMbXO7bYR7j4PBFi/CkLky5lTiQBAv4T98gt46+p8zLHuUk8YH6+0vMpoMsUJ+ypqUtRc7Kxuhl7Q0/P5NoSZzcR1uOs1gr+byWdifBb9ZWlEWKU9FrZgwa2Sf8cwRm/ForuMmY9TRMfQjLf2Qev87lJh51rX3WDsGoSgZLQqr320FRE1DMvpLo8pLSzxch4POm+vzBBOm7zniG5VXZPX8cO3e/TcxcMDcNsqBAINSatsxs62zwdqT1nlhcHsH4HzaVrahdA+zTfXJXWAe81gRotsknle156tfdX5aQVaEHdADqJ24w4Y0UPY/DUKT7ZMQ10j4/yIEXhnY3Blc23MNRouw0M+glhUckpHj2CODQmPagfrOls6G3pTI+RNFnzZ7R73m8IBK4wmWuxNtqBT/hmAhYbBjlRDNPBsGasjQyPypJT8dMTCT8qoDkVbkpR0UzcOmTlGr3eejgybJhYxjbfuz6DNm5z5tr348RtlzKPsZWGVpoM5ltZDgIWlnXXv8HcrVwFyflWsT17fmdIGFoJ13eRpEUEmP/wiMUDtQDGNx7g+W1E28LK0hjiCOlywn3c6YeU+vQP1DpHhvd2RFVi+WNdXMDsxLeyWSW+ENsdK1i+h9c1s/Ky3tSH4IwrOGkVZL3voud4kYWNZzoIBYF1UYZEI01AyPuIaTfTYA4ULLu4CYF3BTU/95pdfGFpjvYfd321GxYoXKQt0pmPhFJ4OVah97IB+MPPm2fSGJGAeLQg9u1/gFWbwDEH5QPp45VB99mwH9KJRH37/UNU22FdXzEKPMZi27k/6BIyYNAvY0xnbB97X9rU9ed369nlDXy3oNqebuWjkcFyoXQZeFZbLhXRsezW7SWlj71MQEbzQY9bbOAnyoobXta0ve0BiLZhoJmaayOvXcv+WwBxxdanc9ziDeVTEBUiAwOUFFFgBAAt/leaBtGQyNI4h1dOBBy3Np6xL24sGQcI4xo+dAZpk4iTbumbn3mm0l/OGJgNI+SngUE3JICu1qDYLT1QY6FuSiCga7QVY6JwKGVMPI61cAFbp9QELj157rnsoQp+bTEZkPrtE+DAifiJgwSUuRDsYcBFe7MBZC4AF27GJd11Spks3uvKsy1+/DDlcS+trUwy0QLWBJbVUECSmS8vWTz51paf72LbcuHdOM5hX9zrLh7knbCIiUp9gZa5gpliRzBIyUW7PLn/VVJOT0/T52wjCHuA3SkzrSHedxHCREYfBzAAFfnVhhCS8ofDe0/WzxOVq/Ox4amsHSZVJt+wEWCD7oEt3czPp+f7q/KE7cX8W15agsEpM9FeDXhmwgEy3+XfPBHsdrg38YU9bRpy/M1QpahAxoHmDnvDIv74CXjWz6RbHq7uoryboGDPEYgdYqSaJod968Eyh9ZiNmqf6u+tHWxxUWBBela2vaExe/ur0QBve6xzsRXp5BQ4WyAJFqUQP9KIaynvEzCMk+MwdcHVkLvVkVNlpSZ8UVugzkWGatDZ9LKePcecDwivXKIlyE+0Zpezeya3UpalPw4bYL8GgnuZZ/oiFb/kEgwWmeynbPJg4VgcI4AZ3pIBzXRjdZ3KEhrr0AqSudSentZg0YmLwyRpnVRQt4xqZfKG5tJU9IUON3Luo5CeFylT6T8kriynMUuP5FRhgMXZtCg97xoa79GozLG8dQDQ9YGT+UzYLoX1K+E+usCSl5lCLUODQMOv0nm6Mo8LiVhq4GZAzejhDKKB3de1+nJlaLDFpxnbdDqaQi82eIF0nnVvD8NLqPLyAscfzoooz3DOSL4FXW/QEMm7aQILh0IbbnLnmkzNBa6fexpWYkUGSnFWukRUsFxe/OaShZFPAKWeP5qRQnHwoszZUMKSJsffgTKOkRjyJ93PXDsQSu4n/PkYB1LSivHLO7bscVc9TI3wVHxywruRaLBI1J3GEAYP9DeSBIiEu57xkQriTnmkKf0Expe7IvOvGKyqvCMI6mvlU7THPaPVBpzivZso/8Et08MeP0WIFwcMdolXuDGvBMfE8FmUaA5rzw/5RKONeJgoOS/4oHtMkI+eh8/hs0Iuj6xDOQ0yGmX3/wgyf40eI1V2sIHpeLA//JXAwPqdFbUQCTYZp84HLXm7J53Zgj6moFHZ+5C894Xeg2UKAJUkpIq1rmGCJzuAVdrFv0jpQ9CaBuUIgJCtZmHXpuY7fts1qR+HNRjqOMRmj4SUmDLmSn5quxgdSPWQodru+YiZ8nj8WAMtQwwEL/1xSaL9SgeWttMS7ePrAFnuBqQ6hhyk/F7JisPMODbBI1z6vnctLJ8BawKRoScpm2hAmG78eLlO2FQmlEcRXvLn11ahn0mnCqwf7hycbZDz58B67LjJI0LfVJgTSITHFJQRGqU/aYS6NLu9OZ2pCBG+tIHpq7Xx6I9ld9Z+1DGezLH3XGIZccO+Q3rjQPFmqyvs+hg43yfD3y9Zn3c8rEuklofnDbcaGlgk+LtgAfgPr34XUCfdnRjpcg2Z4btmqd9TVoko/Ux5ftcJCgXWXj/NvgsNekJav9AzBggGgCM1KfqYfYIH/nq/G97op3G03Cf+AVSi5mk8prL4Fm9A04Tz7NZ68xPqbMj7JGRmCVEQqYd1RMv5OI9ApGtemSWG10lncUvccMhNWE/gTNcN5oOc5Ex0Zreo9Z02SUSjmhG5fwML3hp7G23svFsuz1ogYXuiGe3YfFG7FIMtrfs4AWW3J9i+xWBQshR2MbB2fIfmKSHtAek0agxFisff4JrJUuxxkmatwTWlOzzasbRx61y7sTWRhF3LOgkA3eKA+hgvCO8k2d+UWMbXNnrdVACyKK+HH324PD78SXrnHGgyvMgLt7XD3H5lfocj6mZBFgGUIqR8kYebqwVcjVUrLYwXzjSPShyyOPV01e/i1DD4NJDeTSh8Y9064zwxUy2TjNnJyMvKAGsKLwYpwIm8gC1OhgMpJvvCOSUFj2GIs099pSfXKkk1tTxZwKSBguXMCKPH0HZnUXoRYmMt+X6EKy9DzEi6Ob6MYYGHih5KpktIemLMCu+P5AhxTR53s1CyVOKG6QqxNenJ+fG6r6uoc6E0IyP+9coWVf/+umwF3//5dTvUMQcmTeZd1kbjYwhD7ig61Ou3m7ZtuAmnmG4AfI3cV5AfUNJ4alaZNxAmQdRpugYn1u84PKuzyi9s7q1pgsjF/MD4zOy0AVpJmemkXQY6rmx8wac9K8XA0fZE8xl6eU11dXWk4EntY6lSY3AYDNjPsiNFFT49aeHS2hStQ/OoFesZlDXgjViQ9EIGPMT7iXiq1MnIMXhlFRCdlkKXM9W0KedWmB2AtHwbCK6xu00gLKqJHirfv8dQ6ZlmwI9wYP3UjlK0sYXZ1Ee/qgqswmGkoCs+eSi+8AmCxSdORZwpPd+/VyyuG9SmBGsJTnlwOY0r+NMCSSMpDAixQFVYWxhYWNh0UfjU0BVO7PelDiHaQAO36ejJLcRRMeOya/Xryexd3pmG2k3snX0YehOpLpVAV92VFnbMNpaUcWU8g2Laupc4LsCIS2lQ+4ukgiGXcHsYcazdg7ICftYyKrBqQvPH3825MWxKZMwSeJcCwyowUr4s/oiXk9Ukh1AadzmJhQFXzqjSbiCmtvZBa1aYGGT1eGbCUmUKFlTkx8ebNRHMIih4cpwlqCTGnb26ewMqQuj8AXYebTXr3l/vE2MK8ueA+G7yrA42URUrOHDOXZ5vpbMarm49FnjorPq7kP0htcbU/ef++9wfqK+fcbl7XZBg3s4Ody8cy6+701kr/f+pbIa5KYZh15iPHKoMkzIzgxlfRAKybN+8mTaS9uW0x95TKvQ5peHQpO4myark/dQpud4RYXgOHWhbo7PcDydbHnt2j9N0pMDXgRLbPgWMssVHQppiE0B/Q1R1v6MkRj2oWn9CEdw4G1BbrNM5wzJya5WgWPk6fF4MgDi5C9Tqc5mBlEn4nuzeYhfO3KazSM/a6Uj8YJSgJGJMQC8Lc4JUw1gI12fafV2VhIx/CDIuEA7tDRqMR9qIkFOyazIS7OyeHsgLLlU5MvGTIWWZOtn7vwhjxDgtGSTf+fvhpF/EpbnSI9DVqPoNXxuepCaEoAbAISc3KeuTtWFRni316UXYcECvvIxBrZVmVfC5ikcbn6fIwAAs5J8UPqpjTIQcsUDfMBFiPHqWwIgvHCslDTSCuW5B9QxtdYrIKDDqhhwAtI+im5AqAFS+E5XAeAjwWcIXEihCRDxbYVqCJkqSHARZG9RD3UEd4kwQ+aaiqfnUrqsMmlGe/LaFeZsGEjNIt5PZXheJMWP/1HHvRvJtfYk3VW1TxMvvvErHh70E0iBvjSVxwCTO1qSHVg/Yfzj/ZoDKG8QwDkKPJLZpyckHWLy2ttlBvdXT7LoZr+bJXdt9ziJa8ifc6PWcAiyyIstCiRgp41fk+4ewckai8hFj2cplvECTLHTL7lVjUZ/Y7VCNb/vSOeGKaZHaohZ5cBCJJkq8dwyTYjHc2VmSef00pZiGWV8F9bY9y5IERKzzc942VEGBhcsZ/o2vYv8Tgvi83WyyFlT05uebzWNOguFqqy+3RP4lJisdYzUWqErGsZGyJxkaQ1XOZoHEaAbJjRilzN3d9PVxPJ4cQEvGdbJ3sQEz2NJYZGz3Y/XL4delD+0CL1DcAIz09MJ2h+EnFhbJJt700FJbeIBDR71JcRFdghttlsyeosRhinQtYiqcbTlKAGf6GERFtlaI8gGUwVyNEEA1LpdkMfQ20gRaNQWOxVFKell3OSOxeCoXTmO6onwJYtHCn6Bs1qqW7II5S/xEf6qS+IxMzqkyibBEq0QAL5+o+0/YwuSFVTJhf3eWTrqQANCNepckqs/FbQrEoz67B/ZhhVrqn/qCCNcmh7owgI3lZYe7LJ222OztObM0YCYgMXFsanrQ21dhR5chzzNV4BOP9CnRH48BRgAZy8l4hQgPkFaABZcJKJL42meGSGoHoLj8rCU6k7XKbleRdekcbxD9n8Ip9Qrfod4GNeb7Ij5QlUjZJ/JvCiKyGqjm/0EgQ3pQTd++z+srzTvlwM5BUMDy3oXfNlJi8/+WFki5/vwG3/4R7AiErDLrq8wUyDlimzEL+Nl0dsIDu5FnKEkYvoo6h6zgy52RLJEEMTC8JWFBwVxoE/ieefli2JvnpdWWNcyAmC+LAyHsALNccAOvdhp7sp6Szh5+KwWV+YF2aOVndmoTRIklawfwsw784malCnvbL12Vezs+AMr0+kE+DtPh1RUgW0FFnDSyQDfS8jkT453LXmY2EY+RkdRWO4slkqxocsJKf7rP7Slb4EhklAskiPKMyzB2KSlF4WuZTocGTJremnBi+dIj9ywWaKQf/tS49dKcyCYMnEUOO20TwDB3wACaZd2lIxUZQHXB0h8KQ1NNoDSfSeDaFyFtTmHl2MkbUiLsyXQ+Ni2LQjaX0VEL+n50LYaSGezyQnhGlU0ZOoaYaPhRv69s+IHso01BZKIZjCpbN75+9BalADn50huZY2SwTKJoBuNEC2xzVD8rYHAtlAQVogKKjcxj/QdcUgFTEzOCKYF/Z0tIOT/SEs3jlNmaly56Tphb5IpZaZz9TYkU9ez0cdxorS2tUuCdOhN33fr/ilRNn8AeZ1EuzLy4uqrg2gvYOHpcUt4BacLiqrta5sUJ3FqgDT4AEwLLYr1HvsLKNsQtCTt+EhqqQAlEkPwOxMG1sqkaNUOJ0Ns4vkODFB7K0pBq+81AIJQVgoUyxArBMzo82mlphRfgxr8y4tPP1ZGt1/nDu2y6S5IeGlnY3f/9y+GnEmp7MACuWV1aCR1tVp/FsGKPU2NcaFaJnfVSAQWBCVncD6a7PQyzSLyaXjSzOH6wVP4BYAwincP8N77IP9HxF8sgBu1V05XKeF8KmmJXCHSOmm4mEQdUEVeiOzlF9RuD1Rl2zJSTpDvdxAIc6iQbiBC1v7mdewjyLJuLK+7BIZgaBDLPYbBgUeCJQMqI8qrc3KMLcm8SkN2eaQvqK+1jS8dU4WqlqAxzpMcrIyGhKE7GjW1Bqzy4trTGbWRUFo/GGMYS3VL4yG8qzwcmS5doTBWyylxAhVd1hqmxiBgTBbujwlEfR2dWIyIhrbpIEAKweFq2uexWIBclTExDZVwsyZcoFNxiyYizHvoilhtrJ/9sm2nOO3TnYZIGPELR5OIT4fBrx8ceNZ9MNZKDNTsmChbKI3dk6/Jg3jo+9K5GRnAM4D0XKqSEmSP5YbAqIhe3oJQBLnKSzS64wUyKXU/q8o6msrrzkSlNmqKSH0k+hvmNQAArd+4Fvk/N7XbNTTqJ+IieJLedhzvjRCsIChA1wm6JNHwmj1gBYJXOuSBRYI1sL377vTX/ZQgjdytbB1uHJl7FPnz59OTw8+boOUEgG67IBpq1eomZrXe2z0TyF30Rc6hhMTYi4MimW9YjIeDReECvOZPq7i/ONfzU09A/2Q9+eZwvwV2CVZJzRuE0sw90NPwCLbildJTZYuTkYrmRTC8jFnld8ZoXaEionmgmiOijkBt409wlJyKxBeRlJDwZfJBIUuU9UPF/E87wvkSCn9sKrsF+SmtWBTANvWsqjhfFreJNMa+jJJtPUbBmqPUyqlZbc6p7cagpFZBiQ2FqtRR5eNgArqwexaeZst5NZTKn5mPddzbqcbEnAd5EmTAhhLS3sAF4pueOVb5UUHV3NAMtSGvhjENiUREW58A5DZYjE7Thv4jt+pv+iS5JhEbmt7VnE9vHJx+kDk/fMD94Vx5Obw9oAEq0QKiyWpLS4tzy0vLNAtl5gHk+POU8D5dD9SuQeOkFgpD570rMZYF1D8cxsJkubckNa1fkiFni+8p8yyCJvHIk88Vmbce+3Pb2+a2QORgwmvpbQGv5+3T9AB7sNSbLMJZdil2YysSZcWJYmI6Zu/nB8cWt168vmcvHQyMzUySESoQ5PPv2+s1H8wFo3UKW3tff1V7mtRbGna6978vZtbYsfYCnK+gmvrs7iF2bx3XXnz7JimRT1o3O18Y/WoqKsrKLa7sE2oFykv+Go9TvsRtmn2xQTfrptJx6WoSeDxurEOOSzqlspAUgqPxewIMRB88fm4+TXd/MmIRbKrctIENGsgYbVfLaFpONJ34fs/TJPJdACYAWaYt1kjRkjn4RnW/D0r8QuLcVeiAqLZa5O6KphgCKUQrA1sVBZlVFoyLmFZ7PJXZ6xPVbOBNMr4mfr2A7cb2VIRK1bNOPFPBzAllbO8coXsCRmBliF2UFOBBOtXPx0Z/iL53fNfJxnLEhomtYkEJe8jn6HJ4qDJvPqkw1H11pjvtengV/q+OvQXiDKQmDn8Jtu6S7Xtxg0Y/t4lsJufBuLRAOEXV2IKXbbquiYbah7ZXZ2PRoEsCwcsECPuursKju3slAnuwJlDAqRn6BbPM1eS+hu+bb61RWLFLjlkc01MoNZKdHKcl+2wgMSkRX1T0YHoLcguwz9TAFZD4+o0m17W+Smdzg90mUjdTMLhNrf31gmVwa9qv1Z66CxBSrm7jYbzYvgpVg8WlsLX5b6Tv2dG6ebQ1Q9Da1Bpguhm1ww5/rW5+2OcyCL8KqsrvvPEpMlNwOpO7TBy+oebLGdYhYPh7F1bfMMSuxgon0BS5fD91oSyU9w/glxhhUfn0bjKhHxo4BYWPDfT1Nfclgfr07LvPtGHRdsNsbssk4tZrhsJ9CITNl8M1fiXjSFQxYD3wwo1hhg/co0PMrCcmGRR18ir9FoCzNSMsywYiKlOKJfPXtuhLxa1GSbQHQJhK0yxIrxvUMJr7Scx1kZaMEVLRcAK+P6ZnTMeaDUoBYQi5GxRDo/PMDQTM2KMIEUf/ylC55hQ2NKb3ItKqxPQ2WL3jLKoNSEpCQmwkUMQRh3KTc0Lm532Zg5TaR+6fOPH6/JOnqg749GA1yhtTILyZ6ZfpkXXCFhgRuwdDlXACzGOpRkm49ksqMrppxXMkOc67WFbio/hYI0HJ7MwgQGOaRQ2SxvfO/7W4NHZynJdbl5c9GTBvpD/XamCTY+c2Wq5ZMt5+LUzhCC0JjFXnIsN/HOK+5sQ8fVmyivHXxCXJjezrIH8PgwDoKPBEFzVGr9gD7Wm9/eXp9wK+KavvW89EeQh9EmDT7G0leB62XHESJSWzg07mTWWPSc+PPc4pTo8hCWODY5YHnvygmwIAqpOev3c+XaMETAiotvRmYzsREmYCUDwKLp1WW3i81sKxic2UXlm3d9BS+IgG4E6g4kXXjeAjlCeWAFV1meXcPCFIm9pKy2e50gGJloasJT7GaINeie9y2F5BnVglgb+8lqxlX3Hc7SjNfAQE1UUB7oGRFtZ5VGqKOc8x56bJ2DtrDw2NMWEk76TrXxggpFcacl2G+QduA5vr4l8vnEHqtPlhQwgUy6ELCSGGDB3QH6/YWFlZWVsbnNZcqaZpKiSFfbk2etMC+pePbk+bNKSsI09PAxFEMsMX+qhgxY+NuXL3W4fy1zxbjIVjFojUVAmXK9R3yEZ8yNbL/edwcL03DZW5sFW8TV1lf7Mlej1VVnU0vEk6rhXUFpYdskhdIuVn3YPvyy08n3guTVR+4ztryWuv7R7tqsLMT9yOURj8j0NgqBHnXtVXDApahphpK9RsVT8n+hTK9YpJlVUDjGdcsVTnlI7a0LNspS6F11vQlkYpVjIRru6W+WBTdschaEga6ezGpjHXvMD1tsoId6tLCiIMCCW4M/ES7q6sXhJSqs278U8Iwu1FiUgCO6JF4pCzLPo5eiKSM2qX+BFYjrnm+2n47tYpp0JItL0ul4t8nc3c2nbxqKqEJxJYZcAmBhYltS7jX1RVZQ7oQg9lErsePwvaVjCK9k3CxCWW0/41BFh4nlAl0bsKLc4SzUqfKXJECSKK3U6zuDup1R4BnMo776Smk7+uUT70xs7r+6r6qa1ISSU6J5B6PMmc2R3aXlpY2NpSEjJaozbwlwx/ret75lV+LL1qKXNT2VlblC/imW/IXAL63YHIrGJjzDckQLSIM55pJvFBVXWNRmN+muw8mXWXLZnDL61pXLLEETRCbg9le5JTLaRMCw9WPnwJOihCgseXVUY5GbSoRwPcqqf/5Dxnxd95a/HI6gcELG7w0eIqjQFzeM9lKWGBXtUeTzHJNIwq0osrzo7uZ0b7otEl7rY7lVlRUqG30f8OpnbBAEjXTW8zabQhFQWT2aBbyCqS4Qi2os7vfGUmqzuvvRqN5xtbd35gGxrNvcwN9QKUnhvrt4icTDEuuEx/yVB27e91aogCViflUU2qxGQD1YCMrLGWgxVmPaeflhIi6EO0Wsm4zkpTxbyMUrzTmV1W5nE0xSxIy/6jVv/jVT7t6a4ovsGsyIkbhILSEJ97JrPHnDAmm6ZsIjT8xs8ioWKDmFDfO5G2hBNrMsifJjXYfzzgibM8nPMbokFim9JNb1UVeo9mKPxoDKUd7sNeOCth+VkOvrMaDa185w62NV5+hwKP5NhsW/vi0bHVhb3yPvLm4ax71wBmqFXD7mdh8FqT8mqMKqlJJwoLs3mXSl4RciVng0AyzqncMvBViUAZ2RU2kuNFuul2pH5s6lbJJyjeMezmu9DChLmICc0rv/ft/KNna4k3RwMC9lhZybshkVlcMmf+J321tfrcmCPxVomZEK60BvKgt6ZFDFX1QMq6jYmMxD+MaXFI0OGBE/N/ikt3u0vw+N4s8y+4piNmZFoy1wXkz2Y9LrQRyEkwnmr2ThY9Bi+kv7HwZziVEJFbWjDYPdtbX1TxqKi+t+GJiJ6pGZAVYUyTmYNMdUyI/bVbvAaB8GXai0BmUBG8qSXIb8ANIuiVe/0vgrU3mRYzzCozN/8RiR/oKNojLz7JQeL4DiDQtL+bmxY8edmeYdVhj/uMMu8NdjJNTQwYKJAAuT9xQa/Um8qAm8B8vp4OIenP8JT43FyyeJ3cycTpmuTyIJoD0ML+dSwuoMSfi1oSpcQCx5uafGIoHOK7YniGJb9eyMHKWnX1TPN+RRgbX+mxcxi6F2XNz8jydw0TFrwHllF/47aDelWZxc25zl499I5vpGRGe9cZR5RArvB2Wdn/LXoxhilYOPJYYDw4WAJaEIcF7pXGL4Sobe0XJojq+bce4mvIKbJ7nG9J16U3t2U4/lyCsu29KUKNwu8hyNlkrtlHC3+jgCdxcDrCRN44tdPXMZiiSTUL21vZ79ncSIiLPi5cSIRN93LxyGfIieBplMkvDI7w+v3xciSLsf4RmcGoq5Gqo/+AIOJiQSKyoqhpmOIVXQAHOOFOE3IwV/SuojiDkSYxJq61tzZJQRi+d2jPDLMxsTmJ5UX03iLtxiOMgxGWBNhlphMfIB0dFvCmkRaAvj1epL9oPxTFCjvJBkCktlT0oFo2134D/iAwkKMSMvIF/xRykwVBf7fuv4+PzyjOzScuJ9xKRIajQ9hF+YNPUIOBbt19TBTI4Qi0XNxM27G0a2IERKMfGvMMpXh2W7PeF8q9vwGh2fNmZIrtdopISz9Al+KuTZOiXX3hDtopIV4wywMiBwUHrwyvRn/WBbcdkyOS77elrEx3WAcUa+WzDd6snNzc3JyS08OsfZFyH2LxYm1/bW9+FTynIPbC1PaOgbccsdcR5xCqqnPIxcmBOXXozVoFxybxaZ7lKAQX6iup+FVyTWgbjhqgyHcIw8Ca2QOyVmI0Ex7SDCoLsQiGJYO5fAtLBcWArRsSXA4q6Jmj/qipGoQ4ild5FbSIKHYnkWRc4wVm89QuwiHh9yya2ffPGFYSpupCrCLMSiwz7LilAWakmF10dmq9iwa3LsKSnu8QUqLxg0UeWNr7Lnso0KKMXylHDOrg/HjBPVd801ng9E2cpoyimVh1Bh8RqKGyPkF9x1B9QxyLo8Xr25HxLL1C1RJKMZBK+SLVYAlAO20JA8/4jePriYmHwKLGLUm3uqca7NYMGnSHosNSCqv6qxFEA3Hh2QYos5Vj4t1h4TwUFbGh7Ng43xhkVnZwpup/m5wgTLM3gVvlE4D16X9divXmFxTr2c8eq4BUe0HNpuD2JNeBBBUqqZNwi/LlJ2euxYIT3vn1v1xyv8OnjFEmo00MGwhAZQZ4/OMfUlHRyF5Q2PT62NuOChpG/vfZQQ7Eh5akJqEu3yi391uMkINAjDZajugG4PRfVnQRYoxdEpVzFxCLfXkGpXJvBseeo8rGclt4SaAs18U6FYW8iZaZw9KQBWWJLlz97nff0DDQ3IqB7tLSL3BJ6eHQrH/pYQFhAT8w+Y1fN9YWrtkz7sCPKsecb2hr7erApvZip25dlo8HQ0XQl3r4jo1mBwR2NXNqCEe5CcdYTEBpLkGEzk4R995VNBDMjc3NJTkA4OWOChE0mTfBjIAvmuV0BEx+UKLBAaYCtzl/PjLwQsQUd48z7sZdSUjRF/DgwW5GZnvDJThpgfbWyCVGaU2hmdIq809xTCqqcAyTyGyhweUuBTZLH7rJKYAlRhidTciI8DloQomsTuEsmYj0oE96V2B3mQrjA8h6USArCu0WjAB7Kp0oKqGva+pcQGRvpQRmGcG7FAqBAKm/BS7XGHSOgVlcjJCsew488D34aQy3XQwwotJkPDC3W73GKYyb0ax/bL9J31FYFSqM/qAEJq8TCnFgjqRxmXGMJSrr1M9jMBy5OgcQVpTnkhU4sLAfRI+QQpDFrK0y0YNcmF4CmXSwREBMu0RmBiFJZjmC5cyKhmb0DUJUTgEVFRUVG3/pmLQxZJMnqfPH9SDzRNiPJ9VKHZyC4kxJKcgn3UaSvCAIvxsCSMI0mzAyqwDE2Sq3WETHh3y57TWO291A/aEsYrqZCCD/L9N2kTBafkcwqIuIwehxIVWEhFZkHBRL46VMBivIlzojHIL4qICGk6QyB+Bdzr6KY6AuMKLKmewuPTtFKlLhcZBdEeKyzhwSgv1ZK1OrG44pREIRVOS46IhyjHKXvY6ReoB9x2Dz4ZNTh8ue5UwvAr4xWkj2JmOkrRZkpdTjkk2ehiC3mNhW1Ah3tRIMkuQCaRUGApc2JYCHy1+rGPFhrvDB+6pZwyxHN1IdMBiNnW+Pl7dwVK8oiLz0h4aHdkuLyavwJZ9iVKUfTksitzrwJOsTj1tekKbWF4DIERRywCPl1PBtxOLa/kKd50CQmhGkOscN4KNxl48VHYlJiSECVcV5vo/HMX3dcCvTmGpgAx/j8QhXpMqQ4kPGKHpPi/phQBsJJkNFEh1gI9aaAPv2rfEUNP2ZjsaoPZx/c/WIWFMVBBMzkn3L5938d0+SYrlC7DZmiGWvk+1IJMx3MhYHXc514zmRPn8iYec8SKEwUcp5FTIO6pI1SjOPXV5U2FzZ5cDPqldD2v7L6PCSI3HDNwoHVgZjYfvMPD2ySiThGph5ml/MkRlShMXstzKi0Tx83l0fIephSR5cqvrDhB16MUCabPrAdv5pMWELIYfRS/qOAOCNPLCTenAZ1iBn2s8tI0DwnCXdNOAOrUuXKhwJLYX1XqLlelyDQ9NaAU/Tz3Oy/A4v1tRGjvTYblJ5ZX3p6xV9Fge9y3ZEeQ8mJqaa+xiC2ID0rx4tFISsFWs9QIwY1oaQ1CLByTWEQEmrH/l1wEVaTKCNx2hpOJrFZL79wZPluKvYcDloWHIhFeYeYFQ/cr4pWEBTKbNb54FRywRKC203h94u7duz4KDuZhdQmjP8BVATzGlTzuSxTC1xOT/uIfwrzPg/kxE10s7KiSNXFyWDZkN1Uee/yUUTjmF9Bc1GeMEZOhY4f+MWO085s53N6TL6CYqJpVXVReUX8Fh1dxmpKEfvYUllokJsCSXBmvTGpvo3pKR8uf0MAnMNui5NQyUfMrztWUlKYJXTLY+dX0HELrqPbBK+Cb0kzWEtiK8n4TS3hZqJQAsdtVBuEz9Cb9vExSeY8bsEKvRVHj/hN4RTVWzRWkIjEZWPGAi3tkqa55VZ5BBoJNFq2GHEPck1F6mmUThZTPPGMIsI4YYBGt5ta1nMD+8YsvNm8FeZXoCsHb0DJ7jmi/sYAAWO4UN1ihVBtM1BpfuiFk6YXsOVyt0VT79e5BAUudeZtoBRARspLn9G5PCo2CxeWB8aiYCHvIHBMwceHfpK+icdf9N5cZ7D9+HACxJsI4uFPULCn0miZEbCLEuAskuSaeZ4rXmk6SjdcpoIOSWTyFM4p7HGvJlNmCCxZrBkt1AGDSIGpBimOjGQBWztUAC58MdXk+carc+BmRquV42Vyho3aXWOVp7gIrXl3KCqyaDlGc3wArP0eMv9LDA1kxoDNcrXuiI/bT/DrDITnggFUeci0a7ZnU/+wrKYwiey4NWfjsq2Fl1MSd51g/Xoqqw0BsiehTH2CiN4jZMy7GXWGFkUCAj+L/ixHr/P4TBwncWK3hDGJ5AEvGc3JpKIy5seEqG8KICM5lKTfL4Hvn94OCABZ0NEm/hCWBbhVPJdKprAP2xsoQe8EOMqMT5U90UO6emkIJL57WM6v2+7zrvGy0q98Uq9nMTQGovCVTEnl5mlqwOOA0UJGJBYF6rd3NHLA86AB6b76IgMSjImTlir3cLPRvjzuI2WU3h3HACsobjYg4TZOJ8OZTcKZXtpjM6d3ZzY8FQTgbaHVYMkkgSSWeWMjze9URH8cwTCQKkzOBnUUZ5wdY8WmlWDGiKiQXC3t5oeHKG7XKUnn0Twp+D4f7OhdW14RUYUWxQUipLuwfumSGXBoVXu63C3e7YwrlGd1a1AFqDeacV6WC2S+8cLN7DJjfgJAV7a6waONvl0Tf+r/5ooYlh82x7GcAi/f7MvaQRH3VAxEAQ+hLcYTDJfxQ4FTVWLTIMPH/+0EAi4iiqKtgsRlPgmdSb3HESgp1gIXSjGYt4Hiy/2wmm6tQ1osiStYhoaJaqb4OYok6yr1vRbyFksJ8tcgjdyHI6sCc4fSLJKhdWE/IVYN0Q9otQqcGcYxQX4EfVU0MWJZArTbTDOk8wIoQOCtspHk6t4mIEP6fENBuFnnbHbMZvzswLZ6poNlL6mCCvfCYpg6Re3WYixkTeqbm0wLrsTDcEttrYOhAnS3G+ZZrLNlg2pot+TltIfDf4DanuRiw+LAfv51BFvaPQZbO3FMuv1RKRbgn6yja0ydJsnPMMOHRagorqxnfDYy3XLOB6i5CLHeFRfJrSfT/7YhFqbVat0rHe4bFAYuNBlm0rYl+/csNsIB0GTyfJYaaaq2l5sxmJAhgEVGUlnXkXkUIcturIQyVepX2hthCIvqfHeRyBcDKD6FqQk9IjFHR/1fdt/Qmrq3b3v8YkaRKBbIAK7buQkFCRFFk0cAyyA8kCywVQkK4s6BDg875A/R273ZonE565Bec9tUd3zfn9AvzTKWqLo2916pVITw8h7/HeIyvVSsWPR2WzfzAoDnfbseakLuISJp6uzfPFFk1IIcSw7QXtPmZjuVYqROFFfGBhsGAIJjxSvMdvplE5YAlFZ7fS0suJVWoCsDBKlIvZe3qKaed3QaqCrDw+3uzCrvqdBK002WqYcdthuBEoOvF7b8wbS9oh/dnOAM41LNfc8wqpmDYMlXnMj4thiYL4xfwGI7qpZG4KuQmV/XwhfkNc98XOGBkeMGJVYZBFC38H6lPU8CKwmal8hfBz/dbEAsDUWAxTQC7aavwrevQ2IGIRFSRmyP/jQfu1104+MGNQ9xumKrYgzfrEK8SWoOWdeZ9ELbqj0/Pz2x7BcR6zniAXlLf0NxXGdBoazZpp/CJiwDrnWyC2+/vnwIsvSNYBglmVJruINqkGzZROXUamSVEMxhL+Z5ev4NcuumqOfh4ZMp2cLTuqFFYxyC8gpjRF5djXACsH99P9ukSzyAJ5u6SMLAQC5sngmpDh7uRGG2qaBItj8Ylsw9NAhbjKGNpe1mtev/BmA7q5LQdZNXT3rLzimDrDGvAMNgprPsLAEuKl43NhQs6VDPOZ0dYhnF38g0aJDT9HIrIOGXw6Fj/JB7IrppDpoOtfgJYd3Dl+dsAq3Jtw0+6b7LBTBBLyB++OS63YXR3oyQjEiztzCs3hIhz+Ze8OCHFogHYqKShFBUW+r53SXvSBCkA9RAlpNLEnBBnkhBHL6KrawRYHaZzahxGyNwqgJ1+yV5xTRt5WlLq+u14xYBVycwOGbCmMxgv6Nn8aG0bJHV6bTrUFGC1YeJDNnniLw133yikyJzOPySPFJT4raDEYegqrvxlntGrHDQqyYMZ7JXiTGS5khaCHU3+unKdZb3D1KFa0BZTLdLrkOLI0uSPEMljzdM1ojtUmrPX0TSQnIDHx/v9/TMhlr/wc7Ln0QY8feOMXedi2ux2fw1gtUh1eRFg8bog/kw/i/LxjqMqTiGyYcWfnSxJeSWOMjHz4niJaRZulyEm7xamDrHc0DYsz/yrAIsqI+ykrq2xKiTSSesfwUv0SHfVwMwd/WCATWrDj69FZ/gz/otMsCruskiLuZMD9zxpjQAL5xNeVCKvq9NR+RC9rXjQzIoRS3BHWxdNznlByH9P4JUEu7WW/vfjckIcXCh0nu5W2s2AhUKjU0ifqlQBWDNz9pogFk2GcMjZBKsresKI/QXZBBDO4yPFNdAiilaDj5/VkXBFe8MNizpJ/svX435ZLfDnv7FZhAx3ppxDs5qESaZbp3hFlV67Z8+3Ihf2CGD16xQ3gw4SgEVtq7ZCaYB/7WiKDg9z6GCz6tQ/VrQzwH0qngt3zlbrhcNrhxh5u3GUt7WbjqyzjIf9r2gLAaGWcoQ//2TM11huPqd65v7MX7gnn8Rwp79gFi5vSVWVWtWssMMBrCVlqBKtCX+RTfOvYl19w3Xv7a4VaFBXCMS6i3ZmolioimzON1RFmJpQP4j507V4RbtV7InMZUR5xb403j4ALJxPbd16xv4PD2ZM0UNYrbcVf4qiTYUs+f4sYklAkv8LLFR6ZpRYFOPFqPhw0mcGg35iVdxeYkFOWEgk7nYBWDvSFKuukOsk2ggI/0wiQIw+NCGBBnF26vmy3KHhOg1PZ0OFV1QQuTyQgEmZanSWBxejuHqBVM50F2MUi8AQIRZMQYuNSga2O5o64axN4zISI+mEP0UMro9DnrG360JCNASZuuoMVEOIH7U9E57PH5HwpzeXLpUW90hQm7z31nisthNjNIvyyc1THKsLxtPxp7eFYIlIuwb3vBEPYfzShYiQ7CIfb3PsIwcsfOyetzn9Bu0g/EU40pVVtGDMAXFddJwZwJqZfwtefZd6DeffzdU2biCQwgZzwF9jNWnm6E2+WcsaDeUHjUujlHKnxSFDlWbsg4zQemIa2/f/XVAFEGDhcG9bRNYEpx134XekbwmoSh4auy2IQum+1bugxEq00zQOS643eu7eO9TTJ5+BF5NPT/f3t0+xsPL3w3yHRoDlo4kzUUaJSTYjD/OdbOGNDI7Th+oJ9fY8nqjmsTNEFNiUmVwCrlBfRSYDIgBLjpKNWeEbEk4ks8AdyA+UA6vhNx9PyS4A13VVxBFy8dUEo2c06W1t4rzrJGvUi66v2ogAa9SWZZ8FW2jmYKml4RYIBu7AK/nuELc1MloEVpN3/H7xRbbXFvKy86c1Ns3ReeqAsR85nyWRpoB1NoaC2BoIEtuzve2NiIWxN02QTKJco9Y6ZZ78eWOgsgKG1Hf+IHLkHQ3M0eUfrrAytkrfxYfs0iazevXTQJqRnarXmlKZ43vMrG1I1uw1jLMKgd5bEO4gIQM1lzwhK9nySrTdDFgACM4ggFU7pcdPhuIxeaeSCw9ylEEg/ITt3GlRqJ8ur9QwTDHX8y4mrdZkdZIWCkYEfhMlq45v5WKhRju4a3bdIQEWROeRCljui30hEEtUtzWy8hRaGFgWRms9ZaFi5bMS4yvRfFmeUNCRe6zcfc2aOR/jKuawu4Xdo6pSTx4U+IosxDmyEFninE29pRHINHRs5ovp9QPAqvvUA6pGtUMjLMdVlFN4iY2IllUNPXICpl3OhL4+kkR1xB0Ek8VOa+rkM7IwUMLVdgFiWXRlf+q4sUfy2R5MHaU5aR/FIJUel4PWXgicIYi0yGm221z6OFsnuLPIO2p+yWipQgP3xkhcIGQOHfzRCqtWS/v6H4KPsTAkm/W6jSHN1fegYy1UjdV0iNXQultMN9ZgAE7/lSjIX7q5GDSWM1cgX04znXBJCLC0JCKY9oI0ylpTqPMzihysCelagdEoHbUxkd4pUH6sH7ekaa9W43YqWybieuFKu7+/H/Ip7qSBXwVGwuQZ/elq3e7cPMPqbJdFwKq4Q4s/Bcqd0OoJ6YkP/1Z0PKbLtR+XWB3lAUG2go9ktsp1j9jYTZTkoFaR9YlhJfvGGt8NTC+woOhjoxegTz0FLZ3iHbf+iPNbmxlOD1OnzemkIzpnrdgUDj0JWNS0QviMFWEjLbAspyJZQjik3nw7llWypuWMd6Z5wGr44PDLrvBkKQMSqfO5QZb0kqY29Dhgsa0UdQcgmeKe+Q7M3b5PcBN9eX6+DLP2ewhnXFho2fP5BuwUdp4LvPnRQRZVPs1vv9q05TucYEhk8Oa79t8BWOF0KvduzF/mbd5A1EJXyhsrbL3x9mbLQqpi8ja3Zczn6AeFTrN6JV4hAMsaGMF8L3wWQ2WWyV02J7CTwhGA1R5Dd5d1YtCJBEWXCXaFArdIXUPDHpq9s26GRj9HNHzAtwlu67KGKgEs5sv3xuP1Wtz5HwpPRvE5WxYf3k5qYIZVgYtbmQ8tXlyg8nntZEdEnExIIpRvtbiTFjZa0l+unh+3bVl7MV6Nl7yx/cFSMXHYGbDknYzKqzB+a3eUOPCAW0XJZu2Ji/xWJWiTqj/qDD3kKgY74tPrWZYDiFcYk6kKSxtTRxisVYGlr+Nm4vbV9F4/VAZbUu1KCcN8bj/me8JmtxnKMc/T48nR++eSsuA+ITCD5qnHeEE/hA+ea7QoXlc20uM1lkCXQtbejnZhOBuNls7u3xjjYHQvqKGcwC3Xf2ONGIe/vsRihUnFhJ2DWFL+BYAV/DvyhNUCXhtuqbTNs1h2cK1/RIVdf94MtSo0ZfEMk3vCq1s630plY7TufFteIcLdl4iG5IuC3gM2lKNd+L/+57/ft8OssFmt6jodeaFwlPz7mKsmnmSpfytr5tYTmnS9oOvrnAAsvnditrJui1qinR1W0ZoSf1rXOreLc/BC7YNDMR+SN883dsmEm2feT1hbEWJVvbV2UD7W9S3x0eqJbEbrxYJhQl+yOusZwKJrYRYpuHo4RgjF8OwDM/DiMBsQyDMtBJW29fTF9Ck4ewNMUoBlsypIchqI20ozJn4ALLcdrbQMJkKv9USFlJGJv0JFhsa2QXylk0XWviCdv/aSTADrcJbz/UcmFpSO0rC3VoJ59q8gV7bhyyWIhSRwxn18hmEw94g1dAfSLeaJrn2kduTW5pdjCUfEQQMsiBl/QUs4hfmB8i7kkRH8+NF7dTOuSRfffGh223iD+zifBKzKDelMdHeFDwavVhUEOvQURjJVbMr1OiXnwtD/p4usUccEYKWXwEvi6cLzjoc6g0d7RWUV/hPVXp31+5DMrUghWGK2Pn7nWQP6RvlMKCOOXGM8D972Vrh1TnJeMvICHVOVdruScGIvi4C1GCR/BvVyrsbSSX0D84+uaR8edL0zaY3V3wZk4W8qaywORpQiKj8FLNTa/2FY6ZfosvspatH4bOLuwmazmmND8JfYhd69k4dVbCa71UAM3bU5BlrONvEkXeO9YQeK0VjobHpKrNMvjYd83O+NtEFCjDbdxWLBIDiNWPNPzbFMiRhFCnMhwpiEaYNescSmJr13CWTRRKrSZb/pprMZxaRNJoRs7qL94xFq7Ma7QQh9GQVgaf0lgIVyL3jFKJK5FQAKsDNByI9mNVXXXpMgX4FF/2JPVog0iABfTl5PSKGIL6qv6CvCL5RqcWr84vSSFH4QuOdMAzi8vgLyXzc7dCPNGgDrSZLqYEFVYqegCdvie5q1s9SG4pmp5qLeUc+ORwT5QcHRRAFWalZaiMfDcIwmZDQte5lkdDh8M4WJVmt7M2DRlPww1pQBS+K5Od3W82CAjheKkdq8fghY7WEvA2PaeBOqjAEqo525Aiz1C2H89CHhqn6aLcbzszViX5Pv+EeiNqywDapWz64JffDBBGD1QYxFtZVMsLSIaghwGoxgZ1EDD6gsQUvmx+Er2RtRpC6P/UjM76ZMVzo3xzJv57xXTDlHsvM9QyIJEKQAHBtM4MoGmHqGEHjcHMdit08+fSDJbbCAf+MFfGHbkPspI4pD8yto6BiZiiny3wBY1GkjBTfgQQQqTwAWNrY11RaAuRPWLn9jNVRVDbp66IlTE6D5BdLTSkJIlCELFBIzSg28kRpTJbQCrwWZTAMKaDMFJ18AFiPI8FgUji4ic4bv647YNI17EzJK5opdzxgWr4Z3KYNBkkTJfKHsCnvE/P6Zp/rD921PEh1EYH279z5sXUKfOA5Y4xbpJr9lpIQA9MUA6pmK+DNcyausJwt3aOS9EGiHRUm7l2GEoSaKTS6qZdvvzKVQLHFybc4+OkSowsxv0n44C1kA+iguzrM5BNoMla27PK/GtNsVLWGfzK7C7YMyHaQCC7ohmm2tO3I90D/mqfj++GTPlxKxkhB3KrKMu7vH00zMzSc4S7A6FGvC0eGTVJTlNFhrCCA8Yk7Lm5/nk1wGBHc2E35uk1mMfMPGhLlxSsETjbwvkSY3l0aGQlL9s4hF87yGjaK+WiW+c0NROtjeEwgRX+OaK9w3aJNFkTqqWJ1Vzyud6FZC9ETPm05ns6nnOWHVSfe4tLl2losIgDh4a+xTuGLAkm5XL8dZT+2J7BgZ0kgBgkH9+zsRqniZxS1cG83iY4pNLakkpPLssQyvKOUZYNXD1l3w63mY1eHEeroi963V7YC1tjhXO3XMJgjfDO4CQQ7hCLlltsbqM2JN4u5yfTj70bLT7866NZ9WRHSIWH0JXtNeAJbEMERrRXPo9q0TgNVP9UHamAYvmYKcRzq0MbTSF0kvcFflGVafKqywG3eSCRbM3cMREy/OuiSiKXx5ArVA8kXhzDoypTemtzHOshuCmw9dRe4nEjGh0lMKtGrixMQjDnk4LpMXY9R8Fdg4ACx0uOC4cR0RwDaAbtigpZ00MUR3swi/Ak6gn0iyp/8wD4vMYeCq16CKRUIMYQPzm2FyuYn80TUvEG4BkNA0qHxVrmW0Sj77DJgh8wx9MXfdiB5Ii9nEcWRkmLxLsPBQAOK1WptpxuQimWFRj3fsCl/zVJ7Xg6LGosONtm2L2mgLWuJ6vCbf92d5IT1me0J9XDp1RzMolkCddKbaE0T71fD+/lLV4tGwMOnKToDFYV1UdG6GAKxEzEdhhNn2j9/UwJsOS4bVWm5M17KV91+FnlkSMUWFJUxRQKjCTcOk3JuHxET0RJVFvfUYgx0ziRFjwCJWKWWm6skr7MWS1lDvQxkURklHiDbVDHosRtQvKECHT4hOmFnJEZdETiyrz7q5GP7NKh3hL9NKtDk/sgb5JB62B1s5aT/xJmjIQBxnHiYI2lUesawdGCWjON5s8EodcBoIH8P4383ojEu0tbsuf6x6UXfcbI4SwJr9McCS8wuKHR6Almm7G8mJW5j04UMERbICK5P2cwli7UC6AmXEVAy7y+5n0IzRym/hRjSdoiDeQQOO0+lGxAqCiKl0DbJ/yI54E8C6P+HULrif+zteDrbXkgjJXgftde9dUGSY/sCkZKaXPquYef1g6v5MDLMh2NeERzhfGhds2wlzSsHLVjvL1qpz8wgrylQrP0QUVWguJq1A9M7icJr5mTYxpbRo6p/AFrFWoG2ZKZpvnrdIwII3rHJxqoiAwRDZEMzzSvCqX+pOL6uszusyTFaG33kQDcSKVXlHa8I1SkTBdCfAmk6SCdZk19xNtGPC6UNDjMcnf6qs8SisQ02matXR2RrLDW8GrFg+uasA6zuH7mAVhOwjadujnxFkQZdB5Cza1VB3SPY4eX00dE4Rp8YiG6c6jbC5X2Ij5i6ccHra+oEoaZe/NaD7RYrwZjNWgGp5f9jAj/33Go0BExBksYsm3At8LmfeeIJ+BT8dCyeolPG2ZupawtLxggorNIlURT6HDJQEWXkTNno6iizfz0kAl42qF4BFXM4j9YxG7jDs5oe9DQJw0BjybF5YQnF7uF4xbQtEBXqw9RUArKcltPXc6IpEiysVSME/DtDDT4BQypXVY6GpvKXC8itilie89KECR7Ubbcdw7BMek7xDgmVUu0CRAn3c7Rw/MDT+Gb4I62BBeqLctKgFd1YiKaXfFJdeGIFrEorGQkTeT6uq/P5LiJ7BnxcqQPGygVgwd5aCbDF1b4+qakvYmTuBZPBifRh5M0O7WHrZ7rUerZkTNZISS47l+BasGqdjEff7W8dYlWScE/HJlXhVCWcba5yVA5zDWybEguDcw5IHjlbuYvGaDx5U/cliSV4UrufEc4RFNRVb6Lhb4RW0DRj+b7IBX0ePZ+JKb/jOn3YcpTjUffZ7RfXpjbgZa7ChiwCHS2nv5ozabDxHavk1a160IpT7FZQNDtJcosJ40VD12sYpRDIpwBoetcujpRKx3WnkjvHSC7MRVoKWpadBL0IrPUaTt16Ju99WDrF6wmJZLgZfhiKRQmf6As3CGOFQk+VSmNgr8DbAoqJtmLOFRKmDKXgH6Vid3uA1WsSOKbDG8TtF5Fi1OqfwCshKKUKg9I4QpzynsNaI+mJsCVwv6x2Dqm5K9FSKSosW0OBOtFwPqPcL5lc60de1sTHKEQdwS9ytRB1IhVh70ewqWgMo6yoAWl+PYCShXwxYRN23lphiyIU7XWfqlyJUIR31lB9va3lbU1ipzsR13cpw1hCd5ZJPJAPVZW9Bk9DMG2uEZ3khJlXGweVOYykLf264wcbdeDyCX5xxK5wfQkpZ8C6/7ul/Puxd5dwnAU/lBLCisPmH3GXYSoI3p+Y0B9rGfLZIpgDRtZERsMaiH/aXgfAkblxkxJGV2ghXjtmo9E5iBQciTwlYw+PtF/V0IGghTxWsUBxXIQgcbpUCR9MFD1Iily54CW1KnBA/DycIebcmnaIcUjxwdk2PKquj4tZJ+7YCCy9m1RSiYqV02v1HWfExsWxLQ0dUWuZyohXM0LXjgzPoWibgc0x4qwktgBy30M0eRebWnaZhh6LBh29M2x7tqKYzR2stoXxxOZWfjfeZhcAF6zBmRwclFYGhqZYgVsc1u7EsC63YVs1ivRVH11hbkAM2iqpY+cqgrfJVbVGjbZqI3TOM8oGWMQ9vBCzZhbLPipJ4LEQvqN/W/PdaAembEAjlp3n20mBUmana/nwZMqu2GVunEeuQeEDzhBKOFniX8RjkvbNjryxgzcNrJkS/EK4kg4AVLs0gR58VwiHlx97tXvfNmuwqY7iy127csESmlxXuopKvBeOrSvGGIABruD1eVoBchYETIVBvmG3uhGeJWvFlwmv6YoCdYTGJn7p/bk1S9jKnUjzTsvBR6r8OqaUr7VbEai+o+kG0n3T9r5nx60rMfvq8R9PGNkwTwjDBkctGPwTd9J7ZAUZLmOz8fiaLmZM15oTNK3Km/2ly8TudaPUUM0HavtsXtrLpLOthwPHUTYlYZiCNwQiw/FACVr0+2Wx1VRf6brt/zYnHEAt71NS3gUJB1UAYEPK6p/hnK3Kj8vBVK76NjFWRXocNgzVSHOhhtS8dvZXXvK0ZW1R6sPCJI+PI1G3p0P0Jj5nwAzzq54f9Q/6EkF3vcjk9NGPHPajdV077J5uwBLC+aA15QSsuPI4cDxyC3S6wSrovUWBJMsjlr7LGi9+BurPBVSa8ksxG354XlBVYUFAffuwEWI/kXXzimJIKuc15qFkt17NwdkC5gS0h62yVFVaqpxBDrK34qfvW+1r5BqAk4bXifSGPN7epvn+/ldYAbjrVgUiPo8RU4vVSKKONo9Fnd08xBFphOhv77Yv7KAzwVF35IPqXzICYeNgTovIk3xeGiixmpnsEJQf2uecDVA4s9JPz0sRqiWhIp/aSjWHNaySApb15mGHxL8XAq52sD3tr/TrA2rYgejWzA/YG+bHJOj9euIhTWHqOs3T3pQjg3HbyvGgv2VwMH0j5m6gooxtvTSDPmeT8tfC6uOz3R6gY881oRHRSjJwNGpecYJDmq0fUVzu7t2osDoZb2OR36BvpnWECEGDtzwNW9UuI9hJUpljKbRZgEYBC4PvHEsDtkVkM2DgrPSJqQyOL98sr489FXGopQ86INnCQc2rCZCALWMNTFE0hK6TUm0fFW9gzXrGZg7RzmDBw4bEmUTOc4vAvyvWK3AEfBTFV/hqMHlhYfWYddf/euR2wHlXGAMZ2XUINzD6HK2SfykqGmJXArMago19eYbU7RxfuIkVn7acXNtYgyVxo86E85FvzYDn1eCd2lOSAv0azrMT8YSGOdJ9zJwiwZHGhpT3wuYG7ntVg90meQ5lTMz8T02dEiqoPcY9HJUmT7FH8Y53TDcerohzajahJolYv+lCWPbcjVm8xiyPElsbQNh+zQt7vsTIMu/CGw03q5KoQlWbeJcghC2p8b8XY1UpoiXJ9PTrZFWYB63i/RO4ezS8DLG/kgkBAIRmDu+Nobc8p8ifeTa/K9qnFdlplNOzZVe+CZlnThU/8hXIZO9iMgZNFUGK6P4KVrp+wtwJcKb9RsVEkpBIEBvWA+x8qGvyvtNJ6Iab6RBEbqJVka2VNCf2GuerqCF49315htYePydx17kjPldgeurHVeUjzlakBu7wb0bQUFg7PmHjWj42ZAhYVW0ROqHn/R0zPJvMZ5W+GS6Mtk71KFmNq1AbHG3FGah7nDjLStoOm2g1m2WGn4Yp57/SciTc0JC4Yj3bzIaWGq5pCNkrl6rASlpdYt+27KooQ3bCatPOIOvXb28FUYWFYDag3qKs44d2O2ike+fbcM0mO3LizLbvcakZE+iSEY3Kwpj3OOImJ+SYZTUNRrGud4NQBTwCrcWLAQzvl6ZetEGuUkLEAZDXe3t5aJ/wOeWxp+dHmCn+wmuNmAMu4irhBU8UpyuJGo3FCW4HSP0ccfbo7kTXIsybswATjgBaEW+rl7jF1p4qqR32iAK574izcM4X9mf42mBKi6QE/m7TT8ndQY3UJXOF57ns3M917afmGIA+vRkevu7SHcwdSje2HnCfpdf1WE+YiYDGujz8+tqOMk7UydCC2HpbvMGZguz58R20Fmmx5erDKl40hXFLI469q+kmJpUXwgL/mRfNaRFhDpAYO/fp4YpDdf947eJ/UTZXkplYttRduKJHJdUFRFW5CW2ScBBW3MB/8HF4JxAKvJrEcOWnwfscGTiZOrzU6Ylpo53rCbmWjjP3bI4UoDFhNUqNyXBzSSE7Um5cAFmXFLf4z+qoJF8taaswNPU2dJT4UHm+vm/Dyxk6FtwnIuwZ1sbhwMFBrSQx9LJUcU51FsdqVTEs4WWvHgiGEa1+iaO6xQdFqu5XTc6TbCFJCyZ7vXqqXMWF5fumNpViQDLNeXk4h1Z0s2V4uzWwt0xI9ZwBr7/JyFBXWwCWF8HJht+unAmqutjflregdDUoCrzBzZAcaZzZ1BFixITak0YpPKgSUuOj1gvWVsBV0absFmz4xtoJrX33r7baXh3NQkO2Y/JHbQ9+3x8lvwSbFwPy+mj+0xqFg/Fs1KL3Gy/b/F1Hdxdlt7afoBzvar/gGiCDD5jMvj/unc1YOe3yixFb0594RJ3sjx6frVsAuFkMEbYyVfTcFrNm2r/dF3sndCUPCDGAdizfjXenHh/9lI3nRYsC0ajlyj02wsFMFoxRCwwgyGefyyTnlchopYF3xHvBhOhsLdsgYR1hY7zwet+eOyBQn3RK2xCy5tMDqZbSmhEA8VBdEKupJdL67vTy2JAhlPw2ZEq3ra6Wr1jq8ajzyyiRPnsGKnGfWt0pzEAP7nI8kJyJ3NbYGnCYD4cwSflg0zdI/jVW876SEoeGCdhq1zDfNAUrk4hYGM+GEzDytSqg4Fvg4hrSK81uHUl8R/dXuRTPsUcwWYRvZoOqdxdQ+D1i6Jq0R0X6/bjYu2ch702CtuFoEWBZZ1eQBy89Z8rDnS21W3jndJNCpqLOLYs5z27/qjvGQ+II8n7V/xx6GRShRcMQz2cjaoTJgUUgR54603Uwl1Vz2+rrMMelYJ6bpyQyrpMKSURBwUcCQc/uFO0RuMbqYTnrBqSLLckfLmRNelSdYU4HeBFj25e8BRxL76AZ0QvRb4+hkNqY1kloMQWvA/Klc+kx2Vgm+3Cs5csZVhk3KUXKRlrBVXPZJvwUyG5Z4tZ607p5PwBXNwoZSZHizf5+Qz2SDf+FwiToFgBU50pETVvdU5uj659CKjXAmlJ4Fm43CrBI1uEOk9Vpz95MntpSHQG2iBxYr8WsxVHFM8cCiJA9aTMvicJ4OGJ5hJACLFpPbYH5+T4A1LN1TMBFGsqUpRlL49Tul92bAcrrNQoVl5Tde38Vs2Ti6Urr+Tp+mtrsr7VfiFcvSaTN01vtd7vHtI6LJImBt2iJIib+MKEw9z0RrLrPijsuVsoB1sCWUeOVEBN5jp/q1rAcsn3AZOOVIjf3UIqBQp6uNwcww8f0w7ItvY9QPwm0Iv3aEwa5TqHcxkkQEyT75wpCBEvL9PgNYpQ7t24z5/z0qJv3IuSUR/WGj957xA1R4VQpVz9K8geoqUu18ql1r94rzDEru7FaRReBzNiORTeA7Yq20TwCWQKstGeHQyM4wRpk1j5jK/ldMQniU+z79QzgL4pAAK5xHcHLYhQwkVQkmTjDo6NlQwn5CzGo3FltZGdEsauifAyyaE04mzJ0b8D5ePuBQMRCIRVR3w+maGyvXE5QMWarNIy5Srle9IW1lp35ha/0ZC+wj3whTkc8hFt9dTkklM3Nj1CXBWAQpifl6kmxVacbrvsheIhZw++ja9ARgyfoKOce8RG5/jb1N+ttE0DPs/u2jsiRatVz5GigdLwWsyqXJSmglN5QZybKTkKK9WhkzNmvpTIPNPCLLBgKshvIxZcBq4C9v2yXX/ToXeUONXSLg7echi/LoD3kKw2QKxYBVildCLc2MLgp4kTbkIjxBu7o/o8d6cn9AByQSzo4BS1oc0lI9sD5uzWplS1RW5EgF5B0BVv4b8f5lo6nm7hWSB4wXf766nqihTdj7NFNxAvBqGZFFaW4Az26l4o8yq0yantfPtIPoA1mMMJkMFtl0RnIYX9XpmCHd9vHOA5XILk6mDo4MUvVKVzj2LfqcitSFyOHCL0csMlObXGBKehKwsnKQSmW2FZ++yFdqL2SNhXHcup8Qd+va0THWcR6WBBATO2MhZ/e+Msgewk2yLYGeMih1iiYr0mr3phdgBgqw9pcDFn7q588NuNaEoTuXEulQ9SrA4nEfuSMHc1RaeGZOZqXUnP/5b2Zplgj32JgqS23fngzn0sB9KF4oOf0yiajLi6vHoWBkyqhozIT4cToMrLTkIcpYb1h2FQrAiqbdzAPZRGvtVriCyWArN44DYOXsGsmRbASJdLh4QzUSjl45FjeRfua6x3CONlEUlroUOCnIKpsynz60bXlkbdgD58Vr4FVN6WaO0RYAi+beRjED+RCwwnLBsLG5hYolfiPV6vWHL3noZy3+zoQZFsug0BetKyfC9dmWtirO2zoZgYrQtfKP4wTTndOVhCtQXwLWFxZYrDSHX1GU9Fq59w0faRc+b7e8gmZSYe33F5fduOaJHV2RNR8YYtCeuE9Z3+4KEzKgzd7vsQ5447xjAVgNgUadTtZZvd3Lp5SQP5V2WrkyLCBWK2PEpq0P7nyPRDtF/mFvLCZWwhiQ1o6CzXWV5agAulWvtOu8sz1RYS2lx+FsOp2CyO3AUOGW1mPNES75YzFqsnVjVs1vvEJTvHtFfBvwajDAoLqS8B1yN9oaQl5cm6gi60xG2sPD1ZRKylmTPoowruJA1VxL1qRwaxnsNjNnVrEtOByl18qDoTEYDK/uCWvfmNb1GTPZi/SFw9sRS/Gw0qJ0uU7t/4lDIa3Wall6Ce0Qj6gKs4AlQe0H252J/ixcjDWpvhg7XwpY30VyhL8vZT013gZv1A3fILmqhvOkJdzXLgcs9qQGYFEs5mCw9wPTmwOwhNeGQfygyjfGLBPcUrvxxrdIBizqCd9Jz5vOfam2Ht5nAGZ/f9ZQTx8fBE5kMEeO7zMfFlMXEhE1qX/I5IEI9TI+c3JFkCqdVEiph2z1ctgB4P2HQWO1tQ1WXzN5f0CmoO742r6TvFWxEz34NUE6LOJGj0hHA0DVHFbeHsV3GyVpIt+F7xW1hRUOUo03rv0Jq1W5K0vScKT9l3AwpLsZeH6wiR2Th+zS3NnFtuCwz4PraSk1vEAJv0jIUftmLvbUrLa1rwMs2hIPz/L8jsufR2H2fZFd+UD5VNOAHZFJ/DXWdtvMBBSINSiXK+GbjZUyeK5scNlYh9YwU8HtYMDafqWXgwgidALGqyJg+XOKcUQwKhE3rn0NlSRukmgNtYsHBUSsZhsmEuEj935pduG2SIIcS1BsRINcoUBC04sX/islaCrAQjEEsJBhXuz7QuPkuxxgrc8pZaAaLCBWZvnIcc4Jp5USpFsiQ11RA4T4h5pE0chirnXJjVjTZSMEvLovnV5gyNQaWgs2MSHumJKCiN97nSUEOZpQDVdyBw9E3iN7RPCQrLZ8hZs4DNOsYAQrbZr8V6t5nEqHoeLRpBm9t5uPb5ytgR9PiqlHETuWzOuE16Dsg6cD3Izou43DuIhE+8PdHyWiyEXhPidRv3JPKLM7g1bi4P9lD+p4n/e3AtYmB1hkrD8dpQMTIJbN8qvabJtLMcFAvrwpBGDJoTusDyVgqfIqGEjFA030/a+URlMoDjKErAbjVauVO9zR1KEKHwEVm/BqxCKj+LTCuvY9QDM3ixAzMZ+aFQIsGDdNWQ5hxQq+a3yjDb04cEInASxAyP2+ReUHVR/r7XserwBYk7MhNtrqYO4+TFxVtDG3hA2VMAw797FiZ6HDEqGt+R9/mRRXSYf8Vh7P00veHpu1UtK0CGaV9Ce5fcN1cn3HRUehrN/AJRnQUGy6i0mwyTH0Xc8fvFn4Mm0YKL4Rs5ygI2EeljBlKmqbF7S1G+1WJjQTJIaJPSIdPOru2j+COkGKfZBZKrAmFWO+EQCrVQyPKUmHIEU+q/Tyow/7KudRRmjKwlu1O9qX1lcPwrX+1hrrwJScFr3TVLwGZFpwBtV0UNf72RJrVb6GqBYAC6a032uCzTCXCi3mn3ZGX+vlAJkV6vy3twYvSvdGhllOsWtmuHNfG0ZwkYtqHrB2KfPFuPY9VIWJ9ZzrKf7HhcOeHvYiK6PmY4HNVZyGUNDRviPFDdnvkU1dYdx0IqQiA1iPeYPtzDBf11TgFxNDyWBLuUHQryvdRlOjqmX55ONCfL3GHs3kmHtsnY2CrQV3HDHjlS6pyrDhlgoG+Q1PRwHLW7y+vtq2/QrJ5s5BShc0KIY86DAjg7+H550PUoIPYHP0cStikb8+st1b0XK2DEbwcpyQIh0PNNw2Ka9DudTJ+ERm3kdccuhg00a64hSvePtsWFcMiRVeeZam6Q9f/dDICejpxhmWW+Tw40ZiugmVBCXWesYWXIamP2QRq13uYQHAEhJHCViyvkLh2pDOOn2Bd19r+I7yPXgFXpGTULQI4iijCuDtMDSuu8Xrz13zyhILxtcppW1/rY0HbmE+1Vfc/zkbxi54auDD8p0kMYaTOhENVpmOcoClAk5b98XDj2M/POtORaf58dCFL0EcjqOgju+FbPykzwyKq8fjCeQQA7VVCcXmpLDm6uSuSwZWMLheHo9IEl/oKTTFY8oC1k0H52CiK46xAKwwnr9iFIAHjjO8axZ2IsfFv7M/Kazkzh5tIBa8S257fSrRA/bBVFaKKDYmeAnbjfXERxhDS5DTptYhg90psbrC4N3aG5KFKzt6ymy4+ITJGTONbPSvxyuJWDcN3hs5HlayKlyk3Dedx1WQQkb5r4iM9c1SwFraKWAlyw9v3stIk8jqzPlKVgO+xCXwCtpm0MrhXrm0njL1MusW8HDi/5pfCzlEwzKST++axQHfwzCxR5irUOCGArAQk4BTZM3SpxI3+a4ZL9KW8BQ35U4MSs96JGwPoQc4pyXzFZ5SkQeeSlkVJlsnrqwWB4GNydGTSPLPGHwxhUeTpnmy8D8SLs2FoWor+8pnRRdSixt1OeS7ml1GZAELzJHZhtPUsKUlf950gfzEzhGvcMwyz5YilKHqGdpNiCWQmZkRel3PPSR04Saxpl0qhvLK1T03xSrrCZCmAw0avyc+fFxi2Vf2MJLR/TsAC1fH+LgG7CrA4u49zDr9A7EWRFeZFwCr3in1u6opwOJBslD2gdk9EPzopKFsB+aX4pU5+2mwAp8UZF2Z/puzC6Ik1aY3WppXkhrMNBuusb+GmsFztd3rmz8TWiDcFwFY4ACZS/SudpzA/z8hv6ZuOJpnAOsEtY6tQs8OHqD3YIu/XMWU2WBTPcTm8GzjRwstyHken8/xkoeUpEOONSyxhmjxXbAghOvNSccHwqtxJ3OW9QfhNyqKtltmKRqXdc8ZvNorqwMh+kFi0sK37pi2+5Texei4W3OyEj1NlhF50rByjz8+dbTLEh3UHwi7V0TXmAu7LOi9hPuH4FnIZuEs7QWRjTfDPeGFAugf3zhUg7KGP34TXtGNpYd88vNCnUOPlTIKf2hp2UC4+gQLjRDxRQWPjVI1IFjBGcCqkmUd6ptxdihBPC77S2mjEIotfrrBVEhvmglVpaU04aHab5vO1YCV2SLb06tWx7gm3DdLWY1RyBwDFsge9lsmbTecsRobQ3lXANa5B0VUnD/cxAwVfARpkiWHWFqmZXwRdHliXhIl+aLBKJ4H4ur00mP4bLPF8v0ZvMrVhaSto4mZ4cM9eTPaGOSV2r52YyUR6zFfYdH0JxHAhIRZ+7u8h4WBRj3k/WHlPGARXzPq1L+s/ODPASOXxNU9t9Yvq5sIiIMp7UA95A4Yj2K5dP52SnxFcjKkx44YTb8LsHD7POYjchKwsCUsAgfq3W1KdCXGOwjvtD8omgJpo0PmZa0AWGQX4q64G8zSuFbxFzeEITuG8GIH4zNfrOshPLYl0IgvPYlsugKwHL+RTgBn5nWAtbMZmKpC4wPAatANA7ODNyOtV82Yo+th0+QerbBye7bL4iDA2Hvf8oOTcITtwss2MzYfDyecziMVFLdyZTi+kEy6ns9Yar1wvoFKasVWcjunXOwQDxNemoDBltQbXXfcx5OETJ30fHasbsxETkDqt/+Y2wPs7fnOISeyEzb/NOn5nijMVr96PJ1diuKOYcFVODptr5I1KMGWka73GnyNbTHQopDyS/jVTeEpPrO034dXD6zJJ2LfdZCFLMMD5MDYvJ1l5hPpCpSg6UArAtbd4VQvAayGyD1E37OVkoa0vqLNY+VrA3VqTVnH4NKaRezxadhvdxv4nTUo/PtmHSNCVDOAdT7b+nvukx0N3KkMbwVg4QbaYIOCMDDe0mlabQlWrhPH8U//cOhecu4vBKwHNokTHNA1W/tRsfWemqaD2sANmogLu5naJ+xI7+7PegAKsOQQHwyhrel8Yu+4xIHTBpYTGDA9E3Pilq5wciD/IMBKTjeNswL7JTfsMlgPP02N9X9kvkOOqM7CAzxlos5Xnm64/oxMc2MfzC73pdv5ivT0o/xL0VDAtDM+e8oEKZZcTaLtR0fXfxteqe0De3tfjlj7yDkskqrmIi+TF2Jn57VQA5N++aCdzFRYDFjoJLXsipr2QB0k/1YqX50AJl9ZlzRj0OZhD7fwGwFMYBuNt8bNJLBKEqJKMGLF1wAWjdwbS3Spyi9gB8Ci5QPxm9/EnZNPxQxPC04DfBfPV1jAq/v39mVXiJgL6ZKSidvb8PnpPZvyQCFazGN4/hRcXfagKMUOu1VRxmvLijdYbEnvjMoswlXUmqwu7AjzwyDRFT6XAZbIBsVFgSCQ1l16VFCJQa5lWD4vaYQXaY46mqtmqLF0Ru0vPd79h9XCAyd0f2BtceSaq0iCco1G8Hctzig/fcr4fVFQ6mLw0bk5y+sTmMXEF0pnuiuyyI4pn2eVg50D5pL+Qx6w6hocsMz5wRCrfeiWnAMs9NRx3lZHRAHMw9tUfDchDFgD0OE0rMVsGQ2CqjfyocuBlv1GxGwuU8dRSs05VXWrK12+2Qr2gRiENhU1sTbzJWBVa7tXIWwVgCXMMKa+fa7CwlD8JbE3PksCJyO7nmCvU7mFa+XlKZ8gxjq24cvdb3hQduKaI12Fxam9WDSSvg1Tvf3dhHwFLzpDdNrqxQVD3t7SSgGLXJDnVoNM7jOAZdxRCsAbrWpgMyPGVQW0kszRJiVLutb2a+mVtC+0Fv7T07mkq0MMQtpqJPKiz+IVyDMhbcTqvxutssrPCaenADXoKztVbqUJ2DnAClv1wrhKGy+Rwb0uDrHa83LAShcalN1bwCtttXF+Y8BqxXNhLGpE8HWZ+ZOgC98j1xi83RrnjY/BzgHW6afh49FVdWhtuhFTenEWauDMvxG9DxY34SgLWGLO5bj2maE7u5RcWISQ+Hk4bMmQaI07RFTk+TQrsNqHL893d78HsSb8u0TvCLVuBFWfvDKmfmOwHV861gYds1P0zlrnpOF7yPDUHYrsMiLjbQDSaJacJxkBgK3XUch49e2grqItYxjGEVd+X82wJIoDcTSKHdPJeYbAVwpi8Wnccw6viCDptn+1Vd/1WxKxvkZSCg3in486KZd2NNWqNynM3lAVRWbVg5qwn/9T/+DnycBRnWgEXi97mc+Cp1cdY/Y74wrJRHGA8sozibMJwCJ96cZ+nTs3A9Y+c7M7RXVR41mWXIi4E0dODIVcqQYzjwHzkcHVdWKsC2UHOds4OcBqHAesyaVDaY0csXhBOASVgJdvNPBu539co/Dkx7vf9CDzmkzTZhsMWOSyHjS2V0zbURX2hCt05rHKEn2ygEWSeNRSLTuK1JVqkOpl5nmz3XK5nHnknZxdxvDMirY3jrcbuVvZPV1LutATm/hrRtPrA25IIzo5h/guz6HplFX/33/k76bEbb9NBvUrkbmzJXHF+/u7WAg9Ph/haEEX0iwBrLxsUHzW612VyA65t6VrJV7JteZMMsFb1jRctPN41Z5Au1j5jQH2mHO/vqLGp30lSOYBKcLg7Pjv4kbAgipjn1Nint4pgT3sLH9+SC/uWmEliRinwX5KdTuNSlO/puliRmQbDN/OANbL5Us0vcO3sednTqrAvpDYoXo2jCoBrLuTuT5f9iBRQlARX9piO74cr3TSpk04RyMTrdWRs5HE6CBhjcQ/acA+H8XS2tE2fOjRbSJqsVWyukCleJAz1HHXmcYQoHKXWtcf9BuOZb1/GMBzCRgXx3HWJddu5RInXeKKCj53/w8CFn1Zaxj3tClChUjIPQ5u4qi6+3yAkzstAywKyMlN/6iYcs3mIs/bh2rH8E4DFuBb/QjDVWsxC5u/Nw66FiwCh41dakt/GIh/qjmz8DbUrDQ3jeNuYsVbHSruqbuuF5PR1K8ON/YAtkdyWsoE939MkGKczcjsgvq2MM4B1vvFx1obI1oVRAbST5N+pZwbT9X5fc5k5jc+4OAaC1GS6Y+voV/Bq2jIs7yMV5WeI5DSjl8yrGreTxTYMeqpwOc3ai1eNyCYDIiSqawTqrkHxggjCKTZ+ea20bRI1SFU0LQrn0AvIhbOVfPsIOJb5ehfSWTctEEfrTUpl/ujDz2NI8fih6yMJrKlb2WVFg24/x+kl2HJPijyMfAZD2eUWZifxeMPDwEvA1izZU9+Ozy8Wi9m1wU+/BoKKfOxMPmuLa1hIG6eFDR8I2CFi8xhts8UasAryn9p7/hup8YilZr81CCzH8D2KPsMpgcDiXDDXkmQ7pwZurcujwYkb5kWq240Th68R3bh+oBMjvv571gQHqux7Jg2EKiFx9fRRZG4Rdc3h1dnaGWTzHsx1E0DFD1chia8jlzyHjKsePo6cuBR9iYMqqpVGQmBRxhivD738bziiev1G0fTSBONEC+/mEfbjnadVT3Vj8NM9FpjcIP7cbI6qOSR2Jn8Rq7olb0wRq6I2extM+JQjlqv5PpadjZzC2+CAozao6pn1Avbw14J/zMDWBQgoqtFo3bnka1/7dtvfiR2t9jvDRLAuvnJciof2z25PwCPgcMot2xfr0jSIOZKRQ/2E2wbJ7dXNNaqLdENmqOf0Bbg9ndmS3jfutxCuLNiT3aivgwFAYmiVIsDe41w7Y8BFhmRU/4EvBBOkcnSIiq5HFm5TYFoqX0EUKyXtbTxE86csMrD9hi+ZLYfNJ2fm5AskkkzhTHVdLeMg2C0mLtkpQCouqGRO0RUP6Z4eTxm80n7Osgik6/01AKw4lt9A/huABSGK4VDjpLNkfZ34hXj9JivV7gZpnw5f2fK+NssXagJEm+9CFia5QDI+nnAah+2RJUEsO6saKX6Qcg+yHjr93aDeUIW7PqtQdytfhL9vGw2OCkxKyccI8wR5etp7HasAAut6auk0tQ8iAlHjrJlFZvD/4t4pyWOEAArPjfDGq6vGEyzo/qY9cyPytBqW3C0wvf0/PuG7oeANSOZ/eIEhxyHN3nJ7VSQhIkVp5DREiLX3z5nkolSHiUBluNCA20jArLpuBunixrrzgVMIX13sO1JIwW9TPJ30/Grt42RJzN4pvOP6yo1UuokbWHjNk5OVapnQe9D0qKPem8DCB1o+t+JV6pNlJIycUkOaIaVZzd+l63KunjJgHi7hG9ZAbA61oHXg/KLQssxERceiXs6w/jI8OqH9Lf4DeN3sPB23c9hJgGWcSRzqGTetVyRU4qEdV4NVrq12eBjLgErtMkQS/5HRrNKGMfNrvcTbuNdcFTPVFiXA5bGbHIygMmu+1vDjPj4rwAssgX5OG6EgMnUJAknW0/WSbVFwVi8/2+9pxist3NNoZ+2UmRVZw+Gg2hHFF134cEaw4Al1Zp128qX69eAlXgpfW0Nj1E5Ehtd24jpWoJYINNMrwOsHwqv8KtnVk9K0+EHNDA6fy9eZdcn6po0DpMDBY2DvWRyg7h6Hxaj00EBsLR1fCCmw2eCI/1MyVSyTiO8mpqlJ/vH9x+/b18YWHQgPllhTTNJJganAhwvsHADY8AKRONNqAyTqzfw12RN3/ShPpeA9c8/fFk1vcUSSS4DKrGc6BytYXt21iMtlbfEwXp8esyrTUHjytsc6/k26rcPsQJi7p1oU2jGJrn5OMPPk8Sjos4lluiTk20Cv5vy2wvy/BBqSzNcGJFs5ks0agQifbnIS+Hq15GqYJG45C4DdRbpP64bZCGfWx5bSPevwSthzQdtqrcMgsVaywCxrv1/gFf4otcCrCFWIekWSOfp+5de1mbwUc/uOfGPfX01Dd3sO+xTp2eFRUMxBizculeCGcP1Va8kOPtHxjebNxffvlauA8CyreknAQsr1Ci7iI92R9XPYDRs2uT3C69CaRXNIObX6x/Kbrvqgv8jWsIfNekj7YwQl7d7pRIrnJ8buk/GnTMKU36sxcIM4rwCC/E+l/T1IGLk/yBg+SMO2T26tKL24L0jAWv9/LxNvIpxVT89GWwWnQaeFXziyOlAfZHhT9wryESSelDL7on9Xz9fU/Gy/9cs/BkfehvwAdlZfnFlV6iLfCwyQvZnVy2MvvNtEhYEW2INKB/qX4zHX/vA7fbxybatiBJxmmliJLeEosSiXqafn2L1OwsnGBcp8J0D2m1z5pMheLqvQR124IeP3/K9wCEWTXb3y0CLKizf+zxg+dkKy18eBSwQcK0Ob0dbQiVIDWElhMCJdhUynxZmgL7D5liwcseKcBaMNu7rYgYz30XYNYP/Bx8zyPlAHThWAAAAAElFTkSuQmCC");
  padding: 1.5rem;
  min-height: 300px;
  text-align: center;
}
.shst-tree-per-order-cloud-add-donation-product-card__content__confirmation, .shst-tree-per-order-cloud-add-donation-product-card__content__control, .shst-tree-per-order-cloud-add-donation-product-card__content__description {
  margin-bottom: 0.5rem;
}
.shst-tree-per-order-cloud-add-donation-product-card__content__confirmation {
  font-weight: bold;
}
.shst-tree-per-order-cloud-add-donation-product-card__content__control {
  display: flex;
  justify-content: center;
}
.shst-tree-per-order-cloud-add-donation-product-card__content__control__check {
  font-weight: bold;
}
.shst-tree-per-order-cloud-add-donation-product-card__content__control__check span {
  color: white;
  background-color: #2fa34c;
  padding: 0.25rem;
  border-radius: 0;
}
.shst-tree-per-order-cloud-add-donation-product-card__content__description b {
  color: #2fa34c;
}
#tcinn-a11y-toolbar {
  display: flex;
  justify-content: center;
  align-items: stretch;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  /* layout Style */
}
#tcinn-a11y-toolbar.visible {
  opacity: 1;
  pointer-events: auto;
}
#tcinn-a11y-toolbar button, #tcinn-a11y-toolbar a.problem-report {
  border: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: var(--tcinn-a11y-btnBg);
  font-weight: lighter;
  filter: opacity(1);
  transition: filter 0.2s ease-in-out;
}
#tcinn-a11y-toolbar button:hover, #tcinn-a11y-toolbar a.problem-report:hover {
  filter: opacity(0.9) grayscale(0.5);
  cursor: pointer;
}
#tcinn-a11y-toolbar button .tcinn-icon, #tcinn-a11y-toolbar a.problem-report .tcinn-icon {
  margin-right: 4px;
  filter: grayscale(0.9);
  position: relative;
}
#tcinn-a11y-toolbar button .tcinn-icon::after, #tcinn-a11y-toolbar a.problem-report .tcinn-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  display: none;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M10.97 4.97a.75.75 0 010 1.06L7.477 9.526a.75.75 0 01-1.06 0L4.03 7.14a.75.75 0 011.06-1.06l1.307 1.307 3.38-3.38a.75.75 0 011.06 0z'/%3E%3C/svg%3E") no-repeat center / contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: var(--tcinn-a11y-btnIcon);
}
#tcinn-a11y-toolbar button .tcinn-label, #tcinn-a11y-toolbar a.problem-report .tcinn-label {
  color: var(--tcinn-a11y-btnText);
}
#tcinn-a11y-toolbar button svg, #tcinn-a11y-toolbar a.problem-report svg {
  fill: var(--tcinn-a11y-btnIcon);
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: text-top;
  transition: opacity 0.2s ease;
}
#tcinn-a11y-toolbar button.active, #tcinn-a11y-toolbar a.problem-report.active {
  opacity: 0.8;
}
#tcinn-a11y-toolbar button.active .tcinn-icon svg, #tcinn-a11y-toolbar a.problem-report.active .tcinn-icon svg {
  opacity: 0;
}
#tcinn-a11y-toolbar button.active .tcinn-icon::after, #tcinn-a11y-toolbar a.problem-report.active .tcinn-icon::after {
  display: block;
}
#tcinn-a11y-toolbar.hidden {
  display: none;
}
#tcinn-a11y-toolbar.header {
  background-color: var(--tcinn-a11y-toolbar-container-bg-color);
  gap: 3px;
  padding: 5px 0;
  flex-direction: row;
  flex-wrap: wrap;
}
#tcinn-a11y-toolbar.header button, #tcinn-a11y-toolbar.header a.problem-report {
  border-radius: var(--tcinn-a11y-btnBorderRadius);
  padding: 2px 8px 2px 2px;
}
#tcinn-a11y-toolbar.header button .tcinn-label, #tcinn-a11y-toolbar.header a.problem-report .tcinn-label {
  font-size: 15px;
}
#tcinn-a11y-toolbar.topbar {
  margin: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 701;
}
#tcinn-a11y-toolbar.topbar button, #tcinn-a11y-toolbar.topbar a.problem-report {
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  #tcinn-a11y-toolbar.topbar {
    margin-right: 30px;
    position: relative;
    z-index: 1;
    border-radius: 0;
  }
  #tcinn-a11y-toolbar.topbar button, #tcinn-a11y-toolbar.topbar a.problem-report {
    background-color: inherit;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
  #tcinn-a11y-toolbar.topbar button .tcinn-label, #tcinn-a11y-toolbar.topbar a.problem-report .tcinn-label {
    color: inherit;
  }
  #tcinn-a11y-toolbar.topbar button svg, #tcinn-a11y-toolbar.topbar a.problem-report svg {
    fill: inherit;
  }
}
#tcinn-a11y-toolbar.topbar button, #tcinn-a11y-toolbar.topbar a.problem-report {
  text-align: left;
}
#tcinn-a11y-toolbar.topbar #close-toolbar-button {
  display: none;
}
#tcinn-a11y-toolbar.right, #tcinn-a11y-toolbar.left, #tcinn-a11y-toolbar.header-action {
  position: fixed;
  right: 0;
  flex-direction: column;
  text-align: right;
  top: 50%;
  gap: 2px;
  z-index: var(--tcinn-a11y-toolbar-z-index);
  transform: translateY(-50%);
}
#tcinn-a11y-toolbar.right button, #tcinn-a11y-toolbar.right a.problem-report, #tcinn-a11y-toolbar.left button, #tcinn-a11y-toolbar.left a.problem-report, #tcinn-a11y-toolbar.header-action button, #tcinn-a11y-toolbar.header-action a.problem-report {
  border-radius: var(--tcinn-a11y-btnBorderRadius) 0 0 var(--tcinn-a11y-btnBorderRadius);
  padding: 7px;
}
#tcinn-a11y-toolbar.right button.toolbar-close-button, #tcinn-a11y-toolbar.right a.problem-report.toolbar-close-button, #tcinn-a11y-toolbar.left button.toolbar-close-button, #tcinn-a11y-toolbar.left a.problem-report.toolbar-close-button, #tcinn-a11y-toolbar.header-action button.toolbar-close-button, #tcinn-a11y-toolbar.header-action a.problem-report.toolbar-close-button {
  width: 36px;
  height: 36px;
  border-radius: var(--tcinn-a11y-initial-btn-border-radius);
  justify-content: center;
  position: absolute;
  bottom: -38px;
  right: 50%;
  margin-right: -18px;
  background-color: var(--tcinn-a11y-toolbar-close-btn-bg-color);
  color: var(--tcinn-a11y-toolbar-close-btn-icon-color);
}
#tcinn-a11y-toolbar.right button.toolbar-close-button svg, #tcinn-a11y-toolbar.right a.problem-report.toolbar-close-button svg, #tcinn-a11y-toolbar.left button.toolbar-close-button svg, #tcinn-a11y-toolbar.left a.problem-report.toolbar-close-button svg, #tcinn-a11y-toolbar.header-action button.toolbar-close-button svg, #tcinn-a11y-toolbar.header-action a.problem-report.toolbar-close-button svg {
  width: 24px;
  height: 24px;
  margin: 0;
  fill: var(--tcinn-a11y-toolbar-close-btn-icon-color);
}
#tcinn-a11y-toolbar.right button .tcinn-label, #tcinn-a11y-toolbar.right a.problem-report .tcinn-label, #tcinn-a11y-toolbar.left button .tcinn-label, #tcinn-a11y-toolbar.left a.problem-report .tcinn-label, #tcinn-a11y-toolbar.header-action button .tcinn-label, #tcinn-a11y-toolbar.header-action a.problem-report .tcinn-label {
  font-size: 15px;
}
#tcinn-a11y-toolbar.has-moved {
  margin: 0;
}
#tcinn-a11y-toolbar a.problem-report {
  background-color: var(--tcinn-a11y-problem-bg);
  text-decoration: none;
}
#tcinn-a11y-toolbar a.problem-report .tcinn-label {
  color: var(--tcinn-a11y-problem-text);
  font-weight: normal;
}
#tcinn-a11y-toolbar a.problem-report .tcinn-icon svg {
  fill: var(--tcinn-a11y-problem-icon);
}
#tcinn-a11y-toolbar.typ-large {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  background-color: var(--tcinn-a11y-toolbar-container-bg-color);
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  top: inherit;
  bottom: 0;
  transform: none;
  gap: 3px;
  padding: 64px 10px 10px 10px;
  transition: height 0.15s ease-out;
  height: var(--tcinn-a11y-toolbar-heightMobile);
  z-index: var(--tcinn-a11y-toolbar-z-index);
}
@media (min-width: 768px) {
  #tcinn-a11y-toolbar.typ-large {
    height: var(--tcinn-a11y-toolbar-heightDesktop);
    max-width: 360px;
    margin: 20px;
    border-radius: var(--tcinn-a11y-btnBorderRadius);
  }
}
#tcinn-a11y-toolbar.typ-large .tcinn-accessibility-toolbar-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 3px;
  overflow-y: auto;
  height: 100%;
  width: 100%;
}
#tcinn-a11y-toolbar.typ-large button {
  display: flex;
  flex-direction: column;
  border-radius: var(--tcinn-a11y-btnBorderRadius);
  padding: 5px;
  width: calc(50% - 1.5px);
  margin: 0;
  justify-content: center;
  background-color: var(--tcinn-a11y-btnBg);
}
@media (min-width: 768px) {
  #tcinn-a11y-toolbar.typ-large button {
    padding: 10px;
  }
}
#tcinn-a11y-toolbar.typ-large button .tcinn-label {
  font-weight: normal;
  color: var(--tcinn-a11y-btnText);
}
#tcinn-a11y-toolbar.typ-large button .tcinn-icon {
  margin: 0;
  filter: none;
}
#tcinn-a11y-toolbar.typ-large button .tcinn-icon svg {
  width: auto;
  height: 20px;
  margin-bottom: 1px;
  fill: var(--tcinn-a11y-btnIcon);
}
@media (min-width: 768px) {
  #tcinn-a11y-toolbar.typ-large button .tcinn-icon svg {
    margin-bottom: 6px;
    height: 26px;
  }
}
#tcinn-a11y-toolbar.typ-large button:hover {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.5);
}
#tcinn-a11y-toolbar.typ-large button#close-toolbar-button {
  bottom: inherit;
  top: -3px;
  left: -3px;
  border-radius: var(--tcinn-a11y-btnBorderRadius);
  right: inherit;
  margin: 10px 1px 1px 10px;
  width: 40px;
  height: 40px;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  color: var(--tcinn-a11y-toolbar-close-btn-icon-color);
  background-color: var(--tcinn-a11y-toolbar-close-btn-bg-color);
}
#tcinn-a11y-toolbar.typ-large a#problem-report-button {
  border-radius: var(--tcinn-a11y-btnBorderRadius);
  padding: 11px 10px 10px 10px;
  justify-content: center;
  width: 100%;
}
#tcinn-a11y-toolbar.typ-large a#problem-report-button:hover {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.5);
}
#tcinn-a11y-toolbar.typ-large .tcinn-a11y-toolbar-title {
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--tcinn-a11y-btnBorderRadius) var(--tcinn-a11y-btnBorderRadius) 0 0;
  position: absolute;
  top: -10px;
  right: -10px;
  margin: 10px 10px 1px 1px;
  width: 100%;
  color: var(--tcinn-a11y-toolbar-title-color);
  background-color: var(--tcinn-a11y-toolbar-title-bg-color);
  padding: 5px;
  height: 54px;
}
#tcinn-a11y-toolbar.typ-large, #tcinn-a11y-toolbar.typ-compact {
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  justify-content: safe center;
  max-height: calc(96dvh - 40px);
  height: auto;
}
#tcinn-a11y-toolbar.typ-compact button.toolbar-close-button {
  position: relative;
  bottom: 0;
  right: 0;
  margin: 3px auto 0;
}
#show-toolbar-button {
  outline: none;
  z-index: var(--tcinn-a11y-initial-btn-z-index);
}
#show-toolbar-button:focus, #show-toolbar-button:focus-visible {
  outline: 3px solid var(--bs-focus-ring-color);
  outline-offset: 2px;
}
#show-toolbar-button:not(.header-action) {
  width: 52px;
  height: 52px;
  border-radius: var(--tcinn-a11y-initial-btn-border-radius);
  border: none;
  background-color: var(--tcinn-a11y-initial-btn-bg-color);
  position: fixed;
}
#show-toolbar-button:not(.header-action).align-left, #show-toolbar-button:not(.header-action).header {
  bottom: var(--tcinn-a11y-button-offsetY);
  left: var(--tcinn-a11y-button-offsetX);
}
#show-toolbar-button:not(.header-action).align-right {
  bottom: var(--tcinn-a11y-button-offsetY);
  right: var(--tcinn-a11y-button-offsetX);
}
#show-toolbar-button:not(.header-action) svg {
  width: 32px;
  height: 32px;
  fill: var(--tcinn-a11y-initial-btn-icon-color);
  color: var(--tcinn-a11y-initial-btn-icon-color);
}
#show-toolbar-button.hidden:not(.header-action) {
  display: none;
}
#show-toolbar-button.header-action {
  max-height: 40px;
  border-radius: var(--tcinn-a11y-initial-btn-border-radius);
  background-color: var(--tcinn-a11y-initial-btn-bg-color);
}
#show-toolbar-button.header-action svg {
  fill: var(--tcinn-a11y-initial-btn-icon-color);
  color: var(--tcinn-a11y-initial-btn-icon-color);
}
#show-toolbar-button.header-action:hover {
  opacity: 0.8;
}
body.tcinn-a11y-underline-links a[href], body.tcinn-a11y-underline-links a[href] * {
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
}
body.tcinn-a11y-underline-links [role="link"], body.tcinn-a11y-underline-links [role="link"] * {
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  cursor: pointer !important;
}
body.tcinn-a11y-underline-links [onclick] {
  text-decoration-line: underline !important;
  cursor: pointer !important;
}
body.tcinn-a11y-underline-links a[href]:link, body.tcinn-a11y-underline-links a[href]:visited, body.tcinn-a11y-underline-links a[href]:hover, body.tcinn-a11y-underline-links a[href]:active, body.tcinn-a11y-underline-links a[href]:focus {
  text-decoration-line: underline !important;
}
body.tcinn-a11y-readable-font, body.tcinn-a11y-readable-font *, body.tcinn-a11y-readable-font *::before, body.tcinn-a11y-readable-font *::after {
  font-family: sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Oxygen, Ubuntu, Cantarell, "Open Sans" !important;
  letter-spacing: 0.02em !important;
}
body.tcinn-a11y-no-animations, body.tcinn-a11y-no-animations * {
  animation: none !important;
  transition: none !important;
}
body.tcinn-a11y-large-cursor, body.tcinn-a11y-large-cursor * {
  cursor: url("data:image/svg+xml;utf8,  <svg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 24 24'>    <polygon points='1,1 1,23 7,17 12,23 15,20 10,15 17,15' fill='%23000' stroke='%23fff' stroke-width='1'/>  </svg>") 0 0, auto !important;
}
.tcinn-a11y-no-img-placeholder {
  display: inline-block;
  padding: 0.25em 0.5em;
  border: 2px dashed var(--bs-focus-ring-color);
  background: #f9f9f9;
  color: #333;
  font-style: italic;
}
#tcinn-a11y-overlay {
  pointer-events: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
  display: none;
}
body.tcinn-a11y-inverted #tcinn-a11y-overlay {
  display: block;
  background: white;
  mix-blend-mode: difference;
}
body.tcinn-a11y-inverted #tcinn-a11y-overlay*:not(path) {
  color: #000;
}
body.tcinn-a11y-monochrome #tcinn-a11y-overlay {
  display: block;
  backdrop-filter: grayscale(100%);
}
body.tcinn-a11y-desaturate #tcinn-a11y-overlay {
  display: block;
  backdrop-filter: saturate(50%);
}
body.tcinn-a11y-saturate #tcinn-a11y-overlay {
  display: block;
  backdrop-filter: saturate(150%);
}
body.tcinn-a11y-headings-outline h1, body.tcinn-a11y-headings-outline .h1, body.tcinn-a11y-headings-outline h2, body.tcinn-a11y-headings-outline .h2, body.tcinn-a11y-headings-outline h3, body.tcinn-a11y-headings-outline .h3, body.tcinn-a11y-headings-outline h4, body.tcinn-a11y-headings-outline .h4, body.tcinn-a11y-headings-outline h5, body.tcinn-a11y-headings-outline .h5, body.tcinn-a11y-headings-outline h6, body.tcinn-a11y-headings-outline .h6 {
  outline: 2px solid var(--bs-focus-ring-color) !important;
  outline-offset: 2px;
}
#tcinn-a11y-reading-guide-line {
  position: fixed;
  left: 0;
  width: 100vw;
  height: 2px;
  background: var(--bs-focus-ring-color);
  pointer-events: none;
  z-index: 9999;
}
.chat-container {
  background-color: #008555;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: fixed;
  z-index: calc(var(--bs-offcanvas-zindex) - 1);
  width: auto;
  border-radius: 50%;
  cursor: pointer;
}
.chat-container .chat-avatar {
  display: none;
  border-radius: 50%;
  object-fit: cover;
}
.chat-container .chat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--biloba-closed-bubble-size, 70px);
  height: var(--biloba-closed-bubble-size, 70px);
}
.chat-container .chat-icon .icon {
  width: calc(var(--biloba-closed-bubble-size, 70px) * 3 / 7);
  height: calc(var(--biloba-closed-bubble-size, 70px) * 3 / 7);
  color: #fff;
}
.chat-container .chat-icon .icon svg {
  top: 0;
}
.chat-container .chat-icon .chat-text {
  display: none;
}
.chat-container .chat-icon .chat-avatar--closed-icon {
  width: 100%;
  height: 100%;
}
.chat-container.chat-closed-icon-mode-avatar .chat-icon .icon, .chat-container.chat-closed-icon-mode-avatar .chat-icon .chat-text {
  display: none;
}
.chat-container.chat-closed-icon-mode-avatar .chat-icon .chat-avatar--closed-icon {
  display: block;
}
.chat-container.chat-closed-icon-mode-avatar:not(.open) {
  background-color: transparent;
  box-shadow: none;
}
.chat-container.chat-avatar-position-header-left .chat-avatar--header-left, .chat-container.chat-avatar-position-header-right .chat-avatar--header-right {
  display: block;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.chat-container.chat-avatar-position-header-center .assistant-name {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.chat-container.chat-avatar-position-header-center .assistant-name .chat-avatar--header-center {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.chat-container.chat-avatar-position-header-center-replace-name .assistant-name .assistant-name-text {
  display: none;
}
.chat-container.chat-avatar-position-header-center-replace-name .chat-avatar--header-center-replace-name {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}
.chat-container.chat-avatar-position-above-buttons .chat-avatar--above-buttons {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 12px;
}
.chat-container[data-biloba-assistant-frontend-display-type="text"] {
  border-radius: 8px;
  width: auto;
}
.chat-container[data-biloba-assistant-frontend-display-type="text"] .chat-icon {
  width: auto;
  height: auto;
  padding: 12px 20px;
}
.chat-container[data-biloba-assistant-frontend-display-type="text"] .chat-icon .icon {
  display: none;
}
.chat-container[data-biloba-assistant-frontend-display-type="text"] .chat-icon .chat-text {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.chat-container .chat {
  display: none;
}
.chat-container.open {
  cursor: default;
  width: 320px;
  padding: 0;
  border-radius: 0;
  border-radius: 8px;
  background-color: white;
  z-index: 10000;
}
.chat-container.open .chat-icon {
  display: none;
}
.chat-container.open .chat {
  display: block;
}
.chat-container.needs-consent .chat-body .greeting, .chat-container.needs-consent .chat-body .options, .chat-container.needs-consent .chat-body .messages {
  display: none;
}
.chat-container.needs-consent .chat-body .dsgvo-consent-overlay {
  display: flex;
}
.chat-container.needs-consent .chat-footer {
  display: none;
}
.chat-container .chat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #008555;
  color: white;
  padding: 10px 15px;
}
.chat-container .chat-header .refresh {
  font-size: 12px;
  cursor: pointer;
}
.chat-container .chat-header .icon {
  color: #fff;
}
.chat-container .chat-header .assistant-name {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  font-size: 14px;
}
.chat-container .chat-header .assistant-name .chat-ai-badge {
  display: inline-block;
  padding: 1px 6px;
  border: 1px solid currentColor;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.chat-container .chat-header .close {
  font-size: 16px;
  cursor: pointer;
}
.chat-container .chat-body {
  padding: 15px;
  min-height: 300px;
  max-height: 70vh;
  overflow: hidden;
  overflow-y: scroll;
}
.chat-container .chat-body .greeting, .chat-container .chat-body .question {
  font-size: 14px;
  margin: 10px 0;
}
.chat-container .chat-body .chat-ai-notice {
  font-size: 11px;
  line-height: 1.4;
  color: #595959;
  margin: 0 0 10px;
  padding: 6px 8px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.chat-container .chat-body .options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.chat-container .chat-body .options .option {
  border: 1px solid #008555;
  background-color: #f5f5f5;
  color: #008555;
  border-radius: 4px;
  padding: 8px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.chat-container .chat-body .options .option:hover {
  background-color: #e1ecf4;
}
.chat-container .chat-body .messages {
  list-style-type: none;
  padding: 0;
}
.chat-container .chat-body .messages li {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 25px;
}
.chat-container .chat-body .messages li.user {
  width: 80%;
  text-align: right;
  margin-left: 20%;
  background-color: #f5f5f5;
  padding: 5px 10px;
  border-radius: 10px;
}
.chat-container .chat-body .messages li.assistant img {
  max-width: 180px;
  max-height: 180px;
  width: auto;
  height: auto;
  display: block;
  margin: 8px 0;
  border-radius: 8px;
}
.chat-container .chat-body .messages li.assistant > ul {
  padding-left: 0;
  list-style-position: inside;
}
.chat-container .chat-body .messages li.assistant > ol {
  padding-left: 1rem;
}
.chat-container .chat-body .messages li.assistant ul ul, .chat-container .chat-body .messages li.assistant ul ol, .chat-container .chat-body .messages li.assistant ol ul, .chat-container .chat-body .messages li.assistant ol ol {
  padding-left: 1.5rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.chat-container .chat-body .dsgvo-consent-overlay {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  min-height: 200px;
}
.chat-container .chat-body .dsgvo-consent-overlay .dsgvo-consent-text {
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}
.chat-container .chat-body .dsgvo-consent-overlay .dsgvo-consent-text a {
  color: #008555;
  text-decoration: underline;
}
.chat-container .chat-body .dsgvo-consent-overlay .dsgvo-consent-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.chat-container .chat-body .dsgvo-consent-overlay .dsgvo-accept-button {
  background-color: #008555;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.chat-container .chat-body .dsgvo-consent-overlay .dsgvo-accept-button:hover {
  opacity: 0.9;
}
.chat-container .chat-body .dsgvo-consent-overlay .dsgvo-decline-button {
  background-color: transparent;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
}
.chat-container .chat-body .dsgvo-consent-overlay .dsgvo-decline-button:hover {
  background-color: #f5f5f5;
}
.chat-container .chat-body .typing-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
}
.chat-container .chat-body .typing-indicator span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  background-color: #008555;
  border-radius: 50%;
  animation: blink 1.4s infinite both;
}
.chat-container .chat-body .typing-indicator span:nth-child(2) {
  animation-delay: 0.2s;
}
.chat-container .chat-body .typing-indicator span:nth-child(3) {
  animation-delay: 0.4s;
}
.chat-container .chat-footer {
  display: flex;
  padding: 10px;
  border-top: 1px solid #ddd;
}
.chat-container .chat-footer .question-input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
}
.chat-container .chat-footer .question-input:focus-visible {
  outline: none;
  box-shadow: none;
}
.chat-container .chat-footer .send-button {
  background-color: #008555;
  border: none;
  border-radius: 0 4px 4px 0;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
}
.chat-container .chat-footer .send-button:hover {
  background-color: rgba(0, 133, 85, 0.5);
}
.chat-container .chat-footer .send-button .icon {
  color: #fff;
}
.chat-container a.disabled, .chat-container button.disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}
@keyframes blink {
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .chat-container.open {
    width: 360px;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    preload-variables.scss
    ======================================
    Set theme default variables for "storefront:hot-proxy".

    Info: Loaded via theme.json (1.)
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: SCSS-Functions
    ==================================================

*/
/*
 +-+-+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |b|y| |T|C|-|I|n|n|o|v|a|t|i|o|n|s|
 +-+-+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    overrides.scss
    ======================================
    Contains all overrides of bootstrap and shopware default variables.

    Please note: Bootstrap uses rem values (e.g. font-size)! Convert px-values if neccessary.

    Info: Loaded via theme.json (2.)
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    base.scss
    ======================================
    Basic styles - Contains the imports to all ThemeWare® styles.

    Linking to assets: background-image: url("/bundles/swagbasicexampletheme/your-image.png");

    Info: Loaded via theme.json (4.)
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Skin variables
    ==================================================
    Imports all variables used by ThemeWare®.
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Bootstrap variables
	==================================================
	Contains bootstrap default variables.

	@TODO: Overrides are stored in ./overrides.scss

	https://getbootstrap.com/docs/5.2/customize/sass/#variable-defaults

	https://github.com/shopware/platform/blob/trunk/src/Storefront/Resources/app/storefront/src/scss/abstract/variables/_bootstrap.scss
	https://github.com/shopware/platform/blob/master/src/Storefront/Resources/app/storefront/src/scss/skin/shopware/abstract/variables/_bootstrap.scss
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: theme.scss
    ======================================
    Contains ThemeWare® default variables.
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Custom variables
    ==================================================
    Contains custom non bootstrap variables.
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: SCSS-Mixins
	==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Bootstrap style '.badge' mixins added (currently overwritten by Shopware)
	==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Bootstrap style '.label' mixins added (currently missing in Shopware)
	==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Icon mixins
	==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Base
	==================================================
	Contains global base styles for all pages.
*/
html {
  font-size: 80%;
}
@media (min-width: 576px) {
  html {
    font-size: 90%;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 100%;
  }
}
.mt-n2p {
  margin-top: -20px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Typography
    ==============================================
    Custom styling for bootstrap typography.
    https://getbootstrap.com/docs/5.2/content/typography
*/
@media (max-width: 575.98px) {
  h1, .h1 {
    line-height: 1.2;
  }
  h2, .h2 {
    line-height: 1.2;
  }
  h3, .h3 {
    line-height: 1.2;
  }
  h4, .h4 {
    line-height: 1.2;
  }
  h5, .h5 {
    line-height: 1.2;
  }
  h6, .h6 {
    line-height: 1.2;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: root.scss
	==================================================
	Set root information.
*/
:root {
  --twt-primary: #008555;
  --twt-primary-dark: #005537;
  --twt-primary-light: #00855533;
  --twt-secondary: #566573;
  --twt-secondary-dark: #4b5864;
  --twt-secondary-light: #617282;
  --twt-breakpoint-xxxs: 0;
  --twt-breakpoint-xxs: 320px;
  --twt-breakpoint-xs: 480px;
  --twt-breakpoint-sm: 576px;
  --twt-breakpoint-md: 768px;
  --twt-breakpoint-lg: 992px;
  --twt-breakpoint-xl: 1200px;
  --twt-breakpoint-xxl: 1440px;
  --twt-breakpoint-xxxl: 1600px;
  --twt-breakpoint-xxxxl: 1920px;
  --twt-bg-blur: 10px;
  --twt-blur: 5px;
  --twt-brightness: 125%;
  --twt-contrast: 125%;
  --twt-grayscale: 100%;
  --twt-opacity: 75%;
  --twt-saturate: 125%;
  --twt-scale: 110%;
  --twt-theme: Strong;
  --twt-version: p4011;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Alert
	==============================================
	Custom styling for bootstrap alert component.
	https://getbootstrap.com/docs/5.2/components/alerts

	Origin: Shopware base & skin
*/
/* ThemeWare/Note:
 * Shopware removes the padding and borders of alerts.
 * Bootstrap uses:
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
 */
.alert {
  border-radius: 2px;
  font-size: 15px;
  font-size: 0.9375rem;
}
.alert h1, .alert .h1, .alert h2, .alert .h2, .alert h3, .alert .h3, .alert h4, .alert .h4, .alert h5, .alert .h5, .alert h6, .alert .h6 {
  margin-bottom: 0.5rem;
}
.alert .alert-content-container {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.content-main > .flashbags > .alert {
  margin-top: 20px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Sidebar category navigation
	==============================================
	Styling for category navigation component.

	Origin: Shopware base
*/
.category-navigation.level-1 {
  padding-bottom: 0;
}
.category-navigation-link {
  color: #111111;
  background-color: #ffffff;
}
.category-navigation-link:hover {
  color: #ffffff;
  background-color: #008555;
}
.category-navigation-link.is-active {
  color: #ffffff;
  background-color: #008555;
}
.cms-element-category-navigation .category-navigation-box {
  border: 1px solid #eeeeee;
}
.cms-element-category-navigation .category-navigation-box > .category-navigation.level-0 > .category-navigation-entry > .category-navigation-link {
  padding: 7px 13px;
}
.cms-element-category-navigation .category-navigation-box > .category-navigation.level-0 > .category-navigation-entry > .category-navigation.level-1 {
  padding-left: 0;
}
.cms-element-category-navigation .category-navigation-box > .category-navigation.level-0 > .category-navigation-entry > .category-navigation.level-1 > .category-navigation-entry > .category-navigation-link {
  padding: 7px 13px 7px 25px;
}
.category-navigation-box {
  border: 1px solid #eeeeee;
  border-radius: 2px;
  background-color: #ffffff;
}
.category-navigation-box .category-navigation.level-0 > .category-navigation-entry:last-of-type {
  border-bottom: none;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Backdrop
    ==============================================
    Custom styling for backdrop used by bootstrap modal und custom offcanvas component.
    https://getbootstrap.com/docs/5.2/components/modal

    Origin: Shopware base
*/
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-backdrop.show {
  opacity: 1;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Base slider
    ==============================================
    Styling for base slider component.
    Contains minimal styling for a slider with arrow and/or dot navigation.
    based on: https://github.com/ganlanyuan/tiny-slider

    Origin: Shopware base
*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
.base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-prev, .base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-next {
  opacity: 1;
  border-radius: 2px;
  border: none;
  background-color: transparent;
}
.base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-prev .icon, .base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-next .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #008555;
}
.base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-prev:hover, .base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-next:hover {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
.base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-prev:hover .icon, .base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-next:hover .icon {
  color: #566573;
}
.base-slider-controls-prev:not(.gallery-slider-controls-prev):not(.image-slider-controls-prev):not(.product-slider-controls-prev) .icon > svg {
  top: 0;
  left: -2px;
}
.base-slider-controls-next:not(.gallery-slider-controls-next):not(.image-slider-controls-next):not(.product-slider-controls-next) .icon > svg {
  top: 0;
  right: -1px;
}
@media (min-width: 992px) {
  .base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls {
    opacity: 0;
    transition: opacity 0.2s ease-in;
  }
}
@media (min-width: 992px) {
  .base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider):hover .base-slider-controls {
    opacity: 1;
  }
}
/*.base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) { // Exclude some elements because they were separately configured*/
.base-slider .tns-nav, .base-slider .base-slider-dots {
  align-items: center;
  display: flex;
}
.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 8px;
  transition: all 0.3s ease-in-out;
  background-color: #bcc1c7;
}
.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.tns-nav-active, .base-slider .tns-nav button.tns-nav-active, .base-slider .base-slider-dots .base-slider-dot.tns-nav-active, .base-slider .base-slider-dots button.tns-nav-active {
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #798490;
}
.base-slider:not(.has-dots-outside) .tns-nav, .base-slider:not(.has-dots-outside) .base-slider-dots {
  margin: 15px 0;
}
.base-slider.has-dots-outside {
  padding-bottom: 45px;
}
.base-slider.has-dots-outside .tns-nav, .base-slider.has-dots-outside .base-slider-dots {
  margin: 15px 0;
}
/*@include media-breakpoint-up(md) {
  .base-slider {
    .tns-nav,
    .base-slider-dots {
      .base-slider-dot,
      button {
      }

      &.hide-dots {
      }
    }
  }
}*/
/*@include media-breakpoint-down(md) {
  .base-slider {
    .tns-nav,
    .base-slider-dots {

      &.hide-dots,
      &.hide-dots-mobile {
      }
    }
  }
}*/
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Image slider
    ==============================================
    Styling for image slider component.
    Displays images in a reusable slider component.
    based on "base-slider" component and "tiny-slider" (https://github.com/ganlanyuan/tiny-slider)

	Origin: Shopware base
*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
.image-slider .image-slider-controls-prev, .image-slider .image-slider-controls-next {
  opacity: 1;
  border-radius: 2px;
  border: none;
  background-color: transparent;
}
.image-slider .image-slider-controls-prev .icon, .image-slider .image-slider-controls-next .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #008555;
}
.image-slider .image-slider-controls-prev:hover, .image-slider .image-slider-controls-next:hover {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
.image-slider .image-slider-controls-prev:hover .icon, .image-slider .image-slider-controls-next:hover .icon {
  color: #566573;
}
.image-slider.has-nav-outside {
  padding-right: 0;
  padding-left: 0;
}
.image-slider-controls-prev .icon > svg {
  top: 0;
  left: -2px;
}
.image-slider-controls-prev.is-nav-prev-outside {
  left: 0;
}
.image-slider-controls-next .icon > svg {
  top: 0;
  right: -1px;
}
.image-slider-controls-next.is-nav-next-outside {
  right: 0;
}
@media (min-width: 992px) {
  .image-slider .base-slider-controls {
    opacity: 0;
    transition: opacity 0.2s ease-in;
  }
}
@media (min-width: 992px) {
  .image-slider:hover .base-slider-controls {
    opacity: 1;
  }
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Product slider
    ==============================================
    Styling for product slider component.
    Displays product-boxes in a reusable slider component.
    based on "base-slider" component and "tiny-slider" (https://github.com/ganlanyuan/tiny-slider)

	Origin: Shopware base
*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
.product-slider .product-slider-controls-prev, .product-slider .product-slider-controls-next {
  opacity: 1;
  border-radius: 2px;
  border: 1px solid transparent;
  background-color: transparent;
}
.product-slider .product-slider-controls-prev .icon, .product-slider .product-slider-controls-next .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #008555;
}
.product-slider .product-slider-controls-prev:hover, .product-slider .product-slider-controls-next:hover {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
.product-slider .product-slider-controls-prev:hover .icon, .product-slider .product-slider-controls-next:hover .icon {
  color: #566573;
}
.product-slider-controls-prev {
  left: 0;
}
.product-slider-controls-prev .icon > svg {
  top: 0;
  left: -2px;
}
.product-slider-controls-prev.is-arrow-prev-inside {
  left: 0;
}
.product-slider-controls-next {
  right: 0;
}
.product-slider-controls-next .icon > svg {
  top: 0;
  right: -1px;
}
.product-slider-controls-next.is-arrow-next-inside {
  right: 0;
}
@media (min-width: 992px) {
  .product-slider .base-slider-controls {
    opacity: 0;
    transition: opacity 0.2s ease-in;
  }
}
@media (min-width: 992px) {
  .product-slider:hover .base-slider-controls {
    opacity: 1;
  }
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Gallery slider
	==============================================
	Styling for gallery slider component.
	Displays images in a slider gallery with thumbnail navigation.
	based on "base-slider" component and "tiny-slider" (https://github.com/ganlanyuan/tiny-slider)

	Origin: Shopware base
*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
.gallery-slider .gallery-slider-controls-prev, .gallery-slider .gallery-slider-controls-next {
  opacity: 1;
  border-radius: 2px;
  border: none;
  background-color: #ffffff;
}
.gallery-slider .gallery-slider-controls-prev .icon, .gallery-slider .gallery-slider-controls-next .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #008555;
}
.gallery-slider .gallery-slider-controls-prev:hover, .gallery-slider .gallery-slider-controls-next:hover {
  border-color: rgba(0, 0, 0, 0);
  background-color: #ececec;
}
.gallery-slider .gallery-slider-controls-prev:hover .icon, .gallery-slider .gallery-slider-controls-next:hover .icon {
  color: #566573;
}
.gallery-slider-controls-prev .icon > svg {
  top: 0;
  left: -2px;
}
.gallery-slider-controls-next .icon > svg {
  top: 0;
  right: -1px;
}
.gallery-slider-spatial-canvas-wrapper.spatial-canvas-display {
  background-color: rgba(255, 255, 255, 0);
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Magnifier
    ==============================================
    Styling for magnifier component.
    Displays a lens over a single image or gallery slider and shows the magnified version of the image.

	Origin: Shopware base
*/
.magnifier-zoom-image {
  max-height: 480px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: OffCanvas
    ==============================================
    Move page content like the navigation menu in a sliding OffCanvas menu.
    The sliding direction can be left or right.
    @see https://getbootstrap.com/docs/5.2/components/offcanvas

	Origin: Shopware base
*/
.offcanvas {
  --bs-offcanvas-bg: #fff;
}
.offcanvas .offcanvas-close {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.offcanvas-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Product box
	==============================================
	Styling for productbox component.

	Origin: Shopware base
*/
/* @TODO
    - Deactivate hover effects in mobile viewports...
    - Add separate configuration for the three box-layouts...
 */
.product-box, .swkweb-content-manager-article-box {
  transition: border-color 0.2s ease, background-color 0.2s ease;
  background-color: #ffffff;
  border-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.product-box .product-image-wrapper, .swkweb-content-manager-article-box .product-image-wrapper {
  overflow: hidden;
  border-radius: 2px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-box .product-image-wrapper img, .swkweb-content-manager-article-box .product-image-wrapper img {
  transition: all 0.25s ease;
  transform: scale(1);
  will-change: transform;
}
.product-box .product-description, .swkweb-content-manager-article-box .product-description, .product-box .swkweb-content-manager-article-box-content, .swkweb-content-manager-article-box .swkweb-content-manager-article-box-content {
  height: auto;
}
@media (max-width: 575.98px) {
  .product-box .product-description, .swkweb-content-manager-article-box .product-description, .product-box .swkweb-content-manager-article-box-content, .swkweb-content-manager-article-box .swkweb-content-manager-article-box-content {
    display: none;
  }
}
.product-box .product-info, .swkweb-content-manager-article-box .product-info {
  transition: all 0.25s ease;
}
@media (min-width: 576px) {
  .product-box .product-action, .swkweb-content-manager-article-box .product-action {
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  }
}
.product-box.box-standard .product-image-wrapper, .box-standard.swkweb-content-manager-article-box .product-image-wrapper {
  flex-basis: 200px;
}
.product-box.box-minimal .product-image-wrapper, .box-minimal.swkweb-content-manager-article-box .product-image-wrapper {
  flex-basis: 200px;
}
.product-box.box-image .product-image-wrapper, .box-image.swkweb-content-manager-article-box .product-image-wrapper {
  flex-basis: 332px;
}
.product-box.box-image .product-image-wrapper img.is-cover, .box-image.swkweb-content-manager-article-box .product-image-wrapper img.is-cover {
  object-fit: scale-down;
}
/*
  _           _____ ___   ___                        _   _
 | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _    ___
 | '_ \ || |   | || (_|___| ||   \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
 |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
	   |__/
*/
.product-box:hover, .swkweb-content-manager-article-box:hover {
  background-color: #ffffff;
  border-color: #d8d8d8;
}
.product-box:hover .product-image-wrapper img, .swkweb-content-manager-article-box:hover .product-image-wrapper img {
  transform: scale(1.1);
}
@media (min-width: 576px) {
  .product-box, .swkweb-content-manager-article-box {
    overflow: hidden;
  }
}
@media (min-width: 576px) {
  .product-box .product-action, .swkweb-content-manager-article-box .product-action {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.25s ease;
  }
  .product-box:hover .product-action, .swkweb-content-manager-article-box:hover .product-action {
    bottom: 0;
    opacity: 1;
  }
}
/*
  _           _____ ___   ___                        _   _
 | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _    ___
 | '_ \ || |   | || (_|___| ||   \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
 |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
	   |__/
*/
.product-info {
  text-align: center;
}
.product-variant-characteristics .product-variant-characteristics-text {
  margin-right: 0;
  padding-right: 0;
  max-width: 100%;
  text-align: center;
}
.product-variant-characteristics .product-variant-characteristics-text::after {
  background: #ffffff;
}
.product-rating {
  position: absolute;
  right: 20px;
  width: auto;
  height: auto;
  margin: 0;
  text-align: right;
  margin-top: -40px;
  z-index: 2;
}
.product-rating .product-review-rating {
  display: inline-block;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-right: 0;
  transition: background-color 0.2s ease;
  text-align: center;
  background-color: #ffffff;
  padding: 6px 6px 2px 6px;
  border-radius: 2px;
}
.product-rating .product-review-rating .product-review-point {
  display: inline-block;
  margin: 0 -1px;
}
.product-price-unit {
  margin-bottom: 0;
}
.product-price .list-price {
  color: #566573;
}
.product-price-tax-link {
  text-align: center;
}
.product-badges {
  top: 1rem;
  left: 1rem;
  pointer-events: none;
}
.product-badges .badge {
  font-size: 14px;
  font-size: 0.875rem;
  height: 28px;
  line-height: 28px;
  pointer-events: all;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.product-badges .badge .icon {
  width: 14px;
  height: 14px;
  opacity: 0.8;
  color: inherit;
}
@media (max-width: 575.98px) {
  .product-badges .badge .icon {
    display: none;
  }
}
.product-badges .badge .icon svg {
  top: 2px;
}
.product-badges .badge-new {
  color: #000;
  background-color: #E6C626 !important;
}
.product-slider-item > .product-box, .product-slider-item > .swkweb-content-manager-article-box {
  border: none;
}
.point-rating.point-blank .icon {
  color: #bcc1c7;
}
.point-rating .icon-light {
  color: #bcc1c7;
}
.point-rating .icon-review {
  color: #fedc70;
}
.product-detail-review-form-star.is-active .icon {
  color: #fedc70;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Loader
    ==============================================
    Defines the loader icon

	Origin: Shopware base
*/
.has-element-loader .cms-element-product-listing .twt-product-ordernumber, .has-element-loader .cms-element-product-listing .twt-product-manufacturer {
  border-radius: 0;
  color: transparent;
  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;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Modal
    ==============================================
    Custom styling for bootstrap modal component.
    https://getbootstrap.com/docs/5.2/components/modal

	Origin: Shopware base & skin
*/
.modal {
  --bs-modal-bg: #fff;
}
.modal .modal-dialog {
  max-width: 800px;
}
@media (max-width: 767.98px) {
  .js-pseudo-modal .modal-body {
    padding: 8px;
  }
  .js-pseudo-modal .modal-body .boxed {
    padding-right: 8px;
    padding-left: 8px;
  }
}
/* ThemeWare: Reset cms adjustments */
.modal .cms-section-default {
  padding: 0 !important;
}
.modal .cms-block {
  margin-bottom: 0 !important;
  border: none !important;
  border-radius: inherit !important;
}
.modal .cms-block:not(.bg-color) {
  background-color: inherit !important;
}
.modal .cms-block-container {
  padding: 0 10px !important;
}
.modal .twt-cms-animation.cms-block {
  transition: none !important;
  opacity: 1 !important;
}
.modal .twt-cms-animation.cms-block h1:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block .h1:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block h2:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block .h2:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block h3:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block .h3:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block h4:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block .h4:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block h5:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block .h5:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block h6:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block .h6:not(.twt-cms-animation) {
  transition: none !important;
  opacity: 1 !important;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Pagination
    ==============================================
    Custom styling for bootstrap pagination component.
    https://getbootstrap.com/docs/5.2/components/pagination

	Origin: Shopware base & skin
*/
.pagination {
  flex-wrap: wrap;
}
.pagination .page-item.disabled .page-link {
  color: #798490;
  background: #eeeeee;
}
.pagination .page-item.disabled a {
  color: #798490;
}
.pagination .page-item.active a {
  color: #ffffff;
}
.pagination .page-item:not(.disabled):not(.active) .icon {
  color: #008555;
}
.pagination .page-item:not(.disabled):not(.active).disabled .icon {
  color: #798490;
}
.pagination .page-item:not(.disabled):not(.active).active .icon {
  color: #ffffff;
}
.pagination .page-link {
  margin-top: 3px;
  margin-bottom: 3px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: CMS blocks
    ==============================================
    General styling for cms blocks and
    specific styling for elements dependent on their parent block

    Origin: Shopware base & skin
*/
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS elements
	==============================================
	General styling for cms elements

	Origin: Shopware base & skin
*/
/*
  _           _____ ___   ___                        _   _
 | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
 | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
 |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
       |__/
*/
.cms-block-image-text .cms-block-container-row {
  align-items: flex-start;
}
.cms-block-image-text .cms-block-container-row .col-md-6 + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-additional + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-additional + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .checkout-additional + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-additional + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-additional + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .col-md-6 + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-additional, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-additional, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .col-md-6 + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-aside {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .cms-block-image-text .cms-block-container-row .col-md-6 + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-additional + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-additional + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .checkout-additional + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-additional + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-additional + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .col-md-6 + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-additional, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-additional, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .col-md-6 + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-aside {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .cms-block-image-text .cms-block-container-row .col-md-6 + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-additional + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-additional + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .checkout-additional + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .checkout-aside + .col-md-6, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-act-confirmpage .checkout .checkout-additional + .checkout-aside, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .is-act-finishpage .checkout .checkout-additional + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .is-ctl-accountorder .checkout .checkout-additional + .checkout-aside, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-aside, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .col-md-6 + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-act-confirmpage .checkout .checkout-aside + .checkout-additional, .is-act-confirmpage .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .is-ctl-accountorder .checkout .checkout-aside + .checkout-additional, .is-ctl-accountorder .checkout .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .checkout-aside + .checkout-additional, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-additional, .cms-block-image-text .cms-block-container-row .is-act-finishpage .checkout .col-md-6 + .checkout-aside, .is-act-finishpage .checkout .cms-block-image-text .cms-block-container-row .col-md-6 + .checkout-aside {
    margin-bottom: 20px;
  }
}
.cms-block-image-four-column .col-md-3 {
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 479.98px) {
  .cms-row > .cms-block-image-four-column:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .cms-block-text-three-column .cms-element-product-slider {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.cms-element-product-slider .product-box .product-image-wrapper, .cms-element-product-slider .swkweb-content-manager-article-box .product-image-wrapper {
  background-color: rgba(0, 0, 0, 0);
}
.cms-element-product-listing-actions div.sorting {
  margin-top: 3px;
  margin-bottom: 3px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Forms
    ==============================================
    Custom styling for bootstrap forms.
    https://getbootstrap.com/docs/5.2/forms/overview

	Origin: Shopware base
*/
.form-check-input:focus ~ .form-check-label::before {
  cursor: pointer;
  box-shadow: none;
}
.form-check-input:focus ~ .form-check-label::after {
  cursor: pointer;
}
.form-check-input ~ .form-check-label::before {
  cursor: pointer;
  box-shadow: none;
}
.form-check-input ~ .form-check-label::after {
  cursor: pointer;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Address manager
    ==============================================

    Origin: Shopware base
*/
.address-manager-list-base a.btn-outline-primary:hover .icon {
  color: var(--bs-btn-hover-color);
}
.address-manager-list-base a.btn-outline-primary:focus-visible .icon {
  color: var(--bs-btn-hover-color);
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Payment method
    ==============================================
    Custom styling for payment form used e.g. on account and checkout pages.

	Origin: Shopware base & skin
*/
.payment-method-description strong {
  font-size: 1rem;
  color: #111111;
}
.payment-method-description p {
  font-size: 0.9rem;
  color: #71767b;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Shipping method
    ==============================================
    Custom styling for shipping form used e.g. on account and checkout pages.

	Origin: Shopware base & skin
*/
.shipping-method-description strong {
  font-size: 1rem;
  color: #111111;
}
.shipping-method-description p {
  font-size: 0.9rem;
  color: #71767b;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Filter panel
	==============================================
	Styling for filter panel component.
	This file contains the generic styling for all filter items.

	Origin: Shopware base
*/
.filter-panel-items-container {
  margin-bottom: 0;
}
.filter-panel-item button {
  /*&.disabled { ... }*/
}
.filter-panel-item button:not(.disabled) {
  color: #333333;
  border-color: #eeeeee;
  background-color: #ffffff;
}
.filter-panel-item button:not(.disabled):hover {
  opacity: 0.9;
}
.filter-panel-item button .icon.icon-filter-panel-item-toggle svg {
  top: 1px;
  color: #333333;
}
.filter-panel-item.show .filter-panel-item-toggle {
  color: #008555;
  border-color: #008555;
}
.filter-panel-item.show .filter-panel-item-toggle svg {
  color: #008555;
}
.filter-panel-item .dropdown-menu {
  margin-top: -8px;
  background-color: #ffffff;
}
.filter-panel.is--sidebar {
  margin-bottom: 0;
}
.filter-panel.is--sidebar .filter-panel-item {
  position: relative;
  margin-bottom: -1px;
}
.filter-panel.is--sidebar .filter-panel-item-toggle[aria-expanded="true"] {
  border-color: #f8f8fa;
}
.filter-panel.is--sidebar .filter-panel-item-dropdown {
  border: 1px solid #f8f8fa;
  background-color: #ffffff;
}
.filter-panel.is--sidebar .filter-panel-active-container {
  margin-top: 10px;
}
.filter-panel.is--sidebar .filter-active {
  margin-bottom: 3px;
  border-radius: 2px;
}
.filter-panel.is--sidebar .btn.filter-reset-all {
  border-radius: 2px;
}
.filter-panel:not(.is--sidebar) .filter-panel-active-container {
  margin-bottom: 4px;
}
.filter-panel:not(.is--sidebar) .filter-active {
  border-radius: 2px;
  background-color: #ffffff;
}
.filter-panel:not(.is--sidebar) .btn.filter-reset-all {
  border-radius: 2px;
}
.cms-block-container-row:not(.has--sidebar) .filter-panel-wrapper {
  padding: 20px 0px 0px 20px;
  background-color: #f8f8fa;
}
@media (min-width: 992px) {
  .cms-block-container-row:not(.has--sidebar) .filter-panel-wrapper {
    display: table;
    width: 100%;
    margin-top: -1px;
    margin-bottom: -1px;
    border-top: 1px solid #f8f8fa;
    border-bottom: 1px solid #f8f8fa;
  }
}
/*
  _           _____ ___   ___                        _   _
 | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
 |  _ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _  |  _| / _ \ ' \(_-<
 |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
       |__/
*/
.offcanvas-filter .filter-active {
  border-radius: 2px;
}
.offcanvas-filter .btn.filter-reset-all {
  border-radius: 2px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Filter boolean
	==============================================
	Styling for boolean filter item.
	This filter item should only be used inside a filter panel.

	Origin: Shopware base
*/
.filter-boolean.filter-panel-item {
  color: #333333;
  border-color: #eeeeee;
  border-radius: 2px;
  background-color: #ffffff;
}
.filter-boolean.filter-panel-item:hover {
  opacity: 0.9;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Filter range
    ==============================================
    Styling for range filter item.
    This filter item should only be used inside a filter panel.

	Origin: Shopware base
*/
.filter-range-unit {
  bottom: 2px;
  height: 30px;
  line-height: 30px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Product wishlist
    ==============================================
    Styling for productbox component.

	Origin: Shopware base
*/
.product-wishlist {
  margin-bottom: 10px;
}
.product-wishlist-action-circle {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  bottom: inherit;
  top: 0;
  right: 0;
  background: #f9f9f9;
}
.product-wishlist-action-circle:hover {
  background: #e0e0e0;
}
.product-wishlist-action-circle .icon-wishlist svg {
  top: 3px !important;
}
.product-wishlist-btn-remove {
  top: 15px;
  right: 15px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  background: #f9f9f9;
}
.product-wishlist-btn-remove:hover {
  background: #e0e0e0;
}
.product-wishlist .icon-wishlist, .product-wishlist .icon-wishlist-remove {
  color: #4a545b;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _  | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Quantity selector
    ==============================================

	Origin: Shopware base
*/
.quantity-selector-group .btn {
  --bs-btn-bg: #ffffff;
  border: 1px solid #cccccc;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 2px;
  border-left-width: 0;
}
.quantity-selector-group .btn:hover {
  color: #008555;
  border-color: #008555;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Basic captcha
    ==============================================

    Origin: Shopware base
*/
.basic-captcha {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.basic-captcha-content-code {
  margin-bottom: 0.5rem;
}
.basic-captcha-content-refresh-icon {
  align-self: center;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Line item
	==================================================

	Origin: Shopware base
*/
.line-item-quantity-label {
  line-height: 1;
  margin-bottom: 0;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Breadcrumb
	==============================================
	Custom skin styling for bootstrap breadcrumb component.
	https://getbootstrap.com/docs/5.2/components/breadcrumb

	Origin: Shopware skin
*/
.cms-breadcrumb > nav[aria-label="breadcrumb"] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0px 0px;
}
.cms-breadcrumb > nav[aria-label="breadcrumb"] ol.breadcrumb {
  align-items: center;
  margin: 0;
  padding: 0;
}
.cms-breadcrumb {
  position: relative;
  z-index: 1;
}
.is-ctl-navigation .cms-breadcrumb {
  margin-top: 10px;
  margin-bottom: 10px;
}
.is-ctl-navigation .cms-breadcrumb .breadcrumb-inner-container {
  width: 100%;
  max-width: 1400px;
}
.twt-is-cms-product-detail .cms-breadcrumb {
  margin-top: 10px;
  margin-bottom: 10px;
}
.twt-is-cms-product-detail .cms-breadcrumb .breadcrumb-inner-container {
  width: 100%;
  max-width: 1400px;
}
/* ThemeWare: General styling of default elements ------------------------------------------------------------------- */
.breadcrumb-placeholder {
  display: flex;
  justify-content: center;
}
.breadcrumb-placeholder .icon {
  color: #444444;
}
.breadcrumb-placeholder .icon svg {
  top: 1px;
}
.breadcrumb-placeholder span.text {
  color: #444444;
}
.breadcrumb .icon {
  width: 16px;
  height: 16px;
}
.breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb-item div[itemprop="item"] {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  color: #444444;
}
.breadcrumb-item a {
  font-size: 14px;
  font-size: 0.875rem;
  transition: opacity 0.25s ease-in-out;
}
.breadcrumb-item a:not(.is-active) {
  opacity: 1;
  color: #444444;
}
.breadcrumb-item a:not(.is-active):hover {
  opacity: 0.85;
  color: #444444;
}
.breadcrumb-item a.is-active {
  font-weight: 600;
  opacity: 1;
  color: #008555;
}
.breadcrumb-item a.is-active:hover {
  opacity: 0.85;
  color: #008555;
}
/* ThemeWare: Adjustments for 'button' style ------------------------------------------------------------------------ */
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  padding-top: 0;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Button
    ==============================================
    Custom skin styling for bootstrap button component.
    https://getbootstrap.com/docs/5.2/components/buttons

    Origin: Shopware skin
*/
.btn {
  overflow: visible;
}
.btn-buy {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #008555;
  --bs-btn-border-color: #008555;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #007148;
  --bs-btn-hover-border-color: #006a44;
  --bs-btn-focus-shadow-rgb: 38, 151, 111;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #006a44;
  --bs-btn-active-border-color: #006440;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #008555;
  --bs-btn-disabled-border-color: #008555;
  color: #ffffff;
  min-height: 40px;
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #008555;
}
.btn-buy .icon {
  color: #ffffff;
}
.btn-buy:hover {
  color: #ffffff;
}
.btn-buy:hover .icon {
  color: #ffffff;
}
.btn-buy.btn-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #008555;
  --bs-btn-border-color: #008555;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #007148;
  --bs-btn-hover-border-color: #006a44;
  --bs-btn-focus-shadow-rgb: 38, 151, 111;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #006a44;
  --bs-btn-active-border-color: #006440;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #008555;
  --bs-btn-disabled-border-color: #008555;
  color: #ffffff;
}
.btn-buy.btn-primary .icon {
  color: #ffffff;
}
.btn-buy.btn-primary:hover {
  color: #ffffff;
}
.btn-buy.btn-primary:hover .icon {
  color: #ffffff;
}
.btn-detail {
  --bs-btn-color: #000;
  --bs-btn-bg: #f5f5f5;
  --bs-btn-border-color: #f5f5f5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f7f7f7;
  --bs-btn-hover-border-color: #f6f6f6;
  --bs-btn-focus-shadow-rgb: 208, 208, 208;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f7f7f7;
  --bs-btn-active-border-color: #f6f6f6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f5f5f5;
  --bs-btn-disabled-border-color: #f5f5f5;
  min-height: 40px;
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #f5f5f5;
}
.product-detail-buy .btn-buy {
  line-height: 38px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Custom Select
    ==============================================
    Custom skin styling for bootstrap custom select menu.
    https://getbootstrap.com/docs/5.2/forms/select

    Origin: Shopware skin
*/
.custom-select, .form-select {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 2px;
  border-left-width: 0;
  font-family: "Open Sans";
}
.custom-select:hover, .form-select:hover {
  color: #008555;
  border-color: #008555;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Form
    ==============================================
    Custom skin styling for bootstrap forms.
    https://getbootstrap.com/docs/5.2/forms/overview

	Origin: Shopware skin
*/
.form-label {
  margin-bottom: 1px;
  color: #666666;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Open Sans";
}
.form-group {
  margin-bottom: 10px;
}
.form-control {
  min-height: 40px;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 2px;
  border-left-width: 0;
  font-family: "Open Sans";
}
.form-control:hover {
  color: #008555;
  border-color: #008555;
}
.form-control::-moz-placeholder, .form-control::-ms-input-placeholder, .form-control::-webkit-input-placeholder, .form-control::placeholder {
  opacity: 1;
  color: #666977;
}
input.form-control::-moz-placeholder {
  opacity: 1;
  color: #666977;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Tab Menu
    ==============================================
    Custom skin styling for bootstrap card with included tab navigation.
    https://getbootstrap.com/docs/5.2/components/card/#navigation

	Origin: Shopware skin
*/
@media (max-width: 575.98px) {
  .product-detail-tab-navigation-icon .icon {
    width: 16px;
    height: 16px;
  }
}
/*
    Standard/classic product detail pages
    - Fallback product detail pages (not cms pages!)
*/
body:not(.twt-is-cms-product-detail) .card-tabs .card-body {
  padding-top: 20px;
}
body:not(.twt-is-cms-product-detail) .card-tabs .nav-item {
  margin-right: 1px;
}
body:not(.twt-is-cms-product-detail) .card-tabs .nav-item .nav-link {
  background-color: #eeeeee;
  border-bottom: 2px solid #eeeeee;
  color: #333333;
}
@media (max-width: 575.98px) {
  body:not(.twt-is-cms-product-detail) .card-tabs .nav-item .nav-link {
    padding: 10px 10px 10px 13px;
  }
}
@media (min-width: 576px) {
  body:not(.twt-is-cms-product-detail) .card-tabs .nav-item .nav-link {
    padding: 13px 20px 11px 20px;
  }
}
body:not(.twt-is-cms-product-detail) .card-tabs .nav-item .nav-link.active {
  background-color: #008555;
  color: #ffffff;
  border-bottom-color: #005537;
}
body:not(.twt-is-cms-product-detail) .card-tabs .nav-item .nav-link.active span {
  color: #ffffff;
}
body:not(.twt-is-cms-product-detail) .card-tabs .nav-item .nav-link:hover {
  background-color: #f8f8fa;
  color: #111111;
  border-bottom-color: #d8d8d8;
}
body:not(.twt-is-cms-product-detail) .card-tabs .nav-item .nav-link:hover span {
  color: #111111;
}
/*
    Shopware 6.4 cms product pages
    - Tab-menu on product pages as CMS element
*/
@media (max-width: 575.98px) {
  body.twt-is-cms-product-detail .cms-section-sidebar .card-tabs .nav-tabs {
    border-bottom: none;
  }
  body.twt-is-cms-product-detail .cms-section-sidebar .card-tabs .nav-tabs .nav-link, body.twt-is-cms-product-detail .cms-section-sidebar .card-tabs .nav-tabs .nav-link:hover {
    margin: 0 0 10px 0;
    padding: 10px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.05);
  }
}
body.twt-is-cms-product-detail .cms-section-sidebar .card-tabs .card-body {
  padding-top: 20px;
}
@media (max-width: 575.98px) {
  body.twt-is-cms-product-detail div:not(.cms-section-sidebar) .card-tabs .nav-tabs {
    border-bottom: none;
  }
}
body.twt-is-cms-product-detail div:not(.cms-section-sidebar) .card-tabs .card-body {
  padding-top: 20px;
}
body.twt-is-cms-product-detail .card-tabs .nav-item {
  margin-right: 1px;
}
body.twt-is-cms-product-detail .card-tabs .nav-item .nav-link {
  background-color: #eeeeee;
  border-bottom: 2px solid #eeeeee;
  color: #333333;
}
@media (max-width: 575.98px) {
  body.twt-is-cms-product-detail .card-tabs .nav-item .nav-link {
    padding: 10px 10px 10px 13px;
  }
}
@media (min-width: 576px) {
  body.twt-is-cms-product-detail .card-tabs .nav-item .nav-link {
    padding: 13px 20px 11px 20px;
  }
}
body.twt-is-cms-product-detail .card-tabs .nav-item .nav-link.active {
  background-color: #008555;
  color: #ffffff;
  border-bottom-color: #005537;
}
body.twt-is-cms-product-detail .card-tabs .nav-item .nav-link.active span {
  color: #ffffff;
}
body.twt-is-cms-product-detail .card-tabs .nav-item .nav-link:hover {
  background-color: #f8f8fa;
  color: #111111;
  border-bottom-color: #d8d8d8;
}
body.twt-is-cms-product-detail .card-tabs .nav-item .nav-link:hover span {
  color: #111111;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Tables
	==============================================

	Origin: Bootstrap
*/
/*
table,
.table {
	//border-bottom: 1px solid $twt-table-body-border-bottom-color; // @deprecated

	// ThemeWare: Bordered version
	//&.table-bordered {
	//	* {
	//		border-color: $twt-table-border-color; // @deprecated
	//	}
	//}

	// ThemeWare: Head styles
	//&:not(.table-dark) {
	//	thead {
	//		th {
	//			border-bottom-color: $twt-table-head-border-bottom-color; // @deprecated
	//		}
	//	}
	//}
	//thead:not(.thead-dark) {
	//	th {
	//		border-bottom-color: $twt-table-head-border-bottom-color; // @deprecated
	//	}
	//}

	//&.table-dark {
	//	thead {
	//		th {
	//			border-bottom-color: $twt-table-dark-head-border-bottom-color; // @deprecated
	//		}
	//	}
	//}
	//thead.thead-dark {
	//	th {
	//		border-bottom-color: $twt-table-dark-head-border-bottom-color; // @deprecated
	//	}
	//}

	//&.table-light {
	//	thead {
	//		th {
	//			border-bottom-color: $twt-table-head-border-bottom-color; // @deprecated
	//		}
	//	}
	//}
	//thead.thead-light {
	//	th {
	//		border-bottom-color: $twt-table-head-border-bottom-color; // @deprecated
	//	}
	//}

}
*/
.product-detail-price-container table.product-block-prices-grid thead tr th, .product-detail-price-container table.product-block-prices-grid tbody tr th {
  padding-right: 0.75rem !important;
}
.product-detail-price-container table.product-block-prices-grid thead tr td, .product-detail-price-container table.product-block-prices-grid tbody tr td {
  padding-right: 0.5rem !important;
}
.product-detail-properties table {
  margin-bottom: 0.5rem;
}
.product-detail-properties-container table.product-detail-properties-table tbody tr th.properties-label {
  padding-right: 0.75rem;
}
.product-detail-properties-container table.product-detail-properties-table tbody tr td.properties-value {
  padding-right: 0.5rem;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Buy widget adjustments
	==================================================

	Info: This file contains adjustments for the buy widget.

	Origin: Shopware has no own file for this.

    @TODO: Check fullwidth and sidebar layouts
*/
.buy-widget-container .col-4 {
  min-width: 140px;
  width: auto;
}
@media (max-width: 575.98px) {
  .buy-widget-container .col-4 {
    flex-grow: 1;
  }
}
.buy-widget-container .col-8 {
  flex-grow: 1;
  width: auto;
}
.buy-widget-container .col-8 button {
  max-width: 420px;
}
.buy-widget-container .product-detail-quantity-group .input-group-text {
  border: none;
}
.buy-widget-container.has-pack-unit .col-8 button {
  width: 100%;
}
.buy-widget-container.has-pack-unit .quantity-selector-group-input {
  min-width: 50px;
}
.buy-widget-container:not(.has-pack-unit) .quantity-selector-group-input {
  min-width: 50px;
}
.buy-widget-container.has-pack-unit .product-detail-quantity-group .input-group-text {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 2px;
  border-left-width: 0;
  background: transparent;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Container
	==============================================
	Additional styling for bootstrap container layout.
	https://getbootstrap.com/docs/5.2/layout/containers

	Origin: Shopware base
*/
/* ThemeWare: Container adjustment */
.container-main {
  min-height: 80px;
  padding: 0;
}
@media (min-width: 1200px) {
  .container-main {
    min-height: 80px;
  }
}
.container-main > div:not(.container) {
  border-radius: 2px;
}
@media (max-width: 575.98px) {
  .content-main > .container, .cms-section .content-main > .boxed {
    --bs-gutter-x: 20px;
  }
}
/* ThemeWare: Hide Shopware cloud promotion bar */
.container-main + .promotion-bar-container, .content-main + .promotion-bar-container {
  display: none !important;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Top bar
	==================================================
	Contains styles for the top bar located at the top of the page.
    The top bar contains the language switcher, the currency switcher and the service menu.

	Origin: Shopware base & skin

	@deprecated tag:v6.7.0 - This file "_top-bar.scss" will be removed. Appearance will be styled by Bootstrap variables in "scss/skin/shopware/layout/_top-bar.scss".
*/
@media (min-width: 992px) {
  .top-bar {
    background-color: #2e3740;
    /* ThemeWare: Boxed-Layout */
    /*
          _             _______ _____    _____                             _   _
         | |           |__   __/ ____|  |_   _|                           | | (_)
         | |__  _   _     | | | |   _____ | |  _ __  _ __   _____   ____ _| |_ _  ___    __  ___
         | '_ \| | | |    | | | |  |______| | | '_ \| '_ \ / _ \ \ / / _` | __| |/ _ \| '_ \/ __|
         | |_)   |_| |    | | | |____    _| |_| | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
         |_.__/ \__, |    |_|  \_____|  |_____|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
                 __/ |
                |___/
        */
  }
  .top-bar .top-bar-nav {
    line-height: 30px;
    align-items: center;
    height: 30px;
    max-width: 1400px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    justify-content: flex-end;
  }
  .top-bar .top-bar-nav .top-bar-menu-list .top-bar-list-item {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    margin-right: 10px;
    padding-right: 10px;
    color: #ffffff;
    border-right: 1px solid #29323a;
  }
  .top-bar .top-bar-nav .top-bar-menu-list .top-bar-list-item:last-of-type {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  .top-bar .top-bar-nav .top-bar-menu-list .top-bar-list-item:hover {
    color: #ffffff;
  }
  .top-bar .top-bar-nav .top-bar-nav-btn.btn {
    font-size: 14px;
    font-size: 0.875rem;
    color: #ffffff;
  }
  .top-bar .top-bar-nav .top-bar-nav-btn.btn .icon {
    display: none;
  }
  .top-bar .top-bar-nav .top-bar-nav-btn.btn:hover {
    color: #ffffff;
  }
  .top-bar .top-bar-nav .top-bar-nav-btn.btn:hover .icon {
    color: #ffffff;
  }
  .top-bar-currency:empty, .top-bar-language:empty, .top-bar-service:empty {
    display: none;
  }
  .top-bar-hotline {
    font-size: 0.875rem;
    color: #555555;
  }
  .top-bar-hotline a {
    color: #ffffff;
  }
  .top-bar-hotline a:hover {
    color: #ffffff;
  }
  .top-bar .top-bar-hotline {
    display: inline;
  }
  .top-bar .languages-menu .top-bar-nav-text {
    display: inline;
  }
  .top-bar .currencies-menu .top-bar-nav-text {
    display: inline;
  }
  .top-bar .service-menu .top-bar-nav-text {
    display: inline;
  }
}
.languages-menu .top-bar-list-icon {
  margin-right: 0;
}
.languages-menu .top-bar-nav-text {
  margin-left: 0.25rem;
}
.currencies-menu .top-bar-nav-text {
  margin-left: 0.25rem;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Header
	==================================================
	Contains custom styles for the header at the top of the page.
	The header contains the shop logo, the search form and various actions like the offcanvas cart button.

	Origin: Shopware base & skin
*/
/* ThemeWare refactoring:
 * @TODO: see _flyout-search.scss
 * @TODO: Add header-type "default" with minor scss-adjustments
 * @TODO: Add "$twt-header-type-compatibility"-if to exclude all twig-/scss-adjustments
 */
/* --- ThemeWare: Header adjustments ------------------------------ */
header.header-main {
  position: relative;
  align-items: center;
  background-color: #fff;
}
@media (min-width: 576px) {
  header.header-main {
    background-color: #fff;
  }
}
@media (min-width: 992px) {
  header.header-main {
    margin-top: 0px;
  }
}
header.header-main .container, header.header-main .cms-section .boxed, .cms-section header.header-main .boxed {
  max-width: inherit;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
header.header-main .header-row {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 575.98px) {
  header.header-main .header-row {
    padding: 10px 0;
  }
}
@media (max-width: 575.98px) {
  header.header-main .header-row {
    padding: 0;
  }
}
@media (min-width: 576px) {
  header.header-main .header-row {
    padding: 21px 0 20px 0;
  }
}
header.header-main .header-logo-col {
  margin-top: 0;
  padding-bottom: 0;
}
header.header-main .header-actions-col .header-actions-btn .icon > svg {
  top: 0.25em;
}
@media (min-width: 1400px) {
  header.header-main .header-actions-col.col-sm-auto.order-1 {
    background-color: rgba(255, 255, 255, 0);
  }
}
@media (max-width: 575.98px) {
  header.header-main .header-search-col .col, header.header-main .header-search-col .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout header.header-main .header-search-col .checkout-aside, header.header-main .header-search-col .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout header.header-main .header-search-col .checkout-aside, header.header-main .header-search-col .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout header.header-main .header-search-col .checkout-aside {
    padding: 0;
  }
  header.header-main .header-search-col .col #searchCollapse .header-search, header.header-main .header-search-col .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-confirmpage .checkout header.header-main .header-search-col .checkout-aside #searchCollapse .header-search, header.header-main .header-search-col .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search, .is-ctl-accountorder .checkout header.header-main .header-search-col .checkout-aside #searchCollapse .header-search, header.header-main .header-search-col .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-finishpage .checkout header.header-main .header-search-col .checkout-aside #searchCollapse .header-search {
    margin: 0;
    padding: 15px;
  }
  header.header-main .header-search-col .col #searchCollapse .header-close-btn, header.header-main .header-search-col .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-close-btn, .is-act-confirmpage .checkout header.header-main .header-search-col .checkout-aside #searchCollapse .header-close-btn, header.header-main .header-search-col .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-close-btn, .is-ctl-accountorder .checkout header.header-main .header-search-col .checkout-aside #searchCollapse .header-close-btn, header.header-main .header-search-col .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-close-btn, .is-act-finishpage .checkout header.header-main .header-search-col .checkout-aside #searchCollapse .header-close-btn, header.header-main .header-search-col .col #searchCollapse .header-search-btn, header.header-main .header-search-col .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search-btn, .is-act-confirmpage .checkout header.header-main .header-search-col .checkout-aside #searchCollapse .header-search-btn, header.header-main .header-search-col .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search-btn, .is-ctl-accountorder .checkout header.header-main .header-search-col .checkout-aside #searchCollapse .header-search-btn, header.header-main .header-search-col .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search-btn, .is-act-finishpage .checkout header.header-main .header-search-col .checkout-aside #searchCollapse .header-search-btn {
    min-width: 48px;
  }
  header.header-main .header-actions-col .header-nav-main-toggle-label {
    display: none;
  }
}
@media (max-width: 575.98px) and (min-width: 576px) {
  header.header-main .header-search-col .col #searchCollapse .header-search, header.header-main .header-search-col .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-confirmpage .checkout header.header-main .header-search-col .checkout-aside #searchCollapse .header-search, header.header-main .header-search-col .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search, .is-ctl-accountorder .checkout header.header-main .header-search-col .checkout-aside #searchCollapse .header-search, header.header-main .header-search-col .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-finishpage .checkout header.header-main .header-search-col .checkout-aside #searchCollapse .header-search {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  header.header-main .header-search-col .row, header.header-main .header-search-col .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout header.header-main .header-search-col .checkout-container, header.header-main .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout header.header-main .header-search-col .checkout-container, header.header-main .header-search-col .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout header.header-main .header-search-col .checkout-container, header.header-main .header-search-col .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout header.header-main .header-search-col .checkout-container, header.header-main .header-search-col .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout header.header-main .header-search-col .checkout-container, header.header-main .header-search-col body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout header.header-main .header-search-col .checkout-container {
    align-items: center;
  }
}
header.header-main .header-search-form {
  width: 100%;
}
/* --- ThemeWare: Logo adjustments ------------------------------ */
.header-logo-main-link {
  margin-top: 0px;
  display: inline-block;
}
.header-logo-main-link img {
  opacity: 1;
}
.header-logo-main-link img:hover {
  opacity: 0.85;
}
.header-logo-picture {
  min-width: inherit;
  max-width: inherit;
}
.header-logo-main-img {
  width: 100%;
  max-width: 160px;
}
@media (min-width: 576px) {
  .header-logo-main-img {
    max-width: 220px;
    height: auto;
  }
}
/* --- ThemeWare: Search adjustments ------------------------------ */
header.header-main .header-search-col {
  background-color: #2e3740;
}
@media (min-width: 576px) {
  header.header-main .header-search-col {
    background-color: inherit;
  }
}
header.header-main .header-search-form:has(.search-suggest) .header-search-btn {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
header.header-main .header-search-form:has(.search-suggest) .header-close-btn {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
header.header-main .header-search-form .header-search-btn {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
@media (min-width: 576px) {
  header.header-main .header-search {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  header.header-main .header-search {
    width: 100%;
  }
}
header.header-main .header-search .header-search-btn {
  background-color: #ffffff;
  border: 1px solid #008555;
  border-left: none;
}
header.header-main .header-search .header-search-btn .header-search-icon {
  display: flex;
  justify-content: center;
  height: 100%;
}
header.header-main .header-search .header-search-btn .header-search-icon .icon {
  color: #008555;
}
header.header-main .header-search .header-search-btn .header-search-icon .icon > svg {
  top: 0;
}
header.header-main .header-search .header-search-btn .loader {
  color: #008555 !important;
  width: 22px;
  height: 22px;
}
header.header-main .header-search .header-search-btn .loader ~ .header-search-icon, header.header-main .header-search .header-search-btn .loader ~ .header-close-btn {
  display: none;
}
header.header-main .header-search .header-search-btn:hover {
  opacity: 0.85;
}
header.header-main .header-search .header-close-btn .header-close-icon {
  display: flex;
  justify-content: center;
  height: 100%;
}
header.header-main .header-search .header-close-btn .header-close-icon .icon > svg {
  top: 0;
}
header.header-main .header-search input.header-search-input {
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #008555;
  color: #008555;
  background-color: #ffffff;
  text-align: left;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
header.header-main .header-search input.header-search-input:focus {
  border-color: #007e51;
}
header.header-main .header-search input.header-search-input:focus, header.header-main .header-search input.header-search-input:focus ~ .header-search-btn {
  border-color: #008555;
}
header.header-main .header-search .header-search-btn {
  min-height: 100%;
}
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __  ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _` | __| |/ _ \| '_ \/ __|
 | |_) | |_| |   | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__, |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
        |___/
*/
/* --- ThemeWare: Header column adjustments ------------------------------ */
header.header-main .header-actions-col, header.header-main .header-search-col {
  /* ThemeWare: Phone viewport adjustments */
  /* ThemeWare: Tablet viewport adjustments */
}
@media (max-width: 575.98px) {
  header.header-main .header-actions-col .header-actions-btn, header.header-main .header-search-col .header-actions-btn {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #ffffff;
  }
  header.header-main .header-actions-col .header-actions-btn .icon, header.header-main .header-search-col .header-actions-btn .icon {
    transition: color 0.2s ease;
    color: #ffffff;
  }
  header.header-main .header-actions-col .header-actions-btn:active, header.header-main .header-actions-col .header-actions-btn:hover, header.header-main .header-search-col .header-actions-btn:active, header.header-main .header-search-col .header-actions-btn:hover {
    color: #d8d8d8;
    border: 1px solid #ffffff;
    background-color: #c4cfd5;
  }
  header.header-main .header-actions-col .header-actions-btn:active .icon, header.header-main .header-actions-col .header-actions-btn:hover .icon, header.header-main .header-search-col .header-actions-btn:active .icon, header.header-main .header-search-col .header-actions-btn:hover .icon {
    color: #d8d8d8;
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn, header.header-main .header-search-col .header-actions-btn.header-cart-btn {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #ffffff;
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn .icon, header.header-main .header-search-col .header-actions-btn.header-cart-btn .icon {
    color: #ffffff;
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn:active, header.header-main .header-actions-col .header-actions-btn.header-cart-btn:hover, header.header-main .header-search-col .header-actions-btn.header-cart-btn:active, header.header-main .header-search-col .header-actions-btn.header-cart-btn:hover {
    color: #d8d8d8;
    border: 1px solid #ffffff;
    background-color: #c4cfd5;
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn:active .icon, header.header-main .header-actions-col .header-actions-btn.header-cart-btn:hover .icon, header.header-main .header-search-col .header-actions-btn.header-cart-btn:active .icon, header.header-main .header-search-col .header-actions-btn.header-cart-btn:hover .icon {
    color: #d8d8d8;
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn .header-cart-total, header.header-main .header-search-col .header-actions-btn.header-cart-btn .header-cart-total {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    transition: color 0.2s ease;
    color: #333333;
  }
}
@media (min-width: 576px) {
  header.header-main .header-actions-col .g-0 > [class*="col-"], header.header-main .header-search-col .g-0 > [class*="col-"] {
    margin-left: 10px;
  }
  header.header-main .header-actions-col .header-actions-btn, header.header-main .header-search-col .header-actions-btn {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 35px;
    color: #333333;
    border: 1px solid #e4e7ea;
    border-radius: 2px;
    background-color: #fff;
  }
  header.header-main .header-actions-col .header-actions-btn > span[class$="icon"], header.header-main .header-search-col .header-actions-btn > span[class$="icon"] {
    display: inline-block;
  }
  header.header-main .header-actions-col .header-actions-btn .icon, header.header-main .header-search-col .header-actions-btn .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    color: #ffffff;
  }
  header.header-main .header-actions-col .header-actions-btn .icon > svg, header.header-main .header-search-col .header-actions-btn .icon > svg {
    top: 0;
    margin-bottom: 2px;
  }
  header.header-main .header-actions-col .header-actions-btn:active, header.header-main .header-actions-col .header-actions-btn:hover, header.header-main .header-search-col .header-actions-btn:active, header.header-main .header-search-col .header-actions-btn:hover {
    color: #135d84;
    border: 1px solid #e6e6e6;
    background-color: #f6f6f6;
  }
  header.header-main .header-actions-col .header-actions-btn:active .icon, header.header-main .header-actions-col .header-actions-btn:hover .icon, header.header-main .header-search-col .header-actions-btn:active .icon, header.header-main .header-search-col .header-actions-btn:hover .icon {
    color: #d8d8d8;
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn, header.header-main .header-search-col .header-actions-btn.header-cart-btn {
    font-weight: 400;
    color: #333333;
    border: 1px solid #e4e7ea;
    background-color: #eef2f5;
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn .icon, header.header-main .header-search-col .header-actions-btn.header-cart-btn .icon {
    transition: color 0.2s ease;
    color: #fff;
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn:active, header.header-main .header-actions-col .header-actions-btn.header-cart-btn:hover, header.header-main .header-search-col .header-actions-btn.header-cart-btn:active, header.header-main .header-search-col .header-actions-btn.header-cart-btn:hover {
    color: #135d84;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn:active .icon, header.header-main .header-actions-col .header-actions-btn.header-cart-btn:hover .icon, header.header-main .header-search-col .header-actions-btn.header-cart-btn:active .icon, header.header-main .header-search-col .header-actions-btn.header-cart-btn:hover .icon {
    color: #d8d8d8;
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn:active .header-cart-total, header.header-main .header-actions-col .header-actions-btn.header-cart-btn:hover .header-cart-total, header.header-main .header-search-col .header-actions-btn.header-cart-btn:active .header-cart-total, header.header-main .header-search-col .header-actions-btn.header-cart-btn:hover .header-cart-total {
    color: #135d84;
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn .header-cart-total, header.header-main .header-search-col .header-actions-btn.header-cart-btn .header-cart-total {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    transition: color 0.2s ease;
    color: #333333;
  }
}
header.header-main .header-actions-col .search-toggle-btn:not([aria-expanded="true"]) .icon-search, header.header-main .header-search-col .search-toggle-btn:not([aria-expanded="true"]) .icon-search {
  display: inline-block;
}
@media (max-width: 575.98px) {
  header.header-main .header-actions-col .search-toggle-btn:not([aria-expanded="true"]) .icon-search, header.header-main .header-search-col .search-toggle-btn:not([aria-expanded="true"]) .icon-search {
    display: inline-flex;
  }
}
header.header-main .header-actions-col .search-toggle-btn:not([aria-expanded="true"]) .icon-x, header.header-main .header-search-col .search-toggle-btn:not([aria-expanded="true"]) .icon-x {
  display: none;
}
header.header-main .header-actions-col .search-toggle-btn:not([aria-expanded="false"]) .icon-search, header.header-main .header-search-col .search-toggle-btn:not([aria-expanded="false"]) .icon-search {
  display: none;
}
header.header-main .header-actions-col .search-toggle-btn:not([aria-expanded="false"]) .icon-x, header.header-main .header-search-col .search-toggle-btn:not([aria-expanded="false"]) .icon-x {
  display: inline-block;
}
@media (max-width: 575.98px) {
  header.header-main .header-actions-col .search-toggle-btn:not([aria-expanded="false"]) .icon-x, header.header-main .header-search-col .search-toggle-btn:not([aria-expanded="false"]) .icon-x {
    display: inline-flex;
  }
}
@media (min-width: 992px) {
  header.header-main .header-actions-col .header-cart-total, header.header-main .header-search-col .header-cart-total {
    display: inline-block;
  }
}
@media (max-width: 991.98px) {
  header.header-main .header-actions-col .header-cart-total, header.header-main .header-search-col .header-cart-total {
    display: none;
  }
}
header.header-main .header-actions-col .header-cart-badge, header.header-main .header-search-col .header-cart-badge {
  display: block;
}
/* ThemeWare: Action buttons > show/hide labels */
@media (min-width: 768px) {
  header.header-main .header-nav-main-toggle-label, header.header-main .header-search-toggle-name, header.header-main .header-account-name, header.header-main .header-wishlist-name {
    display: inline-block;
  }
  header.header-main .wishlist-header-name {
    display: inline-block;
  }
}
@media (max-width: 767.98px) {
  header.header-main .header-nav-main-toggle-label, header.header-main .header-search-toggle-name, header.header-main .header-account-name, header.header-main .header-wishlist-name {
    display: none;
  }
}
header.header-main .header-cart-name {
  display: none;
}
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __  ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _  | __| |/ _ \| '_ \/ __|
 | |_) | |_| |   | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__, |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
        |___/
*/
/* --- ThemeWare: Fixed mobile header ------------------------------ */
@media (max-width: 575.98px) {
  header.header-main {
    position: sticky;
    z-index: 1020;
    top: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
}
/* --- ThemeWare: Search adjustments ------------------------------ */
/* Badges on header actions (Cart button + Wishlist button) */
.header-cart .header-cart-badge, .header-wishlist .header-wishlist-badge {
  top: 0px;
  right: -5px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Header minimal
	==================================================
	Contains custom styles for the minimal header which is used on checkout pages.

	Origin: Shopware base
*/
.header-minimal {
  height: 60px;
  color: #008555;
  background-color: #fff;
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  border-bottom: 1px solid #eeeeee;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.header-minimal ~ main.content-main {
  margin-top: 80px;
}
.header-minimal-row {
  height: 60px;
  padding: 5px 0;
}
.header-minimal-row a {
  color: #008555;
}
.header-minimal-row a:hover {
  color: #008555;
}
.header-minimal-logo, .header-minimal-contact, .header-minimal-home {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.header-minimal-logo img {
  width: 140px;
  max-width: none;
  height: auto;
}
.header-minimal-logo .header-logo-shopping-experiences-link {
  display: none;
}
@media (max-width: 991.98px) {
  .header-minimal-contact {
    display: none;
  }
  .header-minimal-back-to-shop {
    flex: 0 0 auto;
    max-width: unset;
    width: auto;
  }
  .header-minimal-back-to-shop {
    flex: 0 0 auto;
    max-width: unset;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .header-minimal-home {
    display: none;
  }
}
@media (max-width: 479.98px) {
  .header-minimal-back-to-shop .header-minimal-back-to-shop-button {
    width: 48px;
    position: relative;
    overflow: hidden;
  }
  .header-minimal-back-to-shop .header-minimal-back-to-shop-button::after {
    content: "‹";
    display: block;
    position: absolute;
    font-size: 36px;
    padding: 0 5px 0 0;
    width: 48px;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background-color: #ffffff;
  }
}
a.header-minimal-home-btn, a.header-minimal-back-to-shop-button {
  text-decoration: none;
  color: #008555;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
}
a.header-minimal-home-btn .icon, a.header-minimal-back-to-shop-button .icon {
  transition: color 0.15s ease-in-out;
  color: #008555;
}
a.header-minimal-home-btn:hover, a.header-minimal-back-to-shop-button:hover {
  text-decoration: none;
  color: #008555;
  border-color: #d4d4d4;
  background-color: #f1f1f1;
}
a.header-minimal-home-btn:hover .icon, a.header-minimal-back-to-shop-button:hover .icon {
  color: #008555;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Footer
	==================================================
	Contains custom styles for the footer located at the bottom of the page.

	Origin: Shopware base & skin
*/
/* ThemeWare refactoring:
 * @TODO: Add footer-type "default" with minor scss-adjustments
 * @TODO: Add "$twt-footer-type-compatibility"-if to exclude all twig-/scss-adjustments
 */
/* @TODO: Adjust default footer if possible...
/*
.footer-logo-image {
	//display: inline-block;
	//max-width: inherit;
	height: 35px;
	//max-height: 35px;
	border: 1px solid $twt-widget-payment-logo-border-color;

	@if $twt-widget-payment-logo-corner-type == 2 {
		border-radius: $twt-border-radius-light;
	} @else if $twt-widget-payment-logo-corner-type == 3 {
		border-radius: $twt-border-radius-bold;
	}
}
*/
/* @TODO:
	- Shopware Vererbung prüfen...
	- eigene Klassen in "/themeware" verschieben...
	- Check adjustments with default footer...
	- alles !? in media-breakpoint-up(md) packen...
*/
/* --- General footer styling ------------------------------------------------------------------- */
.footer-main {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 20px;
  padding: 0px 0px 0px 0px;
  color: #333333;
  border-top: none;
  background-color: #ffffff;
}
.footer-main .container .footer-columns .footer-column, .footer-main .cms-section .boxed .footer-columns .footer-column, .cms-section .footer-main .boxed .footer-columns .footer-column {
  border-bottom: 1px solid #eaeaf0;
}
.footer-main .container .footer-columns .footer-column .footer-column-headline, .footer-main .cms-section .boxed .footer-columns .footer-column .footer-column-headline, .cms-section .footer-main .boxed .footer-columns .footer-column .footer-column-headline {
  font-family: "Open Sans";
  font-weight: 600;
  text-transform: none;
  color: #333333;
}
.footer-main .container .footer-columns .footer-column .footer-column-headline a, .footer-main .cms-section .boxed .footer-columns .footer-column .footer-column-headline a, .cms-section .footer-main .boxed .footer-columns .footer-column .footer-column-headline a {
  color: #333333;
}
.footer-main .container .footer-columns .footer-column .footer-column-headline a:hover, .footer-main .cms-section .boxed .footer-columns .footer-column .footer-column-headline a:hover, .cms-section .footer-main .boxed .footer-columns .footer-column .footer-column-headline a:hover {
  color: #292929;
}
.footer-main .footer-column-content a {
  color: #333333;
}
.footer-main .footer-column-content a:hover {
  color: #111111;
}
.footer-main .footer-column-content a[href^="tel:"] {
  color: #333333;
}
.footer-main .footer-column-content a[href^="tel:"]:hover {
  color: #292929;
}
.footer-main .container, .footer-main .cms-section .boxed, .cms-section .footer-main .boxed {
  max-width: inherit;
  margin: 0;
  padding: 0;
}
.footer-main .container .footer-columns, .footer-main .cms-section .boxed .footer-columns, .cms-section .footer-main .boxed .footer-columns {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0;
  border-bottom: 0;
  /* ThemeWare: mittlerer Bereich (= default) */
  /*
              _             _______ _____    _____                             _
             | |           |__   __/ ____|  |_   _|                           | | (_)
             | |__      _     | | | |   ______| |  _ __  _ __   _____   ____ _| |_ _  ___  _ __  ___
             | '_ \| | | |    | | | |  |______| | | '_ \| '_ \ / _ \ \ / / _` | __| |/ _ \| '_ \/ __|
             | |_) | |_| |    | | | |____    _| |_| | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
             |_.__/ \__, |    |_|  \_____|  |_____|_| |_|_| |_|\___/ \_/ \__ _|\__|_|\___/|_| |_|___/
                     __/ |
                    |___/
            */
  /* ThemeWare: oberer Bereich */
  /* ThemeWare: unterer Bereich */
  /*
              _             _______ _____    _____                             _   _
             | |           |__   __/ ____|  |_   _|                           | | (_)
             | |__  _   _     | | | |   ______| |  _ __  _ __   _____   ____ _| |_ _  ___  _ __  ___
             |  _ \| | | |    | | | |  |______| | | '_ \| '_ \ /   \ \ / / _` | __| |/ _ \| '_ \/ __|
             | |_) | |_| |    | | | |____    _| |_| | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
             |_.__/ \__, |    |_|  \_____|  |_____|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/| | |_|___/
                     __/ |
                    |___/
            */
}
.footer-main .container .footer-columns#footerColumns, .footer-main .cms-section .boxed .footer-columns#footerColumns, .cms-section .footer-main .boxed .footer-columns#footerColumns {
  justify-content: space-between;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  max-width: 1400px;
}
.footer-main .container .footer-columns#footerColumns .footer-column-content-inner .footer-logo, .footer-main .cms-section .boxed .footer-columns#footerColumns .footer-column-content-inner .footer-logo, .cms-section .footer-main .boxed .footer-columns#footerColumns .footer-column-content-inner .footer-logo {
  margin: 0 10px 10px 0;
}
.footer-main .container .footer-columns#footerColumns .twt-awards-container, .footer-main .cms-section .boxed .footer-columns#footerColumns .twt-awards-container, .cms-section .footer-main .boxed .footer-columns#footerColumns .twt-awards-container {
  justify-content: flex-start;
}
.footer-main .container .footer-columns#footerColumns .twt-awards-container a, .footer-main .cms-section .boxed .footer-columns#footerColumns .twt-awards-container a, .cms-section .footer-main .boxed .footer-columns#footerColumns .twt-awards-container a, .footer-main .container .footer-columns#footerColumns .twt-awards-container span, .footer-main .cms-section .boxed .footer-columns#footerColumns .twt-awards-container span, .cms-section .footer-main .boxed .footer-columns#footerColumns .twt-awards-container span {
  margin: 0 20px 20px 0;
}
.footer-main .container .footer-columns#footerColumnsTop, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop {
  justify-content: space-around;
  text-align: left;
  color: #6F6F6F;
  border-radius: 2px;
  /*
				@if $twt-footer-width-columns-top == 1 {
					margin-bottom: 20px;
				}
				*/
  max-width: 1400px;
}
.footer-main .container .footer-columns#footerColumnsTop a, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop a, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop a {
  color: #6F6F6F;
}
.footer-main .container .footer-columns#footerColumnsTop a:hover, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop a:hover, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop a:hover {
  color: #6F6F6F;
}
.footer-main .container .footer-columns#footerColumnsTop .btn-link-inline, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .btn-link-inline, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .btn-link-inline {
  color: #6F6F6F;
}
.footer-main .container .footer-columns#footerColumnsTop .btn-link-inline:hover, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .btn-link-inline:hover, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .btn-link-inline:hover {
  color: #6F6F6F;
}
.footer-main .container .footer-columns#footerColumnsTop .footer-column-content-inner .footer-logo, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column-content-inner .footer-logo, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column-content-inner .footer-logo {
  margin: 0 10px 10px 0;
}
.footer-main .container .footer-columns#footerColumnsTop .twt-awards-container, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .twt-awards-container, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .twt-awards-container {
  justify-content: flex-start;
}
.footer-main .container .footer-columns#footerColumnsTop .twt-awards-container a, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .twt-awards-container a, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .twt-awards-container a, .footer-main .container .footer-columns#footerColumnsTop .twt-awards-container span, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .twt-awards-container span, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .twt-awards-container span {
  margin: 0 20px 20px 0;
}
.footer-main .container .footer-columns#footerColumnsBottom, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom {
  justify-content: space-between;
  text-align: left;
  color: #333333;
  background-color: rgba(0, 0, 0, 0);
  max-width: 1400px;
  /*
				@if $twt-footer-width-columns-bottom == 1 {
					@include media-breakpoint-up(md) { // min 768px
						// @TODO: Add configuration
						margin-top: 20px;
					}
				}
				*/
}
.footer-main .container .footer-columns#footerColumnsBottom a, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom a, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom a {
  color: #333333;
  text-decoration: underline;
}
.footer-main .container .footer-columns#footerColumnsBottom a:hover, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom a:hover, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom a:hover {
  color: #111111;
  text-decoration: none;
}
.footer-main .container .footer-columns#footerColumnsBottom .btn-link-inline, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .btn-link-inline, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .btn-link-inline {
  color: #333333;
}
.footer-main .container .footer-columns#footerColumnsBottom .btn-link-inline:hover, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .btn-link-inline:hover, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .btn-link-inline:hover {
  color: #111111;
}
.footer-main .container .footer-columns#footerColumnsBottom .footer-column-content-inner .footer-logo, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column-content-inner .footer-logo, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column-content-inner .footer-logo {
  margin: 0 10px 10px 0;
}
.footer-main .container .footer-columns#footerColumnsBottom .twt-awards-container, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .twt-awards-container, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .twt-awards-container {
  justify-content: flex-start;
}
.footer-main .container .footer-columns#footerColumnsBottom .twt-awards-container a, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .twt-awards-container a, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .twt-awards-container a, .footer-main .container .footer-columns#footerColumnsBottom .twt-awards-container span, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .twt-awards-container span, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .twt-awards-container span {
  margin: 0 20px 20px 0;
}
.footer-main .container .footer-columns .footer-logos-column .footer-column-content-inner, .footer-main .cms-section .boxed .footer-columns .footer-logos-column .footer-column-content-inner, .cms-section .footer-main .boxed .footer-columns .footer-logos-column .footer-column-content-inner {
  display: flex;
  align-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 0;
}
.footer-main .footer-bottom {
  padding: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: #008555;
}
@media (min-width: 768px) {
  .footer-main .footer-bottom {
    padding: 30px;
  }
}
.footer-main .footer-bottom a {
  color: #ffffff;
}
.footer-main .footer-bottom a:hover {
  color: #333333;
}
.footer-main .footer-bottom .btn-link-inline {
  color: #ffffff;
}
.footer-main .footer-bottom .btn-link-inline:hover {
  color: #333333;
}
.footer-main .footer-bottom .footer-service-menu {
  text-align: center;
  margin-bottom: 20px;
  display: none;
}
.footer-main .footer-bottom .footer-vat p {
  margin-bottom: 0;
}
.footer-main .footer-bottom .footer-copyright a {
  text-decoration: none;
}
/* --- Tablet/desktop footer styling ------------------------------------------------------------------- */
@media (min-width: 768px) {
  .footer-main .container .footer-columns, .footer-main .cms-section .boxed .footer-columns, .cms-section .footer-main .boxed .footer-columns {
    /* ThemeWare: mittlerer Bereich (= default) */
    /* ThemeWare: oberer Bereich */
    /* ThemeWare: unterer Bereich */
  }
  .footer-main .container .footer-columns.first, .footer-main .cms-section .boxed .footer-columns.first, .cms-section .footer-main .boxed .footer-columns.first {
    border-top: 0 !important;
  }
  .footer-main .container .footer-columns .footer-column, .footer-main .cms-section .boxed .footer-columns .footer-column, .cms-section .footer-main .boxed .footer-columns .footer-column {
    padding-bottom: 20px;
    border-bottom: 0 !important;
  }
  .footer-main .container .footer-columns .footer-column .footer-column-headline, .footer-main .cms-section .boxed .footer-columns .footer-column .footer-column-headline, .cms-section .footer-main .boxed .footer-columns .footer-column .footer-column-headline {
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    padding: 20px 0 10px 0;
    margin: 0;
  }
  .footer-main .container .footer-columns#footerColumns, .footer-main .cms-section .boxed .footer-columns#footerColumns, .cms-section .footer-main .boxed .footer-columns#footerColumns {
    margin-bottom: 0px;
    padding: 20px 0px 0px 0px;
    border-top: 0;
  }
  .footer-main .container .footer-columns#footerColumnsTop, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop {
    margin-bottom: 0px;
    padding: 20px 0px 0px 0px;
    border-top: 0;
  }
  .footer-main .container .footer-columns#footerColumnsTop .footer-column-headline, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column-headline, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column-headline {
    color: #6F6F6F;
    padding: 20px 0 10px 0;
    margin: 0;
    border-bottom: 0;
  }
  .footer-main .container .footer-columns#footerColumnsTop .footer-column-headline a, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column-headline a, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column-headline a {
    color: #6F6F6F;
  }
  .footer-main .container .footer-columns#footerColumnsTop .footer-column-headline a:hover, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column-headline a:hover, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column-headline a:hover {
    color: #595959;
  }
  .footer-main .container .footer-columns#footerColumnsBottom, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom {
    margin-bottom: 0px;
    padding: 20px 0px 20px 0px;
    border-top: 0;
    border-radius: 2px;
    /*
					@if($twt-footer-width-columns-bottom == 1) and ($twt-container-layout != 3) {
						margin-bottom: $twt-basegrid-spacing;
					}
					*/
  }
  .footer-main .container .footer-columns#footerColumnsBottom .footer-column-headline, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column-headline, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column-headline {
    color: #333333;
    display: inline-block;
    border-bottom: 2px solid #135d84;
    padding: 20px 0 0 0;
    margin: 0 0 20px 0;
  }
  .footer-main .container .footer-columns#footerColumnsBottom .footer-column-headline a, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column-headline a, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column-headline a {
    color: #333333;
  }
  .footer-main .container .footer-columns#footerColumnsBottom .footer-column-headline a:hover, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column-headline a:hover, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column-headline a:hover {
    color: #292929;
  }
}
/*
  _             _______ _____    _____                             _   _
 | |           |__   __/ ____|  |_   _|                           | | (_)
 | |__  _   _     | | | |   ______| |  _ __  _ __   _____   ____ _| |_ _  ___  _ __  ___
 | '_ \| | | |    | | | |  |______| | | '_ \| '_ \ / _ \ \ / / _` | __| |/ _ \| '_ \/ __|
 | |_) | |_| |    | | | |____    _| |_| | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_ __/ \__, |    |_|  \_____|  |_____|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
         __/ |
        |___/
*/
/* --- General footer styling ------------------------------------------------------------------- */
.footer-service-menu-link {
  padding: 0;
}
.footer-column div.twt-widget-payment, .footer-column div.twt-widget-paymentshipping, .footer-column div.twt-widget-shipping {
  margin-bottom: 1rem;
}
.footer-contact-form {
  padding-bottom: 1rem;
}
/* --- ThemeWare: Logos footer ------------------------------------------------------------------- */
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Main navigation
	==============================================
	Custom styling for main navigation on larger screens.
	Based on bootstrap nav:
	https://getbootstrap.com/docs/5.2/components/navs-tabs

	Origin: Shopware base & skin
*/
.nav-main div.nav-link, .nav-main div.main-navigation-link {
  cursor: default;
}
.nav-main .nav-link:focus-visible, .nav-main .main-navigation-link:focus-visible {
  box-shadow: inset 0 0 0 0.125rem #008555, inset 0 0 0 0.25rem #F5F5F5;
  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;
  border-radius: 2px;
}
.navbar {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 576px) {
  /*
      _             _______ ____     _____                             _   _
     | |           |__   __/ ____|  |_   _|                           | | (_)
     | | _  _   _     | | | |   ______| |  _ __  _ __   _____   ____ _| |_ _  ___  _ __  ___
     | '_ \| | | |    | | | |  |______| | | '_ \|  _ \ / _ \ \ / / _  | __| |/ _ \| '_ \/ __|
     | |_) | |_| |    | | | |____    _| |_| | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
     |_.__/ \__, |    |_|  \_____|  |_____|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
             __/ |
            |___/
    */
  .nav-main {
    padding-bottom: 0px;
    background-color: #fff;
  }
  .nav-main .main-navigation-link {
    font-family: "Open Sans";
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600 !important;
    height: 56px;
    text-transform: uppercase;
  }
  .nav-main .main-navigation-link::after {
    display: none;
  }
  .nav-main .main-navigation-link.home-link {
    color: #008555;
  }
  .nav-main .main-navigation-link.home-link .icon {
    color: #008555;
  }
  .nav-main .main-navigation-link.home-link.active {
    color: #008555;
  }
  .nav-main .main-navigation-link.home-link.active .icon {
    color: #008555;
  }
  .nav-main .main-navigation-link.home-link:hover {
    color: #008555 !important;
  }
  .nav-main .main-navigation-link.home-link:hover .icon {
    color: #008555 !important;
  }
  .nav-main .main-navigation-link:not(.home-link) {
    color: #333333;
  }
  .nav-main .main-navigation-link:not(.home-link).active {
    color: #dedede;
  }
  .nav-main .main-navigation-link:not(.home-link).active .icon {
    color: #008555;
  }
  .nav-main .main-navigation-link:not(.home-link).is-open {
    color: #008555 !important;
  }
  .nav-main .main-navigation-link:not(.home-link).is-open .icon {
    color: #008555 !important;
  }
  .nav-main .main-navigation-link:not(.home-link):hover {
    color: #008555 !important;
  }
  .nav-main .main-navigation-link:not(.home-link):hover .icon {
    color: #008555 !important;
  }
  .nav-main .main-navigation-link:not(.home-link) .icon {
    color: #ffffff;
  }
  .nav-main .main-navigation-link.highlighted {
    color: #ef2f3c !important;
  }
  .nav-main .main-navigation-link.highlighted.active {
    color: #ef2f3c;
  }
  .nav-main .main-navigation-link.highlighted.active .icon {
    color: #ef2f3c;
  }
  .nav-main .main-navigation-link.highlighted.is-open {
    color: #feecee !important;
  }
  .nav-main .main-navigation-link.highlighted.is-open .icon {
    color: #feecee !important;
  }
  .nav-main .main-navigation-link.highlighted:hover {
    color: #feecee !important;
  }
  .nav-main .main-navigation-link.highlighted:hover .icon {
    color: #feecee !important;
  }
  .nav-main .main-navigation-link.highlighted .icon {
    color: #ef2f3c !important;
  }
  .nav-main .main-navigation-link.active {
    font-weight: 600;
  }
  .nav-main .main-navigation-link .icon {
    display: inline-block;
  }
  .nav-main .main-navigation-link .icon > svg {
    top: 0;
    margin-bottom: 2px;
  }
  .nav-main .main-navigation-link {
    line-height: 56px;
    transition: color 0.2s ease, background-color 0.2s ease;
    /* @TODO: unused
				@else {
					//@if($twt-nav-main-background-color != $twt-nav-main-border) {
					//	@if $twt-container-layout != 3 {
					//		border-left: 1px solid $twt-nav-main-border;
					//	}
					//	&:last-of-type {
					//		border-right: 1px solid $twt-nav-main-border;
					//	}
					//}
				}
				*/
  }
  .nav-main .main-navigation-link.home-link {
    background-color: rgba(255, 255, 255, 0);
    padding: 0 var(--twt-nav-link-padding-x);
  }
  .nav-main .main-navigation-link.home-link.active {
    background-color: #21262c;
  }
  .nav-main .main-navigation-link.home-link:hover {
    background-color: #ffffff !important;
  }
  .nav-main .main-navigation-link:not(.home-link) {
    background-color: rgba(255, 255, 255, 0);
    padding: 0 var(--twt-nav-link-padding-x);
  }
  .nav-main .main-navigation-link:not(.home-link).active {
    background-color: #21262c;
  }
  .nav-main .main-navigation-link:not(.home-link).is-open {
    background-color: #ffffff !important;
  }
  .nav-main .main-navigation-link:not(.home-link):hover {
    background-color: #ffffff !important;
  }
  .nav-main .main-navigation-link.highlighted {
    background-color: rgba(255, 255, 255, 0) !important;
    padding: 0 var(--twt-nav-link-padding-x);
  }
  .nav-main .main-navigation-link.highlighted.active {
    background-color: #ffffff;
  }
  .nav-main .main-navigation-link.highlighted.is-open {
    background-color: #ef2f3c !important;
  }
  .nav-main .main-navigation-link.highlighted:hover {
    background-color: #ef2f3c !important;
  }
  .nav-main .main-navigation-link .icon {
    transition: color 0.2s ease;
  }
  .nav-main .main-navigation-link .main-navigation-link-text {
    border-bottom: 0;
    padding-bottom: 0;
  }
  body.is-sticky-nav-main .navbar-nav {
    justify-content: center;
    width: 100%;
  }
  body.is-sticky-nav-main .main-navigation-menu {
    --bs-navbar-nav-link-padding-x: 2px;
    /* @deprecated
			@if(($twt-nav-main-padding / 4) < 5) {
				// Set min padding to '10'
				--twt-nav-link-padding-x: 5px;
			} @else {
				--twt-nav-link-padding-x: 4px; // Use half padding 'left/right' in sticky header.
			}

			@if(($twt-nav-main-padding / 2) < 10) {
				// Set min padding to '10'
				--twt-nav-item-padding-end: 10px;
			} @else {
				--twt-nav-item-padding-end: 8px;  // Use half padding 'left/right' as 'padding-right' in sticky header.
			}
			*/
    --twt-nav-link-padding-x: 8px;
    --twt-nav-item-padding-end: 8px;
  }
  body:not(.is-sticky-nav-main) .nav-main {
    /*
			.main-navigation-menu {
				justify-content: $twt-nav-main-justify-content;

				// @TODO #padding
				//.nav-item:not(:last-child) {
				//	padding-right: inherit;
				//	//margin-right: 4px;
				//}
			}
			*/
  }
  body:not(.is-sticky-nav-main) .main-navigation-menu {
    --bs-navbar-nav-link-padding-x: 2px;
    --twt-nav-link-padding-x: 15px;
    --twt-nav-item-padding-end: 15px;
  }
  body:not(.is-sticky-nav-main) .main-navigation-menu-list {
    justify-content: center;
    width: 100%;
  }
  .main-navigation-menu .nav-item:not(:last-child) {
    padding-right: 0;
  }
}
/** @deprecated tag:v6.7.0 - Can be removed, is covered via template layout/navbar/navbar.html.twig */
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Main navigation Shopware Flyout 
	==============================================
	Custom styling for main navigation on larger screens.
	Based on bootstrap nav:
	https://getbootstrap.com/docs/5.2/components/navs-tabs

	Origin: Shopware skin
*/
/*
Shopware Flyout
*/
@media (min-width: 576px) {
  .navbar-nav .navigation-flyout-link {
    color: #333333;
  }
  .navbar-nav .navigation-flyout-link:hover {
    color: #2e3740;
  }
  .navbar-nav .navigation-flyout-link.active {
    color: #2e3740;
  }
  .navbar-nav .navigation-flyout-link.active:hover {
    color: #2e3740;
  }
  .navbar-nav .navigation-flyout-link.is-level-0 {
    font-family: "Open Sans";
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal !important;
  }
  .navbar-nav .navigation-flyout-link.is-level-1 {
    font-family: "Open Sans";
    font-size: 16px;
    font-size: 1rem;
  }
  .navbar-nav .navigation-flyout-link:not(.is-level-0):not(.is-level-1) {
    font-family: "Open Sans";
    font-size: 16px;
    font-size: 1rem;
  }
  img.navigation-flyout-teaser-image {
    border-radius: 2px;
  }
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Navigation offcanvas
    ==============================================
    Custom styling for navigation offcanvas which replaces main navigation on smaller screens.
    Based on custom offcanvas component.

	Origin: Shopware base & skin
*/
.navigation-offcanvas-link:hover {
  color: #008555;
}
.navigation-offcanvas-link:hover, .navigation-offcanvas-link:hover .icon {
  color: #008555;
}
.navigation-offcanvas-actions {
  padding: 5px 0;
}
.navigation-offcanvas-actions .top-bar-nav-item {
  margin-right: 0;
  padding-right: 0.25rem;
}
.navigation-offcanvas-actions .top-bar-nav-text {
  display: none;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Offcanvas cart
	==============================================
	Extends the basic offcanvas component with additional cart styles.

	Origin: Shopware base & skin

	@deprecated tag:v6.5.0 - Announcement:
	Bootstrap v5 comes with its own OffCanvas component.
	This SCSS file will be adjusted to build up upon Bootstraps OffCanvas styling.

	@see https://getbootstrap.com/docs/5.1/components/offcanvas
*/
.cart-offcanvas .icon-arrow-head-left {
  margin-right: 3px;
}
.cart-offcanvas .icon-arrow-head-left svg {
  top: 4px;
}
.offcanvas-cart-header h4, .offcanvas-cart-header .h4 {
  margin-bottom: 0;
}
.offcanvas-cart-header-count {
  font-weight: 400;
}
.offcanvas-cart-items {
  margin: 15px 0 5px 0;
}
.offcanvas-summary {
  margin: 15px 0 5px 0;
}
.offcanvas-summary .offcanvas-shipping-preference:not(.offcanvas-shipping-preference--hidden) {
  margin: 5px -20px 0 -20px;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  background-color: rgba(0, 0, 0, 0.05);
}
.offcanvas-summary .offcanvas-shipping-preference:not(.offcanvas-shipping-preference--hidden) .form-select.mt-2 {
  margin-top: 0 !important;
}
.offcanvas-summary .offcanvas-shipping-info span {
  line-height: 1.1;
}
.offcanvas-summary .js-toggle-shipping-selection {
  text-decoration: none;
  opacity: 1;
}
.offcanvas-summary .js-toggle-shipping-selection:hover {
  opacity: 0.85;
}
.offcanvas-cart-promotion-form input:first-of-type {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Account menu
	==================================================
	Contains custom styles for the account menu which opens via click/touch on the avatar icon in the header section.
	The menu opens on smaller viewports inside an offcanvas and on larger viewports inside a bootstrap dropdown.

	Origin: Shopware base
*/
.account-menu .dropdown .dropdown-menu.account-menu-dropdown .account-menu-header {
  color: #333333;
  border-bottom: 1px solid #d8d8d8;
}
.account-menu .dropdown .dropdown-menu.account-menu-dropdown .account-menu-login {
  padding: 10px 0;
  border-bottom: 1px solid #d8d8d8;
}
.account-menu .dropdown .dropdown-menu.account-menu-dropdown .account-aside-list-group {
  padding: 10px 0;
}
.account-menu .dropdown .dropdown-menu.account-menu-dropdown .account-aside-list-group .account-aside-item {
  padding: 3px 0;
}
.account-menu .dropdown .dropdown-menu.account-menu-dropdown .account-aside-footer {
  border-top: 1px solid #d8d8d8;
}
.account-menu .dropdown .dropdown-menu.account-menu-dropdown .account-aside-footer.account-guest-abort {
  border-top: none;
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .account-menu .dropdown .dropdown-menu.show {
    display: none !important;
  }
}
.account-menu-offcanvas .list-group, .account-menu-dropdown .list-group {
  --bs-list-group-bg: transparent;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Search suggest
	==================================================
	Contains styles for the search suggest popover in the shop header.

	Origin: Shopware base & skin
*/
@media (max-width: 575.98px) {
  .search-suggest-container {
    overflow-x: scroll;
    height: calc(95vh - 160px);
  }
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Cookie permission
	==============================================
	Shows a cookie permission alert at the bottom of the page.

	Origin: Shopware base
*/
/* @Konfiguration:
 * - animation
 * - width/max-width
 * - ..
 */
.cookie-permission-container {
  background-color: #ffffff;
  padding: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #eeeeee;
}
.cookie-permission-container .btn {
  outline: none;
  transition: none;
}
.cookie-permission-container .js-cookie-permission-button {
  display: inline-block;
  padding: 3px 1px;
}
.cookie-permission-container .js-cookie-permission-button .btn {
  color: #000;
  background-color: #eaeaf0;
  border-color: #eaeaf0;
  /*&.btn-secondary {
					color: color-contrast($twt-cookie-permission-deny-btn-background-color);
					background-color: $twt-cookie-permission-deny-btn-background-color;
					border-color: $twt-cookie-permission-deny-btn-background-color;

					&:hover {
						color: color-contrast($twt-cookie-permission-deny-btn-background-color);
						background-color: darken($twt-cookie-permission-deny-btn-background-color, 7.5%);
						border-color: darken($twt-cookie-permission-deny-btn-background-color, 10%);
					}
				}*/
  /*&.btn-outline-danger {
					color: $twt-cookie-permission-deny-btn-background-color;
					background-color: transparent;
					border-color: $twt-cookie-permission-deny-btn-background-color;

					&:hover {
						color: color-contrast($twt-cookie-permission-deny-btn-background-color);
						background-color: $twt-cookie-permission-deny-btn-background-color;
						border-color: $twt-cookie-permission-deny-btn-background-color;
					}
				}*/
}
.cookie-permission-container .js-cookie-permission-button .btn:hover {
  color: #000;
  background-color: #d8d8de;
  border-color: #d3d3d8;
}
.cookie-permission-container .js-cookie-configuration-button {
  display: inline-block;
  padding: 3px 1px;
}
.cookie-permission-container .js-cookie-configuration-button .btn {
  color: #fff;
  background-color: #566573;
  border-color: #566573;
}
.cookie-permission-container .js-cookie-configuration-button .btn:hover {
  color: #fff;
  background-color: #505d6a;
  border-color: #4d5b68;
}
.cookie-permission-container .js-cookie-accept-all-button {
  display: inline-block;
  padding: 3px 1px;
}
.cookie-permission-container .js-cookie-accept-all-button .btn {
  color: #fff;
  background-color: #008555;
  border-color: #008555;
}
.cookie-permission-container .js-cookie-accept-all-button .btn:hover {
  color: #fff;
  background-color: #007b4f;
  border-color: #00784d;
}
.cookie-permission-content {
  color: #333333;
}
.cookie-permission-content a {
  color: #333333;
  text-decoration: underline;
  opacity: 1;
}
.cookie-permission-content a:hover {
  text-decoration: none;
  opacity: 0.85;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Cookie configuration
	==============================================
	Offcanvas containing a list of cookies which need to be manually selected by the user.

	Origin: Shopware base
*/
.js-offcanvas-cookie-accept-all {
  width: 100%;
  margin-bottom: 10px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Scroll up
    ==============================================
    Shows a scroll up button at the bottom right of the page.

	Origin: Shopware base
*/
.scroll-up-button .btn, .compare-float-button .btn {
  display: flex;
  justify-content: center;
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #008555;
  --bs-btn-border-color: #008555;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #005537;
  --bs-btn-hover-border-color: #005537;
  --bs-btn-focus-shadow-rgb: 38, 151, 111;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #006a44;
  --bs-btn-active-border-color: #006440;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #008555;
  --bs-btn-disabled-border-color: #008555;
  width: 45px;
  height: 45px;
  text-overflow: unset;
}
.scroll-up-button .btn .icon, .compare-float-button .btn .icon {
  color: #ffffff;
}
.scroll-up-button .btn .icon > svg, .compare-float-button .btn .icon > svg {
  top: 0;
}
.scroll-up-button .btn .icon:hover, .compare-float-button .btn .icon:hover {
  color: #ffffff;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Dropdown menu
	==================================================

	Origin: Bootstrap
*/
.dropdown .dropdown-menu {
  --bs-dropdown-color: #000;
  --bs-dropdown-bg: #fff;
  /*
		//--bs-dropdown-zindex: 1000;
		//--bs-dropdown-min-width: 10rem;
		//--bs-dropdown-padding-x: 0;
		//--bs-dropdown-padding-y: 0.5rem;
		//--bs-dropdown-spacer: 0.125rem;
		--bs-dropdown-font-size: 1rem;
		--bs-dropdown-color: var(--bs-body-color);
		--bs-dropdown-bg: var(--bs-body-bg);
		--bs-dropdown-border-color: #eaeaf0;
		--bs-dropdown-border-radius: var(--bs-border-radius);
		//--bs-dropdown-border-width: var(--bs-border-width);
		//--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
		//--bs-dropdown-divider-bg: #eaeaf0;
		//--bs-dropdown-divider-margin-y: 0.5rem;
		//--bs-dropdown-box-shadow: var(--bs-box-shadow);
		--bs-dropdown-link-color: var(--bs-body-color);
		--bs-dropdown-link-hover-color: var(--bs-body-color);
		--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
		--bs-dropdown-link-active-color: #fff;
		--bs-dropdown-link-active-bg: #0c72a7;
		--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
		//--bs-dropdown-item-padding-x: 1rem;
		//--bs-dropdown-item-padding-y: 0.25rem;
		//--bs-dropdown-header-color: #798490;
		//--bs-dropdown-header-padding-x: 1rem;
		//--bs-dropdown-header-padding-y: 0.5rem;
		*/
}
header .dropdown .dropdown-menu {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 2px;
  color: #333333;
  border: 1px solid #d8d8d8;
  background-color: #ffffff;
}
header .dropdown .dropdown-menu a:not(.btn) {
  color: #333333;
}
header .dropdown .dropdown-menu a:not(.btn):hover {
  color: #008555;
}
header .dropdown .dropdown-menu a:not(.btn).active, header .dropdown .dropdown-menu a:not(.btn):active {
  background-color: inherit;
}
header .dropdown .dropdown-menu::before {
  position: absolute;
  top: -5px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  transform: rotate(135deg);
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #d8d8d8;
  background: #ffffff;
}
header .dropdown .dropdown-menu[data-popper-placement="bottom-end"]::before {
  right: 20px;
}
header .dropdown .dropdown-menu[data-popper-placement="bottom-start"]::before {
  left: 20px;
}
header .dropdown .dropdown-menu .dropdown-item {
  line-height: 1.5;
  color: #333333;
}
header .dropdown .dropdown-menu .dropdown-item:hover {
  color: #008555;
}
header .dropdown .dropdown-menu .dropdown-item.active, header .dropdown .dropdown-menu .dropdown-item:active {
  background-color: inherit;
}
header .dropdown.show .top-bar-nav-btn {
  color: #ffffff;
}
header .dropdown.show .top-bar-nav-btn .icon {
  color: #ffffff;
}
.offcanvas .dropdown-menu .dropdown-item.active, .offcanvas .dropdown-menu .dropdown-item:active {
  color: inherit;
  background-color: inherit;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Footer minimal
	==================================================

	Origin: ..
*/
.footer-minimal {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  color: #008555;
  background-color: #fff;
}
.footer-minimal a {
  color: #008555;
}
.footer-minimal a:hover {
  color: #008555;
}
.footer-minimal .footer-service-menu {
  display: inline-block;
  margin: 0 auto;
  padding: 0 20px 20px 20px;
}
.footer-minimal .footer-service-menu a {
  color: #008555;
}
.footer-minimal .footer-service-menu a:hover {
  color: #008555;
}
.footer-minimal .footer-service-menu .footer-service-menu-item::after {
  border-color: #008555;
}
.footer-minimal .footer-vat p {
  margin-bottom: 0;
}
.footer-minimal .footer-bottom {
  padding: 20px;
  background: none;
}
@media (min-width: 768px) {
  .footer-minimal .footer-bottom {
    padding: 30px;
  }
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Mobile footer
	==================================================

	Origin: ..
*/
/* @TODO:
	- Shopware Vererbung prüfen...
	- media-breakpoint-down(md) entfernen...
	- Buttons style headlines
	    background: #ededed;
        padding: 6px 12px;
        border-radius: 5px;
        margin-bottom: 5px;
        margin-top: 3px;
*/
/* --- Mobile footer styling ------------------------------------------------------------------- */
@media (max-width: 767.98px) {
  .footer-main .container .footer-columns, .footer-main .cms-section .boxed .footer-columns, .cms-section .footer-main .boxed .footer-columns {
    /* ThemeWare: mittlerer Bereich (= default) */
    /* ThemeWare: oberer Bereich */
    /* ThemeWare: unterer Bereich */
  }
  .footer-main .container .footer-columns.first, .footer-main .cms-section .boxed .footer-columns.first, .cms-section .footer-main .boxed .footer-columns.first {
    border-top: 1px solid #eaeaf0;
  }
  .footer-main .container .footer-columns .footer-column .footer-column-headline, .footer-main .cms-section .boxed .footer-columns .footer-column .footer-column-headline, .cms-section .footer-main .boxed .footer-columns .footer-column .footer-column-headline {
    align-items: center;
  }
  .footer-main .container .footer-columns .footer-column .footer-column-headline .icon, .footer-main .cms-section .boxed .footer-columns .footer-column .footer-column-headline .icon, .cms-section .footer-main .boxed .footer-columns .footer-column .footer-column-headline .icon {
    color: #333333;
  }
  .footer-main .container .footer-columns#footerColumnsTop .footer-column .footer-column-headline, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column .footer-column-headline, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column .footer-column-headline {
    color: #6F6F6F;
  }
  .footer-main .container .footer-columns#footerColumnsTop .footer-column .footer-column-headline a, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column .footer-column-headline a, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column .footer-column-headline a {
    color: #6F6F6F;
  }
  .footer-main .container .footer-columns#footerColumnsTop .footer-column .footer-column-headline a:hover, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column .footer-column-headline a:hover, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column .footer-column-headline a:hover {
    color: #595959;
  }
  .footer-main .container .footer-columns#footerColumnsTop .footer-column .footer-column-headline .icon, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column .footer-column-headline .icon, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column .footer-column-headline .icon {
    color: #6F6F6F;
  }
  .footer-main .container .footer-columns#footerColumnsBottom .footer-column .footer-column-headline, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column .footer-column-headline, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column .footer-column-headline {
    color: #333333;
  }
  .footer-main .container .footer-columns#footerColumnsBottom .footer-column .footer-column-headline a, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column .footer-column-headline a, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column .footer-column-headline a {
    color: #333333;
  }
  .footer-main .container .footer-columns#footerColumnsBottom .footer-column .footer-column-headline a:hover, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column .footer-column-headline a:hover, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column .footer-column-headline a:hover {
    color: #292929;
  }
  .footer-main .container .footer-columns#footerColumnsBottom .footer-column .footer-column-headline .icon, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column .footer-column-headline .icon, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column .footer-column-headline .icon {
    color: #333333;
  }
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Product detail
	==================================================

	Origin: Shopware base & skin
*/
.content-main > .container > .container-main > div.product-detail, .cms-section .content-main > .boxed > .container-main > div.product-detail {
  margin: 20px 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}
.product-detail-buy {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-detail-buy {
    margin-top: 10px;
  }
}
table.product-block-prices-table, table.product-block-prices-grid {
  margin-bottom: 3px;
}
.product-detail-tax-container .product-detail-tax-link {
  font-size: 14px;
  font-size: 0.875rem;
}
.product-detail-delivery-information {
  margin-bottom: 1.25rem;
}
.product-delivery-information p.delivery-information {
  margin-bottom: 2px;
}
.list-price-badge {
  margin-bottom: 0;
}
.product-detail-regulation-price-wrapper, .product-detail-list-price-wrapper {
  color: #566573;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Product detail/Tabs
	==================================================

	Origin: Shopware base & skin
*/
/*
	Standard/classic product detail pages
	- Fallback product detail pages (not cms pages!)
*/
body:not(.twt-is-cms-product-detail) .product-detail-tabs:not(.product-detail-cross-selling) {
  margin-bottom: 20px;
  border-radius: 2px;
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #eeeeee;
  border-top-left-radius: 4px;
}
body:not(.twt-is-cms-product-detail) .product-detail-tabs:not(.product-detail-cross-selling) .card.card-tabs {
  margin: -1px;
}
body:not(.twt-is-cms-product-detail) .product-detail-tabs:not(.product-detail-cross-selling) .product-detail-tab-navigation-list {
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 575.98px) {
  body:not(.twt-is-cms-product-detail) .product-detail-tabs .product-detail-tab-navigation {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  body:not(.twt-is-cms-product-detail) .product-detail-tabs .product-detail-tab-navigation .product-detail-tab-navigation-list {
    padding-bottom: 0;
    border: 0;
  }
  body:not(.twt-is-cms-product-detail) .product-detail-tabs .product-detail-tab-navigation .product-detail-tab-navigation-list .nav-item:last-of-type a {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }
}
body:not(.twt-is-cms-product-detail) .product-detail-tabs.product-detail-cross-selling {
  border-radius: 2px;
  background-color: #ffffff;
  border-top-left-radius: 4px;
  border: 1px solid #eeeeee;
}
body:not(.twt-is-cms-product-detail) .product-detail-tabs.product-detail-cross-selling .card.card-tabs {
  margin: -1px;
}
body:not(.twt-is-cms-product-detail) .product-detail-tabs.product-detail-cross-selling .product-detail-tab-navigation-list {
  border-bottom: 1px solid #eeeeee;
}
body:not(.twt-is-cms-product-detail) .product-detail-tabs.product-detail-cross-selling .card {
  margin-top: 0;
  padding: 20px;
}
body:not(.twt-is-cms-product-detail) .product-detail-tabs.product-detail-cross-selling .product-slider.has-nav {
  padding-right: 0;
  padding-left: 0;
}
/*
    __             ____________     ____                             __  _
   / /_  __  __   /_  __/ ____/    /  _/___  ____  ____ _   ______ _/ /_( )___  ____  _____
  / __ \/ / / /    / / / /  ______ / // __ \/ __ \/ __ \ | / / __ `/ __/ / __ \/ __ \/ ___/
 / /_/ / /_/ /    / / / /__/_____// /  / / / / / / /_/ / |/ / /_/ / /_/ / /_/ / / / (_   )
/_.___/\__, /    /_/  \____/    /___/_/ /_/_/ /_/\____/|___/\__,_/\__/_/\____/_/ /_/____/
      /____/
*/
/*
	Shopware 6.4 cms product pages
	- Tabs on product pages as CMS element
*/
.twt-is-cms-product-detail .product-detail-cross-selling .card {
  margin-top: inherit;
}
.twt-is-cms-product-detail .cms-section:not(.cms-section-sidebar) .cms-block-product-description-reviews .cms-block-container[style="padding: 20px 0 20px 0;"], .twt-is-cms-product-detail .cms-section:not(.cms-section-sidebar) .cms-block-cross-selling .cms-block-container[style="padding: 20px 0 20px 0;"] {
  padding: 20px !important;
}
.twt-is-cms-product-detail .cms-section.cms-section-sidebar .cms-block-product-description-reviews .cms-block-container[style="padding: 20px 0 20px 0;"], .twt-is-cms-product-detail .cms-section.cms-section-sidebar .cms-block-cross-selling .cms-block-container[style="padding: 20px 0 20px 0;"] {
  padding: 20px !important;
}
.twt-is-cms-product-detail .card-header {
  padding: 0;
}
.twt-is-cms-product-detail .card-header .nav-item .nav-link {
  border-radius: 2px;
}
@media (max-width: 575.98px) {
  .twt-tab-navigation-link {
    font-weight: 700;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 0;
    background: none;
  }
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Account
	==================================================

	Origin: Shopware base
*/
.account-aside .account-aside-list-group {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  --bs-list-group-bg: transparent;
}
.account-content .account-content-aside {
  border-right: 1px solid #eaeaf0;
}
.account-content .account-content-main {
  margin-right: auto;
  margin-left: auto;
}
.account-welcome {
  padding-top: 0;
}
@media (max-width: 991.98px) {
  .twt-cms-styling .account-content .account-content-main {
    padding-right: 0;
    padding-left: 0;
  }
}
.twt-cms-styling .account-content .account-content-aside {
  padding-left: 0;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Account/Login
    ==================================================

	Origin: Shopware base & skin
*/
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Checkout/Aside
	==================================================

	Origin: Shopware base & skin
*/
.checkout-aside .checkout-aside-summary {
  border-radius: 2px;
}
.checkout-aside .checkout-aside-summary-label:not(.checkout-aside-summary-total) {
  font-size: 0.875rem;
}
.checkout-aside .checkout-aside-summary-label.checkout-aside-summary-total {
  font-size: 1rem;
}
.checkout-aside .checkout-aside-summary-value:not(.checkout-aside-summary-total) {
  font-size: 0.875rem;
}
.checkout-aside .checkout-aside-summary-value.checkout-aside-summary-total {
  font-size: 1rem;
}
.checkout-aside .checkout-aside-add-code input[name="code"] {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.checkout-aside .checkout-aside-item-data {
  font-size: 0.875rem;
}
.product-feature-feature {
  font-size: 0.75rem;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Checkout/Cart
	==================================================

	Origin: Shopware base & skin
*/
body.is-act-cartpage .checkout .checkout-aside-container {
  top: 30px;
}
.cart-add-product-container input#addProductInput {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Checkout/Register
	==================================================

	Origin: Shopware base
*/
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Checkout/Confirm
    ==================================================

	Origin: Shopware base & skin
*/
body.is-act-confirmpage .checkout .checkout-main {
  margin-bottom: 1.5rem;
}
body.is-act-confirmpage .checkout .checkout-additional {
  margin-bottom: 1.5rem;
  order: 2;
}
body.is-act-confirmpage .checkout .checkout-aside {
  order: 1;
}
body.is-act-confirmpage .checkout .checkout-aside-container {
  position: sticky;
  top: 30px;
  z-index: 1;
}
/** @deprecated tag:v6.7.0 - File "_breadcrumb.scss" will be removed without replacement. Bootstrap container styles are used instead. */
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Wishlist
    ==================================================

	Origin: Shopware base
*/
.wishlist-headline {
  height: auto;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    _base.scss
    ======================================
    Basic styles - Contains the imports to all individual ThemeWare® styles.

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® accessibility tweaks
	==================================================

    box-shadow: $input-btn-focus-box-shadow inset;

    vs.
    outline: auto 1px;
    outline: -webkit-focus-ring-color auto 1px;

*/
.twt-cms-element a.cms-image-link.is-fulllink:focus-visible::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-shadow: inset 0 0 0 0.125rem #000000, inset 0 0 0 0.25rem #ffffff;
}
.twt-hero-slider:focus-visible {
  outline: none;
}
.twt-hero-slider:focus-visible::before {
  content: "";
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-shadow: inset 0 0 0 0.125rem #000000, inset 0 0 0 0.25rem #ffffff;
}
.twt-hero-slider-item-image-container:focus-within::before {
  content: "";
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-shadow: inset 0 0 0 0.125rem #000000, inset 0 0 0 0.25rem #ffffff;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Anchor
	==================================================
    Element to jump to a specific part of a page.
    With a small offset to allow for sticky navigation.

    <div id="#twt-anchor"></div>
*/
.twt-anchor {
  position: absolute;
  margin-top: -80px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare CSS animations
	==================================================

*/
@-webkit-keyframes stickynavFyloutFadeInDown {
  0% {
    -webkit-transform: translateY(-300px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes stickynavFyloutFadeInDown {
  0% {
    transform: translateY(-300px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes navFyloutFadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes floatingWidgetWobbleLeft {
  0% {
    left: -400px;
  }
  50% {
    left: -394px;
  }
  100% {
    left: -400px;
  }
}
@keyframes floatingWidgetWobbleRight {
  0% {
    right: -400px;
  }
  50% {
    right: -396px;
  }
  100% {
    right: -400px;
  }
}
@keyframes navFyloutFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modalZoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes modalZoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __  ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _  | __| |/ _ \| '_ \/ __|
 | |_) | |_| |   | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__, |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
        |___/
*/
.twt-animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*@if $twt-cms-animations-more == 2 {
  @-webkit-keyframes backOutDown {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }

    20% {
      -webkit-transform: translateY(0px) scale(0.7);
      transform: translateY(0px) scale(0.7);
      opacity: 0.7;
    }

    100% {
      -webkit-transform: translateY(700px) scale(0.7);
      transform: translateY(700px) scale(0.7);
      opacity: 0.7;
    }
  }
  @keyframes backOutDown {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }

    20% {
      -webkit-transform: translateY(0px) scale(0.7);
      transform: translateY(0px) scale(0.7);
      opacity: 0.7;
    }

    100% {
      -webkit-transform: translateY(700px) scale(0.7);
      transform: translateY(700px) scale(0.7);
      opacity: 0.7;
    }
  }

  @-webkit-keyframes backOutLeft {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }

    20% {
      -webkit-transform: translateX(0px) scale(0.7);
      transform: translateX(0px) scale(0.7);
      opacity: 0.7;
    }

    100% {
      -webkit-transform: translateX(-2000px) scale(0.7);
      transform: translateX(-2000px) scale(0.7);
      opacity: 0.7;
    }
  }
  @keyframes backOutLeft {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }

    20% {
      -webkit-transform: translateX(0px) scale(0.7);
      transform: translateX(0px) scale(0.7);
      opacity: 0.7;
    }

    100% {
      -webkit-transform: translateX(-2000px) scale(0.7);
      transform: translateX(-2000px) scale(0.7);
      opacity: 0.7;
    }
  }

  @-webkit-keyframes backOutRight {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }

    20% {
      -webkit-transform: translateX(0px) scale(0.7);
      transform: translateX(0px) scale(0.7);
      opacity: 0.7;
    }

    100% {
      -webkit-transform: translateX(2000px) scale(0.7);
      transform: translateX(2000px) scale(0.7);
      opacity: 0.7;
    }
  }
  @keyframes backOutRight {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }

    20% {
      -webkit-transform: translateX(0px) scale(0.7);
      transform: translateX(0px) scale(0.7);
      opacity: 0.7;
    }

    100% {
      -webkit-transform: translateX(2000px) scale(0.7);
      transform: translateX(2000px) scale(0.7);
      opacity: 0.7;
    }
  }

  @-webkit-keyframes backOutUp {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }

    20% {
      -webkit-transform: translateY(0px) scale(0.7);
      transform: translateY(0px) scale(0.7);
      opacity: 0.7;
    }

    100% {
      -webkit-transform: translateY(-700px) scale(0.7);
      transform: translateY(-700px) scale(0.7);
      opacity: 0.7;
    }
  }
  @keyframes backOutUp {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }

    20% {
      -webkit-transform: translateY(0px) scale(0.7);
      transform: translateY(0px) scale(0.7);
      opacity: 0.7;
    }

    100% {
      -webkit-transform: translateY(-700px) scale(0.7);
      transform: translateY(-700px) scale(0.7);
      opacity: 0.7;
    }
  }
}*/
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __   ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _  | __| |/ _ \| ,_ \/ __|
 | |_) | |_| |   | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__, |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
        |___/
*/
/*@if $twt-cms-animations-more == 2 {
  @-webkit-keyframes bounceOut {
    20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  }
  @keyframes bounceOut {
    20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  }

  @-webkit-keyframes bounceOutDown {
    20% {
      -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
      transform: translate3d(0, 10px, 0) scaleY(0.985);
    }

    40%,
    45% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
      transform: translate3d(0, -20px, 0) scaleY(0.9);
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
      transform: translate3d(0, 2000px, 0) scaleY(3);
    }
  }
  @keyframes bounceOutDown {
    20% {
      -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
      transform: translate3d(0, 10px, 0) scaleY(0.985);
    }

    40%,
    45% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
      transform: translate3d(0, -20px, 0) scaleY(0.9);
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
      transform: translate3d(0, 2000px, 0) scaleY(3);
    }
  }

  @-webkit-keyframes bounceOutLeft {
    20% {
      opacity: 1;
      -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
      transform: translate3d(20px, 0, 0) scaleX(0.9);
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
      transform: translate3d(-2000px, 0, 0) scaleX(2);
    }
  }
  @keyframes bounceOutLeft {
    20% {
      opacity: 1;
      -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
      transform: translate3d(20px, 0, 0) scaleX(0.9);
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
      transform: translate3d(-2000px, 0, 0) scaleX(2);
    }
  }

  @-webkit-keyframes bounceOutRight {
    20% {
      opacity: 1;
      -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
      transform: translate3d(-20px, 0, 0) scaleX(0.9);
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
      transform: translate3d(2000px, 0, 0) scaleX(2);
    }
  }
  @keyframes bounceOutRight {
    20% {
      opacity: 1;
      -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
      transform: translate3d(-20px, 0, 0) scaleX(0.9);
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
      transform: translate3d(2000px, 0, 0) scaleX(2);
    }
  }

  @-webkit-keyframes bounceOutUp {
    20% {
      -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
      transform: translate3d(0, -10px, 0) scaleY(0.985);
    }

    40%,
    45% {
      opacity: 1;
      -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
      transform: translate3d(0, 20px, 0) scaleY(0.9);
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
      transform: translate3d(0, -2000px, 0) scaleY(3);
    }
  }
  @keyframes bounceOutUp {
    20% {
      -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
      transform: translate3d(0, -10px, 0) scaleY(0.985);
    }

    40%,
    45% {
      opacity: 1;
      -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
      transform: translate3d(0, 20px, 0) scaleY(0.9);
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
      transform: translate3d(0, -2000px, 0) scaleY(3);
    }
  }
}*/
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __  ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _  | __| |/ _ \|  _ \/ __|
 | |_) | |_| |   | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__  |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
        |___/
*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.twt-fade-in:not(.twt-cms-animation) {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.twt-fade-in-down:not(.twt-cms-animation) {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/*@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.twt-fade-in-left:not(.twt-cms-animation) {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
/*@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.twt-fade-in-right:not(.twt-cms-animation) {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/*@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.twt-fade-in-up:not(.twt-cms-animation) {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/*@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}*/
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __   ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _  | __| |/ _ \| ,_ \/ __|
 | |_) | |_| |   | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__, |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
        |___/
*/
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __  ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _  | __| |/ _ \|  _ \/ __|
 | |_) | |_| |   | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__, |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
        |___/
*/
/*@if $twt-cms-animations-more == 2 {
  @-webkit-keyframes rotateOut {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: rotate3d(0, 0, 1, 200deg);
      transform: rotate3d(0, 0, 1, 200deg);
      opacity: 0;
    }
  }
  @keyframes rotateOut {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: rotate3d(0, 0, 1, 200deg);
      transform: rotate3d(0, 0, 1, 200deg);
      opacity: 0;
    }
  }

  @-webkit-keyframes rotateOutDownLeft {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
    }
  }
  @keyframes rotateOutDownLeft {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
    }
  }

  @-webkit-keyframes rotateOutDownRight {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
  }
  @keyframes rotateOutDownRight {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
  }

  @-webkit-keyframes rotateOutUpLeft {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
  }
  @keyframes rotateOutUpLeft {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
  }

  @-webkit-keyframes rotateOutUpRight {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: rotate3d(0, 0, 1, 90deg);
      transform: rotate3d(0, 0, 1, 90deg);
      opacity: 0;
    }
  }
  @keyframes rotateOutUpRight {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: rotate3d(0, 0, 1, 90deg);
      transform: rotate3d(0, 0, 1, 90deg);
      opacity: 0;
    }
  }
}*/
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __   ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _  | __| |/ _ \| ,_ \/ __|
 | |_) | |_| |   | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__, |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
        |___/
*/
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __  ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _  | __| |/ _ \| '_ \/ __|
 | |_) | |_ | |  | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__, |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
        |___/
*/
/*@if $twt-cms-animations-more == 2 {
  @-webkit-keyframes zoomOut {
    from {
      opacity: 1;
    }

    50% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
      opacity: 0;
    }
  }
  @keyframes zoomOut {
    from {
      opacity: 1;
    }

    50% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
      opacity: 0;
    }
  }

  @-webkit-keyframes zoomOutDown {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  @keyframes zoomOutDown {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }

  @-webkit-keyframes zoomOutLeft {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
      transform: scale(0.1) translate3d(-2000px, 0, 0);
    }
  }
  @keyframes zoomOutLeft {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
      transform: scale(0.1) translate3d(-2000px, 0, 0);
    }
  }

  @-webkit-keyframes zoomOutRight {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
      transform: scale(0.1) translate3d(2000px, 0, 0);
    }
  }
  @keyframes zoomOutRight {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
      transform: scale(0.1) translate3d(2000px, 0, 0);
    }
  }

  @-webkit-keyframes zoomOutUp {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  @keyframes zoomOutUp {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
}*/
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __  ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _  | __| |/ _ \| '_ \/ __|
 | |_) | |_ | |  | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__, |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
        |___/
*/
.twt-debug-mode-indicator {
  position: fixed;
  bottom: 20px;
  left: 20px;
  margin: 0;
}
.twt-debug-mode-indicator .twt-debug-mode-indicator-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.twt-debug-mode-indicator .twt-debug-mode-indicator-container div {
  margin-right: 5px;
}
.twt-debug-mode-badge {
  padding: 3px 10px;
}
.twt-a11y-debug-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin: 0;
  color: white;
  border-radius: 50%;
  background-color: #002f49;
}
.twt-a11y-debug-badge.on {
  background-color: var(--bs-green);
}
.twt-a11y-debug-badge.off {
  background-color: var(--bs-red);
}
.twt-a11y-debug-badge .icon {
  color: white;
  width: 33px;
  height: 33px;
}
.twt-a11y-debug-badge .icon svg {
  top: 0px;
}
/* ThemeWare: Grid guides */
.twt-grid-guides {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transform: translate(-50%, 0);
  pointer-events: none;
  border-right: 2px solid magenta;
  border-left: 2px solid magenta;
}
.twt-grid-guides hr {
  position: absolute !important;
  margin: 0;
  opacity: 0.2;
}
.twt-grid-guides hr.is-vertical {
  top: 0px;
  width: 0px;
  height: 100%;
  border-left: 1px dotted magenta;
}
.twt-grid-guides hr.is-vertical.is-main {
  opacity: 1;
  border-left: 1px solid magenta;
}
.twt-grid-guides hr.is-vertical.is-sub {
  opacity: 0.5;
  border-left: 1px dashed magenta;
}
.twt-grid-guides hr.is-horizontal {
  left: 0px;
  width: 100%;
  border-top: 1px dotted magenta;
}
.twt-grid-guides hr.is-horizontal.is-main {
  opacity: 1;
  border-top: 1px solid magenta;
}
.twt-grid-guides hr.is-horizontal.is-sub {
  opacity: 0.5;
  border-top: 1px dashed magenta;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare Bootstrap 4 fallback styles
	==================================================

*/
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .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: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® fonts
    ==================================================
    Adds 10 fonts used by ThemeWare®

    Charset: latin
    Formats: ttf
    Weights: 300, 400, 500, 600, 700 (if available)
*/
/* Englebert (v17) #804 */
/* Exo 2 (v20) #69 */
/* Montserrat (v25) #4 */
/* Open Sans (v25) #2 */
@font-face {
  font-family: "Open Sans";
  src: url("../../01930612964170e19bb9ddc7fa6df412/assets/font/OpenSans/OpenSans-Light.ttf");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../01930612964170e19bb9ddc7fa6df412/assets/font/OpenSans/OpenSans-Regular.ttf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../01930612964170e19bb9ddc7fa6df412/assets/font/OpenSans/OpenSans-Medium.ttf");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../01930612964170e19bb9ddc7fa6df412/assets/font/OpenSans/OpenSans-SemiBold.ttf");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../../01930612964170e19bb9ddc7fa6df412/assets/font/OpenSans/OpenSans-Bold.ttf");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
/* Oswald (v49) #9 */
/* Roboto (v30) #1 */
/* Roboto Slab (v24) #15 */
/* Source Sans Pro (v21) #7 */
/* Titillium Web (v15) #35 */
/* Ubuntu (v20) #14 */
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® grid extension
    ==================================================
    Adds 5 column styles by ThemeWare®

    Info: A grid of five columns cannot be added into the inheritance order of the base grid without recreating the grid.
    Therefore we use single breakpoints 'media-breakpoint-only' here.
*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .col-lg-2-4 {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-xl-2-4 {
    flex: 0 0 auto;
    width: 20%;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare SCSS-Iconset
	==================================================
    Credit: https://github.com/FortAwesome/Font-Awesome
    Credit: https://github.com/atisawd/boxicons
*/
/* ThemeWare: Fix some icon spacings */
.nav-main-toggle span.icon, .header-search-icon span.icon, .header-actions-col span.icon {
  margin-bottom: 2px;
}
.footer-column-newsletter span.icon {
  margin-bottom: 2px;
}
/* ThemeWare: Improve feather icon styling */
.icon-themeware.no-fill > svg {
  fill: none;
}
.icon-themeware.no-fill > svg path, .icon-themeware.no-fill > svg use {
  fill: none;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Utilities
	==================================================

*/
.twt-order-first {
  order: -1;
}
.twt-order-0 {
  order: 0;
}
.twt-order-1 {
  order: 1;
}
.twt-order-2 {
  order: 2;
}
.twt-order-3 {
  order: 3;
}
.twt-order-4 {
  order: 4;
}
.twt-order-5 {
  order: 5;
}
.twt-order-6 {
  order: 6;
}
.twt-order-7 {
  order: 7;
}
.twt-order-8 {
  order: 8;
}
.twt-order-9 {
  order: 9;
}
.twt-order-10 {
  order: 10;
}
.twt-order-11 {
  order: 11;
}
.twt-order-12 {
  order: 12;
}
.twt-order-last {
  order: 99;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Bootstrap custom forms
	==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Bootstrap style '.badge' added (currently overwritten by Shopware)
	==================================================

    Info: This file is for adding additional badge colors to the theme.
*/
.badge-tc-innovations {
  color: #000;
  background-color: #137bc9;
  border-color: #137bc9;
}
.badge-tc-innovations-light {
  color: #0a446f !important;
  background-color: #d0e5f4;
  border-color: #b8d7ef;
}
.badge-themeware {
  color: #fff;
  background-color: #0d5a93;
  border-color: #0d5a93;
}
.badge-themeware-light {
  color: #073251 !important;
  background-color: #cfdee9;
  border-color: #b6cedf;
}
.badge-primary {
  color: #fff;
  background-color: #008555;
  border-color: #008555;
}
.badge-primary-light {
  color: #00492f !important;
  background-color: #cce7dd;
  border-color: #b3dacc;
}
.badge-secondary {
  color: #fff;
  background-color: #566573;
  border-color: #566573;
}
.badge-secondary-light {
  color: #2f383f !important;
  background-color: #dde0e3;
  border-color: #ccd1d5;
}
.badge-success {
  color: #000;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.badge-success-light {
  color: #19703e !important;
  background-color: #d5f5e3;
  border-color: #c0f0d4;
}
.badge-info {
  color: #000;
  background-color: #4aa3df;
  border-color: #4aa3df;
}
.badge-info-light {
  color: #295a7b !important;
  background-color: #dbedf9;
  border-color: #c9e3f5;
}
.badge-warning {
  color: #000;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.badge-warning-light {
  color: #856c08 !important;
  background-color: #fcf3cf;
  border-color: #fbedb7;
}
.badge-danger {
  color: #fff;
  background-color: #c82f1e;
  border-color: #c82f1e;
}
.badge-danger-light {
  color: #6e1a11 !important;
  background-color: #f4d5d2;
  border-color: #efc1bc;
}
.badge-light {
  color: #000;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.badge-light-light {
  color: #898989 !important;
  background-color: #fefefe;
  border-color: #fdfdfd;
}
.badge-dark {
  color: #fff;
  background-color: #4a545b;
  border-color: #4a545b;
}
.badge-dark-light {
  color: #292e32 !important;
  background-color: #dbddde;
  border-color: #c9ccce;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Alternate buttons
	==================================================

    Info: This file is for adding additional button colors to the theme.

    Bootstrap colors: blue, indigo, purple, pink, red, orange, yellow, green, teal, cyan, white, gray, gray-dark
    + ThemeWare® colors: black, bronze, gold, grayish, silver
*/
.btn-black {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: black;
  --bs-btn-hover-border-color: black;
  --bs-btn-focus-shadow-rgb: 38, 38, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: black;
  --bs-btn-active-border-color: black;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #000;
  --bs-btn-disabled-border-color: #000;
}
.btn-outline-black {
  --bs-btn-color: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #000;
  --bs-gradient: none;
}
.btn-black, .btn-outline-black {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #000;
}
.btn-bronze {
  --bs-btn-color: #000;
  --bs-btn-bg: #bf8970;
  --bs-btn-border-color: #bf8970;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #c99b85;
  --bs-btn-hover-border-color: #c5957e;
  --bs-btn-focus-shadow-rgb: 162, 116, 95;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #cca18d;
  --bs-btn-active-border-color: #c5957e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #bf8970;
  --bs-btn-disabled-border-color: #bf8970;
}
.btn-outline-bronze {
  --bs-btn-color: #bf8970;
  --bs-btn-border-color: #bf8970;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #bf8970;
  --bs-btn-hover-border-color: #bf8970;
  --bs-btn-focus-shadow-rgb: 191, 137, 112;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #bf8970;
  --bs-btn-active-border-color: #bf8970;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #bf8970;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #bf8970;
  --bs-gradient: none;
}
.btn-bronze, .btn-outline-bronze {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #bf8970;
}
.btn-gold {
  --bs-btn-color: #000;
  --bs-btn-bg: #ebb35c;
  --bs-btn-border-color: #ebb35c;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #eebe74;
  --bs-btn-hover-border-color: #edbb6c;
  --bs-btn-focus-shadow-rgb: 200, 152, 78;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #efc27d;
  --bs-btn-active-border-color: #edbb6c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ebb35c;
  --bs-btn-disabled-border-color: #ebb35c;
}
.btn-outline-gold {
  --bs-btn-color: #ebb35c;
  --bs-btn-border-color: #ebb35c;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ebb35c;
  --bs-btn-hover-border-color: #ebb35c;
  --bs-btn-focus-shadow-rgb: 235, 179, 92;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ebb35c;
  --bs-btn-active-border-color: #ebb35c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ebb35c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ebb35c;
  --bs-gradient: none;
}
.btn-gold, .btn-outline-gold {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #ebb35c;
}
.btn-grayish {
  --bs-btn-color: #000;
  --bs-btn-bg: #ced4da;
  --bs-btn-border-color: #ced4da;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d5dae0;
  --bs-btn-hover-border-color: #d3d8de;
  --bs-btn-focus-shadow-rgb: 175, 180, 185;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #d8dde1;
  --bs-btn-active-border-color: #d3d8de;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ced4da;
  --bs-btn-disabled-border-color: #ced4da;
}
.btn-outline-grayish {
  --bs-btn-color: #ced4da;
  --bs-btn-border-color: #ced4da;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ced4da;
  --bs-btn-hover-border-color: #ced4da;
  --bs-btn-focus-shadow-rgb: 206, 212, 218;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ced4da;
  --bs-btn-active-border-color: #ced4da;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ced4da;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ced4da;
  --bs-gradient: none;
}
.btn-grayish, .btn-outline-grayish {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #ced4da;
}
.btn-silver {
  --bs-btn-color: #000;
  --bs-btn-bg: #c0c0c0;
  --bs-btn-border-color: #c0c0c0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #c9c9c9;
  --bs-btn-hover-border-color: #c6c6c6;
  --bs-btn-focus-shadow-rgb: 163, 163, 163;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #cdcdcd;
  --bs-btn-active-border-color: #c6c6c6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #c0c0c0;
  --bs-btn-disabled-border-color: #c0c0c0;
}
.btn-outline-silver {
  --bs-btn-color: #c0c0c0;
  --bs-btn-border-color: #c0c0c0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #c0c0c0;
  --bs-btn-hover-border-color: #c0c0c0;
  --bs-btn-focus-shadow-rgb: 192, 192, 192;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c0c0c0;
  --bs-btn-active-border-color: #c0c0c0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #c0c0c0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #c0c0c0;
  --bs-gradient: none;
}
.btn-silver, .btn-outline-silver {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #c0c0c0;
}
.btn-blue {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.btn-outline-blue {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}
.btn-blue, .btn-outline-blue {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #0d6efd;
}
.btn-indigo {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6610f2;
  --bs-btn-border-color: #6610f2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #570ece;
  --bs-btn-hover-border-color: #520dc2;
  --bs-btn-focus-shadow-rgb: 125, 52, 244;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #520dc2;
  --bs-btn-active-border-color: #4d0cb6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6610f2;
  --bs-btn-disabled-border-color: #6610f2;
}
.btn-outline-indigo {
  --bs-btn-color: #6610f2;
  --bs-btn-border-color: #6610f2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6610f2;
  --bs-btn-hover-border-color: #6610f2;
  --bs-btn-focus-shadow-rgb: 102, 16, 242;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6610f2;
  --bs-btn-active-border-color: #6610f2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6610f2;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6610f2;
  --bs-gradient: none;
}
.btn-indigo, .btn-outline-indigo {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #6610f2;
}
.btn-purple {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6f42c1;
  --bs-btn-border-color: #6f42c1;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5e38a4;
  --bs-btn-hover-border-color: #59359a;
  --bs-btn-focus-shadow-rgb: 133, 94, 202;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #59359a;
  --bs-btn-active-border-color: #533291;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6f42c1;
  --bs-btn-disabled-border-color: #6f42c1;
}
.btn-outline-purple {
  --bs-btn-color: #6f42c1;
  --bs-btn-border-color: #6f42c1;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6f42c1;
  --bs-btn-hover-border-color: #6f42c1;
  --bs-btn-focus-shadow-rgb: 111, 66, 193;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6f42c1;
  --bs-btn-active-border-color: #6f42c1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6f42c1;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6f42c1;
  --bs-gradient: none;
}
.btn-purple, .btn-outline-purple {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #6f42c1;
}
.btn-pink {
  --bs-btn-color: #fff;
  --bs-btn-bg: #d63384;
  --bs-btn-border-color: #d63384;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b62b70;
  --bs-btn-hover-border-color: #ab296a;
  --bs-btn-focus-shadow-rgb: 220, 82, 150;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ab296a;
  --bs-btn-active-border-color: #a12663;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #d63384;
  --bs-btn-disabled-border-color: #d63384;
}
.btn-outline-pink {
  --bs-btn-color: #d63384;
  --bs-btn-border-color: #d63384;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #d63384;
  --bs-btn-hover-border-color: #d63384;
  --bs-btn-focus-shadow-rgb: 214, 51, 132;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #d63384;
  --bs-btn-active-border-color: #d63384;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #d63384;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #d63384;
  --bs-gradient: none;
}
.btn-pink, .btn-outline-pink {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #d63384;
}
.btn-red {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}
.btn-outline-red {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}
.btn-red, .btn-outline-red {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #dc3545;
}
.btn-orange {
  --bs-btn-color: #000;
  --bs-btn-bg: #fd7e14;
  --bs-btn-border-color: #fd7e14;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fd9137;
  --bs-btn-hover-border-color: #fd8b2c;
  --bs-btn-focus-shadow-rgb: 215, 107, 17;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fd9843;
  --bs-btn-active-border-color: #fd8b2c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fd7e14;
  --bs-btn-disabled-border-color: #fd7e14;
}
.btn-outline-orange {
  --bs-btn-color: #fd7e14;
  --bs-btn-border-color: #fd7e14;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fd7e14;
  --bs-btn-hover-border-color: #fd7e14;
  --bs-btn-focus-shadow-rgb: 253, 126, 20;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fd7e14;
  --bs-btn-active-border-color: #fd7e14;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fd7e14;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fd7e14;
  --bs-gradient: none;
}
.btn-orange, .btn-outline-orange {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #fd7e14;
}
.btn-yellow {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}
.btn-outline-yellow {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}
.btn-yellow, .btn-outline-yellow {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #ffc107;
}
.btn-green {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}
.btn-outline-green {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}
.btn-green, .btn-outline-green {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #198754;
}
.btn-teal {
  --bs-btn-color: #000;
  --bs-btn-bg: #20c997;
  --bs-btn-border-color: #20c997;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #41d1a7;
  --bs-btn-hover-border-color: #36cea1;
  --bs-btn-focus-shadow-rgb: 27, 171, 128;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #4dd4ac;
  --bs-btn-active-border-color: #36cea1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #20c997;
  --bs-btn-disabled-border-color: #20c997;
}
.btn-outline-teal {
  --bs-btn-color: #20c997;
  --bs-btn-border-color: #20c997;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #20c997;
  --bs-btn-hover-border-color: #20c997;
  --bs-btn-focus-shadow-rgb: 32, 201, 151;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #20c997;
  --bs-btn-active-border-color: #20c997;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #20c997;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #20c997;
  --bs-gradient: none;
}
.btn-teal, .btn-outline-teal {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #20c997;
}
.btn-cyan {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}
.btn-outline-cyan {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}
.btn-cyan, .btn-outline-cyan {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #0dcaf0;
}
.btn-white {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}
.btn-outline-white {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
}
.btn-white, .btn-outline-white {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #fff;
}
.btn-gray {
  --bs-btn-color: #000;
  --bs-btn-bg: #798490;
  --bs-btn-border-color: #798490;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #8d96a1;
  --bs-btn-hover-border-color: #86909b;
  --bs-btn-focus-shadow-rgb: 103, 112, 122;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #949da6;
  --bs-btn-active-border-color: #86909b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #798490;
  --bs-btn-disabled-border-color: #798490;
}
.btn-outline-gray {
  --bs-btn-color: #798490;
  --bs-btn-border-color: #798490;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #798490;
  --bs-btn-hover-border-color: #798490;
  --bs-btn-focus-shadow-rgb: 121, 132, 144;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #798490;
  --bs-btn-active-border-color: #798490;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #798490;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #798490;
  --bs-gradient: none;
}
.btn-gray, .btn-outline-gray {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #798490;
}
.btn-gray-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4a545b;
  --bs-btn-border-color: #4a545b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3f474d;
  --bs-btn-hover-border-color: #3b4349;
  --bs-btn-focus-shadow-rgb: 101, 110, 116;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3b4349;
  --bs-btn-active-border-color: #383f44;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4a545b;
  --bs-btn-disabled-border-color: #4a545b;
}
.btn-outline-gray-dark {
  --bs-btn-color: #4a545b;
  --bs-btn-border-color: #4a545b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4a545b;
  --bs-btn-hover-border-color: #4a545b;
  --bs-btn-focus-shadow-rgb: 74, 84, 91;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4a545b;
  --bs-btn-active-border-color: #4a545b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #4a545b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4a545b;
  --bs-gradient: none;
}
.btn-gray-dark, .btn-outline-gray-dark {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #4a545b;
}
.btn-tc-innovations, .btn-outline-tc-innovations {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #137bc9;
}
.btn-themeware, .btn-outline-themeware {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #0d5a93;
}
.btn-primary, .btn-outline-primary {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #008555;
}
.btn-secondary, .btn-outline-secondary {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #566573;
}
.btn-success, .btn-outline-success {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #2ecc71;
}
.btn-info, .btn-outline-info {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #4aa3df;
}
.btn-warning, .btn-outline-warning {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #f1c40f;
}
.btn-danger, .btn-outline-danger {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #c82f1e;
}
.btn-light, .btn-outline-light {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #f9f9f9;
}
.btn-dark, .btn-outline-dark {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #4a545b;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Breadcrumb
	==================================================

    Info: This file is for styling additional breadcrumb elements.
*/
.twt-breadcrumb {
  display: flex;
}
.twt-breadcrumb > nav[aria-label="breadcrumb"] {
  display: flex;
  align-items: center;
}
.twt-breadcrumb > nav[aria-label="breadcrumb"] ol.breadcrumb {
  align-items: center;
  margin: 0;
  padding: 0;
}
.twt-breadcrumb .breadcrumb-item {
  display: flex;
}
.twt-breadcrumb .breadcrumb-placeholder {
  display: flex;
}
.twt-breadcrumb .breadcrumb-placeholder svg {
  top: 1px;
}
/*
.twt-breadcrumb .breadcrumb-item {
    display: flex;

    .icon svg { top: 0 !important; }
    .icon-home svg { top: 1px !important; }
}
*/
/* ThemeWare: Styling of ThemeWare® elements ------------------------------------------------------------------------ */
.twt-breadcrumb-further-information {
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 0.5rem;
}
.twt-breadcrumb-further-information span {
  align-self: center;
  color: #444444;
}
.twt-breadcrumb-further-information + .breadcrumb-item:before {
  content: "";
  display: none;
}
.twt-breadcrumb-home-icon .breadcrumb-title {
  display: none;
}
.twt-breadcrumb-home-icon a .icon {
  transition: opacity 0.25s ease-in-out;
  color: #444444;
}
.twt-breadcrumb-home-icon a:hover .icon {
  opacity: 0.7;
  color: #444444;
}
.twt-breadcrumb-home-icon a.is-active .icon {
  color: #008555;
}
.twt-breadcrumb-home-icon a.is-active:hover .icon {
  opacity: 0.7;
  color: #008555;
}
/* ThemeWare: Add light/dark/black/white text color variants -------------------------------------------------------- */
.twt-breadcrumb.text-light a {
  color: var(--bs-light);
}
.twt-breadcrumb.text-light a span {
  color: var(--bs-light);
}
.twt-breadcrumb.text-light a:hover span {
  color: var(--bs-light);
}
.twt-breadcrumb.text-light div {
  color: var(--bs-light);
}
.twt-breadcrumb.text-light div span {
  color: var(--bs-light);
}
.twt-breadcrumb.text-light span {
  color: var(--bs-light);
}
.twt-breadcrumb.text-white a {
  color: #fff;
}
.twt-breadcrumb.text-white a span {
  color: #fff;
}
.twt-breadcrumb.text-white a:hover span {
  color: #fff;
}
.twt-breadcrumb.text-white div {
  color: #fff;
}
.twt-breadcrumb.text-white div span {
  color: #fff;
}
.twt-breadcrumb.text-white span {
  color: #fff;
}
.twt-breadcrumb.text-dark a {
  color: var(--bs-dark);
}
.twt-breadcrumb.text-dark a span {
  color: var(--bs-dark);
}
.twt-breadcrumb.text-dark a:hover span {
  color: var(--bs-dark);
}
.twt-breadcrumb.text-dark div {
  color: var(--bs-dark);
}
.twt-breadcrumb.text-dark div span {
  color: var(--bs-dark);
}
.twt-breadcrumb.text-dark span {
  color: var(--bs-dark);
}
.twt-breadcrumb.text-black a {
  color: #000;
}
.twt-breadcrumb.text-black a span {
  color: #000;
}
.twt-breadcrumb.text-black a:hover span {
  color: #000;
}
.twt-breadcrumb.text-black div {
  color: #000;
}
.twt-breadcrumb.text-black div span {
  color: #000;
}
.twt-breadcrumb.text-black span {
  color: #000;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Flags added
	==================================================

    see https://github.com/shopware/platform/blob/6.4.14.0/src/Storefront/Resources/app/storefront/src/scss/component/_flags.scss
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Flags extended added
	==================================================

    Info: Currently not loaded
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Bootstrap style '.label' added (currently missing in Shopware)
	==================================================

    Info: This file is for adding label colors to the theme.
*/
.label {
  font-weight: 400;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #333333;
  background-color: transparent;
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 3px;
}
.label-tc-innovations {
  color: #000;
  background-color: #137bc9;
  border-color: #137bc9;
}
.label-tc-innovations-light {
  color: #000;
  background-color: #d0e5f4;
  border-color: #b8d7ef;
}
.label-themeware {
  color: #fff;
  background-color: #0d5a93;
  border-color: #0d5a93;
}
.label-themeware-light {
  color: #000;
  background-color: #cfdee9;
  border-color: #b6cedf;
}
.label-primary {
  color: #fff;
  background-color: #008555;
  border-color: #008555;
}
.label-primary-light {
  color: #000;
  background-color: #cce7dd;
  border-color: #b3dacc;
}
.label-secondary {
  color: #fff;
  background-color: #566573;
  border-color: #566573;
}
.label-secondary-light {
  color: #000;
  background-color: #dde0e3;
  border-color: #ccd1d5;
}
.label-success {
  color: #000;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.label-success-light {
  color: #000;
  background-color: #d5f5e3;
  border-color: #c0f0d4;
}
.label-info {
  color: #000;
  background-color: #4aa3df;
  border-color: #4aa3df;
}
.label-info-light {
  color: #000;
  background-color: #dbedf9;
  border-color: #c9e3f5;
}
.label-warning {
  color: #000;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.label-warning-light {
  color: #000;
  background-color: #fcf3cf;
  border-color: #fbedb7;
}
.label-danger {
  color: #fff;
  background-color: #c82f1e;
  border-color: #c82f1e;
}
.label-danger-light {
  color: #000;
  background-color: #f4d5d2;
  border-color: #efc1bc;
}
.label-light {
  color: #000;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.label-light-light {
  color: #000;
  background-color: #fefefe;
  border-color: #fdfdfd;
}
.label-dark {
  color: #fff;
  background-color: #4a545b;
  border-color: #4a545b;
}
.label-dark-light {
  color: #000;
  background-color: #dbddde;
  border-color: #c9ccce;
}
.label-lg {
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  border-radius: 3px;
}
.label-sm {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  line-height: 1.5;
  border-radius: 3px;
}
.label-block {
  display: block;
  width: 100%;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Product box adjustments
	==================================================

    Info: This file contains adjustments for the product box.
*/
.twt-is-topseller {
  display: none !important;
  visibility: hidden !important;
}
.cms-element-product-listing, .cms-element-product-slider {
  /*
        .product-price-info {
            display: flex;
            align-items: end;
            flex-grow: 1;
            justify-content: center; // @TODO: Consider configuration
        }
        */
}
.cms-element-product-listing .product-box .card-body, .cms-element-product-listing .swkweb-content-manager-article-box .card-body, .cms-element-product-slider .product-box .card-body, .cms-element-product-slider .swkweb-content-manager-article-box .card-body {
  display: flex;
  flex-direction: column;
}
.cms-element-product-listing .product-image-wrapper, .cms-element-product-slider .product-image-wrapper {
  flex-grow: unset;
}
.cms-element-product-listing .product-info, .cms-element-product-slider .product-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  transition: all 0.25s ease;
}
.cms-element-product-listing .product-info *, .cms-element-product-slider .product-info * {
  height: auto;
  min-height: auto;
}
.cms-element-product-listing .product-cheapest-price, .cms-element-product-slider .product-cheapest-price {
  margin-bottom: 16px;
}
.cms-element-product-listing .product-price-info, .cms-element-product-slider .product-price-info {
  padding-top: 10px;
}
@media (min-width: 576px) {
  .cms-element-product-listing .product-price-info, .cms-element-product-slider .product-price-info {
    margin-top: auto;
  }
}
.cms-element-product-listing :not(.product-price-info) + .product-action, .cms-element-product-slider :not(.product-price-info) + .product-action {
  margin-top: auto;
}
.cms-element-product-listing .tns-slider, .cms-element-product-slider .tns-slider {
  display: flex;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Product box (listview))
	==================================================

    Info: This file contains adjustments for the product box.
*/
/*  @TODO...
    - Add hover effects for the box
    - Add configuration for line-clamp (name)
    - Add configuration for line-clamp (description/short description)
    - Add configuration for the text alignment ?
*/
.twt-listing-layout-list .product-box.box-twt-list, .twt-listing-layout-list .box-twt-list.swkweb-content-manager-article-box {
  padding: 20px;
}
.twt-listing-layout-list .product-box.box-twt-list:not(:last-of-type), .twt-listing-layout-list .box-twt-list.swkweb-content-manager-article-box:not(:last-of-type) {
  margin-bottom: 20px;
}
.twt-listing-layout-list .product-box.box-twt-list *, .twt-listing-layout-list .box-twt-list.swkweb-content-manager-article-box * {
  min-height: auto;
  height: auto;
}
@media (min-width: 576px) {
  .twt-listing-layout-list .product-box.box-twt-list .buy-widget-container, .twt-listing-layout-list .box-twt-list.swkweb-content-manager-article-box .buy-widget-container {
    transition: background-color 0.2s ease;
  }
}
@media (min-width: 576px) {
  .twt-listing-layout-list .product-box.box-twt-list:hover .buy-widget-container, .twt-listing-layout-list .box-twt-list.swkweb-content-manager-article-box:hover .buy-widget-container {
    background-color: #ffffff;
  }
}
.twt-listing-layout-list .product-box.box-twt-list .product-info, .twt-listing-layout-list .box-twt-list.swkweb-content-manager-article-box .product-info {
  text-align: left;
}
.twt-listing-layout-list .product-box.box-twt-list .product-name:after, .twt-listing-layout-list .box-twt-list.swkweb-content-manager-article-box .product-name:after, .twt-listing-layout-list .product-box.box-twt-list .swkweb-content-manager-article-box-title:after, .twt-listing-layout-list .box-twt-list.swkweb-content-manager-article-box .swkweb-content-manager-article-box-title:after {
  content: none;
}
.twt-listing-layout-list .product-box.box-twt-list .product-variant-characteristics .product-variant-characteristics-text, .twt-listing-layout-list .box-twt-list.swkweb-content-manager-article-box .product-variant-characteristics .product-variant-characteristics-text {
  text-align: left;
}
.twt-listing-layout-list .product-box.box-twt-list .product-action button.btn-buy, .twt-listing-layout-list .box-twt-list.swkweb-content-manager-article-box .product-action button.btn-buy {
  width: 100%;
  max-width: 320px;
}
.twt-listing-layout-list .product-box.box-twt-list .product-action a.btn-detail, .twt-listing-layout-list .box-twt-list.swkweb-content-manager-article-box .product-action a.btn-detail {
  width: 100%;
  max-width: 320px;
}
.twt-listing-layout-list .row, .twt-listing-layout-list .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .twt-listing-layout-list .checkout-container, .twt-listing-layout-list .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .twt-listing-layout-list .checkout-container, .twt-listing-layout-list .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .twt-listing-layout-list .checkout-container, .twt-listing-layout-list .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .twt-listing-layout-list .checkout-container, .twt-listing-layout-list .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .twt-listing-layout-list .checkout-container, .twt-listing-layout-list body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .twt-listing-layout-list .checkout-container {
  position: relative;
}
.twt-listing-layout-list .product-badges {
  top: 1rem;
  left: 20px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Extension 'Quickview' #quickview #beta
	==================================================
	Quickview button in product boxes

    Info: This file is for adjusting the ThemeWare® 'Quickview'.
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Extension 'Quickview' > Modal #quickview #beta
	==================================================
	Quickview modal in listings

    Info: This file is for adjusting the ThemeWare® 'Quickview' modal.
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Sidebar adjustments
	==================================================

    Info: This file contains adjustments for the sidebar.
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: HTML tables
	==================================================

    Info: This file contains all styles for responsive HTML tables.
*/
@media (max-width: 767.98px) {
  .twt-table-responsive thead {
    display: none;
  }
  .twt-table-responsive tr {
    float: left;
    width: 100%;
    margin-bottom: 2em;
  }
  .twt-table-responsive td {
    float: left;
    width: 100%;
    padding: 0.5rem 0.5rem;
  }
  .twt-table-responsive td::before {
    font-weight: bold;
    float: left;
    width: 20%;
    margin: -0.5rem 0.5rem -0.5rem -0.5rem;
    padding: 0.5rem 0.5rem;
    content: attr(data-label);
    word-wrap: break-word;
    border-right: calc(var(--bs-border-width) * 2) solid var(--bs-border-color);
  }
}
.twt-table-responsive .table-sm td {
  padding: 0.25rem 0.25rem;
}
.twt-table-responsive .table-sm td::before {
  margin: -0.25rem 0.25rem -0.25rem -0.25rem;
  padding: 0.25rem 0.25rem;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS custom classes for CMS pages
	==================================================
	see https://service.tc-innovations.de/themeware/sw6/article/2129-themeware-css-klassen-bibliothek-fuer-cms-erlebniswelten
*/
.twt-custom-cms-eq-height .col-md-6 > div, .twt-custom-cms-eq-height .is-act-confirmpage .checkout .checkout-aside > div, .is-act-confirmpage .checkout .twt-custom-cms-eq-height .checkout-aside > div, .twt-custom-cms-eq-height .is-ctl-accountorder .checkout .checkout-aside > div, .is-ctl-accountorder .checkout .twt-custom-cms-eq-height .checkout-aside > div, .twt-custom-cms-eq-height .is-act-finishpage .checkout .checkout-additional > div, .is-act-finishpage .checkout .twt-custom-cms-eq-height .checkout-additional > div, .twt-custom-cms-eq-height .is-act-finishpage .checkout .checkout-aside > div, .is-act-finishpage .checkout .twt-custom-cms-eq-height .checkout-aside > div {
  height: 100%;
}
.twt-block-boxed-s .column-1, .twt-block-boxed-start .column-1, .twt-block-boxed-left .column-1, .twt-cms-block-boxed-left .column-1 {
  align-self: center;
  margin-left: auto;
  padding: 20px 40px;
}
@media (max-width: 1420px) {
  .twt-block-boxed-s .column-1, .twt-block-boxed-start .column-1, .twt-block-boxed-left .column-1, .twt-cms-block-boxed-left .column-1 {
    padding: 20px 40px;
  }
}
@media (min-width: 1400px) {
  .twt-block-boxed-s .column-1, .twt-block-boxed-start .column-1, .twt-block-boxed-left .column-1, .twt-cms-block-boxed-left .column-1 {
    max-width: 700px;
    padding-right: 4rem;
    padding-left: 20px;
  }
}
.twt-block-boxed-s .column-2, .twt-block-boxed-start .column-2, .twt-block-boxed-left .column-2, .twt-cms-block-boxed-left .column-2 {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.twt-block-boxed-e .column-1, .twt-block-boxed-end .column-1, .twt-block-boxed-right .column-1, .twt-cms-block-boxed-right .column-1 {
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.twt-block-boxed-e .column-2, .twt-block-boxed-end .column-2, .twt-block-boxed-right .column-2, .twt-cms-block-boxed-right .column-2 {
  align-self: center;
  margin-right: auto;
  padding: 20px 40px;
}
@media (max-width: 1420px) {
  .twt-block-boxed-e .column-2, .twt-block-boxed-end .column-2, .twt-block-boxed-right .column-2, .twt-cms-block-boxed-right .column-2 {
    padding: 20px 40px;
  }
}
@media (min-width: 1400px) {
  .twt-block-boxed-e .column-2, .twt-block-boxed-end .column-2, .twt-block-boxed-right .column-2, .twt-cms-block-boxed-right .column-2 {
    max-width: 700px;
    padding-right: 20px;
    padding-left: 4rem;
  }
}
.twt-boxed-content, .twt-cms-boxed-content {
  /*.cms-section-default {
		max-width: $twt-container-max-width;
		margin: auto;
	}

	.cms-block {
		padding: 20px;
	}*/
}
.twt-boxed-content .cms-block, .twt-cms-boxed-content .cms-block {
  max-width: calc(1400px - 40px);
  margin: auto;
}
.twt-block-boxed, .twt-cms-block-boxed {
  max-width: calc(1400px - 40px);
  margin: auto;
}
.twt-hide-manufacturer-logo .product-heading-manufacturer-logo-container, .twt-cms-hide-manufacturer-logo .product-heading-manufacturer-logo-container {
  display: none;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS box shadow classes
	==================================================
	see https://wiki.themeware.design/wissensdatenbank/anleitungen/erlebniswelten/bilder-in-cms-bloecken-mit-dekorationsklassen-verschoenern#schatten

	Info: ThemeWare CSS-Klassen mit welchen Überschriften in Standard-CMS-Elementen modifiziert werden können.
*/
/* @TODO:
     - Finalize box shadows...
     - Add classes to cms elements
     - Add variables
        - make variables configuriable
     - Add classes to docs
 */
.shadow-twt {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.twt-shadow-1, .twt-cms-shadow-1, .twt-cms-box-shadow-level-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.twt-shadow-2, .twt-cms-shadow-2, .twt-cms-box-shadow-level-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.twt-shadow-3, .twt-cms-shadow-3, .twt-cms-box-shadow-level-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
}
.twt-shadow-4, .twt-cms-shadow-4, .twt-cms-box-shadow-level-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}
.twt-shadow-5, .twt-cms-shadow-1, .twt-cms-box-shadow-level-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.1);
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS column margin-bottom classes
	==================================================

    Columns: 'cms-block-twt-grid-*-column'
    (Grids: 'cms-block-twt-grid-*') >> Grids will no longer be supported in future!

	Info: ThemeWare CSS-Klassen mit welchen die Spaltenabstände (margin-bottom) in CMS-Spalten-Blöcken modifiziert werden können. (default: 0px)
    > twt-cms-col-margin-5 > margin-bottom is 5px

	Hinweis: In Grid-Blöcken sollten die 'gap' Klassen verwendet werden.
*/
/*
    .twt-col-mb-0, // shorthand #unofficial
    .twt-cms-col-mb-0, // undocumented #unofficial
    .twt-cms-col-margin-0 {
        div.cms-row {
            --bs-gutter-y: 0;
        }
    }
    */
.twt-col-mb-5 div.cms-row, .twt-cms-col-mb-5 div.cms-row, .twt-cms-col-margin-5 div.cms-row {
  --bs-gutter-y: 5px;
}
.twt-col-mb-10 div.cms-row, .twt-cms-col-mb-10 div.cms-row, .twt-cms-col-margin-10 div.cms-row {
  --bs-gutter-y: 10px;
}
.twt-col-mb-15 div.cms-row, .twt-cms-col-mb-15 div.cms-row, .twt-cms-col-margin-15 div.cms-row {
  --bs-gutter-y: 15px;
}
.twt-col-mb-20 div.cms-row, .twt-cms-col-mb-20 div.cms-row, .twt-cms-col-margin-20 div.cms-row {
  --bs-gutter-y: 20px;
}
.twt-col-mb-25 div.cms-row, .twt-cms-col-mb-25 div.cms-row, .twt-cms-col-margin-25 div.cms-row {
  --bs-gutter-y: 25px;
}
.twt-col-mb-30 div.cms-row, .twt-cms-col-mb-30 div.cms-row, .twt-cms-col-margin-30 div.cms-row {
  --bs-gutter-y: 30px;
}
.twt-col-mb-35 div.cms-row, .twt-cms-col-mb-35 div.cms-row, .twt-cms-col-margin-35 div.cms-row {
  --bs-gutter-y: 35px;
}
/*
      _           _____ ___   ___                        _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.twt-col-mb-40 div.cms-row, .twt-cms-col-mb-40 div.cms-row, .twt-cms-col-margin-40 div.cms-row {
  --bs-gutter-y: 40px;
}
.twt-col-mb-45 div.cms-row, .twt-cms-col-mb-45 div.cms-row, .twt-cms-col-margin-45 div.cms-row {
  --bs-gutter-y: 45px;
}
.twt-col-mb-50 div.cms-row, .twt-cms-col-mb-50 div.cms-row, .twt-cms-col-margin-50 div.cms-row {
  --bs-gutter-y: 50px;
}
.twt-col-mb-55 div.cms-row, .twt-cms-col-mb-55 div.cms-row, .twt-cms-col-margin-55 div.cms-row {
  --bs-gutter-y: 55px;
}
.twt-col-mb-60 div.cms-row, .twt-cms-col-mb-60 div.cms-row, .twt-cms-col-margin-60 div.cms-row {
  --bs-gutter-y: 60px;
}
.twt-col-mb-65 div.cms-row, .twt-cms-col-mb-65 div.cms-row, .twt-cms-col-margin-65 div.cms-row {
  --bs-gutter-y: 65px;
}
.twt-col-mb-70 div.cms-row, .twt-cms-col-mb-70 div.cms-row, .twt-cms-col-margin-70 div.cms-row {
  --bs-gutter-y: 70px;
}
.twt-col-mb-75 div.cms-row, .twt-cms-col-mb-75 div.cms-row, .twt-cms-col-margin-75 div.cms-row {
  --bs-gutter-y: 75px;
}
.twt-col-mb-80 div.cms-row, .twt-cms-col-mb-80 div.cms-row, .twt-cms-col-margin-80 div.cms-row {
  --bs-gutter-y: 80px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS column padding-left/-right classes
	==================================================

    Columns: 'cms-block-twt-grid-*-column'
    (Grids: 'cms-block-twt-grid-*') >> Grids will no longer be supported in future!

	Info: ThemeWare CSS-Klassen mit welchen die Spaltenabstände (padding-left/-right) in CMS-Spalten-Blöcken modifiziert werden können. (default: 40px)
    > twt-cms-col-padding-5 > Gap is 10px (5px padding-right + 5px padding-left)

	Hinweis: In Grid-Blöcken sollten die 'gap' Klassen verwendet werden.
*/
.twt-col-px-0 div.cms-row, .twt-cms-col-px-0 div.cms-row, .twt-cms-col-padding-0 div.cms-row {
  --bs-gutter-x: 0;
}
.twt-col-px-5 div.cms-row, .twt-cms-col-px-5 div.cms-row, .twt-cms-col-padding-5 div.cms-row {
  --bs-gutter-x: 10px;
}
/*
      _           _____ ___   ____                       _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.twt-col-px-10 div.cms-row, .twt-cms-col-px-10 div.cms-row, .twt-cms-col-padding-10 div.cms-row {
  --bs-gutter-x: 20px;
}
.twt-col-px-15 div.cms-row, .twt-cms-col-px-15 div.cms-row, .twt-cms-col-padding-15 div.cms-row {
  --bs-gutter-x: 30px;
}
/*
      _           _____ ___   ____                       _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
/*
    .twt-col-px-20, // shorthand #unofficial
    .twt-cms-col-px-20, // undocumented #unofficial
    .twt-cms-col-padding-20 {
        div.cms-row {
            --bs-gutter-x: 40px; // 20px
        }
    }
    */
.twt-col-px-25 div.cms-row, .twt-cms-col-px-25 div.cms-row, .twt-cms-col-padding-25 div.cms-row {
  --bs-gutter-x: 50px;
}
.twt-col-px-30 div.cms-row, .twt-cms-col-px-30 div.cms-row, .twt-cms-col-padding-30 div.cms-row {
  --bs-gutter-x: 60px;
}
/*
      _           _____ ___   ____                       _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.twt-col-px-35 div.cms-row, .twt-cms-col-px-35 div.cms-row, .twt-cms-col-padding-35 div.cms-row {
  --bs-gutter-x: 70px;
}
.twt-col-px-40 div.cms-row, .twt-cms-col-px-40 div.cms-row, .twt-cms-col-padding-40 div.cms-row {
  --bs-gutter-x: 80px;
}
/*
      _           _____ ___   ____                       _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.twt-col-px-45 div.cms-row, .twt-cms-col-px-45 div.cms-row, .twt-cms-col-padding-45 div.cms-row {
  --bs-gutter-x: 90px;
}
.twt-col-px-50 div.cms-row, .twt-cms-col-px-50 div.cms-row, .twt-cms-col-padding-50 div.cms-row {
  --bs-gutter-x: 100px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS column padding-left/-right classes
	==================================================

    Grids: 'cms-block-twt-grid-*'
    (Columns: 'cms-block-twt-grid-*-column') >> Columns are not supported yet!

	Info: ThemeWare CSS-Klassen mit welchen die Spaltenabstände (padding-left/-right) in CMS-Grid-Blöcken modifiziert werden können. (default: 40px)
    > twt-cms-col-padding-5 > Gap is 10px (5px padding-right + 5px padding-left)

	@deprecated: In Grid-Blöcken sollten die 'gap' Klassen verwendet werden. [This classes will be removed in a future version]
*/
.cms-block-image-simple-grid, .cms-block-twt-grid-one, .cms-block-twt-grid-one-swapped, .cms-block-twt-grid-modern, .cms-block-twt-grid-modern-swapped {
  /*
          _           _____ ___   ____                       _   _
         | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
         | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
         |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
               |__/
        */
  /*
          _           _____ ___   ____                       _   _
         | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
         | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
         |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
               |__/
        */
  /*
        &.twt-col-px-20, // shorthand #unofficial
        &.twt-cms-col-px-20, // undocumented #unofficial
        &.twt-cms-col-padding-20 {
            div.cms-row {
                --bs-gutter-y: 40px; // 20px
            }
        }
        */
  /*
          _           _____ ___   ____                       _   _
         | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
         | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
         |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
               |__/
        */
  /*
          _           _____ ___   ____                       _   _
         | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
         | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
         |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
               |__/
        */
}
.cms-block-image-simple-grid.twt-col-px-0 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-px-0 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-padding-0 div.cms-row, .cms-block-twt-grid-one.twt-col-px-0 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-px-0 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-padding-0 div.cms-row, .cms-block-twt-grid-one-swapped.twt-col-px-0 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-px-0 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-padding-0 div.cms-row, .cms-block-twt-grid-modern.twt-col-px-0 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-px-0 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-padding-0 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-col-px-0 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-px-0 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-padding-0 div.cms-row {
  --bs-gutter-y: 0;
}
.cms-block-image-simple-grid.twt-col-px-5 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-px-5 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-padding-5 div.cms-row, .cms-block-twt-grid-one.twt-col-px-5 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-px-5 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-padding-5 div.cms-row, .cms-block-twt-grid-one-swapped.twt-col-px-5 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-px-5 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-padding-5 div.cms-row, .cms-block-twt-grid-modern.twt-col-px-5 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-px-5 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-padding-5 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-col-px-5 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-px-5 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-padding-5 div.cms-row {
  --bs-gutter-y: 10px;
}
.cms-block-image-simple-grid.twt-col-px-10 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-px-10 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-padding-10 div.cms-row, .cms-block-twt-grid-one.twt-col-px-10 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-px-10 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-padding-10 div.cms-row, .cms-block-twt-grid-one-swapped.twt-col-px-10 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-px-10 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-padding-10 div.cms-row, .cms-block-twt-grid-modern.twt-col-px-10 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-px-10 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-padding-10 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-col-px-10 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-px-10 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-padding-10 div.cms-row {
  --bs-gutter-y: 20px;
}
.cms-block-image-simple-grid.twt-col-px-15 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-px-15 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-padding-15 div.cms-row, .cms-block-twt-grid-one.twt-col-px-15 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-px-15 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-padding-15 div.cms-row, .cms-block-twt-grid-one-swapped.twt-col-px-15 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-px-15 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-padding-15 div.cms-row, .cms-block-twt-grid-modern.twt-col-px-15 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-px-15 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-padding-15 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-col-px-15 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-px-15 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-padding-15 div.cms-row {
  --bs-gutter-y: 30px;
}
.cms-block-image-simple-grid.twt-col-px-25 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-px-25 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-padding-25 div.cms-row, .cms-block-twt-grid-one.twt-col-px-25 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-px-25 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-padding-25 div.cms-row, .cms-block-twt-grid-one-swapped.twt-col-px-25 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-px-25 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-padding-25 div.cms-row, .cms-block-twt-grid-modern.twt-col-px-25 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-px-25 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-padding-25 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-col-px-25 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-px-25 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-padding-25 div.cms-row {
  --bs-gutter-y: 50px;
}
.cms-block-image-simple-grid.twt-col-px-30 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-px-30 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-padding-30 div.cms-row, .cms-block-twt-grid-one.twt-col-px-30 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-px-30 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-padding-30 div.cms-row, .cms-block-twt-grid-one-swapped.twt-col-px-30 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-px-30 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-padding-30 div.cms-row, .cms-block-twt-grid-modern.twt-col-px-30 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-px-30 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-padding-30 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-col-px-30 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-px-30 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-padding-30 div.cms-row {
  --bs-gutter-y: 60px;
}
.cms-block-image-simple-grid.twt-col-px-35 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-px-35 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-padding-35 div.cms-row, .cms-block-twt-grid-one.twt-col-px-35 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-px-35 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-padding-35 div.cms-row, .cms-block-twt-grid-one-swapped.twt-col-px-35 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-px-35 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-padding-35 div.cms-row, .cms-block-twt-grid-modern.twt-col-px-35 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-px-35 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-padding-35 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-col-px-35 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-px-35 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-padding-35 div.cms-row {
  --bs-gutter-y: 70px;
}
.cms-block-image-simple-grid.twt-col-px-40 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-px-40 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-padding-40 div.cms-row, .cms-block-twt-grid-one.twt-col-px-40 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-px-40 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-padding-40 div.cms-row, .cms-block-twt-grid-one-swapped.twt-col-px-40 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-px-40 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-padding-40 div.cms-row, .cms-block-twt-grid-modern.twt-col-px-40 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-px-40 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-padding-40 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-col-px-40 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-px-40 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-padding-40 div.cms-row {
  --bs-gutter-y: 80px;
}
.cms-block-image-simple-grid.twt-col-px-45 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-px-45 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-padding-45 div.cms-row, .cms-block-twt-grid-one.twt-col-px-45 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-px-45 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-padding-45 div.cms-row, .cms-block-twt-grid-one-swapped.twt-col-px-45 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-px-45 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-padding-45 div.cms-row, .cms-block-twt-grid-modern.twt-col-px-45 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-px-45 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-padding-45 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-col-px-45 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-px-45 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-padding-45 div.cms-row {
  --bs-gutter-y: 90px;
}
.cms-block-image-simple-grid.twt-col-px-50 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-px-50 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-padding-50 div.cms-row, .cms-block-twt-grid-one.twt-col-px-50 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-px-50 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-padding-50 div.cms-row, .cms-block-twt-grid-one-swapped.twt-col-px-50 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-px-50 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-padding-50 div.cms-row, .cms-block-twt-grid-modern.twt-col-px-50 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-px-50 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-padding-50 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-col-px-50 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-px-50 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-padding-50 div.cms-row {
  --bs-gutter-y: 100px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS deprecated fallback classes
	==================================================
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS font-family classes
	==================================================
    see @TODO

    Info: ThemeWare CSS-Klassen mit welchen die Schriftart in CMS-Elementen modifiziert werden kann.
*/
.font-family-base {
  font-family: "Open Sans";
}
.twt-ff-base, .twt-font-family-base, .twt-cms-font-family-base {
  font-family: "Open Sans";
}
.headings-font-family {
  font-family: "Open Sans";
}
.twt-ff-headline, .twt-font-family-headline, .twt-cms-font-family-headline {
  font-family: "Open Sans";
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS grid gap classes
	==================================================

    Grids: 'cms-block-twt-grid-*'
    Columns: 'cms-block-twt-grid-*-column'

	Info: ThemeWare CSS-Klassen mit welchen die Gaps in Grid- und Spalten-Blöcken modifiziert werden können.
    > twt-cms-col-gap-5 > Gap is 5px
    > twt-cms-grid-gap-5 > Gap is 5px
*/
.twt-grid-gap-0 div.cms-row, .twt-cms-gap-0 div.cms-row, .twt-cms-col-gap-0 div.cms-row, .twt-cms-grid-gap-0 div.cms-row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
.twt-grid-gap-5 div.cms-row, .twt-cms-gap-5 div.cms-row, .twt-cms-col-gap-5 div.cms-row, .twt-cms-grid-gap-5 div.cms-row {
  --bs-gutter-x: 5px;
  --bs-gutter-y: 5px;
}
/*
      _           _____ ___   ____                       _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.twt-grid-gap-10 div.cms-row, .twt-cms-gap-10 div.cms-row, .twt-cms-col-gap-10 div.cms-row, .twt-cms-grid-gap-10 div.cms-row {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 10px;
}
.twt-grid-gap-15 div.cms-row, .twt-cms-gap-15 div.cms-row, .twt-cms-col-gap-15 div.cms-row, .twt-cms-grid-gap-15 div.cms-row {
  --bs-gutter-x: 15px;
  --bs-gutter-y: 15px;
}
/*
      _           _____ ___   ____                       _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.twt-grid-gap-20 div.cms-row, .twt-cms-gap-20 div.cms-row, .twt-cms-col-gap-20 div.cms-row, .twt-cms-grid-gap-20 div.cms-row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}
.twt-grid-gap-25 div.cms-row, .twt-cms-gap-25 div.cms-row, .twt-cms-col-gap-25 div.cms-row, .twt-cms-grid-gap-25 div.cms-row {
  --bs-gutter-x: 25px;
  --bs-gutter-y: 25px;
}
.twt-grid-gap-30 div.cms-row, .twt-cms-gap-30 div.cms-row, .twt-cms-col-gap-30 div.cms-row, .twt-cms-grid-gap-30 div.cms-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}
/*
      _           _____ ___   ____                       _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.twt-grid-gap-35 div.cms-row, .twt-cms-gap-35 div.cms-row, .twt-cms-col-gap-35 div.cms-row, .twt-cms-grid-gap-35 div.cms-row {
  --bs-gutter-x: 35px;
  --bs-gutter-y: 35px;
}
.twt-grid-gap-40 div.cms-row, .twt-cms-gap-40 div.cms-row, .twt-cms-col-gap-40 div.cms-row, .twt-cms-grid-gap-40 div.cms-row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}
/*
      _           _____ ___   ____                       _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.twt-grid-gap-45 div.cms-row, .twt-cms-gap-45 div.cms-row, .twt-cms-col-gap-45 div.cms-row, .twt-cms-grid-gap-45 div.cms-row {
  --bs-gutter-x: 45px;
  --bs-gutter-y: 45px;
}
.twt-grid-gap-50 div.cms-row, .twt-cms-gap-50 div.cms-row, .twt-cms-col-gap-50 div.cms-row, .twt-cms-grid-gap-50 div.cms-row {
  --bs-gutter-x: 50px;
  --bs-gutter-y: 50px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS headline classes
	==================================================
    see @TODO

	Info: ThemeWare CSS-Klassen mit welchen Überschriften in Standard-CMS-Elementen modifiziert werden können.
*/
.twt-headline-bath h1, .twt-headline-bath .h1, .twt-headline-bath h2, .twt-headline-bath .h2, .twt-headline-bath h3, .twt-headline-bath .h3, .twt-headline-bath h4, .twt-headline-bath .h4, .twt-headline-bath h5, .twt-headline-bath .h5, .twt-headline-bath h6, .twt-headline-bath .h6, .twt-cms-headline-bath h1, .twt-cms-headline-bath .h1, .twt-cms-headline-bath h2, .twt-cms-headline-bath .h2, .twt-cms-headline-bath h3, .twt-cms-headline-bath .h3, .twt-cms-headline-bath h4, .twt-cms-headline-bath .h4, .twt-cms-headline-bath h5, .twt-cms-headline-bath .h5, .twt-cms-headline-bath h6, .twt-cms-headline-bath .h6 {
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #798490;
}
.twt-headline-bath h1::before, .twt-headline-bath .h1::before, .twt-headline-bath h2::before, .twt-headline-bath .h2::before, .twt-headline-bath h3::before, .twt-headline-bath .h3::before, .twt-headline-bath h4::before, .twt-headline-bath .h4::before, .twt-headline-bath h5::before, .twt-headline-bath .h5::before, .twt-headline-bath h6::before, .twt-headline-bath .h6::before, .twt-cms-headline-bath h1::before, .twt-cms-headline-bath .h1::before, .twt-cms-headline-bath h2::before, .twt-cms-headline-bath .h2::before, .twt-cms-headline-bath h3::before, .twt-cms-headline-bath .h3::before, .twt-cms-headline-bath h4::before, .twt-cms-headline-bath .h4::before, .twt-cms-headline-bath h5::before, .twt-cms-headline-bath .h5::before, .twt-cms-headline-bath h6::before, .twt-cms-headline-bath .h6::before {
  position: relative;
  right: 70px;
  bottom: -5px;
  display: inline-block;
  width: 50%;
  height: 1px;
  margin-left: -50%;
  content: "";
  vertical-align: middle;
  border-top: 1px solid #798490;
  background-color: rgba(0, 0, 0, 0);
}
.twt-headline-bath h1::after, .twt-headline-bath .h1::after, .twt-headline-bath h2::after, .twt-headline-bath .h2::after, .twt-headline-bath h3::after, .twt-headline-bath .h3::after, .twt-headline-bath h4::after, .twt-headline-bath .h4::after, .twt-headline-bath h5::after, .twt-headline-bath .h5::after, .twt-headline-bath h6::after, .twt-headline-bath .h6::after, .twt-cms-headline-bath h1::after, .twt-cms-headline-bath .h1::after, .twt-cms-headline-bath h2::after, .twt-cms-headline-bath .h2::after, .twt-cms-headline-bath h3::after, .twt-cms-headline-bath .h3::after, .twt-cms-headline-bath h4::after, .twt-cms-headline-bath .h4::after, .twt-cms-headline-bath h5::after, .twt-cms-headline-bath .h5::after, .twt-cms-headline-bath h6::after, .twt-cms-headline-bath .h6::after {
  position: relative;
  bottom: -5px;
  left: 70px;
  display: inline-block;
  width: 50%;
  height: 1px;
  margin-right: -50%;
  content: "";
  vertical-align: middle;
  border-top: 1px solid #798490;
  background-color: rgba(0, 0, 0, 0);
}
.twt-headline-bath p, .twt-cms-headline-bath p {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  margin-top: 4px;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
}
.twt-headline-clean h1, .twt-headline-clean .h1, .twt-headline-clean h2, .twt-headline-clean .h2, .twt-headline-clean h3, .twt-headline-clean .h3, .twt-headline-clean h4, .twt-headline-clean .h4, .twt-headline-clean h5, .twt-headline-clean .h5, .twt-headline-clean h6, .twt-headline-clean .h6, .twt-cms-headline-clean h1, .twt-cms-headline-clean .h1, .twt-cms-headline-clean h2, .twt-cms-headline-clean .h2, .twt-cms-headline-clean h3, .twt-cms-headline-clean .h3, .twt-cms-headline-clean h4, .twt-cms-headline-clean .h4, .twt-cms-headline-clean h5, .twt-cms-headline-clean .h5, .twt-cms-headline-clean h6, .twt-cms-headline-clean .h6 {
  font-style: normal;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: none;
  color: #333333;
  text-shadow: 0.07em 0.07em 0 rgba(0, 0, 0, 0.1);
}
.twt-headline-clean h1::before, .twt-headline-clean .h1::before, .twt-headline-clean h2::before, .twt-headline-clean .h2::before, .twt-headline-clean h3::before, .twt-headline-clean .h3::before, .twt-headline-clean h4::before, .twt-headline-clean .h4::before, .twt-headline-clean h5::before, .twt-headline-clean .h5::before, .twt-headline-clean h6::before, .twt-headline-clean .h6::before, .twt-cms-headline-clean h1::before, .twt-cms-headline-clean .h1::before, .twt-cms-headline-clean h2::before, .twt-cms-headline-clean .h2::before, .twt-cms-headline-clean h3::before, .twt-cms-headline-clean .h3::before, .twt-cms-headline-clean h4::before, .twt-cms-headline-clean .h4::before, .twt-cms-headline-clean h5::before, .twt-cms-headline-clean .h5::before, .twt-cms-headline-clean h6::before, .twt-cms-headline-clean .h6::before {
  display: inline-block;
  margin: 0 0.6em;
  content: "      ";
  text-decoration: line-through !important;
  opacity: 0.7;
}
.twt-headline-clean h1::after, .twt-headline-clean .h1::after, .twt-headline-clean h2::after, .twt-headline-clean .h2::after, .twt-headline-clean h3::after, .twt-headline-clean .h3::after, .twt-headline-clean h4::after, .twt-headline-clean .h4::after, .twt-headline-clean h5::after, .twt-headline-clean .h5::after, .twt-headline-clean h6::after, .twt-headline-clean .h6::after, .twt-cms-headline-clean h1::after, .twt-cms-headline-clean .h1::after, .twt-cms-headline-clean h2::after, .twt-cms-headline-clean .h2::after, .twt-cms-headline-clean h3::after, .twt-cms-headline-clean .h3::after, .twt-cms-headline-clean h4::after, .twt-cms-headline-clean .h4::after, .twt-cms-headline-clean h5::after, .twt-cms-headline-clean .h5::after, .twt-cms-headline-clean h6::after, .twt-cms-headline-clean .h6::after {
  display: inline-block;
  margin: 0 0.6em;
  content: "      ";
  text-decoration: line-through !important;
  opacity: 0.7;
}
.twt-headline-clean p, .twt-cms-headline-clean p {
  font-style: italic;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #798490;
}
.twt-headline-clean-v2 h1, .twt-headline-clean-v2 .h1, .twt-headline-clean-v2 h2, .twt-headline-clean-v2 .h2, .twt-headline-clean-v2 h3, .twt-headline-clean-v2 .h3, .twt-headline-clean-v2 h4, .twt-headline-clean-v2 .h4, .twt-headline-clean-v2 h5, .twt-headline-clean-v2 .h5, .twt-headline-clean-v2 h6, .twt-headline-clean-v2 .h6, .twt-cms-headline-clean-v2 h1, .twt-cms-headline-clean-v2 .h1, .twt-cms-headline-clean-v2 h2, .twt-cms-headline-clean-v2 .h2, .twt-cms-headline-clean-v2 h3, .twt-cms-headline-clean-v2 .h3, .twt-cms-headline-clean-v2 h4, .twt-cms-headline-clean-v2 .h4, .twt-cms-headline-clean-v2 h5, .twt-cms-headline-clean-v2 .h5, .twt-cms-headline-clean-v2 h6, .twt-cms-headline-clean-v2 .h6 {
  text-align: center;
  margin-bottom: 10px;
}
.twt-headline-clean-v2 h1::after, .twt-headline-clean-v2 .h1::after, .twt-headline-clean-v2 h2::after, .twt-headline-clean-v2 .h2::after, .twt-headline-clean-v2 h3::after, .twt-headline-clean-v2 .h3::after, .twt-headline-clean-v2 h4::after, .twt-headline-clean-v2 .h4::after, .twt-headline-clean-v2 h5::after, .twt-headline-clean-v2 .h5::after, .twt-headline-clean-v2 h6::after, .twt-headline-clean-v2 .h6::after, .twt-cms-headline-clean-v2 h1::after, .twt-cms-headline-clean-v2 .h1::after, .twt-cms-headline-clean-v2 h2::after, .twt-cms-headline-clean-v2 .h2::after, .twt-cms-headline-clean-v2 h3::after, .twt-cms-headline-clean-v2 .h3::after, .twt-cms-headline-clean-v2 h4::after, .twt-cms-headline-clean-v2 .h4::after, .twt-cms-headline-clean-v2 h5::after, .twt-cms-headline-clean-v2 .h5::after, .twt-cms-headline-clean-v2 h6::after, .twt-cms-headline-clean-v2 .h6::after {
  text-align: center;
  content: "";
  display: block;
  margin: 9px auto 0 auto;
  width: 100%;
  max-width: 100px;
  height: 3px;
  background: #e2e9f1;
  border-radius: 3px;
}
/*
      _           _____ ___   ___                        _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.twt-headline-flower h1, .twt-headline-flower .h1, .twt-headline-flower h2, .twt-headline-flower .h2, .twt-headline-flower h3, .twt-headline-flower .h3, .twt-headline-flower h4, .twt-headline-flower .h4, .twt-headline-flower h5, .twt-headline-flower .h5, .twt-headline-flower h6, .twt-headline-flower .h6, .twt-cms-headline-flower h1, .twt-cms-headline-flower .h1, .twt-cms-headline-flower h2, .twt-cms-headline-flower .h2, .twt-cms-headline-flower h3, .twt-cms-headline-flower .h3, .twt-cms-headline-flower h4, .twt-cms-headline-flower .h4, .twt-cms-headline-flower h5, .twt-cms-headline-flower .h5, .twt-cms-headline-flower h6, .twt-cms-headline-flower .h6 {
  font-weight: normal;
  font-style: normal;
  overflow: hidden;
  text-align: center;
  letter-spacing: 1px;
  color: #008555;
}
.twt-headline-flower h1::before, .twt-headline-flower .h1::before, .twt-headline-flower h2::before, .twt-headline-flower .h2::before, .twt-headline-flower h3::before, .twt-headline-flower .h3::before, .twt-headline-flower h4::before, .twt-headline-flower .h4::before, .twt-headline-flower h5::before, .twt-headline-flower .h5::before, .twt-headline-flower h6::before, .twt-headline-flower .h6::before, .twt-cms-headline-flower h1::before, .twt-cms-headline-flower .h1::before, .twt-cms-headline-flower h2::before, .twt-cms-headline-flower .h2::before, .twt-cms-headline-flower h3::before, .twt-cms-headline-flower .h3::before, .twt-cms-headline-flower h4::before, .twt-cms-headline-flower .h4::before, .twt-cms-headline-flower h5::before, .twt-cms-headline-flower .h5::before, .twt-cms-headline-flower h6::before, .twt-cms-headline-flower .h6::before {
  position: relative;
  right: 0.5em;
  display: inline-block;
  width: 50%;
  height: 1px;
  margin-left: -50%;
  content: "";
  vertical-align: middle;
  border-top: 1px dotted #008555;
}
.twt-headline-flower h1::after, .twt-headline-flower .h1::after, .twt-headline-flower h2::after, .twt-headline-flower .h2::after, .twt-headline-flower h3::after, .twt-headline-flower .h3::after, .twt-headline-flower h4::after, .twt-headline-flower .h4::after, .twt-headline-flower h5::after, .twt-headline-flower .h5::after, .twt-headline-flower h6::after, .twt-headline-flower .h6::after, .twt-cms-headline-flower h1::after, .twt-cms-headline-flower .h1::after, .twt-cms-headline-flower h2::after, .twt-cms-headline-flower .h2::after, .twt-cms-headline-flower h3::after, .twt-cms-headline-flower .h3::after, .twt-cms-headline-flower h4::after, .twt-cms-headline-flower .h4::after, .twt-cms-headline-flower h5::after, .twt-cms-headline-flower .h5::after, .twt-cms-headline-flower h6::after, .twt-cms-headline-flower .h6::after {
  position: relative;
  left: 0.5em;
  display: inline-block;
  width: 50%;
  height: 1px;
  margin-right: -50%;
  content: "";
  vertical-align: middle;
  border-top: 1px dotted #008555;
}
.twt-headline-kids h1, .twt-headline-kids .h1, .twt-headline-kids h2, .twt-headline-kids .h2, .twt-headline-kids h3, .twt-headline-kids .h3, .twt-headline-kids h4, .twt-headline-kids .h4, .twt-headline-kids h5, .twt-headline-kids .h5, .twt-headline-kids h6, .twt-headline-kids .h6, .twt-headline-kids .cms-element-title-paragraph, .twt-cms-headline-kids h1, .twt-cms-headline-kids .h1, .twt-cms-headline-kids h2, .twt-cms-headline-kids .h2, .twt-cms-headline-kids h3, .twt-cms-headline-kids .h3, .twt-cms-headline-kids h4, .twt-cms-headline-kids .h4, .twt-cms-headline-kids h5, .twt-cms-headline-kids .h5, .twt-cms-headline-kids h6, .twt-cms-headline-kids .h6, .twt-cms-headline-kids .cms-element-title-paragraph {
  overflow: hidden;
  text-align: center;
}
.twt-headline-kids h1::before, .twt-headline-kids .h1::before, .twt-headline-kids h2::before, .twt-headline-kids .h2::before, .twt-headline-kids h3::before, .twt-headline-kids .h3::before, .twt-headline-kids h4::before, .twt-headline-kids .h4::before, .twt-headline-kids h5::before, .twt-headline-kids .h5::before, .twt-headline-kids h6::before, .twt-headline-kids .h6::before, .twt-headline-kids .cms-element-title-paragraph::before, .twt-cms-headline-kids h1::before, .twt-cms-headline-kids .h1::before, .twt-cms-headline-kids h2::before, .twt-cms-headline-kids .h2::before, .twt-cms-headline-kids h3::before, .twt-cms-headline-kids .h3::before, .twt-cms-headline-kids h4::before, .twt-cms-headline-kids .h4::before, .twt-cms-headline-kids h5::before, .twt-cms-headline-kids .h5::before, .twt-cms-headline-kids h6::before, .twt-cms-headline-kids .h6::before, .twt-cms-headline-kids .cms-element-title-paragraph::before {
  position: relative;
  right: 0.5em;
  display: inline-block;
  width: 50%;
  height: 2px;
  margin-left: -50%;
  content: "";
  vertical-align: middle;
  border-top: 2px dashed #008555;
}
.twt-headline-kids h1::after, .twt-headline-kids .h1::after, .twt-headline-kids h2::after, .twt-headline-kids .h2::after, .twt-headline-kids h3::after, .twt-headline-kids .h3::after, .twt-headline-kids h4::after, .twt-headline-kids .h4::after, .twt-headline-kids h5::after, .twt-headline-kids .h5::after, .twt-headline-kids h6::after, .twt-headline-kids .h6::after, .twt-headline-kids .cms-element-title-paragraph::after, .twt-cms-headline-kids h1::after, .twt-cms-headline-kids .h1::after, .twt-cms-headline-kids h2::after, .twt-cms-headline-kids .h2::after, .twt-cms-headline-kids h3::after, .twt-cms-headline-kids .h3::after, .twt-cms-headline-kids h4::after, .twt-cms-headline-kids .h4::after, .twt-cms-headline-kids h5::after, .twt-cms-headline-kids .h5::after, .twt-cms-headline-kids h6::after, .twt-cms-headline-kids .h6::after, .twt-cms-headline-kids .cms-element-title-paragraph::after {
  position: relative;
  left: 0.5em;
  display: inline-block;
  width: 50%;
  height: 2px;
  margin-right: -50%;
  content: "";
  vertical-align: middle;
  border-top: 2px dashed #008555;
}
/*
      _           _____ ___   ___                        _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.twt-headline-ladieswear h1, .twt-headline-ladieswear .h1, .twt-headline-ladieswear h2, .twt-headline-ladieswear .h2, .twt-headline-ladieswear h3, .twt-headline-ladieswear .h3, .twt-headline-ladieswear h4, .twt-headline-ladieswear .h4, .twt-headline-ladieswear h5, .twt-headline-ladieswear .h5, .twt-headline-ladieswear h6, .twt-headline-ladieswear .h6, .twt-cms-headline-ladieswear h1, .twt-cms-headline-ladieswear .h1, .twt-cms-headline-ladieswear h2, .twt-cms-headline-ladieswear .h2, .twt-cms-headline-ladieswear h3, .twt-cms-headline-ladieswear .h3, .twt-cms-headline-ladieswear h4, .twt-cms-headline-ladieswear .h4, .twt-cms-headline-ladieswear h5, .twt-cms-headline-ladieswear .h5, .twt-cms-headline-ladieswear h6, .twt-cms-headline-ladieswear .h6 {
  font-style: normal;
  display: block;
  text-align: center;
  color: #008555;
  text-shadow: 0.07em 0.07em 0 rgba(0, 0, 0, 0.1);
}
.twt-headline-ladieswear h1::before, .twt-headline-ladieswear .h1::before, .twt-headline-ladieswear h2::before, .twt-headline-ladieswear .h2::before, .twt-headline-ladieswear h3::before, .twt-headline-ladieswear .h3::before, .twt-headline-ladieswear h4::before, .twt-headline-ladieswear .h4::before, .twt-headline-ladieswear h5::before, .twt-headline-ladieswear .h5::before, .twt-headline-ladieswear h6::before, .twt-headline-ladieswear .h6::before, .twt-cms-headline-ladieswear h1::before, .twt-cms-headline-ladieswear .h1::before, .twt-cms-headline-ladieswear h2::before, .twt-cms-headline-ladieswear .h2::before, .twt-cms-headline-ladieswear h3::before, .twt-cms-headline-ladieswear .h3::before, .twt-cms-headline-ladieswear h4::before, .twt-cms-headline-ladieswear .h4::before, .twt-cms-headline-ladieswear h5::before, .twt-cms-headline-ladieswear .h5::before, .twt-cms-headline-ladieswear h6::before, .twt-cms-headline-ladieswear .h6::before {
  display: inline-block;
  margin: 0 20px;
  content: "- - - - -";
  opacity: 0.7;
}
.twt-headline-ladieswear h1::after, .twt-headline-ladieswear .h1::after, .twt-headline-ladieswear h2::after, .twt-headline-ladieswear .h2::after, .twt-headline-ladieswear h3::after, .twt-headline-ladieswear .h3::after, .twt-headline-ladieswear h4::after, .twt-headline-ladieswear .h4::after, .twt-headline-ladieswear h5::after, .twt-headline-ladieswear .h5::after, .twt-headline-ladieswear h6::after, .twt-headline-ladieswear .h6::after, .twt-cms-headline-ladieswear h1::after, .twt-cms-headline-ladieswear .h1::after, .twt-cms-headline-ladieswear h2::after, .twt-cms-headline-ladieswear .h2::after, .twt-cms-headline-ladieswear h3::after, .twt-cms-headline-ladieswear .h3::after, .twt-cms-headline-ladieswear h4::after, .twt-cms-headline-ladieswear .h4::after, .twt-cms-headline-ladieswear h5::after, .twt-cms-headline-ladieswear .h5::after, .twt-cms-headline-ladieswear h6::after, .twt-cms-headline-ladieswear .h6::after {
  display: inline-block;
  margin: 0 20px;
  content: "- - - - -";
  opacity: 0.7;
}
.twt-headline-ladieswear p, .twt-cms-headline-ladieswear p {
  font-style: italic;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #008555;
}
.twt-headline-plants h1, .twt-headline-plants .h1, .twt-headline-plants h2, .twt-headline-plants .h2, .twt-headline-plants h3, .twt-headline-plants .h3, .twt-headline-plants h4, .twt-headline-plants .h4, .twt-headline-plants h5, .twt-headline-plants .h5, .twt-headline-plants h6, .twt-headline-plants .h6, .twt-cms-headline-plants h1, .twt-cms-headline-plants .h1, .twt-cms-headline-plants h2, .twt-cms-headline-plants .h2, .twt-cms-headline-plants h3, .twt-cms-headline-plants .h3, .twt-cms-headline-plants h4, .twt-cms-headline-plants .h4, .twt-cms-headline-plants h5, .twt-cms-headline-plants .h5, .twt-cms-headline-plants h6, .twt-cms-headline-plants .h6 {
  font-weight: 600;
  font-style: normal;
  overflow: hidden;
  max-width: 1400px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.twt-headline-plants h1::before, .twt-headline-plants .h1::before, .twt-headline-plants h2::before, .twt-headline-plants .h2::before, .twt-headline-plants h3::before, .twt-headline-plants .h3::before, .twt-headline-plants h4::before, .twt-headline-plants .h4::before, .twt-headline-plants h5::before, .twt-headline-plants .h5::before, .twt-headline-plants h6::before, .twt-headline-plants .h6::before, .twt-cms-headline-plants h1::before, .twt-cms-headline-plants .h1::before, .twt-cms-headline-plants h2::before, .twt-cms-headline-plants .h2::before, .twt-cms-headline-plants h3::before, .twt-cms-headline-plants .h3::before, .twt-cms-headline-plants h4::before, .twt-cms-headline-plants .h4::before, .twt-cms-headline-plants h5::before, .twt-cms-headline-plants .h5::before, .twt-cms-headline-plants h6::before, .twt-cms-headline-plants .h6::before {
  position: relative;
  right: 0.5em;
  display: inline-block;
  width: 50%;
  height: 1px;
  margin-left: -50%;
  content: "";
  vertical-align: middle;
  border-top: 3px double #008555;
}
.twt-headline-plants h1::after, .twt-headline-plants .h1::after, .twt-headline-plants h2::after, .twt-headline-plants .h2::after, .twt-headline-plants h3::after, .twt-headline-plants .h3::after, .twt-headline-plants h4::after, .twt-headline-plants .h4::after, .twt-headline-plants h5::after, .twt-headline-plants .h5::after, .twt-headline-plants h6::after, .twt-headline-plants .h6::after, .twt-cms-headline-plants h1::after, .twt-cms-headline-plants .h1::after, .twt-cms-headline-plants h2::after, .twt-cms-headline-plants .h2::after, .twt-cms-headline-plants h3::after, .twt-cms-headline-plants .h3::after, .twt-cms-headline-plants h4::after, .twt-cms-headline-plants .h4::after, .twt-cms-headline-plants h5::after, .twt-cms-headline-plants .h5::after, .twt-cms-headline-plants h6::after, .twt-cms-headline-plants .h6::after {
  position: relative;
  left: 0.5em;
  display: inline-block;
  width: 50%;
  height: 1px;
  margin-right: -50%;
  content: "";
  vertical-align: middle;
  border-top: 3px double #008555;
}
.twt-headline-classic h1, .twt-headline-classic .h1, .twt-headline-classic h2, .twt-headline-classic .h2, .twt-headline-classic h3, .twt-headline-classic .h3, .twt-headline-classic h4, .twt-headline-classic .h4, .twt-headline-classic h5, .twt-headline-classic .h5, .twt-headline-classic h6, .twt-headline-classic .h6, .twt-cms-headline-classic h1, .twt-cms-headline-classic .h1, .twt-cms-headline-classic h2, .twt-cms-headline-classic .h2, .twt-cms-headline-classic h3, .twt-cms-headline-classic .h3, .twt-cms-headline-classic h4, .twt-cms-headline-classic .h4, .twt-cms-headline-classic h5, .twt-cms-headline-classic .h5, .twt-cms-headline-classic h6, .twt-cms-headline-classic .h6 {
  padding: 0 0 0.625rem 0;
  border-bottom: 1px solid #eaeaf0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS custom classes for the landing page demos
	==================================================
	see https://service.tc-innovations.de/themeware/sw6/article/2129-themeware-css-klassen-bibliothek-fuer-cms-erlebniswelten
*/
.twt-custom-cms-text-two-column-usp-list .col-md-6:first-child, .twt-custom-cms-text-two-column-usp-list .is-act-confirmpage .checkout .checkout-aside:first-child, .is-act-confirmpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:first-child, .twt-custom-cms-text-two-column-usp-list .is-ctl-accountorder .checkout .checkout-aside:first-child, .is-ctl-accountorder .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:first-child, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-additional:first-child, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-additional:first-child, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-aside:first-child, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:first-child {
  flex: 0 0 auto;
  width: calc(100% - 420px);
  max-width: inherit;
  margin-top: 30px;
  padding-right: 50px;
}
.twt-custom-cms-text-two-column-usp-list .col-md-6:last-child, .twt-custom-cms-text-two-column-usp-list .is-act-confirmpage .checkout .checkout-aside:last-child, .is-act-confirmpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child, .twt-custom-cms-text-two-column-usp-list .is-ctl-accountorder .checkout .checkout-aside:last-child, .is-ctl-accountorder .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-additional:last-child, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-additional:last-child, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-aside:last-child, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child {
  flex: 0 0 auto;
  width: 400px;
  max-width: inherit;
  padding: 30px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.04);
}
.twt-custom-cms-text-two-column-usp-list .col-md-6:last-child ul, .twt-custom-cms-text-two-column-usp-list .is-act-confirmpage .checkout .checkout-aside:last-child ul, .is-act-confirmpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child ul, .twt-custom-cms-text-two-column-usp-list .is-ctl-accountorder .checkout .checkout-aside:last-child ul, .is-ctl-accountorder .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child ul, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-additional:last-child ul, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-additional:last-child ul, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-aside:last-child ul, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child ul {
  margin: 0 0 0 22px;
  padding: 0;
  list-style: none;
}
.twt-custom-cms-text-two-column-usp-list .col-md-6:last-child ul li, .twt-custom-cms-text-two-column-usp-list .is-act-confirmpage .checkout .checkout-aside:last-child ul li, .is-act-confirmpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child ul li, .twt-custom-cms-text-two-column-usp-list .is-ctl-accountorder .checkout .checkout-aside:last-child ul li, .is-ctl-accountorder .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child ul li, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-additional:last-child ul li, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-additional:last-child ul li, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-aside:last-child ul li, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child ul li {
  position: relative;
  margin-bottom: 4px;
}
.twt-custom-cms-text-two-column-usp-list .col-md-6:last-child ul li::after, .twt-custom-cms-text-two-column-usp-list .is-act-confirmpage .checkout .checkout-aside:last-child ul li::after, .is-act-confirmpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child ul li::after, .twt-custom-cms-text-two-column-usp-list .is-ctl-accountorder .checkout .checkout-aside:last-child ul li::after, .is-ctl-accountorder .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child ul li::after, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-additional:last-child ul li::after, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-additional:last-child ul li::after, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-aside:last-child ul li::after, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child ul li::after {
  position: absolute;
  top: 5px;
  left: -20px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%232ecc71' 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");
}
@media (max-width: 991.98px) {
  .twt-custom-cms-text-two-column-usp-list .col-md-6:last-child, .twt-custom-cms-text-two-column-usp-list .is-act-confirmpage .checkout .checkout-aside:last-child, .is-act-confirmpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child, .twt-custom-cms-text-two-column-usp-list .is-ctl-accountorder .checkout .checkout-aside:last-child, .is-ctl-accountorder .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-additional:last-child, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-additional:last-child, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-aside:last-child, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:last-child {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .twt-custom-cms-text-two-column-usp-list .col-md-6:first-child, .twt-custom-cms-text-two-column-usp-list .is-act-confirmpage .checkout .checkout-aside:first-child, .is-act-confirmpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:first-child, .twt-custom-cms-text-two-column-usp-list .is-ctl-accountorder .checkout .checkout-aside:first-child, .is-ctl-accountorder .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:first-child, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-additional:first-child, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-additional:first-child, .twt-custom-cms-text-two-column-usp-list .is-act-finishpage .checkout .checkout-aside:first-child, .is-act-finishpage .checkout .twt-custom-cms-text-two-column-usp-list .checkout-aside:first-child {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }
}
.twt-custom-cms-imagetext-teaser-1, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) {
  padding-top: 0;
  padding-bottom: 0;
}
.twt-custom-cms-imagetext-teaser-1 .cms-block-image-text .cms-block-container-row, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .cms-block-image-text .cms-block-container-row {
  align-items: center;
}
.twt-custom-cms-imagetext-teaser-1 .cms-block-image-text .cms-block-container-row p, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .cms-block-image-text .cms-block-container-row p {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .twt-custom-cms-imagetext-teaser-1 .col-md-6, .twt-custom-cms-imagetext-teaser-1 .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .twt-custom-cms-imagetext-teaser-1 .checkout-aside, .twt-custom-cms-imagetext-teaser-1 .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .twt-custom-cms-imagetext-teaser-1 .checkout-aside, .twt-custom-cms-imagetext-teaser-1 .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .twt-custom-cms-imagetext-teaser-1 .checkout-additional, .twt-custom-cms-imagetext-teaser-1 .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .twt-custom-cms-imagetext-teaser-1 .checkout-aside, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .col-md-6, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .checkout-aside, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .checkout-aside, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .checkout-additional, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .checkout-aside {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .twt-custom-cms-imagetext-teaser-1 .col-md-6:last-of-type, .twt-custom-cms-imagetext-teaser-1 .is-act-confirmpage .checkout .checkout-aside:last-of-type, .is-act-confirmpage .checkout .twt-custom-cms-imagetext-teaser-1 .checkout-aside:last-of-type, .twt-custom-cms-imagetext-teaser-1 .is-ctl-accountorder .checkout .checkout-aside:last-of-type, .is-ctl-accountorder .checkout .twt-custom-cms-imagetext-teaser-1 .checkout-aside:last-of-type, .twt-custom-cms-imagetext-teaser-1 .is-act-finishpage .checkout .checkout-additional:last-of-type, .is-act-finishpage .checkout .twt-custom-cms-imagetext-teaser-1 .checkout-additional:last-of-type, .twt-custom-cms-imagetext-teaser-1 .is-act-finishpage .checkout .checkout-aside:last-of-type, .is-act-finishpage .checkout .twt-custom-cms-imagetext-teaser-1 .checkout-aside:last-of-type, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .col-md-6:last-of-type, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .is-act-confirmpage .checkout .checkout-aside:last-of-type, .is-act-confirmpage .checkout .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .checkout-aside:last-of-type, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .is-ctl-accountorder .checkout .checkout-aside:last-of-type, .is-ctl-accountorder .checkout .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .checkout-aside:last-of-type, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .is-act-finishpage .checkout .checkout-additional:last-of-type, .is-act-finishpage .checkout .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .checkout-additional:last-of-type, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .is-act-finishpage .checkout .checkout-aside:last-of-type, .is-act-finishpage .checkout .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .checkout-aside:last-of-type {
    padding: 60px 40px;
  }
}
/*
  _           _____ ___   ___                        _   _
 | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
 | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
 |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
       |__/
*/
.twt-custom-cms-about-photo .cms-block-container {
  margin-bottom: 50px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.04);
}
.twt-custom-cms-about-photo .cms-block-container .cms-block-container-row {
  align-items: center;
}
.twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-6:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:first-child, .is-act-confirmpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:first-child, .is-ctl-accountorder .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:first-child, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-additional:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:first-child, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-4, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-checkoutregisterpage .checkout .checkout-aside, .is-act-checkoutregisterpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside {
  flex: 0 0 auto;
  width: 380px;
  max-width: inherit;
  padding: 30px 60px 0 60px;
}
.twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-6:first-child .cms-element-text *:first-of-type, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:first-child .cms-element-text *:first-of-type, .is-act-confirmpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child .cms-element-text *:first-of-type, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:first-child .cms-element-text *:first-of-type, .is-ctl-accountorder .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child .cms-element-text *:first-of-type, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:first-child .cms-element-text *:first-of-type, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-additional:first-child .cms-element-text *:first-of-type, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:first-child .cms-element-text *:first-of-type, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child .cms-element-text *:first-of-type, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-4 .cms-element-text *:first-of-type, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-checkoutregisterpage .checkout .checkout-aside .cms-element-text *:first-of-type, .is-act-checkoutregisterpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside .cms-element-text *:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-6:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:last-child, .is-act-confirmpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:last-child, .is-ctl-accountorder .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:last-child, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-additional:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:last-child, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-8 {
  flex: 0 0 auto;
  width: calc(100% - 400px);
  max-width: inherit;
  margin-top: 10px;
  padding-right: 50px;
}
@media (max-width: 991.98px) {
  .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-6:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:first-child, .is-act-confirmpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:first-child, .is-ctl-accountorder .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:first-child, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-additional:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:first-child, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-4, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-checkoutregisterpage .checkout .checkout-aside, .is-act-checkoutregisterpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside {
    flex: 0 0 100%;
    order: 2;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 40px 40px 0 40px;
  }
  .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-6:first-child img, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:first-child img, .is-act-confirmpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child img, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:first-child img, .is-ctl-accountorder .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child img, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:first-child img, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-additional:first-child img, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:first-child img, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:first-child img, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-4 img, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-checkoutregisterpage .checkout .checkout-aside img, .is-act-checkoutregisterpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside img {
    max-width: 240px;
    height: auto;
  }
  .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-6:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-confirmpage .checkout .checkout-aside:last-child, .is-act-confirmpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-ctl-accountorder .checkout .checkout-aside:last-child, .is-ctl-accountorder .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-additional:last-child, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-additional:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .is-act-finishpage .checkout .checkout-aside:last-child, .is-act-finishpage .checkout .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .checkout-aside:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-8 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 0 40px;
  }
}
.twt-custom-cms-about-photo.dark .cms-block-container {
  background-color: #ffffff;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS image decoration classes
	==================================================
	see https://wiki.themeware.design/wissensdatenbank/anleitungen/erlebniswelten/bilder-in-cms-bloecken-mit-dekorationsklassen-verschoenern
*/
.twt-cms-image-border div.cms-image-container, .twt-cms-image-border div.product-image-wrapper, .twt-image-border-1 div.cms-image-container, .twt-image-border-1 div.product-image-wrapper, .twt-cms-image-border-1 div.cms-image-container, .twt-cms-image-border-1 div.product-image-wrapper, .twt-cms-image-border-solid div.cms-image-container, .twt-cms-image-border-solid div.product-image-wrapper {
  border: 12px solid #ffffff;
}
.twt-cms-image-border.cms-block-image-text-bubble div.cms-image-container, .twt-image-border-1.cms-block-image-text-bubble div.cms-image-container, .twt-cms-image-border-1.cms-block-image-text-bubble div.cms-image-container, .twt-cms-image-border-solid.cms-block-image-text-bubble div.cms-image-container {
  border-radius: 50%;
}
.twt-cms-image-border.cms-block-image-bubble-row div.cms-image-container, .twt-image-border-1.cms-block-image-bubble-row div.cms-image-container, .twt-cms-image-border-1.cms-block-image-bubble-row div.cms-image-container, .twt-cms-image-border-solid.cms-block-image-bubble-row div.cms-image-container {
  border-radius: 50%;
}
.twt-image-border-2 div.cms-image-container::before, .twt-cms-image-border-2 div.cms-image-container::before, .twt-cms-image-border-semi div.cms-image-container::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.6);
  transition: all 0.35s ease-in-out;
  z-index: 1;
}
.twt-image-border-2.cms-block-image-text-bubble div.cms-image-container::before, .twt-cms-image-border-2.cms-block-image-text-bubble div.cms-image-container::before, .twt-cms-image-border-semi.cms-block-image-text-bubble div.cms-image-container::before {
  border-radius: 50%;
}
.twt-image-border-2.cms-block-image-bubble-row div.cms-image-container::before, .twt-cms-image-border-2.cms-block-image-bubble-row div.cms-image-container::before, .twt-cms-image-border-semi.cms-block-image-bubble-row div.cms-image-container::before {
  border-radius: 50%;
}
.twt-image-shadow-sm div.cms-image-container, .twt-image-shadow-sm div.product-image-wrapper, .twt-cms-image-shadow-sm div.cms-image-container, .twt-cms-image-shadow-sm div.product-image-wrapper, .twt-cms-image-box-shadow-sm div.cms-image-container, .twt-cms-image-box-shadow-sm div.product-image-wrapper {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.twt-image-shadow div.cms-image-container, .twt-image-shadow div.product-image-wrapper, .twt-cms-image-shadow div.cms-image-container, .twt-cms-image-shadow div.product-image-wrapper, .twt-cms-image-box-shadow div.cms-image-container, .twt-cms-image-box-shadow div.product-image-wrapper {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.twt-image-shadow-lg div.cms-image-container, .twt-image-shadow-lg div.product-image-wrapper, .twt-cms-image-shadow-lg div.cms-image-container, .twt-cms-image-shadow-lg div.product-image-wrapper, .twt-cms-image-box-shadow-lg div.cms-image-container, .twt-cms-image-box-shadow-lg div.product-image-wrapper {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.twt-image-shadow-1 div.cms-image-container, .twt-image-shadow-1 div.product-image-wrapper, .twt-cms-image-shadow-1 div.cms-image-container, .twt-cms-image-shadow-1 div.product-image-wrapper, .twt-cms-image-box-shadow-level-1 div.cms-image-container, .twt-cms-image-box-shadow-level-1 div.product-image-wrapper {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.twt-image-shadow-2 div.cms-image-container, .twt-image-shadow-2 div.product-image-wrapper, .twt-cms-image-shadow-2 div.cms-image-container, .twt-cms-image-shadow-2 div.product-image-wrapper, .twt-cms-image-box-shadow-level-2 div.cms-image-container, .twt-cms-image-box-shadow-level-2 div.product-image-wrapper {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.twt-image-shadow-3 div.cms-image-container, .twt-image-shadow-3 div.product-image-wrapper, .twt-cms-image-shadow-3 div.cms-image-container, .twt-cms-image-shadow-3 div.product-image-wrapper, .twt-cms-image-box-shadow-level-3 div.cms-image-container, .twt-cms-image-box-shadow-level-3 div.product-image-wrapper {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
}
.twt-image-shadow-4 div.cms-image-container, .twt-image-shadow-4 div.product-image-wrapper, .twt-cms-image-shadow-4 div.cms-image-container, .twt-cms-image-shadow-4 div.product-image-wrapper, .twt-cms-image-box-shadow-level-4 div.cms-image-container, .twt-cms-image-box-shadow-level-4 div.product-image-wrapper {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}
.twt-image-shadow-5 div.cms-image-container, .twt-image-shadow-5 div.product-image-wrapper, .twt-cms-image-shadow-5 div.cms-image-container, .twt-cms-image-shadow-5 div.product-image-wrapper, .twt-cms-image-box-shadow-level-5 div.cms-image-container, .twt-cms-image-box-shadow-level-5 div.product-image-wrapper {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.1);
}
/*
      _           _____ ___   ____                       _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.twt-image-rounded div.cms-image-container, .twt-image-rounded div.product-image-wrapper, .twt-cms-image-rounded div.cms-image-container, .twt-cms-image-rounded div.product-image-wrapper {
  border-radius: 2px;
}
.twt-image-rounded div.cms-image-container img, .twt-image-rounded div.product-image-wrapper img, .twt-cms-image-rounded div.cms-image-container img, .twt-cms-image-rounded div.product-image-wrapper img {
  border-radius: 2px;
}
.twt-image-border-radius div.cms-image-container, .twt-image-border-radius div.product-image-wrapper, .twt-cms-image-border-radius div.cms-image-container, .twt-cms-image-border-radius div.product-image-wrapper {
  border-radius: 2px;
}
.twt-image-border-radius div.cms-image-container img, .twt-image-border-radius div.product-image-wrapper img, .twt-cms-image-border-radius div.cms-image-container img, .twt-cms-image-border-radius div.product-image-wrapper img {
  border-radius: 2px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS image hover effects
	==================================================
    see https://wiki.themeware.design/wissensdatenbank/anleitungen/erlebniswelten/bilder-in-cms-bloecken-mit-hover-effekten-verschoenern
*/
/* @TODO:
 * [ ] vgl. _twt-cms-image-hover-effects.scss
 * [ ] Add styles for different amounts of columns
 */
.twt-image-hover-1 a div.image-slider-item img, .twt-image-hover-1 a div.cms-image-container img, .twt-cms-image-hover-1 a div.image-slider-item img, .twt-cms-image-hover-1 a div.cms-image-container img, .twt-cms-image-hover-opacity a div.image-slider-item img, .twt-cms-image-hover-opacity a div.cms-image-container img, .twt-cms-image-hover-opacity-in a div.image-slider-item img, .twt-cms-image-hover-opacity-in a div.cms-image-container img {
  transition: all 0.4s ease-in-out;
  filter: opacity(1);
}
.twt-image-hover-1 a:hover div.image-slider-item img, .twt-image-hover-1 a:hover div.cms-image-container img, .twt-cms-image-hover-1 a:hover div.image-slider-item img, .twt-cms-image-hover-1 a:hover div.cms-image-container img, .twt-cms-image-hover-opacity a:hover div.image-slider-item img, .twt-cms-image-hover-opacity a:hover div.cms-image-container img, .twt-cms-image-hover-opacity-in a:hover div.image-slider-item img, .twt-cms-image-hover-opacity-in a:hover div.cms-image-container img {
  filter: opacity(var(--twt-opacity));
}
.twt-image-hover-1 div.product-image-wrapper a img, .twt-cms-image-hover-1 div.product-image-wrapper a img, .twt-cms-image-hover-opacity div.product-image-wrapper a img, .twt-cms-image-hover-opacity-in div.product-image-wrapper a img {
  transition: all 0.4s ease-in-out;
  filter: opacity(1);
}
.twt-image-hover-1 div.product-image-wrapper a:hover img, .twt-cms-image-hover-1 div.product-image-wrapper a:hover img, .twt-cms-image-hover-opacity div.product-image-wrapper a:hover img, .twt-cms-image-hover-opacity-in div.product-image-wrapper a:hover img {
  filter: opacity(var(--twt-opacity));
}
.twt-image-hover-2 a div.image-slider-item, .twt-image-hover-2 a div.cms-image-container, .twt-cms-image-hover-2 a div.image-slider-item, .twt-cms-image-hover-2 a div.cms-image-container, .twt-cms-image-hover-zoom a div.image-slider-item, .twt-cms-image-hover-zoom a div.cms-image-container, .twt-cms-image-hover-zoom-in a div.image-slider-item, .twt-cms-image-hover-zoom-in a div.cms-image-container {
  overflow: hidden;
}
.twt-image-hover-2 a div.image-slider-item img, .twt-image-hover-2 a div.cms-image-container img, .twt-cms-image-hover-2 a div.image-slider-item img, .twt-cms-image-hover-2 a div.cms-image-container img, .twt-cms-image-hover-zoom a div.image-slider-item img, .twt-cms-image-hover-zoom a div.cms-image-container img, .twt-cms-image-hover-zoom-in a div.image-slider-item img, .twt-cms-image-hover-zoom-in a div.cms-image-container img {
  transition: transform 0.25s ease-in-out;
}
.twt-image-hover-2 a:hover div.image-slider-item img, .twt-image-hover-2 a:hover div.cms-image-container img, .twt-cms-image-hover-2 a:hover div.image-slider-item img, .twt-cms-image-hover-2 a:hover div.cms-image-container img, .twt-cms-image-hover-zoom a:hover div.image-slider-item img, .twt-cms-image-hover-zoom a:hover div.cms-image-container img, .twt-cms-image-hover-zoom-in a:hover div.image-slider-item img, .twt-cms-image-hover-zoom-in a:hover div.cms-image-container img {
  transform: perspective(1px) scale(var(--twt-scale));
}
.twt-image-hover-2 div.product-image-wrapper a img, .twt-cms-image-hover-2 div.product-image-wrapper a img, .twt-cms-image-hover-zoom div.product-image-wrapper a img, .twt-cms-image-hover-zoom-in div.product-image-wrapper a img {
  transition: transform 0.25s ease-in-out;
}
.twt-image-hover-2 div.product-image-wrapper a:hover img, .twt-cms-image-hover-2 div.product-image-wrapper a:hover img, .twt-cms-image-hover-zoom div.product-image-wrapper a:hover img, .twt-cms-image-hover-zoom-in div.product-image-wrapper a:hover img {
  transform: perspective(1px) scale(var(--twt-scale));
}
/*
      _           _____ ___   ___                        _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.twt-image-hover-3 a div.image-slider-item, .twt-image-hover-3 a div.cms-image-container, .twt-cms-image-hover-3 a div.image-slider-item, .twt-cms-image-hover-3 a div.cms-image-container, .twt-cms-image-hover-zoom-out a div.image-slider-item, .twt-cms-image-hover-zoom-out a div.cms-image-container {
  overflow: hidden;
}
.twt-image-hover-3 a div.image-slider-item img, .twt-image-hover-3 a div.cms-image-container img, .twt-cms-image-hover-3 a div.image-slider-item img, .twt-cms-image-hover-3 a div.cms-image-container img, .twt-cms-image-hover-zoom-out a div.image-slider-item img, .twt-cms-image-hover-zoom-out a div.cms-image-container img {
  transition: transform 0.25s ease-in-out;
  transform: perspective(1px) scale(var(--twt-scale));
}
.twt-image-hover-3 a:hover div.image-slider-item img, .twt-image-hover-3 a:hover div.cms-image-container img, .twt-cms-image-hover-3 a:hover div.image-slider-item img, .twt-cms-image-hover-3 a:hover div.cms-image-container img, .twt-cms-image-hover-zoom-out a:hover div.image-slider-item img, .twt-cms-image-hover-zoom-out a:hover div.cms-image-container img {
  transform: perspective(1px) scale(1);
}
.twt-image-hover-3 div.product-image-wrapper a img, .twt-cms-image-hover-3 div.product-image-wrapper a img, .twt-cms-image-hover-zoom-out div.product-image-wrapper a img {
  transition: transform 0.25s ease-in-out;
  transform: perspective(1px) scale(var(--twt-scale));
}
.twt-image-hover-3 div.product-image-wrapper a:hover img, .twt-cms-image-hover-3 div.product-image-wrapper a:hover img, .twt-cms-image-hover-zoom-out div.product-image-wrapper a:hover img {
  transform: perspective(1px) scale(1);
}
.twt-image-hover-4 a div.image-slider-item, .twt-image-hover-4 a div.cms-image-container, .twt-cms-image-hover-4 a div.image-slider-item, .twt-cms-image-hover-4 a div.cms-image-container, .twt-cms-image-hover-grayscale-out a div.image-slider-item, .twt-cms-image-hover-grayscale-out a div.cms-image-container {
  overflow: hidden;
}
.twt-image-hover-4 a div.image-slider-item img, .twt-image-hover-4 a div.cms-image-container img, .twt-cms-image-hover-4 a div.image-slider-item img, .twt-cms-image-hover-4 a div.cms-image-container img, .twt-cms-image-hover-grayscale-out a div.image-slider-item img, .twt-cms-image-hover-grayscale-out a div.cms-image-container img {
  transition: all 0.4s ease-in-out;
  filter: grayscale(var(--twt-grayscale));
}
.twt-image-hover-4 a:hover div.image-slider-item img, .twt-image-hover-4 a:hover div.cms-image-container img, .twt-cms-image-hover-4 a:hover div.image-slider-item img, .twt-cms-image-hover-4 a:hover div.cms-image-container img, .twt-cms-image-hover-grayscale-out a:hover div.image-slider-item img, .twt-cms-image-hover-grayscale-out a:hover div.cms-image-container img {
  filter: grayscale(0);
}
.twt-image-hover-4 div.product-image-wrapper a img, .twt-cms-image-hover-4 div.product-image-wrapper a img, .twt-cms-image-hover-grayscale-out div.product-image-wrapper a img {
  transition: all 0.4s ease-in-out;
  filter: grayscale(var(--twt-grayscale));
}
.twt-image-hover-4 div.product-image-wrapper a:hover img, .twt-cms-image-hover-4 div.product-image-wrapper a:hover img, .twt-cms-image-hover-grayscale-out div.product-image-wrapper a:hover img {
  filter: grayscale(0);
}
/*
      _           _____ ___   ___                        _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.twt-image-hover-5 a div.image-slider-item, .twt-image-hover-5 a div.cms-image-container, .twt-cms-image-hover-5 a div.image-slider-item, .twt-cms-image-hover-5 a div.cms-image-container, .twt-cms-image-hover-gray a div.image-slider-item, .twt-cms-image-hover-gray a div.cms-image-container, .twt-cms-image-hover-grayscale a div.image-slider-item, .twt-cms-image-hover-grayscale a div.cms-image-container, .twt-cms-image-hover-grayscale-in a div.image-slider-item, .twt-cms-image-hover-grayscale-in a div.cms-image-container {
  overflow: hidden;
}
.twt-image-hover-5 a div.image-slider-item img, .twt-image-hover-5 a div.cms-image-container img, .twt-cms-image-hover-5 a div.image-slider-item img, .twt-cms-image-hover-5 a div.cms-image-container img, .twt-cms-image-hover-gray a div.image-slider-item img, .twt-cms-image-hover-gray a div.cms-image-container img, .twt-cms-image-hover-grayscale a div.image-slider-item img, .twt-cms-image-hover-grayscale a div.cms-image-container img, .twt-cms-image-hover-grayscale-in a div.image-slider-item img, .twt-cms-image-hover-grayscale-in a div.cms-image-container img {
  transition: all 0.4s ease-in-out;
  filter: grayscale(0);
}
.twt-image-hover-5 a:hover div.image-slider-item img, .twt-image-hover-5 a:hover div.cms-image-container img, .twt-cms-image-hover-5 a:hover div.image-slider-item img, .twt-cms-image-hover-5 a:hover div.cms-image-container img, .twt-cms-image-hover-gray a:hover div.image-slider-item img, .twt-cms-image-hover-gray a:hover div.cms-image-container img, .twt-cms-image-hover-grayscale a:hover div.image-slider-item img, .twt-cms-image-hover-grayscale a:hover div.cms-image-container img, .twt-cms-image-hover-grayscale-in a:hover div.image-slider-item img, .twt-cms-image-hover-grayscale-in a:hover div.cms-image-container img {
  filter: grayscale(var(--twt-grayscale));
}
.twt-image-hover-5 div.product-image-wrapper a img, .twt-cms-image-hover-5 div.product-image-wrapper a img, .twt-cms-image-hover-gray div.product-image-wrapper a img, .twt-cms-image-hover-grayscale div.product-image-wrapper a img, .twt-cms-image-hover-grayscale-in div.product-image-wrapper a img {
  transition: all 0.4s ease-in-out;
  filter: grayscale(0);
}
.twt-image-hover-5 div.product-image-wrapper a:hover img, .twt-cms-image-hover-5 div.product-image-wrapper a:hover img, .twt-cms-image-hover-gray div.product-image-wrapper a:hover img, .twt-cms-image-hover-grayscale div.product-image-wrapper a:hover img, .twt-cms-image-hover-grayscale-in div.product-image-wrapper a:hover img {
  filter: grayscale(var(--twt-grayscale));
}
.twt-image-hover-6 a div.image-slider-item, .twt-image-hover-6 a div.cms-image-container, .twt-cms-image-hover-6 a div.image-slider-item, .twt-cms-image-hover-6 a div.cms-image-container, .twt-cms-image-hover-shine a div.image-slider-item, .twt-cms-image-hover-shine a div.cms-image-container {
  overflow: hidden;
}
.twt-image-hover-6 a div.image-slider-item::before, .twt-image-hover-6 a div.cms-image-container::before, .twt-cms-image-hover-6 a div.image-slider-item::before, .twt-cms-image-hover-6 a div.cms-image-container::before, .twt-cms-image-hover-shine a div.image-slider-item::before, .twt-cms-image-hover-shine a div.cms-image-container::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -75%;
  display: block;
  width: 50%;
  height: 100%;
  content: "";
  transform: skewX(-25deg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
}
.twt-image-hover-6 a:hover div.image-slider-item, .twt-image-hover-6 a:hover div.cms-image-container::before, .twt-cms-image-hover-6 a:hover div.image-slider-item, .twt-cms-image-hover-6 a:hover div.cms-image-container::before, .twt-cms-image-hover-shine a:hover div.image-slider-item, .twt-cms-image-hover-shine a:hover div.cms-image-container::before {
  animation: shine 0.75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*
      _           _____ ___   ___                        _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.twt-image-hover-7 a:hover div.image-slider-item img, .twt-image-hover-7 a:hover div.cms-image-container img, .twt-image-hover-7 a:hover div.product-image-wrapper img, .twt-cms-image-hover-7 a:hover div.image-slider-item img, .twt-cms-image-hover-7 a:hover div.cms-image-container img, .twt-cms-image-hover-7 a:hover div.product-image-wrapper img, .twt-cms-image-hover-flash a:hover div.image-slider-item img, .twt-cms-image-hover-flash a:hover div.cms-image-container img, .twt-cms-image-hover-flash a:hover div.product-image-wrapper img {
  opacity: 1;
  animation: flash 0.75s;
}
.twt-image-hover-7 div.product-image-wrapper a:hover img, .twt-cms-image-hover-7 div.product-image-wrapper a:hover img, .twt-cms-image-hover-flash div.product-image-wrapper a:hover img {
  opacity: 1;
  animation: flash 0.75s;
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.twt-image-hover-8 a div.image-slider-item, .twt-image-hover-8 a div.cms-image-container, .twt-cms-image-hover-8 a div.image-slider-item, .twt-cms-image-hover-8 a div.cms-image-container, .twt-cms-image-hover-rotate-left a div.image-slider-item, .twt-cms-image-hover-rotate-left a div.cms-image-container, .twt-cms-image-hover-rotate-in-left a div.image-slider-item, .twt-cms-image-hover-rotate-in-left a div.cms-image-container {
  overflow: hidden;
}
.twt-image-hover-8 a div.image-slider-item img, .twt-image-hover-8 a div.cms-image-container img, .twt-cms-image-hover-8 a div.image-slider-item img, .twt-cms-image-hover-8 a div.cms-image-container img, .twt-cms-image-hover-rotate-left a div.image-slider-item img, .twt-cms-image-hover-rotate-left a div.cms-image-container img, .twt-cms-image-hover-rotate-in-left a div.image-slider-item img, .twt-cms-image-hover-rotate-in-left a div.cms-image-container img {
  transform: rotate(12deg) scale(1.35);
  transition: all 0.4s ease-in-out;
}
.twt-image-hover-8 a:hover div.image-slider-item img, .twt-image-hover-8 a:hover div.cms-image-container img, .twt-cms-image-hover-8 a:hover div.image-slider-item img, .twt-cms-image-hover-8 a:hover div.cms-image-container img, .twt-cms-image-hover-rotate-left a:hover div.image-slider-item img, .twt-cms-image-hover-rotate-left a:hover div.cms-image-container img, .twt-cms-image-hover-rotate-in-left a:hover div.image-slider-item img, .twt-cms-image-hover-rotate-in-left a:hover div.cms-image-container img {
  transform: rotate(0) scale(1);
}
.twt-image-hover-8 div.product-image-wrapper a img, .twt-cms-image-hover-8 div.product-image-wrapper a img, .twt-cms-image-hover-rotate-left div.product-image-wrapper a img, .twt-cms-image-hover-rotate-in-left div.product-image-wrapper a img {
  transform: rotate(12deg) scale(1.35);
  transition: all 0.4s ease-in-out;
}
.twt-image-hover-8 div.product-image-wrapper a:hover img, .twt-cms-image-hover-8 div.product-image-wrapper a:hover img, .twt-cms-image-hover-rotate-left div.product-image-wrapper a:hover img, .twt-cms-image-hover-rotate-in-left div.product-image-wrapper a:hover img {
  transform: rotate(0) scale(1);
}
/*
      _           _____ ___   ___                        _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.twt-image-hover-9 a div.image-slider-item, .twt-image-hover-9 a div.cms-image-container, .twt-cms-image-hover-9 a div.image-slider-item, .twt-cms-image-hover-9 a div.cms-image-container, .twt-cms-image-hover-rotate-right a div.image-slider-item, .twt-cms-image-hover-rotate-right a div.cms-image-container, .twt-cms-image-hover-rotate-in-right a div.image-slider-item, .twt-cms-image-hover-rotate-in-right a div.cms-image-container {
  overflow: hidden;
}
.twt-image-hover-9 a div.image-slider-item img, .twt-image-hover-9 a div.cms-image-container img, .twt-cms-image-hover-9 a div.image-slider-item img, .twt-cms-image-hover-9 a div.cms-image-container img, .twt-cms-image-hover-rotate-right a div.image-slider-item img, .twt-cms-image-hover-rotate-right a div.cms-image-container img, .twt-cms-image-hover-rotate-in-right a div.image-slider-item img, .twt-cms-image-hover-rotate-in-right a div.cms-image-container img {
  transform: rotate(-12deg) scale(1.4);
  transition: all 0.4s ease-in-out;
}
.twt-image-hover-9 a:hover div.image-slider-item img, .twt-image-hover-9 a:hover div.cms-image-container img, .twt-cms-image-hover-9 a:hover div.image-slider-item img, .twt-cms-image-hover-9 a:hover div.cms-image-container img, .twt-cms-image-hover-rotate-right a:hover div.image-slider-item img, .twt-cms-image-hover-rotate-right a:hover div.cms-image-container img, .twt-cms-image-hover-rotate-in-right a:hover div.image-slider-item img, .twt-cms-image-hover-rotate-in-right a:hover div.cms-image-container img {
  transform: rotate(0) scale(1);
}
.twt-image-hover-9 div.product-image-wrapper a img, .twt-cms-image-hover-9 div.product-image-wrapper a img, .twt-cms-image-hover-rotate-right div.product-image-wrapper a img, .twt-cms-image-hover-rotate-in-right div.product-image-wrapper a img {
  transform: rotate(-12deg) scale(1.4);
  transition: all 0.4s ease-in-out;
}
.twt-image-hover-9 div.product-image-wrapper a:hover img, .twt-cms-image-hover-9 div.product-image-wrapper a:hover img, .twt-cms-image-hover-rotate-right div.product-image-wrapper a:hover img, .twt-cms-image-hover-rotate-in-right div.product-image-wrapper a:hover img {
  transform: rotate(0) scale(1);
}
.twt-image-hover-10 a div.image-slider-item, .twt-image-hover-10 a div.cms-image-container, .twt-cms-image-hover-10 a div.image-slider-item, .twt-cms-image-hover-10 a div.cms-image-container, .twt-cms-image-hover-rotate a div.image-slider-item, .twt-cms-image-hover-rotate a div.cms-image-container, .twt-cms-image-hover-rotate-out a div.image-slider-item, .twt-cms-image-hover-rotate-out a div.cms-image-container {
  overflow: hidden;
}
.twt-image-hover-10 a div.image-slider-item img, .twt-image-hover-10 a div.cms-image-container img, .twt-cms-image-hover-10 a div.image-slider-item img, .twt-cms-image-hover-10 a div.cms-image-container img, .twt-cms-image-hover-rotate a div.image-slider-item img, .twt-cms-image-hover-rotate a div.cms-image-container img, .twt-cms-image-hover-rotate-out a div.image-slider-item img, .twt-cms-image-hover-rotate-out a div.cms-image-container img {
  transition: all 0.4s ease-in-out;
  transform: rotate(0) scale(1);
}
.twt-image-hover-10 a:hover div.image-slider-item img, .twt-image-hover-10 a:hover div.cms-image-container img, .twt-cms-image-hover-10 a:hover div.image-slider-item img, .twt-cms-image-hover-10 a:hover div.cms-image-container img, .twt-cms-image-hover-rotate a:hover div.image-slider-item img, .twt-cms-image-hover-rotate a:hover div.cms-image-container img, .twt-cms-image-hover-rotate-out a:hover div.image-slider-item img, .twt-cms-image-hover-rotate-out a:hover div.cms-image-container img {
  transform: rotate(8deg) scale(1.35);
}
.twt-image-hover-10 div.product-image-wrapper a img, .twt-cms-image-hover-10 div.product-image-wrapper a img, .twt-cms-image-hover-rotate div.product-image-wrapper a img, .twt-cms-image-hover-rotate-out div.product-image-wrapper a img {
  transition: all 0.4s ease-in-out;
  transform: rotate(0) scale(1);
}
.twt-image-hover-10 div.product-image-wrapper a:hover img, .twt-cms-image-hover-10 div.product-image-wrapper a:hover img, .twt-cms-image-hover-rotate div.product-image-wrapper a:hover img, .twt-cms-image-hover-rotate-out div.product-image-wrapper a:hover img {
  transform: rotate(8deg) scale(1.35);
}
/*
      _           _____ ___   ___                        _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.twt-image-hover-11 a div.image-slider-item, .twt-image-hover-11 a div.cms-image-container, .twt-cms-image-hover-11 a div.image-slider-item, .twt-cms-image-hover-11 a div.cms-image-container, .twt-cms-image-hover-blur a div.image-slider-item, .twt-cms-image-hover-blur a div.cms-image-container, .twt-cms-image-hover-blur-in a div.image-slider-item, .twt-cms-image-hover-blur-in a div.cms-image-container {
  overflow: hidden;
}
.twt-image-hover-11 a div.image-slider-item img, .twt-image-hover-11 a div.cms-image-container img, .twt-cms-image-hover-11 a div.image-slider-item img, .twt-cms-image-hover-11 a div.cms-image-container img, .twt-cms-image-hover-blur a div.image-slider-item img, .twt-cms-image-hover-blur a div.cms-image-container img, .twt-cms-image-hover-blur-in a div.image-slider-item img, .twt-cms-image-hover-blur-in a div.cms-image-container img {
  transition: all 0.4s ease-in-out;
  scale: 1.05;
}
.twt-image-hover-11 a:hover div.image-slider-item img, .twt-image-hover-11 a:hover div.cms-image-container img, .twt-cms-image-hover-11 a:hover div.image-slider-item img, .twt-cms-image-hover-11 a:hover div.cms-image-container img, .twt-cms-image-hover-blur a:hover div.image-slider-item img, .twt-cms-image-hover-blur a:hover div.cms-image-container img, .twt-cms-image-hover-blur-in a:hover div.image-slider-item img, .twt-cms-image-hover-blur-in a:hover div.cms-image-container img {
  filter: blur(var(--twt-blur));
}
.twt-image-hover-12 a div.image-slider-item, .twt-image-hover-12 a div.cms-image-container, .twt-cms-image-hover-12 a div.image-slider-item, .twt-cms-image-hover-12 a div.cms-image-container, .twt-cms-image-hover-blur-out a div.image-slider-item, .twt-cms-image-hover-blur-out a div.cms-image-container {
  overflow: hidden;
}
.twt-image-hover-12 a div.image-slider-item img, .twt-image-hover-12 a div.cms-image-container img, .twt-cms-image-hover-12 a div.image-slider-item img, .twt-cms-image-hover-12 a div.cms-image-container img, .twt-cms-image-hover-blur-out a div.image-slider-item img, .twt-cms-image-hover-blur-out a div.cms-image-container img {
  transition: all 0.4s ease-in-out;
  filter: blur(var(--twt-blur));
  scale: 1.05;
}
.twt-image-hover-12 a:hover div.image-slider-item img, .twt-image-hover-12 a:hover div.cms-image-container img, .twt-cms-image-hover-12 a:hover div.image-slider-item img, .twt-cms-image-hover-12 a:hover div.cms-image-container img, .twt-cms-image-hover-blur-out a:hover div.image-slider-item img, .twt-cms-image-hover-blur-out a:hover div.cms-image-container img {
  filter: blur(0px);
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS spacing classes
	==================================================
    see @TODO
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS object position classes
	==================================================
    see @TODO

	Info: ThemeWare CSS-Klassen mit welchen Überschriften in Standard-CMS-Elementen modifiziert werden können.
*/
/* @TODO:
     - Finalize classes...
     - object-position: 0-100%;
     - Add classes to cms elements
     - Add variables
        - make variables configuriable
     - Add classes to docs
 */
.twt-object-fit-s, .twt-object-fit-start, .twt-object-fit-left, .twt-cms-object-fit-left {
  object-fit: left;
}
.twt-object-fit-e, .twt-object-fit-end, .twt-object-fit-right, .twt-cms-object-fit-right {
  object-fit: right;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS spacing classes
	==================================================
    see @TODO
	see _sass-generators/twt-spacing-classes
*/
.cms-page .twt-m-0 {
  margin: 0 !important;
}
.cms-page .twt-mt-0, .cms-page .twt-my-0 {
  margin-top: 0 !important;
}
.cms-page .twt-me-0, .cms-page .twt-mx-0 {
  margin-right: 0 !important;
}
.cms-page .twt-mb-0, .cms-page .twt-my-0 {
  margin-bottom: 0 !important;
}
.cms-page .twt-ms-0, .cms-page .twt-mx-0 {
  margin-left: 0 !important;
}
.cms-page .twt-m-1 {
  margin: 10px !important;
}
.cms-page .twt-mt-1, .cms-page .twt-my-1 {
  margin-top: 10px !important;
}
.cms-page .twt-me-1, .cms-page .twt-mx-1 {
  margin-right: 10px !important;
}
.cms-page .twt-mb-1, .cms-page .twt-my-1 {
  margin-bottom: 10px !important;
}
.cms-page .twt-ms-1, .cms-page .twt-mx-1 {
  margin-left: 10px !important;
}
.cms-page .twt-m-n1 {
  margin: -10px !important;
}
.cms-page .twt-mt-n1, .cms-page .twt-my-n1 {
  margin-top: -10px !important;
}
.cms-page .twt-me-n1, .cms-page .twt-mx-n1 {
  margin-right: -10px !important;
}
.cms-page .twt-mb-n1, .cms-page .twt-my-n1 {
  margin-bottom: -10px !important;
}
.cms-page .twt-ms-n1, .cms-page .twt-mx-n1 {
  margin-left: -10px !important;
}
.cms-page .twt-m-2 {
  margin: 20px !important;
}
.cms-page .twt-mt-2, .cms-page .twt-my-2 {
  margin-top: 20px !important;
}
.cms-page .twt-me-2, .cms-page .twt-mx-2 {
  margin-right: 20px !important;
}
.cms-page .twt-mb-2, .cms-page .twt-my-2 {
  margin-bottom: 20px !important;
}
.cms-page .twt-ms-2, .cms-page .twt-mx-2 {
  margin-left: 20px !important;
}
.cms-page .twt-m-n2 {
  margin: -20px !important;
}
.cms-page .twt-mt-n2, .cms-page .twt-my-n2 {
  margin-top: -20px !important;
}
.cms-page .twt-me-n2, .cms-page .twt-mx-n2 {
  margin-right: -20px !important;
}
.cms-page .twt-mb-n2, .cms-page .twt-my-n2 {
  margin-bottom: -20px !important;
}
.cms-page .twt-ms-n2, .cms-page .twt-mx-n2 {
  margin-left: -20px !important;
}
.cms-page .twt-m-3 {
  margin: 30px !important;
}
.cms-page .twt-mt-3, .cms-page .twt-my-3 {
  margin-top: 30px !important;
}
.cms-page .twt-me-3, .cms-page .twt-mx-3 {
  margin-right: 30px !important;
}
.cms-page .twt-mb-3, .cms-page .twt-my-3 {
  margin-bottom: 30px !important;
}
.cms-page .twt-ms-3, .cms-page .twt-mx-3 {
  margin-left: 30px !important;
}
.cms-page .twt-m-n3 {
  margin: -30px !important;
}
.cms-page .twt-mt-n3, .cms-page .twt-my-n3 {
  margin-top: -30px !important;
}
.cms-page .twt-me-n3, .cms-page .twt-mx-n3 {
  margin-right: -30px !important;
}
.cms-page .twt-mb-n3, .cms-page .twt-my-n3 {
  margin-bottom: -30px !important;
}
.cms-page .twt-ms-n3, .cms-page .twt-mx-n3 {
  margin-left: -30px !important;
}
.cms-page .twt-m-4 {
  margin: 40px !important;
}
.cms-page .twt-mt-4, .cms-page .twt-my-4 {
  margin-top: 40px !important;
}
.cms-page .twt-me-4, .cms-page .twt-mx-4 {
  margin-right: 40px !important;
}
.cms-page .twt-mb-4, .cms-page .twt-my-4 {
  margin-bottom: 40px !important;
}
.cms-page .twt-ms-4, .cms-page .twt-mx-4 {
  margin-left: 40px !important;
}
.cms-page .twt-m-n4 {
  margin: -40px !important;
}
.cms-page .twt-mt-n4, .cms-page .twt-my-n4 {
  margin-top: -40px !important;
}
.cms-page .twt-me-n4, .cms-page .twt-mx-n4 {
  margin-right: -40px !important;
}
.cms-page .twt-mb-n4, .cms-page .twt-my-n4 {
  margin-bottom: -40px !important;
}
.cms-page .twt-ms-n4, .cms-page .twt-mx-n4 {
  margin-left: -40px !important;
}
.cms-page .twt-m-5 {
  margin: 50px !important;
}
.cms-page .twt-mt-5, .cms-page .twt-my-5 {
  margin-top: 50px !important;
}
.cms-page .twt-me-5, .cms-page .twt-mx-5 {
  margin-right: 50px !important;
}
.cms-page .twt-mb-5, .cms-page .twt-my-5 {
  margin-bottom: 50px !important;
}
.cms-page .twt-ms-5, .cms-page .twt-mx-5 {
  margin-left: 50px !important;
}
.cms-page .twt-m-n5 {
  margin: -50px !important;
}
.cms-page .twt-mt-n5, .cms-page .twt-my-n5 {
  margin-top: -50px !important;
}
.cms-page .twt-me-n5, .cms-page .twt-mx-n5 {
  margin-right: -50px !important;
}
.cms-page .twt-mb-n5, .cms-page .twt-my-n5 {
  margin-bottom: -50px !important;
}
.cms-page .twt-ms-n5, .cms-page .twt-mx-n5 {
  margin-left: -50px !important;
}
.cms-page .twt-m-6 {
  margin: 60px !important;
}
.cms-page .twt-mt-6, .cms-page .twt-my-6 {
  margin-top: 60px !important;
}
.cms-page .twt-me-6, .cms-page .twt-mx-6 {
  margin-right: 60px !important;
}
.cms-page .twt-mb-6, .cms-page .twt-my-6 {
  margin-bottom: 60px !important;
}
.cms-page .twt-ms-6, .cms-page .twt-mx-6 {
  margin-left: 60px !important;
}
.cms-page .twt-m-n6 {
  margin: -60px !important;
}
.cms-page .twt-mt-n6, .cms-page .twt-my-n6 {
  margin-top: -60px !important;
}
.cms-page .twt-me-n6, .cms-page .twt-mx-n6 {
  margin-right: -60px !important;
}
.cms-page .twt-mb-n6, .cms-page .twt-my-n6 {
  margin-bottom: -60px !important;
}
.cms-page .twt-ms-n6, .cms-page .twt-mx-n6 {
  margin-left: -60px !important;
}
.cms-page .twt-m-7 {
  margin: 70px !important;
}
.cms-page .twt-mt-7, .cms-page .twt-my-7 {
  margin-top: 70px !important;
}
.cms-page .twt-me-7, .cms-page .twt-mx-7 {
  margin-right: 70px !important;
}
.cms-page .twt-mb-7, .cms-page .twt-my-7 {
  margin-bottom: 70px !important;
}
.cms-page .twt-ms-7, .cms-page .twt-mx-7 {
  margin-left: 70px !important;
}
.cms-page .twt-m-n7 {
  margin: -70px !important;
}
.cms-page .twt-mt-n7, .cms-page .twt-my-n7 {
  margin-top: -70px !important;
}
.cms-page .twt-me-n7, .cms-page .twt-mx-n7 {
  margin-right: -70px !important;
}
.cms-page .twt-mb-n7, .cms-page .twt-my-n7 {
  margin-bottom: -70px !important;
}
.cms-page .twt-ms-n7, .cms-page .twt-mx-n7 {
  margin-left: -70px !important;
}
.cms-page .twt-m-8 {
  margin: 80px !important;
}
.cms-page .twt-mt-8, .cms-page .twt-my-8 {
  margin-top: 80px !important;
}
.cms-page .twt-me-8, .cms-page .twt-mx-8 {
  margin-right: 80px !important;
}
.cms-page .twt-mb-8, .cms-page .twt-my-8 {
  margin-bottom: 80px !important;
}
.cms-page .twt-ms-8, .cms-page .twt-mx-8 {
  margin-left: 80px !important;
}
.cms-page .twt-m-n8 {
  margin: -80px !important;
}
.cms-page .twt-mt-n8, .cms-page .twt-my-n8 {
  margin-top: -80px !important;
}
.cms-page .twt-me-n8, .cms-page .twt-mx-n8 {
  margin-right: -80px !important;
}
.cms-page .twt-mb-n8, .cms-page .twt-my-n8 {
  margin-bottom: -80px !important;
}
.cms-page .twt-ms-n8, .cms-page .twt-mx-n8 {
  margin-left: -80px !important;
}
.cms-page .twt-m-9 {
  margin: 90px !important;
}
.cms-page .twt-mt-9, .cms-page .twt-my-9 {
  margin-top: 90px !important;
}
.cms-page .twt-me-9, .cms-page .twt-mx-9 {
  margin-right: 90px !important;
}
.cms-page .twt-mb-9, .cms-page .twt-my-9 {
  margin-bottom: 90px !important;
}
.cms-page .twt-ms-9, .cms-page .twt-mx-9 {
  margin-left: 90px !important;
}
.cms-page .twt-m-n9 {
  margin: -90px !important;
}
.cms-page .twt-mt-n9, .cms-page .twt-my-n9 {
  margin-top: -90px !important;
}
.cms-page .twt-me-n9, .cms-page .twt-mx-n9 {
  margin-right: -90px !important;
}
.cms-page .twt-mb-n9, .cms-page .twt-my-n9 {
  margin-bottom: -90px !important;
}
.cms-page .twt-ms-n9, .cms-page .twt-mx-n9 {
  margin-left: -90px !important;
}
.cms-page .twt-p-0 {
  padding: 0 !important;
}
.cms-page .twt-pt-0, .cms-page .twt-py-0 {
  padding-top: 0 !important;
}
.cms-page .twt-pe-0, .cms-page .twt-px-0 {
  padding-right: 0 !important;
}
.cms-page .twt-pb-0, .cms-page .twt-py-0 {
  padding-bottom: 0 !important;
}
.cms-page .twt-ps-0, .cms-page .twt-px-0 {
  padding-left: 0 !important;
}
.cms-page .twt-p-1 {
  padding: 10px !important;
}
.cms-page .twt-pt-1, .cms-page .twt-py-1 {
  padding-top: 10px !important;
}
.cms-page .twt-pe-1, .cms-page .twt-px-1 {
  padding-right: 10px !important;
}
.cms-page .twt-pb-1, .cms-page .twt-py-1 {
  padding-bottom: 10px !important;
}
.cms-page .twt-ps-1, .cms-page .twt-px-1 {
  padding-left: 10px !important;
}
.cms-page .twt-p-2 {
  padding: 20px !important;
}
.cms-page .twt-pt-2, .cms-page .twt-py-2 {
  padding-top: 20px !important;
}
.cms-page .twt-pe-2, .cms-page .twt-px-2 {
  padding-right: 20px !important;
}
.cms-page .twt-pb-2, .cms-page .twt-py-2 {
  padding-bottom: 20px !important;
}
.cms-page .twt-ps-2, .cms-page .twt-px-2 {
  padding-left: 20px !important;
}
.cms-page .twt-p-3 {
  padding: 30px !important;
}
.cms-page .twt-pt-3, .cms-page .twt-py-3 {
  padding-top: 30px !important;
}
.cms-page .twt-pe-3, .cms-page .twt-px-3 {
  padding-right: 30px !important;
}
.cms-page .twt-pb-3, .cms-page .twt-py-3 {
  padding-bottom: 30px !important;
}
.cms-page .twt-ps-3, .cms-page .twt-px-3 {
  padding-left: 30px !important;
}
.cms-page .twt-p-4 {
  padding: 40px !important;
}
.cms-page .twt-pt-4, .cms-page .twt-py-4 {
  padding-top: 40px !important;
}
.cms-page .twt-pe-4, .cms-page .twt-px-4 {
  padding-right: 40px !important;
}
.cms-page .twt-pb-4, .cms-page .twt-py-4 {
  padding-bottom: 40px !important;
}
.cms-page .twt-ps-4, .cms-page .twt-px-4 {
  padding-left: 40px !important;
}
.cms-page .twt-p-5 {
  padding: 50px !important;
}
.cms-page .twt-pt-5, .cms-page .twt-py-5 {
  padding-top: 50px !important;
}
.cms-page .twt-pe-5, .cms-page .twt-px-5 {
  padding-right: 50px !important;
}
.cms-page .twt-pb-5, .cms-page .twt-py-5 {
  padding-bottom: 50px !important;
}
.cms-page .twt-ps-5, .cms-page .twt-px-5 {
  padding-left: 50px !important;
}
.cms-page .twt-p-6 {
  padding: 60px !important;
}
.cms-page .twt-pt-6, .cms-page .twt-py-6 {
  padding-top: 60px !important;
}
.cms-page .twt-pe-6, .cms-page .twt-px-6 {
  padding-right: 60px !important;
}
.cms-page .twt-pb-6, .cms-page .twt-py-6 {
  padding-bottom: 60px !important;
}
.cms-page .twt-ps-6, .cms-page .twt-px-6 {
  padding-left: 60px !important;
}
.cms-page .twt-p-7 {
  padding: 70px !important;
}
.cms-page .twt-pt-7, .cms-page .twt-py-7 {
  padding-top: 70px !important;
}
.cms-page .twt-pe-7, .cms-page .twt-px-7 {
  padding-right: 70px !important;
}
.cms-page .twt-pb-7, .cms-page .twt-py-7 {
  padding-bottom: 70px !important;
}
.cms-page .twt-ps-7, .cms-page .twt-px-7 {
  padding-left: 70px !important;
}
.cms-page .twt-p-8 {
  padding: 80px !important;
}
.cms-page .twt-pt-8, .cms-page .twt-py-8 {
  padding-top: 80px !important;
}
.cms-page .twt-pe-8, .cms-page .twt-px-8 {
  padding-right: 80px !important;
}
.cms-page .twt-pb-8, .cms-page .twt-py-8 {
  padding-bottom: 80px !important;
}
.cms-page .twt-ps-8, .cms-page .twt-px-8 {
  padding-left: 80px !important;
}
.cms-page .twt-p-9 {
  padding: 90px !important;
}
.cms-page .twt-pt-9, .cms-page .twt-py-9 {
  padding-top: 90px !important;
}
.cms-page .twt-pe-9, .cms-page .twt-px-9 {
  padding-right: 90px !important;
}
.cms-page .twt-pb-9, .cms-page .twt-py-9 {
  padding-bottom: 90px !important;
}
.cms-page .twt-ps-9, .cms-page .twt-px-9 {
  padding-left: 90px !important;
}
.cms-page .twt-m-auto {
  margin: auto !important;
}
.cms-page .twt-mt-auto, .cms-page .twt-my-auto {
  margin-top: auto !important;
}
.cms-page .twt-me-auto, .cms-page .twt-mx-auto {
  margin-right: auto !important;
}
.cms-page .twt-mb-auto, .cms-page .twt-my-auto {
  margin-bottom: auto !important;
}
.cms-page .twt-ms-auto, .cms-page .twt-mx-auto {
  margin-left: auto !important;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Text shadows
	==================================================

	Info: ThemeWare CSS-Klassen mit welchen Überschriften in Standard-CMS-Elementen modifiziert werden können.
*/
/* @TODO:
     - Finalize text shadows...
     - Add classes to cms elements
     - Add variables
        - make variables configuriable
     - Add classes to docs
 */
.twt-text-shadow-sm, .twt-cms-text-shadow-sm {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.6);
}
.twt-text-shadow, .twt-cms-text-shadow {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 2px 4px rgba(0, 0, 0, 0.8);
}
.twt-text-shadow-lg, .twt-cms-text-shadow-lg {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8), 0 2px 6px rgba(0, 0, 0, 0.8);
}
.twt-text-shadow-dark-sm, .twt-cms-text-shadow-dark-sm {
  text-shadow: 0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.875), 0 1px 2px rgba(0, 0, 0, 0.875);
}
.twt-text-shadow-dark, .twt-cms-text-shadow-dark {
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.875), 0 1px 3px rgba(0, 0, 0, 0.875);
}
.twt-text-shadow-dark-lg, .twt-cms-text-shadow-dark-lg {
  text-shadow: 0.125rem 0.125rem 0.375rem rgba(0, 0, 0, 0.875), 0 1px 4px rgba(0, 0, 0, 0.875);
}
.twt-text-shadow-light-sm, .twt-cms-text-shadow-light-sm {
  text-shadow: 0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.225), 0 1px 2px rgba(0, 0, 0, 0.225);
}
.twt-text-shadow-light, .twt-cms-text-shadow-light {
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.225), 0 1px 3px rgba(0, 0, 0, 0.225);
}
.twt-text-shadow-light-lg, .twt-cms-text-shadow-light-lg {
  text-shadow: 0.125rem 0.125rem 0.375rem rgba(0, 0, 0, 0.225), 0 1px 4px rgba(0, 0, 0, 0.225);
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: _container.scss
    ==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: _header.scss
    ==================================================

*/
header.header-main .header-row {
  justify-content: space-between;
  max-width: 1400px;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  header.header-main .header-row {
    padding-top: 0;
  }
}
@media (max-width: 991.98px) {
  header.header-main .header-row .header-logo-col {
    margin: 10px 0 10px 0;
  }
}
.account-menu .twt-header-logged-in-badge {
  position: absolute;
  right: -0.25rem;
  color: #000;
  background-color: #fff !important;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® 'Shopping Experiences Header'
    ==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® 'Custom header' #customHeader (header 10)
    ==================================================

*/
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® 'Mobile header'
	==================================================

*/
/* --- ThemeWare: Mobile header adjustments ------------------------------ */
@media (max-width: 575.98px) {
  .header-actions-col {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
/* --- ThemeWare: "Sales Promoting Navigation" ------------------------------ */
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® 'Dropdown navigation' #dropdownNav #beta
    ==================================================

*/
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Main navigation flyout
	
*/
/*
ThemeWare® Flyout
*/
@media (min-width: 576px) {
  .twt-top-navigation-flyout-wrapper {
    position: relative;
    width: 100%;
  }
  .twt-top-navigation-flyout {
    border: none;
    background-color: #ffffff;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0 43px 43px -6px rgba(0, 0, 0, 0.2);
    width: 100%;
  }
  .twt-top-navigation-flyout.show {
    animation: navFyloutFadeIn 0.3s ease-in-out;
  }
  .twt-top-navigation-flyout .twt-top-navigation-flyout-container {
    position: relative;
    width: 100%;
  }
  .twt-top-navigation-flyout > .row:not(.navigation-flyout-content) > .col, .is-act-cartpage .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .col, .is-act-cartpage .checkout .is-act-confirmpage .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .checkout-aside, .is-act-confirmpage .checkout .is-act-cartpage .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .checkout-aside, .is-act-cartpage .checkout .is-ctl-accountorder .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .checkout-aside, .is-ctl-accountorder .checkout .is-act-cartpage .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .checkout-aside, .is-act-cartpage .checkout .is-act-finishpage .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .checkout-aside, .is-act-finishpage .checkout .is-act-cartpage .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .checkout-aside, .is-act-checkoutregisterpage .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .col, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .checkout-aside, .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .checkout-aside, .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .checkout-aside, .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .checkout-aside, .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .checkout-aside, .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .checkout-aside, .is-act-confirmpage .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .col, .is-act-confirmpage .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .checkout-aside, .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .checkout-aside, .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .checkout-aside, .is-act-confirmpage .checkout .is-act-finishpage .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .checkout-aside, .is-act-finishpage .checkout .is-act-confirmpage .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .checkout-aside, .is-ctl-accountorder .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .col, .is-ctl-accountorder .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .checkout-aside, .is-ctl-accountorder .checkout .is-act-finishpage .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .checkout-aside, .is-act-finishpage .checkout .is-ctl-accountorder .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .checkout-aside, .is-act-finishpage .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .col, .is-act-finishpage .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .checkout-aside, body.is-act-confirmpage .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .col, body.is-act-confirmpage .checkout .is-act-confirmpage .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .checkout-aside, .is-act-confirmpage .checkout body.is-act-confirmpage .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .checkout-aside, body.is-act-confirmpage .checkout .is-ctl-accountorder .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .checkout-aside, .is-ctl-accountorder .checkout body.is-act-confirmpage .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .checkout-aside, body.is-act-confirmpage .checkout .is-act-finishpage .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .checkout-aside, .is-act-finishpage .checkout body.is-act-confirmpage .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .checkout-aside, .is-act-confirmpage .checkout .twt-top-navigation-flyout > .row:not(.navigation-flyout-content) > .checkout-aside, .is-ctl-accountorder .checkout .twt-top-navigation-flyout > .row:not(.navigation-flyout-content) > .checkout-aside, .is-act-finishpage .checkout .twt-top-navigation-flyout > .row:not(.navigation-flyout-content) > .checkout-aside {
    padding-right: 0;
  }
  .twt-top-navigation-flyout > .row:not(.navigation-flyout-content) > .col-auto, .is-act-cartpage .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .col-auto, .is-act-checkoutregisterpage .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .col-auto, .is-act-confirmpage .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .col-auto, .is-ctl-accountorder .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .col-auto, .is-act-finishpage .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .col-auto, body.is-act-confirmpage .checkout .twt-top-navigation-flyout > .checkout-container:not(.navigation-flyout-content) > .col-auto {
    padding-left: 0;
  }
  .twt-top-navigation-flyout > .row.navigation-flyout-content > .col, .is-act-cartpage .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .col, .is-act-cartpage .checkout .is-act-confirmpage .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .checkout-aside, .is-act-confirmpage .checkout .is-act-cartpage .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .checkout-aside, .is-act-cartpage .checkout .is-ctl-accountorder .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .is-act-cartpage .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .checkout-aside, .is-act-cartpage .checkout .is-act-finishpage .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .checkout-aside, .is-act-finishpage .checkout .is-act-cartpage .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .col, .is-act-checkoutregisterpage .checkout .is-act-confirmpage .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .checkout-aside, .is-act-confirmpage .checkout .is-act-checkoutregisterpage .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .is-ctl-accountorder .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .is-act-checkoutregisterpage .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .checkout-aside, .is-act-checkoutregisterpage .checkout .is-act-finishpage .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .checkout-aside, .is-act-finishpage .checkout .is-act-checkoutregisterpage .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .checkout-aside, .is-act-confirmpage .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .col, .is-act-confirmpage .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .checkout-aside, .is-act-confirmpage .checkout .is-ctl-accountorder .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .is-act-confirmpage .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .checkout-aside, .is-act-confirmpage .checkout .is-act-finishpage .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .checkout-aside, .is-act-finishpage .checkout .is-act-confirmpage .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .col, .is-ctl-accountorder .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .checkout-aside, .is-ctl-accountorder .checkout .is-act-finishpage .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .checkout-aside, .is-act-finishpage .checkout .is-ctl-accountorder .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .checkout-aside, .is-act-finishpage .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .col, .is-act-finishpage .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .col, body.is-act-confirmpage .checkout .is-act-confirmpage .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .checkout-aside, .is-act-confirmpage .checkout body.is-act-confirmpage .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .is-ctl-accountorder .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .checkout-aside, .is-ctl-accountorder .checkout body.is-act-confirmpage .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .checkout-aside, body.is-act-confirmpage .checkout .is-act-finishpage .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .checkout-aside, .is-act-finishpage .checkout body.is-act-confirmpage .checkout .twt-top-navigation-flyout > .navigation-flyout-content.checkout-container > .checkout-aside, .is-act-confirmpage .checkout .twt-top-navigation-flyout > .row.navigation-flyout-content > .checkout-aside, .is-ctl-accountorder .checkout .twt-top-navigation-flyout > .row.navigation-flyout-content > .checkout-aside, .is-act-finishpage .checkout .twt-top-navigation-flyout > .row.navigation-flyout-content > .checkout-aside {
    padding: 0;
  }
  .twt-top-navigation-flyout .navigation-flyout-content {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
  .twt-top-navigation-flyout .navigation-flyout-content .col, .twt-top-navigation-flyout .navigation-flyout-content .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .twt-top-navigation-flyout .navigation-flyout-content .checkout-aside, .twt-top-navigation-flyout .navigation-flyout-content .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .twt-top-navigation-flyout .navigation-flyout-content .checkout-aside, .twt-top-navigation-flyout .navigation-flyout-content .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .twt-top-navigation-flyout .navigation-flyout-content .checkout-aside {
    padding: 0;
  }
  .twt-top-navigation-flyout .navigation-flyout-categories:not(.is-level-0) {
    margin-left: 10px;
  }
  .twt-top-navigation-flyout .navigation-flyout-categories.is-level-0 {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .twt-top-navigation-flyout .navigation-flyout-categories.is-level-0 > .navigation-flyout-col {
    position: relative;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .twt-top-navigation-flyout .navigation-flyout-categories.is-level-0 > .navigation-flyout-col::before {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    color: #008555;
    border-left: none;
    content: "›";
    left: 0;
  }
  .twt-top-navigation-flyout .navigation-flyout-categories.is-level-0 > .col-3:not(.navigation-flyout-col), .twt-top-navigation-flyout .navigation-flyout-categories.is-level-0 > .col-4:not(.navigation-flyout-col) {
    position: relative;
    margin-bottom: 30px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .twt-top-navigation-flyout .navigation-flyout-categories.is-level-0 > .col-3:not(.navigation-flyout-col)::before, .twt-top-navigation-flyout .navigation-flyout-categories.is-level-0 > .col-4:not(.navigation-flyout-col)::before {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    color: #008555;
    border-left: none;
    content: "›";
    left: 0;
    height: 100%;
    position: absolute;
    top: 1px;
  }
  .twt-top-navigation-flyout .navigation-flyout-link {
    color: #333333;
    margin: 0 8px;
    padding-right: 5px;
  }
  .twt-top-navigation-flyout .navigation-flyout-link:hover {
    padding-left: 5px;
    padding-right: 0;
  }
  .twt-top-navigation-flyout .navigation-flyout-link:hover {
    color: #2e3740;
  }
  .twt-top-navigation-flyout .navigation-flyout-link.active {
    color: #2e3740;
  }
  .twt-top-navigation-flyout .navigation-flyout-link.active:hover {
    color: #2e3740;
  }
  .twt-top-navigation-flyout .navigation-flyout-link.is-level-0 {
    font-family: "Open Sans";
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal !important;
  }
  .twt-top-navigation-flyout .navigation-flyout-link.is-level-1 {
    font-family: "Open Sans";
    font-size: 16px;
    font-size: 1rem;
  }
  .twt-top-navigation-flyout .navigation-flyout-link:not(.is-level-0):not(.is-level-1) {
    font-family: "Open Sans";
    font-size: 16px;
    font-size: 1rem;
  }
  body.is-sticky-nav-main .twt-top-navigation-flyout-wrapper {
    position: sticky;
    z-index: 1020;
    top: 50px;
  }
  body.twt-sticky-header .twt-top-navigation-flyout-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    z-index: 1020;
  }
  .navigation-flyout-category-link a {
    padding: 15px 15px;
    margin-bottom: 15px;
    display: block;
    line-height: 1rem;
    background: #eeeeee;
    border-radius: 2px;
    font-size: 18px;
    font-size: 1.125rem;
    color: #333333;
    text-decoration: none;
  }
  .navigation-flyout-category-link a:hover {
    color: #008555;
  }
  .navigation-flyout-close {
    background-color: #008555;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 1;
    padding: 15px;
    position: absolute;
    right: 20px;
  }
  .navigation-flyout-teaser {
    margin-right: calc(-1 * var(--bs-gutter-x) * 0.5);
    margin-top: 10px;
  }
  .navigation-flyout-teaser img {
    width: 100%;
  }
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Offcanvas navigation

*/
.navigation-offcanvas-content-row {
  display: flex;
  flex-flow: row wrap;
  gap: 5px 10px;
  margin: 0 10px;
}
.navigation-offcanvas-link {
  --bs-nav-link-hover-color: #008555;
}
.navigation-offcanvas-link.is-home-link {
  color: var(--bs-btn-color);
  margin: 0 10px;
}
.navigation-offcanvas-link.is-home-link, .navigation-offcanvas-link.is-home-link .icon {
  color: var(--bs-btn-color);
}
.navigation-offcanvas-link.is-home-link:hover {
  color: var(--bs-btn-hover-color) !important;
}
.navigation-offcanvas-link.is-home-link:hover .icon {
  color: var(--bs-btn-hover-color) !important;
}
.navigation-offcanvas-link.is-home-link:focus-visible {
  color: var(--bs-btn-hover-color) !important;
}
.navigation-offcanvas-link.is-home-link {
  margin-bottom: 10px;
  padding: 6px 12px;
}
.navigation-offcanvas-link.is-home-link span[itemprop="name"] {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Main navigation

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® 'Flyout search'
    ==================================================

    Specific styling for the 'Flyout search'.
    General styling of the 'Search' can be found in the '_header.scss'.

    Info: Header 2.1 (twt-header-type 4) only allows the "Flyout search" (twt-header-search-type 2)
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® 'Fullscreen search'
    ==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® 'Global search' (highlight search background)
    ==================================================

    Info: Available with search type "Global search" (twt-header-search-type 3) in "Header 1.1" (twt-header-type 1)
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: _footer.scss
    ==================================================

*/
.footer-main .twt-element-1 {
  order: 100;
}
.footer-main .twt-element-2 {
  order: 200;
}
.footer-main .twt-element-3 {
  order: 300;
}
.footer-main .twt-element-4 {
  order: 400;
}
.footer-main .twt-element-8 {
  order: 800;
}
.footer-main .twt-element-9 {
  order: 900;
}
.footer-main .twt-element-10 {
  order: 1000;
}
.footer-link-item {
  padding: 0.25rem 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® styling for the 'Skip-Target' link
    ==================================================

*/
a.skip-target {
  color: #000000;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® styling for the 'Skip-To-Content' bar
    ==================================================

*/
.skip-to-content.bg-primary-subtle {
  background-color: #eeeeee;
}
.skip-to-content-container {
  color: #333333;
}
a.skip-to-content-link {
  color: #333333;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Checkout
	==================================================

*/
.twt-checkout-header {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-top: 30px;
  color: #000;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Product detail benefits (on product detail page)
    ==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® 'Product detail payment logos' (on detail page)
    ==================================================

    Info: The payment logos are based on our payment logo widget (see widgets/_payment.scss)
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® 'Product detail badges' (on detail page)
    ==================================================

    Info: Gerneral badge styling can be found in "scss/component/_product-box.scss"
*/
.twt-product-detail-badges.is-media, .twt-product-detail-badges.is-buy-box {
  margin-bottom: calc(1rem - 8px);
}
.twt-product-detail-badges.is-media {
  position: absolute;
  top: 10px;
  left: 5px;
}
.twt-product-detail-badges.is-buy-box {
  position: relative;
  top: 0;
  left: 0;
  margin-right: -3px;
  margin-left: -3px;
}
.twt-product-detail-badges.is-buy-box div {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
}
.twt-product-detail-badges:empty {
  display: none;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Product detail
	==================================================

    Info: Tab specific styling see _tabs.scss
*/
.product-detail-ordernumber-container {
  font-weight: 400;
  margin-bottom: 0;
}
.product-detail-ordernumber-container .product-detail-ordernumber-label {
  font-weight: 600;
  text-transform: none;
}
.twt-product-specifications-section:not(.is-empty) {
  padding-bottom: 0.3125rem;
}
.twt-product-specifications-section:not(.is-empty):last-child {
  padding-bottom: 0;
}
.twt-product-specifications-container {
  font-weight: 400;
  margin-bottom: 0;
}
.twt-product-specifications-container .twt-product-specifications-label {
  font-weight: 600;
  text-transform: none;
}
.product-detail-reviews + .product-detail-delivery-information .twt-product-stock-label {
  margin-top: 1.25rem;
}
.twt-product-detail-description-subheadline {
  margin-top: 1.5rem;
}
@media (min-width: 576px) {
  .twt-product-detail-description-subheadline {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .twt-product-detail-description-subheadline {
    margin-top: 2.5rem;
  }
}
.twt-product-detail-videos .twt-product-detail-videos-content-video-title {
  margin-top: 1rem;
}
.twt-product-detail-videos .twt-product-detail-videos-content-title {
  margin-top: 1rem;
}
.twt-product-video {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.twt-product-video__video, .twt-product-video__placeholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0 none;
}
.twt-product-video .js-vimeo-link {
  width: auto;
  height: auto;
  left: inherit;
}
.twt-product-video.is-vimeo:hover .js-vimeo-link {
  display: block;
}
.twt-product-detail-datasheets .twt-product-detail-datasheets-datasheet-download {
  margin-left: 18px;
  padding-left: 0;
  position: relative;
}
.twt-product-detail-datasheets .twt-product-detail-datasheets-datasheet-download .icon {
  line-height: inherit;
  position: absolute;
  top: 1px;
  left: -20px;
  width: 12px;
  text-align: left;
  color: #333333;
}
.twt-product-detail-datasheets .twt-product-detail-datasheets-datasheet-download .icon svg {
  top: 0;
  width: auto;
}
.twt-product-detail-datasheets .twt-product-detail-datasheets-datasheet-download small, .twt-product-detail-datasheets .twt-product-detail-datasheets-datasheet-download .small {
  color: #333333;
  margin-left: 3px;
}
.twt-product-detail-datasheets object {
  max-height: 740px;
}
.twt-product-detail-downloads .downloads-list p {
  color: #888888;
  margin-bottom: 0;
}
.twt-product-detail-downloads .downloads-list ul {
  margin-left: 18px;
  padding-left: 0;
  list-style-type: none;
}
.twt-product-detail-downloads .downloads-list ul li {
  position: relative;
}
.twt-product-detail-downloads .downloads-list ul li:first-of-type {
  margin-top: 0;
}
.twt-product-detail-downloads .downloads-list ul li .icon {
  line-height: inherit;
  position: absolute;
  top: 1px;
  left: -20px;
  width: 12px;
  text-align: left;
  color: #333333;
}
.twt-product-detail-downloads .downloads-list ul li .icon svg {
  top: 0;
  width: auto;
}
.twt-product-detail-downloads .downloads-list ul li small, .twt-product-detail-downloads .downloads-list ul li .small {
  color: #333333;
  margin-left: 3px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® 'Product labels' (on detail page)
	==================================================

*/
.twt-product-detail-delivery-information-labels {
  /*
    &.is-top, &.top, // @deprecated
    &.position-top { ...
    */
  /*
    &.is-bottom, &.bottom, // @deprecated
    &.position-bottom { ...
    */
}
.twt-product-detail-delivery-information-labels:empty {
  display: none;
}
.twt-product-detail-delivery-information-labels:not(:empty) {
  display: block;
  margin-bottom: 1rem;
  /*
        &.is-top, &.top, // @deprecated
        &.position-top { ...
        */
}
.twt-product-detail-delivery-information-labels:not(:empty).is-bottom, .twt-product-detail-delivery-information-labels:not(:empty).bottom, .twt-product-detail-delivery-information-labels:not(:empty).position-bottom {
  margin-top: 1.5rem;
}
.twt-product-detail-delivery-information-labels p.label {
  font-size: 85%;
  margin: 0;
  display: table;
  margin-bottom: 0.5rem;
}
.twt-product-detail-delivery-information-labels p.label:last-of-type {
  margin-bottom: 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® 'Sharing links' (on detail page)
    ==================================================

    Info: The 'Sharing links' are based on our community icons (see widgets/_communitites.scss)
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® 'Short description' (on detail page)
    ==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® 'Product detail tabs'
    ==================================================

    Info: General styling see _product-detail.scss (> styling of the content in the description tab)
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ____ (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Other pages
    ==================================================
    Theme specific stylings for non-cms pages.

*/
.twt-container-main-min, .is-ctl-accountprofile:not(.twt-cms-styling) .content-main .container-main > div, .is-act-profileoverview:not(.twt-cms-styling) .content-main .container-main > div, .is-ctl-accountpayment:not(.twt-cms-styling) .content-main .container-main > div, .is-act-paymentoverview:not(.twt-cms-styling) .content-main .container-main > div, .is-ctl-accountorder:not(.twt-cms-styling) .content-main .container-main > div, .is-act-orderoverview:not(.twt-cms-styling) .content-main .container-main > div, .is-ctl-address:not(.twt-cms-styling) .content-main .container-main > div, .is-act-accountaddressoverview:not(.twt-cms-styling) .content-main .container-main > div, .is-act-accountcreateaddress:not(.twt-cms-styling) .content-main .container-main > div, .is-act-accounteditaddres:not(.twt-cms-styling) .content-main .container-main > div, .is-ctl-auth:not(.twt-cms-styling) .content-main .container-main > div, .is-act-loginpage:not(.twt-cms-styling) .content-main .container-main > div, .is-act-recoveraccountform:not(.twt-cms-styling) .content-main .container-main > div, .is-ctl-checkout:not(.twt-cms-styling) .content-main .container-main > div, .is-ctl-register:not(.twt-cms-styling) .content-main .container-main > div, .is-act-checkoutregisterpage:not(.twt-cms-styling) .content-main .container-main > div {
  padding: 20px 0;
}
.twt-container-main, .is-ctl-accountprofile.twt-cms-styling .content-main .container-main > div, .is-act-profileoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-accountpayment.twt-cms-styling .content-main .container-main > div, .is-act-paymentoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-accountorder.twt-cms-styling .content-main .container-main > div, .is-act-orderoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-address.twt-cms-styling .content-main .container-main > div, .is-act-accountaddressoverview.twt-cms-styling .content-main .container-main > div, .is-act-accountcreateaddress.twt-cms-styling .content-main .container-main > div, .is-act-accounteditaddres.twt-cms-styling .content-main .container-main > div, .is-ctl-auth.twt-cms-styling .content-main .container-main > div, .is-act-loginpage.twt-cms-styling .content-main .container-main > div, .is-act-recoveraccountform.twt-cms-styling .content-main .container-main > div, .is-ctl-checkout.twt-cms-styling .content-main .container-main > div, .is-ctl-register.twt-cms-styling .content-main .container-main > div, .is-act-checkoutregisterpage.twt-cms-styling .content-main .container-main > div, .is-ctl-search .content-main .container-main > div, .is-ctl-wishlist .content-main .container-main > div {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}
@media (max-width: 575.98px) {
  .twt-container-main, .is-ctl-accountprofile.twt-cms-styling .content-main .container-main > div, .is-act-profileoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-accountpayment.twt-cms-styling .content-main .container-main > div, .is-act-paymentoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-accountorder.twt-cms-styling .content-main .container-main > div, .is-act-orderoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-address.twt-cms-styling .content-main .container-main > div, .is-act-accountaddressoverview.twt-cms-styling .content-main .container-main > div, .is-act-accountcreateaddress.twt-cms-styling .content-main .container-main > div, .is-act-accounteditaddres.twt-cms-styling .content-main .container-main > div, .is-ctl-auth.twt-cms-styling .content-main .container-main > div, .is-act-loginpage.twt-cms-styling .content-main .container-main > div, .is-act-recoveraccountform.twt-cms-styling .content-main .container-main > div, .is-ctl-checkout.twt-cms-styling .content-main .container-main > div, .is-ctl-register.twt-cms-styling .content-main .container-main > div, .is-act-checkoutregisterpage.twt-cms-styling .content-main .container-main > div, .is-ctl-search .content-main .container-main > div, .is-ctl-wishlist .content-main .container-main > div {
    padding: 8px;
  }
}
@media (min-width: 576px) {
  .twt-container-main, .is-ctl-accountprofile.twt-cms-styling .content-main .container-main > div, .is-act-profileoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-accountpayment.twt-cms-styling .content-main .container-main > div, .is-act-paymentoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-accountorder.twt-cms-styling .content-main .container-main > div, .is-act-orderoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-address.twt-cms-styling .content-main .container-main > div, .is-act-accountaddressoverview.twt-cms-styling .content-main .container-main > div, .is-act-accountcreateaddress.twt-cms-styling .content-main .container-main > div, .is-act-accounteditaddres.twt-cms-styling .content-main .container-main > div, .is-ctl-auth.twt-cms-styling .content-main .container-main > div, .is-act-loginpage.twt-cms-styling .content-main .container-main > div, .is-act-recoveraccountform.twt-cms-styling .content-main .container-main > div, .is-ctl-checkout.twt-cms-styling .content-main .container-main > div, .is-ctl-register.twt-cms-styling .content-main .container-main > div, .is-act-checkoutregisterpage.twt-cms-styling .content-main .container-main > div, .is-ctl-search .content-main .container-main > div, .is-ctl-wishlist .content-main .container-main > div {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .twt-container-main, .is-ctl-accountprofile.twt-cms-styling .content-main .container-main > div, .is-act-profileoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-accountpayment.twt-cms-styling .content-main .container-main > div, .is-act-paymentoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-accountorder.twt-cms-styling .content-main .container-main > div, .is-act-orderoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-address.twt-cms-styling .content-main .container-main > div, .is-act-accountaddressoverview.twt-cms-styling .content-main .container-main > div, .is-act-accountcreateaddress.twt-cms-styling .content-main .container-main > div, .is-act-accounteditaddres.twt-cms-styling .content-main .container-main > div, .is-ctl-auth.twt-cms-styling .content-main .container-main > div, .is-act-loginpage.twt-cms-styling .content-main .container-main > div, .is-act-recoveraccountform.twt-cms-styling .content-main .container-main > div, .is-ctl-checkout.twt-cms-styling .content-main .container-main > div, .is-ctl-register.twt-cms-styling .content-main .container-main > div, .is-act-checkoutregisterpage.twt-cms-styling .content-main .container-main > div, .is-ctl-search .content-main .container-main > div, .is-ctl-wishlist .content-main .container-main > div {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .twt-container-main, .is-ctl-accountprofile.twt-cms-styling .content-main .container-main > div, .is-act-profileoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-accountpayment.twt-cms-styling .content-main .container-main > div, .is-act-paymentoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-accountorder.twt-cms-styling .content-main .container-main > div, .is-act-orderoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-address.twt-cms-styling .content-main .container-main > div, .is-act-accountaddressoverview.twt-cms-styling .content-main .container-main > div, .is-act-accountcreateaddress.twt-cms-styling .content-main .container-main > div, .is-act-accounteditaddres.twt-cms-styling .content-main .container-main > div, .is-ctl-auth.twt-cms-styling .content-main .container-main > div, .is-act-loginpage.twt-cms-styling .content-main .container-main > div, .is-act-recoveraccountform.twt-cms-styling .content-main .container-main > div, .is-ctl-checkout.twt-cms-styling .content-main .container-main > div, .is-ctl-register.twt-cms-styling .content-main .container-main > div, .is-act-checkoutregisterpage.twt-cms-styling .content-main .container-main > div, .is-ctl-search .content-main .container-main > div, .is-ctl-wishlist .content-main .container-main > div {
    padding: 30px;
  }
}
/*
  .xyz .content-main .container-main > div {
    margin-top: 20px;
    margin-bottom: 20px;
  }
 */
.is-ctl-accountprofile.twt-cms-styling .content-main .container-main > div, .is-act-profileoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-accountpayment.twt-cms-styling .content-main .container-main > div, .is-act-paymentoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-accountorder.twt-cms-styling .content-main .container-main > div, .is-act-orderoverview.twt-cms-styling .content-main .container-main > div {
  margin-right: 0;
  margin-left: 0;
}
.is-ctl-address.twt-cms-styling .content-main .container-main > div, .is-act-accountaddressoverview.twt-cms-styling .content-main .container-main > div, .is-act-accountcreateaddress.twt-cms-styling .content-main .container-main > div, .is-act-accounteditaddres.twt-cms-styling .content-main .container-main > div {
  margin-right: 0;
  margin-left: 0;
}
.is-ctl-auth.twt-cms-styling .content-main .container-main > div, .is-act-loginpage.twt-cms-styling .content-main .container-main > div, .is-act-recoveraccountform.twt-cms-styling .content-main .container-main > div {
  margin-right: 0;
  margin-left: 0;
}
.is-ctl-checkout.twt-cms-styling .content-main .container-main > div {
  margin-right: 0;
  margin-left: 0;
}
.is-ctl-register.twt-cms-styling .content-main .container-main > div, .is-act-checkoutregisterpage.twt-cms-styling .content-main .container-main > div {
  margin-right: 0;
  margin-left: 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® Extension 'Announcement banner'
    ==================================================

*/
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® Extension 'Checkout steps'
    ==================================================

*/
/* @TODO:
     - zur Dokumentation hinzufügen...
     - Layout "Nebeneinander" hinzufügen...
 */
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® Extension 'Custom announcement'
    ==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® Extension 'Floating/slideout widget' (formerly Sidebar-Widget)
    ==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® Extension 'Hero section'
    ==================================================
    see also "cms/element/..."

    - Available as extension: .twt-hero-section
    - Available as cms element: ...
*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® Extension 'Listing subcategories'
    ==================================================
    see also "cms/element/_twt-cms-listing-subcategories.scss"

    - Available as extension: .twt-listing-subcategories
    - Available as cms element: .cms-element-twt-listing-subcategories
*/
.twt-listing-subcategories.full-width .twt-listing-subcategories-container {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
}
.twt-listing-subcategories .btn {
  overflow: hidden !important;
}
.twt-listing-subcategories ul.row, .twt-listing-subcategories .is-act-cartpage .checkout ul.checkout-container, .is-act-cartpage .checkout .twt-listing-subcategories ul.checkout-container, .twt-listing-subcategories .is-act-checkoutregisterpage .checkout ul.checkout-container, .is-act-checkoutregisterpage .checkout .twt-listing-subcategories ul.checkout-container, .twt-listing-subcategories .is-act-confirmpage .checkout ul.checkout-container, .is-act-confirmpage .checkout .twt-listing-subcategories ul.checkout-container, .twt-listing-subcategories .is-ctl-accountorder .checkout ul.checkout-container, .is-ctl-accountorder .checkout .twt-listing-subcategories ul.checkout-container, .twt-listing-subcategories .is-act-finishpage .checkout ul.checkout-container, .is-act-finishpage .checkout .twt-listing-subcategories ul.checkout-container, .twt-listing-subcategories body.is-act-confirmpage .checkout ul.checkout-container, body.is-act-confirmpage .checkout .twt-listing-subcategories ul.checkout-container {
  margin: 0 -5px;
  margin-bottom: -10px;
  padding: 0;
  list-style-type: none;
}
.twt-listing-subcategories li {
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
}
.twt-listing-subcategories a.twt-subcategory-navigation-link {
  font-family: "Open Sans";
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  display: flex;
  height: 100%;
  padding: 0.5rem;
  text-decoration: none;
  text-transform: none;
  color: #333333;
  border: 1px solid #eaeaf0;
  border-radius: 2px;
  background-color: #ffffff;
  overflow: hidden;
}
.twt-listing-subcategories a.twt-subcategory-navigation-link:hover {
  color: #008555;
  border-color: #008555;
  background-color: #ffffff;
}
.twt-listing-subcategories .twt-subcategory-navigation-image-wrapper {
  display: none;
  overflow: hidden;
  background-color: #eef2f5;
}
@media (min-width: 576px) {
  .twt-listing-subcategories .twt-subcategory-navigation-image-wrapper {
    display: block;
  }
}
.twt-listing-subcategories .twt-subcategory-navigation-image-wrapper .twt-subcategory-navigation-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.twt-listing-subcategories .twt-subcategory-navigation-image-wrapper .twt-subcategory-navigation-image-container img.twt-subcategory-navigation-image {
  display: block;
}
.twt-listing-subcategories .twt-subcategory-navigation-image-wrapper .twt-subcategory-navigation-image-container.is-standard img.twt-subcategory-navigation-image, .twt-listing-subcategories .twt-subcategory-navigation-image-wrapper .twt-subcategory-navigation-image-container.is-cover img.twt-subcategory-navigation-image, .twt-listing-subcategories .twt-subcategory-navigation-image-wrapper .twt-subcategory-navigation-image-container.is-contain img.twt-subcategory-navigation-image {
  width: 100%;
  height: 100%;
}
.twt-listing-subcategories .twt-subcategory-navigation-image-wrapper .twt-subcategory-navigation-image-container.is-standard img.twt-subcategory-navigation-image {
  object-fit: scale-down;
}
.twt-listing-subcategories .twt-subcategory-navigation-image-wrapper .twt-subcategory-navigation-image-container.is-cover img.twt-subcategory-navigation-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.twt-listing-subcategories .twt-subcategory-navigation-image-wrapper .twt-subcategory-navigation-image-container.is-contain img.twt-subcategory-navigation-image {
  object-fit: contain;
}
.twt-listing-subcategories .twt-subcategory-navigation-caption {
  overflow: hidden;
}
@media (min-width: 576px) {
  .twt-listing-subcategories .twt-subcategory-navigation-caption {
    align-self: center;
  }
}
.twt-listing-subcategories .twt-subcategory-navigation-caption .twt-subcategory-navigation-label {
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.twt-listing-subcategories .twt-subcategory-navigation-caption .icon {
  display: block;
  min-width: 16.6px;
  margin-left: auto;
}
@media (min-width: 576px) {
  .twt-listing-subcategories .twt-subcategory-navigation-caption .icon {
    display: none;
  }
}
.twt-listing-subcategories .twt-subcategory-navigation-caption .icon > svg {
  top: -3px;
}
.twt-listing-subcategories.is-text-below li.no-image a {
  justify-content: center;
}
@media (min-width: 576px) {
  .twt-listing-subcategories.is-text-below li.no-image a {
    align-items: center;
  }
}
.twt-listing-subcategories.is-text-below li:not(.no-image) a {
  flex-direction: column;
}
.twt-listing-subcategories.is-text-below a.twt-subcategory-navigation-link {
  flex-flow: column;
}
.twt-listing-subcategories.is-text-below .twt-subcategory-navigation-image-wrapper {
  margin-bottom: 0.5rem;
}
.twt-listing-subcategories.is-text-below .twt-subcategory-navigation-image-container img.twt-subcategory-navigation-image {
  vertical-align: middle;
}
.twt-listing-subcategories.is-text-below .twt-subcategory-navigation-caption {
  display: flex;
}
@media (min-width: 576px) {
  .twt-listing-subcategories.is-text-below .twt-subcategory-navigation-caption .twt-subcategory-navigation-label {
    text-align: center;
  }
}
.twt-listing-subcategories.is-side-by-side li.no-image .twt-subcategory-navigation-caption {
  margin-left: 5px;
}
@media (max-width: 575.98px) {
  .twt-listing-subcategories.is-side-by-side a.twt-subcategory-navigation-link {
    flex-flow: column;
  }
}
.twt-listing-subcategories.is-side-by-side .twt-subcategory-navigation-image-wrapper {
  margin-right: 0.5rem;
}
.twt-listing-subcategories.is-side-by-side .twt-subcategory-navigation-caption {
  display: flex;
}
.twt-listing-subcategories.is-image-only li.no-image a {
  justify-content: center;
}
@media (min-width: 576px) {
  .twt-listing-subcategories.is-image-only li.no-image a {
    align-items: center;
  }
}
.twt-listing-subcategories.is-image-only li.no-image .twt-subcategory-navigation-caption {
  display: flex !important;
}
@media (min-width: 576px) {
  .twt-listing-subcategories.is-image-only a.twt-subcategory-navigation-link {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .twt-listing-subcategories.is-image-only a.twt-subcategory-navigation-link {
    flex-flow: column;
  }
}
.twt-listing-subcategories.is-image-only .twt-subcategory-navigation-image-wrapper {
  display: block;
  width: 100%;
}
.twt-listing-subcategories.is-image-only .twt-subcategory-navigation-caption {
  display: none;
}
.twt-listing-subcategories.is-text-only a.twt-subcategory-navigation-link {
  flex-flow: column;
}
.twt-listing-subcategories.is-text-only .twt-subcategory-navigation-caption {
  display: flex;
}
@media (min-width: 576px) {
  .twt-listing-subcategories.is-text-only .twt-subcategory-navigation-caption {
    align-self: flex-start;
  }
}
.twt-listing-subcategories.is-modern li a.twt-subcategory-navigation-link {
  flex-flow: column;
}
.twt-listing-subcategories.is-modern li .twt-subcategory-navigation-text {
  display: flex;
  position: relative;
}
.twt-listing-subcategories.is-modern li span:not(.icon) {
  transition: all 0.25s;
}
.twt-listing-subcategories.is-modern li .icon {
  margin-left: auto;
}
.twt-listing-subcategories.is-modern li .icon > svg {
  top: 0;
}
.twt-listing-subcategories.is-modern li.no-image a {
  justify-content: center;
}
@media (min-width: 576px) {
  .twt-listing-subcategories.is-modern li.no-image a {
    align-items: center;
  }
}
@media (min-width: 576px) {
  .twt-listing-subcategories.is-modern li:not(.no-image) a.twt-subcategory-navigation-link {
    position: relative;
    flex-direction: unset;
    flex-flow: unset;
  }
  .twt-listing-subcategories.is-modern li:not(.no-image) .twt-subcategory-navigation-image-wrapper {
    height: 100%;
    width: 100%;
  }
  .twt-listing-subcategories.is-modern li:not(.no-image) .twt-subcategory-navigation-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    display: flex;
  }
}
@media (min-width: 576px) {
  .twt-listing-subcategories.is-modern .twt-subcategory-navigation-text {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
    max-width: 100%;
    padding: 10px 12px;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
  }
  .twt-listing-subcategories.is-modern .icon {
    position: absolute;
    top: 50%;
    right: -20px;
    transition: all 0.25s ease;
    transform: translateY(-50%);
    opacity: 0;
    color: inherit;
  }
  .twt-listing-subcategories.is-modern a:hover .twt-subcategory-navigation-text {
    margin-right: 0;
  }
  .twt-listing-subcategories.is-modern a:hover .twt-subcategory-navigation-text span:not(.icon) {
    padding-right: 12px;
  }
  .twt-listing-subcategories.is-modern a:hover .twt-subcategory-navigation-text .icon {
    right: 5px;
    opacity: 1;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® Extension 'Slideout communities'
    ==================================================
    The configuration is seperated from the widget as this element
    doesn't have any other purpose than showing the communities.
*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Extension 'Social proofing'
	==================================================

*/
/*
.twt-social-proofing {
    .label-bought {
        font-weight: bold;
        color: #fff;
        text-shadow: 0px 0px 2px #000000;

        background: linear-gradient(290deg, #d63384, #0dcaf0, #6610f2);
        background-size: 600% 600%;

        box-shadow: 0 0 2px #fff, 0 0 6px #0dcaf0, 0 0 10px #0dcaf0;

        -webkit-animation: gradient 10s ease infinite, blink .7s infinite alternate;
        animation: gradient 10s ease infinite, blink .7s infinite alternate;
    }
}

@-webkit-keyframes gradient {
    0%{background-position:0% 50%}
    20%{background-position:100% 50%}

    50%{background-position:100% 50%}
    70%{background-position:0% 50%}

    90%{background-position:0% 50%}
}

@keyframes gradient {
    0%{background-position:0% 50%}
    20%{background-position:100% 50%}

    50%{background-position:100% 50%}
    70%{background-position:0% 50%}

    90%{background-position:0% 50%}
}

@-webkit-keyframes blink {
    100% {
        box-shadow: 0 0 3px #fff, 0 0 10px #0dcaf0, 0 0 20px #0dcaf0;
    }
}
@keyframes blink {
    100% {
        box-shadow: 0 0 3px #fff, 0 0 10px #0dcaf0, 0 0 20px #0dcaf0;
    }
}
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Extension 'USP bar'
	==================================================

*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
.twt-usp-bar {
  display: block;
  margin: 0;
  /*

        ,--.               ,--------. ,-----.       ,--.                                         ,--.  ,--.
        |  |-.,--. ,--.    '--.  .--''  .--./ -----.|  |,--,--, ,--,--,  ,---.,--.  ,--.,--,--.,-'  '-.`--' ,---. ,--,--,  ,---.
        | .-. '\  '  /        |  |   |  |    '-----'|  ||      \|      \| .-. |\  `'  /' ,-.  |'-.  .-',--.| .-. ||      \(  .-'
        | `-' | \   '         |  |   '  '--'\       |  ||  ||  ||  ||  |' '-' ' \    / \ '-'  |  |  |  |  |' '-' '|  ||  |.-   `)
         `---'.-'  /          `--'    `-----'       `--'`--''--'`--''--' `---'   `--'   `--`--'  `--'  `--' `---' `--''--'`----'
              `---'
        */
}
.twt-usp-bar .twt-usp-bar-items {
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 100%;
  margin-left: calc(var(--bs-gutter-x) * -.5);
  margin-right: calc(var(--bs-gutter-x) * -.5);
}
@media (max-width: 767.98px) {
  .twt-usp-bar .twt-usp-bar-items {
    justify-content: center;
  }
}
.twt-usp-bar .twt-usp-bar-item {
  font-family: "Open Sans";
  font-size: 13px;
  font-size: 0.8125rem;
  display: none;
  align-items: center;
  text-transform: none;
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5);
  min-width: 0;
}
.twt-usp-bar .twt-usp-bar-item.item-1 {
  display: flex;
}
@media (min-width: 576px) {
  .twt-usp-bar .twt-usp-bar-item.item-2 {
    display: flex;
  }
}
@media (min-width: 768px) {
  .twt-usp-bar .twt-usp-bar-item.item-3 {
    display: flex;
  }
}
@media (min-width: 992px) {
  .twt-usp-bar .twt-usp-bar-item.item-4 {
    display: flex;
  }
}
@media (min-width: 1400px) {
  .twt-usp-bar .twt-usp-bar-item.item-5 {
    display: flex;
  }
}
.twt-usp-bar .twt-usp-bar-item.item-6 {
  display: none;
}
.twt-usp-bar .twt-usp-bar-item div.item-icon {
  text-align: center;
}
.twt-usp-bar .twt-usp-bar-item div.item-label {
  width: 100%;
}
.twt-usp-bar .twt-usp-bar-item div.item-label a {
  text-decoration: none;
}
.twt-usp-bar .twt-usp-bar-item div.item-label a:hover {
  text-decoration: underline;
}
.twt-usp-bar.is-header {
  background-color: #d9d9d9;
  position: relative;
  border-bottom: 1px solid #eef2f5;
}
.twt-usp-bar.is-header .twt-usp-bar-container {
  max-width: 1400px;
  margin: 0 auto;
}
.twt-usp-bar.is-header .twt-usp-bar-item {
  color: #272e28;
  flex-direction: row;
}
.twt-usp-bar.is-header .twt-usp-bar-item div.item-label a {
  color: #272e28;
}
.twt-usp-bar.is-header .twt-usp-bar-item div.item-label a:hover {
  color: #232924;
}
.twt-usp-bar.is-header .twt-usp-bar-item span.icon {
  color: #008555;
}
.twt-usp-bar.is-footer {
  background-color: #2e3740;
}
.twt-usp-bar.is-footer .twt-usp-bar-container {
  max-width: 1400px;
  margin: 0 auto;
}
.twt-usp-bar.is-footer .twt-usp-bar-item {
  color: #9fa5ab;
  flex-direction: row;
}
.twt-usp-bar.is-footer .twt-usp-bar-item div.item-label a {
  color: #9fa5ab;
}
.twt-usp-bar.is-footer .twt-usp-bar-item div.item-label a:hover {
  color: #8f959a;
}
.twt-usp-bar.is-footer .twt-usp-bar-item span.icon {
  color: #9fa5ab;
}
.twt-usp-bar.is-cms {
  margin: 0;
  position: relative;
  height: 38px;
}
.twt-usp-bar.is-cms .container, .twt-usp-bar.is-cms .cms-section .boxed, .cms-section .twt-usp-bar.is-cms .boxed {
  padding: 0;
}
.twt-usp-bar.is-cms .twt-usp-bar-items {
  justify-content: space-around;
}
.twt-usp-bar.is-cms .twt-usp-bar-item {
  color: #272e28;
  flex-direction: row;
}
.twt-usp-bar.is-cms .twt-usp-bar-item > div {
  display: inline-block;
}
.twt-usp-bar.is-cms .twt-usp-bar-item div.item-label a {
  color: #272e28;
  text-decoration: none;
}
.twt-usp-bar.is-cms .twt-usp-bar-item div.item-label a:hover {
  color: #232924;
  text-decoration: underline;
}
.twt-usp-bar.is-cms .twt-usp-bar-item span.icon {
  height: 13px;
  width: 13px;
  margin-right: 5px;
  color: #008555;
}
.twt-usp-bar.is-small .twt-usp-bar-container {
  height: 38px;
}
.twt-usp-bar.is-small .twt-usp-bar-items {
  justify-content: space-around;
}
@media (min-width: 576px) {
  .twt-usp-bar.is-small .twt-usp-bar-items {
    justify-content: center;
  }
}
.twt-usp-bar.is-small .twt-usp-bar-item {
  font-weight: 400;
}
.twt-usp-bar.is-small .twt-usp-bar-item > div {
  display: inline-block;
}
.twt-usp-bar.is-small .twt-usp-bar-item span.icon {
  display: flex;
  align-content: center;
  height: 13px;
  width: 13px;
  margin-right: 5px;
}
.twt-usp-bar.is-small .twt-usp-bar-item span.icon svg {
  top: 0;
}
.twt-usp-bar.is-large .twt-usp-bar-container {
  height: 110px;
}
.twt-usp-bar.is-large .twt-usp-bar-items {
  justify-content: space-around;
}
@media (min-width: 576px) {
  .twt-usp-bar.is-large .twt-usp-bar-items {
    justify-content: space-around;
  }
}
.twt-usp-bar.is-large .twt-usp-bar-item {
  font-weight: 600;
}
.twt-usp-bar.is-large .twt-usp-bar-item > div {
  display: block;
}
.twt-usp-bar.is-large .twt-usp-bar-item span.icon {
  height: 36px;
  width: 36px;
  margin-bottom: 10px;
}
.twt-usp-bar.is-large .twt-usp-bar-item span.icon svg {
  top: 0;
}
.twt-usp-bar.is-large .twt-usp-bar-item div.item-title, .twt-usp-bar.is-large .twt-usp-bar-item div.item-subtitle {
  text-align: center;
}
.twt-usp-bar.is-large .twt-usp-bar-item div.item-subtitle {
  font-weight: normal;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® Extension 'Scroll animations'
    ==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® 'Sidebar elements'
	==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® Extension 'Sidebar widgets'
    ==================================================
    Container styling (see 'themeware/widgets/_*.scss' for widget styling)
*/
.twt-cms-element-sidebar-headline {
  font-family: "Open Sans";
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #008555;
  padding: 10px 12px 10px 12px;
  border: 1px solid #eeeeee;
  border-bottom: 0;
  background-color: #ffffff;
}
.twt-cms-element-sidebar-headline .cms-block-container[style="padding: 20px 0 20px 0;"], .twt-cms-element-sidebar-headline .cms-block-container[style="padding: 20px 20px 20px 20px;"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Extension 'Sticky main navigation'
	==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Widget 'About'
	==================================================

*/
.twt-widget-about p:last-of-type {
  margin-bottom: 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Widget 'Awards'
	==================================================
    v20240320
*/
.twt-widget-awards .twt-awards-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.twt-widget-awards .twt-awards-container img {
  width: 100%;
  max-width: 75px;
  height: auto;
}
.cms-section-sidebar-sidebar-content .twt-awards-container img {
  margin: 0 20px 20px 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Widget 'Benefits'
	==================================================

*/
.twt-widget-benefits .twt-usp-bar-item {
  font-size: 14px;
  font-size: 0.875rem;
}
.twt-widget-benefits .twt-usp-bar-item div {
  display: inline-block;
}
.twt-widget-benefits .twt-usp-bar-item div.item-icon {
  text-align: center;
}
.twt-widget-benefits .twt-usp-bar-item span.icon {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.twt-widget-benefits .benefits-list ul {
  margin-left: 25px;
  padding-left: 0;
  list-style-type: none;
}
.twt-widget-benefits .benefits-list li {
  position: relative;
  margin-bottom: 4px;
}
.twt-widget-benefits .benefits-list li .icon {
  line-height: inherit;
  position: absolute;
  top: 1px;
  left: -25px;
  width: 18px;
  text-align: left;
  color: #333333;
}
.twt-widget-benefits .benefits-list li .icon svg {
  top: 0;
  width: auto;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Widget 'Communities'
	==================================================

*/
.twt-widget-communities ul.twt-communities-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.twt-widget-communities a.twt-communities-link {
  text-decoration: none !important;
}
.twt-widget-communities a.twt-communities-link .icon {
  transition: 0.2s ease-out 0s;
  vertical-align: middle;
  fill: currentColor;
}
.twt-widget-communities a.twt-communities-link .icon svg {
  top: 0;
}
.twt-widget-communities a.twt-communities-link .icon > svg circle, .twt-widget-communities a.twt-communities-link .icon > svg polygon, .twt-widget-communities a.twt-communities-link .icon > svg rect {
  fill: currentColor;
}
.twt-widget-communities a.twt-communities-link .icon .color2 {
  color: #ffffff;
}
.twt-widget-communities a.twt-communities-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #000000;
}
.twt-widget-communities.is-cms {
  text-align: center;
}
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __  ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _` | __| |/ _ \| '_ \/ __|
 | |_) | |_| |   | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__, |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
		|___/
*/
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) ul.twt-communities-list li.twt-communities-item {
  display: inline-block;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link {
  display: flex;
  align-items: center;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link .icon {
  width: 45px;
  height: 45px;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link:hover {
  text-decoration: underline !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link:hover .icon {
  filter: brightness(85%);
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-blog {
  color: #008555 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-blog .icon {
  color: #008555;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-blogger {
  color: #008555 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-blogger .icon {
  color: #008555;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-facebook {
  color: #008555 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-facebook .icon {
  color: #008555;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-flickr {
  color: #008555 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-flickr .icon {
  color: #008555;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-flickr .icon .color3 {
  color: #008555;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-instagram {
  color: #008555 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-instagram .icon {
  color: #008555;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-linkedin {
  color: #008555 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-linkedin .icon {
  color: #008555;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-pinterest {
  color: #008555 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-pinterest .icon {
  color: #008555;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-tiktok {
  color: #008555 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-tiktok .icon {
  color: #008555;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-tiktok .icon .color3 {
  color: #008555;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-tiktok .icon .color4 {
  color: #008555;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-twitter {
  color: #008555 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-twitter .icon {
  color: #008555;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-x {
  color: #008555 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-x .icon {
  color: #008555;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-twitch {
  color: #008555 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-twitch .icon {
  color: #008555;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-vimeo {
  color: #008555 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-vimeo .icon {
  color: #008555;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-whatsapp {
  color: #008555 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-whatsapp .icon {
  color: #008555;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-xing {
  color: #008555 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-xing .icon {
  color: #008555;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-xing .icon .color3 {
  color: #008555;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-youtube {
  color: #008555 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-youtube .icon {
  color: #008555;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-website {
  color: #008555 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-website .icon {
  color: #008555;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-email {
  color: #008555 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-email .icon {
  color: #008555;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Widget 'Hotline'
	==================================================

*/
.twt-widget-hotline a {
  text-decoration: none;
}
.twt-widget-hotline .twt-widget-hotline-content {
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 1rem;
}
.twt-widget-hotline .twt-widget-hotline-content a {
  font-weight: 600;
  display: block;
  margin: 1rem 0 0.5rem;
}
.twt-widget-hotline .twt-widget-hotline-content a[href^="tel:"] {
  font-size: 20px;
  font-size: 1.25rem;
}
.twt-widget-hotline .twt-widget-hotline-contact-form {
  font-size: 16px;
  font-size: 1rem;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Widget 'Location'
	==================================================

*/
.twt-widget-location a.btn-route {
  color: #333333;
  border: 1px solid #ffffff;
  background-color: #d8d8d8;
}
.twt-widget-location a.btn-route .icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.twt-widget-location a.btn-route .icon > svg {
  top: 3px;
  transition: color 0.15s ease-in-out;
  color: #333333;
}
.twt-widget-location a.btn-route:hover {
  color: #111111;
  border: 1px solid #eeeeee;
  background-color: #d8d8d8;
}
.twt-widget-location a.btn-route:hover .icon > svg {
  color: #111111;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Widget 'Newsletter'
	==================================================

*/
.twt-widget-newsletter {
  /*
    .form-control:focus {
        //box-shadow: 0 0 0 0.2rem rgba(..., 0.25);
        //outline: auto 1px;
        //outline: -webkit-focus-ring-color auto 1px;
    }

    //.btn:focus-visible {}

    .form-check-input:focus {
        //box-shadow: 0 0 0 0.2rem rgba(..., 0.25);
        //outline: auto 1px;
        //outline: -webkit-focus-ring-color auto 1px;
    }
    */
}
.twt-widget-newsletter .cms-block {
  overflow: visible;
}
.twt-widget-newsletter .confirm-alert {
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 0;
}
.twt-widget-newsletter .confirm-alert .alert {
  margin-top: 10px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Widget 'Payment'
	==================================================

*/
.twt-widget-payment .is-payment-logo {
  margin: 0 10px 10px 0;
}
.twt-widget-payment, .twt-widget-paymentshipping {
  flex-wrap: wrap;
}
.twt-widget-payment .is-payment-logo, .twt-widget-paymentshipping .is-payment-logo {
  transition: 0.2s ease-out 0s;
  display: block;
  float: left;
}
.twt-widget-payment .is-payment-logo img.footer-logo-image, .twt-widget-paymentshipping .is-payment-logo img.footer-logo-image {
  display: block;
  max-width: inherit;
  height: 65px;
  max-height: 65px;
  border: 1px solid #eeeeee;
  width: auto;
  border-radius: 2px;
}
.twt-widget-payment .is-payment-logo a:hover img, .twt-widget-paymentshipping .is-payment-logo a:hover img {
  opacity: 0.75;
}
.twt-widget-payment .is-payment-logo.is-fallback-badge, .twt-widget-paymentshipping .is-payment-logo.is-fallback-badge {
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 65px;
  max-height: 65px;
  border-radius: 2px;
}
.twt-widget-payment .is-payment-logo.is-fallback-badge span, .twt-widget-paymentshipping .is-payment-logo.is-fallback-badge span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 32.5px;
  display: inline-block;
  padding: 10px;
  text-transform: none;
  color: #333333;
  border: 1px solid #eeeeee;
  background-color: #f8f8fa;
}
.twt-widget-payment .is-payment-logo.is-fallback-badge a, .twt-widget-paymentshipping .is-payment-logo.is-fallback-badge a {
  text-decoration: none;
}
.twt-widget-payment .is-payment-logo.is-fallback-badge a:hover, .twt-widget-paymentshipping .is-payment-logo.is-fallback-badge a:hover {
  text-decoration: none;
}
.twt-widget-payment .is-payment-logo.is-fallback-badge a:hover span, .twt-widget-paymentshipping .is-payment-logo.is-fallback-badge a:hover span {
  color: #333333;
  opacity: 0.75;
}
.twt-widget-payment:after, .twt-widget-paymentshipping:after {
  content: "";
  display: table;
  clear: both;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Widget 'Payment/Shipping'
	==================================================

*/
.twt-widget-paymentshipping .is-payment-logo, .twt-widget-paymentshipping .is-shipping-logo {
  margin: 0 10px 10px 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Widget 'Shipping'
	==================================================

*/
.twt-widget-shipping .is-shipping-logo {
  margin: 0 10px 10px 0;
}
.twt-widget-shipping, .twt-widget-paymentshipping {
  flex-wrap: wrap;
}
.twt-widget-shipping .is-shipping-logo, .twt-widget-paymentshipping .is-shipping-logo {
  transition: 0.2s ease-out 0s;
  display: block;
  float: left;
}
.twt-widget-shipping .is-shipping-logo img.footer-logo-image, .twt-widget-paymentshipping .is-shipping-logo img.footer-logo-image {
  display: block;
  max-width: inherit;
  height: 65px;
  max-height: 45px;
  border: 1px solid #eeeeee;
  width: auto;
  border-radius: 2px;
}
.twt-widget-shipping .is-shipping-logo a:hover img, .twt-widget-paymentshipping .is-shipping-logo a:hover img {
  opacity: 0.75;
}
.twt-widget-shipping .is-shipping-logo.is-fallback-badge, .twt-widget-paymentshipping .is-shipping-logo.is-fallback-badge {
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 45px;
  max-height: 45px;
  border-radius: 2px;
}
.twt-widget-shipping .is-shipping-logo.is-fallback-badge span, .twt-widget-paymentshipping .is-shipping-logo.is-fallback-badge span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 22.5px;
  display: inline-block;
  padding: 10px;
  text-transform: none;
  color: #333333;
  border: 1px solid #eeeeee;
  background-color: #f8f8fa;
}
.twt-widget-shipping .is-shipping-logo.is-fallback-badge a, .twt-widget-paymentshipping .is-shipping-logo.is-fallback-badge a {
  text-decoration: none;
}
.twt-widget-shipping .is-shipping-logo.is-fallback-badge a:hover, .twt-widget-paymentshipping .is-shipping-logo.is-fallback-badge a:hover {
  text-decoration: none;
}
.twt-widget-shipping .is-shipping-logo.is-fallback-badge a:hover span, .twt-widget-paymentshipping .is-shipping-logo.is-fallback-badge a:hover span {
  color: #333333;
  opacity: 0.75;
}
.twt-widget-shipping:after, .twt-widget-paymentshipping:after {
  content: "";
  display: table;
  clear: both;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS backdrop effects
	==================================================

*/
/* @TODO:
 * [ ] Add configuration for effects...
 * [ ] Add performance optimizations
 */
.twt-bg-blur, .twt-bg-blurred {
  backdrop-filter: blur(var(--twt-bg-blur));
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS image effects (for some cms elements)
	==================================================

    Hinweis: Effekte setzen voraus, dass das gesamte CMS-Element anklickbar ist

    - img.cms-image
    - div.twt-bg-image (e.g. Image banner)
*/
/* @TODO:
 * [x] Add configuration for effects
 * [x] Add performance optimizations
 * [x] Make general classes available < defaults in _root.scss
 *      [ ] Add seperate performance if for general classes...
 * [ ] Check image banner...
 */
.twt-image-blur img {
  filter: blur(var(--twt-blur));
  scale: 1.05;
}
.twt-image-brightness img, .twt-image-bright img {
  filter: brightness(var(--twt-brightness));
}
.twt-image-contrast img {
  filter: contrast(var(--twt-contrast));
}
.twt-image-grayscale img, .twt-image-grayscaled img {
  filter: grayscale(var(--twt-grayscale));
}
/*
    .twt-image-hue-rotate {
        //div.twt-bg-image,
        img {
            filter: hue-rotate(45deg);
            // (deg)
        }
    }
    */
/*
    .twt-image-invert,
    .twt-image-inverted {
        //div.twt-bg-image,
        img {
            filter: invert(1);
            // (%)
        }
    }
    */
.twt-image-opacity img, .twt-image-faded img {
  filter: opacity(var(--twt-opacity));
}
.twt-image-saturate img, .twt-image-desaturated img {
  filter: saturate(var(--twt-saturate));
}
/*
    .twt-image-sepia {
        //div.twt-bg-image,
        img {
            //filter: sepia(1);
            filter: sepia(var(--twt-sepia)); // (%)
        }
    }
    */
.twt-image-scale img, .twt-image-scaled img, .twt-image-zoom img, .twt-image-zoomed img {
  transform: perspective(1px) scale(var(--twt-scale));
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS image hover effects (for some cms elements)
	==================================================

    Hinweis: Effekte setzen ab Version 3.3 nicht mehr voraus, dass das (gesamte) CMS-Element anklickbar ist.
*/
/* @TODO:
 * [ ] vgl. _custom-cms-image-hover.scss
 * [x] Add configuration for effects...
 * [x] Make general classes available...
 *      [ ] Add seperate performance-if for general classes...
 * [ ] Check image banner...
 */
.twt-image-blur-in img {
  transition: all 0.4s ease-in-out;
  scale: 1.05;
}
.twt-image-blur-in:hover img {
  filter: blur(var(--twt-blur));
}
.twt-image-blur-out img {
  transition: all 0.4s ease-in-out;
  filter: blur(var(--twt-blur));
  scale: 1.05;
}
.twt-image-blur-out:hover img {
  filter: blur(0px);
}
.twt-image-brightness-in img {
  transition: all 0.4s ease-in-out;
  filter: brightness(1);
}
.twt-image-brightness-in:hover img {
  filter: brightness(var(--twt-brightness));
}
.twt-image-brightness-out img {
  transition: all 0.4s ease-in-out;
  filter: brightness(var(--twt-brightness));
}
.twt-image-brightness-out:hover img {
  filter: brightness(1);
}
.twt-image-contrast-in img {
  transition: all 0.4s ease-in-out;
  filter: contrast(1);
}
.twt-image-contrast-in:hover img {
  filter: contrast(var(--twt-contrast));
}
.twt-image-contrast-out img {
  transition: all 0.4s ease-in-out;
  filter: contrast(var(--twt-contrast));
}
.twt-image-contrast-out:hover img {
  filter: contrast(1);
}
.twt-image-grayscale-in img {
  transition: all 0.4s ease-in-out;
  filter: grayscale(0);
}
.twt-image-grayscale-in:hover img {
  filter: grayscale(var(--twt-grayscale));
}
.twt-image-grayscale-out img {
  transition: all 0.4s ease-in-out;
  filter: grayscale(var(--twt-grayscale));
}
.twt-image-grayscale-out:hover img {
  filter: grayscale(0);
}
.twt-image-opacity-in img {
  transition: all 0.4s ease-in-out;
  filter: opacity(1);
}
.twt-image-opacity-in:hover img {
  filter: opacity(var(--twt-opacity));
}
.twt-image-opacity-out img {
  transition: all 0.4s ease-in-out;
  filter: opacity(var(--twt-opacity));
}
.twt-image-opacity-out:hover img {
  filter: opacity(1);
}
/*
    .twt-image-fade-in {
        //a {
            img {
                transition: all .4s ease-in-out;
                //opacity: 0.75;
                //filter: opacity(.75);
                filter: opacity(var(--twt-opacity)); // (%)
            }

            &:hover {
                img {
                    //opacity: 1;
                    filter: opacity(1);
                }
            }
        //}
    }

    .twt-image-fade-out {
        //a {
            img {
                transition: all .4s ease-in-out;
                //opacity: 1;
                filter: opacity(1);
            }

            &:hover {
                img {
                    //opacity: 0.75;
                    //filter: opacity(.75);
                    filter: opacity(var(--twt-opacity)); // (%)
                }
            }
        //}
    }
    */
.twt-image-saturate-in img {
  transition: all 0.4s ease-in-out;
  filter: saturate(1);
}
.twt-image-saturate-in:hover img {
  filter: saturate(var(--twt-saturate));
}
.twt-image-saturate-out img {
  transition: all 0.4s ease-in-out;
  filter: saturate(var(--twt-saturate));
}
.twt-image-saturate-out:hover img {
  filter: saturate(1);
}
/*
    .twt-image-sepia-in {
        //a {
            img {
                transition: all .4s ease-in-out;
                filter: sepia(0);
            }

            &:hover {
                img {
                    //filter: sepia(1);
                    filter: sepia(var(--twt-sepia)); // (%)
                }
            }
        //}
    }

    .twt-image-sepia-out {
        //a {
            img {
                transition: all .4s ease-in-out;
                //filter: sepia(1);
                filter: sepia(var(--twt-sepia)); // (%)
            }

            &:hover {
                img {
                    filter: sepia(0);
                }
            }
        //}
    }
    */
.twt-image-scale img, .twt-image-scale-in img, .twt-image-zoom img, .twt-image-zoom-in img {
  transition: transform 0.4s ease-in-out;
}
.twt-image-scale:hover img, .twt-image-scale-in:hover img, .twt-image-zoom:hover img, .twt-image-zoom-in:hover img {
  transform: perspective(1px) scale(var(--twt-scale));
}
.twt-image-scale-out img, .twt-image-zoom-out img {
  transition: transform 0.4s ease-in-out;
  transform: perspective(1px) scale(var(--twt-scale));
}
.twt-image-scale-out:hover img, .twt-image-zoom-out:hover img {
  transform: perspective(1px) scale(1);
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS overlay animations
	==================================================

*/
/* @TODO:
 * [x] Fix for backdrop-filter: translate3d > top/left/bottom/right
 * [ ] Add configuration for effects...
 * [ ] Add performance optimizations
 */
@-webkit-keyframes cmsOverlaySlideInDown {
  from {
    bottom: 100%;
    visibility: visible;
  }
  to {
    bottom: 0;
  }
}
@keyframes cmsOverlaySlideInDown {
  from {
    bottom: 100%;
    visibility: visible;
  }
  to {
    bottom: 0;
  }
}
@-webkit-keyframes cmsOverlaySlideInLeft {
  from {
    left: 100%;
    visibility: visible;
  }
  to {
    left: 0;
  }
}
@keyframes cmsOverlaySlideInLeft {
  from {
    left: 100%;
    visibility: visible;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes cmsOverlaySlideInRight {
  from {
    right: 100%;
    visibility: visible;
  }
  to {
    right: 0;
  }
}
@keyframes cmsOverlaySlideInRight {
  from {
    right: 100%;
    visibility: visible;
  }
  to {
    right: 0;
  }
}
@-webkit-keyframes cmsOverlaySlideInUp {
  from {
    top: 100%;
    visibility: visible;
  }
  to {
    top: 0;
  }
}
@keyframes cmsOverlaySlideInUp {
  from {
    top: 100%;
    visibility: visible;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes cmsOverlayZoomIn {
  from {
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes cmsOverlayZoomIn {
  from {
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element overlay
	==================================================
	see https://service.tc-innovations.de/themeware/sw6/article/2129-themeware-css-klassen-bibliothek-fuer-cms-erlebniswelten
*/
div[class*="twt-custom-cms-element-overlay-"] .cms-section-default {
  position: relative;
}
div[class*="twt-custom-cms-element-overlay-"] .cms-section-default::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  opacity: 0.85;
}
div[class*="twt-custom-cms-element-overlay-"] .cms-section-default .cms-element-text {
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
div[class*="twt-custom-cms-element-overlay-"] + div {
  position: relative;
}
.twt-custom-cms-element-overlay-primary .cms-section-default::before {
  background: #008555;
}
.twt-custom-cms-element-overlay-primary .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-primary .cms-section-default .cms-element-text {
  color: #fff;
}
.twt-custom-cms-element-overlay-secondary .cms-section-default::before {
  background: #566573;
}
.twt-custom-cms-element-overlay-secondary .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-secondary .cms-section-default .cms-element-text {
  color: #fff;
}
.twt-custom-cms-element-overlay-success .cms-section-default::before {
  background: #2ecc71;
}
.twt-custom-cms-element-overlay-success .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-success .cms-section-default .cms-element-text {
  color: #000;
}
.twt-custom-cms-element-overlay-info .cms-section-default::before {
  background: #4aa3df;
}
.twt-custom-cms-element-overlay-info .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-info .cms-section-default .cms-element-text {
  color: #000;
}
.twt-custom-cms-element-overlay-warning .cms-section-default::before {
  background: #f1c40f;
}
.twt-custom-cms-element-overlay-warning .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-warning .cms-section-default .cms-element-text {
  color: #000;
}
/*
  _           _____ ___   ___                        _   _
 | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
 | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
 |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
       |__/
*/
.twt-custom-cms-element-overlay-danger .cms-section-default::before {
  background: #c82f1e;
}
.twt-custom-cms-element-overlay-danger .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-danger .cms-section-default .cms-element-text {
  color: #fff;
}
.twt-custom-cms-element-overlay-light .cms-section-default::before {
  background: #f9f9f9;
}
.twt-custom-cms-element-overlay-light .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-light .cms-section-default .cms-element-text {
  color: #000;
}
.twt-custom-cms-element-overlay-dark .cms-section-default::before {
  background: #4a545b;
}
.twt-custom-cms-element-overlay-dark .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-dark .cms-section-default .cms-element-text {
  color: #fff;
}
.twt-custom-cms-element-overlay-white .cms-section-default::before {
  background: #ffffff;
}
.twt-custom-cms-element-overlay-white .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-white .cms-section-default .cms-element-text {
  color: #000;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS icon boxes
	==================================================

*/
.twt-custom-cms-icon-box-1 {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #008555;
}
.twt-custom-cms-icon-box-1 .content {
  position: relative;
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.twt-custom-cms-icon-box-1 .content span.icon {
  font-size: 54px;
  display: table-cell;
  margin: 0;
  padding: 20px 30px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.twt-custom-cms-icon-box-1 .content span.icon svg {
  top: -6px;
  width: auto;
  height: auto;
}
.twt-custom-cms-icon-box-1 .content p {
  font-family: "Open Sans";
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
  display: table-cell;
  padding: 20px 40px;
  vertical-align: middle;
  text-transform: uppercase !important;
  color: #fff;
}
.twt-custom-cms-icon-box-1 .content.text-light span.icon, .twt-custom-cms-icon-box-1 .content.text-light p {
  color: #f9f9f9 !important;
}
.twt-custom-cms-icon-box-1 .content.text-dark span.icon, .twt-custom-cms-icon-box-1 .content.text-dark p {
  color: #4a545b !important;
}
.twt-custom-cms-icon-box-1 .content.text-muted span.icon, .twt-custom-cms-icon-box-1 .content.text-muted p {
  color: var(--bs-secondary-color) !important;
}
.twt-custom-cms-icon-box-1 .content.text-white span.icon, .twt-custom-cms-icon-box-1 .content.text-white p {
  color: #fff !important;
}
.twt-custom-cms-icon-box-1.bg-primary span.icon, .twt-custom-cms-icon-box-1.bg-primary p {
  color: #fff;
}
.twt-custom-cms-icon-box-1.bg-secondary span.icon, .twt-custom-cms-icon-box-1.bg-secondary p {
  color: #fff;
}
.twt-custom-cms-icon-box-1.bg-success span.icon, .twt-custom-cms-icon-box-1.bg-success p {
  color: #000;
}
.twt-custom-cms-icon-box-1.bg-info span.icon, .twt-custom-cms-icon-box-1.bg-info p {
  color: #000;
}
.twt-custom-cms-icon-box-1.bg-warning span.icon, .twt-custom-cms-icon-box-1.bg-warning p {
  color: #000;
}
.twt-custom-cms-icon-box-1.bg-danger span.icon, .twt-custom-cms-icon-box-1.bg-danger p {
  color: #fff;
}
.twt-custom-cms-icon-box-1.bg-light span.icon, .twt-custom-cms-icon-box-1.order-detail-table-footer span.icon, .twt-custom-cms-icon-box-1.bg-light p, .twt-custom-cms-icon-box-1.order-detail-table-footer p {
  color: #000;
}
.twt-custom-cms-icon-box-1.bg-dark span.icon, .twt-custom-cms-icon-box-1.bg-dark p {
  color: #fff;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS pages
    ==================================================
    Theme specific stylings for cms pages.

*/
/* ---------------- START: SET SCSS VARS ---------------- */
.cms-page {
  --twt-cms-layout-adjustments-active: 2;
}
/* ---------------- END: SET SCSS VARS ---------------- */
.cms-section-default .full-width {
  --bs-gutter-x: 0;
}
.cms-section-default.boxed .cms-block:not(.twt-cms-block-reset) {
  border: 1px solid #eeeeee;
  border-radius: 2px;
  margin-bottom: 20px;
}
.cms-section-default.boxed .cms-block:not(.twt-cms-block-reset):not(.bg-color) {
  background-color: #ffffff;
}
.twt-is-cms-product-list .cms-section-default.boxed .cms-block:not(.twt-cms-block-reset).cms-block-text.pos-0 .cms-block-container[style=""] {
  padding: 20px !important;
}
.twt-is-cms-product-list .cms-section-default.boxed .cms-block:not(.twt-cms-block-reset).cms-block-image-text.pos-1 .cms-block-container[style*="padding: 20px 0 20px 0"] {
  padding: 20px !important;
}
.twt-is-cms-product-list .cms-section-default.boxed .cms-block:not(.twt-cms-block-reset).cms-block-product-listing.pos-3 .cms-block-container[style*="padding: 20px 0 20px 0"] {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.cms-section-sidebar.boxed > .row, .is-act-cartpage .checkout .cms-section-sidebar.boxed > .checkout-container, .is-act-checkoutregisterpage .checkout .cms-section-sidebar.boxed > .checkout-container, .is-act-confirmpage .checkout .cms-section-sidebar.boxed > .checkout-container, .is-ctl-accountorder .checkout .cms-section-sidebar.boxed > .checkout-container, .is-act-finishpage .checkout .cms-section-sidebar.boxed > .checkout-container, body.is-act-confirmpage .checkout .cms-section-sidebar.boxed > .checkout-container, .cms-section-sidebar.boxed .cms-section-sidebar-sidebar-content, .cms-section-sidebar.boxed .cms-section-sidebar-main-content {
  --bs-gutter-x: 40px;
}
.cms-section-sidebar.boxed > .row, .is-act-cartpage .checkout .cms-section-sidebar.boxed > .checkout-container, .is-act-checkoutregisterpage .checkout .cms-section-sidebar.boxed > .checkout-container, .is-act-confirmpage .checkout .cms-section-sidebar.boxed > .checkout-container, .is-ctl-accountorder .checkout .cms-section-sidebar.boxed > .checkout-container, .is-act-finishpage .checkout .cms-section-sidebar.boxed > .checkout-container, body.is-act-confirmpage .checkout .cms-section-sidebar.boxed > .checkout-container {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.cms-section-sidebar.boxed .cms-section-sidebar-sidebar-content {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cms-section-sidebar.boxed .cms-section-sidebar-sidebar-content {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
  }
}
.cms-section-sidebar.boxed .cms-section-sidebar-sidebar-content .cms-block:not(.twt-cms-block-reset).cms-block-category-navigation.pos-1 .cms-block-container[style*="padding: 0 0 30px 0"] {
  padding-top: 20px !important;
}
.cms-section-sidebar.boxed .cms-section-sidebar-main-content {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cms-section-sidebar.boxed .cms-section-sidebar-main-content {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
  }
}
.cms-section-sidebar.boxed.twt-cms-reset-padding .cms-section-sidebar-sidebar-content {
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .cms-section-sidebar.boxed.twt-cms-reset-padding .cms-section-sidebar-sidebar-content {
    padding-right: 0;
  }
}
.cms-section-sidebar.boxed.twt-cms-reset-padding .cms-section-sidebar-main-content {
  padding-left: 0;
  padding-right: 0;
}
.twt-is-cms-product-detail .cms-section-default.boxed .cms-block:not(.twt-cms-block-reset).cms-block-product-heading .cms-block-container[style*="padding: 0 0 20px 0"] {
  padding-top: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.twt-is-cms-product-detail .cms-section-default.boxed .cms-block:not(.twt-cms-block-reset).cms-block-gallery-buybox .cms-block-container[style*="padding: 20px 0 0 0"] {
  padding-bottom: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.twt-is-cms-product-detail .cms-section-default.boxed .cms-block:not(.twt-cms-block-reset).cms-block-product-description-reviews .cms-block-container[style*="padding: 20px 0 0 0"], .twt-is-cms-product-detail .cms-section-default.boxed .cms-block:not(.twt-cms-block-reset).cms-block-product-description-reviews .cms-block-container[style*="padding: 20px 0 20px"], .twt-is-cms-product-detail .cms-section-default.boxed .cms-block:not(.twt-cms-block-reset).cms-block-product-description-reviews .cms-block-container[style*="padding: 0 0 20px 0"] {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.twt-is-cms-product-detail .cms-section-default.boxed .cms-block:not(.twt-cms-block-reset).cms-block-cross-selling .cms-block-container:has(:not([style])) {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
body:not(.is-act-home) .cms-page .cms-section {
  overflow: visible;
}
body:not(.is-act-home):not(.twt-shopping-experiences-header) .cms-page {
  margin-top: 20px;
}
/*
  _           _____ ___   ___                        _   _
 | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
 | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
 |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
       |__/
*/
.twt-cms-block {
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  background-color: #ffffff;
}
.twt-cms-block-margin {
  margin-bottom: 20px;
}
.twt-cms-block-border {
  border: 1px solid #eeeeee;
}
.twt-cms-block-background, .twt-cms-block-bg {
  background-color: #ffffff;
}
.twt-cms-block-reset-margin {
  margin-bottom: 0 !important;
}
.twt-cms-block-reset-border {
  border: none !important;
}
.twt-cms-block-reset-background, .twt-cms-block-reset-bg {
  background-color: inherit !important;
}
.twt-cms-sidebar-reset-padding.cms-section-sidebar .cms-section-sidebar-sidebar-content {
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .twt-cms-sidebar-reset-padding.cms-section-sidebar .cms-section-sidebar-sidebar-content {
    padding-right: 0;
  }
}
.twt-cms-sidebar-reset-padding.cms-section-sidebar .cms-section-sidebar-main-content {
  padding-left: 0;
  padding-right: 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS landing pages
    ==================================================
    Theme specific stylings for cms pages.

    Relates to:
    - .is-ctl-landingpage.is-act-index
    - .is-ctl-navigation.is-act-index
*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS listing pages
    ==================================================
    Theme specific stylings for cms pages.

*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS product pages
    ==================================================
    Theme specific stylings for cms pages.

*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
.twt-is-cms-product-detail {
  /*
      _           _____ ___   ___                        _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
  /* Containered layout */
  /* Containered layout (with sidebar) > block-styling */
}
.twt-is-cms-product-detail .cms-section-default .cms-block:not(.twt-cms-block-reset).cms-block-product-heading {
  margin-bottom: 0;
  border-bottom: none;
}
.twt-is-cms-product-detail .cms-section-default .cms-block:not(.twt-cms-block-reset).cms-block-gallery-buybox {
  border-top: none;
}
.twt-is-cms-product-detail .cms-section-sidebar .cms-section-sidebar-main-content .cms-block:not(.twt-cms-block-reset).cms-block-product-heading {
  margin-bottom: 0;
  border-bottom: none;
}
.twt-is-cms-product-detail .cms-section-sidebar .cms-section-sidebar-main-content .cms-block:not(.twt-cms-block-reset).cms-block-gallery-buybox {
  border-top: none;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS shop pages
    ==================================================
    Theme specific stylings for cms pages.

*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS block "Grid .."
	==================================================
    General styling for cms grid blocks
*/
.cms-block-twt-grid-one .cms-row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}
.cms-block-twt-grid-one .left-top {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-one .right {
  height: 100%;
}
@media (max-width: 767.98px) {
  .cms-block-twt-grid-one .left-top {
    margin-bottom: var(--bs-gutter-y);
  }
  .cms-block-twt-grid-one .right {
    height: auto;
  }
}
.cms-block-twt-grid-one-swapped .cms-row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}
.cms-block-twt-grid-one-swapped .left {
  height: 100%;
}
.cms-block-twt-grid-one-swapped .right-top {
  margin-bottom: var(--bs-gutter-y);
}
@media (max-width: 767.98px) {
  .cms-block-twt-grid-one-swapped .left {
    height: auto;
  }
  .cms-block-twt-grid-one-swapped .right-top {
    margin-bottom: var(--bs-gutter-y);
  }
}
.cms-block-twt-grid-two .cms-row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}
.cms-block-twt-grid-two .left-top {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-two .right-top {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-two-swapped .cms-row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}
.cms-block-twt-grid-two-swapped .left-top {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-two-swapped .right-top {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-three .cms-row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}
.cms-block-twt-grid-three .left-top {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-three .right {
  height: 100%;
}
.cms-block-twt-grid-three-swapped .cms-row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}
.cms-block-twt-grid-three-swapped .left {
  height: 100%;
}
.cms-block-twt-grid-three-swapped .right-top {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-four .cms-row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}
.cms-block-twt-grid-four .left-top.cms-row {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-four .right {
  height: 100%;
}
.cms-block-twt-grid-four-swapped .cms-row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}
.cms-block-twt-grid-four-swapped .left {
  height: 100%;
}
.cms-block-twt-grid-four-swapped .right-top.cms-row {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-five .cms-row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}
.cms-block-twt-grid-five .left-top {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-five .right-top {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-five-swapped .cms-row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}
.cms-block-twt-grid-five-swapped .left-top {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-five-swapped .right-top {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-six .cms-row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}
.cms-block-twt-grid-six .left-top {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-six .right-top.cms-row {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-six-swapped .cms-row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}
.cms-block-twt-grid-six-swapped .left-top.cms-row {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-six-swapped .right-top {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-modern .cms-row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}
.cms-block-twt-grid-modern .left-top.cms-row {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-modern .right-top {
  margin-bottom: var(--bs-gutter-y);
}
@media (max-width: 767.98px) {
  .cms-block-twt-grid-modern .left-top {
    margin-bottom: 0;
  }
}
.cms-block-twt-grid-modern-swapped .cms-row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}
.cms-block-twt-grid-modern-swapped .left-top {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-modern-swapped .right-top.cms-row {
  margin-bottom: var(--bs-gutter-y);
}
@media (max-width: 767.98px) {
  .cms-block-twt-grid-modern-swapped .right-top {
    margin-bottom: 0;
  }
}
.cms-block-image-simple-grid .cms-row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}
.cms-block-image-simple-grid .left-top {
  margin-bottom: var(--bs-gutter-y);
}
@media (max-width: 767.98px) {
  .cms-block-image-simple-grid .left-bottom {
    margin-bottom: 0;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® CMS 'Column' blocks
	==================================================
    General styling for cms column blocks
*/
.twt-cms-col-margin-bottom div[class^="cms-element-"] p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-component .col-md-6:first-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-component .is-act-confirmpage .checkout .checkout-aside:first-child, .is-act-confirmpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-component .checkout-aside:first-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-component .is-ctl-accountorder .checkout .checkout-aside:first-child, .is-ctl-accountorder .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-component .checkout-aside:first-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-component .is-act-finishpage .checkout .checkout-additional:first-child, .is-act-finishpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-component .checkout-additional:first-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-component .is-act-finishpage .checkout .checkout-aside:first-child, .is-act-finishpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-component .checkout-aside:first-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column .col-md-6:first-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column .is-act-confirmpage .checkout .checkout-aside:first-child, .is-act-confirmpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column .checkout-aside:first-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column .is-ctl-accountorder .checkout .checkout-aside:first-child, .is-ctl-accountorder .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column .checkout-aside:first-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column .is-act-finishpage .checkout .checkout-additional:first-child, .is-act-finishpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column .checkout-additional:first-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column .is-act-finishpage .checkout .checkout-aside:first-child, .is-act-finishpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column .checkout-aside:first-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-swapped .col-md-6.last, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-swapped .is-act-confirmpage .checkout .last.checkout-aside, .is-act-confirmpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-swapped .last.checkout-aside, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-swapped .is-ctl-accountorder .checkout .last.checkout-aside, .is-ctl-accountorder .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-swapped .last.checkout-aside, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-swapped .is-act-finishpage .checkout .last.checkout-additional, .is-act-finishpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-swapped .last.checkout-additional, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-swapped .is-act-finishpage .checkout .last.checkout-aside, .is-act-finishpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-swapped .last.checkout-aside {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-3-9 .col-md-3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-4-8 .col-md-4, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-4-8 .is-act-checkoutregisterpage .checkout .checkout-aside, .is-act-checkoutregisterpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-4-8 .checkout-aside {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-8-4 .col-md-8 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-9-3 .col-md-9 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-component .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-component .b2b-shopping-list-table__header-name.js-multiple-selection, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column .b2b-shopping-list-table__header-name.js-multiple-selection {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-component .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-component .b2b-shopping-list-table__header-name.js-multiple-selection:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column .b2b-shopping-list-table__header-name.js-multiple-selection:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-3-6-3 .col-lg-3.first, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-3-6-3 .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .first.checkout-aside, .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-3-6-3 .first.checkout-aside {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-3-6-3 .col-lg-6 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .col-lg-2.first {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .col-lg-8, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .is-act-cartpage .checkout .checkout-main, .is-act-cartpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .checkout-main, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .is-act-checkoutregisterpage .checkout .checkout-main, .is-act-checkoutregisterpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .checkout-main, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .is-act-confirmpage .checkout .checkout-main, .is-act-confirmpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .checkout-main, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .is-ctl-accountorder .checkout .checkout-main, .is-ctl-accountorder .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .checkout-main, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .is-act-finishpage .checkout .checkout-main, .is-act-finishpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .checkout-main, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 body.is-act-confirmpage .checkout .checkout-main, body.is-act-confirmpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .checkout-main, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 body.is-act-confirmpage .checkout .checkout-additional, body.is-act-confirmpage .checkout .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .checkout-additional {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column-component .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column-component .b2b-shopping-list-table__header-name.js-multiple-selection, .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column .b2b-shopping-list-table__header-name.js-multiple-selection {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column-component .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column-component .b2b-shopping-list-table__header-name.js-multiple-selection:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column .b2b-shopping-list-table__header-name.js-multiple-selection:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column-component .col-12.first, .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column-component .first.b2b-shopping-list-table__header-name.js-multiple-selection, .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column .col-12.first, .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column .first.b2b-shopping-list-table__header-name.js-multiple-selection {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column-component .col-12:nth-child(2), .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column-component .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(2), .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column .col-12:nth-child(2), .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(2) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .b2b-shopping-list-table__header-name.js-multiple-selection, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .b2b-shopping-list-table__header-name.js-multiple-selection {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .b2b-shopping-list-table__header-name.js-multiple-selection:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .b2b-shopping-list-table__header-name.js-multiple-selection:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .b2b-shopping-list-table__header-name.js-multiple-selection, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .b2b-shopping-list-table__header-name.js-multiple-selection {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .b2b-shopping-list-table__header-name.js-multiple-selection:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .b2b-shopping-list-table__header-name.js-multiple-selection:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .col-12:nth-child(1), .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(1), .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .col-12:nth-child(1), .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(1) {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .col-12:nth-child(2), .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(2), .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .col-12:nth-child(2), .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(2) {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .col-12:nth-child(3), .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(3), .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .col-12:nth-child(3), .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(3) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .b2b-shopping-list-table__header-name.js-multiple-selection, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .b2b-shopping-list-table__header-name.js-multiple-selection {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .b2b-shopping-list-table__header-name.js-multiple-selection:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .b2b-shopping-list-table__header-name.js-multiple-selection:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .b2b-shopping-list-table__header-name.js-multiple-selection, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .b2b-shopping-list-table__header-name.js-multiple-selection {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12:nth-child(5), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(5), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12:nth-child(5), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(5) {
    margin-bottom: 0;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .b2b-shopping-list-table__header-name.js-multiple-selection:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .b2b-shopping-list-table__header-name.js-multiple-selection:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12:nth-child(1), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(1), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12:nth-child(1), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(1) {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12:nth-child(2), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(2), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12:nth-child(2), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(2) {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12:nth-child(3), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(3), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12:nth-child(3), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(3) {
    margin-bottom: 20px;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\__|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® CMS block 'Hero slider'
	==================================================

*/
.cms-block-twt-hero-slider-two-slides .alert, .cms-block-twt-hero-slider-three-slides .alert {
  margin: 1rem;
}
/*
   _____ _  _ ___ __  ________      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\__|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® CMS block 'Image gallery and buy box (with product name & manufacturer logo)'
	==================================================

    - cms-block-twt-gallery-buybox-heading
    - cms-block-twt-gallery-buybox-heading-one
    - cms-block-twt-gallery-buybox-heading-two
    - cms-block-twt-gallery-buybox-heading-three
*/
div[class*="cms-block-twt-gallery-buybox-heading"] .product-detail-headline {
  margin-bottom: 0.5rem;
}
.cms-block-twt-gallery-buybox-heading-one .right-bottom {
  margin-top: 2rem;
}
.cms-block-twt-gallery-buybox-heading-one .product-detail-media {
  margin-bottom: 0;
}
.cms-block-twt-gallery-buybox-heading-two .left-bottom {
  margin-top: 2rem;
}
.cms-block-twt-gallery-buybox-heading-three .left-bottom {
  margin-top: 2rem;
}
.cms-block-twt-gallery-buybox-heading-three .right-bottom {
  margin-top: 2rem;
}
.cms-block-twt-gallery-buybox-heading-two .product-detail-media, .cms-block-twt-gallery-buybox-heading-three .product-detail-media {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cms-block-twt-gallery-buybox-heading-two .product-detail-media, .cms-block-twt-gallery-buybox-heading-three .product-detail-media {
    margin-bottom: 0;
  }
}
/*
   _____ _  _ ___ __  ________      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\__|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® CMS block 'Image gallery and buy box (with product name)'
	==================================================

    - cms-block-twt-gallery-buybox-name
    - cms-block-twt-gallery-buybox-name-one
    - cms-block-twt-gallery-buybox-name-two
    - cms-block-twt-gallery-buybox-name-three
*/
div[class*="cms-block-twt-gallery-buybox-name"] .product-detail-headline {
  margin-bottom: 0.5rem;
}
.cms-block-twt-gallery-buybox-name-one .right-bottom {
  margin-top: 2rem;
}
.cms-block-twt-gallery-buybox-name-one .product-detail-media {
  margin-bottom: 0;
}
.cms-block-twt-gallery-buybox-name-two .left-bottom {
  margin-top: 2rem;
}
.cms-block-twt-gallery-buybox-name-three .left-bottom {
  margin-top: 2rem;
}
.cms-block-twt-gallery-buybox-name-three .right-bottom {
  margin-top: 2rem;
}
.cms-block-twt-gallery-buybox-name-two .product-detail-media, .cms-block-twt-gallery-buybox-name-three .product-detail-media {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cms-block-twt-gallery-buybox-name-two .product-detail-media, .cms-block-twt-gallery-buybox-name-three .product-detail-media {
    margin-bottom: 0;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS elements basic styling
	==================================================

*/
/* @TODO
 * [ ] Add performance configuration to disable styling
 *
 */
div[class^="cms-element-twt-text-teaser"], div.cms-element-twt-advanced-banner, div.cms-element-twt-advanced-teaser, div.cms-element-twt-button-teaser, div.cms-element-twt-call-to-action, div.cms-element-twt-classic-teaser, div.cms-element-twt-countdown-banner, div.cms-element-twt-countdown-banner-compact, div.cms-element-twt-hero-banner, div.cms-element-twt-hero-countdown-headline, div.cms-element-twt-hero-teaser, div.cms-element-twt-hover-box, div.cms-element-twt-image-banner, div.cms-element-twt-image-teaser, div.cms-element-twt-hover-teaser, div.cms-element-twt-modern-teaser, div.cms-element-twt-parallax-banner, div.cms-element-twt-round-teaser {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 100%;
}
div[class^="cms-element-twt-text-teaser"] .cms-image-link, div.cms-element-twt-advanced-banner .cms-image-link, div.cms-element-twt-advanced-teaser .cms-image-link, div.cms-element-twt-button-teaser .cms-image-link, div.cms-element-twt-call-to-action .cms-image-link, div.cms-element-twt-classic-teaser .cms-image-link, div.cms-element-twt-countdown-banner .cms-image-link, div.cms-element-twt-countdown-banner-compact .cms-image-link, div.cms-element-twt-hero-banner .cms-image-link, div.cms-element-twt-hero-countdown-headline .cms-image-link, div.cms-element-twt-hero-teaser .cms-image-link, div.cms-element-twt-hover-box .cms-image-link, div.cms-element-twt-image-banner .cms-image-link, div.cms-element-twt-image-teaser .cms-image-link, div.cms-element-twt-hover-teaser .cms-image-link, div.cms-element-twt-modern-teaser .cms-image-link, div.cms-element-twt-parallax-banner .cms-image-link, div.cms-element-twt-round-teaser .cms-image-link {
  display: block;
  width: 100%;
  height: 100%;
}
div[class^="cms-element-twt-text-teaser"] .cms-image-container, div.cms-element-twt-advanced-banner .cms-image-container, div.cms-element-twt-advanced-teaser .cms-image-container, div.cms-element-twt-button-teaser .cms-image-container, div.cms-element-twt-call-to-action .cms-image-container, div.cms-element-twt-classic-teaser .cms-image-container, div.cms-element-twt-countdown-banner .cms-image-container, div.cms-element-twt-countdown-banner-compact .cms-image-container, div.cms-element-twt-hero-banner .cms-image-container, div.cms-element-twt-hero-countdown-headline .cms-image-container, div.cms-element-twt-hero-teaser .cms-image-container, div.cms-element-twt-hover-box .cms-image-container, div.cms-element-twt-image-banner .cms-image-container, div.cms-element-twt-image-teaser .cms-image-container, div.cms-element-twt-hover-teaser .cms-image-container, div.cms-element-twt-modern-teaser .cms-image-container, div.cms-element-twt-parallax-banner .cms-image-container, div.cms-element-twt-round-teaser .cms-image-container {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
div[class^="cms-element-twt-text-teaser"] .cms-image-container.is-standard .cms-image, div.cms-element-twt-advanced-banner .cms-image-container.is-standard .cms-image, div.cms-element-twt-advanced-teaser .cms-image-container.is-standard .cms-image, div.cms-element-twt-button-teaser .cms-image-container.is-standard .cms-image, div.cms-element-twt-call-to-action .cms-image-container.is-standard .cms-image, div.cms-element-twt-classic-teaser .cms-image-container.is-standard .cms-image, div.cms-element-twt-countdown-banner .cms-image-container.is-standard .cms-image, div.cms-element-twt-countdown-banner-compact .cms-image-container.is-standard .cms-image, div.cms-element-twt-hero-banner .cms-image-container.is-standard .cms-image, div.cms-element-twt-hero-countdown-headline .cms-image-container.is-standard .cms-image, div.cms-element-twt-hero-teaser .cms-image-container.is-standard .cms-image, div.cms-element-twt-hover-box .cms-image-container.is-standard .cms-image, div.cms-element-twt-image-banner .cms-image-container.is-standard .cms-image, div.cms-element-twt-image-teaser .cms-image-container.is-standard .cms-image, div.cms-element-twt-hover-teaser .cms-image-container.is-standard .cms-image, div.cms-element-twt-modern-teaser .cms-image-container.is-standard .cms-image, div.cms-element-twt-parallax-banner .cms-image-container.is-standard .cms-image, div.cms-element-twt-round-teaser .cms-image-container.is-standard .cms-image {
  height: auto;
}
div[class^="cms-element-twt-text-teaser"] .cms-image-container.is-stretch .cms-image, div.cms-element-twt-advanced-banner .cms-image-container.is-stretch .cms-image, div.cms-element-twt-advanced-teaser .cms-image-container.is-stretch .cms-image, div.cms-element-twt-button-teaser .cms-image-container.is-stretch .cms-image, div.cms-element-twt-call-to-action .cms-image-container.is-stretch .cms-image, div.cms-element-twt-classic-teaser .cms-image-container.is-stretch .cms-image, div.cms-element-twt-countdown-banner .cms-image-container.is-stretch .cms-image, div.cms-element-twt-countdown-banner-compact .cms-image-container.is-stretch .cms-image, div.cms-element-twt-hero-banner .cms-image-container.is-stretch .cms-image, div.cms-element-twt-hero-countdown-headline .cms-image-container.is-stretch .cms-image, div.cms-element-twt-hero-teaser .cms-image-container.is-stretch .cms-image, div.cms-element-twt-hover-box .cms-image-container.is-stretch .cms-image, div.cms-element-twt-image-banner .cms-image-container.is-stretch .cms-image, div.cms-element-twt-image-teaser .cms-image-container.is-stretch .cms-image, div.cms-element-twt-hover-teaser .cms-image-container.is-stretch .cms-image, div.cms-element-twt-modern-teaser .cms-image-container.is-stretch .cms-image, div.cms-element-twt-parallax-banner .cms-image-container.is-stretch .cms-image, div.cms-element-twt-round-teaser .cms-image-container.is-stretch .cms-image {
  width: 100%;
  height: auto;
}
div[class^="cms-element-twt-text-teaser"] .cms-image-container.is-cover, div.cms-element-twt-advanced-banner .cms-image-container.is-cover, div.cms-element-twt-advanced-teaser .cms-image-container.is-cover, div.cms-element-twt-button-teaser .cms-image-container.is-cover, div.cms-element-twt-call-to-action .cms-image-container.is-cover, div.cms-element-twt-classic-teaser .cms-image-container.is-cover, div.cms-element-twt-countdown-banner .cms-image-container.is-cover, div.cms-element-twt-countdown-banner-compact .cms-image-container.is-cover, div.cms-element-twt-hero-banner .cms-image-container.is-cover, div.cms-element-twt-hero-countdown-headline .cms-image-container.is-cover, div.cms-element-twt-hero-teaser .cms-image-container.is-cover, div.cms-element-twt-hover-box .cms-image-container.is-cover, div.cms-element-twt-image-banner .cms-image-container.is-cover, div.cms-element-twt-image-teaser .cms-image-container.is-cover, div.cms-element-twt-hover-teaser .cms-image-container.is-cover, div.cms-element-twt-modern-teaser .cms-image-container.is-cover, div.cms-element-twt-parallax-banner .cms-image-container.is-cover, div.cms-element-twt-round-teaser .cms-image-container.is-cover {
  height: 100%;
}
div[class^="cms-element-twt-text-teaser"] .cms-image-container.is-cover .cms-image, div.cms-element-twt-advanced-banner .cms-image-container.is-cover .cms-image, div.cms-element-twt-advanced-teaser .cms-image-container.is-cover .cms-image, div.cms-element-twt-button-teaser .cms-image-container.is-cover .cms-image, div.cms-element-twt-call-to-action .cms-image-container.is-cover .cms-image, div.cms-element-twt-classic-teaser .cms-image-container.is-cover .cms-image, div.cms-element-twt-countdown-banner .cms-image-container.is-cover .cms-image, div.cms-element-twt-countdown-banner-compact .cms-image-container.is-cover .cms-image, div.cms-element-twt-hero-banner .cms-image-container.is-cover .cms-image, div.cms-element-twt-hero-countdown-headline .cms-image-container.is-cover .cms-image, div.cms-element-twt-hero-teaser .cms-image-container.is-cover .cms-image, div.cms-element-twt-hover-box .cms-image-container.is-cover .cms-image, div.cms-element-twt-image-banner .cms-image-container.is-cover .cms-image, div.cms-element-twt-image-teaser .cms-image-container.is-cover .cms-image, div.cms-element-twt-hover-teaser .cms-image-container.is-cover .cms-image, div.cms-element-twt-modern-teaser .cms-image-container.is-cover .cms-image, div.cms-element-twt-parallax-banner .cms-image-container.is-cover .cms-image, div.cms-element-twt-round-teaser .cms-image-container.is-cover .cms-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div[class^="cms-element-twt-text-teaser"] .cms-image, div.cms-element-twt-advanced-banner .cms-image, div.cms-element-twt-advanced-teaser .cms-image, div.cms-element-twt-button-teaser .cms-image, div.cms-element-twt-call-to-action .cms-image, div.cms-element-twt-classic-teaser .cms-image, div.cms-element-twt-countdown-banner .cms-image, div.cms-element-twt-countdown-banner-compact .cms-image, div.cms-element-twt-hero-banner .cms-image, div.cms-element-twt-hero-countdown-headline .cms-image, div.cms-element-twt-hero-teaser .cms-image, div.cms-element-twt-hover-box .cms-image, div.cms-element-twt-image-banner .cms-image, div.cms-element-twt-image-teaser .cms-image, div.cms-element-twt-hover-teaser .cms-image, div.cms-element-twt-modern-teaser .cms-image, div.cms-element-twt-parallax-banner .cms-image, div.cms-element-twt-round-teaser .cms-image {
  display: block;
  max-width: 100%;
}
div[class^="cms-element-twt-text-teaser"] .cms-content-container, div.cms-element-twt-advanced-banner .cms-content-container, div.cms-element-twt-advanced-teaser .cms-content-container, div.cms-element-twt-button-teaser .cms-content-container, div.cms-element-twt-call-to-action .cms-content-container, div.cms-element-twt-hero-banner .cms-content-container, div.cms-element-twt-hero-countdown-headline .cms-content-container, div.cms-element-twt-hero-teaser .cms-content-container, div.cms-element-twt-hover-box .cms-content-container, div.cms-element-twt-modern-teaser .cms-content-container, div.cms-element-twt-parallax-banner .cms-content-container, div.cms-element-twt-round-teaser .cms-content-container {
  font-family: "Open Sans";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 15px;
}
div[class^="cms-element-twt-text-teaser"] .cms-content-container .content, div.cms-element-twt-advanced-banner .cms-content-container .content, div.cms-element-twt-advanced-teaser .cms-content-container .content, div.cms-element-twt-button-teaser .cms-content-container .content, div.cms-element-twt-call-to-action .cms-content-container .content, div.cms-element-twt-hero-banner .cms-content-container .content, div.cms-element-twt-hero-countdown-headline .cms-content-container .content, div.cms-element-twt-hero-teaser .cms-content-container .content, div.cms-element-twt-hover-box .cms-content-container .content, div.cms-element-twt-modern-teaser .cms-content-container .content, div.cms-element-twt-parallax-banner .cms-content-container .content, div.cms-element-twt-round-teaser .cms-content-container .content {
  position: relative;
}
div[class^="cms-element-twt-text-teaser"] .color-overlay, div.cms-element-twt-advanced-banner .color-overlay, div.cms-element-twt-advanced-teaser .color-overlay, div.cms-element-twt-button-teaser .color-overlay, div.cms-element-twt-call-to-action .color-overlay, div.cms-element-twt-call-to-action-slide .color-overlay, div.cms-element-twt-countdown-banner .color-overlay, div.cms-element-twt-countdown-banner-compact .color-overlay, div.cms-element-twt-hero-banner .color-overlay, div.cms-element-twt-hero-teaser .color-overlay, div.cms-element-twt-hover-teaser .color-overlay, div.cms-element-twt-image-banner .color-overlay, div.cms-element-twt-image-slide .color-overlay, div.cms-element-twt-image-teaser .color-overlay, div.cms-element-twt-parallax-banner .color-overlay, div.cms-element-twt-round-teaser .color-overlay, div.cms-element-twt-text-image-slide .color-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 576px) {
  div[class^="cms-element-twt-text-teaser"].is-hover, div.cms-element-twt-advanced-banner.is-hover, div.cms-element-twt-advanced-teaser.is-hover, div.cms-element-twt-button-teaser.is-hover, div.cms-element-twt-call-to-action.is-hover, div.cms-element-twt-hero-banner.is-hover, div.cms-element-twt-hero-teaser.is-hover, div.cms-element-twt-image-banner.is-hover, div.cms-element-twt-parallax-banner.is-hover {
    /*.color-overlay.fade-out {
                opacity: 1;
            }*/
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .color-overlay.fade-in, div.cms-element-twt-advanced-banner.is-hover .color-overlay.fade-in, div.cms-element-twt-advanced-teaser.is-hover .color-overlay.fade-in, div.cms-element-twt-button-teaser.is-hover .color-overlay.fade-in, div.cms-element-twt-call-to-action.is-hover .color-overlay.fade-in, div.cms-element-twt-hero-banner.is-hover .color-overlay.fade-in, div.cms-element-twt-hero-teaser.is-hover .color-overlay.fade-in, div.cms-element-twt-image-banner.is-hover .color-overlay.fade-in, div.cms-element-twt-parallax-banner.is-hover .color-overlay.fade-in {
    opacity: 0;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .color-overlay, div.cms-element-twt-advanced-banner.is-hover .color-overlay, div.cms-element-twt-advanced-teaser.is-hover .color-overlay, div.cms-element-twt-button-teaser.is-hover .color-overlay, div.cms-element-twt-call-to-action.is-hover .color-overlay, div.cms-element-twt-hero-banner.is-hover .color-overlay, div.cms-element-twt-hero-teaser.is-hover .color-overlay, div.cms-element-twt-image-banner.is-hover .color-overlay, div.cms-element-twt-parallax-banner.is-hover .color-overlay {
    transition: all 0.5s ease-in-out;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .content:not(.fade-out), div[class^="cms-element-twt-text-teaser"].is-hover .overlay:not(.fade-out), div.cms-element-twt-advanced-banner.is-hover .content:not(.fade-out), div.cms-element-twt-advanced-banner.is-hover .overlay:not(.fade-out), div.cms-element-twt-advanced-teaser.is-hover .content:not(.fade-out), div.cms-element-twt-advanced-teaser.is-hover .overlay:not(.fade-out), div.cms-element-twt-button-teaser.is-hover .content:not(.fade-out), div.cms-element-twt-button-teaser.is-hover .overlay:not(.fade-out), div.cms-element-twt-call-to-action.is-hover .content:not(.fade-out), div.cms-element-twt-call-to-action.is-hover .overlay:not(.fade-out), div.cms-element-twt-hero-banner.is-hover .content:not(.fade-out), div.cms-element-twt-hero-banner.is-hover .overlay:not(.fade-out), div.cms-element-twt-hero-teaser.is-hover .content:not(.fade-out), div.cms-element-twt-hero-teaser.is-hover .overlay:not(.fade-out), div.cms-element-twt-image-banner.is-hover .content:not(.fade-out), div.cms-element-twt-image-banner.is-hover .overlay:not(.fade-out), div.cms-element-twt-parallax-banner.is-hover .content:not(.fade-out), div.cms-element-twt-parallax-banner.is-hover .overlay:not(.fade-out) {
    opacity: 0;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .content.fade-out, div[class^="cms-element-twt-text-teaser"].is-hover .overlay.fade-out, div.cms-element-twt-advanced-banner.is-hover .content.fade-out, div.cms-element-twt-advanced-banner.is-hover .overlay.fade-out, div.cms-element-twt-advanced-teaser.is-hover .content.fade-out, div.cms-element-twt-advanced-teaser.is-hover .overlay.fade-out, div.cms-element-twt-button-teaser.is-hover .content.fade-out, div.cms-element-twt-button-teaser.is-hover .overlay.fade-out, div.cms-element-twt-call-to-action.is-hover .content.fade-out, div.cms-element-twt-call-to-action.is-hover .overlay.fade-out, div.cms-element-twt-hero-banner.is-hover .content.fade-out, div.cms-element-twt-hero-banner.is-hover .overlay.fade-out, div.cms-element-twt-hero-teaser.is-hover .content.fade-out, div.cms-element-twt-hero-teaser.is-hover .overlay.fade-out, div.cms-element-twt-image-banner.is-hover .content.fade-out, div.cms-element-twt-image-banner.is-hover .overlay.fade-out, div.cms-element-twt-parallax-banner.is-hover .content.fade-out, div.cms-element-twt-parallax-banner.is-hover .overlay.fade-out {
    opacity: 1;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .overlay, div.cms-element-twt-advanced-banner.is-hover .overlay, div.cms-element-twt-advanced-teaser.is-hover .overlay, div.cms-element-twt-button-teaser.is-hover .overlay, div.cms-element-twt-call-to-action.is-hover .overlay, div.cms-element-twt-hero-banner.is-hover .overlay, div.cms-element-twt-hero-teaser.is-hover .overlay, div.cms-element-twt-image-banner.is-hover .overlay, div.cms-element-twt-parallax-banner.is-hover .overlay {
    transition: all 0.3s ease-in-out 0.1s;
    transition-delay: 0.03s;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.025s;
    animation-fill-mode: both;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .content, div.cms-element-twt-advanced-banner.is-hover .content, div.cms-element-twt-advanced-teaser.is-hover .content, div.cms-element-twt-button-teaser.is-hover .content, div.cms-element-twt-call-to-action.is-hover .content, div.cms-element-twt-hero-banner.is-hover .content, div.cms-element-twt-hero-teaser.is-hover .content, div.cms-element-twt-image-banner.is-hover .content, div.cms-element-twt-parallax-banner.is-hover .content {
    transition: all 0.3s ease-in-out;
    transition-delay: 0.03s;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.025s;
    animation-fill-mode: both;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .color-overlay.fade-in, div.cms-element-twt-advanced-banner.is-hover .cms-image-container:hover .cms-content-container .color-overlay.fade-in, div.cms-element-twt-advanced-teaser.is-hover .cms-image-container:hover .cms-content-container .color-overlay.fade-in, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .color-overlay.fade-in, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .color-overlay.fade-in, div.cms-element-twt-hero-banner.is-hover .cms-image-container:hover .cms-content-container .color-overlay.fade-in, div.cms-element-twt-hero-teaser.is-hover .cms-image-container:hover .cms-content-container .color-overlay.fade-in, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .color-overlay.fade-in, div.cms-element-twt-parallax-banner.is-hover .cms-image-container:hover .cms-content-container .color-overlay.fade-in {
    opacity: 1;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .color-overlay.fade-out, div.cms-element-twt-advanced-banner.is-hover .cms-image-container:hover .cms-content-container .color-overlay.fade-out, div.cms-element-twt-advanced-teaser.is-hover .cms-image-container:hover .cms-content-container .color-overlay.fade-out, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .color-overlay.fade-out, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .color-overlay.fade-out, div.cms-element-twt-hero-banner.is-hover .cms-image-container:hover .cms-content-container .color-overlay.fade-out, div.cms-element-twt-hero-teaser.is-hover .cms-image-container:hover .cms-content-container .color-overlay.fade-out, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .color-overlay.fade-out, div.cms-element-twt-parallax-banner.is-hover .cms-image-container:hover .cms-content-container .color-overlay.fade-out {
    opacity: 0;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out), div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-advanced-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out), div.cms-element-twt-advanced-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-advanced-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out), div.cms-element-twt-advanced-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out), div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out), div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-hero-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out), div.cms-element-twt-hero-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-hero-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out), div.cms-element-twt-hero-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out), div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-parallax-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out), div.cms-element-twt-parallax-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out) {
    opacity: 1;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-up, div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-advanced-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-advanced-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-advanced-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-advanced-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-hero-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-hero-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-hero-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-hero-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-parallax-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-parallax-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-up {
    animation-name: cmsOverlaySlideInUp;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-right, div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-advanced-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-advanced-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-advanced-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-advanced-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-hero-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-hero-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-hero-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-hero-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-parallax-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-parallax-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-right {
    animation-name: cmsOverlaySlideInRight;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-down, div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-advanced-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-advanced-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-advanced-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-advanced-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-hero-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-hero-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-hero-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-hero-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-parallax-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-parallax-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-down {
    animation-name: cmsOverlaySlideInDown;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-left, div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-advanced-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-advanced-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-advanced-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-advanced-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-hero-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-hero-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-hero-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-hero-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-parallax-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-parallax-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-left {
    animation-name: cmsOverlaySlideInLeft;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).zoom-in, div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-advanced-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-advanced-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-advanced-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-advanced-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-hero-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-hero-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-hero-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-hero-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-parallax-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-parallax-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).zoom-in {
    animation-name: cmsOverlayZoomIn;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .content.fade-out, div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .overlay.fade-out, div.cms-element-twt-advanced-banner.is-hover .cms-image-container:hover .cms-content-container .content.fade-out, div.cms-element-twt-advanced-banner.is-hover .cms-image-container:hover .cms-content-container .overlay.fade-out, div.cms-element-twt-advanced-teaser.is-hover .cms-image-container:hover .cms-content-container .content.fade-out, div.cms-element-twt-advanced-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay.fade-out, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .content.fade-out, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay.fade-out, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .content.fade-out, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .overlay.fade-out, div.cms-element-twt-hero-banner.is-hover .cms-image-container:hover .cms-content-container .content.fade-out, div.cms-element-twt-hero-banner.is-hover .cms-image-container:hover .cms-content-container .overlay.fade-out, div.cms-element-twt-hero-teaser.is-hover .cms-image-container:hover .cms-content-container .content.fade-out, div.cms-element-twt-hero-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay.fade-out, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .content.fade-out, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .overlay.fade-out, div.cms-element-twt-parallax-banner.is-hover .cms-image-container:hover .cms-content-container .content.fade-out, div.cms-element-twt-parallax-banner.is-hover .cms-image-container:hover .cms-content-container .overlay.fade-out {
    opacity: 0;
  }
}
.fit-content > div {
  position: relative;
}
a.is-fulllink:hover {
  text-decoration: none;
}
a.is-fulllink a:hover {
  text-decoration: underline;
}
.twt-col-flex {
  width: auto;
}
.twt-col-empty .alert {
  margin-bottom: 0 !important;
}
.object-position-right, .twt-object-position-right {
  object-position: right;
}
.object-position-left, .twt-object-position-left {
  object-position: left;
}
body.twt-cms-styling .cms-block .accordion-item {
  --bs-accordion-bg: $twt-cms-section-boxed-background-color;
}
body.twt-cms-styling .cms-block .accordion-button {
  --bs-accordion-btn-bg: $twt-cms-section-boxed-background-color;
}
body.twt-cms-styling .cms-block .accordion-button:not(.collapsed) {
  --bs-accordion-active-bg: $twt-cms-section-boxed-background-color;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Advanced banner"
	==================================================

*/
.cms-element-twt-advanced-banner .twt-advanced-banner-image-container {
  background-repeat: no-repeat;
  background-position: center center;
}
.cms-element-twt-advanced-banner .twt-advanced-banner-image-container.is-cover {
  background-size: cover;
}
@media (min-width: 768px) {
  .cms-element-twt-advanced-banner .twt-advanced-banner-image-container.is-fixed {
    background-attachment: fixed;
  }
}
.cms-element-twt-advanced-banner .twt-advanced-banner-image-container.is-scroll {
  background-attachment: scroll;
}
@supports (-webkit-overflow-scrolling: touch) {
  .cms-element-twt-advanced-banner .twt-advanced-banner-image-container.is-fixed {
    background-attachment: scroll !important;
  }
}
.cms-element-twt-advanced-banner .twt-advanced-banner-content p.subheadline.none {
  margin-bottom: 0;
}
.cms-element-twt-advanced-banner .twt-advanced-banner-content .text a {
  color: var(--twt-link-color);
  text-decoration: underline;
}
.cms-element-twt-advanced-banner .twt-advanced-banner-content .text a:hover {
  color: var(--twt-link-color-hover);
}
.cms-element-twt-advanced-banner .twt-advanced-banner-content .text > *:last-child {
  margin-bottom: 0 !important;
}
.cms-element-twt-advanced-banner .twt-advanced-banner-content > *:last-child {
  margin-bottom: 0;
}
.cms-element-twt-advanced-banner .twt-advanced-banner-content.is-styled {
  padding: 20px;
}
.cms-element-twt-advanced-banner .twt-advanced-banner-btn {
  margin-top: 2rem;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Advanced teaser"
	==================================================

*/
.cms-element-twt-advanced-teaser .twt-advanced-teaser-content.is-styled {
  padding: 20px;
}
.cms-element-twt-advanced-teaser .twt-advanced-teaser-content .headline.none {
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 600;
}
@media (min-width: 1200px) {
  .cms-element-twt-advanced-teaser .twt-advanced-teaser-content .headline.none {
    font-size: 1.75rem;
  }
}
.cms-element-twt-advanced-teaser .twt-advanced-teaser-content .text a {
  color: var(--twt-link-color);
  text-decoration: underline;
}
.cms-element-twt-advanced-teaser .twt-advanced-teaser-content .text a:hover {
  filter: brightness(0.8);
}
.cms-element-twt-advanced-teaser .twt-advanced-teaser-content .text > *:last-child {
  margin-bottom: 0 !important;
}
.cms-element-twt-advanced-teaser .twt-advanced-teaser-content button, .cms-element-twt-advanced-teaser .twt-advanced-teaser-content .btn {
  max-width: 100%;
}
.cms-element-twt-advanced-teaser .twt-advanced-teaser-link {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.cms-element-twt-advanced-teaser .twt-advanced-teaser-btn {
  margin-top: 2rem;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Button teaser"
	==================================================

*/
.cms-element-twt-button-teaser .twt-button-teaser-content {
  max-width: 100%;
}
.cms-element-twt-button-teaser .twt-button-teaser-content button, .cms-element-twt-button-teaser .twt-button-teaser-content .btn {
  max-width: 100%;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Breadcrumb"
	==================================================

*/
.cms-element-twt-breadcrumb {
  display: flex;
}
.cms-element-twt-breadcrumb nav[aria-label="breadcrumb"] {
  display: flex;
  align-items: center;
}
.cms-element-twt-breadcrumb nav[aria-label="breadcrumb"] ol.breadcrumb {
  align-items: center;
  margin: 0;
  padding: 0;
}
.cms-element-twt-breadcrumb nav[aria-label="breadcrumb"] .breadcrumb-item {
  display: flex;
}
.cms-element-twt-breadcrumb nav[aria-label="breadcrumb"] .breadcrumb-placeholder {
  display: flex;
}
.cms-element-twt-breadcrumb nav[aria-label="breadcrumb"] .breadcrumb-placeholder svg {
  top: 1px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Call-to-Action"
	==================================================

*/
.cms-element-twt-call-to-action .twt-call-to-action-content.is-styled {
  padding: 20px;
}
.cms-element-twt-call-to-action .twt-call-to-action-content .text a {
  color: var(--twt-link-color);
  text-decoration: underline;
}
.cms-element-twt-call-to-action .twt-call-to-action-content .text a:hover {
  filter: brightness(0.8);
}
.cms-element-twt-call-to-action .twt-call-to-action-content .text > *:last-child {
  margin-bottom: 0 !important;
}
.cms-element-twt-call-to-action .twt-call-to-action-content button, .cms-element-twt-call-to-action .twt-call-to-action-content .btn {
  max-width: 100%;
}
.cms-element-twt-call-to-action .twt-call-to-action-link {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.cms-element-twt-call-to-action .twt-call-to-action-btn {
  margin-top: 2rem;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Classic teaser"
	==================================================

*/
.cms-element-twt-classic-teaser .cms-title-container {
  font-family: "Open Sans";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cms-element-twt-classic-teaser .cms-title-container {
  transition: all 0.25s ease;
}
.cms-element-twt-classic-teaser.is-hover .cms-title-container {
  opacity: 0;
}
.cms-element-twt-classic-teaser.is-hover:hover .cms-title-container {
  opacity: 1;
}
.cms-element-twt-classic-teaser .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #008CBA;
}
@media (min-width: 576px) {
  .cms-element-twt-classic-teaser .overlay {
    transition: all 0.25s ease;
    opacity: 0.9;
  }
}
.cms-element-twt-classic-teaser.is-default .text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 10px 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.cms-element-twt-classic-teaser.is-default .text, .cms-element-twt-classic-teaser.is-effect1 .text, .cms-element-twt-classic-teaser.is-effect2 .text, .cms-element-twt-classic-teaser.is-effect3 .text, .cms-element-twt-classic-teaser.is-effect4 .text, .cms-element-twt-classic-teaser.is-effect5 .text, .cms-element-twt-classic-teaser.is-effect7 .text, .cms-element-twt-classic-teaser.is-effect6 .text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
.cms-element-twt-classic-teaser.is-effect1 .text, .cms-element-twt-classic-teaser.is-effect2 .text, .cms-element-twt-classic-teaser.is-effect3 .text, .cms-element-twt-classic-teaser.is-effect4 .text, .cms-element-twt-classic-teaser.is-effect5 .text, .cms-element-twt-classic-teaser.is-effect7 .text, .cms-element-twt-classic-teaser.is-effect6 .text {
  text-align: center;
}
.cms-element-twt-classic-teaser.is-effect1 .text, .cms-element-twt-classic-teaser.is-effect2 .text {
  color: #000000;
  background: rgba(255, 255, 255, 0.7);
}
.cms-element-twt-classic-teaser.is-effect1 .text .icon, .cms-element-twt-classic-teaser.is-effect2 .text .icon {
  color: #000000;
}
.cms-element-twt-classic-teaser.is-effect1 .text, .cms-element-twt-classic-teaser.is-effect4 .text {
  transition: all 0.2s ease-out;
}
.cms-element-twt-classic-teaser.is-effect1 a:hover .text, .cms-element-twt-classic-teaser.is-effect4 a:hover .text {
  height: 75px;
}
.cms-element-twt-classic-teaser.is-effect1 .text, .cms-element-twt-classic-teaser.is-effect2 .text, .cms-element-twt-classic-teaser.is-effect4 .text {
  line-height: 30px;
  width: 100%;
  height: 40px;
  padding: 5px 25px;
}
.cms-element-twt-classic-teaser.is-effect1 .text.text-start, .cms-element-twt-classic-teaser.is-effect1 .text.text-left, .cms-element-twt-classic-teaser.is-effect2 .text.text-start, .cms-element-twt-classic-teaser.is-effect2 .text.text-left, .cms-element-twt-classic-teaser.is-effect4 .text.text-start, .cms-element-twt-classic-teaser.is-effect4 .text.text-left {
  padding: 5px 25px 5px 15px;
}
.cms-element-twt-classic-teaser.is-effect1 .text .icon, .cms-element-twt-classic-teaser.is-effect2 .text .icon, .cms-element-twt-classic-teaser.is-effect4 .text .icon {
  position: absolute;
  right: 5px;
  transition: all 0.5s ease;
  opacity: 0;
}
.cms-element-twt-classic-teaser.is-effect1 a:hover .text .icon, .cms-element-twt-classic-teaser.is-effect2 a:hover .text .icon, .cms-element-twt-classic-teaser.is-effect4 a:hover .text .icon {
  opacity: 1;
}
.cms-element-twt-classic-teaser.is-effect1 .text, .cms-element-twt-classic-teaser.is-effect2 .text, .cms-element-twt-classic-teaser.is-effect3 .text, .cms-element-twt-classic-teaser.is-effect4 .text, .cms-element-twt-classic-teaser.is-effect5 .text, .cms-element-twt-classic-teaser.is-effect6 .text {
  font-size: 18px;
  font-weight: 600;
}
.cms-element-twt-classic-teaser.is-default .text, .cms-element-twt-classic-teaser.is-effect1 .text, .cms-element-twt-classic-teaser.is-effect2 .text, .cms-element-twt-classic-teaser.is-effect3 .text, .cms-element-twt-classic-teaser.is-effect4 .text, .cms-element-twt-classic-teaser.is-effect5 .text, .cms-element-twt-classic-teaser.is-effect6 .text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cms-element-twt-classic-teaser.is-effect5 .text, .cms-element-twt-classic-teaser.is-effect6 .text {
  line-height: 25px;
  width: auto;
  height: 35px;
  padding: 5px 15px;
  transition: all 0.2s ease-out;
}
.cms-element-twt-classic-teaser.is-effect5 a:hover .text, .cms-element-twt-classic-teaser.is-effect6 a:hover .text {
  line-height: 30px;
  height: 50px;
  padding: 10px 20px;
}
.cms-element-twt-classic-teaser.is-effect1 a:hover .text {
  background: rgba(255, 255, 255, 0.95);
}
.cms-element-twt-classic-teaser.is-effect2 .text {
  transition: all 0.4s ease-out;
}
.cms-element-twt-classic-teaser.is-effect2 a:hover .text {
  background: white;
}
.cms-element-twt-classic-teaser.is-effect3 .text {
  line-height: 25px;
  width: calc(100% - 60px);
  height: 40px;
  margin: 30px;
  padding: 5px 25px;
  transition: all 0.2s ease-out;
  color: #000000;
  border: 2px solid #008555;
  background: rgba(255, 255, 255, 0.3);
}
.cms-element-twt-classic-teaser.is-effect3 .text.text-start, .cms-element-twt-classic-teaser.is-effect3 .text.text-left {
  padding: 5px 15px;
}
.cms-element-twt-classic-teaser.is-effect3 .text .icon {
  position: absolute;
  right: 5px;
  opacity: 0;
  color: #000000;
}
.cms-element-twt-classic-teaser.is-effect3 a:hover .text {
  line-height: 76px;
  height: 100px;
  background: rgba(255, 255, 255, 0.6);
}
.cms-element-twt-classic-teaser.is-effect3 a:hover .text .icon {
  margin-top: 25px;
  opacity: 1;
}
.cms-element-twt-classic-teaser.is-effect4 .text {
  font-style: italic;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
}
.cms-element-twt-classic-teaser.is-effect4 .text .icon {
  color: #ffffff;
}
.cms-element-twt-classic-teaser.is-effect4 a:hover .text {
  background: rgba(0, 0, 0, 0.7);
}
.cms-element-twt-classic-teaser.is-effect5 .text {
  max-width: calc(100% - 15px);
  margin: 0 0 15px 0;
  text-transform: uppercase;
  color: #ffffff;
  background: #21262c;
}
.cms-element-twt-classic-teaser.is-effect5 a:hover .text {
  color: #fff;
  background: #008555;
}
.cms-element-twt-classic-teaser.is-effect6 .text {
  max-width: 100%;
  margin: 0 0 15px 15px;
  color: #008555;
  background: rgba(255, 255, 255, 0.9);
}
.cms-element-twt-classic-teaser.is-effect6 a:hover .text {
  margin: 0;
  background: #73bca2;
}
.cms-element-twt-classic-teaser.is-effect7 .text {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  width: auto;
  height: auto;
  padding: 15px;
  transition: all 0.2s ease-out;
  color: #000000;
  background: rgba(255, 255, 255, 0.8);
}
.cms-element-twt-classic-teaser.is-effect7 a:hover .text {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7);
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Countdown banner"
	==================================================

*/
.cms-element-twt-countdown-banner .twt-countdown-banner-container, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-container {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-image-container, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-image-container {
  background-repeat: no-repeat;
  background-position: center;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-image-container.is-cover, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-image-container.is-cover {
  background-size: cover;
}
@media (min-width: 768px) {
  .cms-element-twt-countdown-banner .twt-countdown-banner-image-container.is-fixed, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-image-container.is-fixed {
    background-attachment: fixed;
  }
}
.cms-element-twt-countdown-banner .twt-countdown-banner-image-container.is-scroll, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-image-container.is-scroll {
  background-attachment: scroll;
}
@supports (-webkit-overflow-scrolling: touch) {
  .cms-element-twt-countdown-banner .twt-countdown-banner-image-container.is-fixed, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-image-container.is-fixed {
    background-attachment: scroll !important;
  }
}
.cms-element-twt-countdown-banner .twt-countdown-banner-content, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-content.justify-content-center, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-content.justify-content-center {
  gap: 0.5rem;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-headline, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-headline {
  line-height: 1;
  margin-bottom: 3px;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-subheadline, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-subheadline {
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-subheadline.h1, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-subheadline.h1 {
  font-size: calc(36px - 3px);
}
.cms-element-twt-countdown-banner .twt-countdown-banner-subheadline.h2, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-subheadline.h2 {
  font-size: calc(28px - 3px);
}
.cms-element-twt-countdown-banner .twt-countdown-banner-subheadline.h3, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-subheadline.h3 {
  font-size: calc(24px - 3px);
}
.cms-element-twt-countdown-banner .twt-countdown-banner-subheadline.h4, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-subheadline.h4 {
  font-size: calc(20px - 3px);
}
.cms-element-twt-countdown-banner .twt-countdown-banner-subheadline.h5, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-subheadline.h5 {
  font-size: calc(16px - 3px);
}
.cms-element-twt-countdown-banner .twt-countdown-banner-subheadline.h6, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-subheadline.h6 {
  font-size: calc(14px - 3px);
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter {
  display: flex;
  margin: 10px 0;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-big-numbers, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-big-numbers {
  gap: 1rem;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  /*
                .twt-countdown-banner-counter-item {
                    position: relative;

                    &:not(:last-child):before,
                    &:not(:last-child):after {
                        content: "";
                        background-color: rgba(255, 255, 255, .3);
                        height: 5px;
                        width: 5px;
                        border-radius: 50%;
                        display: block;
                        position: absolute;
                        right: -1rem;
                    }

                    &:not(:last-child):before {
                        top: 35%;
                    }
                }
                */
}
@media (min-width: 480px) {
  .cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-big-numbers, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-big-numbers {
    flex-direction: row;
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-big-numbers, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-big-numbers {
    gap: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-big-numbers, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-big-numbers {
    gap: 2rem;
  }
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-big-numbers .twt-countdown-banner-counter-item-number, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-big-numbers .twt-countdown-banner-counter-item-number {
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 480px) {
  .cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-big-numbers .twt-countdown-banner-counter-item-number, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-big-numbers .twt-countdown-banner-counter-item-number {
    font-size: 4.25rem;
  }
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-big-numbers .twt-countdown-banner-counter-item-label, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-big-numbers .twt-countdown-banner-counter-item-label {
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-big-numbers .twt-countdown-banner-counter-item-label, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-big-numbers .twt-countdown-banner-counter-item-label {
    font-size: 1.25rem;
  }
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colored-numbers, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colored-numbers {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colored-numbers .twt-countdown-banner-counter-item, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colored-numbers .twt-countdown-banner-counter-item {
  min-width: 90px;
  padding: 5px;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colored-numbers .twt-countdown-banner-counter-item-number, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colored-numbers .twt-countdown-banner-counter-item-number {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 50px;
  width: 100%;
  min-width: 70px;
  min-height: 70px;
  padding: 10px;
  border-radius: 4px;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colored-numbers .twt-countdown-banner-counter-item-label, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colored-numbers .twt-countdown-banner-counter-item-label {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 5px;
  text-transform: uppercase;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colourful-counters, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colourful-counters {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item {
  min-width: 105px;
  min-height: 90px;
  padding: 10px;
  border-radius: 5px;
}
@media (min-width: 480px) {
  .cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item {
    min-width: 115px;
  }
}
@media (min-width: 768px) {
  .cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item {
    min-width: 120px;
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item {
    min-width: 125px;
  }
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item-number, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item-number {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item-label, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item-label {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 5px;
  padding-left: 5px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter-item, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 0.25rem;
}
@media (min-width: 480px) {
  .cms-element-twt-countdown-banner .twt-countdown-banner-counter-item, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter-item {
    gap: 0.5rem;
  }
}
/*
.triangles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    z-index: 1;

    .left {
        position: absolute;
        left: 0;
        height: 100%;
        width: 33.333%;
    }

    .right {
        position: absolute;
        right: 0;
        height: 100%;
        width: 33.333%;
    }

    .triangle {
        position: absolute;
    }

    span {
        position: absolute;
    }
}
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Countdown banner (Compact)"
	==================================================

*/
.cms-element-twt-countdown-banner-compact.twt-break-all .twt-countdown-banner-content {
  flex-direction: row !important;
}
@media (min-width: 480px) {
  .cms-element-twt-countdown-banner-compact.twt-break-all .twt-countdown-banner-content.justify-content-center {
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .cms-element-twt-countdown-banner-compact.twt-break-all .twt-countdown-banner-content.justify-content-center {
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .cms-element-twt-countdown-banner-compact.twt-break-all .twt-countdown-banner-content.justify-content-center {
    gap: 3rem;
  }
}
.cms-element-twt-countdown-banner-compact.twt-break-all .twt-countdown-banner-text {
  text-align: left;
}
@media (min-width: 480px) {
  .cms-element-twt-countdown-banner-compact.twt-break-xs .twt-countdown-banner-content {
    flex-direction: row !important;
  }
  .cms-element-twt-countdown-banner-compact.twt-break-xs .twt-countdown-banner-text {
    text-align: left;
  }
}
@media (min-width: 480px) {
  .cms-element-twt-countdown-banner-compact.twt-break-xs .twt-countdown-banner-content.justify-content-center {
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .cms-element-twt-countdown-banner-compact.twt-break-xs .twt-countdown-banner-content.justify-content-center {
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .cms-element-twt-countdown-banner-compact.twt-break-xs .twt-countdown-banner-content.justify-content-center {
    gap: 3rem;
  }
}
@media (min-width: 576px) {
  .cms-element-twt-countdown-banner-compact.twt-break-sm .twt-countdown-banner-content {
    flex-direction: row !important;
  }
  .cms-element-twt-countdown-banner-compact.twt-break-sm .twt-countdown-banner-text {
    text-align: left;
  }
}
@media (min-width: 480px) {
  .cms-element-twt-countdown-banner-compact.twt-break-sm .twt-countdown-banner-content.justify-content-center {
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .cms-element-twt-countdown-banner-compact.twt-break-sm .twt-countdown-banner-content.justify-content-center {
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .cms-element-twt-countdown-banner-compact.twt-break-sm .twt-countdown-banner-content.justify-content-center {
    gap: 3rem;
  }
}
@media (min-width: 768px) {
  .cms-element-twt-countdown-banner-compact.twt-break-md .twt-countdown-banner-content {
    flex-direction: row !important;
  }
  .cms-element-twt-countdown-banner-compact.twt-break-md .twt-countdown-banner-text {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .cms-element-twt-countdown-banner-compact.twt-break-md .twt-countdown-banner-content.justify-content-center {
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .cms-element-twt-countdown-banner-compact.twt-break-md .twt-countdown-banner-content.justify-content-center {
    gap: 3rem;
  }
}
@media (min-width: 992px) {
  .cms-element-twt-countdown-banner-compact.twt-break-lg .twt-countdown-banner-content {
    flex-direction: row !important;
  }
  .cms-element-twt-countdown-banner-compact.twt-break-lg .twt-countdown-banner-text {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cms-element-twt-countdown-banner-compact.twt-break-lg .twt-countdown-banner-content.justify-content-center {
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .cms-element-twt-countdown-banner-compact.twt-break-lg .twt-countdown-banner-content.justify-content-center {
    gap: 3rem;
  }
}
@media (min-width: 1200px) {
  .cms-element-twt-countdown-banner-compact.twt-break-xl .twt-countdown-banner-content {
    flex-direction: row !important;
  }
  .cms-element-twt-countdown-banner-compact.twt-break-xl .twt-countdown-banner-text {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cms-element-twt-countdown-banner-compact.twt-break-xl .twt-countdown-banner-content.justify-content-center {
    gap: 3rem;
  }
}
@media (min-width: 1440px) {
  .cms-element-twt-countdown-banner-compact.twt-break-xxl .twt-countdown-banner-content {
    flex-direction: row !important;
  }
  .cms-element-twt-countdown-banner-compact.twt-break-xxl .twt-countdown-banner-text {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cms-element-twt-countdown-banner-compact.twt-break-xxl .twt-countdown-banner-content.justify-content-center {
    gap: 3rem;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Discount banner"
	==================================================

*/
.cms-element-twt-discount-banner {
  position: relative;
}
.cms-element-twt-discount-banner .twt-discount-banner-content {
  max-width: inherit;
  text-align: center;
}
.cms-element-twt-discount-banner .twt-discount-banner-content .left {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 6% 6% 3% 6%;
  text-align: center;
  background: var(--twt-bg-color);
}
@media (min-width: 576px) {
  .cms-element-twt-discount-banner .twt-discount-banner-content .left {
    padding: 3%;
  }
}
.cms-element-twt-discount-banner .twt-discount-banner-content .left:after {
  position: absolute;
  z-index: 0;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 30px;
  content: "";
  background: var(--twt-bg-color);
  clip-path: polygon(-1% 0%, 100% 0, 101% 50%, 50% 100%, 0 50%);
}
@media (min-width: 480px) {
  .cms-element-twt-discount-banner .twt-discount-banner-content .left:after {
    bottom: -40px;
    height: 60px;
  }
}
@media (min-width: 576px) {
  .cms-element-twt-discount-banner .twt-discount-banner-content .left:after {
    top: 0;
    right: -40px;
    bottom: inherit !important;
    left: inherit !important;
    width: 50px !important;
    height: 100% !important;
    clip-path: polygon(0 0, 25% -1%, 100% 50%, 25% 101%, 0% 100%) !important;
  }
}
@media (min-width: 992px) {
  .cms-element-twt-discount-banner .twt-discount-banner-content .left:after {
    right: -60px;
    width: 70px !important;
  }
}
@media (min-width: 1440px) {
  .cms-element-twt-discount-banner .twt-discount-banner-content .left:after {
    right: -80px;
    width: 90px !important;
  }
}
.cms-element-twt-discount-banner .twt-discount-banner-content .right {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: calc(6% + 20px) 6% 6%;
  text-align: center;
  gap: 0.25rem;
}
@media (min-width: 480px) {
  .cms-element-twt-discount-banner .twt-discount-banner-content .right {
    padding-top: calc(6% + 40px);
  }
}
@media (min-width: 576px) {
  .cms-element-twt-discount-banner .twt-discount-banner-content .right {
    padding: 3% 3% 3% calc(3% + 40px);
  }
}
@media (min-width: 992px) {
  .cms-element-twt-discount-banner .twt-discount-banner-content .right {
    padding-left: calc(3% + 60px);
  }
}
@media (min-width: 1440px) {
  .cms-element-twt-discount-banner .twt-discount-banner-content .right {
    padding-left: calc(3% + 80px);
  }
}
.cms-element-twt-discount-banner .twt-discount-banner-content .twt-discount-banner-discount {
  font-size: 11vw;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
  margin-bottom: 0;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 576px) {
  .cms-element-twt-discount-banner .twt-discount-banner-content .twt-discount-banner-discount {
    margin-left: 15px;
  }
}
.cms-element-twt-discount-banner .twt-discount-banner-content .twt-discount-banner-title {
  font-size: 5vw;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #ffffff;
}
.cms-element-twt-discount-banner .twt-discount-banner-content .twt-discount-banner-subtitle {
  font-size: 5vw;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #ffffff;
}
.cms-element-twt-discount-banner a.cms-image-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  outline: 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Hero banner"
	==================================================

*/
.cms-element-twt-hero-banner .twt-hero-banner-image-container {
  background-repeat: no-repeat;
  background-position: center center;
}
.cms-element-twt-hero-banner .twt-hero-banner-image-container.is-cover {
  background-size: cover;
}
@media (min-width: 768px) {
  .cms-element-twt-hero-banner .twt-hero-banner-image-container.is-fixed {
    background-attachment: fixed;
  }
}
.cms-element-twt-hero-banner .twt-hero-banner-image-container.is-scroll {
  background-attachment: scroll;
}
@supports (-webkit-overflow-scrolling: touch) {
  .cms-element-twt-hero-banner .twt-hero-banner-image-container.is-fixed {
    background-attachment: scroll !important;
  }
}
.cms-element-twt-hero-banner .twt-hero-banner-content p.subheadline.none {
  margin-bottom: 0;
}
.cms-element-twt-hero-banner .twt-hero-banner-content .text a {
  color: var(--twt-link-color);
  text-decoration: underline;
}
.cms-element-twt-hero-banner .twt-hero-banner-content .text a:hover {
  color: var(--twt-link-color-hover);
}
.cms-element-twt-hero-banner .twt-hero-banner-content .text > *:last-child {
  margin-bottom: 0 !important;
}
.cms-element-twt-hero-banner .twt-hero-banner-content > *:last-child {
  margin-bottom: 0;
}
.cms-element-twt-hero-banner .twt-hero-banner-content.is-styled {
  padding: 20px;
}
.cms-element-twt-hero-banner .twt-hero-banner-btn {
  margin-top: 2rem;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Hero countdown headline"
	==================================================

*/
.cms-element-twt-hero-countdown-headline .twt-hero-countdown-headline-content {
  text-align: center;
}
.cms-element-twt-hero-countdown-headline .twt-hero-countdown-headline-content .headline {
  font-size: 6vw;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Hero slider"
	==================================================

*/
div[class*="cms-block-twt-hero-slider-"] .alert {
  margin: 0;
}
div[class*="cms-block-twt-hero-slider-"]:focus-within .image-slider .base-slider-controls {
  opacity: 1;
}
div[class*="cms-block-twt-hero-slider-"]:not(.flat-controls) .carousel-control-prev span, div[class*="cms-block-twt-hero-slider-"]:not(.flat-controls) .carousel-control-next span {
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.65)) drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.35));
}
div[class*="cms-block-twt-hero-slider-"]:not(.flat-controls) .carousel-indicators button {
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.85));
}
div[class*="cms-block-twt-hero-slider-"].carousel-light .carousel-control-prev:focus-visible, div[class*="cms-block-twt-hero-slider-"].carousel-light .carousel-control-next:focus-visible {
  box-shadow: 0 0 0 0.125rem #000000, 0 0 0 0.25rem #ffffff;
}
div[class*="cms-block-twt-hero-slider-"].carousel-light .carousel-control-prev .icon, div[class*="cms-block-twt-hero-slider-"].carousel-light .carousel-control-next .icon {
  color: #fff;
}
div[class*="cms-block-twt-hero-slider-"].carousel-light .carousel-control-prev .icon:hover, div[class*="cms-block-twt-hero-slider-"].carousel-light .carousel-control-next .icon:hover {
  color: #fff;
}
div[class*="cms-block-twt-hero-slider-"].carousel-light .carousel-indicators button {
  background-color: #fff;
}
div[class*="cms-block-twt-hero-slider-"].carousel-light .carousel-indicators button:hover {
  background-color: #fff;
}
div[class*="cms-block-twt-hero-slider-"].carousel-light .carousel-indicators button.active {
  box-shadow: 0 0 0 0.125rem #000000, 0 0 0 0.25rem #ffffff;
}
div[class*="cms-block-twt-hero-slider-"].carousel-light .carousel-toggle-buttons button {
  --bs-btn-color: #000000;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #ffffff;
}
div[class*="cms-block-twt-hero-slider-"].carousel-light .carousel-toggle-buttons button:focus-visible {
  box-shadow: 0 0 0 0.125rem #000000, 0 0 0 0.25rem #ffffff;
}
div[class*="cms-block-twt-hero-slider-"].carousel-dark .carousel-control-prev:focus-visible, div[class*="cms-block-twt-hero-slider-"].carousel-dark .carousel-control-next:focus-visible {
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #000000;
}
div[class*="cms-block-twt-hero-slider-"].carousel-dark .carousel-control-prev .icon, div[class*="cms-block-twt-hero-slider-"].carousel-dark .carousel-control-next .icon {
  color: #000;
}
div[class*="cms-block-twt-hero-slider-"].carousel-dark .carousel-control-prev .icon:hover, div[class*="cms-block-twt-hero-slider-"].carousel-dark .carousel-control-next .icon:hover {
  color: #000;
}
div[class*="cms-block-twt-hero-slider-"].carousel-dark .carousel-indicators button {
  background-color: #000;
}
div[class*="cms-block-twt-hero-slider-"].carousel-dark .carousel-indicators button:hover {
  background-color: #000;
}
div[class*="cms-block-twt-hero-slider-"].carousel-dark .carousel-indicators button.active {
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #000000;
}
div[class*="cms-block-twt-hero-slider-"].carousel-dark .carousel-toggle-buttons button {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: black;
  --bs-btn-hover-border-color: black;
  --bs-btn-focus-shadow-rgb: 38, 38, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: black;
  --bs-btn-active-border-color: black;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #000000;
  --bs-btn-disabled-border-color: #000000;
}
div[class*="cms-block-twt-hero-slider-"].carousel-dark .carousel-toggle-buttons button:focus-visible {
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #000000;
}
.carousel-toggle-buttons {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 99;
  border-radius: 4px;
}
.carousel-toggle-buttons button {
  --bs-btn-color: #000000;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #ffffff;
}
.carousel-toggle-buttons button:focus-visible {
  box-shadow: 0 0 0 0.125rem #000000, 0 0 0 0.25rem #ffffff;
}
.btn-hidden {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  /* Damit die ausgeblendeten Buttons nicht den Layoutfluss stören */
}
.twt-hero-slider {
  position: relative;
  overflow: hidden;
}
.twt-hero-slider .carousel-control-prev, .twt-hero-slider .carousel-control-next {
  line-height: 45px;
  width: 2rem;
  height: 45px;
  z-index: 2;
  border: 0 !important;
  background-color: transparent !important;
}
.twt-hero-slider .carousel-control-prev .icon, .twt-hero-slider .carousel-control-next .icon {
  transition: opacity 0.3s ease;
  opacity: 0.75;
  color: #fff;
}
.twt-hero-slider .carousel-control-prev:hover .icon, .twt-hero-slider .carousel-control-next:hover .icon {
  opacity: 1;
  color: #fff;
}
.twt-hero-slider .carousel-control-prev:focus-visible, .twt-hero-slider .carousel-control-next:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #000000;
}
.twt-hero-slider .carousel-control-prev {
  left: 1px;
}
.twt-hero-slider .carousel-control-next {
  right: 1px;
}
.twt-hero-slider .carousel-indicators {
  align-items: center;
  margin: 15px 0;
}
.twt-hero-slider .carousel-indicators button {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  background-color: #fff;
  box-shadow: none;
  width: 8px;
  height: 8px;
  padding: 4px;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 50%;
}
.twt-hero-slider .carousel-indicators button:hover {
  background-color: #fff;
  box-shadow: none;
}
.twt-hero-slider .carousel-indicators button.active {
  opacity: 1;
  box-shadow: 0 0 0 0.125rem #000000, 0 0 0 0.25rem #ffffff;
}
.twt-hero-slider-item-container.is-boxed {
  max-width: 1400px;
  margin: 0 auto;
}
.twt-hero-slider-slide .twt-hero-slider-item-content {
  padding: 15px 30px 50px 30px;
}
.twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-content.is-styled {
  padding: 10px;
}
@media (min-width: 480px) {
  .twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-content.is-styled {
    padding: 10px;
  }
}
@media (min-width: 576px) {
  .twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-content.is-styled {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-content.is-styled {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-content.is-styled {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-content.is-styled {
    padding: 25px;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-content.is-styled {
    padding: 30px;
  }
}
.twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-content:not(.is-styled) {
  padding: 0;
}
@media (min-width: 480px) {
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-content.is-styled {
    padding: 10px;
  }
}
@media (min-width: 576px) {
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-content.is-styled {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-content.is-styled {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-content.is-styled {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-content.is-styled {
    padding: 25px;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-content.is-styled {
    padding: 30px;
  }
}
@media (min-width: 480px) {
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-content:not(.is-styled) {
    padding: 0;
  }
}
@media (min-width: 576px) {
  .twt-hero-slider-slide.twt-break-sm .twt-hero-slider-item-content.is-styled {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .twt-hero-slider-slide.twt-break-sm .twt-hero-slider-item-content.is-styled {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .twt-hero-slider-slide.twt-break-sm .twt-hero-slider-item-content.is-styled {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-slide.twt-break-sm .twt-hero-slider-item-content.is-styled {
    padding: 25px;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-slide.twt-break-sm .twt-hero-slider-item-content.is-styled {
    padding: 30px;
  }
}
@media (min-width: 576px) {
  .twt-hero-slider-slide.twt-break-sm .twt-hero-slider-item-content:not(.is-styled) {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .twt-hero-slider-slide.twt-break-md .twt-hero-slider-item-content.is-styled {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .twt-hero-slider-slide.twt-break-md .twt-hero-slider-item-content.is-styled {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-slide.twt-break-md .twt-hero-slider-item-content.is-styled {
    padding: 25px;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-slide.twt-break-md .twt-hero-slider-item-content.is-styled {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .twt-hero-slider-slide.twt-break-md .twt-hero-slider-item-content:not(.is-styled) {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .twt-hero-slider-slide.twt-break-lg .twt-hero-slider-item-content.is-styled {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-slide.twt-break-lg .twt-hero-slider-item-content.is-styled {
    padding: 25px;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-slide.twt-break-lg .twt-hero-slider-item-content.is-styled {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .twt-hero-slider-slide.twt-break-lg .twt-hero-slider-item-content:not(.is-styled) {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-slide.twt-break-xl .twt-hero-slider-item-content.is-styled {
    padding: 25px;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-slide.twt-break-xl .twt-hero-slider-item-content.is-styled {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-slide.twt-break-xl .twt-hero-slider-item-content:not(.is-styled) {
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-slide.twt-break-xxl .twt-hero-slider-item-content.is-styled {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-slide.twt-break-xxl .twt-hero-slider-item-content:not(.is-styled) {
    padding: 0;
  }
}
.twt-hero-slider-item-image-container {
  height: 100%;
  position: relative;
}
.twt-hero-slider-item-image-container .color-overlay {
  z-index: 1;
}
.twt-hero-slider-item-image-container.twt-contain {
  min-height: inherit;
}
.twt-hero-slider-item-image-container.twt-contain img {
  object-fit: contain;
  position: relative;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  height: 100%;
}
.twt-hero-slider-item-image-container.twt-cover {
  min-height: var(--twt-min-height);
}
.twt-hero-slider-item-image-container.twt-cover img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 480px) {
  .twt-hero-slider-item-image-container.twt-contain-xs {
    min-height: inherit;
  }
  .twt-hero-slider-item-image-container.twt-contain-xs img {
    object-fit: contain;
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    height: 100%;
  }
}
@media (min-width: 480px) {
  .twt-hero-slider-item-image-container.twt-cover-xs {
    min-height: var(--twt-min-height);
  }
  .twt-hero-slider-item-image-container.twt-cover-xs img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 576px) {
  .twt-hero-slider-item-image-container.twt-contain-sm {
    min-height: inherit;
  }
  .twt-hero-slider-item-image-container.twt-contain-sm img {
    object-fit: contain;
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    height: 100%;
  }
}
@media (min-width: 576px) {
  .twt-hero-slider-item-image-container.twt-cover-sm {
    min-height: var(--twt-min-height);
  }
  .twt-hero-slider-item-image-container.twt-cover-sm img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  .twt-hero-slider-item-image-container.twt-contain-md {
    min-height: inherit;
  }
  .twt-hero-slider-item-image-container.twt-contain-md img {
    object-fit: contain;
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .twt-hero-slider-item-image-container.twt-cover-md {
    min-height: var(--twt-min-height);
  }
  .twt-hero-slider-item-image-container.twt-cover-md img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 992px) {
  .twt-hero-slider-item-image-container.twt-contain-lg {
    min-height: inherit;
  }
  .twt-hero-slider-item-image-container.twt-contain-lg img {
    object-fit: contain;
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .twt-hero-slider-item-image-container.twt-cover-lg {
    min-height: var(--twt-min-height);
  }
  .twt-hero-slider-item-image-container.twt-cover-lg img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-item-image-container.twt-contain-xl {
    min-height: inherit;
  }
  .twt-hero-slider-item-image-container.twt-contain-xl img {
    object-fit: contain;
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-item-image-container.twt-cover-xl {
    min-height: var(--twt-min-height);
  }
  .twt-hero-slider-item-image-container.twt-cover-xl img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-item-image-container.twt-contain-xxl {
    min-height: inherit;
  }
  .twt-hero-slider-item-image-container.twt-contain-xxl img {
    object-fit: contain;
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    height: 100%;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-item-image-container.twt-cover-xxl {
    min-height: var(--twt-min-height);
  }
  .twt-hero-slider-item-image-container.twt-cover-xxl img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
  }
}
.twt-hero-slider-item-container {
  z-index: 1;
}
.twt-hero-slider-item-container .twt-hero-slider-item-inside {
  position: relative;
}
.twt-hero-slider-item-container .twt-hero-slider-item-inside .twt-hero-slider-item-content {
  animation-delay: 0.4s;
  background-color: var(--twt-bg-color-2);
}
@media (max-width: 575.98px) {
  .twt-hero-slider-item-container .twt-hero-slider-item-inside .twt-hero-slider-item-content {
    max-width: inherit !important;
  }
}
.twt-hero-slider-item-container .twt-hero-slider-item-inside .teaser {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.twt-hero-slider-item-container .twt-hero-slider-item-inside .headline {
  line-height: 1.2;
}
.twt-hero-slider-item-container .twt-hero-slider-item-inside .text a {
  color: var(--twt-link-color);
  text-decoration: underline;
}
.twt-hero-slider-item-container .twt-hero-slider-item-inside .text a:hover {
  filter: brightness(0.8);
}
.twt-hero-slider-item-container .twt-hero-slider-item-inside .text > *:last-child {
  margin-bottom: 0 !important;
}
.twt-hero-slider-item-container .twt-hero-slider-item-inside .text *:last-child {
  margin-bottom: 0 !important;
}
.twt-hero-slider-item-container .twt-hero-slider-item-inside button, .twt-hero-slider-item-container .twt-hero-slider-item-inside .btn {
  margin-top: 2rem;
}
@media (max-width: 479.98px) {
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-content {
    max-width: inherit !important;
    animation: none !important;
    box-shadow: none !important;
  }
  .twt-hero-slider-slide.twt-break-xs div.rounded {
    border-radius: 0 !important;
  }
}
@media (min-width: 480px) {
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-inside {
    display: flex;
    height: 100%;
    margin: 0 auto;
    padding: var(--twt-padding);
  }
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-content {
    background-color: var(--twt-bg-color);
  }
}
@media (max-width: 575.98px) {
  .twt-hero-slider-slide.twt-break-sm .twt-hero-slider-item-content {
    max-width: inherit !important;
    animation: none !important;
    box-shadow: none !important;
  }
  .twt-hero-slider-slide.twt-break-sm div.rounded {
    border-radius: 0 !important;
  }
}
@media (min-width: 576px) {
  .twt-hero-slider-slide.twt-break-sm .twt-hero-slider-item-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  .twt-hero-slider-slide.twt-break-sm .twt-hero-slider-item-inside {
    display: flex;
    height: 100%;
    margin: 0 auto;
    padding: var(--twt-padding);
  }
  .twt-hero-slider-slide.twt-break-sm .twt-hero-slider-item-content {
    background-color: var(--twt-bg-color);
  }
}
@media (max-width: 767.98px) {
  .twt-hero-slider-slide.twt-break-md .twt-hero-slider-item-content {
    max-width: inherit !important;
    animation: none !important;
    box-shadow: none !important;
  }
  .twt-hero-slider-slide.twt-break-md div.rounded {
    border-radius: 0 !important;
  }
}
@media (min-width: 768px) {
  .twt-hero-slider-slide.twt-break-md .twt-hero-slider-item-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  .twt-hero-slider-slide.twt-break-md .twt-hero-slider-item-inside {
    display: flex;
    height: 100%;
    margin: 0 auto;
    padding: var(--twt-padding);
  }
  .twt-hero-slider-slide.twt-break-md .twt-hero-slider-item-content {
    background-color: var(--twt-bg-color);
  }
}
@media (max-width: 991.98px) {
  .twt-hero-slider-slide.twt-break-lg .twt-hero-slider-item-content {
    max-width: inherit !important;
    animation: none !important;
    box-shadow: none !important;
  }
  .twt-hero-slider-slide.twt-break-lg div.rounded {
    border-radius: 0 !important;
  }
}
@media (min-width: 992px) {
  .twt-hero-slider-slide.twt-break-lg .twt-hero-slider-item-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  .twt-hero-slider-slide.twt-break-lg .twt-hero-slider-item-inside {
    display: flex;
    height: 100%;
    margin: 0 auto;
    padding: var(--twt-padding);
  }
  .twt-hero-slider-slide.twt-break-lg .twt-hero-slider-item-content {
    background-color: var(--twt-bg-color);
  }
}
@media (max-width: 1199.98px) {
  .twt-hero-slider-slide.twt-break-xl .twt-hero-slider-item-content {
    max-width: inherit !important;
    animation: none !important;
    box-shadow: none !important;
  }
  .twt-hero-slider-slide.twt-break-xl div.rounded {
    border-radius: 0 !important;
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-slide.twt-break-xl .twt-hero-slider-item-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  .twt-hero-slider-slide.twt-break-xl .twt-hero-slider-item-inside {
    display: flex;
    height: 100%;
    margin: 0 auto;
    padding: var(--twt-padding);
  }
  .twt-hero-slider-slide.twt-break-xl .twt-hero-slider-item-content {
    background-color: var(--twt-bg-color);
  }
}
@media (max-width: 1439.98px) {
  .twt-hero-slider-slide.twt-break-xxl .twt-hero-slider-item-content {
    max-width: inherit !important;
    animation: none !important;
    box-shadow: none !important;
  }
  .twt-hero-slider-slide.twt-break-xxl div.rounded {
    border-radius: 0 !important;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-slide.twt-break-xxl .twt-hero-slider-item-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  .twt-hero-slider-slide.twt-break-xxl .twt-hero-slider-item-inside {
    display: flex;
    height: 100%;
    margin: 0 auto;
    padding: var(--twt-padding);
  }
  .twt-hero-slider-slide.twt-break-xxl .twt-hero-slider-item-content {
    background-color: var(--twt-bg-color);
  }
}
.twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
}
.twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-inside {
  display: flex;
  height: 100%;
  margin: 0 auto;
  padding: var(--twt-padding);
}
.twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-content {
  background-color: var(--twt-bg-color);
}
.twt-hero-slider-slide.twt-break-none .twt-hero-slider-item-content {
  max-width: inherit !important;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Hero teaser"
	==================================================

*/
.cms-element-twt-hero-teaser .twt-hero-teaser-content.is-styled {
  padding: 20px;
}
.cms-element-twt-hero-teaser .twt-hero-teaser-content .headline.none {
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 600;
}
@media (min-width: 1200px) {
  .cms-element-twt-hero-teaser .twt-hero-teaser-content .headline.none {
    font-size: 1.75rem;
  }
}
.cms-element-twt-hero-teaser .twt-hero-teaser-content .text a {
  color: var(--twt-link-color);
  text-decoration: underline;
}
.cms-element-twt-hero-teaser .twt-hero-teaser-content .text a:hover {
  filter: brightness(0.8);
}
.cms-element-twt-hero-teaser .twt-hero-teaser-content .text > *:last-child {
  margin-bottom: 0 !important;
}
.cms-element-twt-hero-teaser .twt-hero-teaser-content button, .cms-element-twt-hero-teaser .twt-hero-teaser-content .btn {
  max-width: 100%;
}
.cms-element-twt-hero-teaser .twt-hero-teaser-link {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.cms-element-twt-hero-teaser .twt-hero-teaser-btn {
  margin-top: 2rem;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Hover box"
	==================================================

*/
/* @TODO:
 * [ ] Add font styling and sizing
 * [ ] Fix for backdrop-filter ? (translate.. > top/left/bottom/right)
 */
.cms-element-twt-hover-box .cms-image-link {
  width: 100%;
}
.cms-element-twt-hover-box .twt-hover-box-image-container img {
  transition: all 0.4s ease-in-out;
}
.cms-element-twt-hover-box .twt-hover-box-container {
  transition: all 0.4s ease-in-out;
}
.cms-element-twt-hover-box .twt-hover-box-content {
  width: 100%;
}
.cms-element-twt-hover-box .twt-hover-box-content .text a {
  color: var(--twt-link-color);
  text-decoration: underline;
}
.cms-element-twt-hover-box .twt-hover-box-content .text a:hover {
  filter: brightness(0.8);
}
.cms-element-twt-hover-box .twt-hover-box-content .text > *:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 576px) {
  .cms-element-twt-hover-box.twt-fade-in .twt-hover-box-container {
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-fade-in .twt-hover-box-image-container:hover .twt-hover-box-container {
    opacity: 1;
  }
  .cms-element-twt-hover-box.twt-fade-out .twt-hover-box-container {
    opacity: 1;
  }
  .cms-element-twt-hover-box.twt-fade-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-slide-up .twt-hover-box-container {
    transform: translateY(100.1%);
  }
  .cms-element-twt-hover-box.twt-slide-up .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-slide-up-out .twt-hover-box-container {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-slide-up-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateY(-100.1%);
  }
  .cms-element-twt-hover-box.twt-slide-right .twt-hover-box-container {
    transform: translateX(-100.1%);
  }
  .cms-element-twt-hover-box.twt-slide-right .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-slide-right-out .twt-hover-box-container {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-slide-right-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateX(100.1%);
  }
  .cms-element-twt-hover-box.twt-slide-down .twt-hover-box-container {
    transform: translateY(-100.1%);
  }
  .cms-element-twt-hover-box.twt-slide-down .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-slide-down-out .twt-hover-box-container {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-slide-down-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateY(100.1%);
  }
  .cms-element-twt-hover-box.twt-slide-left .twt-hover-box-container {
    transform: translateX(100.1%);
  }
  .cms-element-twt-hover-box.twt-slide-left .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-slide-left-out .twt-hover-box-container {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-slide-left-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateX(-100.1%);
  }
  .cms-element-twt-hover-box.twt-push-up .twt-hover-box-image-container .cms-image {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-push-up .twt-hover-box-container {
    transform: translateY(100.1%);
  }
  .cms-element-twt-hover-box.twt-push-up .twt-hover-box-image-container:hover img {
    transform: translateY(-100.1%);
  }
  .cms-element-twt-hover-box.twt-push-up .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-push-up-out .twt-hover-box-image-container .cms-image {
    transform: translateY(100.1%);
  }
  .cms-element-twt-hover-box.twt-push-up-out .twt-hover-box-container {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-push-up-out .twt-hover-box-image-container:hover img {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-push-up-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateY(-100.1%);
  }
  .cms-element-twt-hover-box.twt-push-right .twt-hover-box-image-container .cms-image {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-push-right .twt-hover-box-container {
    transform: translateX(-100.1%);
  }
  .cms-element-twt-hover-box.twt-push-right .twt-hover-box-image-container:hover img {
    transform: translateX(100.1%);
  }
  .cms-element-twt-hover-box.twt-push-right .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-push-right-out .twt-hover-box-image-container .cms-image {
    transform: translateX(-100.1%);
  }
  .cms-element-twt-hover-box.twt-push-right-out .twt-hover-box-container {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-push-right-out .twt-hover-box-image-container:hover img {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-push-right-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateX(100.1%);
  }
  .cms-element-twt-hover-box.twt-push-down .twt-hover-box-image-container .cms-image {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-push-down .twt-hover-box-container {
    transform: translateY(-100.1%);
  }
  .cms-element-twt-hover-box.twt-push-down .twt-hover-box-image-container:hover img {
    transform: translateY(100.1%);
  }
  .cms-element-twt-hover-box.twt-push-down .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-push-down-out .twt-hover-box-image-container .cms-image {
    transform: translateY(-100.1%);
  }
  .cms-element-twt-hover-box.twt-push-down-out .twt-hover-box-container {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-push-down-out .twt-hover-box-image-container:hover img {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-push-down-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateY(100.1%);
  }
  .cms-element-twt-hover-box.twt-push-left .twt-hover-box-image-container .cms-image {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-push-left .twt-hover-box-container {
    transform: translateX(100.1%);
  }
  .cms-element-twt-hover-box.twt-push-left .twt-hover-box-image-container:hover img {
    transform: translateX(-100.1%);
  }
  .cms-element-twt-hover-box.twt-push-left .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-push-left-out .twt-hover-box-image-container .cms-image {
    transform: translateX(100.1%);
  }
  .cms-element-twt-hover-box.twt-push-left-out .twt-hover-box-container {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-push-left-out .twt-hover-box-image-container:hover img {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-push-left-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateX(-100.1%);
  }
  .cms-element-twt-hover-box.twt-hinge-up .twt-hover-box-image-container .cms-image {
    transform-origin: 50% 0;
  }
  .cms-element-twt-hover-box.twt-hinge-up .twt-hover-box-container {
    transform: rotateX(90deg);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-up .twt-hover-box-image-container:hover img {
    transform: rotateX(-90deg);
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-up .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: rotateX(0);
    opacity: 1;
  }
  .cms-element-twt-hover-box.twt-hinge-up-out .twt-hover-box-image-container .cms-image {
    transform: rotateX(90deg);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-up-out .twt-hover-box-container {
    transform-origin: 50% 0;
  }
  .cms-element-twt-hover-box.twt-hinge-up-out .twt-hover-box-image-container:hover img {
    transform: rotateX(0);
    opacity: 1;
  }
  .cms-element-twt-hover-box.twt-hinge-up-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: rotateX(-90deg);
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-right .twt-hover-box-image-container .cms-image {
    transform-origin: 100% 50%;
  }
  .cms-element-twt-hover-box.twt-hinge-right .twt-hover-box-container {
    transform: rotateY(90deg);
    transform-origin: 0 50%;
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-right .twt-hover-box-image-container:hover img {
    transform: rotateY(-90deg);
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-right .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: rotateY(0);
    opacity: 1;
  }
  .cms-element-twt-hover-box.twt-hinge-right-out .twt-hover-box-image-container .cms-image {
    transform: rotateY(90deg);
    transform-origin: 0 50%;
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-right-out .twt-hover-box-container {
    transform-origin: 100% 50%;
  }
  .cms-element-twt-hover-box.twt-hinge-right-out .twt-hover-box-image-container:hover img {
    transform: rotateY(0);
    opacity: 1;
  }
  .cms-element-twt-hover-box.twt-hinge-right-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: rotateY(-90deg);
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-down .twt-hover-box-image-container .cms-image {
    transform-origin: 50% 100%;
  }
  .cms-element-twt-hover-box.twt-hinge-down .twt-hover-box-container {
    transform: rotateX(-90deg);
    transform-origin: 50% -50%;
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-down .twt-hover-box-image-container:hover img {
    transform: rotateX(90deg);
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-down .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: rotateX(0);
    opacity: 1;
  }
  .cms-element-twt-hover-box.twt-hinge-down-out .twt-hover-box-image-container .cms-image {
    transform: rotateX(-90deg);
    transform-origin: 50% -50%;
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-down-out .twt-hover-box-container {
    transform-origin: 50% 100%;
  }
  .cms-element-twt-hover-box.twt-hinge-down-out .twt-hover-box-image-container:hover img {
    transform: rotateX(0);
    opacity: 1;
  }
  .cms-element-twt-hover-box.twt-hinge-down-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: rotateX(90deg);
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-left .twt-hover-box-image-container .cms-image {
    transform-origin: 0 50%;
  }
  .cms-element-twt-hover-box.twt-hinge-left .twt-hover-box-container {
    transform: rotateY(-90deg);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-left .twt-hover-box-image-container:hover img {
    transform: rotateY(90deg);
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-left .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: rotateY(0);
    opacity: 1;
  }
  .cms-element-twt-hover-box.twt-hinge-left-out .twt-hover-box-image-container .cms-image {
    transform: rotateY(-90deg);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-left-out .twt-hover-box-container {
    transform-origin: 0 50%;
  }
  .cms-element-twt-hover-box.twt-hinge-left-out .twt-hover-box-image-container:hover img {
    transform: rotateY(0);
    opacity: 1;
  }
  .cms-element-twt-hover-box.twt-hinge-left-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: rotateY(90deg);
    opacity: 0;
  }
  .cms-element-twt-hover-box[class*="twt-hinge-"] .twt-hover-box-image-container {
    perspective: 900px;
  }
}
.cms-element-twt-hover-box .content {
  position: relative;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Hover teaser"
	==================================================

*/
/* @TODO:
 * [ ] Avoid hover effect on touch devices
 */
.cms-element-twt-hover-teaser img {
  opacity: 0.3;
}
.cms-element-twt-hover-teaser .color-overlay {
  transition: opacity 0.35s;
  opacity: 0;
}
.cms-element-twt-hover-teaser .title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.cms-element-twt-hover-teaser .title span {
  font-weight: 700;
}
.cms-element-twt-hover-teaser .subtitle {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.cms-element-twt-hover-teaser.effect-chloe .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 100px);
  transform: translate(-50%, -50%);
}
.cms-element-twt-hover-teaser.effect-chloe .text {
  text-align: center;
}
.cms-element-twt-hover-teaser.effect-chloe .title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.cms-element-twt-hover-teaser.effect-chloe.is-hover img {
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(1.12);
}
.cms-element-twt-hover-teaser.effect-chloe.is-hover .content-container::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  border: 2px solid #ffffff;
}
.cms-element-twt-hover-teaser.effect-chloe.is-hover .content-container::before {
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(1.1);
  opacity: 0;
}
.cms-element-twt-hover-teaser.effect-chloe.is-hover .content-container::before {
  z-index: 1;
  pointer-events: none;
}
.cms-element-twt-hover-teaser.effect-chloe.is-hover a:hover img {
  transform: scale(1);
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-chloe.is-hover a:hover .content-container::before {
  transform: scale(1);
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-chloe.is-hover a:hover .color-overlay {
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-chloe.is-hover.has-subtitle .title {
  transition: transform 0.35s;
}
.cms-element-twt-hover-teaser.effect-chloe.is-hover.has-subtitle .subtitle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate(-50%, 10%) scale(1.25);
  opacity: 0;
}
.cms-element-twt-hover-teaser.effect-chloe.is-hover.has-subtitle a:hover .title {
  transform: translate3d(-50%, -110%, 0);
}
.cms-element-twt-hover-teaser.effect-chloe.is-hover.has-subtitle a:hover .subtitle {
  transform: translate(-50%, 10%) scale(1);
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-holly .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.cms-element-twt-hover-teaser.effect-holly .text {
  text-align: left;
}
.cms-element-twt-hover-teaser.effect-holly .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  transform: translate3d(0, -30px, 0);
  text-align: left;
}
.cms-element-twt-hover-teaser.effect-holly.is-hover img {
  transition: opacity 0.35s, transform 0.35s;
}
.cms-element-twt-hover-teaser.effect-holly.is-hover .content::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  transition: transform 0.35s;
  transform: translate3d(0, 10px, 0);
  background: #ffffff;
}
.cms-element-twt-hover-teaser.effect-holly.is-hover .title {
  transition: transform 0.35s;
}
.cms-element-twt-hover-teaser.effect-holly.is-hover a:hover img {
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-holly.is-hover a:hover .color-overlay {
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-holly.is-hover a:hover .content::before {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-holly.is-hover a:hover .title {
  transform: translate3d(0, 0, 0);
}
.cms-element-twt-hover-teaser.effect-eve .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 100px);
  transform: translate(-50%, -50%);
}
.cms-element-twt-hover-teaser.effect-eve .text {
  text-align: center;
}
.cms-element-twt-hover-teaser.effect-eve.is-hover img {
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(1.12);
}
.cms-element-twt-hover-teaser.effect-eve.is-hover .content-container::before {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: "";
  box-shadow: 0 0 0 11px white;
}
.cms-element-twt-hover-teaser.effect-eve.is-hover .content-container::before {
  transition: transform 0.35s;
  transform: scale3d(1.2, 1.2, 1.2);
}
.cms-element-twt-hover-teaser.effect-eve.is-hover .content-container::before {
  z-index: 1;
  pointer-events: none;
}
.cms-element-twt-hover-teaser.effect-eve.is-hover .title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.cms-element-twt-hover-teaser.effect-eve.is-hover a:hover img {
  transform: scale(1);
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-eve.is-hover a:hover .content-container::before {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-eve.is-hover a:hover .color-overlay {
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-eve.is-hover.has-subtitle .title {
  transition: transform 0.35s;
}
.cms-element-twt-hover-teaser.effect-eve.is-hover.has-subtitle .subtitle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate(-50%, 10%) scale(1.25);
  opacity: 0;
}
.cms-element-twt-hover-teaser.effect-eve.is-hover.has-subtitle a:hover .title {
  transform: translate3d(-50%, -110%, 0);
}
.cms-element-twt-hover-teaser.effect-eve.is-hover.has-subtitle a:hover .subtitle {
  transform: translate(-50%, 10%) scale(1);
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-luna .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  padding: 30px;
}
.cms-element-twt-hover-teaser.effect-luna .text {
  text-align: left;
}
.cms-element-twt-hover-teaser.effect-luna .title {
  margin: 0;
  transform: translate3d(0, 40px, 0);
}
.cms-element-twt-hover-teaser.effect-luna.is-hover img {
  width: calc(100% + 50px) !important;
  max-width: none;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-40px, 0, 0);
}
.cms-element-twt-hover-teaser.effect-luna.is-hover a:hover img {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-luna.is-hover a:hover .color-overlay {
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-luna.is-hover.has-subtitle .title {
  transition: transform 0.35s;
}
.cms-element-twt-hover-teaser.effect-luna.is-hover.has-subtitle .subtitle {
  margin-top: 0.5rem;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, 40px, 0);
  opacity: 0;
}
.cms-element-twt-hover-teaser.effect-luna.is-hover.has-subtitle a:hover .title {
  transform: translate3d(0, 0, 0);
}
.cms-element-twt-hover-teaser.effect-luna.is-hover.has-subtitle a:hover .subtitle {
  transition-delay: 0.05s;
  transition-duration: 0.35s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-mia .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 100px);
  transform: translate(-50%, -50%);
}
.cms-element-twt-hover-teaser.effect-mia .text {
  text-align: center;
}
.cms-element-twt-hover-teaser.effect-mia .title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.cms-element-twt-hover-teaser.effect-mia.is-hover img {
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(1.12);
}
.cms-element-twt-hover-teaser.effect-mia.is-hover .content-container::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.25);
}
.cms-element-twt-hover-teaser.effect-mia.is-hover .content-container::before {
  transition: opacity 0.35s, transform 0.35s;
  transform: scale3d(1.4, 1.4, 1);
  opacity: 0;
}
.cms-element-twt-hover-teaser.effect-mia.is-hover .content-container::before {
  z-index: 1;
  pointer-events: none;
}
.cms-element-twt-hover-teaser.effect-mia.is-hover a:hover img {
  transform: scale(1);
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-mia.is-hover a:hover .content-container::before {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-mia.is-hover a:hover .color-overlay {
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-mia.is-hover.has-subtitle .title {
  transition: transform 0.35s;
}
.cms-element-twt-hover-teaser.effect-mia.is-hover.has-subtitle .subtitle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate(-50%, 10%) scale(1.25);
  opacity: 0;
}
.cms-element-twt-hover-teaser.effect-mia.is-hover.has-subtitle a:hover .title {
  transform: translate3d(-50%, -110%, 0);
}
.cms-element-twt-hover-teaser.effect-mia.is-hover.has-subtitle a:hover .subtitle {
  transform: translate(-50%, 10%) scale(1);
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-mila .text {
  text-align: right;
}
.cms-element-twt-hover-teaser.effect-mila .title {
  position: absolute;
  top: 30px;
  left: 30px;
  width: calc(100% - 60px);
  padding: 10px 0;
  transform: translate3d(0, 20px, 0);
}
.cms-element-twt-hover-teaser.effect-mila.is-hover img {
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(1.12);
}
.cms-element-twt-hover-teaser.effect-mila.is-hover a:hover img {
  transform: scale(1);
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-mila.is-hover a:hover .color-overlay {
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-mila.is-hover.has-subtitle .title {
  overflow: visible !important;
  transition: transform 0.35s;
}
.cms-element-twt-hover-teaser.effect-mila.is-hover.has-subtitle .title::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, 40px, 0);
  opacity: 0;
  background: #ffffff;
}
.cms-element-twt-hover-teaser.effect-mila.is-hover.has-subtitle .subtitle {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 60px);
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, 100%, 0);
  opacity: 0;
}
.cms-element-twt-hover-teaser.effect-mila.is-hover.has-subtitle a:hover .title {
  transform: translate3d(0, 0, 0);
}
.cms-element-twt-hover-teaser.effect-mila.is-hover.has-subtitle a:hover .title::after {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-mila.is-hover.has-subtitle a:hover .subtitle {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-olivia .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 100px);
  transform: translate(-50%, -50%);
}
.cms-element-twt-hover-teaser.effect-olivia .text {
  text-align: center;
}
.cms-element-twt-hover-teaser.effect-olivia .title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.cms-element-twt-hover-teaser.effect-olivia.is-hover img {
  transition: opacity 0.35s, transform 0.35s;
}
.cms-element-twt-hover-teaser.effect-olivia.is-hover .content-container::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  border: 2px solid #ffffff;
}
.cms-element-twt-hover-teaser.effect-olivia.is-hover .content-container::before {
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(0);
  opacity: 0;
}
.cms-element-twt-hover-teaser.effect-olivia.is-hover .content-container::before {
  z-index: 1;
  pointer-events: none;
}
.cms-element-twt-hover-teaser.effect-olivia.is-hover a:hover img {
  transform: scale(1.12);
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-olivia.is-hover a:hover .content-container::before {
  transform: scale(1);
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-olivia.is-hover a:hover .color-overlay {
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-olivia.is-hover.has-subtitle .title {
  transition: transform 0.35s;
}
.cms-element-twt-hover-teaser.effect-olivia.is-hover.has-subtitle .subtitle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate(-50%, 10%) scale(0);
  opacity: 0;
}
.cms-element-twt-hover-teaser.effect-olivia.is-hover.has-subtitle a:hover .title {
  transform: translate3d(-50%, -110%, 0);
}
.cms-element-twt-hover-teaser.effect-olivia.is-hover.has-subtitle a:hover .subtitle {
  transform: translate(-50%, 10%) scale(1);
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-ruby .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 100px);
  transform: translate(-50%, -50%);
}
.cms-element-twt-hover-teaser.effect-ruby .text {
  text-align: left;
}
.cms-element-twt-hover-teaser.effect-ruby.is-hover img {
  width: calc(100% + 50px) !important;
  max-width: none;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-40px, 0, 0);
}
.cms-element-twt-hover-teaser.effect-ruby.is-hover .content-container::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  border: 2px solid #ffffff;
}
.cms-element-twt-hover-teaser.effect-ruby.is-hover .content-container::before {
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-20px, 0, 0);
  opacity: 0;
}
.cms-element-twt-hover-teaser.effect-ruby.is-hover .content-container::before {
  z-index: 1;
  pointer-events: none;
}
.cms-element-twt-hover-teaser.effect-ruby.is-hover .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
}
.cms-element-twt-hover-teaser.effect-ruby.is-hover a:hover img {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-ruby.is-hover a:hover .content-container::before {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-ruby.is-hover a:hover .color-overlay {
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-ruby.is-hover.has-subtitle .title {
  transition: transform 0.35s;
}
.cms-element-twt-hover-teaser.effect-ruby.is-hover.has-subtitle .subtitle {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate(-10px, 10%);
  opacity: 0;
}
.cms-element-twt-hover-teaser.effect-ruby.is-hover.has-subtitle a:hover .title {
  transform: translate3d(0, -110%, 0);
}
.cms-element-twt-hover-teaser.effect-ruby.is-hover.has-subtitle a:hover .subtitle {
  transform: translate(0, 10%);
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-sophie .content {
  padding: 30px;
}
.cms-element-twt-hover-teaser.effect-sophie .text {
  text-align: left;
}
.cms-element-twt-hover-teaser.effect-sophie .title {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
}
.cms-element-twt-hover-teaser.effect-sophie.is-hover img {
  width: calc(100% + 20px) !important;
  max-width: none;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-20px, 0, 0);
  backface-visibility: hidden;
}
.cms-element-twt-hover-teaser.effect-sophie.is-hover .title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  transition: transform 0.35s;
  transform: translate3d(-101%, 0, 0);
  background: #ffffff;
}
.cms-element-twt-hover-teaser.effect-sophie.is-hover a:hover img {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-sophie.is-hover a:hover .color-overlay {
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-sophie.is-hover a:hover .title::after {
  transform: translate3d(0, 0, 0);
}
.cms-element-twt-hover-teaser.effect-sophie.is-hover.has-subtitle .subtitle {
  padding-top: 0.5rem;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.cms-element-twt-hover-teaser.effect-sophie.is-hover.has-subtitle a:hover .subtitle {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-stella .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cms-element-twt-hover-teaser.effect-stella .text {
  text-align: center;
}
.cms-element-twt-hover-teaser.effect-stella .title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 30px;
  transform: translate3d(0, -50%, 0);
}
.cms-element-twt-hover-teaser.effect-stella.is-hover img {
  transition: opacity 0.35s, transform 0.35s;
}
.cms-element-twt-hover-teaser.effect-stella.is-hover a:hover img {
  transform: scale(1.12);
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-stella.is-hover a:hover .color-overlay {
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-stella.is-hover.has-subtitle .title {
  transition: transform 0.35s, color 0.35s;
}
.cms-element-twt-hover-teaser.effect-stella.is-hover.has-subtitle .subtitle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 30px;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, 10px, 0);
  opacity: 0;
}
.cms-element-twt-hover-teaser.effect-stella.is-hover.has-subtitle a:hover .title {
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
.cms-element-twt-hover-teaser.effect-stella.is-hover.has-subtitle a:hover .subtitle {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.cms-element-twt-hover-teaser .twt-hover-teaser-content {
  z-index: 1;
}
.cms-element-twt-hover-teaser .twt-hover-teaser-content p.title.default {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.cms-element-twt-hover-teaser .twt-hover-teaser-content p.title.none {
  margin-bottom: 0;
}
.cms-element-twt-hover-teaser .twt-hover-teaser-content p.subtitle.none {
  margin-bottom: 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Image banner"
	==================================================

*/
.cms-element-twt-image-banner .twt-image-banner-image-container {
  background-repeat: no-repeat;
  background-position: center;
}
.cms-element-twt-image-banner .twt-image-banner-image-container.is-cover {
  background-size: cover;
}
@media (min-width: 768px) {
  .cms-element-twt-image-banner .twt-image-banner-image-container.is-fixed {
    background-attachment: fixed;
  }
}
.cms-element-twt-image-banner .twt-image-banner-image-container.is-scroll {
  background-attachment: scroll;
}
@supports (-webkit-overflow-scrolling: touch) {
  .cms-element-twt-image-banner .twt-image-banner-image-container.is-fixed {
    background-attachment: scroll !important;
  }
}
.cms-element-twt-image-banner .twt-image-banner-content.is-styled {
  padding: 20px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Image gallery"
	==================================================

*/
@media (min-width: 992px) {
  .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-container {
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -5px;
    /*
                &.grid-4 {
                    .twt-image-gallery-grid-item {
                        margin: 0 5px 10px 5px;
                        width: calc(33.33% - 10px);

                        &:first-of-type {
                            width: 100%;
                        }
                    }
                }
                */
    /*
                &.grid-5 {
                    .twt-image-gallery-grid-item {
                        margin: 0 5px 10px 5px;
                        width: calc(33.33% - 10px);

                        &:first-of-type {
                            width: calc(50% - 10px);
                        }

                        &:nth-child(2) {
                            width: calc(50% - 10px);
                        }
                    }
                }
                */
    /*
                &.grid-6 {
                    .twt-image-gallery-grid-item {
                        margin: 0 5px 10px 5px;
                        width: calc(33.33% - 10px);
                    }
                }
                */
    /*
                &.grid-7 {
                    .twt-image-gallery-grid-item {
                        margin: 0 5px 10px 5px;
                        width: calc(25% - 10px);
                    }
                }
                */
    /*
                &.grid-8 {
                    .twt-image-gallery-grid-item {
                        margin: 0 5px 10px 5px;
                        width: calc(25% - 10px);

                        &:first-of-type {
                            width: calc(50% - 10px);
                        }
                    }
                }
                */
  }
  .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-container.grid-1 .twt-image-gallery-grid-item {
    width: 100%;
    margin: 0 5px 10px 5px;
  }
  .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-container.grid-2 .twt-image-gallery-grid-item {
    width: calc(50% - 10px);
    margin: 0 5px 10px 5px;
  }
  .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-container.grid-2 .twt-image-gallery-grid-item:first-of-type {
    width: 100%;
  }
  .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-container.grid-3 .twt-image-gallery-grid-item {
    width: calc(50% - 10px);
    margin: 0 5px 10px 5px;
  }
  .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-item {
    display: flex;
  }
  .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-item video, .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-item img {
    width: 100%;
  }
  .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-item video[role="button"], .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-item img[role="button"] {
    cursor: default !important;
  }
  .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-item.min-height {
    position: relative;
    display: block;
    max-width: 100%;
    height: 100%;
    cursor: default;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-item.min-height video, .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-item.min-height img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    object-fit: cover;
  }
  .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-item.is-cover video, .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-item.is-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-item.is-contain video, .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-item.is-contain img {
    margin: auto;
    object-fit: contain;
  }
  .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-item .alert {
    align-self: center;
    height: fit-content;
  }
  .cms-element-twt-image-gallery-grid .gallery-slider-single-image img {
    width: 100%;
  }
  .cms-element-twt-image-gallery-grid .gallery-slider-thumbnails-container {
    position: sticky;
    transition: top 0.3s;
    top: 30px;
  }
}
.twt-image-gallery-grid {
  /* @TODO: Change curser if fullscreen is configured (also consider the default slider) */
  /*
        &[data-twt-image-gallery-grid-fullscreen="true"] .twt-image-gallery-grid-item {
            cursor: -webkit-zoom-in;
            cursor: -moz-zoom-in;
            cursor: zoom-in;
        }
        */
  /* Info "Dots": Im modal benötigt, muss aber nicht sichtbar sein */
}
.twt-image-gallery-grid[data-twt-image-gallery-grid-dots="false"] .base-slider-dots {
  display: none;
}
@media (min-width: 992px) {
  /* Info "Arrows": Mobil und im Modal sichtbar */
  /* Info: Thumbnails ... @TODO */
  .twt-image-gallery-grid[data-twt-image-gallery-grid-controls="false"] .gallery-slider .gallery-slider-controls {
    display: none;
  }
  .twt-image-gallery-grid[data-twt-image-gallery-grid-thumbnails="false"] .gallery-slider-thumbnails-col {
    display: none;
  }
}
.is-ctl-product.is-sticky-nav-main:not(.modal-open) .cms-element-twt-image-gallery-grid .gallery-slider-thumbnails-container {
  top: 80px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Image teaser"
	==================================================

*/
.cms-element-twt-image-teaser .twt-image-teaser-content.is-styled {
  padding: 20px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Image & text layered"
	==================================================

*/
/* @TODO:
 * [ ] ...
 */
.cms-element-twt-image-text-layered {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.cms-element-twt-image-text-layered.is-standard {
  margin: 0px 20px;
}
.cms-element-twt-image-text-layered .twt-image-text-layered-container {
  position: relative;
  height: 100%;
}
.cms-element-twt-image-text-layered .twt-image-text-layered-container .cms-image {
  display: block;
  max-width: 100%;
}
.cms-element-twt-image-text-layered .twt-image-text-layered-container.is-standard .cms-image {
  height: auto;
}
.cms-element-twt-image-text-layered .twt-image-text-layered-container.is-stretch {
  width: 100%;
}
.cms-element-twt-image-text-layered .twt-image-text-layered-container.is-stretch .cms-image {
  width: 100%;
  height: auto;
}
.cms-element-twt-image-text-layered .twt-image-text-layered-container.is-cover {
  position: relative;
  width: 100%;
  height: 100%;
}
.cms-element-twt-image-text-layered .twt-image-text-layered-container.is-cover .cms-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cms-element-twt-image-text-layered .twt-image-text-layered-image-container {
  position: relative;
  width: 100%;
  margin: 20px;
}
.cms-element-twt-image-text-layered .twt-image-text-layered-content-container {
  position: relative;
  width: 100%;
  padding: 20px;
}
.cms-element-twt-image-text-layered .twt-image-text-layered-content {
  padding: 20px;
}
.cms-element-twt-image-text-layered .twt-image-text-layered-content .text a {
  color: var(--twt-link-color);
  text-decoration: underline;
}
.cms-element-twt-image-text-layered .twt-image-text-layered-content .text a:hover {
  filter: brightness(0.8);
}
.cms-element-twt-image-text-layered .twt-image-text-layered-content .text > *:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 575.98px) {
  .cms-element-twt-image-text-layered.is-standard .twt-image-text-layered-container {
    width: calc(100% + 80px);
    margin: 0 -40px;
  }
  .cms-element-twt-image-text-layered.is-inside .twt-image-text-layered-container {
    width: calc(100% + 40px);
    margin: 0px -20px;
  }
  .cms-element-twt-image-text-layered .twt-image-text-layered-container {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  .cms-element-twt-image-text-layered .twt-image-text-layered-content {
    margin-top: -90px;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media (min-width: 576px) {
  .cms-element-twt-image-text-layered.is-standard .twt-image-text-layered-container {
    width: calc(100% + 40px);
  }
  .cms-element-twt-image-text-layered.is-standard.is-reverse .twt-image-text-layered-container {
    margin: 25px 0 25px -40px;
  }
  .cms-element-twt-image-text-layered.is-standard:not(.is-reverse) .twt-image-text-layered-container {
    margin: 25px -40px 25px 0;
  }
  .cms-element-twt-image-text-layered.is-reverse .twt-image-text-layered-container {
    flex-direction: row;
  }
  .cms-element-twt-image-text-layered.is-reverse .twt-image-text-layered-content {
    margin-left: -80px;
  }
  .cms-element-twt-image-text-layered:not(.is-reverse) .twt-image-text-layered-container {
    flex-direction: row-reverse;
  }
  .cms-element-twt-image-text-layered:not(.is-reverse) .twt-image-text-layered-content {
    margin-right: -80px;
  }
  .cms-element-twt-image-text-layered .twt-image-text-layered-container {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .cms-element-twt-image-text-layered.is-standard .twt-image-text-layered-image-container {
    flex-basis: calc(50% + 20px);
    max-width: calc(50% + 20px);
  }
  .cms-element-twt-image-text-layered.is-standard .twt-image-text-layered-content-container {
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .cms-element-twt-image-text-layered.is-inside .twt-image-text-layered-container {
    width: 100%;
    margin: 25px 0;
  }
  .cms-element-twt-image-text-layered.is-inside .twt-image-text-layered-image-container {
    flex-basis: 50%;
    max-width: 50%;
  }
  .cms-element-twt-image-text-layered.is-inside .twt-image-text-layered-content-container {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .cms-element-twt-image-text-layered.is-inside .twt-image-text-layered-container {
    width: 100%;
    margin: 40px 0;
  }
  .cms-element-twt-image-text-layered .twt-image-text-layered-image-container {
    flex-basis: 60%;
    max-width: 60%;
  }
  .cms-element-twt-image-text-layered .twt-image-text-layered-content-container {
    flex-basis: 40%;
    max-width: 40%;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Listing subcategories (Hero)"
	==================================================
    see also "extensions/_listing-subcategories-hero.scss"

    - Available as cms element: .cms-element-twt-listing-subcategories-hero
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Modern teaser"
	==================================================

*/
.cms-element-twt-modern-teaser .twt-modern-teaser-content {
  max-width: 100%;
}
.cms-element-twt-modern-teaser .twt-modern-teaser-text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  display: inline-block;
  max-width: 100%;
  padding: 10px 12px;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}
.cms-element-twt-modern-teaser p {
  margin-bottom: 0;
}
.cms-element-twt-modern-teaser .text {
  position: relative;
  transition: all 0.25s;
}
.cms-element-twt-modern-teaser .text span:not(.icon) {
  position: relative;
  display: inline-block;
  max-width: 100%;
  transition: all 0.25s ease;
}
.cms-element-twt-modern-teaser .text .icon {
  position: absolute;
  top: 50%;
  right: -20px;
  transition: all 0.25s ease;
  transform: translateY(-50%);
  opacity: 0;
  color: inherit;
}
.cms-element-twt-modern-teaser .text .icon svg {
  top: 1px;
}
@media (min-width: 576px) {
  .cms-element-twt-modern-teaser a:hover .text {
    margin-right: 0;
  }
  .cms-element-twt-modern-teaser a:hover .text span:not(.icon) {
    padding-right: 12px;
  }
  .cms-element-twt-modern-teaser a:hover .text .icon {
    right: 5px;
    opacity: 1;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Parallax banner"
	==================================================

*/
.cms-element-twt-parallax-banner .twt-parallax-banner-image-container {
  background-repeat: no-repeat;
  background-position: center center;
}
.cms-element-twt-parallax-banner .twt-parallax-banner-image-container.is-cover {
  background-size: cover;
}
@media (min-width: 768px) {
  .cms-element-twt-parallax-banner .twt-parallax-banner-image-container.is-fixed {
    background-attachment: fixed;
  }
}
.cms-element-twt-parallax-banner .twt-parallax-banner-image-container.is-scroll {
  background-attachment: scroll;
}
@supports (-webkit-overflow-scrolling: touch) {
  .cms-element-twt-parallax-banner .twt-parallax-banner-image-container.is-fixed {
    background-attachment: scroll !important;
  }
}
.cms-element-twt-parallax-banner .twt-parallax-banner-content > *:last-child {
  margin-bottom: 0 !important;
}
.cms-element-twt-parallax-banner .twt-parallax-banner-content.is-styled {
  padding: 20px;
}
.cms-element-twt-parallax-banner .twt-parallax-banner-content p.title.default {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.cms-element-twt-parallax-banner .twt-parallax-banner-content p.title.none {
  margin-bottom: 0;
}
.cms-element-twt-parallax-banner .twt-parallax-banner-content p.subtitle.none {
  margin-bottom: 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Product description & reviews (Accordion)"
	==================================================

*/
.twt-product-description-reviews .accordion-button {
  --bs-accordion-bg: rgba(0, 0, 0, 0);
  --bs-accordion-active-bg: rgba(0, 0, 0, 0);
  font-size: 20px;
  font-weight: 600;
  padding: 5px 0;
}
.twt-product-description-reviews .accordion-button:focus-visible {
  box-shadow: 0 0 0 0.125rem #F5F5F5, 0 0 0 0.25rem #008555 !important;
}
.twt-product-description-reviews .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-btn-color);
}
.twt-product-description-reviews .accordion-body {
  padding-right: 0;
  padding-left: 0;
}
.twt-product-description-reviews .list-item {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #eaeaf0;
}
.twt-product-description-reviews .list-item:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}
.twt-product-description-reviews .list-header {
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  color: var(--bs-heading-color);
}
.twt-product-description-reviews .product-detail-properties-container div {
  width: 100%;
}
.twt-product-description-reviews .twt-product-detail-description-subheadline {
  font-size: 20px;
  font-weight: 600;
  margin-top: 1.5rem;
}
.product-detail-buy .twt-product-description-reviews .accordion-button {
  font-size: 1.125rem;
}
.product-detail-buy .twt-product-description-reviews .list-item {
  margin-top: 2rem;
  border: 0;
}
.product-detail-buy .twt-product-description-reviews .list-header {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  color: var(--bs-heading-color);
}
.product-detail-buy .twt-product-description-reviews .product-detail-review-content .col-sm-4 {
  width: 100%;
}
.product-detail-buy .twt-product-description-reviews .twt-product-detail-description-subheadline {
  font-size: 1.125rem;
  margin-top: 1.5rem;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Circle teaser"
	==================================================

*/
.cms-element-twt-round-teaser .twt-round-teaser-container {
  z-index: 1;
}
.cms-element-twt-round-teaser .twt-round-teaser-text {
  line-height: 1.25rem;
  display: inline-block;
  max-width: 100%;
  padding: 10px 12px;
  border-radius: 2px;
}
.cms-element-twt-round-teaser p {
  margin-bottom: 0;
}
.cms-element-twt-round-teaser .twt-round-teaser-image-container {
  border-radius: 9999px;
}
.cms-element-twt-round-teaser .twt-round-teaser-image-container img {
  border-radius: 9999px;
}
@media (min-width: 576px) {
  .cms-element-twt-round-teaser.is-hover .content:not(.fade-out), .cms-element-twt-round-teaser.is-hover .overlay:not(.fade-out) {
    opacity: 0;
  }
  .cms-element-twt-round-teaser.is-hover .content.fade-out, .cms-element-twt-round-teaser.is-hover .overlay.fade-out {
    opacity: 1;
  }
  .cms-element-twt-round-teaser.is-hover .overlay {
    transition: all 0.3s ease-in-out 0.1s;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.25s;
    animation-fill-mode: both;
  }
  .cms-element-twt-round-teaser.is-hover .content {
    transition: all 0.25s ease-in-out;
    animation-duration: 0.25s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
  }
  .cms-element-twt-round-teaser.is-hover:hover .cms-content-container .content:not(.fade-out), .cms-element-twt-round-teaser.is-hover:hover .cms-content-container .overlay:not(.fade-out) {
    opacity: 1;
  }
  .cms-element-twt-round-teaser.is-hover:hover .cms-content-container .content:not(.fade-out).fade-in-up, .cms-element-twt-round-teaser.is-hover:hover .cms-content-container .overlay:not(.fade-out).fade-in-up {
    animation-name: cmsOverlaySlideInUp;
  }
  .cms-element-twt-round-teaser.is-hover:hover .cms-content-container .content:not(.fade-out).fade-in-right, .cms-element-twt-round-teaser.is-hover:hover .cms-content-container .overlay:not(.fade-out).fade-in-right {
    animation-name: cmsOverlaySlideInRight;
  }
  .cms-element-twt-round-teaser.is-hover:hover .cms-content-container .content:not(.fade-out).fade-in-down, .cms-element-twt-round-teaser.is-hover:hover .cms-content-container .overlay:not(.fade-out).fade-in-down {
    animation-name: cmsOverlaySlideInDown;
  }
  .cms-element-twt-round-teaser.is-hover:hover .cms-content-container .content:not(.fade-out).fade-in-left, .cms-element-twt-round-teaser.is-hover:hover .cms-content-container .overlay:not(.fade-out).fade-in-left {
    animation-name: cmsOverlaySlideInLeft;
  }
  .cms-element-twt-round-teaser.is-hover:hover .cms-content-container .content:not(.fade-out).zoom-in, .cms-element-twt-round-teaser.is-hover:hover .cms-content-container .overlay:not(.fade-out).zoom-in {
    animation-name: cmsOverlayZoomIn;
  }
  .cms-element-twt-round-teaser.is-hover:hover .cms-content-container .content.fade-out, .cms-element-twt-round-teaser.is-hover:hover .cms-content-container .overlay.fade-out {
    opacity: 0;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Testimonial"
	==================================================

*/
.cms-element-twt-testimonial {
  position: relative;
  width: 100%;
  height: 100%;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 50%;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container span {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 50%;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container .is-default {
  background-color: #939393;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-a, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-m, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-y {
  background-color: #efd31a;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-b, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-n, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-z {
  background-color: #f4ae1a;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-c, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-o {
  background-color: #f36b28;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-d, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-p {
  background-color: #ef4924;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-e, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-q {
  background-color: #ee2f44;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-f, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-r {
  background-color: #ec468b;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-g, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-s {
  background-color: #b856a1;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-h, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-t {
  background-color: #915ba6;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-i, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-u {
  background-color: #518bc9;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-j, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-v {
  background-color: #27beb6;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-k, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-w {
  background-color: #67bf6b;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-l, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-x {
  background-color: #a1cd49;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-a, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-m, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-y {
  background-color: #f7e49a;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-b, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-n, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-z {
  background-color: #fece79;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-c, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-o {
  background-color: #f8a656;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-d, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-p {
  background-color: #f48170;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-e, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-q {
  background-color: #f38193;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-f, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-r {
  background-color: #f391bc;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-g, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-s {
  background-color: #e4b7d5;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-h, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-t {
  background-color: #8b8bc3;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-i, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-u {
  background-color: #94cae3;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-j, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-v {
  background-color: #a0d9d9;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-k, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-w {
  background-color: #97d1a9;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-l, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-x {
  background-color: #cae089;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-a, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-m, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-y {
  background-color: #1a1333;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-b, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-n, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-z {
  background-color: #3d4062;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-c, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-o {
  background-color: #045459;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-d, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-p {
  background-color: #087353;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-e, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-q {
  background-color: #15c286;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-f, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-r {
  background-color: #abd96d;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-g, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-s {
  background-color: #fbbf54;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-h, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-t {
  background-color: #ee6b3b;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-i, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-u {
  background-color: #ec0f47;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-j, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-v {
  background-color: #a02c5d;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-k, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-w {
  background-color: #700460;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-l, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-x {
  background-color: #022c7a;
}
.cms-element-twt-testimonial .twt-testimonial-image-container {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 50%;
}
.cms-element-twt-testimonial .twt-testimonial-image-container img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.cms-element-twt-testimonial .twt-testimonial-content-container {
  display: flex;
  flex-direction: column;
  margin-top: -10px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cms-element-twt-testimonial .twt-testimonial-content {
  margin-top: 15px;
}
.cms-element-twt-testimonial .twt-testimonial-content .name {
  font-weight: 600;
  position: relative;
  display: block;
  margin-bottom: 0;
}
.cms-element-twt-testimonial .twt-testimonial-content .rating {
  position: relative;
  display: block;
  margin-top: 10px;
  cursor: default;
}
.cms-element-twt-testimonial .twt-testimonial-content .rating.is-badge {
  font-size: 14px;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 50px;
}
.cms-element-twt-testimonial .twt-testimonial-content .rating.is-badge .icon {
  width: 12px;
  height: 12px;
  margin-left: 3px;
  color: inherit;
}
.cms-element-twt-testimonial .twt-testimonial-content .rating.is-badge .icon svg {
  top: 1px;
}
.cms-element-twt-testimonial .twt-testimonial-review {
  font-size: 1rem;
  position: relative;
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
}
.cms-element-twt-testimonial .twt-testimonial-review p {
  margin-bottom: 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Text teaser"
	==================================================

*/
.cms-element-twt-text-teaser .twt-text-teaser-content p.title.default {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.cms-element-twt-text-teaser .twt-text-teaser-content p.title.none {
  margin-bottom: 0;
}
.cms-element-twt-text-teaser .twt-text-teaser-content p.subtitle.none {
  margin-bottom: 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Text teaser (decorated)"
	==================================================

*/
.cms-element-twt-text-teaser-decorated .twt-text-teaser-decorated-container {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.cms-element-twt-text-teaser-decorated .twt-text-teaser-decorated-content .title {
  text-align: left;
}
.cms-element-twt-text-teaser-decorated .twt-text-teaser-decorated-content .title span {
  display: inline;
  padding: 0.5rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.cms-element-twt-text-teaser-decorated .twt-text-teaser-decorated-content p.title.default {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.cms-element-twt-text-teaser-decorated .twt-text-teaser-decorated-content p.title.none {
  margin-bottom: 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Widget 'Footernav' (footer specific styling)
	==================================================

    see 'themeware/widgets/_footernav.scss' for general styling
*/
.footer-column-footernav ul li a {
  color: #333333;
  text-transform: none;
}
.footer-column-footernav ul li a:hover {
  color: #008555;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Widget 'Hotline' (footer specific styling)
	==================================================

    see 'themeware/widgets/_hotline.scss' for general styling
*/
.footer-column-hotline {
  /*
    .footer-contact-link {
        text-decoration: underline;
    }
    */
}
.footer-column-hotline .footer-contact-hotline {
  font-size: 16px;
  font-size: 1rem;
}
.footer-column-hotline .footer-contact-hotline a[href^="tel:"] {
  font-size: 20px;
  font-size: 1.25rem;
}
.footer-column-hotline .footer-contact-form {
  font-size: 16px;
  font-size: 1rem;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Widget 'Newsletter' (footer specific styling)
	==================================================

    see 'themeware/widgets/_newsletter.scss' for general styling
*/
.footer-column-newsletter form {
  display: flex;
  align-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer-column-newsletter form .form-group {
  text-align: left;
}
.footer-column-newsletter form .form-group .form-label {
  color: inherit;
}
.footer-column-newsletter form .form-group input {
  text-align: left;
}
.footer-column-newsletter form .form-required-label {
  color: inherit !important;
}
.footer-column-newsletter form .invalid-feedback {
  background-color: #ffffff;
  padding: 10px;
}
.footer-column-newsletter form .form-content {
  width: 100%;
}
.footer-column-newsletter form .form-content .twt-form-newsletter-email-submit {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.footer-column-newsletter form .form-content .twt-form-newsletter-email-submit .col-12, .footer-column-newsletter form .form-content .twt-form-newsletter-email-submit .b2b-shopping-list-table__header-name.js-multiple-selection {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  /*
                    width: calc(100% - 80px);
                    max-width: 320px;
                    padding-left: 0;
                    padding-right: 0;
                    */
}
.footer-column-newsletter form .form-content .twt-form-newsletter-email-submit .col-12 .form-group, .footer-column-newsletter form .form-content .twt-form-newsletter-email-submit .b2b-shopping-list-table__header-name.js-multiple-selection .form-group {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.footer-column-newsletter form .form-content .twt-form-newsletter-email-submit .col-12 .form-label, .footer-column-newsletter form .form-content .twt-form-newsletter-email-submit .b2b-shopping-list-table__header-name.js-multiple-selection .form-label {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  border: 0;
}
.footer-column-newsletter form .form-content input.form-control {
  color: #333333;
  border-color: #ffffff;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #ffffff;
}
.footer-column-newsletter form .form-content input.form-control:focus {
  box-shadow: 0 0 0 0.125rem #000000, 0 0 0 0.25rem #ffffff;
}
.footer-column-newsletter form .form-content button.btn-primary {
  color: #ffffff;
  border-color: #008555;
  width: 80px;
  display: flex;
  justify-content: center;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #008555;
}
.footer-column-newsletter form .form-content button.btn-primary .icon {
  color: #ffffff;
}
.footer-column-newsletter form .form-content button.btn-primary .icon > svg {
  top: 0;
}
.footer-column-newsletter form .form-content button.btn-primary:hover {
  color: #ffffff;
  border-color: #005537;
  background-color: #005537;
}
.footer-column-newsletter form .form-content button.btn-primary:hover .icon {
  color: #ffffff;
}
.footer-column-newsletter form .form-content button.btn-primary:focus {
  box-shadow: 0 0 0 0.125rem #000000, 0 0 0 0.25rem #ffffff;
}
.footer-column-newsletter form .form-content .twt-form-newsletter-privacy > div:not([class]) {
  display: none;
}
.footer-column-newsletter form .form-content .twt-form-newsletter-privacy .form-check {
  text-align: center;
}
.footer-column-newsletter form .form-content .twt-form-newsletter-privacy input.form-check-input {
  float: none;
  margin-right: 0.25rem;
}
.footer-column-newsletter form .form-content .twt-form-newsletter-privacy label.custom-control-label {
  display: inline;
}
.footer-column-newsletter form .form-content .twt-form-newsletter-privacy button.btn-link-inline:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.125rem #000000, 0 0 0 0.25rem #ffffff;
}
.footer-column-newsletter form .form-content .form-text {
  color: inherit;
}
.footer-column-newsletter form .form-content .privacy-notice {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  margin-top: 1rem;
}
.footer-column-newsletter form .form-content .privacy-notice .form-check-input {
  float: none;
}
.footer-column-newsletter form .form-content .privacy-notice .form-check-label {
  padding-top: 3px;
  padding-bottom: 2px;
}
.footer-column-newsletter form .form-content .form-group {
  margin-bottom: 0;
}
.footer-column-newsletter form .form-content .form-check-input:focus ~ .form-check-label::before, .footer-column-newsletter form .form-content .form-check-input ~ .form-check-label::before {
  top: 3px;
}
.footer-column-newsletter form .form-content .form-check-input:focus ~ .form-check-label::after, .footer-column-newsletter form .form-content .form-check-input ~ .form-check-label::after {
  top: 3px;
}
/*
  _             _______ _____    _____                             _   _
 | |           |__   __/ ____|  |_   _|                           | | (_)
 | |__  _   _     | | | |   ______| |  _ __  _ __   _____   ____ _| |_ _  ___  _ __  ___
 | '_ \| | | |    | | | |  |______| | | '_ \| '_ \ / _ \ \ / / _` | __| |/ _ \| '_ \/ __|
 | |_) | |_| |    | | | |____    _| |_| | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_ __/ \__, |    |_|  \_____|  |_____|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
         __/ |
        |___/
*/
#footerColumns .footer-column-newsletter form {
  /*
            .form-content {
                input.form-control {
                    // tag:a11y - Improved accessabillty
                    &:focus {
                        @if (lightness($twt-footer-columns-background-color) > 60%) {
                            box-shadow: $twt-focus-ring-box-shadow;
                        } @else {
                            box-shadow: $twt-focus-ring-box-shadow-light;
                        }
                    }
                }

                button.btn-primary {
                    // tag:a11y - Improved accessabillty
                    &:focus {
                        @if (lightness($twt-footer-columns-background-color) > 60%) {
                            box-shadow: $twt-focus-ring-box-shadow;
                        } @else {
                            box-shadow: $twt-focus-ring-box-shadow-light;
                        }
                    }
                }

                button.btn-link-inline {
                    // tag:a11y - Improved accessabillty
                    &:focus-visible {
                        outline: 0;
                        @if (lightness($twt-footer-columns-background-color) > 60%) {
                            box-shadow: $twt-focus-ring-box-shadow;
                        } @else {
                            box-shadow: $twt-focus-ring-box-shadow-light;
                        }
                    }
                }
            }
            */
}
#footerColumns .footer-column-newsletter .basic-captcha .form-label {
  text-align: left;
  color: #333333;
}
#footerColumnsTop .footer-column-newsletter form {
  /*
            .form-content {
                input.form-control {
                    // tag:a11y - Improved accessabillty
                    &:focus {
                        @if (lightness($twt-footer-columns-top-background-color) > 60%) {
                            box-shadow: $twt-focus-ring-box-shadow;
                        } @else {
                            box-shadow: $twt-focus-ring-box-shadow-light;
                        }
                    }
                }

                button.btn-primary {
                    // tag:a11y - Improved accessabillty
                    &:focus {
                        @if (lightness($twt-footer-columns-top-background-color) > 60%) {
                            box-shadow: $twt-focus-ring-box-shadow;
                        } @else {
                            box-shadow: $twt-focus-ring-box-shadow-light;
                        }
                    }
                }

                button.btn-link-inline {
                    // tag:a11y - Improved accessabillty
                    &:focus-visible {
                        outline: 0;
                        @if (lightness($twt-footer-columns-top-background-color) > 60%) {
                            box-shadow: $twt-focus-ring-box-shadow;
                        } @else {
                            box-shadow: $twt-focus-ring-box-shadow-light;
                        }
                    }
                }
            }
            */
}
#footerColumnsTop .footer-column-newsletter .basic-captcha .form-label {
  text-align: left;
  color: #6F6F6F;
}
#footerColumnsBottom .footer-column-newsletter form {
  /*
            .form-content {
                input.form-control {
                    // tag:a11y - Improved accessabillty
                    &:focus {
                        @if (lightness($twt-footer-columns-bottom-background-color) > 60%) {
                            box-shadow: $twt-focus-ring-box-shadow;
                        } @else {
                            box-shadow: $twt-focus-ring-box-shadow-light;
                        }
                    }
                }

                button.btn-primary {
                    // tag:a11y - Improved accessabillty
                    &:focus {
                        @if (lightness($twt-footer-columns-bottom-background-color) > 60%) {
                            box-shadow: $twt-focus-ring-box-shadow;
                        } @else {
                            box-shadow: $twt-focus-ring-box-shadow-light;
                        }
                    }
                }

                button.btn-link-inline {
                    // tag:a11y - Improved accessabillty
                    &:focus-visible {
                        outline: 0;
                        @if (lightness($twt-footer-columns-bottom-background-color) > 60%) {
                            box-shadow: $twt-focus-ring-box-shadow;
                        } @else {
                            box-shadow: $twt-focus-ring-box-shadow-light;
                        }
                    }
                }
            }
            */
}
#footerColumnsBottom .footer-column-newsletter .basic-captcha .form-label {
  text-align: left;
  color: #333333;
}
.footer-column-newsletter .basic-captcha {
  margin-right: 0;
  margin-left: 0;
}
.footer-column-newsletter .basic-captcha .form-group.col-md-4, .footer-column-newsletter .basic-captcha .is-act-checkoutregisterpage .checkout .form-group.checkout-aside, .is-act-checkoutregisterpage .checkout .footer-column-newsletter .basic-captcha .form-group.checkout-aside {
  flex: 0 0 100%;
  max-width: 400px;
  padding-right: 0;
  padding-left: 0;
}
.footer-column-newsletter .captcha-google-re-captcha-v2 .grecaptcha-v2-container div {
  width: auto !important;
}
.footer-column-newsletter .captcha-google-re-captcha-v3 .grecaptcha-protection-information {
  font-size: smaller;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: iOS fixes
    ==================================================
    Contains specific browser fixes which are only applied in iOS.
*/
html.is-ios {
  /* Set form inputs to have a font-size of 1rem (16px) or larger
     * to prevent iOS Safari from automatically zooming in when tapped.
     */
}
html.is-ios .form-control:not(.form-control-sm):not(.form-control-lg) {
  font-size: 16px;
}
html.is-ios .form-control.form-control-sm {
  font-size: 14px;
}
html.is-ios .form-control.form-control-lg {
  font-size: 20px;
}
html.is-ios .form-select {
  font-size: 16px;
}
/*html.is-iphone {}*/
/*html.is-ipad {}*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: 'Shopware Commercial' / 'B2B-Suite > B2B Components' (Evolve, Beyond)
    ==================================================

*/
/*
Override variable defaults
==================================================
This file is used to override default SCSS variables from the Shopware Storefront or Bootstrap.

Because of the !default flags, theme variable overrides have to be declared beforehand.
https://getbootstrap.com/docs/4.0/getting-started/theming/#variable-defaults
*/
body {
  --bs-body-font-size: 16px;
}
.btn {
  --bs-btn-font-size: 16px;
  --bs-btn-font-weight: 700;
}
h1, .h1 {
  font-size: 28px;
}
h2, .h2 {
  font-size: 21px;
}
h3, .h3 {
  font-size: 18px;
}
.configurator-page .product-wishlist {
  display: none !important;
}
.configurator-page .cms-block-gallery-buybox .cms-block-container .cms-block-container-row .product-detail-media {
  display: none;
}
.configurator-page .cms-block-gallery-buybox .cms-block-container .cms-block-container-row .product-detail-buy {
  width: 100%;
}
.configurator-page .cms-block-gallery-buybox .cms-block-container .cms-block-container-row .product-detail-buy .wishlist-compare {
  display: none;
}
@media (min-width: 992px) {
  .configurator-page .cms-block-gallery-buybox .cms-block-container .cms-block-container-row .product-detail-buy .fbk-left {
    width: 75%;
    float: left;
  }
  .configurator-page .cms-block-gallery-buybox .cms-block-container .cms-block-container-row .product-detail-buy .fbk-right {
    width: 22%;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px 20px 20px 20px;
    border: 1px solid #abb0b3;
    overflow: visible;
  }
  .configurator-page .cms-block-gallery-buybox .cms-block-container .cms-block-container-row .product-detail-buy .fbk-right .configurator-summary-heading .neonConfigurator__field__form .neonConfigurator__field__labelGroup .neonConfigurator__field__label {
    color: #008555;
    text-transform: uppercase;
  }
}
.configurator-page .cms-block-gallery-buybox .cms-block-container .cms-block-container-row .product-detail-buy .neonConfigurator {
  background-color: unset;
  border: unset;
  padding: unset;
}
.configurator-page .cms-block-gallery-buybox .cms-block-container .cms-block-container-row .product-detail-buy .neonConfigurator .neonConfigurator__group {
  background-color: white;
}
.configurator-page .cms-block-gallery-buybox .cms-block-container .cms-block-container-row .product-detail-buy .neonConfigurator .neonConfigurator__group .neonConfigurator__group__header {
  pointer-events: none;
  background-color: unset;
  color: #008555;
  padding: 15px 10px;
}
.configurator-page .cms-block-gallery-buybox .cms-block-container .cms-block-container-row .product-detail-buy .neonConfigurator .neonConfigurator__group .neonConfigurator__group__header .neonConfigurator__group__header__close {
  display: none;
}
.configurator-page .cms-block-gallery-buybox .cms-block-container .cms-block-container-row .product-detail-buy .neonConfigurator .neonConfigurator__group .neonConfigurator__group__content {
  display: block;
}
.configurator-page .cms-block-gallery-buybox .cms-block-container .cms-block-container-row .product-detail-buy .neonConfigurator .neonConfigurator__group .neonConfigurator__group__content .neonConfigurator__field--number .neonConfigurator__field__form, .configurator-page .cms-block-gallery-buybox .cms-block-container .cms-block-container-row .product-detail-buy .neonConfigurator .neonConfigurator__group .neonConfigurator__group__content .neonConfigurator__field--select-dropdown .neonConfigurator__field__form, .configurator-page .cms-block-gallery-buybox .cms-block-container .cms-block-container-row .product-detail-buy .neonConfigurator .neonConfigurator__group .neonConfigurator__group__content .neonConfigurator__field--select-list .neonConfigurator__field__form {
  display: flex;
  align-items: center;
  margin: 0 0 50px 0;
}
.configurator-page .cms-block-gallery-buybox .cms-block-container .cms-block-container-row .product-detail-buy .neonConfigurator .neonConfigurator__group .neonConfigurator__group__content .neonConfigurator__field--number .neonConfigurator__field__form .neonConfigurator__field__labelGroup, .configurator-page .cms-block-gallery-buybox .cms-block-container .cms-block-container-row .product-detail-buy .neonConfigurator .neonConfigurator__group .neonConfigurator__group__content .neonConfigurator__field--select-dropdown .neonConfigurator__field__form .neonConfigurator__field__labelGroup, .configurator-page .cms-block-gallery-buybox .cms-block-container .cms-block-container-row .product-detail-buy .neonConfigurator .neonConfigurator__group .neonConfigurator__group__content .neonConfigurator__field--select-list .neonConfigurator__field__form .neonConfigurator__field__labelGroup {
  height: 100%;
  width: 300px;
}
.configurator-page .cms-block-gallery-buybox .cms-block-container .cms-block-container-row .product-detail-buy .neonConfigurator .neonConfigurator__group .neonConfigurator__group__content .neonConfigurator__field--number .neonConfigurator__field__form .neonConfigurator__field__input, .configurator-page .cms-block-gallery-buybox .cms-block-container .cms-block-container-row .product-detail-buy .neonConfigurator .neonConfigurator__group .neonConfigurator__group__content .neonConfigurator__field--select-dropdown .neonConfigurator__field__form .neonConfigurator__field__input, .configurator-page .cms-block-gallery-buybox .cms-block-container .cms-block-container-row .product-detail-buy .neonConfigurator .neonConfigurator__group .neonConfigurator__group__content .neonConfigurator__field--select-list .neonConfigurator__field__form .neonConfigurator__field__input {
  width: 300px;
}
.configurator-page .cms-block-gallery-buybox .cms-block-container .cms-block-container-row .product-detail-buy .neonConfigurator .neonConfigurator__group .neonConfigurator__field--select-list .neonConfiguratorListField__values {
  flex-direction: row;
}
.configurator-page .cms-block-gallery-buybox .cms-block-container .cms-block-container-row .product-detail-buy .neonConfigurator .neonConfigurator__group .neonConfigurator__group__content .neonConfigurator__field--number .neonConfigurator__field__form .neonConfigurator__field__input .form-control, .configurator-page .cms-block-gallery-buybox .cms-block-container .cms-block-container-row .product-detail-buy .neonConfigurator .neonConfigurator__group .neonConfigurator__group__content .neonConfigurator__field--number .neonConfigurator__field__form .neonConfigurator__field__input .form-select, .configurator-page .cms-block-gallery-buybox .cms-block-container .cms-block-container-row .product-detail-buy .neonConfigurator .neonConfigurator__group .neonConfigurator__group__content .neonConfigurator__field--select-dropdown .neonConfigurator__field__form .neonConfigurator__field__input .form-control, .configurator-page .cms-block-gallery-buybox .cms-block-container .cms-block-container-row .product-detail-buy .neonConfigurator .neonConfigurator__group .neonConfigurator__group__content .neonConfigurator__field--select-dropdown .neonConfigurator__field__form .neonConfigurator__field__input .form-select, .configurator-page .cms-block-gallery-buybox .cms-block-container .cms-block-container-row .product-detail-buy .neonConfigurator .neonConfigurator__group .neonConfigurator__group__content .neonConfigurator__field--select-list .neonConfigurator__field__form .neonConfigurator__field__input .form-control, .configurator-page .cms-block-gallery-buybox .cms-block-container .cms-block-container-row .product-detail-buy .neonConfigurator .neonConfigurator__group .neonConfigurator__group__content .neonConfigurator__field--select-list .neonConfigurator__field__form .neonConfigurator__field__input .form-select {
  background-color: white;
}
.configurator-page .cms-block-gallery-buybox .cms-block-container .cms-block-container-row .product-detail-buy .js-apple-pay-container {
  justify-content: flex-start;
  margin-bottom: 10px;
  order: 1;
}
@media (min-width: 992px) {
  .configurator-page .noclear {
    clear: none !important;
  }
  .configurator-page .product-detail-price {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    font-size: 16px;
    font-weight: 700;
    color: #008555;
  }
  .configurator-page .product-detail-price-unit {
    display: none;
  }
  .configurator-page .product-detail-tax {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2px;
  }
  .configurator-page .product-detail-tax a {
    color: #727272;
    text-decoration: none;
  }
  .configurator-page .neonConfigurator__field__value {
    font-size: 14px;
  }
  .configurator-page .conf-combine {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: max-content;
    float: left;
    height: max-content;
    clear: left;
    font-size: 14px !important;
  }
  .configurator-page .conf-combine .neonConfigurator__field__label {
    font-weight: normal !important;
    font-size: 14px;
  }
  .configurator-page .conf-combine .neonConfigurator__field__value {
    font-size: 14px;
  }
  .configurator-page .conf-combine.conf-multiline {
    width: max-content;
    float: unset;
    height: auto;
    align-items: end;
    max-width: 100%;
  }
  .configurator-page .conf-combine.conf-multiline .neonConfigurator__field__form .neonConfigurator__field__labelGroup {
    margin-bottom: -10px;
  }
  .configurator-page .conf-combined-title {
    display: block;
    width: 100%;
    float: left;
    clear: right;
  }
  .configurator-page .conf-combined-title .neonConfigurator__field__label__inlineContent {
    color: #008555;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .configurator-page .conf-combined-title .neonConfigurator__field__input, .configurator-page .conf-combined-title .neonConfigurator__infoLink__wrapper--empty {
    display: none;
  }
}
.configurator-page .conf-heading-color {
  height: 30px;
}
.configurator-page .conf-heading-color .neonConfigurator__infoLink__wrapper--empty {
  display: none;
}
.configurator-page .conf-heading-color .neonConfigurator__field__label__inlineContent {
  color: #008555;
  margin-top: 20px;
}
.configurator-page .conf-artnr {
  font-size: 12px;
  font-style: italic;
  margin-left: 5px;
  clear: none;
}
.configurator-page .icon-laenge .neonConfigurator__field__form .neonConfigurator__field__labelGroup .neonConfigurator__field__label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.configurator-page .icon-laenge .neonConfigurator__field__form .neonConfigurator__field__labelGroup .neonConfigurator__field__label::before {
  content: "";
  background-image: url("/bundles/amfersystheme/icons/add-cart.svg");
  width: 100px;
  height: 100px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) saturate(100%) invert(10%) sepia(5%) saturate(2243%) hue-rotate(77deg) brightness(98%) contrast(82%);
}
.configurator-page .configurator-buy-btn-wrapper {
  width: 75%;
  display: flex;
  justify-content: space-between;
}
.configurator-page .configurator-buy-btn-wrapper .btn-reset {
  width: 300px;
  background: white;
  border: 1px solid #abb0b3;
}
.configurator-page .configurator-buy-btn-wrapper .btn-buy {
  width: 300px;
}
.configurator-page .placeholder-cart-actions {
  display: block !important;
  height: 0px;
  display: block !important;
  height: 0px;
  width: 116.6% !important;
  left: -8.4%;
  position: relative;
  top: -13px;
}
.configurator-page .placeholder-cart-actions .neonConfigurator__field__labelGroup {
  visibility: hidden;
}
.configurator-page .placeholder-cart-actions .btn.btn-block.btn-buy.mt-1 {
  margin-top: 25px;
}
.configurator-page .placeholder-cart-actions .product-buy-widget-price-tax-wrapper {
  border: 1px solid #abb0b3;
  border-top-color: white;
  margin-top: 0px !important;
}
.configurator-page .placeholder-cart-actions .product-buy-widget-price-tax-wrapper .delivery-information {
  font-size: 12px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  color: #727272;
}
.configurator-page .placeholder-cart-actions .configurator-buy-btn-wrapper {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}
.configurator-page .placeholder-cart-actions .configurator-buy-btn-wrapper .btn-reset {
  width: 100%;
  background: white;
  border: 1px solid #abb0b3;
  margin-top: 20px;
}
.configurator-page .placeholder-cart-actions .d-grid .btn-detail, .configurator-page .placeholder-cart-actions .d-grid .btn-buy {
  display: flex;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  align-items: center;
}
.configurator-page .placeholder-cart-actions .d-grid .btn-detail .button-icon, .configurator-page .placeholder-cart-actions .d-grid .btn-buy .button-icon {
  min-height: 50px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius: 5px;
}
.configurator-page .placeholder-cart-actions .d-grid .btn-detail .button-label, .configurator-page .placeholder-cart-actions .d-grid .btn-buy .button-label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.configurator-page .placeholder-cart-actions .d-grid .btn-detail .button-icon {
  background: #008555;
}
.configurator-page .placeholder-cart-actions .d-grid .btn-detail:hover .button-icon {
  background: #005537;
}
.configurator-page .placeholder-cart-actions .d-grid .btn-buy:hover {
  background: #005537;
}
@media (max-width: 991.98px) {
  .configurator-page .content-main {
    margin-bottom: 185px;
  }
  .configurator-page .configurator-buy-btn-wrapper {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .configurator-page .configurator-buy-btn-wrapper {
    display: block !important;
  }
  .configurator-page .configurator-buy-btn-wrapper .btn-buy {
    width: 100%;
  }
  .configurator-page .placeholder-cart-actions {
    width: 100% !important;
    left: 0%;
    top: -29px;
  }
}
.neonConfigurator__field__label {
  hyphens: none;
}
.no-row-but-col .neonConfigurator__field__input {
  width: 400px !important;
}
.no-row-but-col .neonConfigurator__field__input .neonConfiguratorListField__values {
  flex-direction: column !important;
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .neonConfigurator .neonConfigurator__field__labelGroup {
    margin-top: 10px;
    margin-right: 5px;
    top: 0;
  }
  .configurator-page .placeholder-cart-actions .d-grid .btn-buy .button-label {
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .configurator-page .fbk-right.fixed {
    position: fixed !important;
    right: 1.2em !important;
    max-width: 209.4px;
    width: 22% !important;
    top: 160px !important;
  }
  .configurator-page .fbk-right {
    max-width: 209.4px;
  }
  .configurator-page .fbk-right .product-buy-widget-price-tax-wrapper {
    margin-left: -7px !important;
    margin-right: -8px !important;
  }
  .configurator-page .fbk-right .configurator-buy-btn-wrapper .d-grid .btn.btn-block.btn-buy {
    width: 100%;
  }
  .configurator-page .fbk-right.stay-bottom {
    position: absolute !important;
    top: unset !important;
    bottom: 265px !important;
  }
}
@media (min-width: 1200px) {
  .configurator-page .fbk-right.fixed {
    right: 1.2em !important;
    max-width: 255.2px;
  }
  .configurator-page .fbk-right {
    max-width: 255.2px;
  }
  .configurator-page .fbk-right .product-buy-widget-price-tax-wrapper {
    margin-left: -4px !important;
    margin-right: -4px !important;
  }
  .configurator-page .fbk-right .configurator-buy-btn-wrapper .d-grid .btn.btn-block.btn-buy {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .configurator-page .fbk-right.fixed {
    right: 2.5em !important;
    max-width: 299.2px;
  }
  .configurator-page .fbk-right {
    max-width: 299.2px;
  }
  .configurator-page .fbk-right .product-buy-widget-price-tax-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .configurator-page .fbk-right .configurator-buy-btn-wrapper .d-grid .btn.btn-block.btn-buy {
    width: 100%;
  }
}
@media screen and (min-width: 1919px) {
  .configurator-page .fbk-right.fixed {
    right: 17.5em !important;
    max-width: 299.2px;
  }
  .configurator-page .fbk-right {
    max-width: 299.2px;
  }
  .configurator-page .fbk-right .product-buy-widget-price-tax-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .configurator-page .fbk-right .configurator-buy-btn-wrapper .d-grid .btn.btn-block.btn-buy {
    width: 100%;
  }
}
.inner-seperator-underneath .neonConfigurator__field__form {
  border-bottom: 1px solid lightgray;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .configurator-page .product-detail-buy .cms-element-buy-box .product-detail-form-container .row.justify-content-end, .configurator-page .product-detail-buy .cms-element-buy-box .product-detail-form-container .is-act-cartpage .checkout .justify-content-end.checkout-container, .is-act-cartpage .checkout .configurator-page .product-detail-buy .cms-element-buy-box .product-detail-form-container .justify-content-end.checkout-container, .configurator-page .product-detail-buy .cms-element-buy-box .product-detail-form-container .is-act-checkoutregisterpage .checkout .justify-content-end.checkout-container, .is-act-checkoutregisterpage .checkout .configurator-page .product-detail-buy .cms-element-buy-box .product-detail-form-container .justify-content-end.checkout-container, .configurator-page .product-detail-buy .cms-element-buy-box .product-detail-form-container .is-act-confirmpage .checkout .justify-content-end.checkout-container, .is-act-confirmpage .checkout .configurator-page .product-detail-buy .cms-element-buy-box .product-detail-form-container .justify-content-end.checkout-container, .configurator-page .product-detail-buy .cms-element-buy-box .product-detail-form-container .is-ctl-accountorder .checkout .justify-content-end.checkout-container, .is-ctl-accountorder .checkout .configurator-page .product-detail-buy .cms-element-buy-box .product-detail-form-container .justify-content-end.checkout-container, .configurator-page .product-detail-buy .cms-element-buy-box .product-detail-form-container .is-act-finishpage .checkout .justify-content-end.checkout-container, .is-act-finishpage .checkout .configurator-page .product-detail-buy .cms-element-buy-box .product-detail-form-container .justify-content-end.checkout-container, .configurator-page .product-detail-buy .cms-element-buy-box .product-detail-form-container body.is-act-confirmpage .checkout .justify-content-end.checkout-container, body.is-act-confirmpage .checkout .configurator-page .product-detail-buy .cms-element-buy-box .product-detail-form-container .justify-content-end.checkout-container {
    justify-content: flex-start;
  }
  .configurator-page .product-detail-buy .cms-element-buy-box .product-detail-form-container .row.justify-content-end .custom-product-detail-paypal-buttons, .configurator-page .product-detail-buy .cms-element-buy-box .product-detail-form-container .is-act-cartpage .checkout .justify-content-end.checkout-container .custom-product-detail-paypal-buttons, .is-act-cartpage .checkout .configurator-page .product-detail-buy .cms-element-buy-box .product-detail-form-container .justify-content-end.checkout-container .custom-product-detail-paypal-buttons, .configurator-page .product-detail-buy .cms-element-buy-box .product-detail-form-container .is-act-checkoutregisterpage .checkout .justify-content-end.checkout-container .custom-product-detail-paypal-buttons, .is-act-checkoutregisterpage .checkout .configurator-page .product-detail-buy .cms-element-buy-box .product-detail-form-container .justify-content-end.checkout-container .custom-product-detail-paypal-buttons, .configurator-page .product-detail-buy .cms-element-buy-box .product-detail-form-container .is-act-confirmpage .checkout .justify-content-end.checkout-container .custom-product-detail-paypal-buttons, .is-act-confirmpage .checkout .configurator-page .product-detail-buy .cms-element-buy-box .product-detail-form-container .justify-content-end.checkout-container .custom-product-detail-paypal-buttons, .configurator-page .product-detail-buy .cms-element-buy-box .product-detail-form-container .is-ctl-accountorder .checkout .justify-content-end.checkout-container .custom-product-detail-paypal-buttons, .is-ctl-accountorder .checkout .configurator-page .product-detail-buy .cms-element-buy-box .product-detail-form-container .justify-content-end.checkout-container .custom-product-detail-paypal-buttons, .configurator-page .product-detail-buy .cms-element-buy-box .product-detail-form-container .is-act-finishpage .checkout .justify-content-end.checkout-container .custom-product-detail-paypal-buttons, .is-act-finishpage .checkout .configurator-page .product-detail-buy .cms-element-buy-box .product-detail-form-container .justify-content-end.checkout-container .custom-product-detail-paypal-buttons, .configurator-page .product-detail-buy .cms-element-buy-box .product-detail-form-container body.is-act-confirmpage .checkout .justify-content-end.checkout-container .custom-product-detail-paypal-buttons, body.is-act-confirmpage .checkout .configurator-page .product-detail-buy .cms-element-buy-box .product-detail-form-container .justify-content-end.checkout-container .custom-product-detail-paypal-buttons {
    width: 75% !important;
  }
}
@media (max-width: 991.98px) {
  .configurator-page .product-detail-buy .product-detail-form-container .fbk-right {
    margin-bottom: 275px;
    overflow: visible;
  }
}
@media (max-width: 767.98px) {
  .configurator-page .product-detail-buy .product-detail-form-container .fbk-right {
    margin-bottom: 250px;
  }
}
@media (max-width: 575.98px) {
  .configurator-page .product-detail-buy .product-detail-form-container .fbk-right {
    margin-bottom: 245px;
  }
}
@media (max-width: 479.98px) {
  .configurator-page .product-detail-buy .product-detail-form-container .fbk-right {
    margin-bottom: 230px;
  }
}
@media (min-width: 990px) and (max-width: 1440px) {
  .configurator-page .product-detail-buy .fbk-right .configurator-buy-btn-wrapper .btn-buy .buy.button-label {
    font-size: 13px;
    width: 100%;
  }
  .configurator-page .product-detail-buy .fbk-right .configurator-buy-btn-wrapper .btn-buy .buy.button-icon {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .cms-element-image-gallery .gallery-slider-row .gallery-slider-image {
    position: relative;
  }
  .product-detail-tabs {
    padding: 0 !important;
  }
  .product-detail-configurator-container {
    margin-top: 25px !important;
  }
}
.cms-element-buy-box .buy-widget-inner-title, .product-detail-buy .buy-widget-inner-title {
  display: block;
}
@media (max-width: 767.98px) {
  .cms-element-buy-box .buy-widget-inner-title, .product-detail-buy .buy-widget-inner-title {
    display: none;
  }
  .cms-element-buy-box .product-buy-widget-price-tax-wrapper, .product-detail-buy .product-buy-widget-price-tax-wrapper {
    margin-bottom: 0px !important;
  }
  .cms-element-buy-box .buy-widget-container, .product-detail-buy .buy-widget-container {
    background: white;
  }
}
.cms-element-buy-box .product-wishlist, .product-detail-buy .product-wishlist {
  text-align: right;
}
.cms-element-buy-box .product-wishlist .product-wishlist-action .product-wishlist-btn-content, .product-detail-buy .product-wishlist .product-wishlist-action .product-wishlist-btn-content {
  display: none;
}
.cms-element-buy-box .product-wishlist .product-wishlist-action .icon-wishlist, .product-detail-buy .product-wishlist .product-wishlist-action .icon-wishlist {
  color: #008555;
}
.cms-element-buy-box .product-description, .cms-element-buy-box .swkweb-content-manager-article-box-content, .product-detail-buy .product-description, .product-detail-buy .swkweb-content-manager-article-box-content {
  margin: 25px 0px 15px 0px;
  padding: 0px;
  font-size: 16px;
  height: fit-content;
  min-height: 54px;
  line-height: unset;
  overflow: unset;
  display: inherit;
}
.cms-element-buy-box .product-description ul, .cms-element-buy-box .swkweb-content-manager-article-box-content ul, .product-detail-buy .product-description ul, .product-detail-buy .swkweb-content-manager-article-box-content ul {
  padding: 0px 15px;
}
.cms-element-buy-box .product-detail-ordernumber-container, .product-detail-buy .product-detail-ordernumber-container {
  font-size: 16px;
  font-weight: 400;
}
.cms-element-buy-box .product-detail-ordernumber-container .product-detail-ordernumber-label, .product-detail-buy .product-detail-ordernumber-container .product-detail-ordernumber-label {
  font-size: 16px;
  font-weight: 400;
}
.cms-element-buy-box .product-detail-configurator, .product-detail-buy .product-detail-configurator {
  border: 1px solid lightgray;
  padding: 15px;
  border-radius: 5px;
}
.cms-element-buy-box .product-detail-configurator form, .product-detail-buy .product-detail-configurator form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 35px;
}
.cms-element-buy-box .product-detail-form-container, .product-detail-buy .product-detail-form-container {
  display: flex;
  flex-direction: column;
}
.cms-element-buy-box .product-detail-form-container .product-buy-widget-price-tax-wrapper, .product-detail-buy .product-detail-form-container .product-buy-widget-price-tax-wrapper {
  order: 0;
  margin: 25px 0px;
  background: white;
  padding: 10px 20px;
}
.cms-element-buy-box .product-detail-form-container .product-buy-widget-price-tax-wrapper .product-detail-price-container .product-detail-list-price-wrapper, .product-detail-buy .product-detail-form-container .product-buy-widget-price-tax-wrapper .product-detail-price-container .product-detail-list-price-wrapper {
  color: #008555;
}
.cms-element-buy-box .product-detail-form-container .huebert-direct-accessories-block, .product-detail-buy .product-detail-form-container .huebert-direct-accessories-block {
  order: 2;
}
.cms-element-buy-box .product-detail-form-container .huebert-direct-accessories-block #accessoryAccordion .accordion-item .accordion-button, .product-detail-buy .product-detail-form-container .huebert-direct-accessories-block #accessoryAccordion .accordion-item .accordion-button {
  background: #D9D9D9;
  font-weight: 700;
}
.cms-element-buy-box .product-detail-form-container .huebert-direct-accessories-block #accessoryAccordion .accordion-item .hue-accordion-btn::after, .product-detail-buy .product-detail-form-container .huebert-direct-accessories-block #accessoryAccordion .accordion-item .hue-accordion-btn::after {
  left: unset;
  right: 20px;
}
.cms-element-buy-box .product-detail-form-container .huebert-direct-accessories-block #accessoryAccordion .accordion-item .accordion-header .row .h4, .cms-element-buy-box .product-detail-form-container .huebert-direct-accessories-block #accessoryAccordion .accordion-item .accordion-header .is-act-cartpage .checkout .checkout-container .h4, .is-act-cartpage .checkout .cms-element-buy-box .product-detail-form-container .huebert-direct-accessories-block #accessoryAccordion .accordion-item .accordion-header .checkout-container .h4, .cms-element-buy-box .product-detail-form-container .huebert-direct-accessories-block #accessoryAccordion .accordion-item .accordion-header .is-act-checkoutregisterpage .checkout .checkout-container .h4, .is-act-checkoutregisterpage .checkout .cms-element-buy-box .product-detail-form-container .huebert-direct-accessories-block #accessoryAccordion .accordion-item .accordion-header .checkout-container .h4, .cms-element-buy-box .product-detail-form-container .huebert-direct-accessories-block #accessoryAccordion .accordion-item .accordion-header .is-act-confirmpage .checkout .checkout-container .h4, .is-act-confirmpage .checkout .cms-element-buy-box .product-detail-form-container .huebert-direct-accessories-block #accessoryAccordion .accordion-item .accordion-header .checkout-container .h4, .cms-element-buy-box .product-detail-form-container .huebert-direct-accessories-block #accessoryAccordion .accordion-item .accordion-header .is-ctl-accountorder .checkout .checkout-container .h4, .is-ctl-accountorder .checkout .cms-element-buy-box .product-detail-form-container .huebert-direct-accessories-block #accessoryAccordion .accordion-item .accordion-header .checkout-container .h4, .cms-element-buy-box .product-detail-form-container .huebert-direct-accessories-block #accessoryAccordion .accordion-item .accordion-header .is-act-finishpage .checkout .checkout-container .h4, .is-act-finishpage .checkout .cms-element-buy-box .product-detail-form-container .huebert-direct-accessories-block #accessoryAccordion .accordion-item .accordion-header .checkout-container .h4, .cms-element-buy-box .product-detail-form-container .huebert-direct-accessories-block #accessoryAccordion .accordion-item .accordion-header body.is-act-confirmpage .checkout .checkout-container .h4, body.is-act-confirmpage .checkout .cms-element-buy-box .product-detail-form-container .huebert-direct-accessories-block #accessoryAccordion .accordion-item .accordion-header .checkout-container .h4, .product-detail-buy .product-detail-form-container .huebert-direct-accessories-block #accessoryAccordion .accordion-item .accordion-header .row .h4, .product-detail-buy .product-detail-form-container .huebert-direct-accessories-block #accessoryAccordion .accordion-item .accordion-header .is-act-cartpage .checkout .checkout-container .h4, .is-act-cartpage .checkout .product-detail-buy .product-detail-form-container .huebert-direct-accessories-block #accessoryAccordion .accordion-item .accordion-header .checkout-container .h4, .product-detail-buy .product-detail-form-container .huebert-direct-accessories-block #accessoryAccordion .accordion-item .accordion-header .is-act-checkoutregisterpage .checkout .checkout-container .h4, .is-act-checkoutregisterpage .checkout .product-detail-buy .product-detail-form-container .huebert-direct-accessories-block #accessoryAccordion .accordion-item .accordion-header .checkout-container .h4, .product-detail-buy .product-detail-form-container .huebert-direct-accessories-block #accessoryAccordion .accordion-item .accordion-header .is-act-confirmpage .checkout .checkout-container .h4, .is-act-confirmpage .checkout .product-detail-buy .product-detail-form-container .huebert-direct-accessories-block #accessoryAccordion .accordion-item .accordion-header .checkout-container .h4, .product-detail-buy .product-detail-form-container .huebert-direct-accessories-block #accessoryAccordion .accordion-item .accordion-header .is-ctl-accountorder .checkout .checkout-container .h4, .is-ctl-accountorder .checkout .product-detail-buy .product-detail-form-container .huebert-direct-accessories-block #accessoryAccordion .accordion-item .accordion-header .checkout-container .h4, .product-detail-buy .product-detail-form-container .huebert-direct-accessories-block #accessoryAccordion .accordion-item .accordion-header .is-act-finishpage .checkout .checkout-container .h4, .is-act-finishpage .checkout .product-detail-buy .product-detail-form-container .huebert-direct-accessories-block #accessoryAccordion .accordion-item .accordion-header .checkout-container .h4, .product-detail-buy .product-detail-form-container .huebert-direct-accessories-block #accessoryAccordion .accordion-item .accordion-header body.is-act-confirmpage .checkout .checkout-container .h4, body.is-act-confirmpage .checkout .product-detail-buy .product-detail-form-container .huebert-direct-accessories-block #accessoryAccordion .accordion-item .accordion-header .checkout-container .h4 {
  margin: 0;
}
.cms-element-buy-box .product-detail-form-container #productDetailPageBuyProductForm, .product-detail-buy .product-detail-form-container #productDetailPageBuyProductForm {
  order: 1;
}
.cms-element-buy-box .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container, .product-detail-buy .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container {
  display: flex;
  flex-direction: row;
}
.cms-element-buy-box .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container .product-detail-quantity-group .quantity-selector-group-input, .product-detail-buy .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container .product-detail-quantity-group .quantity-selector-group-input {
  max-width: 100px;
}
.cms-element-buy-box .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container .d-grid .btn-detail, .cms-element-buy-box .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container .d-grid .btn-buy, .product-detail-buy .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container .d-grid .btn-detail, .product-detail-buy .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container .d-grid .btn-buy {
  display: flex;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  align-items: center;
}
.cms-element-buy-box .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container .d-grid .btn-detail .button-icon, .cms-element-buy-box .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container .d-grid .btn-buy .button-icon, .product-detail-buy .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container .d-grid .btn-detail .button-icon, .product-detail-buy .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container .d-grid .btn-buy .button-icon {
  min-height: 50px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius: 5px;
}
.cms-element-buy-box .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container .d-grid .btn-detail .button-label, .cms-element-buy-box .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container .d-grid .btn-buy .button-label, .product-detail-buy .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container .d-grid .btn-detail .button-label, .product-detail-buy .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container .d-grid .btn-buy .button-label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cms-element-buy-box .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container .d-grid .btn-buy, .product-detail-buy .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container .d-grid .btn-buy {
  max-width: unset;
}
.cms-element-buy-box .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container .d-grid .btn-detail .button-icon, .product-detail-buy .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container .d-grid .btn-detail .button-icon {
  background: #008555;
}
.cms-element-buy-box .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container .d-grid .btn-detail:hover .button-icon, .product-detail-buy .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container .d-grid .btn-detail:hover .button-icon {
  background: #005537;
}
.cms-element-buy-box .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container .d-grid .btn-buy:hover, .product-detail-buy .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container .d-grid .btn-buy:hover {
  background: #005537;
}
.cms-element-buy-box .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container.has-pack-unit .col-4, .cms-element-buy-box .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container .col-4, .product-detail-buy .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container.has-pack-unit .col-4, .product-detail-buy .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container .col-4 {
  width: 33.33333333%;
}
.cms-element-buy-box .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container.has-pack-unit .col-8, .cms-element-buy-box .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container .col-8, .product-detail-buy .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container.has-pack-unit .col-8, .product-detail-buy .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container .col-8 {
  max-width: 66.66666667%;
}
.cms-element-buy-box .wishlist-compare .compare-wishlist, .product-detail-buy .wishlist-compare .compare-wishlist {
  justify-content: flex-end;
  margin-left: 0;
}
.cms-element-buy-box .wishlist-compare .compare-wishlist .compare-here, .product-detail-buy .wishlist-compare .compare-wishlist .compare-here {
  width: fit-content;
  height: fit-content;
}
.cms-element-buy-box .wishlist-compare .compare-wishlist .compare-here .compare-button, .product-detail-buy .wishlist-compare .compare-wishlist .compare-here .compare-button {
  margin: 0;
}
.cms-element-buy-box .wishlist-compare .compare-wishlist .compare-here .compare-button .btn-compare, .product-detail-buy .wishlist-compare .compare-wishlist .compare-here .compare-button .btn-compare {
  border: none;
  background: none;
  border-radius: 5px;
}
.cms-element-buy-box .wishlist-compare .compare-wishlist .compare-here .compare-button .btn-compare .compare-extra-title-custom, .product-detail-buy .wishlist-compare .compare-wishlist .compare-here .compare-button .btn-compare .compare-extra-title-custom {
  display: none;
}
.cms-element-buy-box .wishlist-compare .compare-wishlist .compare-here .compare-button .btn-compare.is-added-to-compare, .product-detail-buy .wishlist-compare .compare-wishlist .compare-here .compare-button .btn-compare.is-added-to-compare {
  background: #eee !important;
}
.cms-element-buy-box .wishlist-compare .compare-wishlist .wishlist-here, .product-detail-buy .wishlist-compare .compare-wishlist .wishlist-here {
  height: fit-content;
  width: fit-content;
}
.cms-element-buy-box .wishlist-compare .compare-wishlist .wishlist-here .product-wishlist .product-wishlist-action .wishlist-extra-title-custom, .product-detail-buy .wishlist-compare .compare-wishlist .wishlist-here .product-wishlist .product-wishlist-action .wishlist-extra-title-custom {
  display: none;
}
@media (max-width: 767.98px) {
  .cms-element-buy-box .wishlist-compare .compare-wishlist, .product-detail-buy .wishlist-compare .compare-wishlist {
    justify-content: flex-start;
    padding: 0;
  }
  .cms-element-buy-box .wishlist-compare .compare-wishlist .compare-here .compare-button .btn-compare, .product-detail-buy .wishlist-compare .compare-wishlist .compare-here .compare-button .btn-compare {
    height: 65px;
    width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    border: 1px solid #008555 !important;
  }
  .cms-element-buy-box .wishlist-compare .compare-wishlist .compare-here .compare-button .btn-compare .compare-extra-title-custom, .product-detail-buy .wishlist-compare .compare-wishlist .compare-here .compare-button .btn-compare .compare-extra-title-custom {
    display: inherit;
    font-weight: lighter;
    color: #272E28;
  }
  .cms-element-buy-box .wishlist-compare .compare-wishlist .wishlist-here, .product-detail-buy .wishlist-compare .compare-wishlist .wishlist-here {
    padding-left: 0;
  }
  .cms-element-buy-box .wishlist-compare .compare-wishlist .wishlist-here .product-wishlist, .product-detail-buy .wishlist-compare .compare-wishlist .wishlist-here .product-wishlist {
    text-align: left !important;
    height: 65px;
    width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    border: 1px solid #008555 !important;
    border-radius: 5px;
  }
  .cms-element-buy-box .wishlist-compare .compare-wishlist .wishlist-here .product-wishlist .product-wishlist-action, .product-detail-buy .wishlist-compare .compare-wishlist .wishlist-here .product-wishlist .product-wishlist-action {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .cms-element-buy-box .wishlist-compare .compare-wishlist .wishlist-here .product-wishlist .wishlist-extra-title-custom, .product-detail-buy .wishlist-compare .compare-wishlist .wishlist-here .product-wishlist .wishlist-extra-title-custom {
    display: inherit !important;
    font-weight: lighter;
    color: #272E28;
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 34px;
  }
  .cms-element-buy-box .wishlist-compare .compare-wishlist .wishlist-here .product-wishlist .icon-wishlist, .product-detail-buy .wishlist-compare .compare-wishlist .wishlist-here .product-wishlist .icon-wishlist {
    margin-bottom: 5px;
    margin-top: 2.5px;
  }
}
.product-detail-tabs {
  background: transparent !important;
  border: unset !important;
}
.product-detail-tabs .card-tabs .nav-item .nav-link.active {
  background: white !important;
  background-color: white !important;
  color: black !important;
  border: 1px solid lightgray;
  border-bottom-color: white !important;
  position: relative;
}
.product-detail-tabs .card-tabs .nav-item .nav-link.active span {
  color: #111111 !important;
}
.product-detail-tabs .card-tabs .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 20px;
  background: white;
}
.product-detail-tabs .product-detail-tabs-content {
  border: 1px solid lightgray;
  padding: 20px;
  background: white;
}
.twt-product-detail-badges.product-badges.is-buy-box {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 5px;
}
.twt-product-detail-badges.product-badges.is-buy-box div {
  margin: 0;
}
@media (min-width: 768px) {
  .cms-element-buy-box .wishlist-compare .badges-here, .product-detail-buy .wishlist-compare .badges-here {
    position: relative;
  }
}
@media (max-width: 991.98px) {
  .product-detail-buy .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container {
    margin: 0;
  }
  .product-detail-buy .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container .col-8 {
    padding: 0;
    max-width: unset;
  }
  .product-detail-buy .product-detail-form-container #productDetailPageBuyProductForm .buy-widget-container.has-pack-unit .col-8 {
    max-width: unset;
  }
  .product-detail-buy .product-detail-form-container .js-apple-pay-container.mollie-apple-pay-direct-pdp {
    order: 1;
  }
  .product-detail-buy .product-detail-form-container .js-apple-pay-container.mollie-apple-pay-direct-pdp .mollie-apple-pay-direct {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .is-ctl-product .content-main .product-detail-buy .cms-element-buy-box #productDetailPageBuyProductForm .buy-widget-container {
    flex-direction: column;
  }
}
.product-detail-media .cms-element-image-gallery .gallery-slider-row .base-slider.gallery-slider {
  background: #fff;
}
.product-detail-media .cms-element-image-gallery .gallery-slider-row .base-slider.gallery-slider .gallery-slider-item .gallery-slider-image, .product-detail-media .cms-element-image-gallery .gallery-slider-row .base-slider.gallery-slider .gallery-slider-single-image .gallery-slider-image {
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .cms-block-twt-product-name .cms-block-container .cms-block-container-row .product-name-name-container {
    padding: 0;
  }
}
.buy-widget-container .product-detail-quantity-group .input-group-text {
  display: none;
}
@media (min-width: 768px) {
  .is-ctl-product .product-detail-properties-container table.product-detail-properties-table tbody tr th.properties-label {
    word-break: keep-all;
  }
}
@media (max-width: 1439.98px) {
  .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .row .col-md-2, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .row .col-md-2, .cms-section .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .boxed .row .col-md-2, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-cartpage .checkout .checkout-container .col-md-2, .is-act-cartpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .checkout-container .col-md-2, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-checkoutregisterpage .checkout .checkout-container .col-md-2, .is-act-checkoutregisterpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .checkout-container .col-md-2, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-confirmpage .checkout .checkout-container .col-md-2, .is-act-confirmpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .checkout-container .col-md-2, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-ctl-accountorder .checkout .checkout-container .col-md-2, .is-ctl-accountorder .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .checkout-container .col-md-2, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-finishpage .checkout .checkout-container .col-md-2, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .checkout-container .col-md-2, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container body.is-act-confirmpage .checkout .checkout-container .col-md-2, body.is-act-confirmpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .checkout-container .col-md-2, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-cartpage .checkout .checkout-container .col-md-2, .is-act-cartpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .checkout-container .col-md-2, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-checkoutregisterpage .checkout .checkout-container .col-md-2, .is-act-checkoutregisterpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .checkout-container .col-md-2, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-confirmpage .checkout .checkout-container .col-md-2, .is-act-confirmpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .checkout-container .col-md-2, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-ctl-accountorder .checkout .checkout-container .col-md-2, .is-ctl-accountorder .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .checkout-container .col-md-2, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-finishpage .checkout .checkout-container .col-md-2, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .checkout-container .col-md-2, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed body.is-act-confirmpage .checkout .checkout-container .col-md-2, body.is-act-confirmpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .checkout-container .col-md-2, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .row .col-md-6, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .row .col-md-6, .cms-section .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .boxed .row .col-md-6, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-cartpage .checkout .checkout-container .col-md-6, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-cartpage .checkout .checkout-container .checkout-aside, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-cartpage .checkout .checkout-container .checkout-aside, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-cartpage .checkout .checkout-container .checkout-additional, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-cartpage .checkout .checkout-container .checkout-aside, .is-act-cartpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .checkout-container .col-md-6, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-checkoutregisterpage .checkout .checkout-container .col-md-6, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-checkoutregisterpage .checkout .checkout-container .checkout-additional, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside, .is-act-checkoutregisterpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .checkout-container .col-md-6, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-confirmpage .checkout .checkout-container .col-md-6, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-confirmpage .checkout .checkout-container .checkout-aside, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-confirmpage .checkout .checkout-container .checkout-aside, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-confirmpage .checkout .checkout-container .checkout-additional, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-confirmpage .checkout .checkout-container .checkout-aside, .is-act-confirmpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .checkout-container .col-md-6, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-ctl-accountorder .checkout .checkout-container .col-md-6, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-ctl-accountorder .checkout .checkout-container .checkout-aside, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-ctl-accountorder .checkout .checkout-container .checkout-aside, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-ctl-accountorder .checkout .checkout-container .checkout-additional, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-ctl-accountorder .checkout .checkout-container .checkout-aside, .is-ctl-accountorder .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .checkout-container .col-md-6, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-finishpage .checkout .checkout-container .col-md-6, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-finishpage .checkout .checkout-container .checkout-aside, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-finishpage .checkout .checkout-container .checkout-aside, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-finishpage .checkout .checkout-container .checkout-additional, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .is-act-finishpage .checkout .checkout-container .checkout-aside, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .checkout-container .col-md-6, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container body.is-act-confirmpage .checkout .checkout-container .col-md-6, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container body.is-act-confirmpage .checkout .checkout-container .checkout-aside, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container body.is-act-confirmpage .checkout .checkout-container .checkout-aside, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container body.is-act-confirmpage .checkout .checkout-container .checkout-additional, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container body.is-act-confirmpage .checkout .checkout-container .checkout-aside, body.is-act-confirmpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .checkout-container .col-md-6, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .row .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .row .checkout-aside, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .row .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .row .checkout-aside, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .row .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .row .checkout-additional, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .row .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .container .row .checkout-aside, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-cartpage .checkout .checkout-container .col-md-6, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-cartpage .checkout .checkout-container .checkout-aside, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-cartpage .checkout .checkout-container .checkout-aside, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-cartpage .checkout .checkout-container .checkout-additional, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-cartpage .checkout .checkout-container .checkout-aside, .is-act-cartpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .checkout-container .col-md-6, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-checkoutregisterpage .checkout .checkout-container .col-md-6, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-checkoutregisterpage .checkout .checkout-container .checkout-additional, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside, .is-act-checkoutregisterpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .checkout-container .col-md-6, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-confirmpage .checkout .checkout-container .col-md-6, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-confirmpage .checkout .checkout-container .checkout-aside, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-confirmpage .checkout .checkout-container .checkout-aside, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-confirmpage .checkout .checkout-container .checkout-additional, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-confirmpage .checkout .checkout-container .checkout-aside, .is-act-confirmpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .checkout-container .col-md-6, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-ctl-accountorder .checkout .checkout-container .col-md-6, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-ctl-accountorder .checkout .checkout-container .checkout-aside, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-ctl-accountorder .checkout .checkout-container .checkout-aside, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-ctl-accountorder .checkout .checkout-container .checkout-additional, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-ctl-accountorder .checkout .checkout-container .checkout-aside, .is-ctl-accountorder .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .checkout-container .col-md-6, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-finishpage .checkout .checkout-container .col-md-6, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-finishpage .checkout .checkout-container .checkout-aside, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-finishpage .checkout .checkout-container .checkout-aside, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-finishpage .checkout .checkout-container .checkout-additional, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .is-act-finishpage .checkout .checkout-container .checkout-aside, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .checkout-container .col-md-6, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed body.is-act-confirmpage .checkout .checkout-container .col-md-6, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed body.is-act-confirmpage .checkout .checkout-container .checkout-aside, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed body.is-act-confirmpage .checkout .checkout-container .checkout-aside, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed body.is-act-confirmpage .checkout .checkout-container .checkout-additional, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed body.is-act-confirmpage .checkout .checkout-container .checkout-aside, body.is-act-confirmpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .checkout-container .col-md-6, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .row .is-act-confirmpage .checkout .checkout-aside, .is-act-confirmpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .row .checkout-aside, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .row .is-ctl-accountorder .checkout .checkout-aside, .is-ctl-accountorder .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .row .checkout-aside, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .row .is-act-finishpage .checkout .checkout-additional, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .row .checkout-additional, .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .row .is-act-finishpage .checkout .checkout-aside, .is-act-finishpage .checkout .is-ctl-product .cms-block-product-description-reviews .product-detail-tabs .card.card-tabs .product-detail-tabs-content .tab-content #additionaldetailtabs-tabmanufacturer-tab-pane .offcanvas-body .additionaldetailtabs-tabmanufacturer-tab-pane-container.tab-pane-container .cms-section .boxed .row .checkout-aside {
    width: 100%;
  }
}
.is-ctl-product .product-buy-widget-set-article-wrapper {
  background-color: #ffffff;
  padding: 30px;
  margin: 20px 0px 0px 0px;
}
.is-ctl-product .product-buy-widget-set-article-wrapper .btn {
  margin: 20px 0px 0px 0px;
}
.is-ctl-product .custom-product-detail-paypal-buttons {
  display: flex !important;
  width: 100% !important;
  flex-direction: column;
}
@media (min-width: 768px) {
  .is-ctl-product .custom-product-detail-paypal-buttons {
    flex-direction: row;
  }
  .is-ctl-product .custom-product-detail-paypal-buttons > .paypal-buttons {
    width: 50% !important;
  }
}
@media (max-width: 991.98px) {
  .product-detail-buy .product-detail-form-container .mollie-privacy-note .form-text.privacy-notice .form-text.privacy-notice-title {
    font-size: 16px;
  }
  .product-detail-buy .product-detail-form-container .mollie-privacy-note .form-text.privacy-notice .form-group.form-check .form-check-input {
    width: 1.5rem;
    height: 1.5rem;
  }
  .product-detail-buy .product-detail-form-container .mollie-privacy-note .form-text.privacy-notice .form-group.form-check .custom-control-label {
    padding-left: 10px;
    font-size: 16px;
  }
  .product-detail-buy .product-detail-form-container .js-apple-pay-container .mollie-apple-pay-direct {
    width: 100%;
  }
}
.cms-element-buy-box .buybox-floating {
  max-width: 1300px;
  z-index: 1001;
}
.cms-element-buy-box .buybox-floating .product-detail-configurator {
  border: unset !important;
  padding: unset !important;
}
.cms-element-buy-box .buybox-floating .product-detail-configurator form {
  display: block;
}
.cms-element-buy-box .buybox-floating .buy-widget-container .d-grid .btn-buy {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 12px;
  border-radius: 5px;
}
.cms-element-buy-box .buybox-floating .buy-widget-container .d-grid .btn-buy::after {
  content: "";
  background-image: url("/bundles/amfersystheme/icons/add-cart.svg");
  height: 100%;
  width: 16.66666667%;
  background-repeat: no-repeat;
  background-position: center center;
}
.cms-element-buy-box .buybox-floating .buy-widget-container .d-grid .btn-buy:hover {
  background: #005537;
}
@media (max-width: 1439.98px) {
  .cms-element-buy-box .buybox-floating {
    bottom: 0;
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .cms-element-buy-box .buybox-floating .buybox-floating-inner .container-fluid .buybox-floating-inner-row .product-detail-configurator-groups-toggle-container, .cms-element-buy-box .buybox-floating .buybox-floating-inner .container-xs .buybox-floating-inner-row .product-detail-configurator-groups-toggle-container, .cms-element-buy-box .buybox-floating .buybox-floating-inner .cms-section .full-width .buybox-floating-inner-row .product-detail-configurator-groups-toggle-container, .cms-section .cms-element-buy-box .buybox-floating .buybox-floating-inner .full-width .buybox-floating-inner-row .product-detail-configurator-groups-toggle-container {
    flex: 1 1 15%;
  }
}
@media (max-width: 991.98px) {
  .cms-element-buy-box .buybox-floating {
    bottom: 0;
    max-width: 70%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .cms-element-buy-box .buybox-floating .product-detail-form-container.buybox-floating-inner-container {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .cms-element-buy-box .buybox-floating .product-detail-form-container.buybox-floating-inner-container .buy-widget-container .col-4, .cms-element-buy-box .buybox-floating .product-detail-form-container.buybox-floating-inner-container .buy-widget-container .col-8 {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .cms-element-buy-box .buybox-floating {
    max-width: 85%;
    margin-left: 0;
  }
  .cms-element-buy-box .buybox-floating .product-detail-price-container {
    flex: auto;
    justify-content: flex-start;
  }
}
.nav-main {
  z-index: 2;
}
.nav-main.scrolling {
  z-index: 998;
}
header.header-main.scrolling {
  z-index: 999;
}
@media (min-width: 576px) {
  .nav-main.scrolling {
    position: sticky;
    top: 60px;
    left: 0;
  }
  header.header-main.scrolling {
    position: sticky;
    top: 0;
    left: 0;
  }
  .col-12.col-lg-auto.mobile-header-logo-col.mobile-logo, .col-lg-auto.mobile-header-logo-col.mobile-logo.b2b-shopping-list-table__header-name.js-multiple-selection {
    display: none;
  }
}
@media (max-width: 575.98px) {
  header.header-main.scrolling {
    top: 0;
  }
  .col-12.col-lg-auto.header-logo-col, .col-lg-auto.header-logo-col.b2b-shopping-list-table__header-name.js-multiple-selection {
    display: none;
  }
  .header-actions-col {
    padding-top: 10px;
    padding-bottom: 0;
  }
  header.header-main .container #searchCollapse .header-search .header-search-form .input-group, header.header-main .cms-section .boxed #searchCollapse .header-search .header-search-form .input-group, .cms-section header.header-main .boxed #searchCollapse .header-search .header-search-form .input-group {
    min-height: 53px;
  }
}
.nav-main {
  border-top: 1px solid #e0e0e0;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}
.nav-main .container, .nav-main .cms-section .boxed, .cms-section .nav-main .boxed {
  padding: 0;
}
header.header-main .header-actions-col .header-actions-btn, header.header-main .header-search-col .header-actions-btn {
  border: none;
}
header.header-main .header-actions-col .header-actions-btn:hover, header.header-main .header-search-col .header-actions-btn:hover {
  background: #00855533;
  border: none;
}
header.header-main .header-nav-main-toggle-label, header.header-main .header-search-toggle-name, header.header-main .header-account-name, header.header-main .header-wishlist-name {
  display: none;
}
header.header-main .header-actions-col .header-actions-btn.header-cart-btn, header.header-main .header-search-col .header-actions-btn.header-cart-btn {
  background: none;
  border: none;
}
header.header-main .header-actions-col .header-actions-btn.header-cart-btn:hover, header.header-main .header-search-col .header-actions-btn.header-cart-btn:hover {
  background: #00855533;
  border: none;
}
.nav-main .main-navigation-link:not(.home-link).active {
  background-color: #00855533;
}
#am-action-top-bar {
  background-color: #008555;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
#am-action-top-bar .am-action-top-bar-container {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 60px;
  color: #ffffff;
}
#am-action-top-bar .am-action-top-bar-container .am-action-top-bar-item {
  justify-content: center;
  line-height: 40px;
  font-size: 12px;
}
#am-action-top-bar .am-action-top-bar-container .am-action-top-bar-item .am-action-topbar-counter {
  line-height: 20px;
}
@media (min-width: 576px) {
  #am-action-top-bar .am-action-top-bar-container .am-action-top-bar-item .am-action-topbar-counter {
    line-height: 40px;
  }
}
#am-action-top-bar .am-action-top-bar-container .am-action-top-bar-item .am-action-topbar-title {
  line-height: 20px;
}
@media (min-width: 576px) {
  #am-action-top-bar .am-action-top-bar-container .am-action-top-bar-item .am-action-topbar-title {
    line-height: 40px;
  }
}
#am-action-top-bar .am-action-top-bar-container .am-action-top-bar-item .am-action-topbar-coupon {
  line-height: 20px;
}
@media (min-width: 576px) {
  #am-action-top-bar .am-action-top-bar-container .am-action-top-bar-item .am-action-topbar-coupon {
    line-height: 40px;
  }
}
#am-action-top-bar .am-action-top-bar-container .am-action-top-bar-item .am-action-top-bar-coupon-code-container {
  position: relative;
  display: inline-block;
  margin-left: 0px;
}
@media (min-width: 576px) {
  #am-action-top-bar .am-action-top-bar-container .am-action-top-bar-item .am-action-top-bar-coupon-code-container {
    margin-left: 10px;
  }
}
#am-action-top-bar .am-action-top-bar-container .am-action-top-bar-item .am-action-top-bar-coupon-code-container input#am-action-top-bar-coupon-code {
  background-color: transparent;
  color: #ffffff;
  height: auto;
  width: auto;
  padding: 0px 5px 0px 5px;
  border: none;
  border-radius: 3px 3px 3px 3px;
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 576px) {
  #am-action-top-bar .am-action-top-bar-container .am-action-top-bar-item .am-action-top-bar-coupon-code-container input#am-action-top-bar-coupon-code {
    background-color: #005537;
    height: 40px;
    padding: 0px 30px 0px 10px;
  }
}
#am-action-top-bar .am-action-top-bar-container .am-action-top-bar-item .am-action-top-bar-coupon-code-container input#am-action-top-bar-coupon-code:focus {
  outline: none;
}
#am-action-top-bar .am-action-top-bar-container .am-action-top-bar-item .am-action-top-bar-coupon-code-container button#am-action-top-bar-coupon-code-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  background-color: transparent;
  border: none;
  margin: 0px;
  padding: 0px;
}
@media (min-width: 576px) {
  #am-action-top-bar .am-action-top-bar-container .am-action-top-bar-item .am-action-top-bar-coupon-code-container button#am-action-top-bar-coupon-code-btn {
    width: 40px;
  }
}
#am-action-top-bar .am-action-top-bar-container .am-action-top-bar-item .am-action-top-bar-coupon-code-container button#am-action-top-bar-coupon-code-btn > svg {
  width: 15px;
  height: 15px;
}
@media (min-width: 576px) {
  #am-action-top-bar .am-action-top-bar-container .am-action-top-bar-item .am-action-top-bar-coupon-code-container button#am-action-top-bar-coupon-code-btn > svg {
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 460px) {
  header.header-main .container .header-row .header-actions-col .row .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .row .menu-button .header-actions-btn, .cms-section header.header-main .boxed .header-row .header-actions-col .row .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .menu-button .header-actions-btn, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .menu-button .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .menu-button .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .menu-button .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .menu-button .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .menu-button .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .menu-button .header-actions-btn, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .menu-button .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .menu-button .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .menu-button .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .menu-button .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .menu-button .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .menu-button .header-actions-btn {
    padding-left: 0;
    padding-right: 0;
  }
  header.header-main .container .header-row .header-actions-col .row .twt-search-col .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .row .twt-search-col .header-actions-btn, .cms-section header.header-main .boxed .header-row .header-actions-col .row .twt-search-col .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .twt-search-col .header-actions-btn, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .twt-search-col .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .twt-search-col .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .twt-search-col .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .twt-search-col .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .header-actions-btn, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .twt-search-col .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .twt-search-col .header-actions-btn, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .twt-search-col .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .twt-search-col .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .twt-search-col .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .twt-search-col .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .twt-search-col .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .header-actions-btn, header.header-main .container .header-row .header-actions-col .row .header-wishlist .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .row .header-wishlist .header-actions-btn, .cms-section header.header-main .boxed .header-row .header-actions-col .row .header-wishlist .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .header-wishlist .header-actions-btn, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .header-wishlist .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .header-wishlist .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .header-wishlist .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .header-wishlist .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .header-wishlist .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .header-wishlist .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .header-wishlist .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .header-wishlist .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .header-wishlist .header-actions-btn, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .header-wishlist .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .header-wishlist .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .header-wishlist .header-actions-btn, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .header-wishlist .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .header-wishlist .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .header-wishlist .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .header-wishlist .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .header-wishlist .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .header-wishlist .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .header-wishlist .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .header-wishlist .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .header-wishlist .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .header-wishlist .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .header-wishlist .header-actions-btn, header.header-main .container .header-row .header-actions-col .row .header-cart .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .row .header-cart .header-actions-btn, .cms-section header.header-main .boxed .header-row .header-actions-col .row .header-cart .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .header-cart .header-actions-btn, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .header-cart .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .header-cart .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .header-cart .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .header-cart .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .header-cart .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .header-cart .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .header-cart .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .header-cart .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .header-cart .header-actions-btn, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .header-cart .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .header-cart .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .header-cart .header-actions-btn, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .header-cart .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .header-cart .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .header-cart .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .header-cart .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .header-cart .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .header-cart .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .header-cart .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .header-cart .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .header-cart .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .header-cart .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .header-cart .header-actions-btn, header.header-main .container .header-row .header-actions-col .row .js-compare-float-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .row .js-compare-float-button .header-actions-btn, .cms-section header.header-main .boxed .header-row .header-actions-col .row .js-compare-float-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .js-compare-float-button .header-actions-btn, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .js-compare-float-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .js-compare-float-button .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .js-compare-float-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .js-compare-float-button .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .js-compare-float-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .js-compare-float-button .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .js-compare-float-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .js-compare-float-button .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .js-compare-float-button .header-actions-btn, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .js-compare-float-button .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .js-compare-float-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .js-compare-float-button .header-actions-btn, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .js-compare-float-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .js-compare-float-button .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .js-compare-float-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .js-compare-float-button .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .js-compare-float-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .js-compare-float-button .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .js-compare-float-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .js-compare-float-button .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .js-compare-float-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .js-compare-float-button .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .js-compare-float-button .header-actions-btn {
    padding-left: 5px;
    padding-right: 5px;
  }
  header.header-main .container .header-row .header-actions-col .row .account-menu .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .row .account-menu .header-actions-btn, .cms-section header.header-main .boxed .header-row .header-actions-col .row .account-menu .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .account-menu .header-actions-btn, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .account-menu .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .account-menu .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .account-menu .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .account-menu .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .account-menu .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .account-menu .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .account-menu .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .account-menu .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .account-menu .header-actions-btn, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .account-menu .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .account-menu .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .account-menu .header-actions-btn, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .account-menu .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .account-menu .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .account-menu .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .account-menu .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .account-menu .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .account-menu .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .account-menu .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .account-menu .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .account-menu .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .account-menu .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .account-menu .header-actions-btn {
    padding-left: 5px;
  }
}
.header-logo-main-img {
  min-width: 160px;
}
@media (min-width: 576px) {
  .header-logo-main-img {
    min-width: 255px;
  }
}
header.header-main .container .header-row, header.header-main .cms-section .boxed .header-row, .cms-section header.header-main .boxed .header-row {
  padding: 5px 0;
}
header.header-main .container .header-row .header-actions-col .row .col-auto .compare-float-container, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .compare-float-container, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .compare-float-container, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .compare-float-container, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .compare-float-container, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .compare-float-container, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .compare-float-container, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .compare-float-container, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .compare-float-container, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .compare-float-container, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .compare-float-container, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .compare-float-container, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .compare-float-container, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .compare-float-container, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .compare-float-container, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .compare-float-container, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .compare-float-container, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .compare-float-container, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .compare-float-container, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .compare-float-container, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .compare-float-container, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .compare-float-container, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .compare-float-container, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .compare-float-container, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .compare-float-container, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .compare-float-container, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .compare-float-container {
  height: 100%;
}
header.header-main .container .header-row .header-actions-col .row .col-auto .compare-float-container .js-compare-float-button, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .compare-float-container .js-compare-float-button, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .compare-float-container .js-compare-float-button, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button {
  height: 100%;
  width: 100%;
}
header.header-main .container .header-row .header-actions-col .row .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
}
header.header-main .container .header-row .header-actions-col .row .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn:hover, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn:hover, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn:hover, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn:hover, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn:hover, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn:hover, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn:hover, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn:hover, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn:hover, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn:hover, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn:hover, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn:hover, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn:hover, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn:hover, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn:hover, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn:hover, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn:hover, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn:hover, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn:hover, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .compare-float-container .js-compare-float-button .btn.compare-menu-btn.header-actions-btn:hover {
  background: #00855533;
}
header.header-main .container .header-row .header-actions-col .row .col-auto .header-wishlist, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .header-wishlist, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .header-wishlist, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-wishlist, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-wishlist, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-wishlist, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-wishlist, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-wishlist, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-wishlist, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-wishlist, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-wishlist, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist, header.header-main .container .header-row .header-actions-col .row .col-auto .header-cart, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .header-cart, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .header-cart, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-cart, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-cart, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-cart, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-cart, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-cart, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-cart, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-cart, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-cart, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-cart, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-cart, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-cart, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-cart, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart {
  height: 100%;
  width: 100%;
}
header.header-main .container .header-row .header-actions-col .row .col-auto .header-wishlist .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .header-wishlist .header-actions-btn, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .header-wishlist .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn, header.header-main .container .header-row .header-actions-col .row .col-auto .header-cart .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .header-cart .header-actions-btn, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .header-cart .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-cart .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-cart .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
}
header.header-main .container .header-row .header-actions-col .row .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, header.header-main .container .header-row .header-actions-col .row .col-auto .header-wishlist .header-actions-btn .header-cart-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .header-wishlist .header-actions-btn .header-cart-icon .icon, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .header-wishlist .header-actions-btn .header-cart-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-icon .icon, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-icon .icon, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-icon .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-icon .icon, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-icon .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-icon .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-icon .icon, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-icon .icon, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-icon .icon, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-icon .icon, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-icon .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-icon .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-icon .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-icon .icon, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-icon .icon, header.header-main .container .header-row .header-actions-col .row .col-auto .header-cart .header-actions-btn .header-wishlist-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .header-cart .header-actions-btn .header-wishlist-icon .icon, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .header-cart .header-actions-btn .header-wishlist-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-wishlist-icon .icon, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-wishlist-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-wishlist-icon .icon, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-wishlist-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-wishlist-icon .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-wishlist-icon .icon, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-wishlist-icon .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-wishlist-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-wishlist-icon .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-wishlist-icon .icon, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-wishlist-icon .icon, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-wishlist-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-wishlist-icon .icon, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-wishlist-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-wishlist-icon .icon, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-wishlist-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-wishlist-icon .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-wishlist-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-wishlist-icon .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-wishlist-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-wishlist-icon .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-wishlist-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-wishlist-icon .icon, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-wishlist-icon .icon, header.header-main .container .header-row .header-actions-col .row .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon {
  color: #008555;
}
header.header-main .container .header-row .header-actions-col .row .col-auto .header-wishlist .header-actions-btn .header-cart-total, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .header-wishlist .header-actions-btn .header-cart-total, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .header-wishlist .header-actions-btn .header-cart-total, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-total, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-total, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-total, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-total, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-total, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-total, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-total, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-total, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-total, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-total, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-total, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-total, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-total, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-total, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-total, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-total, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-total, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-total, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-total, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-total, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-total, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-total, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-total, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-cart-total, header.header-main .container .header-row .header-actions-col .row .col-auto .header-cart .header-actions-btn .header-cart-total, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .header-cart .header-actions-btn .header-cart-total, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .header-cart .header-actions-btn .header-cart-total, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-total, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-total, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-total, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-total, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-total, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-total, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-total, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-total, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-total, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-total, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-total, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-total, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-total, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-total, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-total, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-total, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-total, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-total, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-total, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-total, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-total, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-total, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-total, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-total {
  color: #333333;
}
header.header-main .container .header-row .header-actions-col .row .col-auto .header-wishlist .header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .header-wishlist .header-actions-btn:hover, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .header-wishlist .header-actions-btn:hover, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn:hover, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn:hover, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn:hover, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn:hover, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn:hover, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn:hover, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn:hover, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn:hover, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn:hover, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn:hover, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn:hover, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn:hover, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn:hover, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn:hover, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn:hover, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn:hover, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn:hover, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn:hover, header.header-main .container .header-row .header-actions-col .row .col-auto .header-cart .header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .header-cart .header-actions-btn:hover, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .header-cart .header-actions-btn:hover, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn:hover, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn:hover, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn:hover, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn:hover, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn:hover, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn:hover, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-cart .header-actions-btn:hover, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn:hover, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn:hover, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn:hover, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn:hover, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn:hover, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn:hover, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn:hover, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-cart .header-actions-btn:hover, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn:hover, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn:hover, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn:hover {
  background: #00855533;
}
header.header-main .container .header-row .header-actions-col .row .col-auto .account-menu, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .account-menu, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .account-menu, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .account-menu, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .account-menu, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .account-menu, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .account-menu, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .account-menu, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .account-menu, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .account-menu, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .account-menu, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .account-menu, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .account-menu, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .account-menu, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .account-menu, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu {
  height: 100%;
  width: 100%;
}
header.header-main .container .header-row .header-actions-col .row .col-auto .account-menu .dropdown, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .account-menu .dropdown, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .account-menu .dropdown, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .account-menu .dropdown, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .account-menu .dropdown, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .account-menu .dropdown, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .account-menu .dropdown, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .account-menu .dropdown, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .account-menu .dropdown, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .account-menu .dropdown, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .account-menu .dropdown, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown {
  height: 100%;
  width: 100%;
}
header.header-main .container .header-row .header-actions-col .row .col-auto .account-menu .dropdown .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .account-menu .dropdown .header-actions-btn, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .account-menu .dropdown .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
}
header.header-main .container .header-row .header-actions-col .row .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon {
  color: #008555;
}
header.header-main .container .header-row .header-actions-col .row .col-auto .account-menu .dropdown .header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .account-menu .dropdown .header-actions-btn:hover, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .account-menu .dropdown .header-actions-btn:hover, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn:hover, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn:hover, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn:hover, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn:hover, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn:hover, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn:hover, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn:hover, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn:hover, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn:hover, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn:hover, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn:hover, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn:hover, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn:hover, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn:hover, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn:hover, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn:hover, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn:hover, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn:hover {
  background: #00855533;
}
header.header-main .container .header-row .header-actions-col .row .col .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col .menu-button .header-actions-btn .icon, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .row .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .row .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .row .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .row .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .row .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .row .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .row .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .row .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .row .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .row .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .row .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .row .checkout-aside .menu-button .header-actions-btn .icon {
  color: #008555;
}
header.header-main .container .header-row .header-search-col, header.header-main .cms-section .boxed .header-row .header-search-col, .cms-section header.header-main .boxed .header-row .header-search-col {
  background-color: inherit;
}
header.header-main .container .header-row .header-search-col .row .nav-main-toggle .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .row .nav-main-toggle .header-actions-btn, .cms-section header.header-main .boxed .header-row .header-search-col .row .nav-main-toggle .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .nav-main-toggle .header-actions-btn, .is-act-cartpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .nav-main-toggle .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .nav-main-toggle .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .nav-main-toggle .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .nav-main-toggle .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .nav-main-toggle .header-actions-btn, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .nav-main-toggle .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .checkout-container .nav-main-toggle .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .nav-main-toggle .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .nav-main-toggle .header-actions-btn, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .nav-main-toggle .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .nav-main-toggle .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .nav-main-toggle .header-actions-btn, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .nav-main-toggle .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .nav-main-toggle .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .nav-main-toggle .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .nav-main-toggle .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .nav-main-toggle .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .nav-main-toggle .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .nav-main-toggle .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .nav-main-toggle .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .nav-main-toggle .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .nav-main-toggle .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .nav-main-toggle .header-actions-btn {
  background: none;
}
header.header-main .container .header-row .header-search-col .row .nav-main-toggle .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col .row .nav-main-toggle .header-actions-btn .icon, .cms-section header.header-main .boxed .header-row .header-search-col .row .nav-main-toggle .header-actions-btn .icon, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .nav-main-toggle .header-actions-btn .icon, .is-act-cartpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .nav-main-toggle .header-actions-btn .icon, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .nav-main-toggle .header-actions-btn .icon, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .nav-main-toggle .header-actions-btn .icon, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .nav-main-toggle .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .nav-main-toggle .header-actions-btn .icon, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .nav-main-toggle .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .checkout-container .nav-main-toggle .header-actions-btn .icon, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .nav-main-toggle .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .nav-main-toggle .header-actions-btn .icon, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .nav-main-toggle .header-actions-btn .icon, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .nav-main-toggle .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .nav-main-toggle .header-actions-btn .icon, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .nav-main-toggle .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .nav-main-toggle .header-actions-btn .icon, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .nav-main-toggle .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .nav-main-toggle .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .nav-main-toggle .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .nav-main-toggle .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .nav-main-toggle .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .nav-main-toggle .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .nav-main-toggle .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .nav-main-toggle .header-actions-btn .icon, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .nav-main-toggle .header-actions-btn .icon {
  color: #008555;
}
header.header-main .container .header-row .header-search-col .row .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .ai-search-page-link, .cms-section header.header-main .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-cartpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link {
  order: 1;
  border: 1px solid #008555;
  border-left: none;
  border-radius: 0 5px 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
header.header-main .container .header-row .header-search-col .row .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .cms-section header.header-main .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-cartpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .container .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .container .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .container .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  background: none;
}
header.header-main .container .header-row .header-search-col .row .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .cms-section header.header-main .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-cartpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .container .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .container .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .container .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn .icon {
  color: #008555;
}
header.header-main .container .header-row .header-search-col .row .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .cms-section header.header-main .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-cartpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .container .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .container .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .container .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .btn.header-actions-btn:hover {
  background: #00855533;
}
header.header-main .container .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form, header.header-main .cms-section .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form, .cms-section header.header-main .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-cartpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .header-search-form, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form, header.header-main .container .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form, header.header-main .container .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form, header.header-main .container .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .header-search-form, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form {
  order: 0;
}
header.header-main .container .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .cms-section header.header-main .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-cartpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input {
  order: 1;
  border-left: none;
  border-radius: 0;
  box-shadow: none;
  border-right: none;
}
header.header-main .container .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .cms-section .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .input-group-append, .cms-section header.header-main .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-cartpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .container .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .container .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .container .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append {
  order: 2;
}
header.header-main .container .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .cms-section header.header-main .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-cartpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button {
  border-left: none;
  border-radius: 0 !important;
  display: flex;
  width: 100%;
  height: 100%;
}
header.header-main .container .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .cms-section header.header-main .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-cartpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .container .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .container .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .container .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button .icon svg {
  top: 0;
}
header.header-main .container .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .cms-section .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .cms-section header.header-main .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-cartpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .container .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .container .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .container .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button:hover {
  background: #00855533;
}
header.header-main .container .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .cms-section header.header-main .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-cartpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .container .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .container .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .container .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn, header.header-main .container .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .cms-section header.header-main .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-cartpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn {
  order: 0;
  border-left: 1px solid #008555;
  border-right: none;
  border-radius: 5px 0 0 5px !important;
}
header.header-main .container .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .cms-section header.header-main .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-cartpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-search-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .cms-section header.header-main .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-cartpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .container .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn .header-close-icon .icon {
  color: #008555;
}
@media (max-width: 1199.98px) {
  header.header-main .container .header-row .header-search-col .row .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .ai-search-page-link, .cms-section header.header-main .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-cartpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link {
    overflow: hidden;
  }
  header.header-main .container .header-row .header-search-col .row .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .cms-section header.header-main .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-cartpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  header.header-main .container .header-row .header-logo-col, header.header-main .cms-section .boxed .header-row .header-logo-col, .cms-section header.header-main .boxed .header-row .header-logo-col {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  header.header-main .container .header-row .header-actions-col, header.header-main .cms-section .boxed .header-row .header-actions-col, .cms-section header.header-main .boxed .header-row .header-actions-col {
    padding-top: 0;
  }
}
@media (max-width: 575.98px) {
  header.header-main {
    background: #fff;
  }
  header.header-main .container .header-row, header.header-main .cms-section .boxed .header-row, .cms-section header.header-main .boxed .header-row {
    padding: 0;
  }
  header.header-main .container .header-row .header-search-col, header.header-main .cms-section .boxed .header-row .header-search-col, .cms-section header.header-main .boxed .header-row .header-search-col {
    z-index: 1000;
  }
  header.header-main .container .header-row .header-search-col .row, header.header-main .cms-section .boxed .header-row .header-search-col .row, .cms-section header.header-main .boxed .header-row .header-search-col .row, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout header.header-main .container .header-row .header-search-col .checkout-container, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-search-col .checkout-container, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .checkout-container, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .checkout-container, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container {
    margin-top: -5px;
  }
  header.header-main .container .header-row .header-search-col .row .col #searchCollapse, header.header-main .cms-section .boxed .header-row .header-search-col .row .col #searchCollapse, .cms-section header.header-main .boxed .header-row .header-search-col .row .col #searchCollapse, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse, .is-act-cartpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse, header.header-main .container .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse, header.header-main .container .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse, header.header-main .container .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse {
    padding: 5px 15px 5px 15px;
  }
  header.header-main .container .header-row .header-search-col .row .col #searchCollapse .header-search, header.header-main .cms-section .boxed .header-row .header-search-col .row .col #searchCollapse .header-search, .cms-section header.header-main .boxed .header-row .header-search-col .row .col #searchCollapse .header-search, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search, .is-act-cartpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search, header.header-main .container .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search, header.header-main .container .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search, header.header-main .container .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search {
    padding: 0;
    box-shadow: 0px 3px 10px #00000040;
    border-radius: 0px 0px 5px 5px;
    border-radius: 0;
  }
  header.header-main .container .header-row .header-search-col .row .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .ai-search-page-link, .cms-section header.header-main .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-cartpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .container .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link {
    border: none;
    border-top-right-radius: 0;
  }
  header.header-main .container .header-row .header-search-col .row .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .cms-section header.header-main .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-cartpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .container .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
  }
  header.header-main .container .header-row .header-search-col .row .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .cms-section header.header-main .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-cartpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .container .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .container .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .container .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .ai-search-page-link .header-actions-btn .icon svg {
    top: 0;
  }
  header.header-main .container .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .cms-section header.header-main .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-cartpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .container .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .form-control.header-search-input {
    border: none;
  }
  header.header-main .container .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .cms-section header.header-main .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-cartpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .container .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .input-group-append .btn.header-search-btn.barcode-button {
    border: none;
  }
  header.header-main .container .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .cms-section header.header-main .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-cartpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .container .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .container .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .container .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn, header.header-main .container .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .cms-section header.header-main .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-cartpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .container .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .header-close-btn {
    border: none;
    border-top-left-radius: 0;
    position: relative;
  }
  header.header-main .container .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .cms-section .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .cms-section header.header-main .boxed .header-row .header-search-col .row .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-cartpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .container .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-confirmpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .container .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .container .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-finishpage .checkout header.header-main .container .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-cartpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .is-act-finishpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .checkout-container .col #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-confirmpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-ctl-accountorder .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, header.header-main .cms-section .boxed .header-row .header-search-col .row .is-act-finishpage .checkout .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-search-col .row .checkout-aside #searchCollapse .header-search .header-search-form .input-group .btn.header-search-btn.barcode-button::before {
    content: "";
    border-left: 1px solid #c3c3c3;
    right: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 7.5%;
    bottom: 5px;
    max-height: 85%;
  }
  header.header-main .container .header-row .header-actions-col, header.header-main .cms-section .boxed .header-row .header-actions-col, .cms-section header.header-main .boxed .header-row .header-actions-col {
    background: #fff;
    z-index: 1001;
    box-shadow: 0px 3px 6px #00000029;
  }
  header.header-main .container .header-row .header-actions-col .row .col .menu-button, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col .menu-button, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col .menu-button, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col .menu-button, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .checkout-aside .menu-button, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .checkout-aside .menu-button, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .checkout-aside .menu-button, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col .menu-button, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col .menu-button, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside .menu-button, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside .menu-button, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside .menu-button, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col .menu-button, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col .menu-button, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col .menu-button, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col .menu-button, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside .menu-button, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside .menu-button, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside .menu-button, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col .menu-button, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col .menu-button, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .checkout-aside .menu-button, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .checkout-aside .menu-button, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .checkout-aside .menu-button, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col .menu-button, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col .menu-button, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col .menu-button, header.header-main .container .header-row .header-actions-col .row .is-act-confirmpage .checkout .checkout-aside .menu-button, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .row .checkout-aside .menu-button, header.header-main .container .header-row .header-actions-col .row .is-ctl-accountorder .checkout .checkout-aside .menu-button, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .row .checkout-aside .menu-button, header.header-main .container .header-row .header-actions-col .row .is-act-finishpage .checkout .checkout-aside .menu-button, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .row .checkout-aside .menu-button, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col .menu-button, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .checkout-aside .menu-button, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .checkout-aside .menu-button, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .checkout-aside .menu-button, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col .menu-button, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col .menu-button, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside .menu-button, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside .menu-button, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside .menu-button, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col .menu-button, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col .menu-button, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col .menu-button, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col .menu-button, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside .menu-button, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside .menu-button, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside .menu-button, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col .menu-button, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col .menu-button, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .checkout-aside .menu-button, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .checkout-aside .menu-button, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .checkout-aside .menu-button, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col .menu-button, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col .menu-button, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col .menu-button, header.header-main .cms-section .boxed .header-row .header-actions-col .row .is-act-confirmpage .checkout .checkout-aside .menu-button, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .row .checkout-aside .menu-button, header.header-main .cms-section .boxed .header-row .header-actions-col .row .is-ctl-accountorder .checkout .checkout-aside .menu-button, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .row .checkout-aside .menu-button, header.header-main .cms-section .boxed .header-row .header-actions-col .row .is-act-finishpage .checkout .checkout-aside .menu-button, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .row .checkout-aside .menu-button {
    height: 100%;
  }
  header.header-main .container .header-row .header-actions-col .row .col .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col .menu-button .header-actions-btn, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .row .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .row .checkout-aside .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .row .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .row .checkout-aside .menu-button .header-actions-btn, header.header-main .container .header-row .header-actions-col .row .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .row .checkout-aside .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .row .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .row .checkout-aside .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .row .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .row .checkout-aside .menu-button .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .row .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .row .checkout-aside .menu-button .header-actions-btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
  }
  header.header-main .container .header-row .header-actions-col .row .col .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col .menu-button .header-actions-btn .icon, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .row .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .row .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .row .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .row .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .container .header-row .header-actions-col .row .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .row .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .row .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .row .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .row .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .row .checkout-aside .menu-button .header-actions-btn .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .row .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .row .checkout-aside .menu-button .header-actions-btn .icon {
    margin-bottom: 0;
  }
  header.header-main .container .header-row .header-actions-col .row .col .menu-button .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col .menu-button .header-actions-btn .icon svg, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col .menu-button .header-actions-btn .icon svg, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col .menu-button .header-actions-btn .icon svg, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon svg, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col .menu-button .header-actions-btn .icon svg, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon svg, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col .menu-button .header-actions-btn .icon svg, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon svg, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col .menu-button .header-actions-btn .icon svg, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon svg, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col .menu-button .header-actions-btn .icon svg, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon svg, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col .menu-button .header-actions-btn .icon svg, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon svg, header.header-main .container .header-row .header-actions-col .row .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .row .checkout-aside .menu-button .header-actions-btn .icon svg, header.header-main .container .header-row .header-actions-col .row .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .row .checkout-aside .menu-button .header-actions-btn .icon svg, header.header-main .container .header-row .header-actions-col .row .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .row .checkout-aside .menu-button .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col .menu-button .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col .menu-button .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col .menu-button .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col .menu-button .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col .menu-button .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col .menu-button .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .checkout-aside .menu-button .header-actions-btn .icon svg, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col .menu-button .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .row .is-act-confirmpage .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .row .checkout-aside .menu-button .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .row .is-ctl-accountorder .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .row .checkout-aside .menu-button .header-actions-btn .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .row .is-act-finishpage .checkout .checkout-aside .menu-button .header-actions-btn .icon svg, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .row .checkout-aside .menu-button .header-actions-btn .icon svg {
    top: 0;
  }
  header.header-main .container .header-row .header-actions-col .row .mobile-header-logo-col, header.header-main .cms-section .boxed .header-row .header-actions-col .row .mobile-header-logo-col, .cms-section header.header-main .boxed .header-row .header-actions-col .row .mobile-header-logo-col, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .mobile-header-logo-col, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .mobile-header-logo-col, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .mobile-header-logo-col, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .mobile-header-logo-col, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .mobile-header-logo-col, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .mobile-header-logo-col, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .mobile-header-logo-col, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .mobile-header-logo-col, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .mobile-header-logo-col, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .mobile-header-logo-col, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .mobile-header-logo-col, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .mobile-header-logo-col, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .mobile-header-logo-col, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .mobile-header-logo-col, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .mobile-header-logo-col, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .mobile-header-logo-col, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .mobile-header-logo-col, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .mobile-header-logo-col, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .mobile-header-logo-col, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .mobile-header-logo-col, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .mobile-header-logo-col, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .mobile-header-logo-col, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .mobile-header-logo-col, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .mobile-header-logo-col {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    min-height: 45px;
  }
  header.header-main .container .header-row .header-actions-col .row .twt-search-col .search-toggle, header.header-main .cms-section .boxed .header-row .header-actions-col .row .twt-search-col .search-toggle, .cms-section header.header-main .boxed .header-row .header-actions-col .row .twt-search-col .search-toggle, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .twt-search-col .search-toggle, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .twt-search-col .search-toggle, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .twt-search-col .search-toggle, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .twt-search-col .search-toggle, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .twt-search-col .search-toggle, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .twt-search-col .search-toggle, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .twt-search-col .search-toggle, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .twt-search-col .search-toggle, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .twt-search-col .search-toggle, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .twt-search-col .search-toggle, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .twt-search-col .search-toggle, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .twt-search-col .search-toggle, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle {
    height: 100%;
  }
  header.header-main .container .header-row .header-actions-col .row .twt-search-col .search-toggle .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .row .twt-search-col .search-toggle .header-actions-btn, .cms-section header.header-main .boxed .header-row .header-actions-col .row .twt-search-col .search-toggle .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn {
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    background: none;
  }
  header.header-main .container .header-row .header-actions-col .row .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon, header.header-main .cms-section .boxed .header-row .header-actions-col .row .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon, .cms-section header.header-main .boxed .header-row .header-actions-col .row .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header.header-main .container .header-row .header-actions-col .row .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .row .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon, .cms-section header.header-main .boxed .header-row .header-actions-col .row .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon {
    margin-bottom: 0;
    color: #008555;
  }
  header.header-main .container .header-row .header-actions-col .row .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .row .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon svg, .cms-section header.header-main .boxed .header-row .header-actions-col .row .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon svg, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon svg, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon svg, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon svg, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon svg, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon svg, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon svg, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon svg, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon svg, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon svg, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon svg, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon svg, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon svg, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon svg, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon svg, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon svg, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon svg, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon svg, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .twt-search-col .search-toggle .header-actions-btn .header-search-toggle-icon .icon svg {
    top: 0;
  }
  header.header-main .container .header-row .header-actions-col .row .col-auto .header-wishlist .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .header-wishlist .header-actions-btn, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .header-wishlist .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn {
    padding-top: 0;
    padding-bottom: 0;
    background: none;
  }
  header.header-main .container .header-row .header-actions-col .row .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header.header-main .container .header-row .header-actions-col .row .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon {
    margin-bottom: 0;
  }
  header.header-main .container .header-row .header-actions-col .row .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon svg, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon svg, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon svg, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon svg, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon svg, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon svg, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon svg, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon svg, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon svg, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon svg, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon svg, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon svg, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon svg, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon svg, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon svg, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon svg, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon svg, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon svg, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon svg, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-wishlist .header-actions-btn .header-wishlist-icon .icon svg {
    top: 0;
  }
  header.header-main .container .header-row .header-actions-col .row .col-auto .account-menu .dropdown .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .account-menu .dropdown .header-actions-btn, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .account-menu .dropdown .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn {
    padding-top: 0;
    padding-bottom: 0;
    background: none;
  }
  header.header-main .container .header-row .header-actions-col .row .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header.header-main .container .header-row .header-actions-col .row .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon {
    margin-bottom: 0;
  }
  header.header-main .container .header-row .header-actions-col .row .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon svg, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon svg, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon svg, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon svg, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon svg, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon svg, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon svg, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon svg, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon svg, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon svg, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon svg, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon svg, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon svg, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon svg, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon svg, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon svg, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon svg, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon svg, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon svg, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .account-menu .dropdown .header-actions-btn .header-account-icon .icon svg {
    top: 0;
  }
  header.header-main .container .header-row .header-actions-col .row .col-auto .header-cart .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .header-cart .header-actions-btn, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .header-cart .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-cart .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-cart .header-actions-btn, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn {
    padding-top: 0;
    padding-bottom: 0;
    background: none;
  }
  header.header-main .container .header-row .header-actions-col .row .col-auto .header-cart .header-actions-btn .header-cart-icon, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .header-cart .header-actions-btn .header-cart-icon, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .header-cart .header-actions-btn .header-cart-icon, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header.header-main .container .header-row .header-actions-col .row .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon {
    margin-bottom: 0;
  }
  header.header-main .container .header-row .header-actions-col .row .col-auto .header-cart .header-actions-btn .header-cart-icon .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .row .col-auto .header-cart .header-actions-btn .header-cart-icon .icon svg, .cms-section header.header-main .boxed .header-row .header-actions-col .row .col-auto .header-cart .header-actions-btn .header-cart-icon .icon svg, header.header-main .container .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon svg, .is-act-cartpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon svg, header.header-main .container .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon svg, .is-act-checkoutregisterpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon svg, header.header-main .container .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon svg, .is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon svg, header.header-main .container .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon svg, .is-ctl-accountorder .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon svg, header.header-main .container .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon svg, .is-act-finishpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon svg, header.header-main .container .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon svg, body.is-act-confirmpage .checkout header.header-main .container .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-cartpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon svg, .is-act-cartpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-checkoutregisterpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon svg, .is-act-checkoutregisterpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon svg, .is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-ctl-accountorder .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon svg, .is-ctl-accountorder .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col .is-act-finishpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon svg, .is-act-finishpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon svg, header.header-main .cms-section .boxed .header-row .header-actions-col body.is-act-confirmpage .checkout .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon svg, body.is-act-confirmpage .checkout header.header-main .cms-section .boxed .header-row .header-actions-col .checkout-container .col-auto .header-cart .header-actions-btn .header-cart-icon .icon svg {
    top: 0;
  }
}
header.header-main .header-logo-col {
  padding-left: 0;
}
body .twt-usp-bar.is-header {
  border-color: #eef2f5;
}
.footer-main .footer-logo-custom-container {
  background-color: #008555;
  border-radius: 5px 5px 0 0;
}
.footer-main .footer-logo-custom-container .footer-logo-custom-row {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.footer-main .footer-logo-custom-container .footer-logo-custom-row img {
  filter: brightness(0) invert(100);
  width: 180px;
  height: auto;
  margin-left: 20px;
  padding: 15px 0px 15px 0px;
}
@media (min-width: 768px) {
  .footer-main #footerColumns {
    margin-top: -295px !important;
  }
  .footer-main #footerColumnsBottom .footer-column {
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
}
@media (min-width: 1200px) {
  .footer-main #footerColumnsBottom {
    margin-top: -100px !important;
  }
}
.footer-main .footer-bottom {
  padding: 20px !important;
}
.footer-main .item-icon .icon {
  color: #008555;
}
.footer-main .item-icon .icon svg use {
  fill: #008555;
}
.footer-main .container #footerColumnsTop .footer-column-footernav.footer-column.twt-element-footernav, .footer-main .cms-section .boxed #footerColumnsTop .footer-column-footernav.footer-column.twt-element-footernav, .cms-section .footer-main .boxed #footerColumnsTop .footer-column-footernav.footer-column.twt-element-footernav {
  z-index: 1;
}
.footer-main .container #footerColumnsTop .footer-column-footernav.footer-column.twt-element-footernav .footer-column-headline, .footer-main .cms-section .boxed #footerColumnsTop .footer-column-footernav.footer-column.twt-element-footernav .footer-column-headline, .cms-section .footer-main .boxed #footerColumnsTop .footer-column-footernav.footer-column.twt-element-footernav .footer-column-headline {
  width: 100%;
}
.footer-main .container #footerColumnsTop .footer-column-footernav.footer-column.twt-element-footernav .footer-column-headline a, .footer-main .cms-section .boxed #footerColumnsTop .footer-column-footernav.footer-column.twt-element-footernav .footer-column-headline a, .cms-section .footer-main .boxed #footerColumnsTop .footer-column-footernav.footer-column.twt-element-footernav .footer-column-headline a {
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer-main .container #footerColumnsTop .footer-column-footernav.footer-column.twt-element-footernav .footer-column-content .footer-column-content-inner .list-unstyled .footer-link-item, .footer-main .cms-section .boxed #footerColumnsTop .footer-column-footernav.footer-column.twt-element-footernav .footer-column-content .footer-column-content-inner .list-unstyled .footer-link-item, .cms-section .footer-main .boxed #footerColumnsTop .footer-column-footernav.footer-column.twt-element-footernav .footer-column-content .footer-column-content-inner .list-unstyled .footer-link-item {
  text-align: center;
}
.footer-main .container #footerColumnsTop .footer-column-awards.footer-column.twt-element-awards .footer-column-headline, .footer-main .cms-section .boxed #footerColumnsTop .footer-column-awards.footer-column.twt-element-awards .footer-column-headline, .cms-section .footer-main .boxed #footerColumnsTop .footer-column-awards.footer-column.twt-element-awards .footer-column-headline {
  width: 100%;
  text-align: center;
}
.footer-main .container #footerColumnsTop .footer-column-awards.footer-column.twt-element-awards .footer-column-content .footer-column-content-inner .twt-widget-awards p, .footer-main .cms-section .boxed #footerColumnsTop .footer-column-awards.footer-column.twt-element-awards .footer-column-content .footer-column-content-inner .twt-widget-awards p, .cms-section .footer-main .boxed #footerColumnsTop .footer-column-awards.footer-column.twt-element-awards .footer-column-content .footer-column-content-inner .twt-widget-awards p {
  text-align: center;
}
.footer-main .container #footerColumnsTop .footer-column-awards.footer-column.twt-element-awards .footer-column-content .footer-column-content-inner .twt-widget-awards .twt-awards-container, .footer-main .cms-section .boxed #footerColumnsTop .footer-column-awards.footer-column.twt-element-awards .footer-column-content .footer-column-content-inner .twt-widget-awards .twt-awards-container, .cms-section .footer-main .boxed #footerColumnsTop .footer-column-awards.footer-column.twt-element-awards .footer-column-content .footer-column-content-inner .twt-widget-awards .twt-awards-container {
  justify-content: center;
  gap: 15px;
}
.footer-main .container #footerColumnsTop .footer-column-awards.footer-column.twt-element-awards .footer-column-content .footer-column-content-inner .twt-widget-awards .twt-awards-container .twt-awards-custom-image-container, .footer-main .cms-section .boxed #footerColumnsTop .footer-column-awards.footer-column.twt-element-awards .footer-column-content .footer-column-content-inner .twt-widget-awards .twt-awards-container .twt-awards-custom-image-container, .cms-section .footer-main .boxed #footerColumnsTop .footer-column-awards.footer-column.twt-element-awards .footer-column-content .footer-column-content-inner .twt-widget-awards .twt-awards-container .twt-awards-custom-image-container {
  margin: 0;
}
.footer-main .container #footerColumnsBottom .footer-column-about.footer-column.twt-element-about .footer-column-headline, .footer-main .cms-section .boxed #footerColumnsBottom .footer-column-about.footer-column.twt-element-about .footer-column-headline, .cms-section .footer-main .boxed #footerColumnsBottom .footer-column-about.footer-column.twt-element-about .footer-column-headline {
  width: 100%;
  text-align: center;
}
.footer-main .container #footerColumnsBottom .footer-column-about.footer-column.twt-element-about .footer-column-content .footer-column-content-inner .twt-widget-about, .footer-main .cms-section .boxed #footerColumnsBottom .footer-column-about.footer-column.twt-element-about .footer-column-content .footer-column-content-inner .twt-widget-about, .cms-section .footer-main .boxed #footerColumnsBottom .footer-column-about.footer-column.twt-element-about .footer-column-content .footer-column-content-inner .twt-widget-about {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}
.footer-main .container #footerColumnsBottom .footer-column-about.footer-column.twt-element-about .footer-column-content .footer-column-content-inner .twt-widget-about a img, .footer-main .cms-section .boxed #footerColumnsBottom .footer-column-about.footer-column.twt-element-about .footer-column-content .footer-column-content-inner .twt-widget-about a img, .cms-section .footer-main .boxed #footerColumnsBottom .footer-column-about.footer-column.twt-element-about .footer-column-content .footer-column-content-inner .twt-widget-about a img {
  margin: 0 !important;
}
.footer-main .container .footer-column a, .footer-main .cms-section .boxed .footer-column a, .cms-section .footer-main .boxed .footer-column a {
  text-decoration: none !important;
}
.footer-main .container .footer-column a:hover, .footer-main .cms-section .boxed .footer-column a:hover, .cms-section .footer-main .boxed .footer-column a:hover {
  text-decoration: underline !important;
}
.footer-main .container .footer-column .footer-column-headline, .footer-main .cms-section .boxed .footer-column .footer-column-headline, .cms-section .footer-main .boxed .footer-column .footer-column-headline {
  padding: 20px 0 10px 0 !important;
  margin: 0 !important;
}
.twt-widget-text.twt-text.is-footer {
  font-size: 14px !important;
}
.twt-widget-benefits.twt-benefits.is-footer .twt-usp-bar-item {
  display: flex;
}
.footer-column-communities {
  display: flex;
  flex-direction: row;
  height: max-content;
  align-items: center;
  justify-content: space-between;
}
.footer-column-communities .footer-column-headline {
  display: flex !important;
  flex-direction: column !important;
  height: max-content;
}
.footer-column-communities .footer-column-headline::after {
  content: "@endlich-sicher";
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  visibility: hidden;
}
.footer-column-communities .twt-social-icon {
  width: 30px !important;
  height: 30px !important;
}
.footer-main .container .footer-columns .footer-column-headline, .footer-main .cms-section .boxed .footer-columns .footer-column-headline, .cms-section .footer-main .boxed .footer-columns .footer-column-headline {
  border: none !important;
}
@media (max-width: 767.98px) {
  .footer-main .container .footer-columns#footerColumnsTop .footer-column, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column {
    border: none;
  }
  .footer-main .footer-logo-custom-container .footer-logo-custom-row .header-logo-picture {
    display: flex;
    justify-content: center;
  }
  .footer-main .footer-logo-custom-container .footer-logo-custom-row .header-logo-picture img {
    margin: 0;
  }
  .footer-main .container #footerColumnsTop .footer-column-communities.footer-column.twt-element-communities, .footer-main .cms-section .boxed #footerColumnsTop .footer-column-communities.footer-column.twt-element-communities, .cms-section .footer-main .boxed #footerColumnsTop .footer-column-communities.footer-column.twt-element-communities {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .footer-main .container #footerColumnsTop .footer-column-communities.footer-column.twt-element-communities .footer-column-headline, .footer-main .cms-section .boxed #footerColumnsTop .footer-column-communities.footer-column.twt-element-communities .footer-column-headline, .cms-section .footer-main .boxed #footerColumnsTop .footer-column-communities.footer-column.twt-element-communities .footer-column-headline {
    text-align: center;
  }
  .footer-main .container #footerColumnsTop .footer-column-awards.footer-column.twt-element-awards .footer-column-headline, .footer-main .cms-section .boxed #footerColumnsTop .footer-column-awards.footer-column.twt-element-awards .footer-column-headline, .cms-section .footer-main .boxed #footerColumnsTop .footer-column-awards.footer-column.twt-element-awards .footer-column-headline {
    display: flex;
    justify-content: center;
  }
  .footer-main .container .footer-column-benefits.footer-column.twt-element-benefits .footer-column-headline, .footer-main .cms-section .boxed .footer-column-benefits.footer-column.twt-element-benefits .footer-column-headline, .cms-section .footer-main .boxed .footer-column-benefits.footer-column.twt-element-benefits .footer-column-headline {
    display: flex;
    justify-content: center;
  }
  .footer-main .container .footer-column-benefits.footer-column.twt-element-benefits .footer-column-content .footer-column-content-inner .twt-widget-benefits .usp-bar-content, .footer-main .cms-section .boxed .footer-column-benefits.footer-column.twt-element-benefits .footer-column-content .footer-column-content-inner .twt-widget-benefits .usp-bar-content, .cms-section .footer-main .boxed .footer-column-benefits.footer-column.twt-element-benefits .footer-column-content .footer-column-content-inner .twt-widget-benefits .usp-bar-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-main .container #footerColumnsBottom .footer-column-payment.footer-column.twt-element-payment, .footer-main .cms-section .boxed #footerColumnsBottom .footer-column-payment.footer-column.twt-element-payment, .cms-section .footer-main .boxed #footerColumnsBottom .footer-column-payment.footer-column.twt-element-payment {
    border: none;
  }
  .footer-main .container #footerColumnsBottom .footer-column-payment.footer-column.twt-element-payment .footer-column-headline, .footer-main .cms-section .boxed #footerColumnsBottom .footer-column-payment.footer-column.twt-element-payment .footer-column-headline, .cms-section .footer-main .boxed #footerColumnsBottom .footer-column-payment.footer-column.twt-element-payment .footer-column-headline {
    display: flex;
    justify-content: center;
  }
  .footer-main .container #footerColumnsBottom .footer-column-payment.footer-column.twt-element-payment .footer-column-content .footer-column-content-inner .twt-widget-payment, .footer-main .cms-section .boxed #footerColumnsBottom .footer-column-payment.footer-column.twt-element-payment .footer-column-content .footer-column-content-inner .twt-widget-payment, .cms-section .footer-main .boxed #footerColumnsBottom .footer-column-payment.footer-column.twt-element-payment .footer-column-content .footer-column-content-inner .twt-widget-payment {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .footer-main .container #footerColumnsBottom .footer-column-text.footer-column.twt-element-text, .footer-main .cms-section .boxed #footerColumnsBottom .footer-column-text.footer-column.twt-element-text, .cms-section .footer-main .boxed #footerColumnsBottom .footer-column-text.footer-column.twt-element-text {
    border: none;
  }
  .footer-main .container #footerColumnsBottom .footer-column-text.footer-column.twt-element-text .footer-column-content .footer-column-content-inner .twt-widget-text, .footer-main .cms-section .boxed #footerColumnsBottom .footer-column-text.footer-column.twt-element-text .footer-column-content .footer-column-content-inner .twt-widget-text, .cms-section .footer-main .boxed #footerColumnsBottom .footer-column-text.footer-column.twt-element-text .footer-column-content .footer-column-content-inner .twt-widget-text {
    text-align: center;
  }
  .footer-main .container #footerColumnsBottom .footer-column-about.footer-column.twt-element-about .footer-column-headline, .footer-main .cms-section .boxed #footerColumnsBottom .footer-column-about.footer-column.twt-element-about .footer-column-headline, .cms-section .footer-main .boxed #footerColumnsBottom .footer-column-about.footer-column.twt-element-about .footer-column-headline {
    display: flex;
    justify-content: center;
  }
  .footer-main .footer-bottom span {
    text-align: center;
  }
}
body #___ratingbadge_0 {
  z-index: 1000 !important;
}
.cms-section-default.boxed .cms-block:not(.twt-cms-block-reset):not(.bg-color) {
  background: none;
}
.cms-section-default.boxed .cms-block:not(.twt-cms-block-reset) {
  border: none;
}
.border-for-static-element .cms-section-default .cms-block-container .cms-block-container-row {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
.image-without-padding .cms-block-container .cms-block-container-row .twt-column.left.first {
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .image-without-padding .cms-block-container .cms-block-container-row .twt-column.left.first {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .mobile-text-center .cms-element-text {
    text-align: center;
  }
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, span, a {
  hyphens: auto;
}
.extra-padding-rows {
  margin-bottom: 60px;
}
.link-word-custom {
  font-weight: bold;
  background: white;
}
.link-word-custom:hover {
  text-decoration: none;
}
.extra-heading-padding {
  margin: 0 !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .hidden-mobile {
    display: none !important;
  }
}
pseudoHEins, .pseudoHEins {
  hyphens: auto;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 700;
  color: #008555;
}
pseudoHZwei, .pseudoHZwei {
  hyphens: auto;
  font-size: 21px;
  line-height: 34px;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 700;
  color: #008555;
}
pseudoHDrei, .pseudoHDrei {
  hyphens: auto;
  font-size: 18px;
  line-height: 33px;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 700;
  color: #008555;
}
pseudoHVier, .pseudoHVier {
  hyphens: auto;
  font-size: 1.25rem;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 700;
  color: #008555;
}
pseudoHFuenf, .pseudoHFuenf {
  hyphens: auto;
  font-size: 1rem;
  line-height: 21px;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 700;
  color: #008555;
}
pseudoHSechs, .pseudoHSechs {
  hyphens: auto;
  font-size: 0.875rem;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 700;
  color: #008555;
}
.mt-2.d-none.only-support-apple-pay.js-apple-pay-container.mollie-apple-pay-direct-listing {
  margin-top: 0;
}
.module-home-enumeration-text-image-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  height: fit-content;
}
.module-home-enumeration-text-image-container .module-home-enumeration-text-image-text {
  margin: 0;
}
.module-home-enumeration-text-image-container img {
  margin-right: 10px;
  align-self: baseline;
}
.module-home-enumeration-headline-container .module-home-enumeration-headline {
  text-align: center;
}
.nav-main .main-navigation-link {
  font-family: "Work Sans";
}
.module-image-text {
  max-width: 955px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px !important;
}
.module-image-text .module-image-text-image-container {
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px 0 0 5px;
}
.module-image-text .module-image-text-image-container img {
  width: 100%;
  height: auto;
  border-radius: 5px 0 0 5px;
  visibility: hidden;
}
.module-image-text .module-image-text-text-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 15px;
  border-radius: 0 5px 5px 0;
}
.module-image-text .module-image-text-text-container .module-image-text-headline {
  color: #fff;
}
.module-image-text .module-image-text-text-container span {
  max-width: 350px;
}
.module-image-text.normal {
  max-width: unset;
}
@media (max-width: 991.98px) {
  .module-image-text .module-image-text-image-container {
    border-radius: 5px 5px 0 0;
  }
  .module-image-text .module-image-text-image-container img {
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: auto;
  }
  .module-image-text .module-image-text-text-container {
    border-radius: 0 0 5px 5px;
  }
}
.block-links {
  width: 100%;
}
.block-links .block-links__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  /**
        * Utility: Ripple
        * --------------------------------------------------
        */
  /**
        * Animation: Ripple
        * --------------------------------------------------
        */
}
.block-links .block-links__content .btn {
  margin-top: 30px;
  margin-bottom: 15px;
  margin-right: 15px;
  border-radius: 5px;
  padding: 10px 15px;
  position: relative;
}
.block-links .block-links__content .btn.links {
  align-self: flex-start;
}
.block-links .block-links__content .btn.rechts {
  align-self: flex-end;
}
.block-links .block-links__content .btn.mitte {
  align-self: center;
}
.block-links .block-links__content .btn.btn-primary {
  background: #008555;
  color: #fff;
  border: 1px solid #008555;
}
.block-links .block-links__content .btn.btn-primary:hover {
  background: #005537;
  color: #fff;
  border: 1px solid #005537;
}
.block-links .block-links__content .btn.btn-primary:active {
  background: #008555;
  border: 1px solid #008555;
  box-shadow: inset 0px 3px 10px #0000004D;
  color: #fff;
}
.block-links .block-links__content .btn.btn-secondary {
  background: #fff;
  color: #008555;
  border: 1px solid #D9D9D9;
}
.block-links .block-links__content .btn.btn-secondary:hover {
  background: #F5F5F5;
  color: #008555;
  border: 1px solid #D9D9D9;
}
.block-links .block-links__content .btn.btn-secondary:active {
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  box-shadow: inset 0px 3px 10px #0000004D;
  color: #008555;
}
.block-links .block-links__content .c-ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
}
.block-links .block-links__content .btn.btn-primary .c-ripple .c-ripple__circle {
  background: #029B64;
}
.block-links .block-links__content .btn.btn-secondary .c-ripple .c-ripple__circle {
  background: #E9EAE9;
}
.block-links .block-links__content .c-ripple__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
}
.block-links .block-links__content .c-ripple.is-active .c-ripple__circle {
  animation: a-ripple 0.4s ease-in;
}
@keyframes a-ripple {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}
@media (max-width: 767.98px) {
  .block-links .block-links__content .btn.btn-primary {
    min-width: 180px;
    font-size: 16px;
  }
  .block-links .block-links__content .btn.btn-secondary {
    width: 100%;
    font-size: 16px;
    margin-left: 15px;
  }
}
.module-logo-slider .container-logo-slider {
  padding: 0;
}
.module-logo-slider .container-logo-slider h2, .module-logo-slider .container-logo-slider .h2 {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.module-logo-slider .container-logo-slider .logo-slider.swiper {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
}
.module-logo-slider .container-logo-slider .logo-slider.swiper .swiper-wrapper {
  display: flex;
  align-items: center;
  padding: 40px 0;
}
.module-logo-slider .container-logo-slider .logo-slider.swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}
.module-logo-slider .container-logo-slider .logo-slider.swiper .swiper-button-prev, .module-logo-slider .container-logo-slider .logo-slider.swiper .swiper-button-next {
  color: #D9D9D9;
  border: 1px solid #D9D9D9;
}
.module-logo-slider .container-logo-slider .logo-slider.swiper .swiper-button-prev::after, .module-logo-slider .container-logo-slider .logo-slider.swiper .swiper-button-next::after {
  font-size: 15px;
}
.module-logo-slider .container-logo-slider .logo-slider.swiper .swiper-button-prev {
  left: 0;
  border-left: none;
}
.module-logo-slider .container-logo-slider .logo-slider.swiper .swiper-button-next {
  border-right: none;
  right: 0;
}
@media (max-width: 767.98px) {
  .module-logo-slider .container-logo-slider {
    padding: 0;
  }
}
.block-faq {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 15px 0px;
}
.block-faq h3, .block-faq .h3, .block-faq h2, .block-faq .h2, .block-faq h1, .block-faq .h1, .block-faq h4, .block-faq .h4, .block-faq h5, .block-faq .h5, .block-faq h6, .block-faq .h6 {
  color: #6F6F6F;
}
.block-faq .block-faq-content-inner .accordion-item.collapsed {
  position: relative;
}
.block-faq .block-faq-content-inner .accordion-item.collapsed img {
  transform: rotate(0);
  width: 20px;
  position: absolute;
  top: 7px;
  right: 0;
  filter: invert(43%) sepia(0%) saturate(0%) hue-rotate(117deg) brightness(99%) contrast(93%);
}
.block-faq .block-faq-content-inner .accordion-item {
  position: relative;
}
.block-faq .block-faq-content-inner .accordion-item img {
  transform: rotate(180deg);
  width: 20px;
  position: absolute;
  top: 7px;
  right: 0;
  filter: invert(43%) sepia(0%) saturate(0%) hue-rotate(117deg) brightness(99%) contrast(93%);
}
.block-faq .block-faq-content-inner .accordion-item h3, .block-faq .block-faq-content-inner .accordion-item .h3, .block-faq .block-faq-content-inner .accordion-item h2, .block-faq .block-faq-content-inner .accordion-item .h2, .block-faq .block-faq-content-inner .accordion-item h1, .block-faq .block-faq-content-inner .accordion-item .h1, .block-faq .block-faq-content-inner .accordion-item h4, .block-faq .block-faq-content-inner .accordion-item .h4, .block-faq .block-faq-content-inner .accordion-item h5, .block-faq .block-faq-content-inner .accordion-item .h5, .block-faq .block-faq-content-inner .accordion-item h6, .block-faq .block-faq-content-inner .accordion-item .h6 {
  max-width: 90%;
}
@media (max-width: 767.98px) {
  .block-faq-content .block-faq-content-row .block-faq-content-inner {
    padding-bottom: 15px;
  }
}
.product-slider .base-slider-controls {
  opacity: 1;
}
.product-slider .base-slider-controls .product-slider-controls-prev {
  border-radius: 0 5px 5px 0;
  border: 1px solid #d9d9d9;
}
.product-slider .base-slider-controls .product-slider-controls-next {
  border-radius: 5px 0 0 5px;
  border: 1px solid #d9d9d9;
}
.product-slider .base-slider-controls .product-slider-controls-next .icon, .product-slider .base-slider-controls .product-slider-controls-prev .icon {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-slider .base-slider-controls .product-slider-controls-next .icon svg, .product-slider .base-slider-controls .product-slider-controls-prev .icon svg {
  height: 15px;
  width: 15px;
}
.product-slider .product-slider-item.tns-item {
  height: 100%;
}
.product-slider.has-nav-outside {
  padding: 0;
}
.card.product-box, .card.swkweb-content-manager-article-box {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
.card.product-box .card-body, .card.swkweb-content-manager-article-box .card-body {
  padding: 0;
}
.card.product-box .card-body .product-rating, .card.swkweb-content-manager-article-box .card-body .product-rating {
  padding: 0 15px;
}
.card.product-box .card-body .product-name, .card.swkweb-content-manager-article-box .card-body .product-name, .card.product-box .card-body .swkweb-content-manager-article-box-title, .card.swkweb-content-manager-article-box .card-body .swkweb-content-manager-article-box-title {
  padding: 0 15px;
  min-height: 44px;
}
.card.product-box .card-body .product-variant-characteristics, .card.swkweb-content-manager-article-box .card-body .product-variant-characteristics {
  padding: 0 15px;
  min-height: 18px;
}
.card.product-box .card-body .product-description, .card.swkweb-content-manager-article-box .card-body .product-description, .card.product-box .card-body .swkweb-content-manager-article-box-content, .card.swkweb-content-manager-article-box .card-body .swkweb-content-manager-article-box-content {
  padding: 0 15px;
}
.card.product-box .card-body .product-box-count-price, .card.swkweb-content-manager-article-box .card-body .product-box-count-price {
  display: flex;
  align-items: center;
  padding: 0 15px;
  margin-bottom: 10px;
  margin-top: auto;
}
.card.product-box .card-body .product-box-count-price .product-child-counter, .card.swkweb-content-manager-article-box .card-body .product-box-count-price .product-child-counter {
  width: 50%;
  min-height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.card.product-box .card-body .product-box-count-price .product-child-counter .childcounter, .card.swkweb-content-manager-article-box .card-body .product-box-count-price .product-child-counter .childcounter {
  margin: 0;
  color: #008555;
}
.card.product-box .card-body .product-box-count-price .product-price-info, .card.swkweb-content-manager-article-box .card-body .product-box-count-price .product-price-info {
  padding: 0;
  width: 50%;
  min-height: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.card.product-box .card-body .product-box-count-price .product-price-info .listing-text-before-price, .card.swkweb-content-manager-article-box .card-body .product-box-count-price .product-price-info .listing-text-before-price {
  margin: 0;
  padding-bottom: 0;
  color: #566573;
  font-weight: bold;
}
.card.product-box .card-body .product-box-count-price .product-price-unit, .card.swkweb-content-manager-article-box .card-body .product-box-count-price .product-price-unit {
  display: none;
}
.card.product-box .card-body .product-action, .card.swkweb-content-manager-article-box .card-body .product-action {
  position: relative;
  bottom: 0;
  opacity: 1;
  width: 100%;
  margin-top: 0;
  padding: 0;
}
.card.product-box .card-body .product-action .d-grid .btn-detail, .card.swkweb-content-manager-article-box .card-body .product-action .d-grid .btn-detail, .card.product-box .card-body .product-action .d-grid .btn-buy, .card.swkweb-content-manager-article-box .card-body .product-action .d-grid .btn-buy {
  display: flex;
  padding: 0;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  align-items: center;
  max-width: 99.5%;
  left: 1px;
  position: relative;
  max-height: 99.5%;
  bottom: 1px;
}
.card.product-box .card-body .product-action .d-grid .btn-detail .button-icon, .card.swkweb-content-manager-article-box .card-body .product-action .d-grid .btn-detail .button-icon, .card.product-box .card-body .product-action .d-grid .btn-buy .button-icon, .card.swkweb-content-manager-article-box .card-body .product-action .d-grid .btn-buy .button-icon {
  min-height: 50px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom-right-radius: 5px;
}
.card.product-box .card-body .product-action .d-grid .btn-detail .button-label, .card.swkweb-content-manager-article-box .card-body .product-action .d-grid .btn-detail .button-label, .card.product-box .card-body .product-action .d-grid .btn-buy .button-label, .card.swkweb-content-manager-article-box .card-body .product-action .d-grid .btn-buy .button-label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card.product-box .card-body .product-action .d-grid .btn-detail .button-icon, .card.swkweb-content-manager-article-box .card-body .product-action .d-grid .btn-detail .button-icon {
  background: #008555;
}
.card.product-box .card-body .product-action .d-grid .btn-detail:hover .button-icon, .card.swkweb-content-manager-article-box .card-body .product-action .d-grid .btn-detail:hover .button-icon {
  background: #005537;
}
.card.product-box .card-body .product-action .d-grid .btn-buy:hover, .card.swkweb-content-manager-article-box .card-body .product-action .d-grid .btn-buy:hover {
  background: #005537;
}
.card.product-box .card-body .product-action .mollie-privacy-note .form-text.privacy-notice, .card.swkweb-content-manager-article-box .card-body .product-action .mollie-privacy-note .form-text.privacy-notice {
  padding: 2.5px;
}
.card.product-box .card-body .product-action .mollie-privacy-note .form-text.privacy-notice .form-check .form-check-input, .card.swkweb-content-manager-article-box .card-body .product-action .mollie-privacy-note .form-text.privacy-notice .form-check .form-check-input {
  height: 1rem;
}
.card.product-box .card-body .product-image-wrapper, .card.swkweb-content-manager-article-box .card-body .product-image-wrapper {
  padding: 0 15px;
}
.card.product-box .card-body .product-wishlist .product-wishlist-action-circle, .card.swkweb-content-manager-article-box .card-body .product-wishlist .product-wishlist-action-circle {
  margin-right: 5px;
}
.card.product-box:hover, .card.swkweb-content-manager-article-box:hover {
  box-shadow: 0px 3px 20px #00000026;
}
.card.product-box.box-standard .card-body .product-variant-characteristics, .card.box-standard.swkweb-content-manager-article-box .card-body .product-variant-characteristics {
  min-height: unset;
}
.card.product-box.box-standard .card-body .product-name, .card.box-standard.swkweb-content-manager-article-box .card-body .product-name, .card.product-box.box-standard .card-body .swkweb-content-manager-article-box-title, .card.box-standard.swkweb-content-manager-article-box .card-body .swkweb-content-manager-article-box-title {
  margin-bottom: 0;
}
.card.product-box.box-standard .card-body .product-description, .card.box-standard.swkweb-content-manager-article-box .card-body .product-description, .card.product-box.box-standard .card-body .swkweb-content-manager-article-box-content, .card.box-standard.swkweb-content-manager-article-box .card-body .swkweb-content-manager-article-box-content {
  margin-top: 0;
  text-align: left;
}
.twt-hero-slider {
  aspect-ratio: 4;
  overflow: hidden !important;
}
.twt-hero-slider .twt-hero-slider-item.carousel-item {
  aspect-ratio: 4;
}
.twt-hero-slider .twt-hero-slider-item.carousel-item .twt-hero-slider-item-content {
  position: absolute;
  left: 0;
  top: 0;
}
.twt-hero-slider .tns-nav.carousel-indicators button {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
  box-shadow: none;
  border-radius: 0;
}
.twt-hero-slider .tns-nav.carousel-indicators button.active {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .twt-hero-slider {
    aspect-ratio: unset;
  }
}
/* .module-top-categories {
    .top-categories {
        padding: 0px 40px 0px 0px;
        .top-categorties-inner {
            gap: 20px 0;
            .category-card {
                padding: 0 10px;
                .category-card-inner {
                    position: relative;
                    padding: 5px;
                    border: 1px solid #D9D9D9;
                    border-radius: 3px;
                    background-color: white;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    img {
                        max-width: 125px;
                        width: 110px;
                        padding: 10px;
                        height: auto;
                    }
                    p {
                        display: block;
                        width: 100%;
                        text-align: center;
                        font-size:15px;
                        font-weight: 700;
                    }
                }
            }   
        }
    }
    .top-categories-extend-events {
        padding:0;
        .top-categories-extend-events-inner {
            background-color: #D9D9D9;
            aspect-ratio: 1/1;
        }
    }
} */
.module-top-categories .top-categories .top-categorties-inner {
  gap: 40px 0;
}
.module-top-categories .top-categories .top-categorties-inner .category-card .category-card-inner {
  position: relative;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background-color: white;
  text-align: center;
}
.module-top-categories .top-categories .top-categorties-inner .category-card .category-card-inner img {
  width: 80%;
}
.module-top-categories .top-categories .top-categorties-inner .category-card .category-card-inner p {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  hyphens: auto;
}
.module-top-categories .top-categories .top-categorties-inner .category-card .category-card-inner:hover {
  background: #f5f5f5;
}
.module-top-categories .top-categories-extend-events .top-categories-extend-events-inner {
  height: 100%;
  aspect-ratio: 1;
}
@media (max-width: 991.98px) {
  .module-top-categories .top-categories {
    margin-bottom: 30px;
  }
  .module-top-categories .top-categories .top-categorties-inner .category-card .category-card-inner {
    height: 100%;
    width: 100%;
  }
  .module-top-categories .top-categories-extend-events .top-categories-extend-events-inner {
    aspect-ratio: auto;
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .module-top-categories .top-categories-extend-events .top-categories-extend-events-inner {
    aspect-ratio: auto;
  }
  .module-top-categories .top-categories-extend-events .top-categories-extend-events-inner a img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 479.98px) {
  .module-top-categories .top-categories-extend-events .top-categories-extend-events-inner a img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .module-blog-glossary.mobile {
    display: inherit !important;
  }
  .module-blog-glossary {
    display: none;
  }
}
.module-blog-glossary ul li {
  list-style-image: url("/media/89/57/a5/1718347121/pfeil-rechts-klein.svg?1718347121");
  filter: brightness(0) saturate(100%) invert(17%) sepia(0%) saturate(644%) hue-rotate(136deg) brightness(101%) contrast(90%) !important;
}
.module-blog-glossary ul li a {
  color: #333333;
  text-decoration: none;
}
.module-blog-glossary pseudohzwei {
  color: #333333;
}
.module-blog-glossary.mobile {
  border: 1px solid #D9D9D9;
  padding: 15px;
  cursor: pointer;
  display: none;
}
.module-blog-glossary.mobile .module-blog-glossary-mobile-title {
  color: #333333;
  position: relative;
}
.module-blog-glossary.mobile .module-blog-glossary-mobile-title .description-title {
  margin: 0;
}
.module-blog-glossary.mobile .module-blog-glossary-mobile-title .chevron {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.module-blog-glossary.mobile .module-blog-glossary-mobile-title .chevron .icon {
  width: 16px;
  height: 16px;
  color: #008555;
}
.module-blog-glossary.mobile .module-blog-glossary-mobile-title .chevron .icon svg {
  height: 16px;
  width: 16px;
}
.module-blog-glossary.mobile .module-blog-glossary-mobile-title .chevron .icon svg use {
  fill: #008555;
}
.module-blog-glossary.mobile .module-blog-glossary-mobile-text {
  display: none;
  margin-top: 1rem;
  margin-bottom: 0;
}
.module-blog-glossary.mobile .module-blog-glossary-mobile-text.active {
  display: inherit;
}
.module-blog-glossary.mobile .module-blog-glossary-mobile-title.active .chevron {
  transform: rotate(180deg);
}
.module-blog-categoies {
  display: flex;
}
.module-blog-categoies .module-blog-categoies-left .module-blog-categoies-left-inner .module-blog-categoies-left-card {
  padding: 10px 10px 10px 10px;
  border-radius: 3px;
}
.module-blog-categoies .module-blog-categoies-left .module-blog-categoies-left-inner .module-blog-categoies-left-card a {
  border-radius: 3px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
  background: #272E28 0% 0% no-repeat padding-box;
}
.module-blog-categoies .module-blog-categoies-left .module-blog-categoies-left-inner .module-blog-categoies-left-card a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 2;
  opacity: 0.3;
  transition: transform 0.5s;
}
.module-blog-categoies .module-blog-categoies-left .module-blog-categoies-left-inner .module-blog-categoies-left-card a p {
  position: absolute;
  width: 100%;
  text-align: center;
  color: white;
  font-weight: 700;
  z-index: 1;
  opacity: 1;
  margin: 0;
}
.module-blog-categoies .module-blog-categoies-left .module-blog-categoies-left-inner .module-blog-categoies-left-card a:hover img {
  opacity: 0.5;
  transform: scale(1.1);
  transition: transform 0.5s;
}
.module-blog-categoies .module-blog-categoies-right {
  margin-top: 10px;
  margin-bottom: 10px;
}
.module-blog-categoies .module-blog-categoies-right .module-blog-categoies-right-inner {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-color: #008555;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.module-blog-categoies .module-blog-categoies-right .module-blog-categoies-right-inner p {
  color: white;
  font-weight: 700;
}
.module-blog-categoies .module-blog-categoies-right .module-blog-categoies-right-inner .p-bigger {
  font-size: 28px;
  font-weight: 700;
}
.module-blog-categoies .module-blog-categoies-right .module-blog-categoies-right-inner:hover {
  text-decoration: none;
}
.module-blog-categoies .module-blog-categoies-right:hover .module-blog-categoies-right-inner {
  background-color: #005537;
}
.product-badges {
  left: 0;
  top: 1.5rem;
}
.product-badges .badge {
  border-radius: 0 3px 3px 0;
  box-shadow: none;
  color: #ffffff;
}
.card.blog-card {
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #D9D9D9;
  height: 100%;
}
.card.blog-card .blog-image-link {
  overflow: hidden;
}
.card.blog-card .blog-image-link .blog-image.card-img-top {
  transition: transform 0.5s;
}
.card.blog-card .card-body {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.card.blog-card .card-body .sas-blog-card-parent-cat {
  color: #008555;
  margin: 10px 0px;
  font-size: 14px;
  font-weight: 700;
}
.card.blog-card .card-body .card-title {
  border-bottom: none;
}
.card.blog-card .card-body .card-title a {
  color: #272E28;
}
.card.blog-card .card-body .blog-article-categories {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  font-weight: 400;
  gap: 10px 10px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.card.blog-card .card-body .blog-article-categories span {
  display: block;
  background: #D9D9D9;
  padding: 3px;
  font-size: 12px;
}
.card.blog-card .card-body .card-text {
  height: 125px;
}
.card.blog-card .card-footer {
  display: none;
}
.card.blog-card:hover {
  box-shadow: 0px 3px 30px #00000029;
}
.card.blog-card:hover .blog-image-link {
  overflow: hidden;
}
.card.blog-card:hover .blog-image-link .blog-image.card-img-top {
  transform: scale(1.1);
  transition: transform 0.5s;
}
.sas-blog-detail .sas-blog-detail-article {
  display: flex;
  flex-direction: column;
}
.sas-blog-detail .sas-blog-detail-article .blog-image-teaser {
  order: 0;
}
.sas-blog-detail .sas-blog-detail-article .sas-blog-detail-title {
  order: 2;
}
.sas-blog-detail .sas-blog-detail-article .sas-blog-detail-article-meta {
  order: 1;
}
.sas-blog-detail .sas-blog-detail-article .sas-blog-detail-article-meta .sas-author {
  width: 0px;
  min-width: unset;
  overflow: hidden;
  visibility: hidden;
  height: 0px;
  min-height: unset;
}
.sas-blog-detail .sas-blog-detail-article .sas-blog-detail-article-meta .sas-category {
  padding: 5px 10px;
  font-size: 14px;
  background: #D9D9D9;
  color: #272E28;
}
.sas-blog-detail .sas-blog-detail-article .sas-blog-detail-article-meta .sas-category .icon-folder-thumbnail {
  display: none !important;
}
.is-ctl-cachedblog .sas-blog-detail {
  background: white !important;
}
.is-ctl-cachedblog .sas-blog-detail .sas-blog-detail-article {
  padding: 0 !important;
}
.is-ctl-cachedblog .sas-blog-detail .sas-blog-detail-article blog-image-teaser {
  aspect-ratio: 2;
  object-fit: none;
}
.is-ctl-cachedblog .sas-blog-detail .sas-blog-detail-article-meta, .is-ctl-cachedblog .sas-blog-detail .sas-blog-detail-title {
  padding: 0 60px;
}
.is-ctl-cachedblog .sas-blog-detail-item-date {
  display: none;
}
.is-ctl-cachedblog.has-sticky-product .cms-block-container {
  position: unset;
}
.is-ctl-cachedblog.has-sticky-product .sas-blog-detail-item-date {
  display: none;
}
.is-ctl-cachedblog.has-sticky-product .cms-block-blog-detail {
  position: relative;
}
.is-ctl-cachedblog.has-sticky-product .blog-related-products-slider .wishlist-extra-title-custom {
  display: none;
}
@media (min-width: 992px) {
  .is-ctl-cachedblog.has-sticky-product .blog-related-products-slider {
    position: absolute;
    top: 0;
    right: 0;
    width: 24%;
    max-width: 320px;
    height: auto;
  }
  .is-ctl-cachedblog.has-sticky-product .blog-related-products-slider .wishlist-extra-title-custom {
    display: none;
  }
  .is-ctl-cachedblog.has-sticky-product .blog-related-products-slider #tns1 {
    width: 100%;
  }
  .is-ctl-cachedblog.has-sticky-product .blog-related-products-slider .cms-block-container {
    padding: 0 20px 0px 20px !important;
    width: 100%;
  }
  .is-ctl-cachedblog.has-sticky-product .blog-related-products-slider.fixed {
    position: fixed;
    top: 15%;
    width: 24%;
    max-width: 320px;
    transition: top 0.5s ease, bottom 0.5s ease;
    right: 0.5%;
  }
  .is-ctl-cachedblog.has-sticky-product .blog-related-products-slider.stay-bottom {
    position: absolute;
    top: unset;
    bottom: 0;
    width: 24%;
    max-width: 320px;
    right: 0;
    /* transition: top 0.5s ease, bottom 0.5s ease; */
  }
}
@media (min-width: 1200px) {
  .is-ctl-cachedblog.has-sticky-product .blog-related-products-slider.fixed {
    right: 1%;
  }
}
@media (min-width: 1440px) {
  .is-ctl-cachedblog.has-sticky-product .blog-related-products-slider.fixed {
    right: 1.5%;
  }
}
@media screen and (min-width: 1440px) {
  .is-ctl-cachedblog.has-sticky-product .blog-related-products-slider.fixed {
    right: 2.5%;
  }
}
@media screen and (min-width: 1599px) {
  .is-ctl-cachedblog.has-sticky-product .blog-related-products-slider.fixed {
    right: 7.5%;
  }
}
@media screen and (min-width: 1799px) {
  .is-ctl-cachedblog.has-sticky-product .blog-related-products-slider.fixed {
    right: 12%;
  }
}
@media screen and (min-width: 1919px) {
  .is-ctl-cachedblog.has-sticky-product .blog-related-products-slider.fixed {
    right: 14.5%;
  }
}
@media (min-width: 992px) and (max-width: 1439.98px) {
  .is-ctl-cachedblog.has-sticky-product .blog-related-products-slider .card-body .product-info .product-action .d-grid .btn .button-label {
    white-space: normal;
  }
}
.blog-image-teaser.card-img-top {
  height: 400px !important;
  width: auto !important;
  object-fit: cover !important;
}
.cart-offcanvas .offcanvas-cart-vertical-product-slider {
  max-width: 160px;
  padding: 0 20px 5px 10px;
  background: #fff;
  margin-right: 15px;
}
.cart-offcanvas .offcanvas-cart-vertical-product-slider .cms-element-cart-product-slider .cart-product-slider .cms-element-title .cms-element-title-paragraph {
  font-size: 16px;
  font-weight: bold;
  hyphens: inherit;
}
.cart-offcanvas .offcanvas-cart-vertical-product-slider .cms-element-cart-product-slider .cart-product-slider .product-slider-inner .product-slider-controls-container .base-slider-controls .product-slider-controls-next {
  bottom: 45px;
}
.cart-offcanvas .offcanvas-cart-vertical-product-slider .cms-element-cart-product-slider .cart-product-slider .product-slider-inner .product-slider-container .product-slider-item .card.product-box, .cart-offcanvas .offcanvas-cart-vertical-product-slider .cms-element-cart-product-slider .cart-product-slider .product-slider-inner .product-slider-container .product-slider-item .card.swkweb-content-manager-article-box {
  border: none;
}
.cart-offcanvas .offcanvas-cart-vertical-product-slider .cms-element-cart-product-slider .cart-product-slider .product-slider-inner .product-slider-container .product-slider-item .card.product-box .card-body .product-badges, .cart-offcanvas .offcanvas-cart-vertical-product-slider .cms-element-cart-product-slider .cart-product-slider .product-slider-inner .product-slider-container .product-slider-item .card.swkweb-content-manager-article-box .card-body .product-badges {
  display: none;
}
.cart-offcanvas .offcanvas-cart-vertical-product-slider .cms-element-cart-product-slider .cart-product-slider .product-slider-inner .product-slider-container .product-slider-item .card.product-box .card-body .product-image-wrapper .product-image-link, .cart-offcanvas .offcanvas-cart-vertical-product-slider .cms-element-cart-product-slider .cart-product-slider .product-slider-inner .product-slider-container .product-slider-item .card.swkweb-content-manager-article-box .card-body .product-image-wrapper .product-image-link {
  max-width: 70px;
  max-height: 70px;
  padding-top: 70px;
  margin-left: auto;
  margin-right: auto;
}
.cart-offcanvas .offcanvas-cart-vertical-product-slider .cms-element-cart-product-slider .cart-product-slider .product-slider-inner .product-slider-container .product-slider-item .card.product-box .card-body .product-image-wrapper .product-wishlist button .icon-wishlist, .cart-offcanvas .offcanvas-cart-vertical-product-slider .cms-element-cart-product-slider .cart-product-slider .product-slider-inner .product-slider-container .product-slider-item .card.swkweb-content-manager-article-box .card-body .product-image-wrapper .product-wishlist button .icon-wishlist {
  color: #008555;
}
.cart-offcanvas .offcanvas-cart-vertical-product-slider .cms-element-cart-product-slider .cart-product-slider .product-slider-inner .product-slider-container .product-slider-item .card.product-box .card-body .product-image-wrapper .product-wishlist button .product-wishlist-btn-content, .cart-offcanvas .offcanvas-cart-vertical-product-slider .cms-element-cart-product-slider .cart-product-slider .product-slider-inner .product-slider-container .product-slider-item .card.swkweb-content-manager-article-box .card-body .product-image-wrapper .product-wishlist button .product-wishlist-btn-content {
  color: #008555;
}
.cart-offcanvas .offcanvas-cart-vertical-product-slider .cms-element-cart-product-slider .cart-product-slider .product-slider-inner .product-slider-container .product-slider-item .card.product-box .card-body .product-info .product-name, .cart-offcanvas .offcanvas-cart-vertical-product-slider .cms-element-cart-product-slider .cart-product-slider .product-slider-inner .product-slider-container .product-slider-item .card.swkweb-content-manager-article-box .card-body .product-info .product-name, .cart-offcanvas .offcanvas-cart-vertical-product-slider .cms-element-cart-product-slider .cart-product-slider .product-slider-inner .product-slider-container .product-slider-item .card.product-box .card-body .product-info .swkweb-content-manager-article-box-title, .cart-offcanvas .offcanvas-cart-vertical-product-slider .cms-element-cart-product-slider .cart-product-slider .product-slider-inner .product-slider-container .product-slider-item .card.swkweb-content-manager-article-box .card-body .product-info .swkweb-content-manager-article-box-title {
  font-size: 14px;
  color: #6F6F6F;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: break-word;
  hyphens: auto;
  padding-bottom: 2px;
  margin-bottom: 0;
}
.cart-offcanvas .offcanvas-cart-vertical-product-slider .cms-element-cart-product-slider .cart-product-slider .product-slider-inner .product-slider-container .product-slider-item .card.product-box .card-body .product-info .product-action, .cart-offcanvas .offcanvas-cart-vertical-product-slider .cms-element-cart-product-slider .cart-product-slider .product-slider-inner .product-slider-container .product-slider-item .card.swkweb-content-manager-article-box .card-body .product-info .product-action {
  display: none;
}
.cart-offcanvas .offcanvas-cart-vertical-product-slider .cms-element-cart-product-slider .cart-product-slider .product-slider-inner .product-slider-container .product-slider-item .card.product-box .card-body .product-box-count-price, .cart-offcanvas .offcanvas-cart-vertical-product-slider .cms-element-cart-product-slider .cart-product-slider .product-slider-inner .product-slider-container .product-slider-item .card.swkweb-content-manager-article-box .card-body .product-box-count-price {
  margin-bottom: 0;
}
.cart-offcanvas .offcanvas-cart-vertical-product-slider .cms-element-cart-product-slider .cart-product-slider .product-slider-inner .product-slider-container .product-slider-item .card.product-box .card-body .product-box-count-price .product-child-counter, .cart-offcanvas .offcanvas-cart-vertical-product-slider .cms-element-cart-product-slider .cart-product-slider .product-slider-inner .product-slider-container .product-slider-item .card.swkweb-content-manager-article-box .card-body .product-box-count-price .product-child-counter {
  display: none;
}
.cart-offcanvas .offcanvas-cart-vertical-product-slider .cms-element-cart-product-slider .cart-product-slider .product-slider-inner .product-slider-container .product-slider-item .card.product-box .card-body .product-box-count-price .product-price-info, .cart-offcanvas .offcanvas-cart-vertical-product-slider .cms-element-cart-product-slider .cart-product-slider .product-slider-inner .product-slider-container .product-slider-item .card.swkweb-content-manager-article-box .card-body .product-box-count-price .product-price-info {
  width: 100%;
  justify-content: center;
  align-items: center;
  min-height: unset;
  margin-top: 0;
}
.cart-offcanvas .offcanvas-cart-vertical-product-slider .cms-element-cart-product-slider .cart-product-slider .product-slider-inner .product-slider-container .product-slider-item .card.product-box .card-body .product-box-count-price .product-price-info .product-price-wrapper .product-price, .cart-offcanvas .offcanvas-cart-vertical-product-slider .cms-element-cart-product-slider .cart-product-slider .product-slider-inner .product-slider-container .product-slider-item .card.swkweb-content-manager-article-box .card-body .product-box-count-price .product-price-info .product-price-wrapper .product-price {
  color: #6F6F6F;
  margin-top: 0;
}
.cart-offcanvas .offcanvas-cart-vertical-product-slider .cms-element-cart-product-slider .cart-product-slider .product-slider-inner .product-slider-container .product-slider-item .card.product-box:hover, .cart-offcanvas .offcanvas-cart-vertical-product-slider .cms-element-cart-product-slider .cart-product-slider .product-slider-inner .product-slider-container .product-slider-item .card.swkweb-content-manager-article-box:hover {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  box-shadow: none;
}
.offcanvas.cart-offcanvas {
  z-index: 1057;
}
@media (min-width: 576px) {
  .offcanvas.cart-offcanvas {
    padding: 0;
  }
}
.offcanvas {
  padding: 20px 10px;
  background: #F5F5F5;
}
.offcanvas .offcanvas-header {
  background: #F5F5F5;
}
.offcanvas .offcanvas-header .btn.offcanvas-close {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
}
.offcanvas .offcanvas-header .btn.offcanvas-close span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.offcanvas .offcanvas-header .btn.offcanvas-close span svg {
  top: 0;
}
.offcanvas .offcanvas-body {
  border-top: 1px solid #D9D9D9;
  margin-top: 10px;
  padding: 15px 0;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-header {
  width: 100%;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-header .col h4, .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-header .is-act-confirmpage .checkout .checkout-aside h4, .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-header .is-act-confirmpage .checkout .checkout-aside .h4, .is-act-confirmpage .checkout .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-header .checkout-aside h4, .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-header .is-ctl-accountorder .checkout .checkout-aside h4, .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-header .is-ctl-accountorder .checkout .checkout-aside .h4, .is-ctl-accountorder .checkout .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-header .checkout-aside h4, .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-header .is-act-finishpage .checkout .checkout-aside h4, .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-header .is-act-finishpage .checkout .checkout-aside .h4, .is-act-finishpage .checkout .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-header .checkout-aside h4, .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-header .col .h4 {
  font-size: 16px;
  color: #272E28;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-header .col-auto .offcanvas-cart-header-count {
  font-size: 14px;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .line-item, .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-item-detail .booking-line-item, .booking-item-detail .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-line-item {
  padding: 10px 15px;
  margin-bottom: 5px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .line-item .line-item-info .line-item-details-container .product-wishlist button .icon-wishlist, .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-item-detail .booking-line-item .line-item-info .line-item-details-container .product-wishlist button .icon-wishlist, .booking-item-detail .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-line-item .line-item-info .line-item-details-container .product-wishlist button .icon-wishlist {
  color: #008555;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .line-item .line-item-info .line-item-details-container .product-wishlist button .product-wishlist-btn-content, .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-item-detail .booking-line-item .line-item-info .line-item-details-container .product-wishlist button .product-wishlist-btn-content, .booking-item-detail .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-line-item .line-item-info .line-item-details-container .product-wishlist button .product-wishlist-btn-content {
  color: #008555;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .line-item .line-item-info .line-item-details-container .line-item-label, .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-item-detail .booking-line-item .line-item-info .line-item-details-container .line-item-label, .booking-item-detail .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-line-item .line-item-info .line-item-details-container .line-item-label {
  text-decoration: none;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .line-item .line-item-quantity-row, .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-item-detail .booking-line-item .line-item-quantity-row, .booking-item-detail .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-line-item .line-item-quantity-row {
  width: 100%;
  margin: 0;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .line-item .line-item-quantity-row .line-item-quantity-select-wrapper, .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-item-detail .booking-line-item .line-item-quantity-row .line-item-quantity-select-wrapper, .booking-item-detail .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-line-item .line-item-quantity-row .line-item-quantity-select-wrapper {
  padding: 0;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .line-item .line-item-quantity-row .line-item-quantity-select-wrapper .line-item-quantity-container .line-item-quantity-group .btn-minus:hover, .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-item-detail .booking-line-item .line-item-quantity-row .line-item-quantity-select-wrapper .line-item-quantity-container .line-item-quantity-group .btn-minus:hover, .booking-item-detail .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-line-item .line-item-quantity-row .line-item-quantity-select-wrapper .line-item-quantity-container .line-item-quantity-group .btn-minus:hover, .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .line-item .line-item-quantity-row .line-item-quantity-select-wrapper .line-item-quantity-container .line-item-quantity-group .btn-plus:hover, .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-item-detail .booking-line-item .line-item-quantity-row .line-item-quantity-select-wrapper .line-item-quantity-container .line-item-quantity-group .btn-plus:hover, .booking-item-detail .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-line-item .line-item-quantity-row .line-item-quantity-select-wrapper .line-item-quantity-container .line-item-quantity-group .btn-plus:hover {
  background: #fff;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .line-item .line-item-quantity-row .line-item-quantity-select-wrapper .line-item-quantity-container .line-item-quantity-group .btn-minus:hover .icon, .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-item-detail .booking-line-item .line-item-quantity-row .line-item-quantity-select-wrapper .line-item-quantity-container .line-item-quantity-group .btn-minus:hover .icon, .booking-item-detail .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-line-item .line-item-quantity-row .line-item-quantity-select-wrapper .line-item-quantity-container .line-item-quantity-group .btn-minus:hover .icon, .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .line-item .line-item-quantity-row .line-item-quantity-select-wrapper .line-item-quantity-container .line-item-quantity-group .btn-plus:hover .icon, .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-item-detail .booking-line-item .line-item-quantity-row .line-item-quantity-select-wrapper .line-item-quantity-container .line-item-quantity-group .btn-plus:hover .icon, .booking-item-detail .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-line-item .line-item-quantity-row .line-item-quantity-select-wrapper .line-item-quantity-container .line-item-quantity-group .btn-plus:hover .icon {
  color: #008555;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .line-item .line-item-quantity-row .line-item-quantity-select-wrapper .line-item-quantity-container .line-item-quantity-group .btn-minus:hover .icon svg use, .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-item-detail .booking-line-item .line-item-quantity-row .line-item-quantity-select-wrapper .line-item-quantity-container .line-item-quantity-group .btn-minus:hover .icon svg use, .booking-item-detail .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-line-item .line-item-quantity-row .line-item-quantity-select-wrapper .line-item-quantity-container .line-item-quantity-group .btn-minus:hover .icon svg use, .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .line-item .line-item-quantity-row .line-item-quantity-select-wrapper .line-item-quantity-container .line-item-quantity-group .btn-plus:hover .icon svg use, .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-item-detail .booking-line-item .line-item-quantity-row .line-item-quantity-select-wrapper .line-item-quantity-container .line-item-quantity-group .btn-plus:hover .icon svg use, .booking-item-detail .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-line-item .line-item-quantity-row .line-item-quantity-select-wrapper .line-item-quantity-container .line-item-quantity-group .btn-plus:hover .icon svg use {
  fill: #008555;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .line-item .line-item-quantity-row .line-item-quantity-label, .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-item-detail .booking-line-item .line-item-quantity-row .line-item-quantity-label, .booking-item-detail .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-line-item .line-item-quantity-row .line-item-quantity-label {
  padding: 0;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .line-item .line-item-total-price, .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-item-detail .booking-line-item .line-item-total-price, .booking-item-detail .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-line-item .line-item-total-price {
  width: 100%;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .line-item .line-item-total-price .line-item-total-price-value, .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-item-detail .booking-line-item .line-item-total-price .line-item-total-price-value, .booking-item-detail .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-line-item .line-item-total-price .line-item-total-price-value {
  width: 100%;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .line-item .line-item-remove button .icon, .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-item-detail .booking-line-item .line-item-remove button .icon, .booking-item-detail .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-line-item .line-item-remove button .icon {
  color: #008555;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .line-item .line-item-remove button .icon svg use, .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-item-detail .booking-line-item .line-item-remove button .icon svg use, .booking-item-detail .offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-items .booking-line-item .line-item-remove button .icon svg use {
  fill: #008555;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-summary .offcanvas-summary-list {
  width: 100%;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-summary .offcanvas-shipping-info {
  width: 100%;
  display: none;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-summary .dmits-paymentcost-summary {
  display: none;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-tax {
  margin-bottom: 1rem;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-actions .js-offcanvas-cart-promotion .input-group .form-control {
  background: transparent;
  border-color: #272E28;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-actions .js-offcanvas-cart-promotion .input-group #addPromotionOffcanvasCart {
  background: transparent;
  border: none;
  border-bottom: 2px solid #D9D9D9;
  color: #D9D9D9;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-actions .js-offcanvas-cart-promotion .input-group #addPromotionOffcanvasCart .icon {
  color: #D9D9D9;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-actions .js-offcanvas-cart-promotion .input-group #addPromotionOffcanvasCart:hover {
  background: #fff;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-actions .js-offcanvas-cart-promotion .input-group #addPromotionOffcanvasCart:hover .icon {
  color: #008555;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-actions .js-offcanvas-cart-promotion .input-group #addPromotionOffcanvasCart:hover .icon svg use {
  fill: #008555;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-actions .d-grid {
  margin-bottom: 10px;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-actions .d-grid .btn {
  border-radius: 5px;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-actions .d-grid .btn.begin-checkout-btn:hover {
  background: #005537;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-actions .d-grid .btn.btn-link {
  background: #fff;
  border: 1px solid #D9D9D9;
  text-decoration: none;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-cart-actions .d-grid .btn.btn-link:hover {
  background: #F5F5F5;
  border: 1px solid #D9D9D9;
  text-decoration: none;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-bonus-point-get {
  width: 100%;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-bonus-point-get .offcanvas-bonus-point-get-value {
  display: flex;
  flex-direction: row-reverse;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-bonus-point-get .offcanvas-bonus-point-get-value .bonus-brand.has-icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-bonus-point-get .offcanvas-bonus-point-get-value .bonus-brand.has-icon .bonus-brand-logo {
  line-height: unset;
  background: #fff;
  border-radius: 100%;
}
.offcanvas .offcanvas-body .offcanvas-cart .offcanvas-bonus-point-get .offcanvas-bonus-point-get-value .bonus-brand.has-icon .bonus-brand-logo img {
  width: 100%;
  height: 100%;
}
.is-ctl-bonus .account.account-content.row, .is-ctl-bonus .is-act-cartpage .checkout .account.account-content.checkout-container, .is-act-cartpage .checkout .is-ctl-bonus .account.account-content.checkout-container, .is-ctl-bonus .is-act-checkoutregisterpage .checkout .account.account-content.checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-bonus .account.account-content.checkout-container, .is-ctl-bonus .is-act-confirmpage .checkout .account.account-content.checkout-container, .is-act-confirmpage .checkout .is-ctl-bonus .account.account-content.checkout-container, .is-ctl-bonus .is-ctl-accountorder .checkout .account.account-content.checkout-container, .is-ctl-accountorder .checkout .is-ctl-bonus .account.account-content.checkout-container, .is-ctl-bonus .is-act-finishpage .checkout .account.account-content.checkout-container, .is-act-finishpage .checkout .is-ctl-bonus .account.account-content.checkout-container, .is-ctl-bonus body.is-act-confirmpage .checkout .account.account-content.checkout-container, body.is-act-confirmpage .checkout .is-ctl-bonus .account.account-content.checkout-container {
  padding: 20px 0;
}
.is-ctl-bonus .account.account-content.row .account-content-main .prems-points-account #pointsAccount, .is-ctl-bonus .is-act-cartpage .checkout .account.account-content.checkout-container .account-content-main .prems-points-account #pointsAccount, .is-act-cartpage .checkout .is-ctl-bonus .account.account-content.checkout-container .account-content-main .prems-points-account #pointsAccount, .is-ctl-bonus .is-act-checkoutregisterpage .checkout .account.account-content.checkout-container .account-content-main .prems-points-account #pointsAccount, .is-act-checkoutregisterpage .checkout .is-ctl-bonus .account.account-content.checkout-container .account-content-main .prems-points-account #pointsAccount, .is-ctl-bonus .is-act-confirmpage .checkout .account.account-content.checkout-container .account-content-main .prems-points-account #pointsAccount, .is-act-confirmpage .checkout .is-ctl-bonus .account.account-content.checkout-container .account-content-main .prems-points-account #pointsAccount, .is-ctl-bonus .is-ctl-accountorder .checkout .account.account-content.checkout-container .account-content-main .prems-points-account #pointsAccount, .is-ctl-accountorder .checkout .is-ctl-bonus .account.account-content.checkout-container .account-content-main .prems-points-account #pointsAccount, .is-ctl-bonus .is-act-finishpage .checkout .account.account-content.checkout-container .account-content-main .prems-points-account #pointsAccount, .is-act-finishpage .checkout .is-ctl-bonus .account.account-content.checkout-container .account-content-main .prems-points-account #pointsAccount, .is-ctl-bonus body.is-act-confirmpage .checkout .account.account-content.checkout-container .account-content-main .prems-points-account #pointsAccount, body.is-act-confirmpage .checkout .is-ctl-bonus .account.account-content.checkout-container .account-content-main .prems-points-account #pointsAccount {
  border-color: var(--bs-border-color);
}
.offcanvas .offcanvas-close, .offcanvas .offcanvas-close .icon {
  color: #008555;
}
.offcanvas .offcanvas-close, .line-item-remove-button {
  background: transparent;
  border: none;
  box-shadow: none;
}
.alert .alert-content-container {
  background: #fff;
  color: #272E28;
}
.form-control.js-quantity-selector {
  background: transparent;
}
.offcanvas.offcanvas-modal .offcanvas-body .offcanvas-cookie .btn.btn-primary.btn-block {
  color: #fff;
}
.offcanvas .offcanvas-header .offcanvas-close {
  flex-direction: row;
}
.cms-element-product-listing .product-info .raw-color-container .raw-color-button {
  height: 20px;
}
.is-act-confirmpage .content-main {
  background: #F5F5F5;
}
.header-minimal {
  box-shadow: 0px 3px 20px #00000033;
  border: none;
}
.header-minimal .header-minimal-row .header-minimal-contact strong {
  font-size: 14px;
  font-weight: 600;
}
.header-minimal .header-minimal-row .header-minimal-contact a {
  text-decoration: none;
}
.header-minimal .header-minimal-row .header-minimal-contact a:hover {
  text-decoration: underline;
}
.header-minimal .header-minimal-row .btn.btn-outline-primary.header-minimal-back-to-shop-button {
  border: none;
  font-size: 16px;
  background: none;
}
.header-minimal .header-minimal-row .btn.btn-outline-primary.header-minimal-back-to-shop-button:hover {
  background: none;
  text-decoration: underline;
}
.header-minimal .header-logo-main .header-logo-picture img {
  width: 200px;
  max-width: 100%;
}
.footer-minimal {
  padding: 20px;
}
.footer-minimal .footer-bottom {
  padding: 0;
}
.footer-minimal .footer-bottom .container, .footer-minimal .footer-bottom .cms-section .boxed, .cms-section .footer-minimal .footer-bottom .boxed {
  display: none;
}
#one-page-checkout #opc-register-login-tabs .nav-link.active {
  border-color: #008555;
}
#one-page-checkout #opc-register-login-tabs .nav-link {
  font-size: 14px;
  color: #272E28;
}
#one-page-checkout .checkout-step-headline .step-icon {
  background: none;
  color: #008555;
}
#one-page-checkout .step-container.border, #one-page-checkout .step-container.opc-cart-border {
  border: none;
}
#one-page-checkout.grey-step2and3 .checkout-aside::after, #one-page-checkout.grey-step2and3 .checkout-step-2::after {
  background-color: #F5F5F590;
}
.checkout-container .checkout-main .border.step-container .tab-content #opc-login-tab-content .card.login-card .card-body .card-title, .checkout-container .checkout-main #one-page-checkout .step-container.opc-cart-border .tab-content #opc-login-tab-content .card.login-card .card-body .card-title, #one-page-checkout .checkout-container .checkout-main .step-container.opc-cart-border .tab-content #opc-login-tab-content .card.login-card .card-body .card-title {
  border-color: #008555;
}
.checkout-container .checkout-main .border.step-container .tab-content #opc-login-tab-content .card.login-card .card-body .login-form .row .form-group .form-label, .checkout-container .checkout-main #one-page-checkout .step-container.opc-cart-border .tab-content #opc-login-tab-content .card.login-card .card-body .login-form .row .form-group .form-label, #one-page-checkout .checkout-container .checkout-main .step-container.opc-cart-border .tab-content #opc-login-tab-content .card.login-card .card-body .login-form .row .form-group .form-label, .checkout-container .checkout-main .border.step-container .tab-content #opc-login-tab-content .card.login-card .card-body .login-form .is-act-cartpage .checkout .checkout-container .form-group .form-label, .is-act-cartpage .checkout .checkout-container .checkout-main .border.step-container .tab-content #opc-login-tab-content .card.login-card .card-body .login-form .checkout-container .form-group .form-label, .checkout-container .checkout-main .border.step-container .tab-content #opc-login-tab-content .card.login-card .card-body .login-form .is-act-checkoutregisterpage .checkout .checkout-container .form-group .form-label, .is-act-checkoutregisterpage .checkout .checkout-container .checkout-main .border.step-container .tab-content #opc-login-tab-content .card.login-card .card-body .login-form .checkout-container .form-group .form-label, .checkout-container .checkout-main .border.step-container .tab-content #opc-login-tab-content .card.login-card .card-body .login-form .is-act-confirmpage .checkout .checkout-container .form-group .form-label, .is-act-confirmpage .checkout .checkout-container .checkout-main .border.step-container .tab-content #opc-login-tab-content .card.login-card .card-body .login-form .checkout-container .form-group .form-label, .checkout-container .checkout-main .border.step-container .tab-content #opc-login-tab-content .card.login-card .card-body .login-form .is-ctl-accountorder .checkout .checkout-container .form-group .form-label, .is-ctl-accountorder .checkout .checkout-container .checkout-main .border.step-container .tab-content #opc-login-tab-content .card.login-card .card-body .login-form .checkout-container .form-group .form-label, .checkout-container .checkout-main .border.step-container .tab-content #opc-login-tab-content .card.login-card .card-body .login-form .is-act-finishpage .checkout .checkout-container .form-group .form-label, .is-act-finishpage .checkout .checkout-container .checkout-main .border.step-container .tab-content #opc-login-tab-content .card.login-card .card-body .login-form .checkout-container .form-group .form-label, .checkout-container .checkout-main .border.step-container .tab-content #opc-login-tab-content .card.login-card .card-body .login-form body.is-act-confirmpage .checkout .checkout-container .form-group .form-label, body.is-act-confirmpage .checkout .checkout-container .checkout-main .border.step-container .tab-content #opc-login-tab-content .card.login-card .card-body .login-form .checkout-container .form-group .form-label, .checkout-container .checkout-main #one-page-checkout .step-container.opc-cart-border .tab-content #opc-login-tab-content .card.login-card .card-body .login-form .is-act-cartpage .checkout .checkout-container .form-group .form-label, .is-act-cartpage .checkout .checkout-container .checkout-main #one-page-checkout .step-container.opc-cart-border .tab-content #opc-login-tab-content .card.login-card .card-body .login-form .checkout-container .form-group .form-label, .checkout-container .checkout-main #one-page-checkout .step-container.opc-cart-border .tab-content #opc-login-tab-content .card.login-card .card-body .login-form .is-act-checkoutregisterpage .checkout .checkout-container .form-group .form-label, .is-act-checkoutregisterpage .checkout .checkout-container .checkout-main #one-page-checkout .step-container.opc-cart-border .tab-content #opc-login-tab-content .card.login-card .card-body .login-form .checkout-container .form-group .form-label, .checkout-container .checkout-main #one-page-checkout .step-container.opc-cart-border .tab-content #opc-login-tab-content .card.login-card .card-body .login-form .is-act-confirmpage .checkout .checkout-container .form-group .form-label, .is-act-confirmpage .checkout .checkout-container .checkout-main #one-page-checkout .step-container.opc-cart-border .tab-content #opc-login-tab-content .card.login-card .card-body .login-form .checkout-container .form-group .form-label, .checkout-container .checkout-main #one-page-checkout .step-container.opc-cart-border .tab-content #opc-login-tab-content .card.login-card .card-body .login-form .is-ctl-accountorder .checkout .checkout-container .form-group .form-label, .is-ctl-accountorder .checkout .checkout-container .checkout-main #one-page-checkout .step-container.opc-cart-border .tab-content #opc-login-tab-content .card.login-card .card-body .login-form .checkout-container .form-group .form-label, .checkout-container .checkout-main #one-page-checkout .step-container.opc-cart-border .tab-content #opc-login-tab-content .card.login-card .card-body .login-form .is-act-finishpage .checkout .checkout-container .form-group .form-label, .is-act-finishpage .checkout .checkout-container .checkout-main #one-page-checkout .step-container.opc-cart-border .tab-content #opc-login-tab-content .card.login-card .card-body .login-form .checkout-container .form-group .form-label, .checkout-container .checkout-main #one-page-checkout .step-container.opc-cart-border .tab-content #opc-login-tab-content .card.login-card .card-body .login-form body.is-act-confirmpage .checkout .checkout-container .form-group .form-label, body.is-act-confirmpage .checkout .checkout-container .checkout-main #one-page-checkout .step-container.opc-cart-border .tab-content #opc-login-tab-content .card.login-card .card-body .login-form .checkout-container .form-group .form-label {
  display: none;
}
.checkout-container .checkout-main .border.step-container .tab-content #opc-login-tab-content .card.login-card .card-body .login-form .login-password-recover a, .checkout-container .checkout-main #one-page-checkout .step-container.opc-cart-border .tab-content #opc-login-tab-content .card.login-card .card-body .login-form .login-password-recover a, #one-page-checkout .checkout-container .checkout-main .step-container.opc-cart-border .tab-content #opc-login-tab-content .card.login-card .card-body .login-form .login-password-recover a {
  text-decoration: none;
}
.checkout-container .checkout-main .border.step-container .tab-content #opc-login-tab-content .card.login-card .card-body .login-form .login-password-recover a:hover, .checkout-container .checkout-main #one-page-checkout .step-container.opc-cart-border .tab-content #opc-login-tab-content .card.login-card .card-body .login-form .login-password-recover a:hover, #one-page-checkout .checkout-container .checkout-main .step-container.opc-cart-border .tab-content #opc-login-tab-content .card.login-card .card-body .login-form .login-password-recover a:hover {
  text-decoration: underline;
}
.checkout-container .checkout-main .border.step-container .confirm-address .confirm-shipping-address .checkout-card .card-body .card-actions a, .checkout-container .checkout-main #one-page-checkout .step-container.opc-cart-border .confirm-address .confirm-shipping-address .checkout-card .card-body .card-actions a, #one-page-checkout .checkout-container .checkout-main .step-container.opc-cart-border .confirm-address .confirm-shipping-address .checkout-card .card-body .card-actions a, .checkout-container .checkout-main .border.step-container .confirm-address .confirm-billing-address .checkout-card .card-body .card-actions a, .checkout-container .checkout-main #one-page-checkout .step-container.opc-cart-border .confirm-address .confirm-billing-address .checkout-card .card-body .card-actions a, #one-page-checkout .checkout-container .checkout-main .step-container.opc-cart-border .confirm-address .confirm-billing-address .checkout-card .card-body .card-actions a {
  text-decoration: none;
}
.checkout-container .checkout-main .border.step-container .confirm-address .confirm-shipping-address .checkout-card .card-body .card-actions a:hover, .checkout-container .checkout-main #one-page-checkout .step-container.opc-cart-border .confirm-address .confirm-shipping-address .checkout-card .card-body .card-actions a:hover, #one-page-checkout .checkout-container .checkout-main .step-container.opc-cart-border .confirm-address .confirm-shipping-address .checkout-card .card-body .card-actions a:hover, .checkout-container .checkout-main .border.step-container .confirm-address .confirm-billing-address .checkout-card .card-body .card-actions a:hover, .checkout-container .checkout-main #one-page-checkout .step-container.opc-cart-border .confirm-address .confirm-billing-address .checkout-card .card-body .card-actions a:hover, #one-page-checkout .checkout-container .checkout-main .step-container.opc-cart-border .confirm-address .confirm-billing-address .checkout-card .card-body .card-actions a:hover {
  text-decoration: underline;
}
.checkout-aside .border.step-container .checkout-aside-container .border-bottom.mb-3, .checkout-aside #one-page-checkout .step-container.opc-cart-border .checkout-aside-container .border-bottom.mb-3, #one-page-checkout .checkout-aside .step-container.opc-cart-border .checkout-aside-container .border-bottom.mb-3 {
  border-color: #008555;
}
.checkout-aside .border.step-container .checkout-aside-container .checkout-aside-summary, .checkout-aside #one-page-checkout .step-container.opc-cart-border .checkout-aside-container .checkout-aside-summary, #one-page-checkout .checkout-aside .step-container.opc-cart-border .checkout-aside-container .checkout-aside-summary {
  background: #FFF;
  border-radius: 5px;
}
.checkout-aside .border.step-container .checkout-aside-container .checkout-aside-add-code #addPromotionInput, .checkout-aside #one-page-checkout .step-container.opc-cart-border .checkout-aside-container .checkout-aside-add-code #addPromotionInput, #one-page-checkout .checkout-aside .step-container.opc-cart-border .checkout-aside-container .checkout-aside-add-code #addPromotionInput {
  background: transparent;
  border: none;
  border-bottom: 2px solid #6F6F6F;
  color: #6F6F6F;
}
.checkout-aside .border.step-container .checkout-aside-container .checkout-aside-add-code .input-group-append #addPromotion, .checkout-aside #one-page-checkout .step-container.opc-cart-border .checkout-aside-container .checkout-aside-add-code .input-group-append #addPromotion, #one-page-checkout .checkout-aside .step-container.opc-cart-border .checkout-aside-container .checkout-aside-add-code .input-group-append #addPromotion {
  background: none;
  border: none;
  border-bottom: 2px solid #D9D9D9;
}
.checkout-aside .border.step-container .checkout-aside-container .checkout-aside-add-code .input-group-append #addPromotion .icon, .checkout-aside #one-page-checkout .step-container.opc-cart-border .checkout-aside-container .checkout-aside-add-code .input-group-append #addPromotion .icon, #one-page-checkout .checkout-aside .step-container.opc-cart-border .checkout-aside-container .checkout-aside-add-code .input-group-append #addPromotion .icon {
  color: #6F6F6F;
}
.checkout-aside .border.step-container .checkout-aside-container .checkout-aside-add-code .input-group-append #addPromotion:hover, .checkout-aside #one-page-checkout .step-container.opc-cart-border .checkout-aside-container .checkout-aside-add-code .input-group-append #addPromotion:hover, #one-page-checkout .checkout-aside .step-container.opc-cart-border .checkout-aside-container .checkout-aside-add-code .input-group-append #addPromotion:hover {
  background: #FFFFFF;
}
.checkout-aside .border.step-container .checkout-aside-container .checkout-aside-add-code .input-group-append #addPromotion:hover .icon, .checkout-aside #one-page-checkout .step-container.opc-cart-border .checkout-aside-container .checkout-aside-add-code .input-group-append #addPromotion:hover .icon, #one-page-checkout .checkout-aside .step-container.opc-cart-border .checkout-aside-container .checkout-aside-add-code .input-group-append #addPromotion:hover .icon {
  color: #008555;
}
.checkout-aside .border.step-container .checkout-aside-container .card.checkout-card .card-body .card-title, .checkout-aside #one-page-checkout .step-container.opc-cart-border .checkout-aside-container .card.checkout-card .card-body .card-title, #one-page-checkout .checkout-aside .step-container.opc-cart-border .checkout-aside-container .card.checkout-card .card-body .card-title {
  border-color: #008555;
}
.checkout-aside .border.step-container .checkout-aside-container .confirm-tos .card.checkout-card .card-body .card-title, .checkout-aside #one-page-checkout .step-container.opc-cart-border .checkout-aside-container .confirm-tos .card.checkout-card .card-body .card-title, #one-page-checkout .checkout-aside .step-container.opc-cart-border .checkout-aside-container .confirm-tos .card.checkout-card .card-body .card-title {
  border: none;
  margin-top: 15px;
}
.checkout-aside .border.step-container .form-check-input[type="checkbox"], .checkout-aside #one-page-checkout .step-container.opc-cart-border .form-check-input[type="checkbox"], #one-page-checkout .checkout-aside .step-container.opc-cart-border .form-check-input[type="checkbox"] {
  border-color: #6F6F6F;
}
.checkout-aside .border.step-container .line-item-label, .checkout-aside #one-page-checkout .step-container.opc-cart-border .line-item-label, #one-page-checkout .checkout-aside .step-container.opc-cart-border .line-item-label {
  text-decoration: none;
}
.input-group.checkout-aside-add-code .sr-only {
  display: none;
}
.checkout-step-2 .border.step-container .form-check-input[type="radio"], .checkout-step-2 #one-page-checkout .step-container.opc-cart-border .form-check-input[type="radio"], #one-page-checkout .checkout-step-2 .step-container.opc-cart-border .form-check-input[type="radio"] {
  border-color: #008555;
}
.confirm-shipping-address .card.checkout-card .card-body .card-title, .confirm-payment .card.checkout-card .card-body .card-title, .confirm-shipping .card.checkout-card .card-body .card-title {
  border-color: #008555;
}
.is-act-cartpage .checkout-product-table .line-item-product .line-item-row .line-item-info .line-item-details .line-item-details-container .line-item-label {
  text-decoration: none;
}
.is-act-cartpage .checkout-product-table .line-item .line-item-row .line-item-total-price .line-item-total-price-value, .is-act-cartpage .checkout-product-table .booking-item-detail .booking-line-item .line-item-row .line-item-total-price .line-item-total-price-value, .booking-item-detail .is-act-cartpage .checkout-product-table .booking-line-item .line-item-row .line-item-total-price .line-item-total-price-value {
  width: 100%;
}
.is-act-cartpage .cart-add-product-container .cart-add-product .input-group .form-control {
  background: transparent;
  border-color: #272E28;
}
.is-act-cartpage .cart-add-product-container .cart-add-product .input-group .btn.btn-outline-secondary {
  background: transparent;
  border: none;
  border-bottom: 2px solid #D9D9D9;
  color: #D9D9D9;
}
.is-act-cartpage .cart-add-product-container .cart-add-product .input-group .btn.btn-outline-secondary .icon {
  color: #D9D9D9;
}
.is-act-cartpage .cart-add-product-container .cart-add-product .input-group .btn.btn-outline-secondary:hover {
  background: #fff;
}
.is-act-cartpage .cart-add-product-container .cart-add-product .input-group .btn.btn-outline-secondary:hover .icon {
  color: #008555;
}
.is-act-cartpage .cart-add-product-container .cart-add-product .input-group .btn.btn-outline-secondary:hover .icon svg use {
  fill: #008555;
}
.is-act-cartpage .cart-shipping-costs-container .cart-shipping-costs-btn {
  text-decoration: none;
}
.is-act-cartpage .cart-shipping-costs-container .cart-shipping-costs-btn:hover {
  text-decoration: underline;
}
.is-act-cartpage .checkout-aside-action .cart-add-promotion label {
  display: none;
}
.is-ctl-checkout .checkout-aside-action .cart-add-promotion label {
  display: none;
}
.is-ctl-checkout .checkout-aside-action .cart-add-promotion .input-group .form-control {
  background: transparent;
  border-color: #272E28;
}
.is-ctl-checkout .checkout-aside-action .cart-add-promotion .input-group .btn.btn-outline-secondary {
  background: transparent;
  border: none;
  border-bottom: 2px solid #D9D9D9;
  color: #D9D9D9;
}
.is-ctl-checkout .checkout-aside-action .cart-add-promotion .input-group .btn.btn-outline-secondary .icon {
  color: #D9D9D9;
}
.is-ctl-checkout .checkout-aside-action .cart-add-promotion .input-group .btn.btn-outline-secondary:hover {
  background: #fff;
}
.is-ctl-checkout .checkout-aside-action .cart-add-promotion .input-group .btn.btn-outline-secondary:hover .icon {
  color: #008555;
}
.is-ctl-checkout .checkout-aside-action .cart-add-promotion .input-group .btn.btn-outline-secondary:hover .icon svg use {
  fill: #008555;
}
.checkout-aside-container #container-opc-products .card .card-body .line-item, .checkout-aside-container #container-opc-products .card .card-body .booking-item-detail .booking-line-item, .booking-item-detail .checkout-aside-container #container-opc-products .card .card-body .booking-line-item {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.checkout-aside-container #container-opc-products .card .card-body .line-item .line-item-info .line-item-row .col-auto.line-item-info-img .line-item-img-container .line-item-img-link, .checkout-aside-container #container-opc-products .card .card-body .booking-item-detail .booking-line-item .line-item-info .line-item-row .col-auto.line-item-info-img .line-item-img-container .line-item-img-link, .booking-item-detail .checkout-aside-container #container-opc-products .card .card-body .booking-line-item .line-item-info .line-item-row .col-auto.line-item-info-img .line-item-img-container .line-item-img-link {
  pointer-events: none;
}
.checkout-aside-container #container-opc-products .card .card-body .line-item .line-item-info .line-item-row .line-item-details, .checkout-aside-container #container-opc-products .card .card-body .booking-item-detail .booking-line-item .line-item-info .line-item-row .line-item-details, .booking-item-detail .checkout-aside-container #container-opc-products .card .card-body .booking-line-item .line-item-info .line-item-row .line-item-details {
  width: 100%;
}
.checkout-aside-container #container-opc-products .card .card-body .line-item .line-item-info .line-item-row .line-item-details .line-item-details-container, .checkout-aside-container #container-opc-products .card .card-body .booking-item-detail .booking-line-item .line-item-info .line-item-row .line-item-details .line-item-details-container, .booking-item-detail .checkout-aside-container #container-opc-products .card .card-body .booking-line-item .line-item-info .line-item-row .line-item-details .line-item-details-container {
  padding-left: 0;
}
.checkout-aside-container #container-opc-products .card .card-body .line-item .line-item-info .line-item-row .line-item-details .line-item-details-container .product-wishlist button .icon-wishlist, .checkout-aside-container #container-opc-products .card .card-body .booking-item-detail .booking-line-item .line-item-info .line-item-row .line-item-details .line-item-details-container .product-wishlist button .icon-wishlist, .booking-item-detail .checkout-aside-container #container-opc-products .card .card-body .booking-line-item .line-item-info .line-item-row .line-item-details .line-item-details-container .product-wishlist button .icon-wishlist {
  color: #008555;
}
.checkout-aside-container #container-opc-products .card .card-body .line-item .line-item-info .line-item-row .line-item-details .line-item-details-container .product-wishlist button .product-wishlist-btn-content, .checkout-aside-container #container-opc-products .card .card-body .booking-item-detail .booking-line-item .line-item-info .line-item-row .line-item-details .line-item-details-container .product-wishlist button .product-wishlist-btn-content, .booking-item-detail .checkout-aside-container #container-opc-products .card .card-body .booking-line-item .line-item-info .line-item-row .line-item-details .line-item-details-container .product-wishlist button .product-wishlist-btn-content {
  color: #008555;
}
.checkout-aside-container #container-opc-products .card .card-body .line-item .line-item-quantity, .checkout-aside-container #container-opc-products .card .card-body .booking-item-detail .booking-line-item .line-item-quantity, .booking-item-detail .checkout-aside-container #container-opc-products .card .card-body .booking-line-item .line-item-quantity, .checkout-aside-container #container-opc-products .card .card-body .line-item .line-item-tax-price, .checkout-aside-container #container-opc-products .card .card-body .booking-item-detail .booking-line-item .line-item-tax-price, .booking-item-detail .checkout-aside-container #container-opc-products .card .card-body .booking-line-item .line-item-tax-price, .checkout-aside-container #container-opc-products .card .card-body .line-item .line-item-price, .checkout-aside-container #container-opc-products .card .card-body .booking-item-detail .booking-line-item .line-item-price, .booking-item-detail .checkout-aside-container #container-opc-products .card .card-body .booking-line-item .line-item-price {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
.checkout-aside-container #container-opc-products .card .card-body .line-item .line-item-tax-price, .checkout-aside-container #container-opc-products .card .card-body .booking-item-detail .booking-line-item .line-item-tax-price, .booking-item-detail .checkout-aside-container #container-opc-products .card .card-body .booking-line-item .line-item-tax-price, .checkout-aside-container #container-opc-products .card .card-body .line-item .line-item-price, .checkout-aside-container #container-opc-products .card .card-body .booking-item-detail .booking-line-item .line-item-price, .booking-item-detail .checkout-aside-container #container-opc-products .card .card-body .booking-line-item .line-item-price {
  display: block;
}
.checkout-aside-container #container-opc-products .card .card-body .line-item .line-item-tax-price .line-item-tax-price-label, .checkout-aside-container #container-opc-products .card .card-body .booking-item-detail .booking-line-item .line-item-tax-price .line-item-tax-price-label, .booking-item-detail .checkout-aside-container #container-opc-products .card .card-body .booking-line-item .line-item-tax-price .line-item-tax-price-label, .checkout-aside-container #container-opc-products .card .card-body .line-item .line-item-tax-price .line-item-total-price-label, .checkout-aside-container #container-opc-products .card .card-body .booking-item-detail .booking-line-item .line-item-tax-price .line-item-total-price-label, .booking-item-detail .checkout-aside-container #container-opc-products .card .card-body .booking-line-item .line-item-tax-price .line-item-total-price-label, .checkout-aside-container #container-opc-products .card .card-body .line-item .line-item-price .line-item-tax-price-label, .checkout-aside-container #container-opc-products .card .card-body .booking-item-detail .booking-line-item .line-item-price .line-item-tax-price-label, .booking-item-detail .checkout-aside-container #container-opc-products .card .card-body .booking-line-item .line-item-price .line-item-tax-price-label, .checkout-aside-container #container-opc-products .card .card-body .line-item .line-item-price .line-item-total-price-label, .checkout-aside-container #container-opc-products .card .card-body .booking-item-detail .booking-line-item .line-item-price .line-item-total-price-label, .booking-item-detail .checkout-aside-container #container-opc-products .card .card-body .booking-line-item .line-item-price .line-item-total-price-label {
  float: left;
}
.checkout-aside-container #container-opc-products .card .card-body .line-item .line-item-remove, .checkout-aside-container #container-opc-products .card .card-body .booking-item-detail .booking-line-item .line-item-remove, .booking-item-detail .checkout-aside-container #container-opc-products .card .card-body .booking-line-item .line-item-remove {
  right: 15px;
}
.checkout-aside-container #container-opc-products .card .card-body .line-item .line-item-remove button .icon, .checkout-aside-container #container-opc-products .card .card-body .booking-item-detail .booking-line-item .line-item-remove button .icon, .booking-item-detail .checkout-aside-container #container-opc-products .card .card-body .booking-line-item .line-item-remove button .icon {
  color: #008555;
}
.checkout-aside-container #container-opc-products .card .card-body .line-item .line-item-remove button .icon svg use, .checkout-aside-container #container-opc-products .card .card-body .booking-item-detail .booking-line-item .line-item-remove button .icon svg use, .booking-item-detail .checkout-aside-container #container-opc-products .card .card-body .booking-line-item .line-item-remove button .icon svg use {
  fill: #008555;
}
@media (min-width: 1200px) {
  .checkout-aside-container #container-opc-products .card .card-body .line-item .line-item-quantity .line-item-quantity-row .line-item-quantity-label, .checkout-aside-container #container-opc-products .card .card-body .booking-item-detail .booking-line-item .line-item-quantity .line-item-quantity-row .line-item-quantity-label, .booking-item-detail .checkout-aside-container #container-opc-products .card .card-body .booking-line-item .line-item-quantity .line-item-quantity-row .line-item-quantity-label {
    width: 60%;
    max-width: 60%;
    flex: 0 0 60%;
    align-content: center;
  }
  .checkout-aside-container #container-opc-products .card .card-body .line-item .line-item-quantity .line-item-quantity-row .line-item-quantity-select-wrapper, .checkout-aside-container #container-opc-products .card .card-body .booking-item-detail .booking-line-item .line-item-quantity .line-item-quantity-row .line-item-quantity-select-wrapper, .booking-item-detail .checkout-aside-container #container-opc-products .card .card-body .booking-line-item .line-item-quantity .line-item-quantity-row .line-item-quantity-select-wrapper {
    width: 40%;
    max-width: 40%;
    flex: 0 0 40%;
  }
}
@media (max-width: 991.98px) {
  .checkout-aside-container #container-opc-products .card .card-body .line-item .line-item-quantity .line-item-quantity-row .line-item-quantity-label, .checkout-aside-container #container-opc-products .card .card-body .booking-item-detail .booking-line-item .line-item-quantity .line-item-quantity-row .line-item-quantity-label, .booking-item-detail .checkout-aside-container #container-opc-products .card .card-body .booking-line-item .line-item-quantity .line-item-quantity-row .line-item-quantity-label {
    width: 60%;
    max-width: 60%;
    flex: 0 0 60%;
    align-content: center;
  }
  .checkout-aside-container #container-opc-products .card .card-body .line-item .line-item-quantity .line-item-quantity-row .line-item-quantity-select-wrapper, .checkout-aside-container #container-opc-products .card .card-body .booking-item-detail .booking-line-item .line-item-quantity .line-item-quantity-row .line-item-quantity-select-wrapper, .booking-item-detail .checkout-aside-container #container-opc-products .card .card-body .booking-line-item .line-item-quantity .line-item-quantity-row .line-item-quantity-select-wrapper {
    width: 40%;
    max-width: 40%;
    flex: 0 0 40%;
  }
}
.offcanvas.offcanvas-start.navigation-offcanvas, .offcanvas.offcanvas-start.account-menu-offcanvas {
  z-index: 1057;
  background: #fff;
}
.offcanvas.offcanvas-start.navigation-offcanvas .offcanvas-header, .offcanvas.offcanvas-start.account-menu-offcanvas .offcanvas-header {
  background: #fff;
}
.text-module-block-text-links {
  padding: 25px;
  border-radius: 5px;
  width: 100%;
  border: 1px solid transparent;
  height: 100%;
  align-items: center;
  margin-left: 0;
}
.text-module-block-text-links .text-inner {
  padding: 0;
}
.text-module-block-text-links .block-links .block-links__content .btn {
  margin-top: 15px;
  margin-bottom: 0;
  min-width: 220px;
}
.contact-page-container .aku-cms-factory-element {
  height: 100%;
}
@media (max-width: 991.98px) {
  .contact-page-container .twt-column.right.last, .contact-page-container .twt-column.center {
    margin-top: 20px;
  }
}
.contact-page-form-extra .cms-element-custom-form .card .card-body {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 25px;
}
.contact-page-form-extra .cms-element-custom-form .card .card-body .card-title {
  display: none;
}
.contact-page-form-extra .cms-element-custom-form .card .card-body .form-content select, .contact-page-form-extra .cms-element-custom-form .card .card-body .form-content input, .contact-page-form-extra .cms-element-custom-form .card .card-body .form-content textarea {
  background-color: #fff;
}
.contact-page-form-extra .cms-element-custom-form .card .card-body .form-content select {
  border: 1px solid #272E28;
  border-radius: 5px;
  opacity: 0.3;
}
.contact-page-form-extra .cms-element-custom-form .card .card-body .form-content input.form-control::placeholder {
  color: #6F6F6F;
  opacity: 0.5;
}
.contact-page-form-extra .cms-element-custom-form .card .card-body .form-content input {
  border-color: #D9D9D9;
}
.contact-page-form-extra .cms-element-custom-form .card .card-body .form-content textarea {
  border: 1px solid #272E28;
  border-radius: 5px;
  opacity: 0.5;
}
.contact-page-form-extra .cms-element-custom-form .card .card-body .form-content .btn.btn-primary.float-end {
  width: 100%;
  border-radius: 5px;
  margin-top: 15px;
}
.contact-page-form-extra .cms-element-custom-form .card .card-body .form-content .form-text.privacy-notice input:checked {
  background-color: #008555;
}
.cms-element-form .card-body form .form-content .btn.btn-primary {
  color: #fff;
}
.definition-slider .swiper-slide {
  background-color: white;
  height: auto;
  justify-content: space-between;
  border: 1px solid lightgray;
  border-radius: 3px;
}
.definition-slider .swiper-slide .definition-slider-image {
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.definition-slider .swiper-slide .definition-content {
  padding: 10px;
}
.definition-slider .swiper-slide .definition-content .definition-overline {
  font-weight: 700;
  font-size: 14px;
  margin: 10px 0;
  text-transform: uppercase;
}
.definition-slider .swiper-slide a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  height: 100%;
}
.definition-slider .swiper-slide a .definition-title {
  color: #272E28;
  font-size: 16px;
}
.definition-slider .swiper-button-prev, .definition-slider .swiper-button-next {
  color: #D9D9D9;
  border: 1px solid #D9D9D9;
  background-color: white;
}
.definition-slider .swiper-button-prev::after, .definition-slider .swiper-button-next::after {
  font-size: 15px;
}
.definition-slider .swiper-button-prev {
  left: 0;
  border-left: none;
}
.definition-slider .swiper-button-next {
  border-right: none;
  right: 0;
}
.nav-main {
  z-index: 999;
}
.search-suggest-container {
  z-index: 1057;
}
.nav-link.main-navigation-link span {
  font-size: 16px !important;
  text-transform: none;
}
.nav-link.main-navigation-link.is-open span {
  position: relative !important;
  border-bottom: 12px solid white !important;
  border-bottom-color: white !important;
  z-index: 9999999999999 !important;
  position: relative !important;
  background: white !important;
  border-color: white !important;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3) !important;
  color: #008555 !important;
}
.nav-link.main-navigation-link.is-open span::after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 15px;
  background: white;
}
.main-navigation-menu .nav-link.main-navigation-link.active {
  background-color: white;
}
.main-navigation-menu .nav-link.main-navigation-link.active span {
  background-color: #008555;
  border: 1px solid;
  padding: 7px;
  border-radius: 5px;
  color: white;
}
.main-navigation-menu .nav-link.main-navigation-link.active span:hover {
  color: #008555;
}
.main-navigation-menu .nav-link.main-navigation-link.dropdown-toggle .main-navigation-link-text {
  border: 1px solid;
  padding: 7px;
  border-radius: 5px;
  border-color: #008555;
}
.main-navigation-menu .nav-link.main-navigation-link.dropdown-toggle .main-navigation-link-text:hover {
  position: relative;
  border-bottom: 12px solid white;
  border-bottom-color: white;
  z-index: 9999999999999;
  position: relative;
  background: white;
  border-color: white;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}
.main-navigation-menu .nav-link.main-navigation-link.dropdown-toggle .icon {
  display: none;
}
.twt-top-navigation-flyout-wrapper {
  background: unset;
  box-shadow: unset;
  pointer-events: none !important;
  z-index: 750;
}
.twt-top-navigation-flyout-wrapper .twt-top-navigation-flyout {
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
}
.twt-top-navigation-flyout-wrapper .container, .twt-top-navigation-flyout-wrapper .cms-section .boxed, .cms-section .twt-top-navigation-flyout-wrapper .boxed {
  background-color: white;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  padding-top: 20px;
  pointer-events: all;
}
.twt-top-navigation-flyout-wrapper .navigation-flyout-categories {
  height: 100%;
}
.twt-top-navigation-flyout-wrapper .navigation-flyout-categories .navigation-flyout-col {
  border-radius: 5px;
}
.twt-top-navigation-flyout-wrapper .navigation-flyout-categories .navigation-flyout-col .nav-item.nav-link.navigation-flyout-link {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}
.twt-top-navigation-flyout-wrapper .navigation-flyout-categories .navigation-flyout-col .nav-item.nav-link.navigation-flyout-link .product-badges {
  position: relative;
  left: unset;
  top: unset;
  float: right;
  margin-left: 15px;
  margin-top: 2px;
  height: 22px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
.twt-top-navigation-flyout-wrapper .navigation-flyout-categories .navigation-flyout-col .nav-item.nav-link.navigation-flyout-link .product-badges div .badge {
  border-radius: 0;
  margin-bottom: 0;
}
.twt-top-navigation-flyout-wrapper .navigation-flyout-categories .navigation-flyout-col .nav-item.nav-link.navigation-flyout-link:hover {
  padding-left: 0;
  color: #008555;
}
.twt-top-navigation-flyout-wrapper .navigation-flyout-categories .navigation-flyout-col:hover {
  background: #00855533;
}
.twt-top-navigation-flyout-wrapper .navigation-flyout-categories .row.navigation-flyout-categories, .twt-top-navigation-flyout-wrapper .navigation-flyout-categories .is-act-cartpage .checkout .navigation-flyout-categories.checkout-container, .is-act-cartpage .checkout .twt-top-navigation-flyout-wrapper .navigation-flyout-categories .navigation-flyout-categories.checkout-container, .twt-top-navigation-flyout-wrapper .navigation-flyout-categories .is-act-checkoutregisterpage .checkout .navigation-flyout-categories.checkout-container, .is-act-checkoutregisterpage .checkout .twt-top-navigation-flyout-wrapper .navigation-flyout-categories .navigation-flyout-categories.checkout-container, .twt-top-navigation-flyout-wrapper .navigation-flyout-categories .is-act-confirmpage .checkout .navigation-flyout-categories.checkout-container, .is-act-confirmpage .checkout .twt-top-navigation-flyout-wrapper .navigation-flyout-categories .navigation-flyout-categories.checkout-container, .twt-top-navigation-flyout-wrapper .navigation-flyout-categories .is-ctl-accountorder .checkout .navigation-flyout-categories.checkout-container, .is-ctl-accountorder .checkout .twt-top-navigation-flyout-wrapper .navigation-flyout-categories .navigation-flyout-categories.checkout-container, .twt-top-navigation-flyout-wrapper .navigation-flyout-categories .is-act-finishpage .checkout .navigation-flyout-categories.checkout-container, .is-act-finishpage .checkout .twt-top-navigation-flyout-wrapper .navigation-flyout-categories .navigation-flyout-categories.checkout-container, .twt-top-navigation-flyout-wrapper .navigation-flyout-categories body.is-act-confirmpage .checkout .navigation-flyout-categories.checkout-container, body.is-act-confirmpage .checkout .twt-top-navigation-flyout-wrapper .navigation-flyout-categories .navigation-flyout-categories.checkout-container {
  height: 100%;
  display: flex;
}
.twt-top-navigation-flyout-wrapper .navigation-flyout-categories.is-level-1 {
  display: none !important;
}
.twt-top-navigation-flyout-wrapper .navigation-flyout-teaser-image {
  aspect-ratio: 1;
  width: 25%;
}
.twt-top-navigation-flyout-wrapper .navigation-flyout-teaser-image .navigation-flyout-teaser-image-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.twt-top-navigation-flyout-wrapper .navigation-flyout-teaser-image .navigation-flyout-teaser-image-inner img {
  width: auto;
  height: 100%;
}
.twt-top-navigation-flyout-wrapper .navigation-flyout-teaser-text {
  aspect-ratio: 1;
}
.twt-top-navigation-flyout-wrapper .navigation-flyout-teaser-text .navigation-flyout-teaser-text-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: lightgrey;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.twt-top-navigation-flyout-wrapper .navigation-flyout-content {
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.twt-top-navigation-flyout-wrapper .navigation-flyout-content .navigation-flyout-categories .navigation-flyout-col {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.twt-top-navigation-flyout-wrapper .navigation-flyout-content .navigation-flyout-categories .navigation-flyout-col .menu-categorty-icon {
  height: 35px;
  width: 35px;
  display: inline-block;
}
.twt-top-navigation-flyout-wrapper .container, .twt-top-navigation-flyout-wrapper .cms-section .boxed, .cms-section .twt-top-navigation-flyout-wrapper .boxed {
  max-width: 1370px;
  padding-top: 20px !important;
  padding-right: calc(var(--bs-gutter-x) * .5) !important;
  padding-left: calc(var(--bs-gutter-x) * .5) !important;
}
.twt-top-navigation-flyout-wrapper.scrolling {
  position: sticky;
  top: 115px;
  left: 0;
}
.navigation-flyout-categories.is-level-0 > .navigation-flyout-col::before {
  display: none;
}
.offcanvas.offcanvas-start.navigation-offcanvas .offcanvas-body {
  display: flex;
  flex-direction: column;
}
.offcanvas.offcanvas-start.navigation-offcanvas .offcanvas-body .nav.navigation-offcanvas-actions {
  order: 2;
}
.offcanvas.offcanvas-start.navigation-offcanvas .offcanvas-body .navigation-offcanvas-container {
  height: 100%;
}
.offcanvas.offcanvas-start.navigation-offcanvas .offcanvas-body .navigation-offcanvas-container .navigation-offcanvas-list .navigation-offcanvas-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.offcanvas.offcanvas-start.navigation-offcanvas .offcanvas-body .navigation-offcanvas-container .navigation-offcanvas-list .navigation-offcanvas-list-item .menu-categorty-icon {
  width: 35px;
  height: 35px;
}
.offcanvas.offcanvas-start.navigation-offcanvas .offcanvas-body .navigation-offcanvas-container .navigation-offcanvas-list .navigation-offcanvas-list-item .navigation-offcanvas-link {
  width: 100%;
}
.main-navigation-menu .nav-item:nth-child(3) {
  margin-right: auto !important;
}
.navigation-offcanvas .offcanvas-body {
  overflow-x: hidden;
  border-top: none;
}
.navigation-offcanvas .offcanvas-body .navigation-offcanvas-list-item {
  position: relative;
}
.navigation-offcanvas .offcanvas-body .navigation-offcanvas-list-item .navigation-offcanvas-link {
  color: #333333;
}
.navigation-offcanvas .offcanvas-body .navigation-offcanvas-list-item .navigation-offcanvas-link .js-navigation-offcanvas-loading-icon .icon svg {
  color: #005537;
}
.navigation-offcanvas .offcanvas-body .navigation-offcanvas-list-item .navigation-offcanvas-link .js-navigation-offcanvas-loading-icon::before {
  content: "";
  height: 100%;
  position: absolute;
  width: 50px;
  right: 0;
  top: 0;
  border-left: 1px solid #bcc1c7;
}
.navigation-offcanvas .offcanvas-body .navigation-offcanvas-list-item .navigation-offcanvas-link .js-navigation-offcanvas-endpoint-icon .icon svg {
  color: #005537;
  transform: rotate(-45deg);
}
.navigation-offcanvas .offcanvas-body .navigation-offcanvas-headline, .navigation-offcanvas .offcanvas-body .is-home-link {
  display: none;
}
.category-listing-navi .cms-section-sidebar {
  padding: 0;
}
.category-listing-navi .cms-section-sidebar .cms-section-sidebar-sidebar-content {
  background: none;
  border: none;
  padding: 0;
}
.category-listing-navi .cms-section-sidebar .cms-section-sidebar-main-content {
  background: none;
  border: none;
  padding: 0;
}
.cms-block-category-navigation .cms-block-container .cms-block-container-row.has--sidebar .cms-element-category-navigation .category-navigation-box {
  background: none;
  border: none;
}
.cms-block-sidebar-filter .cms-block-container .cms-element-sidebar-filter .filter-panel-wrapper {
  background: none;
  border: none;
}
.cms-block-sidebar-filter .cms-block-container .cms-element-sidebar-filter .filter-panel-wrapper-toggle {
  color: #333333;
}
.cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions.row.justify-content-between .sorting .form-select, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .is-act-cartpage .checkout .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .is-act-checkoutregisterpage .checkout .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .is-act-confirmpage .checkout .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .is-ctl-accountorder .checkout .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .is-act-finishpage .checkout .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, body.is-act-confirmpage .checkout .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions.row.justify-content-between .sorting .form-select, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .is-act-cartpage .checkout .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .is-act-checkoutregisterpage .checkout .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .is-act-confirmpage .checkout .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .is-ctl-accountorder .checkout .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .is-act-finishpage .checkout .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, body.is-act-confirmpage .checkout .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions.row.justify-content-between .sorting .form-select, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .is-act-cartpage .checkout .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .is-act-checkoutregisterpage .checkout .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .is-act-confirmpage .checkout .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .is-ctl-accountorder .checkout .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .is-act-finishpage .checkout .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select, body.is-act-confirmpage .checkout .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-element-product-listing-actions.justify-content-between.checkout-container .sorting .form-select {
  border: 2px solid #008555;
  border-radius: 5px;
}
.cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .product-box .product-info .product-description, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content, .is-act-cartpage .checkout .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content, .is-act-checkoutregisterpage .checkout .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content, .is-act-confirmpage .checkout .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content, .is-ctl-accountorder .checkout .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content, .is-act-finishpage .checkout .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content, body.is-act-confirmpage .checkout .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .swkweb-content-manager-article-box .product-info .product-description, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .product-box .product-info .swkweb-content-manager-article-box-content, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .product-box .product-info .product-description, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content, .is-act-cartpage .checkout .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content, .is-act-checkoutregisterpage .checkout .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content, .is-act-confirmpage .checkout .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content, .is-ctl-accountorder .checkout .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content, .is-act-finishpage .checkout .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content, body.is-act-confirmpage .checkout .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .swkweb-content-manager-article-box .product-info .product-description, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .product-box .product-info .swkweb-content-manager-article-box-content, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .product-box .product-info .product-description, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content, .is-act-cartpage .checkout .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content, .is-act-checkoutregisterpage .checkout .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content, .is-act-confirmpage .checkout .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content, .is-ctl-accountorder .checkout .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content, .is-act-finishpage .checkout .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content, body.is-act-confirmpage .checkout .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .swkweb-content-manager-article-box .product-info .product-description, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .product-box .product-info .swkweb-content-manager-article-box-content, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content {
  text-align: left;
  font-size: 12px;
  margin-top: 5px;
}
.cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .product-box .product-info .product-description ul, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul, .is-act-cartpage .checkout .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul, .is-act-checkoutregisterpage .checkout .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul, .is-act-confirmpage .checkout .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul, .is-ctl-accountorder .checkout .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul, .is-act-finishpage .checkout .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul, body.is-act-confirmpage .checkout .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .swkweb-content-manager-article-box .product-info .product-description ul, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .product-box .product-info .swkweb-content-manager-article-box-content ul, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .product-box .product-info .product-description ul, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul, .is-act-cartpage .checkout .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul, .is-act-checkoutregisterpage .checkout .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul, .is-act-confirmpage .checkout .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul, .is-ctl-accountorder .checkout .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul, .is-act-finishpage .checkout .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul, body.is-act-confirmpage .checkout .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .swkweb-content-manager-article-box .product-info .product-description ul, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .product-box .product-info .swkweb-content-manager-article-box-content ul, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .product-box .product-info .product-description ul, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul, .is-act-cartpage .checkout .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul, .is-act-checkoutregisterpage .checkout .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul, .is-act-confirmpage .checkout .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul, .is-ctl-accountorder .checkout .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul, .is-act-finishpage .checkout .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul, body.is-act-confirmpage .checkout .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .swkweb-content-manager-article-box .product-info .product-description ul, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .product-box .product-info .swkweb-content-manager-article-box-content ul, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul {
  padding-left: 15px;
}
.cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .product-box .product-info .product-description ul li, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul li, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul li, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul li, .is-act-cartpage .checkout .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul li, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul li, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul li, .is-act-checkoutregisterpage .checkout .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul li, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul li, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul li, .is-act-confirmpage .checkout .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul li, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul li, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul li, .is-ctl-accountorder .checkout .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul li, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul li, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul li, .is-act-finishpage .checkout .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul li, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul li, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul li, body.is-act-confirmpage .checkout .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .swkweb-content-manager-article-box .product-info .product-description ul li, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .product-box .product-info .swkweb-content-manager-article-box-content ul li, .cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul li, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .product-box .product-info .product-description ul li, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul li, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul li, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul li, .is-act-cartpage .checkout .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul li, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul li, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul li, .is-act-checkoutregisterpage .checkout .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul li, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul li, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul li, .is-act-confirmpage .checkout .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul li, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul li, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul li, .is-ctl-accountorder .checkout .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul li, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul li, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul li, .is-act-finishpage .checkout .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul li, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul li, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul li, body.is-act-confirmpage .checkout .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .swkweb-content-manager-article-box .product-info .product-description ul li, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .product-box .product-info .swkweb-content-manager-article-box-content ul li, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul li, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .product-box .product-info .product-description ul li, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul li, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul li, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-cartpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul li, .is-act-cartpage .checkout .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul li, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul li, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-checkoutregisterpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul li, .is-act-checkoutregisterpage .checkout .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul li, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul li, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul li, .is-act-confirmpage .checkout .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul li, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul li, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-ctl-accountorder .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul li, .is-ctl-accountorder .checkout .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul li, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul li, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .is-act-finishpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul li, .is-act-finishpage .checkout .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .product-description ul li, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .product-box .product-info .swkweb-content-manager-article-box-content ul li, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing body.is-act-confirmpage .checkout .cms-listing-row.checkout-container .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul li, body.is-act-confirmpage .checkout .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .cms-listing-row.checkout-container .product-box .product-info .product-description ul li, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .swkweb-content-manager-article-box .product-info .product-description ul li, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .product-box .product-info .swkweb-content-manager-article-box-content ul li, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .row.cms-listing-row .swkweb-content-manager-article-box .product-info .swkweb-content-manager-article-box-content ul li {
  color: #6F6F6F;
}
.cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .pagination-nav .pagination .page-item .page-link, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .pagination-nav .pagination .page-item .page-link, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .pagination-nav .pagination .page-item .page-link {
  background: none;
  color: #333333;
}
.cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .pagination-nav .pagination .page-item .page-link .icon, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .pagination-nav .pagination .page-item .page-link .icon, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .pagination-nav .pagination .page-item .page-link .icon {
  color: #333333;
}
.cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .pagination-nav .pagination .page-item .page-link .icon svg use, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .pagination-nav .pagination .page-item .page-link .icon svg use, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .pagination-nav .pagination .page-item .page-link .icon svg use {
  fill: #333333;
}
.cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .pagination-nav .pagination .page-item.active, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .pagination-nav .pagination .page-item.active, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .pagination-nav .pagination .page-item.active {
  background: #00855533;
  border-radius: 5px;
}
.cms-block-product-listing .cms-element-product-listing-wrapper .cms-element-product-listing .pagination-nav .pagination .page-item.active .page-link, .cms-block-blog-assignment .cms-element-product-listing-wrapper .cms-element-product-listing .pagination-nav .pagination .page-item.active .page-link, .cms-block-blog-listing .cms-element-product-listing-wrapper .cms-element-product-listing .pagination-nav .pagination .page-item.active .page-link {
  color: #333333;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .mobile-reverse-top .cms-block-container .cms-block-container-row {
    flex-direction: column-reverse;
  }
}
.cms-element-twt-breadcrumb, .cms-breadcrumb {
  margin-top: 10px;
  margin-bottom: 10px;
}
.cms-element-twt-breadcrumb .breadcrumb, .cms-breadcrumb .breadcrumb {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cms-element-twt-breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link, .cms-breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link {
  text-decoration: none;
}
.cms-element-twt-breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link .breadcrumb-title, .cms-breadcrumb .breadcrumb .breadcrumb-item .breadcrumb-link .breadcrumb-title {
  color: #333333;
}
.cms-element-twt-breadcrumb .breadcrumb .breadcrumb-item, .cms-breadcrumb .breadcrumb .breadcrumb-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cms-element-twt-breadcrumb .breadcrumb .breadcrumb-item .icon, .cms-breadcrumb .breadcrumb .breadcrumb-item .icon {
  color: #008555;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cms-element-twt-breadcrumb .breadcrumb .breadcrumb-item .icon svg, .cms-breadcrumb .breadcrumb .breadcrumb-item .icon svg {
  top: unset;
}
.cms-element-twt-breadcrumb .breadcrumb .breadcrumb-item .icon svg use, .cms-breadcrumb .breadcrumb .breadcrumb-item .icon svg use {
  fill: #008555;
}
.cms-element-twt-breadcrumb .breadcrumb .breadcrumb-placeholder, .cms-breadcrumb .breadcrumb .breadcrumb-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cms-element-twt-breadcrumb .breadcrumb .breadcrumb-placeholder .icon, .cms-breadcrumb .breadcrumb .breadcrumb-placeholder .icon {
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cms-element-twt-breadcrumb .breadcrumb .breadcrumb-placeholder .icon svg, .cms-breadcrumb .breadcrumb .breadcrumb-placeholder .icon svg {
  top: unset;
}
.cms-element-twt-breadcrumb .breadcrumb .breadcrumb-placeholder .icon svg use, .cms-breadcrumb .breadcrumb .breadcrumb-placeholder .icon svg use {
  fill: #333333;
}
.is-ctl-cachedblog.is-act-detailaction .cms-breadcrumb {
  margin-top: 10px;
}
.maxia-tax-switch-col #maxiaTaxSwitchHeader .maxia-tax-switch-menu.dropdown .top-bar-list.dropdown-menu {
  transform: translate(-60px, 65px) !important;
  padding: 10px;
}
.maxia-tax-switch-col #maxiaTaxSwitchHeader .maxia-tax-switch-menu.dropdown .top-bar-list.dropdown-menu.show {
  display: flex;
  flex-direction: row;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 3px 10px #00000029;
  z-index: 1056;
}
.maxia-tax-switch-col #maxiaTaxSwitchHeader .maxia-tax-switch-menu.dropdown .top-bar-list.dropdown-menu.show::before {
  top: -11px;
  width: 20px;
  height: 20px;
}
.maxia-tax-switch-col #maxiaTaxSwitchHeader .maxia-tax-switch-menu.dropdown .maxia-tax-switch-form {
  display: flex;
}
.maxia-tax-switch-col #maxiaTaxSwitchHeader .maxia-tax-switch-menu.dropdown .maxia-tax-switch-form button {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid lightgray;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
  padding: 5px 15px;
  min-height: 50px;
}
.maxia-tax-switch-col #maxiaTaxSwitchHeader .maxia-tax-switch-menu.dropdown .maxia-tax-switch-form button span {
  font-weight: initial;
  font-size: 10px;
}
.maxia-tax-switch-col #maxiaTaxSwitchHeader .maxia-tax-switch-menu.dropdown .maxia-tax-switch-form .top-bar-list-item.dropdown-item.maxia-tax-switch-link.item-checked {
  border-color: #008555;
  border-width: 2px;
  color: #008555;
  background: #00855533;
}
.maxia-tax-switch-col #maxiaTaxSwitchHeader .maxia-tax-switch-menu.dropdown #maxiaTaxSwitchHeaderDropdownBtn {
  color: #333333;
  border-radius: 3px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  padding: 5px 20px 5px 5px;
  line-height: 20px;
  position: relative;
}
.maxia-tax-switch-col #maxiaTaxSwitchHeader .maxia-tax-switch-menu.dropdown #maxiaTaxSwitchHeaderDropdownBtn span {
  font-weight: initial;
  font-size: 10px;
}
.maxia-tax-switch-col #maxiaTaxSwitchHeader .maxia-tax-switch-menu.dropdown #maxiaTaxSwitchHeaderDropdownBtn .icon {
  position: absolute;
  top: 22.5%;
  right: 0;
  color: #008555;
}
.maxia-tax-switch-col #maxiaTaxSwitchHeader .maxia-tax-switch-menu.dropdown #maxiaTaxSwitchHeaderDropdownBtn .icon svg use {
  fill: #008555;
}
.maxia-tax-switch-col #maxiaTaxSwitchHeader .maxia-tax-switch-menu.dropdown #maxiaTaxSwitchHeaderDropdownBtn:hover {
  background: #00855533;
  color: #008555;
}
.maxia-tax-switch-col #maxiaTaxSwitchHeader .maxia-tax-switch-menu.dropdown #maxiaTaxSwitchHeaderDropdownBtn::after {
  display: none;
}
.maxia-tax-switch-col #maxiaTaxSwitchHeader .maxia-tax-switch-menu.dropdown #maxiaTaxSwitchHeaderDropdownBtn.show .icon svg {
  transform: rotate(180deg);
}
header .dropdown .dropdown-menu[data-popper-placement="bottom-start"]::before {
  left: 50%;
  display: flex;
  flex-direction: row;
}
@media (max-width: 991.98px) {
  header.header-main .header-actions-col .maxia-tax-switch-col {
    display: none;
  }
}
#maxiaTaxSwitchOffcanvas {
  width: 100%;
}
#maxiaTaxSwitchOffcanvas .btn-group {
  width: 100%;
}
#maxiaTaxSwitchOffcanvas .btn-group .btn-sm.maxia-tax-switch-radio-button, #maxiaTaxSwitchOffcanvas .btn-group .btn-group-sm > .maxia-tax-switch-radio-button.btn {
  border-color: lightgray;
  color: #333333;
  border-radius: 5px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#maxiaTaxSwitchOffcanvas .btn-group input:checked + .btn-sm.maxia-tax-switch-radio-button, #maxiaTaxSwitchOffcanvas .btn-group .btn-group-sminput > .maxia-tax-switch-radio-button.btn, #maxiaTaxSwitchOffcanvas .btn-group .btn-group-sm > input:checked + .maxia-tax-switch-radio-button.btn {
  background: #00855533;
  color: #008555;
  border: 2px solid #008555;
}
#maxiaTaxSwitchOffcanvas .maxia-tax-switch-form {
  width: 100%;
}
#filter-panel-wrapper {
  padding-left: 0;
}
#filter-panel-wrapper .filter-panel .filter-panel-items-container {
  display: none;
}
#filter-panel-wrapper .filter-panel .filter-panel-items-container .filter-panel-item .filter-panel-item-toggle.btn {
  border: 2px solid #008555 !important;
  border-radius: 5px;
}
#filter-panel-wrapper .filter-panel .filter-panel-items-container .filter-panel-item .filter-panel-item-dropdown {
  border-color: #008555;
  border-radius: 5px;
}
#filter-panel-wrapper .filter-panel .filter-panel-items-container .filter-panel-item .filter-panel-item-dropdown .filter-range-container .form-control {
  border-color: #008555;
}
#filter-panel-wrapper .filter-panel .filter-panel-active-container .filter-active {
  background: #00855533;
  border-radius: 14px;
}
#filter-panel-wrapper .filter-panel .filter-panel-active-container .filter-active .filter-active-remove {
  font-size: 25px;
  padding-bottom: 5px;
}
#filter-panel-wrapper .filter-panel .filter-panel-active-container .filter-reset-all {
  border-radius: 14px;
}
.btn.btn-outline-primary.filter-panel-wrapper-toggle {
  display: initial;
}
.offcanvas.offcanvas-filter {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.offcanvas.offcanvas-filter .filter-panel .filter-panel-items-container .filter-panel-item .filter-panel-item-toggle.btn {
  border: 2px solid #008555 !important;
  border-radius: 5px;
}
.offcanvas.offcanvas-filter .filter-panel .filter-panel-items-container .filter-panel-item .filter-panel-item-dropdown {
  border-color: #008555;
  border-radius: 5px;
}
.offcanvas.offcanvas-filter .filter-panel .filter-panel-items-container .filter-panel-item .filter-panel-item-dropdown .filter-range-container .form-control {
  border-color: #008555;
}
.offcanvas.offcanvas-filter .filter-panel .filter-panel-active-container .filter-active {
  background: #00855533;
  border-radius: 14px;
}
.offcanvas.offcanvas-filter .filter-panel .filter-panel-active-container .filter-active .filter-active-remove {
  font-size: 25px;
  padding-bottom: 5px;
}
.offcanvas.offcanvas-filter .filter-panel .filter-panel-active-container .filter-reset-all {
  border-radius: 14px;
}
@media (min-width: 1200px) {
  .offcanvas.offcanvas-filter {
    max-height: 50vh;
    top: 25%;
    border-radius: 15px;
  }
}
.cms-block-blog-listing #filter-panel-wrapper {
  background: none;
}
.cms-block-blog-listing #filter-panel-wrapper .filter-panel .filter-panel-items-container {
  display: flex;
}
.cms-block-blog-listing #filter-panel-wrapper .filter-panel .filter-panel-items-container .filter-multi-select.filter-multi-select-authors {
  display: none;
}
.cms-element-category-navigation .category-navigation-box #accordion-0 #accordion-1 {
  margin-left: 15px;
  border-left: 1px solid #333333;
}
.cms-element-category-navigation .category-navigation-box #accordion-0 #accordion-1 .category-navigation-entry.card #accordion-2 {
  margin-left: 15px;
  border-left: 1px solid #333333;
}
.cms-element-category-navigation .category-navigation-box #accordion-0 #accordion-1 .category-navigation-entry.card #accordion-2 .category-navigation-entry.card .category-navigation-link.direct-link-arrow {
  display: none;
}
.eightworks-accordion .category-navigation.level-0 > .category-navigation-entry {
  display: none;
}
.eightworks-accordion .category-navigation.level-0 > .category-navigation-entry.in-path, .eightworks-accordion .category-navigation.level-0 > .category-navigation-entry.is-active {
  display: initial;
}
.cms-element-category-navigation .category-navigation-box .eightworks-accordion {
  border: none;
}
.cms-element-category-navigation .category-navigation-box .eightworks-accordion .category-navigation-entry.card .header-direct-link {
  border: none;
}
.cms-element-category-navigation .category-navigation-box .eightworks-accordion .category-navigation-entry.card .header-direct-link .category-navigation-direct-link {
  background: none !important;
  border: none !important;
  order: 1;
  text-decoration: none;
}
.cms-element-category-navigation .category-navigation-box .eightworks-accordion .category-navigation-entry.card .header-direct-link .category-navigation-link.direct-link-arrow {
  transform: rotate(180deg);
  background: none !important;
  order: 0;
}
.cms-element-category-navigation .category-navigation-box .eightworks-accordion .category-navigation-entry.card .header-direct-link .category-navigation-link.direct-link-arrow .eightworks-arrow.float-end .icon {
  color: #333333;
}
.cms-element-category-navigation .category-navigation-box .eightworks-accordion .category-navigation-entry.card .header-direct-link .category-navigation-link.direct-link-arrow .eightworks-arrow.float-end .icon svg use {
  fill: #333333;
}
.cms-element-category-navigation .category-navigation-box .eightworks-accordion .category-navigation-entry.card .header-direct-link .category-navigation-link.direct-link-arrow.collapsed {
  transform: rotate(270deg);
}
.cms-element-category-navigation .category-navigation-box .eightworks-accordion .category-navigation-entry.card .category-navigation .category-navigation-entry.card {
  border: none !important;
}
.cms-element-category-navigation .category-navigation-box .eightworks-accordion .category-navigation-entry.card .category-navigation .category-navigation-entry.card .card-header {
  border: none !important;
}
.cms-element-category-navigation .category-navigation-box .eightworks-accordion .category-navigation-entry.card .category-navigation .category-navigation-entry.card .card-header .category-navigation-link {
  background: none !important;
  border: none;
}
.cms-block-category-navigation {
  height: 100%;
  overflow: initial;
  display: block;
}
.cms-block-category-navigation .cms-block-container {
  position: sticky;
  top: 110px;
  height: 80vh;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.cms-block-category-navigation .cms-block-container::-webkit-scrollbar {
  display: none;
}
.sw-advanced-search-additional-results-container {
  overflow: hidden;
}
.cms-page.search-page {
  overflow: hidden;
}
.is-ctl-contentmanager .cms-page .cms-section-sidebar-sidebar-content {
  display: none;
}
.is-ctl-contentmanager .cms-page .cms-section-sidebar-main-content {
  width: 100% !important;
}
.scroll-up-container .scroll-up-button .btn.btn-primary, .scroll-up-container .compare-float-button .btn.btn-primary {
  border-radius: 5px;
}
@media (max-width: 1199.98px) {
  .scroll-up-container .scroll-up-button, .scroll-up-container .compare-float-button {
    left: unset !important;
    right: 1.5rem;
  }
}
.category-icon-container {
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .category-title-icons .category-title-icons__title .category-title-icons__title-text {
    text-align: center;
  }
  .category-title-icons .category-title-icon__description-mobile {
    display: inherit !important;
  }
  .category-title-icons .category-title-icons__description {
    display: none;
  }
}
.category-title-icons .category-title-icon__description-mobile {
  display: none;
  border: 1px solid #D9D9D9;
  padding: 15px;
  cursor: pointer;
  color: #333333;
}
.category-title-icons .category-title-icon__description-mobile .categoty-title-icon__description-change {
  margin: 0;
  position: relative;
}
.category-title-icons .category-title-icon__description-mobile .categoty-title-icon__description-change .description-title {
  margin: 0;
}
.category-title-icons .category-title-icon__description-mobile .categoty-title-icon__description-change .chevron {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.category-title-icons .category-title-icon__description-mobile .categoty-title-icon__description-change .chevron .icon {
  width: 16px;
  height: 16px;
  color: #008555;
}
.category-title-icons .category-title-icon__description-mobile .categoty-title-icon__description-change .chevron .icon svg {
  height: 16px;
  width: 16px;
}
.category-title-icons .category-title-icon__description-mobile .categoty-title-icon__description-change .chevron .icon svg use {
  fill: #008555;
}
.category-title-icons .category-title-icon__description-mobile .category-title-icons__description-text {
  display: none;
  margin-top: 1rem;
  margin-bottom: 0;
}
.category-title-icons .category-title-icon__description-mobile .category-title-icons__description-text.active {
  display: inherit;
}
.category-title-icons .category-title-icon__description-mobile .categoty-title-icon__description-change.active .chevron {
  transform: rotate(180deg);
}
.category-title-icons .category-title-icons__title .category-title-icons__title-text {
  color: #333333;
}
.cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .cms-listing-col.col-sm-6, .cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .is-act-confirmpage .checkout .cms-listing-col.checkout-additional, .is-act-confirmpage .checkout .cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .cms-listing-col.checkout-additional, .cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .is-ctl-accountorder .checkout .cms-listing-col.checkout-additional, .is-ctl-accountorder .checkout .cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .cms-listing-col.checkout-additional {
  width: 25% !important;
}
.cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .cms-listing-col.col-sm-6 .card, .cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .is-act-confirmpage .checkout .cms-listing-col.checkout-additional .card, .is-act-confirmpage .checkout .cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .cms-listing-col.checkout-additional .card, .cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .is-ctl-accountorder .checkout .cms-listing-col.checkout-additional .card, .is-ctl-accountorder .checkout .cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .cms-listing-col.checkout-additional .card {
  background-color: white;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #d9d9d9;
}
.cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .cms-listing-col.col-sm-6 .card .swkweb-content-manager-article-box-content-container .swkweb-content-manager-article-box-content, .cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .is-act-confirmpage .checkout .cms-listing-col.checkout-additional .card .swkweb-content-manager-article-box-content-container .swkweb-content-manager-article-box-content, .is-act-confirmpage .checkout .cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .cms-listing-col.checkout-additional .card .swkweb-content-manager-article-box-content-container .swkweb-content-manager-article-box-content, .cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .is-ctl-accountorder .checkout .cms-listing-col.checkout-additional .card .swkweb-content-manager-article-box-content-container .swkweb-content-manager-article-box-content, .is-ctl-accountorder .checkout .cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .cms-listing-col.checkout-additional .card .swkweb-content-manager-article-box-content-container .swkweb-content-manager-article-box-content {
  display: none;
}
.cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .cms-listing-col.col-sm-6 .card .swkweb-content-manager-article-box-content-container .swkweb-content-manager-article-box-title, .cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .is-act-confirmpage .checkout .cms-listing-col.checkout-additional .card .swkweb-content-manager-article-box-content-container .swkweb-content-manager-article-box-title, .is-act-confirmpage .checkout .cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .cms-listing-col.checkout-additional .card .swkweb-content-manager-article-box-content-container .swkweb-content-manager-article-box-title, .cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .is-ctl-accountorder .checkout .cms-listing-col.checkout-additional .card .swkweb-content-manager-article-box-content-container .swkweb-content-manager-article-box-title, .is-ctl-accountorder .checkout .cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .cms-listing-col.checkout-additional .card .swkweb-content-manager-article-box-content-container .swkweb-content-manager-article-box-title {
  color: #272E28 !important;
  padding: 0 20px;
  margin: 0;
}
.cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .cms-listing-col.col-sm-6 .card .swkweb-content-manager-article-box-content-container .swkweb-content-manager-article-box-button, .cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .is-act-confirmpage .checkout .cms-listing-col.checkout-additional .card .swkweb-content-manager-article-box-content-container .swkweb-content-manager-article-box-button, .is-act-confirmpage .checkout .cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .cms-listing-col.checkout-additional .card .swkweb-content-manager-article-box-content-container .swkweb-content-manager-article-box-button, .cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .is-ctl-accountorder .checkout .cms-listing-col.checkout-additional .card .swkweb-content-manager-article-box-content-container .swkweb-content-manager-article-box-button, .is-ctl-accountorder .checkout .cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .cms-listing-col.checkout-additional .card .swkweb-content-manager-article-box-content-container .swkweb-content-manager-article-box-button {
  margin: 0;
}
.cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .cms-listing-col.col-sm-6 .card .btn.btn-light, .cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .is-act-confirmpage .checkout .cms-listing-col.checkout-additional .card .btn.btn-light, .is-act-confirmpage .checkout .cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .cms-listing-col.checkout-additional .card .btn.btn-light, .cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .is-ctl-accountorder .checkout .cms-listing-col.checkout-additional .card .btn.btn-light, .is-ctl-accountorder .checkout .cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .cms-listing-col.checkout-additional .card .btn.btn-light {
  color: white;
  background-color: #008555;
  border-radius: 0 0 5px 5px;
}
.cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .cms-listing-col.col-sm-6 .card .btn.btn-light:hover, .cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .is-act-confirmpage .checkout .cms-listing-col.checkout-additional .card .btn.btn-light:hover, .is-act-confirmpage .checkout .cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .cms-listing-col.checkout-additional .card .btn.btn-light:hover, .cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .is-ctl-accountorder .checkout .cms-listing-col.checkout-additional .card .btn.btn-light:hover, .is-ctl-accountorder .checkout .cms-element-swkweb-content-manager-article-listing .swkweb-content-manager-article-listing .swkweb-content-manager-article-listing-wrapper .cms-listing-col.checkout-additional .card .btn.btn-light:hover {
  background-color: #005537;
}
.cms-element-swkweb-content-manager-article-alphabet-navigation .nav.nav-pills .nav-item .nav-link.disabled {
  font-weight: inherit;
}
.cms-element-swkweb-content-manager-article-alphabet-navigation .nav.nav-pills .nav-item .nav-link {
  font-weight: bold;
}
.checkout .checkout-container .checkout-step-2 .confirm-payment-shipping .confirm-payment .card .card-body #changePaymentForm .payment-methods .payment-method .payment-form-group.form-group .form-check-label.payment-method-label {
  margin: 0;
}
.checkout .checkout-container .checkout-step-2 .confirm-payment-shipping .confirm-payment .card .card-body #changePaymentForm .payment-methods .payment-method .payment-form-group.form-group .form-check-label.payment-method-label .payment-method-description {
  width: 100%;
}
.checkout .checkout-container .checkout-step-2 .confirm-payment-shipping .confirm-payment .card .card-body #changePaymentForm .payment-methods .payment-method .payment-form-group.form-group .form-check-label.payment-method-label .payment-method-description p {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 12px;
}
.checkout .checkout-container .checkout-step-2 .confirm-payment-shipping .confirm-shipping .card .card-body #changeShippingForm .shipping-methods .shipping-method .shipping-form-group.form-group .form-check-label.shipping-method-label {
  margin: 0;
}
.checkout .checkout-container .checkout-step-2 .confirm-payment-shipping .confirm-shipping .card .card-body #changeShippingForm .shipping-methods .shipping-method .shipping-form-group.form-group .form-check-label.shipping-method-label .shipping-method-description {
  width: 100%;
}
.checkout .checkout-container .checkout-step-2 .confirm-payment-shipping .confirm-shipping .card .card-body #changeShippingForm .shipping-methods .shipping-method .shipping-form-group.form-group .form-check-label.shipping-method-label .shipping-method-description p {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 12px;
}
.checkout-container .checkout-main .confirm-address .city-shop-extra-info-container {
  padding: 0 20px;
  margin-bottom: 20px;
}
.checkout-container .checkout-main .confirm-address .city-shop-extra-info-container .city-shop-extra-info-shipping {
  margin: 0;
  font-size: 14px;
}
.article-of-the-day {
  background-color: #008555;
}
.article-of-the-day .cms-block-text {
  margin: 0;
}
.article-of-the-day .cms-block-text .cms-block-container {
  padding: 20px 20px 0px 0px;
}
.article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .col-12.col-md-4.col-lg-3.my-4, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .col-md-4.col-lg-3.my-4.b2b-shopping-list-table__header-name.js-multiple-selection, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .col-lg-3.my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside, .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside, .is-act-checkoutregisterpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .col-lg-3.my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .col-md-4.my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .is-act-checkoutregisterpage .checkout .my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside, .is-act-checkoutregisterpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside, .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .col-md-4.my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .col-12.col-lg-3.my-4.checkout-aside, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .col-lg-3.my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection, .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .col-12.my-4.checkout-aside, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection, .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .col-12.my-4.checkout-aside, .is-act-checkoutregisterpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .col-12.col-lg-3.my-4.checkout-aside, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .col-12.col-md-4.my-4.checkout-aside, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .col-md-4.my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .is-act-checkoutregisterpage .checkout .my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection, .is-act-checkoutregisterpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .is-act-checkoutregisterpage .checkout .col-12.my-4.checkout-aside, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .is-act-checkoutregisterpage .checkout .my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection, .is-act-checkoutregisterpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .col-12.my-4.checkout-aside, .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .col-12.col-md-4.my-4.checkout-aside {
  width: 100% !important;
  margin-top: 0;
}
.article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .col-12.col-md-4.col-lg-3.my-4 .blog-card, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .col-md-4.col-lg-3.my-4.b2b-shopping-list-table__header-name.js-multiple-selection .blog-card, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .col-lg-3.my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside .blog-card, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside .blog-card, .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside .blog-card, .is-act-checkoutregisterpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .col-lg-3.my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside .blog-card, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .col-md-4.my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside .blog-card, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .is-act-checkoutregisterpage .checkout .my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside .blog-card, .is-act-checkoutregisterpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside .blog-card, .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .col-md-4.my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside .blog-card, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .col-12.col-lg-3.my-4.checkout-aside .blog-card, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .col-lg-3.my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection .blog-card, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection .blog-card, .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection .blog-card, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .col-12.my-4.checkout-aside .blog-card, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection .blog-card, .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .col-12.my-4.checkout-aside .blog-card, .is-act-checkoutregisterpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .col-12.col-lg-3.my-4.checkout-aside .blog-card, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .col-12.col-md-4.my-4.checkout-aside .blog-card, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .col-md-4.my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection .blog-card, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .is-act-checkoutregisterpage .checkout .my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection .blog-card, .is-act-checkoutregisterpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection .blog-card, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .is-act-checkoutregisterpage .checkout .col-12.my-4.checkout-aside .blog-card, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .is-act-checkoutregisterpage .checkout .my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection .blog-card, .is-act-checkoutregisterpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .col-12.my-4.checkout-aside .blog-card, .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .col-12.col-md-4.my-4.checkout-aside .blog-card {
  display: flex;
  flex-direction: row;
}
.article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .col-12.col-md-4.col-lg-3.my-4 .blog-card .blog-image.card-img-top, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .col-md-4.col-lg-3.my-4.b2b-shopping-list-table__header-name.js-multiple-selection .blog-card .blog-image.card-img-top, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .col-lg-3.my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside .blog-card .blog-image.card-img-top, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside .blog-card .blog-image.card-img-top, .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside .blog-card .blog-image.card-img-top, .is-act-checkoutregisterpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .col-lg-3.my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside .blog-card .blog-image.card-img-top, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .col-md-4.my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside .blog-card .blog-image.card-img-top, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .is-act-checkoutregisterpage .checkout .my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside .blog-card .blog-image.card-img-top, .is-act-checkoutregisterpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside .blog-card .blog-image.card-img-top, .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .col-md-4.my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside .blog-card .blog-image.card-img-top, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .col-12.col-lg-3.my-4.checkout-aside .blog-card .blog-image.card-img-top, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .col-lg-3.my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection .blog-card .blog-image.card-img-top, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection .blog-card .blog-image.card-img-top, .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection .blog-card .blog-image.card-img-top, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .col-12.my-4.checkout-aside .blog-card .blog-image.card-img-top, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection .blog-card .blog-image.card-img-top, .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .col-12.my-4.checkout-aside .blog-card .blog-image.card-img-top, .is-act-checkoutregisterpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .col-12.col-lg-3.my-4.checkout-aside .blog-card .blog-image.card-img-top, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .col-12.col-md-4.my-4.checkout-aside .blog-card .blog-image.card-img-top, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .col-md-4.my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection .blog-card .blog-image.card-img-top, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .is-act-checkoutregisterpage .checkout .my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection .blog-card .blog-image.card-img-top, .is-act-checkoutregisterpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection .blog-card .blog-image.card-img-top, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .is-act-checkoutregisterpage .checkout .col-12.my-4.checkout-aside .blog-card .blog-image.card-img-top, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .is-act-checkoutregisterpage .checkout .my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection .blog-card .blog-image.card-img-top, .is-act-checkoutregisterpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .col-12.my-4.checkout-aside .blog-card .blog-image.card-img-top, .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .col-12.col-md-4.my-4.checkout-aside .blog-card .blog-image.card-img-top {
  height: 100%;
  aspect-ratio: 2;
  width: 100%;
  object-fit: fill;
}
.article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .col-12.col-md-4.col-lg-3.my-4 .blog-card .card-body .card-text, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .col-md-4.col-lg-3.my-4.b2b-shopping-list-table__header-name.js-multiple-selection .blog-card .card-body .card-text, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .col-lg-3.my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside .blog-card .card-body .card-text, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside .blog-card .card-body .card-text, .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside .blog-card .card-body .card-text, .is-act-checkoutregisterpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .col-lg-3.my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside .blog-card .card-body .card-text, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .col-md-4.my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside .blog-card .card-body .card-text, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .is-act-checkoutregisterpage .checkout .my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside .blog-card .card-body .card-text, .is-act-checkoutregisterpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside .blog-card .card-body .card-text, .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .col-md-4.my-4.b2b-shopping-list-table__header-name.js-multiple-selection.checkout-aside .blog-card .card-body .card-text, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .col-12.col-lg-3.my-4.checkout-aside .blog-card .card-body .card-text, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .col-lg-3.my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection .blog-card .card-body .card-text, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection .blog-card .card-body .card-text, .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection .blog-card .card-body .card-text, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .col-12.my-4.checkout-aside .blog-card .card-body .card-text, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection .blog-card .card-body .card-text, .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .is-act-checkoutregisterpage .checkout .col-12.my-4.checkout-aside .blog-card .card-body .card-text, .is-act-checkoutregisterpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .col-12.col-lg-3.my-4.checkout-aside .blog-card .card-body .card-text, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .col-12.col-md-4.my-4.checkout-aside .blog-card .card-body .card-text, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .col-md-4.my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection .blog-card .card-body .card-text, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .is-act-checkoutregisterpage .checkout .my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection .blog-card .card-body .card-text, .is-act-checkoutregisterpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection .blog-card .card-body .card-text, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .is-act-checkoutregisterpage .checkout .col-12.my-4.checkout-aside .blog-card .card-body .card-text, .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .is-act-checkoutregisterpage .checkout .my-4.checkout-aside.b2b-shopping-list-table__header-name.js-multiple-selection .blog-card .card-body .card-text, .is-act-checkoutregisterpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .col-12.my-4.checkout-aside .blog-card .card-body .card-text, .acris-discount-group-custom-cart-layout.is-act-cartpage .checkout .article-of-the-day .cms-block-blog-newest-listing .cms-news-full-listing-row .col-12.col-md-4.my-4.checkout-aside .blog-card .card-body .card-text {
  height: fit-content;
}
.huebert-direct-accessories-block {
  background: #00855533;
  max-width: 80%;
}
.huebert-direct-accessories-block .h3.mt-5.order-2 {
  color: #333333;
}
.huebert-direct-accessories-block .accordion-collapse {
  background: #00855533;
}
.huebert-direct-accessories-block .huebert-accessory .hue-title-price {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.huebert-direct-accessories-block .huebert-accessory .hue-title-price a {
  color: #333333;
}
.huebert-direct-accessories-block .huebert-accessory .hue-title-price .row, .huebert-direct-accessories-block .huebert-accessory .hue-title-price .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .huebert-direct-accessories-block .huebert-accessory .hue-title-price .checkout-container, .huebert-direct-accessories-block .huebert-accessory .hue-title-price .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .huebert-direct-accessories-block .huebert-accessory .hue-title-price .checkout-container, .huebert-direct-accessories-block .huebert-accessory .hue-title-price .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .hue-title-price .checkout-container, .huebert-direct-accessories-block .huebert-accessory .hue-title-price .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .huebert-direct-accessories-block .huebert-accessory .hue-title-price .checkout-container, .huebert-direct-accessories-block .huebert-accessory .hue-title-price .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .huebert-direct-accessories-block .huebert-accessory .hue-title-price .checkout-container, .huebert-direct-accessories-block .huebert-accessory .hue-title-price body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .hue-title-price .checkout-container {
  margin: 0;
}
.huebert-direct-accessories-block .huebert-accessory .hue-title-price .row .product-configurator-variants, .huebert-direct-accessories-block .huebert-accessory .hue-title-price .is-act-cartpage .checkout .checkout-container .product-configurator-variants, .is-act-cartpage .checkout .huebert-direct-accessories-block .huebert-accessory .hue-title-price .checkout-container .product-configurator-variants, .huebert-direct-accessories-block .huebert-accessory .hue-title-price .is-act-checkoutregisterpage .checkout .checkout-container .product-configurator-variants, .is-act-checkoutregisterpage .checkout .huebert-direct-accessories-block .huebert-accessory .hue-title-price .checkout-container .product-configurator-variants, .huebert-direct-accessories-block .huebert-accessory .hue-title-price .is-act-confirmpage .checkout .checkout-container .product-configurator-variants, .is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .hue-title-price .checkout-container .product-configurator-variants, .huebert-direct-accessories-block .huebert-accessory .hue-title-price .is-ctl-accountorder .checkout .checkout-container .product-configurator-variants, .is-ctl-accountorder .checkout .huebert-direct-accessories-block .huebert-accessory .hue-title-price .checkout-container .product-configurator-variants, .huebert-direct-accessories-block .huebert-accessory .hue-title-price .is-act-finishpage .checkout .checkout-container .product-configurator-variants, .is-act-finishpage .checkout .huebert-direct-accessories-block .huebert-accessory .hue-title-price .checkout-container .product-configurator-variants, .huebert-direct-accessories-block .huebert-accessory .hue-title-price body.is-act-confirmpage .checkout .checkout-container .product-configurator-variants, body.is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .hue-title-price .checkout-container .product-configurator-variants {
  padding: 0;
}
.huebert-direct-accessories-block .huebert-accessory .hue-title-price .row .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator, .huebert-direct-accessories-block .huebert-accessory .hue-title-price .is-act-cartpage .checkout .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator, .is-act-cartpage .checkout .huebert-direct-accessories-block .huebert-accessory .hue-title-price .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator, .huebert-direct-accessories-block .huebert-accessory .hue-title-price .is-act-checkoutregisterpage .checkout .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator, .is-act-checkoutregisterpage .checkout .huebert-direct-accessories-block .huebert-accessory .hue-title-price .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator, .huebert-direct-accessories-block .huebert-accessory .hue-title-price .is-act-confirmpage .checkout .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator, .is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .hue-title-price .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator, .huebert-direct-accessories-block .huebert-accessory .hue-title-price .is-ctl-accountorder .checkout .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator, .is-ctl-accountorder .checkout .huebert-direct-accessories-block .huebert-accessory .hue-title-price .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator, .huebert-direct-accessories-block .huebert-accessory .hue-title-price .is-act-finishpage .checkout .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator, .is-act-finishpage .checkout .huebert-direct-accessories-block .huebert-accessory .hue-title-price .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator, .huebert-direct-accessories-block .huebert-accessory .hue-title-price body.is-act-confirmpage .checkout .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator, body.is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .hue-title-price .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.huebert-direct-accessories-block .huebert-accessory .hue-title-price .row .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator .variant-price .product-price, .huebert-direct-accessories-block .huebert-accessory .hue-title-price .is-act-cartpage .checkout .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator .variant-price .product-price, .is-act-cartpage .checkout .huebert-direct-accessories-block .huebert-accessory .hue-title-price .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator .variant-price .product-price, .huebert-direct-accessories-block .huebert-accessory .hue-title-price .is-act-checkoutregisterpage .checkout .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator .variant-price .product-price, .is-act-checkoutregisterpage .checkout .huebert-direct-accessories-block .huebert-accessory .hue-title-price .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator .variant-price .product-price, .huebert-direct-accessories-block .huebert-accessory .hue-title-price .is-act-confirmpage .checkout .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator .variant-price .product-price, .is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .hue-title-price .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator .variant-price .product-price, .huebert-direct-accessories-block .huebert-accessory .hue-title-price .is-ctl-accountorder .checkout .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator .variant-price .product-price, .is-ctl-accountorder .checkout .huebert-direct-accessories-block .huebert-accessory .hue-title-price .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator .variant-price .product-price, .huebert-direct-accessories-block .huebert-accessory .hue-title-price .is-act-finishpage .checkout .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator .variant-price .product-price, .is-act-finishpage .checkout .huebert-direct-accessories-block .huebert-accessory .hue-title-price .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator .variant-price .product-price, .huebert-direct-accessories-block .huebert-accessory .hue-title-price body.is-act-confirmpage .checkout .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator .variant-price .product-price, body.is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .hue-title-price .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator .variant-price .product-price {
  margin: 0;
}
.huebert-direct-accessories-block .huebert-accessory .hue-title-price .row .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator .product-detail-configurator-group, .huebert-direct-accessories-block .huebert-accessory .hue-title-price .is-act-cartpage .checkout .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator .product-detail-configurator-group, .is-act-cartpage .checkout .huebert-direct-accessories-block .huebert-accessory .hue-title-price .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator .product-detail-configurator-group, .huebert-direct-accessories-block .huebert-accessory .hue-title-price .is-act-checkoutregisterpage .checkout .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator .product-detail-configurator-group, .is-act-checkoutregisterpage .checkout .huebert-direct-accessories-block .huebert-accessory .hue-title-price .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator .product-detail-configurator-group, .huebert-direct-accessories-block .huebert-accessory .hue-title-price .is-act-confirmpage .checkout .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator .product-detail-configurator-group, .is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .hue-title-price .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator .product-detail-configurator-group, .huebert-direct-accessories-block .huebert-accessory .hue-title-price .is-ctl-accountorder .checkout .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator .product-detail-configurator-group, .is-ctl-accountorder .checkout .huebert-direct-accessories-block .huebert-accessory .hue-title-price .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator .product-detail-configurator-group, .huebert-direct-accessories-block .huebert-accessory .hue-title-price .is-act-finishpage .checkout .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator .product-detail-configurator-group, .is-act-finishpage .checkout .huebert-direct-accessories-block .huebert-accessory .hue-title-price .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator .product-detail-configurator-group, .huebert-direct-accessories-block .huebert-accessory .hue-title-price body.is-act-confirmpage .checkout .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator .product-detail-configurator-group, body.is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .hue-title-price .checkout-container .product-configurator-variants .product-detail-configurator-container .product-detail-configurato.varinats-container .huebert-variant-configurator .product-detail-configurator-group {
  margin: 0;
}
.huebert-direct-accessories-block .huebert-accessory .hue-title-price .product-price.huebert-accessory_pricing {
  margin: 0;
}
.huebert-direct-accessories-block .huebert-accessory .hue-title-price .product-price.huebert-accessory_pricing .list-price {
  color: #008555;
}
.huebert-direct-accessories-block .huebert-accessory .thumbnails-view {
  position: relative;
}
.huebert-direct-accessories-block .huebert-accessory .viewport-small.img-100 {
  padding: 0;
  margin-left: auto;
  margin-right: 20px;
}
.huebert-direct-accessories-block .huebert-accessory .col-12, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection {
  position: relative;
  display: flex;
  flex-direction: column;
}
.huebert-direct-accessories-block .huebert-accessory .col-12 .left-space.viewport-small, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .left-space.viewport-small {
  margin-left: 150px;
}
.huebert-direct-accessories-block .huebert-accessory .col-12 .left-space.viewport-small a, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .left-space.viewport-small a {
  text-align: right;
  width: 100%;
}
.huebert-direct-accessories-block .huebert-accessory .col-12 .row, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .row, .huebert-direct-accessories-block .huebert-accessory .col-12 .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .huebert-direct-accessories-block .huebert-accessory .col-12 .checkout-container, .huebert-direct-accessories-block .huebert-accessory .col-12 .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .huebert-direct-accessories-block .huebert-accessory .col-12 .checkout-container, .huebert-direct-accessories-block .huebert-accessory .col-12 .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .col-12 .checkout-container, .huebert-direct-accessories-block .huebert-accessory .col-12 .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .huebert-direct-accessories-block .huebert-accessory .col-12 .checkout-container, .huebert-direct-accessories-block .huebert-accessory .col-12 .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .huebert-direct-accessories-block .huebert-accessory .col-12 .checkout-container, .huebert-direct-accessories-block .huebert-accessory .col-12 body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .col-12 .checkout-container, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .is-act-cartpage .checkout .checkout-container, .is-act-cartpage .checkout .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .checkout-container, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .is-act-checkoutregisterpage .checkout .checkout-container, .is-act-checkoutregisterpage .checkout .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .checkout-container, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .is-act-confirmpage .checkout .checkout-container, .is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .checkout-container, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .is-ctl-accountorder .checkout .checkout-container, .is-ctl-accountorder .checkout .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .checkout-container, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .is-act-finishpage .checkout .checkout-container, .is-act-finishpage .checkout .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .checkout-container, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection body.is-act-confirmpage .checkout .checkout-container, body.is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .checkout-container {
  flex-direction: column;
}
.huebert-direct-accessories-block .huebert-accessory .col-12 .row .viewport-small.no-pad.hue-price-wrapper, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .row .viewport-small.no-pad.hue-price-wrapper, .huebert-direct-accessories-block .huebert-accessory .col-12 .is-act-cartpage .checkout .checkout-container .viewport-small.no-pad.hue-price-wrapper, .is-act-cartpage .checkout .huebert-direct-accessories-block .huebert-accessory .col-12 .checkout-container .viewport-small.no-pad.hue-price-wrapper, .huebert-direct-accessories-block .huebert-accessory .col-12 .is-act-checkoutregisterpage .checkout .checkout-container .viewport-small.no-pad.hue-price-wrapper, .is-act-checkoutregisterpage .checkout .huebert-direct-accessories-block .huebert-accessory .col-12 .checkout-container .viewport-small.no-pad.hue-price-wrapper, .huebert-direct-accessories-block .huebert-accessory .col-12 .is-act-confirmpage .checkout .checkout-container .viewport-small.no-pad.hue-price-wrapper, .is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .col-12 .checkout-container .viewport-small.no-pad.hue-price-wrapper, .huebert-direct-accessories-block .huebert-accessory .col-12 .is-ctl-accountorder .checkout .checkout-container .viewport-small.no-pad.hue-price-wrapper, .is-ctl-accountorder .checkout .huebert-direct-accessories-block .huebert-accessory .col-12 .checkout-container .viewport-small.no-pad.hue-price-wrapper, .huebert-direct-accessories-block .huebert-accessory .col-12 .is-act-finishpage .checkout .checkout-container .viewport-small.no-pad.hue-price-wrapper, .is-act-finishpage .checkout .huebert-direct-accessories-block .huebert-accessory .col-12 .checkout-container .viewport-small.no-pad.hue-price-wrapper, .huebert-direct-accessories-block .huebert-accessory .col-12 body.is-act-confirmpage .checkout .checkout-container .viewport-small.no-pad.hue-price-wrapper, body.is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .col-12 .checkout-container .viewport-small.no-pad.hue-price-wrapper, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .is-act-cartpage .checkout .checkout-container .viewport-small.no-pad.hue-price-wrapper, .is-act-cartpage .checkout .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .checkout-container .viewport-small.no-pad.hue-price-wrapper, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .is-act-checkoutregisterpage .checkout .checkout-container .viewport-small.no-pad.hue-price-wrapper, .is-act-checkoutregisterpage .checkout .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .checkout-container .viewport-small.no-pad.hue-price-wrapper, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .is-act-confirmpage .checkout .checkout-container .viewport-small.no-pad.hue-price-wrapper, .is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .checkout-container .viewport-small.no-pad.hue-price-wrapper, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .is-ctl-accountorder .checkout .checkout-container .viewport-small.no-pad.hue-price-wrapper, .is-ctl-accountorder .checkout .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .checkout-container .viewport-small.no-pad.hue-price-wrapper, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .is-act-finishpage .checkout .checkout-container .viewport-small.no-pad.hue-price-wrapper, .is-act-finishpage .checkout .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .checkout-container .viewport-small.no-pad.hue-price-wrapper, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection body.is-act-confirmpage .checkout .checkout-container .viewport-small.no-pad.hue-price-wrapper, body.is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .checkout-container .viewport-small.no-pad.hue-price-wrapper {
  margin-left: auto;
  width: fit-content;
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  .huebert-direct-accessories-block {
    max-width: 100%;
  }
  .huebert-direct-accessories-block .huebert-accessory .col-12 .left-space.viewport-small, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .left-space.viewport-small {
    display: none;
  }
  .huebert-direct-accessories-block .huebert-accessory .col-12 .row .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .row .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper, .huebert-direct-accessories-block .huebert-accessory .col-12 .is-act-cartpage .checkout .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper, .is-act-cartpage .checkout .huebert-direct-accessories-block .huebert-accessory .col-12 .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper, .huebert-direct-accessories-block .huebert-accessory .col-12 .is-act-checkoutregisterpage .checkout .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper, .is-act-checkoutregisterpage .checkout .huebert-direct-accessories-block .huebert-accessory .col-12 .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper, .huebert-direct-accessories-block .huebert-accessory .col-12 .is-act-confirmpage .checkout .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper, .is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .col-12 .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper, .huebert-direct-accessories-block .huebert-accessory .col-12 .is-ctl-accountorder .checkout .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper, .is-ctl-accountorder .checkout .huebert-direct-accessories-block .huebert-accessory .col-12 .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper, .huebert-direct-accessories-block .huebert-accessory .col-12 .is-act-finishpage .checkout .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper, .is-act-finishpage .checkout .huebert-direct-accessories-block .huebert-accessory .col-12 .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper, .huebert-direct-accessories-block .huebert-accessory .col-12 body.is-act-confirmpage .checkout .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper, body.is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .col-12 .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .is-act-cartpage .checkout .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper, .is-act-cartpage .checkout .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .is-act-checkoutregisterpage .checkout .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper, .is-act-checkoutregisterpage .checkout .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .is-act-confirmpage .checkout .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper, .is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .is-ctl-accountorder .checkout .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper, .is-ctl-accountorder .checkout .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .is-act-finishpage .checkout .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper, .is-act-finishpage .checkout .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection body.is-act-confirmpage .checkout .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper, body.is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper {
    margin: 0;
  }
  .huebert-direct-accessories-block .huebert-accessory .col-12 .row .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper .input-group, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .row .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper .input-group, .huebert-direct-accessories-block .huebert-accessory .col-12 .is-act-cartpage .checkout .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper .input-group, .is-act-cartpage .checkout .huebert-direct-accessories-block .huebert-accessory .col-12 .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper .input-group, .huebert-direct-accessories-block .huebert-accessory .col-12 .is-act-checkoutregisterpage .checkout .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper .input-group, .is-act-checkoutregisterpage .checkout .huebert-direct-accessories-block .huebert-accessory .col-12 .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper .input-group, .huebert-direct-accessories-block .huebert-accessory .col-12 .is-act-confirmpage .checkout .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper .input-group, .is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .col-12 .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper .input-group, .huebert-direct-accessories-block .huebert-accessory .col-12 .is-ctl-accountorder .checkout .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper .input-group, .is-ctl-accountorder .checkout .huebert-direct-accessories-block .huebert-accessory .col-12 .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper .input-group, .huebert-direct-accessories-block .huebert-accessory .col-12 .is-act-finishpage .checkout .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper .input-group, .is-act-finishpage .checkout .huebert-direct-accessories-block .huebert-accessory .col-12 .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper .input-group, .huebert-direct-accessories-block .huebert-accessory .col-12 body.is-act-confirmpage .checkout .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper .input-group, body.is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .col-12 .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper .input-group, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .is-act-cartpage .checkout .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper .input-group, .is-act-cartpage .checkout .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper .input-group, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .is-act-checkoutregisterpage .checkout .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper .input-group, .is-act-checkoutregisterpage .checkout .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper .input-group, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .is-act-confirmpage .checkout .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper .input-group, .is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper .input-group, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .is-ctl-accountorder .checkout .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper .input-group, .is-ctl-accountorder .checkout .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper .input-group, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .is-act-finishpage .checkout .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper .input-group, .is-act-finishpage .checkout .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper .input-group, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection body.is-act-confirmpage .checkout .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper .input-group, body.is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .checkout-container .col-8.col-sm-4.col-lg-12.pr-lg-0 .input-group.huebert-accessory_input-wrapper .input-group {
    margin: 0;
  }
  .huebert-direct-accessories-block .huebert-accessory .col-12 .row .col-4.viewport-small.no-pad.hue-price-wrapper, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .row .col-4.viewport-small.no-pad.hue-price-wrapper, .huebert-direct-accessories-block .huebert-accessory .col-12 .is-act-cartpage .checkout .checkout-container .col-4.viewport-small.no-pad.hue-price-wrapper, .is-act-cartpage .checkout .huebert-direct-accessories-block .huebert-accessory .col-12 .checkout-container .col-4.viewport-small.no-pad.hue-price-wrapper, .huebert-direct-accessories-block .huebert-accessory .col-12 .is-act-checkoutregisterpage .checkout .checkout-container .col-4.viewport-small.no-pad.hue-price-wrapper, .is-act-checkoutregisterpage .checkout .huebert-direct-accessories-block .huebert-accessory .col-12 .checkout-container .col-4.viewport-small.no-pad.hue-price-wrapper, .huebert-direct-accessories-block .huebert-accessory .col-12 .is-act-confirmpage .checkout .checkout-container .col-4.viewport-small.no-pad.hue-price-wrapper, .is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .col-12 .checkout-container .col-4.viewport-small.no-pad.hue-price-wrapper, .huebert-direct-accessories-block .huebert-accessory .col-12 .is-ctl-accountorder .checkout .checkout-container .col-4.viewport-small.no-pad.hue-price-wrapper, .is-ctl-accountorder .checkout .huebert-direct-accessories-block .huebert-accessory .col-12 .checkout-container .col-4.viewport-small.no-pad.hue-price-wrapper, .huebert-direct-accessories-block .huebert-accessory .col-12 .is-act-finishpage .checkout .checkout-container .col-4.viewport-small.no-pad.hue-price-wrapper, .is-act-finishpage .checkout .huebert-direct-accessories-block .huebert-accessory .col-12 .checkout-container .col-4.viewport-small.no-pad.hue-price-wrapper, .huebert-direct-accessories-block .huebert-accessory .col-12 body.is-act-confirmpage .checkout .checkout-container .col-4.viewport-small.no-pad.hue-price-wrapper, body.is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .col-12 .checkout-container .col-4.viewport-small.no-pad.hue-price-wrapper, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .is-act-cartpage .checkout .checkout-container .col-4.viewport-small.no-pad.hue-price-wrapper, .is-act-cartpage .checkout .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .checkout-container .col-4.viewport-small.no-pad.hue-price-wrapper, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .is-act-checkoutregisterpage .checkout .checkout-container .col-4.viewport-small.no-pad.hue-price-wrapper, .is-act-checkoutregisterpage .checkout .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .checkout-container .col-4.viewport-small.no-pad.hue-price-wrapper, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .is-act-confirmpage .checkout .checkout-container .col-4.viewport-small.no-pad.hue-price-wrapper, .is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .checkout-container .col-4.viewport-small.no-pad.hue-price-wrapper, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .is-ctl-accountorder .checkout .checkout-container .col-4.viewport-small.no-pad.hue-price-wrapper, .is-ctl-accountorder .checkout .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .checkout-container .col-4.viewport-small.no-pad.hue-price-wrapper, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .is-act-finishpage .checkout .checkout-container .col-4.viewport-small.no-pad.hue-price-wrapper, .is-act-finishpage .checkout .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .checkout-container .col-4.viewport-small.no-pad.hue-price-wrapper, .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection body.is-act-confirmpage .checkout .checkout-container .col-4.viewport-small.no-pad.hue-price-wrapper, body.is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .b2b-shopping-list-table__header-name.js-multiple-selection .checkout-container .col-4.viewport-small.no-pad.hue-price-wrapper {
    display: none;
  }
  .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price {
    flex-direction: column;
    margin-top: 15px;
  }
  .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .row .new.product-configurator-variants .product-detail-configurator-container, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .is-act-cartpage .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container, .is-act-cartpage .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .is-act-checkoutregisterpage .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container, .is-act-checkoutregisterpage .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .is-act-confirmpage .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container, .is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .is-ctl-accountorder .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container, .is-ctl-accountorder .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .is-act-finishpage .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container, .is-act-finishpage .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price body.is-act-confirmpage .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container, body.is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container {
    margin: 0 !important;
    margin-top: 5px !important;
  }
  .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .row .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .is-act-cartpage .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator, .is-act-cartpage .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .is-act-checkoutregisterpage .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator, .is-act-checkoutregisterpage .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .is-act-confirmpage .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator, .is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .is-ctl-accountorder .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator, .is-ctl-accountorder .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .is-act-finishpage .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator, .is-act-finishpage .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price body.is-act-confirmpage .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator, body.is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator {
    flex-direction: column !important;
  }
  .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .row .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .variant-price.without-image, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .is-act-cartpage .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .variant-price.without-image, .is-act-cartpage .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .variant-price.without-image, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .is-act-checkoutregisterpage .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .variant-price.without-image, .is-act-checkoutregisterpage .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .variant-price.without-image, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .is-act-confirmpage .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .variant-price.without-image, .is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .variant-price.without-image, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .is-ctl-accountorder .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .variant-price.without-image, .is-ctl-accountorder .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .variant-price.without-image, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .is-act-finishpage .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .variant-price.without-image, .is-act-finishpage .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .variant-price.without-image, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price body.is-act-confirmpage .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .variant-price.without-image, body.is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .variant-price.without-image {
    position: relative;
    top: unset;
    right: unset;
    left: unset;
    width: fit-content;
    line-height: 20px;
  }
  .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .row .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .product-detail-configurator-group, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .is-act-cartpage .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .product-detail-configurator-group, .is-act-cartpage .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .product-detail-configurator-group, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .is-act-checkoutregisterpage .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .product-detail-configurator-group, .is-act-checkoutregisterpage .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .product-detail-configurator-group, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .is-act-confirmpage .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .product-detail-configurator-group, .is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .product-detail-configurator-group, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .is-ctl-accountorder .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .product-detail-configurator-group, .is-ctl-accountorder .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .product-detail-configurator-group, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .is-act-finishpage .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .product-detail-configurator-group, .is-act-finishpage .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .product-detail-configurator-group, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price body.is-act-confirmpage .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .product-detail-configurator-group, body.is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .product-detail-configurator-group {
    width: fit-content;
  }
  .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .row .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .second-d, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .is-act-cartpage .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .second-d, .is-act-cartpage .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .second-d, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .is-act-checkoutregisterpage .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .second-d, .is-act-checkoutregisterpage .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .second-d, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .is-act-confirmpage .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .second-d, .is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .second-d, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .is-ctl-accountorder .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .second-d, .is-ctl-accountorder .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .second-d, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .is-act-finishpage .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .second-d, .is-act-finishpage .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .second-d, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price body.is-act-confirmpage .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .second-d, body.is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .second-d {
    margin: 0;
  }
  .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .row .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .third-d, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .is-act-cartpage .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .third-d, .is-act-cartpage .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .third-d, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .is-act-checkoutregisterpage .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .third-d, .is-act-checkoutregisterpage .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .third-d, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .is-act-confirmpage .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .third-d, .is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .third-d, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .is-ctl-accountorder .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .third-d, .is-ctl-accountorder .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .third-d, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .is-act-finishpage .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .third-d, .is-act-finishpage .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .third-d, .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price body.is-act-confirmpage .checkout .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .third-d, body.is-act-confirmpage .checkout .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .checkout-container .new.product-configurator-variants .product-detail-configurator-container .huebert-variant-configurator .third-d {
    margin: 0;
  }
  .huebert-direct-accessories-block .huebert-accessory .viewport-default.hue-title-price .product-price.huebert-accessory_pricing {
    width: fit-content;
    line-height: 20px;
  }
}
.badge-success {
  background-color: #008555 !important;
}
.badge-warning {
  background-color: #8c7205 !important;
}
.checkout-aside-container .checkout-additional-custom {
  margin-top: 10px;
}
.checkout-aside-container .checkout-additional-custom .shst-tree-per-order-cloud-add-donation-product-card {
  background: none;
  padding: 0;
  height: fit-content;
  min-height: unset;
}
.checkout-aside-container .checkout-additional-custom .shst-tree-per-order-cloud-add-donation-product-card .shst-tree-per-order-cloud-add-donation-product-card__content .shst-tree-per-order-cloud-add-donation-product-card__content__control {
  justify-content: flex-start;
  margin-bottom: 0;
}
.checkout-aside-container .checkout-additional-custom .shst-tree-per-order-cloud-add-donation-product-card .shst-tree-per-order-cloud-add-donation-product-card__content .shst-tree-per-order-cloud-add-donation-product-card__content__control #treePerOrderCloudAddDonationProductCheckboxLabel {
  color: #111111;
  font-size: 1rem;
}
.checkout-aside-container .checkout-additional-custom .shst-tree-per-order-cloud-add-donation-product-card .shst-tree-per-order-cloud-add-donation-product-card__content .shst-tree-per-order-cloud-add-donation-product-card__content__control #treePerOrderCloudAddDonationProductCheckboxLabel span {
  font-size: 1rem;
  color: #111111;
  background: none;
}
.checkout-aside-container .checkout-additional-custom .shst-tree-per-order-cloud-add-donation-product-card .shst-tree-per-order-cloud-add-donation-product-card__content .shst-tree-per-order-cloud-add-donation-product-card__content__partnership {
  display: none;
}
.checkout-aside-container .checkout-additional-custom .shst-tree-per-order-cloud-add-donation-product-card .shst-tree-per-order-cloud-add-donation-product-card__content .shst-tree-per-order-cloud-add-donation-product-card__content__description {
  color: #71767b;
  font-size: 12px;
  padding-left: 25px;
  text-align: left;
}
.checkout-aside-container .checkout-additional-custom .shst-tree-per-order-cloud-add-donation-product-card .shst-tree-per-order-cloud-add-donation-product-card__content .shst-tree-per-order-cloud-add-donation-product-card__content__description b {
  color: #71767b;
  font-weight: initial;
}
@media (max-width: 991.98px) {
  .checkout-aside-container .checkout-additional-custom .shst-tree-per-order-cloud-add-donation-product-card .shst-tree-per-order-cloud-add-donation-product-card__content .shst-tree-per-order-cloud-add-donation-product-card__content__description {
    padding-left: 20px;
  }
}
.card.product-box.box-standard .card-body .product-info .product-box-count-price, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .product-box-count-price {
  position: relative;
}
.card.product-box.box-standard .card-body .product-info .product-box-count-price .product-price-info .listing-text-before-price, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .product-box-count-price .product-price-info .listing-text-before-price {
  margin: 0;
  padding-bottom: 0;
  color: #566573;
  font-weight: bold;
}
.card.product-box.box-standard .card-body .product-info .product-box-count-price::after, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .product-box-count-price::after {
  content: "";
  border-bottom: 1px solid #D9D9D9;
  right: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 5%;
  bottom: -10px;
  max-width: 90%;
}
.card.product-box.box-standard .card-body .product-info .row.wishlist-compare, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .row.wishlist-compare, .card.product-box.box-standard .card-body .product-info .is-act-cartpage .checkout .wishlist-compare.checkout-container, .is-act-cartpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container, .card.product-box.box-standard .card-body .product-info .is-act-checkoutregisterpage .checkout .wishlist-compare.checkout-container, .is-act-checkoutregisterpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container, .card.product-box.box-standard .card-body .product-info .is-act-confirmpage .checkout .wishlist-compare.checkout-container, .is-act-confirmpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container, .card.product-box.box-standard .card-body .product-info .is-ctl-accountorder .checkout .wishlist-compare.checkout-container, .is-ctl-accountorder .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container, .card.product-box.box-standard .card-body .product-info .is-act-finishpage .checkout .wishlist-compare.checkout-container, .is-act-finishpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container, .card.product-box.box-standard .card-body .product-info body.is-act-confirmpage .checkout .wishlist-compare.checkout-container, body.is-act-confirmpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-act-cartpage .checkout .wishlist-compare.checkout-container, .is-act-cartpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-act-checkoutregisterpage .checkout .wishlist-compare.checkout-container, .is-act-checkoutregisterpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-act-confirmpage .checkout .wishlist-compare.checkout-container, .is-act-confirmpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-ctl-accountorder .checkout .wishlist-compare.checkout-container, .is-ctl-accountorder .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-act-finishpage .checkout .wishlist-compare.checkout-container, .is-act-finishpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info body.is-act-confirmpage .checkout .wishlist-compare.checkout-container, body.is-act-confirmpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container {
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: 0;
}
.card.product-box.box-standard .card-body .product-info .row.wishlist-compare .compare-here .compare-button, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .row.wishlist-compare .compare-here .compare-button, .card.product-box.box-standard .card-body .product-info .is-act-cartpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button, .is-act-cartpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button, .card.product-box.box-standard .card-body .product-info .is-act-checkoutregisterpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button, .is-act-checkoutregisterpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button, .card.product-box.box-standard .card-body .product-info .is-act-confirmpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button, .is-act-confirmpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button, .card.product-box.box-standard .card-body .product-info .is-ctl-accountorder .checkout .wishlist-compare.checkout-container .compare-here .compare-button, .is-ctl-accountorder .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button, .card.product-box.box-standard .card-body .product-info .is-act-finishpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button, .is-act-finishpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button, .card.product-box.box-standard .card-body .product-info body.is-act-confirmpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button, body.is-act-confirmpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-act-cartpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button, .is-act-cartpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-act-checkoutregisterpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button, .is-act-checkoutregisterpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-act-confirmpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button, .is-act-confirmpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-ctl-accountorder .checkout .wishlist-compare.checkout-container .compare-here .compare-button, .is-ctl-accountorder .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-act-finishpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button, .is-act-finishpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info body.is-act-confirmpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button, body.is-act-confirmpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button {
  margin: 0;
  min-height: 60px;
  min-width: 90px;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}
.card.product-box.box-standard .card-body .product-info .row.wishlist-compare .compare-here .compare-button .btn-compare, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .row.wishlist-compare .compare-here .compare-button .btn-compare, .card.product-box.box-standard .card-body .product-info .is-act-cartpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare, .is-act-cartpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare, .card.product-box.box-standard .card-body .product-info .is-act-checkoutregisterpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare, .is-act-checkoutregisterpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare, .card.product-box.box-standard .card-body .product-info .is-act-confirmpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare, .is-act-confirmpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare, .card.product-box.box-standard .card-body .product-info .is-ctl-accountorder .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare, .is-ctl-accountorder .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare, .card.product-box.box-standard .card-body .product-info .is-act-finishpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare, .is-act-finishpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare, .card.product-box.box-standard .card-body .product-info body.is-act-confirmpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare, body.is-act-confirmpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-act-cartpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare, .is-act-cartpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-act-checkoutregisterpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare, .is-act-checkoutregisterpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-act-confirmpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare, .is-act-confirmpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-ctl-accountorder .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare, .is-ctl-accountorder .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-act-finishpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare, .is-act-finishpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info body.is-act-confirmpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare, body.is-act-confirmpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare {
  background: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.card.product-box.box-standard .card-body .product-info .row.wishlist-compare .compare-here .compare-button .btn-compare img, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .row.wishlist-compare .compare-here .compare-button .btn-compare img, .card.product-box.box-standard .card-body .product-info .is-act-cartpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare img, .is-act-cartpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare img, .card.product-box.box-standard .card-body .product-info .is-act-checkoutregisterpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare img, .is-act-checkoutregisterpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare img, .card.product-box.box-standard .card-body .product-info .is-act-confirmpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare img, .is-act-confirmpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare img, .card.product-box.box-standard .card-body .product-info .is-ctl-accountorder .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare img, .is-ctl-accountorder .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare img, .card.product-box.box-standard .card-body .product-info .is-act-finishpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare img, .is-act-finishpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare img, .card.product-box.box-standard .card-body .product-info body.is-act-confirmpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare img, body.is-act-confirmpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare img, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-act-cartpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare img, .is-act-cartpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare img, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-act-checkoutregisterpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare img, .is-act-checkoutregisterpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare img, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-act-confirmpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare img, .is-act-confirmpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare img, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-ctl-accountorder .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare img, .is-ctl-accountorder .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare img, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-act-finishpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare img, .is-act-finishpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare img, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info body.is-act-confirmpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare img, body.is-act-confirmpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare img {
  width: 21px;
  height: 18px;
  filter: brightness(0) saturate(100%) invert(17%) sepia(0%) saturate(644%) hue-rotate(136deg) brightness(101%) contrast(90%) !important;
}
.card.product-box.box-standard .card-body .product-info .row.wishlist-compare .compare-here .compare-button .btn-compare .compare-extra-title-custom, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .row.wishlist-compare .compare-here .compare-button .btn-compare .compare-extra-title-custom, .card.product-box.box-standard .card-body .product-info .is-act-cartpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare .compare-extra-title-custom, .is-act-cartpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare .compare-extra-title-custom, .card.product-box.box-standard .card-body .product-info .is-act-checkoutregisterpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare .compare-extra-title-custom, .is-act-checkoutregisterpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare .compare-extra-title-custom, .card.product-box.box-standard .card-body .product-info .is-act-confirmpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare .compare-extra-title-custom, .is-act-confirmpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare .compare-extra-title-custom, .card.product-box.box-standard .card-body .product-info .is-ctl-accountorder .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare .compare-extra-title-custom, .is-ctl-accountorder .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare .compare-extra-title-custom, .card.product-box.box-standard .card-body .product-info .is-act-finishpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare .compare-extra-title-custom, .is-act-finishpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare .compare-extra-title-custom, .card.product-box.box-standard .card-body .product-info body.is-act-confirmpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare .compare-extra-title-custom, body.is-act-confirmpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare .compare-extra-title-custom, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-act-cartpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare .compare-extra-title-custom, .is-act-cartpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare .compare-extra-title-custom, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-act-checkoutregisterpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare .compare-extra-title-custom, .is-act-checkoutregisterpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare .compare-extra-title-custom, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-act-confirmpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare .compare-extra-title-custom, .is-act-confirmpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare .compare-extra-title-custom, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-ctl-accountorder .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare .compare-extra-title-custom, .is-ctl-accountorder .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare .compare-extra-title-custom, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-act-finishpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare .compare-extra-title-custom, .is-act-finishpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare .compare-extra-title-custom, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info body.is-act-confirmpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare .compare-extra-title-custom, body.is-act-confirmpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn-compare .compare-extra-title-custom {
  margin: 0;
  font-size: 14px;
  color: #000;
  font-weight: lighter;
  line-height: 21px;
  margin-top: 2px;
}
.card.product-box.box-standard .card-body .product-info .row.wishlist-compare .compare-here .compare-button:hover, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .row.wishlist-compare .compare-here .compare-button:hover, .card.product-box.box-standard .card-body .product-info .is-act-cartpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button:hover, .is-act-cartpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button:hover, .card.product-box.box-standard .card-body .product-info .is-act-checkoutregisterpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button:hover, .is-act-checkoutregisterpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button:hover, .card.product-box.box-standard .card-body .product-info .is-act-confirmpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button:hover, .is-act-confirmpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button:hover, .card.product-box.box-standard .card-body .product-info .is-ctl-accountorder .checkout .wishlist-compare.checkout-container .compare-here .compare-button:hover, .is-ctl-accountorder .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button:hover, .card.product-box.box-standard .card-body .product-info .is-act-finishpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button:hover, .is-act-finishpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button:hover, .card.product-box.box-standard .card-body .product-info body.is-act-confirmpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button:hover, body.is-act-confirmpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button:hover, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-act-cartpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button:hover, .is-act-cartpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button:hover, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-act-checkoutregisterpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button:hover, .is-act-checkoutregisterpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button:hover, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-act-confirmpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button:hover, .is-act-confirmpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button:hover, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-ctl-accountorder .checkout .wishlist-compare.checkout-container .compare-here .compare-button:hover, .is-ctl-accountorder .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button:hover, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-act-finishpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button:hover, .is-act-finishpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button:hover, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info body.is-act-confirmpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button:hover, body.is-act-confirmpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button:hover {
  background: #00855533;
}
.card.product-box.box-standard .card-body .product-info .row.wishlist-compare .compare-here .compare-button .btn.btn-block.btn-compare.is-added-to-compare, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .row.wishlist-compare .compare-here .compare-button .btn.btn-block.btn-compare.is-added-to-compare, .card.product-box.box-standard .card-body .product-info .is-act-cartpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn.btn-block.btn-compare.is-added-to-compare, .is-act-cartpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn.btn-block.btn-compare.is-added-to-compare, .card.product-box.box-standard .card-body .product-info .is-act-checkoutregisterpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn.btn-block.btn-compare.is-added-to-compare, .is-act-checkoutregisterpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn.btn-block.btn-compare.is-added-to-compare, .card.product-box.box-standard .card-body .product-info .is-act-confirmpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn.btn-block.btn-compare.is-added-to-compare, .is-act-confirmpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn.btn-block.btn-compare.is-added-to-compare, .card.product-box.box-standard .card-body .product-info .is-ctl-accountorder .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn.btn-block.btn-compare.is-added-to-compare, .is-ctl-accountorder .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn.btn-block.btn-compare.is-added-to-compare, .card.product-box.box-standard .card-body .product-info .is-act-finishpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn.btn-block.btn-compare.is-added-to-compare, .is-act-finishpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn.btn-block.btn-compare.is-added-to-compare, .card.product-box.box-standard .card-body .product-info body.is-act-confirmpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn.btn-block.btn-compare.is-added-to-compare, body.is-act-confirmpage .checkout .card.product-box.box-standard .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn.btn-block.btn-compare.is-added-to-compare, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-act-cartpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn.btn-block.btn-compare.is-added-to-compare, .is-act-cartpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn.btn-block.btn-compare.is-added-to-compare, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-act-checkoutregisterpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn.btn-block.btn-compare.is-added-to-compare, .is-act-checkoutregisterpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn.btn-block.btn-compare.is-added-to-compare, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-act-confirmpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn.btn-block.btn-compare.is-added-to-compare, .is-act-confirmpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn.btn-block.btn-compare.is-added-to-compare, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-ctl-accountorder .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn.btn-block.btn-compare.is-added-to-compare, .is-ctl-accountorder .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn.btn-block.btn-compare.is-added-to-compare, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .is-act-finishpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn.btn-block.btn-compare.is-added-to-compare, .is-act-finishpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn.btn-block.btn-compare.is-added-to-compare, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info body.is-act-confirmpage .checkout .wishlist-compare.checkout-container .compare-here .compare-button .btn.btn-block.btn-compare.is-added-to-compare, body.is-act-confirmpage .checkout .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .wishlist-compare.checkout-container .compare-here .compare-button .btn.btn-block.btn-compare.is-added-to-compare {
  background: #eee !important;
}
.card.product-box.box-standard .card-body .product-info .product-wishlist, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .product-wishlist {
  padding: 0 15px;
  margin-bottom: 10px;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card.product-box.box-standard .card-body .product-info .product-wishlist .product-wishlist-action-circle, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .product-wishlist .product-wishlist-action-circle {
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  background: none;
  padding: 0;
  margin: 0;
  margin-top: 5px;
  min-height: 60px;
  min-width: 90px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.card.product-box.box-standard .card-body .product-info .product-wishlist .product-wishlist-action-circle .icon, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .product-wishlist .product-wishlist-action-circle .icon {
  color: #333333;
}
.card.product-box.box-standard .card-body .product-info .product-wishlist .product-wishlist-action-circle .icon svg use, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .product-wishlist .product-wishlist-action-circle .icon svg use {
  fill: #333333;
}
.card.product-box.box-standard .card-body .product-info .product-wishlist .product-wishlist-action-circle .wishlist-extra-title-custom, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .product-wishlist .product-wishlist-action-circle .wishlist-extra-title-custom {
  margin: 0;
  font-size: 14px;
}
.card.product-box.box-standard .card-body .product-info .product-wishlist .product-wishlist-action-circle:hover, .card.box-standard.swkweb-content-manager-article-box .card-body .product-info .product-wishlist .product-wishlist-action-circle:hover {
  background: #00855533;
}
.sale-extra .card.product-box .product-box-count-price .product-price-wrapper .product-price, .sale-extra .card.swkweb-content-manager-article-box .product-box-count-price .product-price-wrapper .product-price {
  color: #E74C3C;
}
.sale-extra .card.product-box .product-box-count-price .listing-text-before-price, .sale-extra .card.swkweb-content-manager-article-box .product-box-count-price .listing-text-before-price {
  color: #E74C3C !important;
}
.compare-float-button {
  left: unset;
  right: 1.5rem;
  bottom: 6rem;
}
.compare-float-button .btn.btn-primary {
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.compare-float-button .btn.btn-primary img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(124deg) brightness(115%) contrast(101%);
}
.compare-product-container .compare-product-content .comparison-table .comparison-item {
  min-width: 300px;
}
.compare-product-container .compare-product-content .comparison-table .comparison-item .compare-item-remove-button {
  border-radius: 5px;
}
.compare-product-container .compare-product-content .comparison-table .hide-on-print .product-action .buy-widget .d-grid .btn-buy {
  display: flex;
  border-radius: 5px;
}
.offcanvas.offcanvas-start .offcanvas-body .offcanvas-cart-actions .btn.btn-block.begin-checkout-btn.btn-primary {
  border-radius: 5px;
}
.module-contact-ansprechpartner {
  background: #008555;
  border-radius: 5px;
  padding: 20px;
  margin-left: 0;
  margin-right: 0;
}
.module-contact-ansprechpartner .module-contact-image-container {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
}
.module-contact-ansprechpartner .module-contact-image-container img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  visibility: hidden;
}
.module-contact-ansprechpartner .module-contact-text-container {
  padding: 20px;
}
.module-contact-ansprechpartner .module-contact-text-container h3, .module-contact-ansprechpartner .module-contact-text-container .h3, .module-contact-ansprechpartner .module-contact-text-container a, .module-contact-ansprechpartner .module-contact-text-container p {
  color: #fff;
}
.module-contact-ansprechpartner .module-contact-text-container .module-contact-headline {
  max-width: 85%;
  margin-bottom: 25px;
}
.module-contact-ansprechpartner .module-contact-text-container .module-contact-text .contact-personal-image-text {
  display: flex;
  align-items: center;
}
.module-contact-ansprechpartner .module-contact-text-container .module-contact-text .contact-personal-image-text img {
  margin-right: 10px;
}
.module-contact-ansprechpartner .module-contact-text-container .module-contact-text .contact-personal-image-text.mail {
  margin-top: 25px;
}
.module-contact-ansprechpartner .module-contact-text-container .module-contact-highlights {
  display: flex;
  align-items: end;
}
.module-contact-ansprechpartner .module-contact-text-container .module-contact-highlights .contact-highlight-single .contact-hightlight-text {
  margin: 0;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .module-contact-ansprechpartner .module-contact-text-container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .module-contact-ansprechpartner .module-contact-text-container .module-contact-text .module-contact-personal {
    margin-bottom: 15px;
  }
}
.cms-element-twt-button-teaser.element .twt-button-teaser-image-container.cms-image-container.is-cover .twt-button-teaser-container.cms-content-container.justify-content-center.align-items-center .twt-button-teaser-content.content .twt-button-teaser-button.btn.btn-primary {
  white-space: normal;
}
.cms-block-biloba-manufacturer-image-grid .biloba-element-manufacturer-list .cms-element-manufacturer-image-grid-listing-wrapper .cms-element-manufacturer-image-grid-listing .cms-listing-manufacturer-image-grid-row .cms-listing-manufacturer-image-grid-col .card.product-box .card-body, .cms-block-biloba-manufacturer-image-grid .biloba-element-manufacturer-list .cms-element-manufacturer-image-grid-listing-wrapper .cms-element-manufacturer-image-grid-listing .cms-listing-manufacturer-image-grid-row .cms-listing-manufacturer-image-grid-col .card.swkweb-content-manager-article-box .card-body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: unset;
}
.cms-block-biloba-manufacturer-image-grid .biloba-element-manufacturer-list .cms-element-manufacturer-image-grid-listing-wrapper .cms-element-manufacturer-image-grid-listing .cms-listing-manufacturer-image-grid-row .cms-listing-manufacturer-image-grid-col .card.product-box .card-body .figure-img, .cms-block-biloba-manufacturer-image-grid .biloba-element-manufacturer-list .cms-element-manufacturer-image-grid-listing-wrapper .cms-element-manufacturer-image-grid-listing .cms-listing-manufacturer-image-grid-row .cms-listing-manufacturer-image-grid-col .card.swkweb-content-manager-article-box .card-body .figure-img {
  max-height: 70px;
  margin: 0;
  min-height: unset;
}
.cms-block-biloba-manufacturer-detail-content .biloba-manufacturer-detail-content-header-wrapper .biloba-manufacturer-element-logo {
  height: fit-content;
  width: 20%;
  max-width: unset;
  max-height: unset;
}
.ies-commission-field-container .cart-item-ies-commission-form .input-group .visually-hidden {
  position: relative !important;
  width: 100% !important;
  height: fit-content !important;
  font-size: 14px;
}
.is-ctl-returnshipment .account.account-content.row, .is-ctl-returnshipment .is-act-cartpage .checkout .account.account-content.checkout-container, .is-act-cartpage .checkout .is-ctl-returnshipment .account.account-content.checkout-container, .is-ctl-returnshipment .is-act-checkoutregisterpage .checkout .account.account-content.checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-returnshipment .account.account-content.checkout-container, .is-ctl-returnshipment .is-act-confirmpage .checkout .account.account-content.checkout-container, .is-act-confirmpage .checkout .is-ctl-returnshipment .account.account-content.checkout-container, .is-ctl-returnshipment .is-ctl-accountorder .checkout .account.account-content.checkout-container, .is-ctl-accountorder .checkout .is-ctl-returnshipment .account.account-content.checkout-container, .is-ctl-returnshipment .is-act-finishpage .checkout .account.account-content.checkout-container, .is-act-finishpage .checkout .is-ctl-returnshipment .account.account-content.checkout-container, .is-ctl-returnshipment body.is-act-confirmpage .checkout .account.account-content.checkout-container, body.is-act-confirmpage .checkout .is-ctl-returnshipment .account.account-content.checkout-container {
  padding: 20px 0;
}
.is-ctl-returnshipmentlist .account.account-content.row, .is-ctl-returnshipmentlist .is-act-cartpage .checkout .account.account-content.checkout-container, .is-act-cartpage .checkout .is-ctl-returnshipmentlist .account.account-content.checkout-container, .is-ctl-returnshipmentlist .is-act-checkoutregisterpage .checkout .account.account-content.checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-returnshipmentlist .account.account-content.checkout-container, .is-ctl-returnshipmentlist .is-act-confirmpage .checkout .account.account-content.checkout-container, .is-act-confirmpage .checkout .is-ctl-returnshipmentlist .account.account-content.checkout-container, .is-ctl-returnshipmentlist .is-ctl-accountorder .checkout .account.account-content.checkout-container, .is-ctl-accountorder .checkout .is-ctl-returnshipmentlist .account.account-content.checkout-container, .is-ctl-returnshipmentlist .is-act-finishpage .checkout .account.account-content.checkout-container, .is-act-finishpage .checkout .is-ctl-returnshipmentlist .account.account-content.checkout-container, .is-ctl-returnshipmentlist body.is-act-confirmpage .checkout .account.account-content.checkout-container, body.is-act-confirmpage .checkout .is-ctl-returnshipmentlist .account.account-content.checkout-container {
  padding: 20px 0;
}
.is-ctl-newsletter .alert {
  margin: 20px 0;
}
.alert {
  border: none;
  padding: 0;
}
.alert .icon {
  margin: 0.5rem;
  color: #ffffff;
}
.alert .alert-content-container {
  flex-grow: 1;
  padding: 0.5rem;
  padding-left: 1rem;
}
.alert-success {
  background: #2ecc71;
}
.alert-info {
  background: #4aa3df;
}
.alert-warning {
  background: #f1c40f;
}
.is-ctl-accountprofile a, .is-ctl-returnshipmentlistis-act-list a, .is-ctl-accountorder a, .is-ctl-address a {
  text-decoration: none;
}
.is-ctl-accountprofile a:hover, .is-ctl-returnshipmentlistis-act-list a:hover, .is-ctl-accountorder a:hover, .is-ctl-address a:hover {
  text-decoration: underline;
}
.is-ctl-accountprofile .list-group-item.list-group-item-action.account-aside-item, .is-ctl-accountprofile .list-group-item.list-group-item-action.account-aside-item:hover, .is-ctl-returnshipmentlistis-act-list .list-group-item.list-group-item-action.account-aside-item, .is-ctl-returnshipmentlistis-act-list .list-group-item.list-group-item-action.account-aside-item:hover, .is-ctl-accountorder .list-group-item.list-group-item-action.account-aside-item, .is-ctl-accountorder .list-group-item.list-group-item-action.account-aside-item:hover, .is-ctl-address .list-group-item.list-group-item-action.account-aside-item, .is-ctl-address .list-group-item.list-group-item-action.account-aside-item:hover {
  text-decoration: none;
}
.is-ctl-address .address-item-default-badge.text-bg-info {
  background: #008555;
  color: #ffffff;
}
.is-ctl-address .address-manager-modal-address-form.btn-outline-primary {
  border-color: #008555;
  background: #008555;
  color: #ffffff;
}
.is-ctl-address .address-manager-modal-address-form.btn-outline-primary:hover {
  background-color: #005537;
  border-color: #005537;
}
.is-ctl-bonus .account.account-content.row, .is-ctl-bonus .is-act-cartpage .checkout .account.account-content.checkout-container, .is-act-cartpage .checkout .is-ctl-bonus .account.account-content.checkout-container, .is-ctl-bonus .is-act-checkoutregisterpage .checkout .account.account-content.checkout-container, .is-act-checkoutregisterpage .checkout .is-ctl-bonus .account.account-content.checkout-container, .is-ctl-bonus .is-act-confirmpage .checkout .account.account-content.checkout-container, .is-act-confirmpage .checkout .is-ctl-bonus .account.account-content.checkout-container, .is-ctl-bonus .is-ctl-accountorder .checkout .account.account-content.checkout-container, .is-ctl-accountorder .checkout .is-ctl-bonus .account.account-content.checkout-container, .is-ctl-bonus .is-act-finishpage .checkout .account.account-content.checkout-container, .is-act-finishpage .checkout .is-ctl-bonus .account.account-content.checkout-container, .is-ctl-bonus body.is-act-confirmpage .checkout .account.account-content.checkout-container, body.is-act-confirmpage .checkout .is-ctl-bonus .account.account-content.checkout-container {
  padding: 20px 0;
}
.is-ctl-bonus .account.account-content.row .account-content-main .prems-points-account #pointsAccount, .is-ctl-bonus .is-act-cartpage .checkout .account.account-content.checkout-container .account-content-main .prems-points-account #pointsAccount, .is-act-cartpage .checkout .is-ctl-bonus .account.account-content.checkout-container .account-content-main .prems-points-account #pointsAccount, .is-ctl-bonus .is-act-checkoutregisterpage .checkout .account.account-content.checkout-container .account-content-main .prems-points-account #pointsAccount, .is-act-checkoutregisterpage .checkout .is-ctl-bonus .account.account-content.checkout-container .account-content-main .prems-points-account #pointsAccount, .is-ctl-bonus .is-act-confirmpage .checkout .account.account-content.checkout-container .account-content-main .prems-points-account #pointsAccount, .is-act-confirmpage .checkout .is-ctl-bonus .account.account-content.checkout-container .account-content-main .prems-points-account #pointsAccount, .is-ctl-bonus .is-ctl-accountorder .checkout .account.account-content.checkout-container .account-content-main .prems-points-account #pointsAccount, .is-ctl-accountorder .checkout .is-ctl-bonus .account.account-content.checkout-container .account-content-main .prems-points-account #pointsAccount, .is-ctl-bonus .is-act-finishpage .checkout .account.account-content.checkout-container .account-content-main .prems-points-account #pointsAccount, .is-act-finishpage .checkout .is-ctl-bonus .account.account-content.checkout-container .account-content-main .prems-points-account #pointsAccount, .is-ctl-bonus body.is-act-confirmpage .checkout .account.account-content.checkout-container .account-content-main .prems-points-account #pointsAccount, body.is-act-confirmpage .checkout .is-ctl-bonus .account.account-content.checkout-container .account-content-main .prems-points-account #pointsAccount {
  border-color: var(--bs-border-color);
}
.prems-cross-selling-checkout__product-slider {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9999;
  width: 300px;
  max-height: 90vh;
  background: #fff;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
  padding: 10px 0 10px 10px;
  overflow: visible;
}
.prems-cross-selling-checkout__product-slider .prems-cross-selling-slider-wrapper {
  width: 100%;
  height: 100%;
}
.prems-cross-selling-checkout__product-slider .cross-selling-close-btn {
  position: absolute;
  top: -310px;
  right: 15px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #199165;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999999999;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.prems-cross-selling-checkout__product-slider .cross-selling-close-btn span {
  font-size: 24px;
  line-height: 1;
  color: #199165;
  font-weight: 700;
}
.prems-cross-selling-checkout__product-slider .cross-selling-close-btn:hover {
  background: #f5f5f5;
  border-color: #199165;
  transform: scale(1.1);
}
.prems-cross-selling-checkout__product-slider .product-slider {
  width: 100%;
  overflow: hidden !important;
  position: relative;
}
.prems-cross-selling-checkout__product-slider .product-slider-controls-container {
  overflow: hidden !important;
}
.prems-cross-selling-checkout__product-slider .tns-outer, .prems-cross-selling-checkout__product-slider .tns-ovh {
  overflow: visible !important;
}
.prems-cross-selling-checkout__product-slider .tns-inner {
  overflow: hidden !important;
}
.prems-cross-selling-checkout__product-slider .product-slider-container {
  width: 100% !important;
}
.prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider .tns-item {
  width: 280px !important;
}
.prems-cross-selling-checkout__product-slider .product-slider-item {
  width: 280px !important;
  min-width: 280px !important;
  max-width: 280px !important;
  flex-shrink: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  border: none !important;
}
.prems-cross-selling-checkout__product-slider .tns-item.tns-slide-cloned {
  display: none !important;
}
.prems-cross-selling-checkout__product-slider .product-slider-item:empty, .prems-cross-selling-checkout__product-slider .tns-item:empty {
  display: none !important;
}
.prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-300px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-296px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-298px"] {
  transform: translate3d(-280px, 0px, 0px) !important;
}
.prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-600px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-592px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-596px"] {
  transform: translate3d(-560px, 0px, 0px) !important;
}
.prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-900px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-888px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-894px"] {
  transform: translate3d(-840px, 0px, 0px) !important;
}
.prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-1200px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-1184px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-1192px"] {
  transform: translate3d(-1120px, 0px, 0px) !important;
}
.prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-1500px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-1480px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-1490px"] {
  transform: translate3d(-1400px, 0px, 0px) !important;
}
.prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-1800px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-1776px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-1788px"] {
  transform: translate3d(-1680px, 0px, 0px) !important;
}
.prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-2100px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-2072px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-2086px"] {
  transform: translate3d(-1960px, 0px, 0px) !important;
}
.prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-2400px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-2368px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-2384px"] {
  transform: translate3d(-2240px, 0px, 0px) !important;
}
.prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-2700px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-2664px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-2682px"] {
  transform: translate3d(-2520px, 0px, 0px) !important;
}
.prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-3000px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-2960px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-2980px"] {
  transform: translate3d(-2800px, 0px, 0px) !important;
}
.prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-3300px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-3256px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-3278px"] {
  transform: translate3d(-3080px, 0px, 0px) !important;
}
.prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-3600px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-3552px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-3576px"] {
  transform: translate3d(-3360px, 0px, 0px) !important;
}
.prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-3900px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-3848px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-3874px"] {
  transform: translate3d(-3640px, 0px, 0px) !important;
}
.prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-4200px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-4144px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-4172px"] {
  transform: translate3d(-3920px, 0px, 0px) !important;
}
.prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-4500px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-4440px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-4470px"] {
  transform: translate3d(-4200px, 0px, 0px) !important;
}
.prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-4800px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-4736px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-4768px"] {
  transform: translate3d(-4480px, 0px, 0px) !important;
}
.prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-5100px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-5032px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-5066px"] {
  transform: translate3d(-4760px, 0px, 0px) !important;
}
.prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-5400px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-5328px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-5364px"] {
  transform: translate3d(-5040px, 0px, 0px) !important;
}
.prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-5700px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-5624px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-5662px"] {
  transform: translate3d(-5320px, 0px, 0px) !important;
}
.prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-562px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-563px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-564px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-842px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-843px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-844px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-1122px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-1123px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-1124px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-1402px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-1403px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-1404px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-1682px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-1683px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-1684px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-1962px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-1963px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-1964px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-2242px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-2243px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-2244px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-2522px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-2523px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-2524px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-2802px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-2803px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-2804px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-3082px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-3083px"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-3084px"] {
  transform: translate3d(0px, 0px, 0px) !important;
}
.prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-5400"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-5500"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-5600"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-5700"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-5800"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-5900"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-6000"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-6100"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-6200"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-6300"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-6400"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-6500"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-6600"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-6700"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-6800"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-6900"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-7000"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-7100"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-7200"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-7300"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-7400"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-7500"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-7600"], .prems-cross-selling-checkout__product-slider .product-slider-container.tns-slider[style*="translate3d(-7700"] {
  transform: translate3d(-5320px, 0px, 0px) !important;
}
.prems-cross-selling-checkout__product-slider .product-box, .prems-cross-selling-checkout__product-slider .swkweb-content-manager-article-box, .prems-cross-selling-checkout__product-slider .card {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.prems-cross-selling-checkout__product-slider .base-slider-controls-prev {
  left: 0px !important;
  z-index: 1;
  border: none !important;
}
.prems-cross-selling-checkout__product-slider .base-slider-controls-next {
  right: 10px;
  border: none !important;
  z-index: 1;
}
@media (max-width: 776px) {
  .prems-cross-selling-checkout__product-slider {
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }
  .prems-cross-selling-checkout__product-slider .product-action {
    display: block !important;
  }
  .prems-cross-selling-checkout__product-slider .cross-selling-close-btn {
    top: -290px;
  }
}
.prems-cross-selling-checkout__product-slider .cms-element-title .cms-element-title-paragraph {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}
.overlay-glass-background-checkout-product-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100vw;
  z-index: 1000;
  backdrop-filter: blur(5px);
}
@media (max-width: 776px) {
  .overlay-glass-background-checkout-product-slider {
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
  }
}
/* .is-ctl-checkout.is-act-confirmpage {
    .overlay-glass-background-checkout-product-slider,
    .prems-cross-selling-checkout__product-slider {
        display: none !important;
    }
} */
/**
 * Swiper 8.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 15, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
    --swiper-navigation-color: var(--swiper-theme-color);
    */
}
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden, .swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after, .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
    --swiper-pagination-color: var(--swiper-theme-color);
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-width: 8px;
    --swiper-pagination-bullet-height: 8px;
    --swiper-pagination-bullet-inactive-color: #000;
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-vertical-gap: 6px;
    */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev, .swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top, .swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-top, .swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
