@charset "UTF-8";
/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */
/* grid breakpoints */
/* grid containers */
/* links */
/* cards */
/* tables */
/* breadcrumbs */
/* navs */
/* modals */
/* progress */
/* options */
/* dropdowns */
/* grid breakpoints */
/* grid containers */
/* links */
/* cards */
/* tables */
/* breadcrumbs */
/* navs */
/* modals */
/* progress */
/* options */
/* dropdowns */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #707070;
  --gray-dark: #343a40;
  --primary: #F8BF00;
  --secondary: #525252;
  --success: #1C871E;
  --info: #525252;
  --warning: #a56823;
  --danger: #b90000;
  --light: #f5f7fa;
  --dark: #525252;
  --gray: #707070;
  --gray-light: #f5f7fa;
  --gray-medium: #ebebeb;
  --gray-dark: #9b9b9b;
  --gray-darker: #525252;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1300px;
  --font-family-sans-serif: "Open Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #525252;
  text-align: left;
  background-color: #f5f7fa;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #525252;
  text-decoration: underline;
  background-color: transparent;
}
a:hover {
  color: #F8BF00;
  text-decoration: none;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

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,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f5f7fa;
  border: 1px solid #dee2e6;
  border-radius: 0.125rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.125rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 97vw;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1300px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1250px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.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-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

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

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

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

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

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

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

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

  .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-6 {
    order: 6;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

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

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

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

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

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

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

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

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

  .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-6 {
    order: 6;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

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

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

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

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

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

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

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

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

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

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

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

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

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

  .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-6 {
    order: 6;
  }

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

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

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

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

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

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

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

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

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1300px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

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

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

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

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

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

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

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

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

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

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

  .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-6 {
    order: 6;
  }

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

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

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

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

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

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

  .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%;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #707070;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: transparent;
}
.nav-tabs .nav-link.disabled {
  color: #707070;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #525252;
  background-color: transparent;
  border-color: #F8BF00;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.125rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #F8BF00;
}

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

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.40625rem;
  padding-bottom: 0.40625rem;
  margin-right: 1rem;
  font-size: 1rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.125rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row 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: 1.5rem;
    padding-left: 1.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .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;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row 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: 1.5rem;
    padding-left: 1.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .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;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row 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: 1.5rem;
    padding-left: 1.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .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;
  }
}
@media (max-width: 1299.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1300px) {
  .navbar-expand-xl {
    flex-flow: row 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: 1.5rem;
    padding-left: 1.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .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 {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: #525252;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #F8BF00;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: #525252;
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23525252' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: #525252;
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #ffffff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.pagination-sm .page-item.active .page-link::after, .pagination-sm .page-item.active .page-text::after {
  left: 0.375rem;
  right: 0.375rem;
}

.pagination-lg .page-item.active .page-link::after, .pagination-lg .page-item.active .page-text::after {
  left: 1.125rem;
  right: 1.125rem;
}

.page-item {
  position: relative;
}
.page-item.active {
  font-weight: 700;
}
.page-item.active .page-link::after, .page-item.active .page-text::after {
  content: "";
  position: absolute;
  left: 0.5625rem;
  bottom: 0;
  right: 0.5625rem;
  border-bottom: 4px solid #F8BF00;
}

@media (min-width: 768px) {
  .dropdown-item.page-item {
    background-color: transparent;
  }
}

.page-link, .page-text {
  text-decoration: none;
}

.pagination {
  margin-bottom: 0;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .pagination {
    justify-content: normal;
  }
  .pagination .dropdown > .btn {
    display: none;
  }
  .pagination .dropdown-menu {
    position: static !important;
    transform: none !important;
    display: flex;
    margin: 0;
    padding: 0;
    border: 0;
    min-width: auto;
  }
  .pagination .dropdown-item {
    width: auto;
    display: inline-block;
    padding: 0;
  }
  .pagination .dropdown-item.active {
    background-color: transparent;
    color: #525252;
  }
  .pagination .dropdown-item:hover {
    background-color: transparent;
  }
  .pagination .pagination-site {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .pagination .dropdown-item {
    padding: 0;
  }
  .pagination .dropdown-item.active .page-link, .pagination .dropdown-item.active .page-text, .pagination .dropdown-item:active .page-link, .pagination .dropdown-item:active .page-text {
    color: #525252;
  }
}

.productlist-page-nav {
  align-items: center;
}
.productlist-page-nav .pagination {
  margin: 0;
}
.productlist-page-nav .displayoptions {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .productlist-page-nav .displayoptions {
    margin-bottom: 0;
  }
}
.productlist-page-nav .displayoptions .btn-group + .btn-group + .btn-group {
  margin-left: 0.5rem;
}
.productlist-page-nav .result-option-wrapper {
  margin-right: 0.5rem;
}
.productlist-page-nav .productlist-item-info {
  margin-bottom: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media (min-width: 768px) {
  .productlist-page-nav .productlist-item-info {
    margin-right: 0;
    margin-bottom: 0;
  }
  .productlist-page-nav .productlist-item-info.productlist-item-border {
    border-right: 1px solid #ebebeb;
    padding-right: 1rem;
  }
}
.productlist-page-nav.productlist-page-nav-header-m {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .productlist-page-nav.productlist-page-nav-header-m {
    margin-top: 2rem;
  }
  .productlist-page-nav.productlist-page-nav-header-m > .col {
    margin-top: 1rem;
  }
}

.productlist-page-nav-bottom {
  margin-bottom: 2rem;
}

.pagination-wrapper {
  margin-bottom: 1rem;
  align-items: center;
  border-top: 1px solid #f5f7fa;
  border-bottom: 1px solid #f5f7fa;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pagination-wrapper .pagination-entries {
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .pagination-wrapper .pagination-entries {
    margin-bottom: 0;
  }
}
.pagination-wrapper .pagination-selects {
  margin-left: auto;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .pagination-wrapper .pagination-selects {
    margin-left: 0;
    margin-top: 0;
  }
}
.pagination-wrapper .pagination-selects .pagination-selects-entries {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .pagination-wrapper .pagination-selects .pagination-selects-entries {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}

.pagination-no-wrapper {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.topbar-wrapper {
  position: relative;
  z-index: 1021;
  flex-direction: row-reverse;
}

.sticky-header header {
  position: sticky;
  top: 0;
}

#jtl-nav-wrapper .form-control::placeholder, #jtl-nav-wrapper .form-control:focus::placeholder {
  color: #525252;
}
#jtl-nav-wrapper .label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) label {
  background: #ffffff;
  color: #525252;
}

header {
  box-shadow: 0 1rem 0.5625rem -0.75rem rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 1020;
  /* mobile only */
  /* desktop only */
  /* Colors to be changed more easily by template settings */
}
header .dropdown-menu {
  background-color: #ffffff;
  color: #525252;
}
header .navbar-toggler {
  color: #525252;
}
header .navbar-brand img {
  max-width: 50vw;
  object-fit: contain;
}
header .nav-right .dropdown-menu {
  margin-top: -0.03125rem;
  box-shadow: inset 0 1rem 0.5625rem -0.75rem rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  header #mainNavigation {
    margin-right: 1rem;
  }
}
@media (max-width: 991.98px) {
  header .navbar-brand img {
    max-width: 30vw;
  }
  header .dropup, header .dropright, header .dropdown, header .dropleft, header .col, header [class*=col-] {
    position: static;
  }
  header .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    height: 100vh !important;
    -webkit-overflow-scrolling: touch;
    max-width: 16.875rem;
    transition: all 0.2s ease-in-out;
    z-index: 1050;
    width: 100%;
    background: #ffffff;
  }
  header .navbar-collapse:not(.show) {
    transform: translateX(-100%);
  }
  header .navbar-nav {
    transition: all 0.2s ease-in-out;
  }
  header .navbar-nav .nav-item, header .navbar-nav .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  header .navbar-nav .nav-link {
    margin-top: -1rem;
    margin-bottom: -1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .navbar-nav .nav-link::after {
    content: '\f054' !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    margin-left: 0.5rem;
    margin-top: 0;
    font-size: 0.75em;
  }
  header .navbar-nav .nav-item.dropdown > .nav-link > .product-count {
    display: none;
  }
  header .navbar-nav .nav-item:not(.dropdown) .nav-link::after {
    display: none;
  }
  header .navbar-nav .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    box-shadow: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  header .navbar-nav .dropdown-menu:not(.show) {
    display: none;
  }
  header .navbar-nav .dropdown-body {
    margin: 0;
  }
  header .navbar-nav .nav {
    flex-direction: column;
  }
  header .nav-mobile-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  header .nav-mobile-header > .row {
    height: 3.125rem;
  }
  header .nav-mobile-header .nav-mobile-header-hr {
    margin-top: 0;
    margin-bottom: 0;
  }
  header .nav-mobile-body {
    height: calc(100vh - 3.125rem);
    height: calc(var(--vh, 1vh) * 100 - 3.125rem);
    overflow-y: auto;
    position: relative;
  }
  header .nav-scrollbar-inner {
    overflow: visible;
  }
  header .nav-right {
    font-size: 1rem;
  }
  header .nav-right .dropdown-menu {
    width: 100%;
  }
}
@media (min-width: 992px) {
  header .navbar-collapse {
    height: 4.3125rem;
  }
  header .navbar-nav > .nav-item > .nav-link {
    position: relative;
    padding: 1.5rem;
  }
  header .navbar-nav > .nav-item > .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 0 6px;
    border-color: #F8BF00;
    border-style: solid;
    transition: width 0.4s;
    width: 0;
  }
  header .navbar-nav > .nav-item.active > .nav-link::before, header .navbar-nav > .nav-item:hover > .nav-link::before, header .navbar-nav > .nav-item.hover > .nav-link::before {
    width: 100%;
  }
  header .navbar-nav > .nav-item > .dropdown-menu {
    max-height: calc(100vh - 12.5rem);
    overflow: auto;
    margin-top: -0.03125rem;
    box-shadow: inset 0 1rem 0.5625rem -0.75rem rgba(0, 0, 0, 0.06);
  }
  header .navbar-nav > .nav-item.dropdown-full {
    position: static;
  }
  header .navbar-nav > .nav-item.dropdown-full .dropdown-menu {
    width: 100%;
  }
  header .navbar-nav > .nav-item .product-count {
    display: none;
  }
  header .navbar-nav > .nav-item .nav {
    flex-wrap: wrap;
  }
  header .navbar-nav .nav .nav-link {
    padding: 0;
  }
  header .navbar-nav .nav .nav-link::after {
    display: none;
  }
  header .navbar-nav .dropdown .nav-item {
    width: 100%;
  }
  header .nav-mobile-body {
    align-self: flex-start;
    width: 100%;
  }
  header .nav-scrollbar-inner {
    width: 100%;
  }
  header .nav-right .nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  header .submenu-headline::after {
    display: none;
  }
  header .submenu-headline-toplevel {
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 1rem;
  }
  header .subcategory-wrapper .categories-recursive-dropdown {
    display: block;
    position: static !important;
    box-shadow: none;
  }
  header .subcategory-wrapper .categories-recursive-dropdown > .nav {
    flex-direction: column;
  }
  header .subcategory-wrapper .categories-recursive-dropdown .categories-recursive-dropdown {
    margin-left: 0.25rem;
  }
}
header .submenu-headline-image {
  margin-bottom: 1rem;
  display: none;
}
@media (min-width: 992px) {
  header .submenu-headline-image {
    display: block;
  }
}
header #burger-menu {
  margin-right: 1rem;
}
header .table, header .dropdown-item, header .btn-outline-primary {
  color: #525252;
}
header .dropdown-item {
  background-color: transparent;
}
header .dropdown-item:hover {
  background-color: #f5f7fa;
}
header .btn-outline-primary:hover {
  color: #525252;
}

@media (min-width: 992px) {
  .nav-item-lg-m {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.fixed-search {
  background-color: #ffffff;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.fixed-search .form-control {
  background-color: #ffffff;
  color: #525252;
}
.fixed-search .form-control::placeholder {
  color: #525252;
}

.main-search .twitter-typeahead {
  display: flex;
  flex-grow: 1;
}

.form-clear {
  align-items: center;
  bottom: 8px;
  color: #525252;
  cursor: pointer;
  display: flex;
  height: 24px;
  justify-content: center;
  position: absolute;
  right: 52px;
  width: 24px;
  z-index: 10;
}

.account-icon-dropdown .account-icon-dropdown-pass {
  margin-bottom: 2rem;
}
.account-icon-dropdown .dropdown-footer {
  background-color: #f5f7fa;
}
.account-icon-dropdown .dropdown-footer a {
  text-decoration: underline;
}
.account-icon-dropdown .account-icon-dropdown-logout {
  padding-bottom: 0.5rem;
}

.cart-dropdown-shipping-notice {
  color: #707070;
}

.is-checkout header, .is-checkout .navbar {
  height: 2.8rem;
}
@media (min-width: 992px) {
  .is-checkout header, .is-checkout .navbar {
    height: 4.2625rem;
  }
}
.is-checkout .search-form-wrapper-fixed, .is-checkout .fixed-search {
  display: none;
}

@media (max-width: 991.98px) {
  .nav-icons {
    height: 2.8rem;
  }
}

.search-form-wrapper-fixed {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.full-width-mega .main-search-wrapper .twitter-typeahead {
  flex: 1;
}
@media (min-width: 992px) {
  .full-width-mega .main-search-wrapper {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .full-width-mega.sticky-top .main-search-wrapper {
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .full-width-mega.sticky-top .main-search-wrapper + .col, .full-width-mega.sticky-top .main-search-wrapper a {
    padding-left: 0;
  }
  .full-width-mega.sticky-top .main-search-wrapper .nav-link {
    padding-right: 0.7rem;
  }
  .full-width-mega .secure-checkout-icon {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin-left: auto;
  }
  .full-width-mega .toggler-logo-wrapper {
    position: initial;
    width: max-content;
  }
}
.full-width-mega .nav-icons-wrapper {
  padding-left: 0;
}
.full-width-mega .nav-logo-wrapper {
  padding-right: 0;
  margin-right: auto;
}
@media (min-width: 992px) {
  .full-width-mega .navbar-expand-lg .nav-multiple-row .navbar-nav {
    flex-wrap: wrap;
  }
  .full-width-mega #mainNavigation.nav-multiple-row {
    height: auto;
    margin-right: 0;
  }
  .full-width-mega .nav-multiple-row .nav-scrollbar-inner {
    padding-bottom: 0;
  }
  .full-width-mega .nav-multiple-row .nav-scrollbar-arrow {
    display: none;
  }
  .full-width-mega .menu-search-position-center .main-search-wrapper {
    margin-right: auto;
  }
  .full-width-mega .menu-search-position-left .main-search-wrapper {
    margin-right: auto;
  }
  .full-width-mega .menu-search-position-left .nav-logo-wrapper {
    margin-right: initial;
  }
  .full-width-mega .menu-center-center.menu-multiple-rows-multiple .nav-scrollbar-inner {
    justify-content: center;
  }
  .full-width-mega .menu-center-space-between.menu-multiple-rows-multiple .nav-scrollbar-inner {
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  header.full-width-mega .nav-right .dropdown-menu {
    box-shadow: 0 0 7px #000000;
  }
  header .nav-multiple-row .navbar-nav > .nav-item > .nav-link {
    padding: 1rem 1.5rem;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2px;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

:root {
  --vh: 1vh;
}

.fa, .fas, .far, .fal {
  display: inline-block;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .sidepanel-left .box-normal .box-normal-link, .productlist-filter-headline, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #525252;
}

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

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

h3, .h3, .sidepanel-left .box-normal .box-normal-link, .productlist-filter-headline {
  font-size: 1rem;
}

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

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

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

.btn-skip-to {
  position: absolute;
  top: 0;
  transition: transform 200ms;
  transform: scale(0);
  margin: 1%;
  z-index: 1070;
  background: #ffffff;
  border: 3px solid #F8BF00;
  font-weight: 400;
  color: #525252;
  text-align: center;
  vertical-align: middle;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.125rem;
  font-weight: bolder;
  text-decoration: none;
}
.btn-skip-to:focus {
  transform: scale(1);
}

.slick-slide a:hover, .slick-slide a:focus {
  color: #F8BF00;
  text-decoration: none;
}

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

.banner .img-fluid {
  width: 100%;
}

.label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) label {
  display: none;
}

.modal {
  display: none;
}

.carousel-thumbnails .slick-arrow {
  /* to hide during load*/
  opacity: 0;
}

.slick-dots {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  line-height: 0;
  padding: 0;
  height: 1rem;
  width: 100%;
  margin: 2rem 0 0;
}
.slick-dots li {
  margin: 0 0.25rem;
  list-style-type: none;
}
.slick-dots li button {
  width: 0.75rem;
  height: 0.75rem;
  padding: 0;
  border-radius: 50%;
  border: 0.125rem solid #ebebeb;
  background-color: #ebebeb;
  transition: all 0.2s ease-in-out;
}
.slick-dots li.slick-active button {
  background-color: #525252;
  border-color: #525252;
}

.consent-modal:not(.active) {
  display: none;
}

.consent-banner-icon {
  width: 1em;
  height: 1em;
}

.mini > #consent-banner {
  display: none;
}

html {
  overflow-y: scroll;
}

.dropdown-menu {
  display: none;
}

.dropdown-toggle::after {
  content: "";
  margin-left: 0.5rem;
  display: inline-block;
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control {
  flex: 1 1 auto;
  width: 1%;
}

#main-wrapper {
  background: #ffffff;
}

.container-fluid-xl {
  max-width: 103.125rem;
}

/* nav */
.nav-dividers .nav-item {
  position: relative;
}
.nav-dividers .nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.5rem;
  height: calc(100% - 1rem);
  border-right: 0.0625rem solid currentColor;
}

.nav-link {
  text-decoration: none;
}

.nav-scrollbar {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.nav-scrollbar .nav, .nav-scrollbar .navbar-nav {
  flex-wrap: nowrap;
}
.nav-scrollbar .nav-item {
  white-space: nowrap;
}

.nav-scrollbar-inner {
  overflow-x: auto;
  padding-bottom: 1.5rem;
  /*margin-bottom: -(map-get($spacers, 4));*/
  align-self: flex-start;
}

#shop-nav {
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  #shop-nav .nav-link {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
  }
}

/* nav end */
/* bootstrap */
.has-left-sidebar .breadcrumb-container {
  padding-left: 0;
  padding-right: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb-item {
  display: none;
}
@media (min-width: 768px) {
  .breadcrumb-item {
    display: flex;
  }
}
.breadcrumb-item.active {
  font-weight: 700;
}
.breadcrumb-item.first {
  padding-left: 0;
}
.breadcrumb-item.first::before {
  display: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #707070;
  content: "/";
}
.breadcrumb-item.active {
  color: #525252;
  font-weight: 700;
}
.breadcrumb-item.first::before {
  display: none;
}

.breadcrumb-arrow {
  display: flex;
}
@media (min-width: 768px) {
  .breadcrumb-arrow {
    display: none;
  }
}
.breadcrumb-arrow:first-child::before {
  content: '\f053' !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  margin-right: 6px;
}
.breadcrumb-arrow:not(:first-child) {
  padding-left: 0;
}
.breadcrumb-arrow:not(:first-child)::before {
  content: none;
}

.breadcrumb-wrapper {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .breadcrumb-wrapper {
    border-style: solid;
    border-color: #ebebeb;
    border-width: 1px 0;
  }
}

.breadcrumb {
  font-size: 0.8125rem;
}
.breadcrumb a {
  text-decoration: none;
}

.breadcrumb-back {
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid #ebebeb;
}

/* end breadcrumb */
.hr-sect {
  display: flex;
  justify-content: center;
  flex-basis: 100%;
  align-items: center;
  color: #525252;
  margin: 8px 0;
  font-size: 1.5rem;
  font-family: Montserrat, sans-serif;
}
.hr-sect::before {
  margin: 0 30px 0 0;
}
.hr-sect::after {
  margin: 0 0 0 30px;
}
.hr-sect::before, .hr-sect::after {
  content: "";
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
  font-size: 0;
  line-height: 0;
}
.hr-sect a {
  text-decoration: none;
  border-bottom: 0.375rem solid transparent;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .hr-sect {
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    margin: 15px 0;
  }
  .hr-sect::before, .hr-sect::after {
    margin: 0;
    flex-grow: unset;
  }
  .hr-sect a {
    border-bottom: none;
    margin: auto;
  }
}

/* product-slider */
.slick-slider-other.is-not-opc {
  margin-bottom: 2rem;
}
.slick-slider-other.is-not-opc .carousel {
  margin-bottom: 1.5rem;
}
.slick-slider-other .slick-slider-other-container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .slick-slider-other .slick-slider-other-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.slick-slider-other .hr-sect {
  margin-bottom: 2rem;
}

#header-top-bar {
  position: relative;
  z-index: 1021;
  flex-direction: row-reverse;
}

#header-top-bar, header {
  background-color: #ffffff;
  color: #525252;
}

.img-aspect-ratio {
  width: 100%;
  height: auto;
}

header {
  box-shadow: 0 1rem 0.5625rem -0.75rem rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 1020;
}
header .navbar {
  padding: 0;
  position: static;
}
@media (min-width: 992px) {
  header {
    padding-bottom: 0;
  }
  header .navbar-brand {
    margin-right: 3rem;
  }
}
header .navbar-brand {
  padding: 0.4rem;
  outline-offset: -3px;
}
header .navbar-brand img {
  height: 2rem;
  width: auto;
}
header .nav-right .dropdown-menu {
  margin-top: -0.03125rem;
  box-shadow: inset 0 1rem 0.5625rem -0.75rem rgba(0, 0, 0, 0.06);
}
@media (min-width: 992px) {
  header .navbar-brand {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  header .navbar-brand img {
    height: 3.0625rem;
  }
  header .navbar-collapse {
    height: 4.3125rem;
  }
  header .navbar-nav > .nav-item > .nav-link {
    position: relative;
    padding: 1.5rem;
  }
  header .navbar-nav > .nav-item > .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 0 6px;
    border-color: #F8BF00;
    border-style: solid;
    transition: width 0.4s;
    width: 0;
  }
  header .navbar-nav > .nav-item > .nav-link:focus {
    outline-offset: -2px;
  }
  header .navbar-nav > .nav-item.active > .nav-link::before, header .navbar-nav > .nav-item:hover > .nav-link::before, header .navbar-nav > .nav-item.hover > .nav-link::before {
    width: 100%;
  }
  header .navbar-nav > .nav-item .nav {
    flex-wrap: wrap;
  }
  header .navbar-nav .nav .nav-link {
    padding: 0;
  }
  header .navbar-nav .nav .nav-link::after {
    display: none;
  }
  header .navbar-nav .dropdown .nav-item {
    width: 100%;
  }
  header .nav-mobile-body {
    align-self: flex-start;
    width: 100%;
  }
  header .nav-scrollbar-inner {
    width: 100%;
  }
  header .nav-right .nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

/* bootstrap */
.btn {
  display: inline-block;
  font-weight: 600;
  color: #525252;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.125rem;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 191, 0, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  padding: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #525252;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #707070;
  border-radius: 0.125rem;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.square {
  display: flex;
  position: relative;
}
.square::before {
  content: "";
  display: inline-block;
  padding-bottom: 100%;
}

/* product details */
#product-offer .product-info ul.info-essential {
  margin: 2rem 0;
  padding-left: 0;
  list-style: none;
}

.price_wrapper {
  margin-bottom: 1.5rem;
}
.price_wrapper .price {
  display: inline-block;
}
.price_wrapper .bulk-prices {
  margin-top: 1rem;
}
.price_wrapper .bulk-prices .bulk-price {
  margin-right: 0.25rem;
}

#product-offer .product-info {
  border: 0;
}
#product-offer .product-info .bordered-top-bottom {
  padding: 1rem;
  border-top: 1px solid #f5f7fa;
  border-bottom: 1px solid #f5f7fa;
}
#product-offer .product-info ul.info-essential {
  margin: 2rem 0;
}
#product-offer .product-info .shortdesc {
  margin-bottom: 1rem;
}
#product-offer .product-info .product-offer {
  margin-bottom: 2rem;
}
#product-offer .product-info .product-offer > .row {
  margin-bottom: 1.5rem;
}
#product-offer .product-info .stock-information {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  align-items: flex-end;
}
#product-offer .product-info .stock-information.stock-information-p {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767.98px) {
  #product-offer .product-info .stock-information {
    margin-top: 1rem;
  }
}
#product-offer .product-info .question-on-item {
  margin-left: auto;
}
#product-offer .product-info .question-on-item .question {
  padding: 0;
}

.product-detail .product-actions {
  position: absolute;
  z-index: 1;
  right: 2rem;
  top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-detail .product-actions .btn {
  margin: 0 0.25rem;
}

#image_wrapper {
  margin-bottom: 3rem;
}
#image_wrapper #gallery {
  margin-bottom: 2rem;
}
#image_wrapper .product-detail-image-topbar {
  display: none;
}

.product-detail .product-thumbnails-wrapper .product-thumbnails {
  display: none;
}

/* productdetails end */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column {
  flex-direction: column !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

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

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-block {
  display: inline-block !important;
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }
}
/* bootstrap end */
@media (min-width: 992px) {
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
}
.list-gallery {
  display: flex;
  flex-direction: column;
}
.list-gallery .second-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list-gallery img.second {
  opacity: 0;
}

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

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

.btn-group {
  display: inline-flex;
}

.productlist-filter-headline {
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

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

.badge-circle-1 {
  background-color: #ffffff;
}

#content {
  padding-bottom: 3rem;
}

#content-wrapper {
  margin-top: 0;
}
#content-wrapper.has-fluid {
  padding-top: 1rem;
}
#content-wrapper:not(.has-fluid) {
  padding-top: 2rem;
}
@media (min-width: 992px) {
  #content-wrapper:not(.has-fluid) {
    padding-top: 4rem;
  }
}

.account-data-item h2 {
  margin-bottom: 0;
}

aside h4 {
  margin-bottom: 1rem;
}
aside .card {
  border: none;
  box-shadow: none;
  background-color: transparent;
}
aside .card .card-title {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 600;
}
aside .card.card-default .card-heading {
  border-bottom: none;
  padding-left: 0;
  padding-right: 0;
}
aside .card.card-default > .card-heading > .card-title {
  color: #525252;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
}
aside .card > .card-body {
  padding: 0;
}
aside .card > .card-body .card-title {
  font-weight: 600;
}
aside .nav-panel .nav {
  flex-wrap: initial;
}
aside .nav-panel > .nav > .active > .nav-link {
  border-bottom: 0.375rem solid #F8BF00;
  cursor: pointer;
}
aside .nav-panel .active > .nav-link {
  font-weight: 700;
}
aside .nav-panel .nav-link[aria-expanded=true] i.fa-chevron-down {
  transform: rotate(180deg);
}
aside .nav-panel .nav-link, aside .nav-panel .nav-item {
  clear: left;
}
aside .box .nav-link,
aside .box .nav a,
aside .box .dropdown-menu .dropdown-item {
  text-decoration: none;
  white-space: normal;
}
aside .box .nav-link {
  padding-left: 0;
  padding-right: 0;
}
aside .box .snippets-categories-nav-link-child {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
aside .box-monthlynews a .value {
  text-decoration: underline;
}
aside .box-monthlynews a .value:hover {
  text-decoration: none;
}

.box-categories .dropdown .collapse,
.box-linkgroup .dropdown .collapse {
  background: #f5f7fa;
}

.box-categories .nav-link {
  cursor: pointer;
}

.box_login .register {
  text-decoration: underline;
}
.box_login .register:hover {
  text-decoration: none;
}
.box_login .register .fa {
  color: #F8BF00;
}
.box_login .resetpw {
  text-decoration: underline;
}
.box_login .resetpw:hover {
  text-decoration: none;
}

.jqcloud-word.w0 {
  color: #fbd966;
  font-size: 70%;
}

.jqcloud-word.w1 {
  color: #fad352;
  font-size: 100%;
}

.jqcloud-word.w2 {
  color: #face3d;
  font-size: 130%;
}

.jqcloud-word.w3 {
  color: #f9c929;
  font-size: 160%;
}

.jqcloud-word.w4 {
  color: #f9c414;
  font-size: 190%;
}

.jqcloud-word.w5 {
  color: #f8bf00;
  font-size: 220%;
}

.jqcloud-word.w6 {
  color: #e4b000;
  font-size: 250%;
}

.jqcloud-word.w7 {
  color: #d0a000;
  font-size: 280%;
}

.jqcloud {
  line-height: normal;
  overflow: hidden;
  position: relative;
}

.jqcloud-word a {
  color: inherit !important;
  font-size: inherit !important;
  text-decoration: none !important;
}
.jqcloud-word a:hover {
  color: #F8BF00 !important;
}

.searchcloud {
  width: 100%;
  height: 200px;
}

#footer-boxes .card {
  background: transparent;
  border: 0;
}
#footer-boxes .card a {
  text-decoration: none;
}

@media (min-width: 768px) {
  .box-normal {
    margin-bottom: 1.5rem;
  }
}
.box-normal .box-normal-link {
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .box-normal .box-normal-link {
    display: none;
  }
}

.box-filter-hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.box-normal-hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}
@media (min-width: 768px) {
  .box-normal-hr {
    display: none;
  }
}

.box-last-seen .box-last-seen-item {
  margin-bottom: 1rem;
}

.box-nav-item {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .box-nav-item {
    margin-top: 0;
  }
}

.box-login .box-login-resetpw {
  margin-bottom: 0.5rem;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.box-slider {
  margin-bottom: 1.5rem;
}

.box-link-wrapper {
  align-items: center;
  display: flex;
}
.box-link-wrapper i.snippets-filter-item-icon-right {
  color: #707070;
}
.box-link-wrapper .badge {
  margin-left: auto;
}

.box-delete-button {
  text-align: right;
  white-space: nowrap;
}
.box-delete-button .remove {
  float: right;
}

.box-filter-price .box-filter-price-collapse {
  padding-bottom: 1.5rem;
}

.hr-no-top {
  margin-top: 0;
  margin-bottom: 1rem;
}

.characteristic-collapse-btn-inner img {
  margin-right: 0.25rem;
}

#search {
  margin-right: 1rem;
  display: none;
}
@media (min-width: 992px) {
  #search {
    display: block;
  }
}

.link-content {
  margin-bottom: 1rem;
}

#footer {
  margin-top: auto;
  padding: 4rem 0 0;
  background-color: #f5f7fa;
  color: #525252;
}

#copyright {
  background-color: #525252;
  color: #f5f7fa;
  margin-top: 1rem;
}
#copyright > div {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.75rem;
  text-align: center;
}

/* header logo position - start */
.toggler-logo-wrapper {
  float: left;
}
@media (max-width: 991.98px) {
  .toggler-logo-wrapper {
    position: absolute;
  }
  .toggler-logo-wrapper .logo-wrapper {
    float: left;
  }
  .toggler-logo-wrapper .burger-menu-wrapper {
    float: left;
    padding-top: 1rem;
  }
}

/* header logo position - end */
.navbar .container {
  display: block;
}

.lazyload {
  opacity: 0 !important;
}

.btn-pause:focus, .btn-pause:focus-within {
  outline: 2px solid #ffda5f !important;
}

.stepper a:focus {
  text-decoration: underline;
}

.search-wrapper {
  width: 100%;
}

#header-top-bar a:not(.dropdown-item):not(.btn), header a:not(.dropdown-item):not(.btn) {
  text-decoration: none;
  color: #525252;
}
#header-top-bar a:not(.dropdown-item):not(.btn):hover, header a:not(.dropdown-item):not(.btn):hover {
  color: #F8BF00;
}

header .form-control, header .form-control:focus {
  background-color: #ffffff;
  color: #525252;
}

/* spacing end */
.btn-secondary {
  background-color: #525252;
  color: #f5f7fa;
}

.productlist-filter-headline {
  border-bottom: 1px solid #ebebeb;
}

.content-cats-small {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .content-cats-small > div {
    margin-bottom: 1rem;
  }
}
.content-cats-small .sub-categories {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: auto;
  align-items: stretch;
  justify-content: flex-start;
  height: 100%;
}
.content-cats-small .sub-categories .subcategories-image {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.content-cats-small::after {
  display: block;
  clear: both;
  content: "";
}
.content-cats-small .outer {
  margin-bottom: 0.5rem;
}
.content-cats-small .caption {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .content-cats-small .caption {
    text-align: center;
  }
}
.content-cats-small hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0;
  list-style: none;
}

/* image loading indicator */
.lazyloading {
  color: transparent;
  width: auto;
  height: auto;
  max-width: 40px;
  max-height: 40px;
}

body {
  background-color: white;
}

[data-page="18"] .site-background {
  background: url("bg2.jpg");
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 0;
}
@media (max-width: 992px) {
  [data-page="18"] .site-background {
    background-position: top right;
  }
}

[data-page="2"] .site-background {
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 0;
}

[data-page="31"] .site-background {
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 0;
}

#header-top-bar, header {
  background-color: transparent;
  color: #ffffff;
}

header {
  box-shadow: none;
}

.alert-warning {
  z-index: 9999;
}

@media (min-width: 992px) {
  header .navbar-brand img {
    height: 125px;
  }
}
.topbar-main {
  display: none;
}

.toggler-logo-wrapper {
  width: 15.5%;
  background-color: transparent;
}

#header-top-bar a:not(.dropdown-item):not(.btn), header a:not(.dropdown-item):not(.btn) {
  text-decoration: none;
  color: white;
}
@media screen and (min-width: 550px) {
  #header-top-bar a:not(.dropdown-item):not(.btn), header a:not(.dropdown-item):not(.btn) {
    color: #525252;
  }
}

.logo-wrapper {
  border-top: 110px solid rgba(204, 204, 204, 0);
  margin-top: -100px;
  background-color: #cccccc;
  background-color: white;
  border-bottom: 20px solid rgba(204, 204, 204, 0);
  min-width: 155px;
  max-width: 249px;
  /*margin-left: 14%;*/
}

.colorize-sticky .logo-wrapper {
  box-shadow: 0 1rem 0.5625rem -0.75rem rgba(0, 0, 0, 0.06);
}

@media (max-width: 1450px) {
  .toggler-logo-wrapper {
    width: 14.5%;
  }

  .logo-wrapper {
    margin-left: 0%;
  }
}
@media (max-width: 1300px) {
  .toggler-logo-wrapper {
    width: 14.5%;
  }
}
@media (min-width: 992px) {
  .toggler-logo-wrapper .logo-wrapper {
    padding-left: 0;
    background-color: lightgrey;
    background-color: white;
  }
}
/*** Mobile Kategorien ***/
@media (min-width: 992px) {
  .nav-mobile-body #shop-nav {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  header .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    height: 100vh !important;
    -webkit-overflow-scrolling: touch;
    max-width: 16.875rem;
    transition: all 0.2s ease-in-out;
    z-index: 1050;
    width: 100%;
    background: #555555;
  }

  header .dropdown-menu {
    background-color: #b5b5b5;
    color: white;
  }

  .nav-mobile-body #shop-nav {
    display: block !important;
  }
}
@media (min-width: 992px) {
  header .navbar-brand img {
    height: auto;
    display: block;
    margin: 0 auto;
    width: 70%;
  }
}
header #search {
  display: none !important;
}

.breadcrumb-backtolist {
  display: none;
}

header .navbar-brand {
  display: block;
  margin-right: 0;
}

@media (min-width: 992px) {
  .toggler-logo-wrapper .logo-wrapper {
    padding-left: 0;
  }
}
/*
@media (min-width: 992px) {
    header .navbar-brand img {
        height: 125px;
        display: block;
        margin: 0 auto;
    }
}
*/
#sidepanel_left .productlist-filter-headline {
  /*color: #eeeeee !important;*/
  display: none !important;
}

#sidepanel_left .nav-link {
  font-size: 1rem;
}

#sidepanel_left .search-wrapper .btn-secondary {
  color: #525252;
  background-color: white;
  border-color: #525252;
  border-left: none;
  box-shadow: none;
}

.sidepanel-left.col-xl-3 {
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 992px) {
  #content-wrapper.has-left-sidebar .col-lg-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 1300px) {
  #content-wrapper.has-left-sidebar .col-lg-8 {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
.search-wrapper .input-group {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100%;
}

.dropdown-toggle::after, [data-toggle=collapse]:not(.navbar-toggler)::after {
  margin-right: 0.5rem;
}

.box-categories .dropdown .collapse, .box-linkgroup .dropdown .collapse {
  background: #f5f7faba;
}

/*** Links Anfertigung ***/
#box126 {
  margin-bottom: 0 !important;
}

#sidepanel_left .search-wrapper {
  margin-bottom: 1.75rem;
}

#content-wrapper {
  clear: left;
}

#main-wrapper {
  min-height: 90vh;
}

#footer {
  background-color: #222222;
  position: relative;
}

#footer a.nav-link {
  color: white;
}

#footer .footnote-vat {
  color: white;
}

#footer .footnote-vat a {
  color: white;
}

#footer .collapse:not(.show) {
  display: block !important;
}

.claim_wrap {
  margin-top: 12%;
  margin-left: -10%;
}

@media (max-width: 1450px) {
  .claim_wrap {
    margin-top: 12%;
    margin-left: -20%;
  }
}
@media (min-width: 2000px) {
  .claim_wrap {
    margin-top: 20%;
    margin-left: -10%;
    font-size: 1.2em;
  }
}
aside .nav-panel > .nav > .active > .nav-link {
  border-bottom: 2px solid #b4152b;
  cursor: pointer;
}

.overline {
  color: white;
  text-align: center;
  font-weight: normal;
  font-family: sans-serif;
  font-size: 1.5em;
  border-bottom: 1px solid #d41313;
  width: 16em;
  margin: 0 auto;
  text-shadow: 3px 3px 6px rgba(34, 34, 34, 0.85);
}

.claim {
  margin-top: 0.25em;
  color: white;
  text-align: center;
  font-weight: normal;
  font-family: sans-serif;
  font-size: 2.75em;
  text-shadow: 3px 3px 6px rgba(34, 34, 34, 0.85);
}

/*** Productlist ***/
.content-cats-small .caption {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.content-cats-small .sub-categories ul,
.content-cats-small .sub-categories hr {
  display: none !important;
}

/*** Produktbox ***/
.productbox .productbox-inner .col-12 {
  background-color: white;
}

.layout-list .productbox .productbox-inner .col-12 {
  background-color: transparent;
}

.productbox-title a {
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
}

/*** Ribbon (Verfügbar, Lager) ausblenden ***/
.productbox-ribbon.ribbon {
  display: none !important;
}

@media (min-width: 1300px) {
  .col-xl-4 {
    flex: 0 0 calc(33.3333333333% - 2rem);
    max-width: calc(33.3333333333% - 2rem);
    margin: 0 1rem;
  }
}
[data-page="31"] .productbox-inner .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 1rem;
  margin-left: -1rem;
}

.mb-4, .my-4 {
  margin-bottom: 2rem !important;
}

.productbox-quick-actions {
  position: absolute;
  right: 0.75rem;
  bottom: 0;
  top: unset;
  display: flex;
  z-index: 1;
  justify-content: flex-end;
  opacity: 1 !important;
}
.productbox-quick-actions .btn.compare {
  display: none !important;
}

.badge-circle-1 {
  background-color: transparent;
  border: 1px solid transparent;
}

.product-detail .product-info .product-actions {
  position: relative;
  z-index: 1;
  right: 0;
  top: 0;
  display: block;
  float: right;
}

.product-detail .gallery-with-action-main .product-actions {
  display: none !important;
}

#image_wrapper.fullscreen .product-detail-image-preview-bar {
  display: none !important;
}

#image_wrapper.fullscreen .product-detail-image-topbar {
  background: #555555;
  height: 0;
  display: block;
  margin-bottom: 0;
  border-radius: 0.125rem;
}

#result-wrapper .desc {
  max-width: 50%;
}

@media (min-width: 576px) {
  .basket-form-inline .col:first-child {
    margin-bottom: 2rem;
  }
}
.basket-form-inline {
  max-width: 300px;
}
.basket-form-inline .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}

.product-attributes {
  display: none;
}

#product-offer .product-info .question-on-item {
  margin-left: auto;
  border-top: 1px solid lightgrey;
  margin-top: 1rem;
  padding-top: 1rem;
  flex: 0 0 100%;
}

/**** List Gallery ***/
.list-gallery img.first {
  opacity: 1 !important;
  transition: opacity 0.35s linear;
}

.list-gallery .second-wrapper {
  display: none;
}

.list-gallery img.second {
  opacity: 0 !important;
  transition: opacity 0.35s linear;
}

/*** Product Gallery ***/
#image_wrapper.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 1rem);
  height: calc(100%);
  z-index: 10000;
  background-color: rgba(50, 50, 50, 0.9);
  overflow: hidden;
  padding: 0;
}

#image_wrapper.fullscreen .product-detail-image-topbar #image_fullscreen_close {
  background-color: #ebebeb;
  color: #707070;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
  position: absolute;
  right: 2.5rem;
  top: 1.5rem;
  transform: translate(50%, -50%);
  outline: 0;
  padding: 0;
  font-size: 1.3125rem;
  font-weight: 700;
  border: 0;
  z-index: 100001;
}

.slick-arrow {
  font-size: 0;
  border: 0;
  opacity: 0;
  background-color: #ebebeb;
  padding: 1.5rem 0.75rem;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
}

#image_wrapper.fullscreen .product-detail-image-topbar {
  background: #555555;
  height: 20px;
  display: block;
  margin-bottom: 0;
  border-radius: 0.125rem;
}

#image_wrapper.fullscreen .gallery-with-action-main {
  background: #555555;
  border-radius: 0.125rem;
  height: 0;
}

#image_wrapper.fullscreen .gallery-with-action-main {
  background-color: #555555;
  border-radius: 0.125rem;
}

.fullscreen #gallery_wrapper {
  height: calc(100vh - 1rem);
  margin-top: -1rem;
}

.fullscreen #gallery_wrapper #gallery {
  max-height: calc(100vh - 3rem) !important;
}

.fullscreen #gallery_wrapper #gallery .inner img {
  max-height: calc(100vh - 3rem) !important;
}

/*** Zoom ***/
.fullscreen .js-gallery-images .inner img {
  transition: transform 0.3s ease;
  /* Smooth transition for zoom */
  cursor: zoom-in;
  /* Indicates that the image can be zoomed */
}

.js-gallery-images .inner img {
  overflow: hidden;
}

/** Startseite Header weißer Text ***/
[data-page="18"] #header-top-bar a, [data-page="18"] header a {
  color: #f5f7fa;
}

[data-page="18"] #header-top-bar.colorize-sticky a, [data-page="18"] header.colorize-sticky a {
  color: #525252;
}

@media (min-width: 992px) {
  [data-page="18"] header .dropdown-menu a {
    color: #525252;
  }
  [data-page="18"] header .dropdown-menu a:hover {
    color: #b4152b;
  }
}

.sticky-top {
  transition: 1s all;
}

.sticky-top.colorize-sticky {
  background-color: white !important;
  box-shadow: 0 1rem 0.5625rem -0.75rem rgba(0, 0, 0, 0.06);
}

/***** Wood ***/
.index-heading-wrapper {
  padding-left: 0 !important;
}

.wood-details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.wood-details-element {
  flex-grow: 1;
  flex: 0 0 calc(33% - 3rem);
  max-width: calc(33% - 3rem);
}

.wood-details-element-image img {
  width: 100% !important;
  height: auto !important;
}

.wood-details-element h3 {
  line-height: 1.6;
  padding-top: 1rem;
}

.wood-details-element p {
  line-height: 1.6;
  padding-right: 2rem;
}

.wood-color-gallery {
  margin-left: -1.1rem !important;
}

@media (min-width: 992px) {
  .wood-color-gallery .col-lg-3 {
    flex: 0 0 33% !important;
    max-width: 33% !important;
  }

  .wood-color-gallery .col-xl-2 {
    flex: 0 0 33% !important;
    max-width: 33% !important;
  }
}
/*** Hide Compare Icon ***/
.is-item-list .compare {
  /*display: none !important;*/
}

/**** Categories ***/
.productlist-header-description-image {
  margin-bottom: 2rem;
  display: none;
}

.content-cats-small .sub-categories {
  background-color: #ccc;
}

.content-cats-small .sub-categories .caption a {
  font-size: 1rem;
  text-decoration: none;
}

.content-cats-small .sub-categories .caption a:hover {
  text-decoration: underline;
}

.content-cats-small .sub-categories picture {
  width: 75%;
}

.content-cats-small .sub-categories picture .img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

/*** Kein Hover-Schatten ***/
@media (min-width: 1300px) {
  .productbox.productbox-hover:hover .productbox-inner::before {
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
    left: -2rem;
    right: 0rem;
    top: -1rem;
    bottom: -1rem;
  }

  .layout-gallery .productbox.productbox-hover:hover .productbox-inner::before {
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
    left: -2rem;
    right: -2rem;
    top: -1rem;
    bottom: -1rem;
  }
}
@media (min-width: 1300px) {
  .productbox.productbox-hover .productbox-inner::before {
    content: "";
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.2s ease-in-out;
  }
}
/*** Kauften auch ***/
.tab-content .row {
  margin: 0;
}

@media (min-width: 1300px) {
  .tab-content .productbox.productbox-hover:hover .productbox-inner::before {
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
    left: -1rem;
    right: -1rem;
    top: -1rem;
    bottom: -1rem;
  }
}
/*** Shop ***/
.productbox-inner .row .col {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.productbox-inner .productbox-title {
  top: 0.5rem;
  padding-left: 0.5rem;
  border-top: 1px solid #cccccc;
  padding-top: 0.5rem;
}

.productbox-inner .price_wrapper .price {
  padding-left: 0.5rem;
}

.productbox-image {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}

.square-image .inner {
  background-color: white;
}

@media (min-width: 1300px) {
  .opc-ProductStream-gallery .col-xl-3 {
    flex: 0 0 calc(33.3333333333% - 2rem);
    max-width: calc(33.3333333333% - 2rem);
    margin: 0 1rem;
  }
}

/*** News ***/
.blog-overview-main {
  display: none;
}

/*** Buttons ***/
.btn-primary {
  background-color: #b4152b;
  border-color: #b4152b;
  color: white;
}

.btn-primary:hover {
  background-color: #d21e39;
  border-color: #d21e39;
  color: white;
}

/*** Tabs ***/
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #525252;
  background-color: transparent;
  border-color: #b4152b;
}

.tab-navigation .nav-link::after {
  border-color: #b4152b;
}

#header-top-bar a:hover:not(.dropdown-item):not(.btn), header a:hover:not(.dropdown-item):not(.btn) {
  color: #b4152b;
}

.fa-sup {
  background-color: #b4152b;
  color: white;
}

.productbox-title a {
  color: #222;
}

#image_wrapper.fullscreen .product-detail-image-topbar #image_fullscreen_close:hover {
  background-color: #b4152b;
}

.noUi-horizontal .noUi-connect {
  background: #b4152b;
}

.noUi-horizontal .noUi-handle {
  top: -0.2em;
  border-radius: 50%;
  background: #b4152b;
  border: 0;
  width: 0.7em;
  height: 0.7em;
  box-shadow: 0px 0px 0px 5px rgba(180, 21, 43, 0.5);
}

a:hover {
  color: #b4152b;
  text-decoration: none;
}

/*** Responsive ***/
@media (max-width: 991.98px) {
  .row {
    margin: auto -0.5rem;
  }
}
@media (max-width: 991.98px) {
  header .dropup, header .dropright, header .dropdown, header .dropleft, header .col, header [class*=col-] {
    position: relative;
  }
}
@media (max-width: 991.98px) {
  header .navbar {
    min-height: 100px;
  }
  header .navbar #shop-nav .nav-item {
    display: none;
  }
  header .navbar #shop-nav .nav-item.account-icon-dropdown {
    display: block !important;
  }
  header .navbar #shop-nav .nav-item.cart-icon-dropdown {
    display: block !important;
  }
  header .navbar #shop-nav .nav-item.account-icon-dropdown > .nav-link,
  header .navbar #shop-nav .nav-item.cart-icon-dropdown > .nav-link,
  header .navbar #shop-nav .nav-item.account-icon-dropdown > .nav-link .fas,
  header .navbar #shop-nav .nav-item.cart-icon-dropdown > .nav-link .fas {
    color: #525252 !important;
  }
  header .navbar #shop-nav .nav-item.account-icon-dropdown > .nav-link:hover,
  header .navbar #shop-nav .nav-item.cart-icon-dropdown > .nav-link:hover,
  header .navbar #shop-nav .nav-item.account-icon-dropdown > .nav-link:hover .fas,
  header .navbar #shop-nav .nav-item.cart-icon-dropdown > .nav-link:hover .fas {
    color: #f8bf00 !important;
  }
  header .navbar #shop-nav #shop-nav-wish {
    display: block !important;
  }
  header .navbar .nav-mobile-body #shop-nav .nav-item {
    display: block;
  }

  header .navbar-brand img {
    height: 4rem;
    width: auto;
    margin: 0 auto;
    display: block;
    clear: both;
  }
}
@media (max-width: 991.98px) {
  .toggler-logo-wrapper .logo-wrapper {
    float: none;
    width: 100%;
    max-width: 100%;
    border-bottom: 10px solid rgba(204, 204, 204, 0);
  }

  .toggler-logo-wrapper {
    width: calc(100% - 32px);
  }

  .sidepanel_left {
    display: none;
  }

  #sidepanel_left {
    display: none;
  }
}
#ed_gallery, #ed_list {
  display: none;
}

/*# sourceMappingURL=custom.css.map */
@media (max-width: 991.98px) {
  #cart-dropdown-container.cart-dropdown.dropdown-menu {
    min-width: calc(100vw - 2rem);
    width: calc(100vw - 2rem);
    max-width: calc(100vw - 2rem);
  }
}
#cart-dropdown-container .dropdown-cart-items img {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: auto;
}

/* Restore visible labels in checkout forms (base critical css hides them globally). */
.is-checkout .label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) label {
  display: block;
}
