/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container, .error-page,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container, .error-page {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container, .error-page {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container, .error-page {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .error-page {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.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: 15px;
  padding-left: 15px;
}

.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.3333333333%;
  max-width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .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.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

label.error {
  color: #dc3545;
  font-size: 0.7rem;
}

input.valid.valid, input.error.error,
select.valid.valid,
select.error.error,
textarea.valid.valid,
textarea.error.error {
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
input.error.error,
select.error.error,
textarea.error.error {
  border-color: #dc3545;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='#dc3545' viewBox='0 0 12 12'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='#dc3545' stroke='none'/></svg>");
}
input.valid.valid,
select.valid.valid,
textarea.valid.valid {
  border-color: #28a745;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#28a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>");
}

.webshop_form h4,
.webshop_form h3 {
  font-weight: 700;
  line-height: 1.1;
}
.webshop_form h3 {
  font-size: px2rem(24px);
}
.webshop_form h3:after {
  background: #999;
  content: " ";
  display: block;
  height: 1px;
  margin-top: 10px;
  width: 100%;
}
.webshop_form h4 {
  color: #000;
  font-size: px2rem(20px);
  line-height: 1.1;
  margin-bottom: 10px;
}
.webshop_form .ideal-options {
  margin-bottom: 10px;
}
.webshop_form .ideal-options .radio-group img:first-child {
  margin-right: 5px;
}
.webshop_form div.basket {
  margin-top: 0px !important;
}
.webshop_form div.basket > table thead th {
  border-top: 0px none;
}
.webshop_form div.product-metadata {
  font-size: 85%;
  line-height: 1.3;
}
.webshop_form .table th, .webshop_form .table td {
  padding: 0.5rem;
}
.webshop_form .form-group {
  margin-bottom: 10px;
}
.webshop_form .form-group.flex-nowrap div.form-row {
  flex-wrap: nowrap;
}

.user-summary {
  display: flex;
}
.user-summary > * {
  width: 50%;
}

.radio-group-wrapper .radio-group:not(:first-of-type) {
  margin-left: 10px;
}

.shop-cart {
  line-height: 1.4;
  margin-bottom: 30px;
}
.shop-cart .shop-cart_item,
.shop-cart .shop-cart_header,
.shop-cart .shop-cart_footer {
  border-top: 1px solid #eee;
  display: flex;
  padding: 10px 0;
}
.shop-cart .shop-cart_item > *,
.shop-cart .shop-cart_header > * {
  align-self: center;
  flex: 0 0 100px;
}
.shop-cart .shop-cart_item > *.article,
.shop-cart .shop-cart_header > *.article {
  flex-grow: 1;
}
.shop-cart .shop-cart_item > *.article img,
.shop-cart .shop-cart_header > *.article img {
  float: left;
}
.shop-cart .shop-cart_item > *.actions, .shop-cart .shop-cart_item > *.total-price, .shop-cart .shop-cart_item > *.price,
.shop-cart .shop-cart_header > *.actions,
.shop-cart .shop-cart_header > *.total-price,
.shop-cart .shop-cart_header > *.price {
  text-align: right;
}
.shop-cart .remove {
  color: #000;
  font-size: 13px;
}
.shop-cart .shop-cart_header > * {
  font-weight: bold;
}
.shop-cart .shop-cart_item .article {
  align-items: center;
  display: flex;
}
.shop-cart .shop-cart_item .article img {
  margin-right: 10px;
}
.shop-cart .shop-cart_item .article .item-name {
  padding: 0 10px;
}
.shop-cart .shop-cart_item input {
  margin-bottom: 0;
}
.shop-cart .shop-cart_footer {
  padding-top: 40px;
}
.shop-cart .shop-cart_footer > * {
  width: 100%;
}
.shop-cart .shop-cart_footer .shop-cart_footer-left {
  display: flex;
  flex-direction: column;
}
.shop-cart .shop-cart_footer .shop-cart_footer-left .btn-wrapper {
  margin-top: auto;
}
.shop-cart .shop-cart_footer .discount-wrapper h4 {
  margin: 0;
}
.shop-cart .shop-cart_footer .discount-wrapper .discount-input-wrapper {
  display: flex;
}
.shop-cart .shop-cart_footer .summary {
  display: flex;
  justify-content: flex-end;
}
.shop-cart .shop-cart_footer .summary-inner {
  background-color: #eee;
  line-height: 2;
  max-width: 400px;
  padding: px2rem(20px);
  width: 100%;
}
.shop-cart .shop-cart_footer .summary-inner .price-wrapper {
  display: flex;
  font-weight: bold;
}
.shop-cart .shop-cart_footer .summary-inner .price {
  margin-left: auto;
}
.shop-cart .shop-cart_footer .summary-inner .price-total-wrapper {
  font-size: 1.2em;
}
.shop-cart .shop-cart_footer .summary-inner .btn-checkout-wrapper {
  margin-top: px2rem(20px);
}
.shop-cart .shop-cart_footer .ajax_loader {
  display: none;
}
.shop-cart .btn-wrapper {
  padding-top: 40px;
}
.shop-cart .btn i {
  margin-left: 0;
}
.shop-cart .discount-input-wrapper {
  margin-top: 10px;
}
.shop-cart .discount-input-wrapper .form-group {
  margin-bottom: 0;
}
.shop-cart .discount-input-wrapper input {
  /* margin-bottom: 20px; */
  margin-bottom: 0;
  max-width: 300px;
}
.shop-cart .discount-input-wrapper .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  font-size: 12px;
  margin-bottom: 0;
  padding: 2px 17px;
}
.shop-cart .summary .btn[type=submit] {
  background: #a9a950;
  borderradius: 0;
  margin-top: 20px;
}
.shop-cart .amount-input-wrapper {
  position: relative;
}
.shop-cart .amount-input-wrapper .amount {
  display: block;
  height: 50px;
  width: 100%;
}
.shop-cart .amount-input-wrapper .increment-quantity,
.shop-cart .amount-input-wrapper .decrement-quantity {
  cursor: pointer;
  display: inline-block;
  font-style: normal;
  padding: 5px;
  position: absolute;
  top: 13px;
  z-index: 2;
}
.shop-cart .amount-input-wrapper .decrement-quantity {
  left: 0;
  top: 12px;
}
.shop-cart .amount-input-wrapper .increment-quantity {
  right: 0;
}
@media (max-width: 767px) {
  .shop-cart .shop-cart_item > *,
  .shop-cart .shop-cart_header > * {
    flex-basis: 50px;
  }
  .shop-cart .shop-cart_item .amount,
  .shop-cart .shop-cart_header .amount {
    flex-basis: 80px;
  }
  .shop-cart .shop-cart_item .price,
  .shop-cart .shop-cart_header .price {
    display: none;
  }
  .shop-cart .shop-cart_item .article img {
    display: none;
  }
  .shop-cart .amount {
    padding: 0 13px;
  }
  .shop-cart .amount-input-wrapper .amount {
    height: 30px;
  }
  .shop-cart .discount-wrapper {
    text-align: right;
  }
  .shop-cart .discount-wrapper .discount-input-wrapper input:first-child {
    margin-left: auto;
  }
  .shop-cart .shop-cart_footer {
    flex-direction: column;
  }
  .shop-cart .pull-left {
    float: right !important;
    margin-bottom: 20px;
  }
  .shop-cart .btn-shop {
    float: right;
    padding: 0 0 20px;
  }
}

section#shopping-cart-popup .overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
section#shopping-cart-popup .overlay .whitebox {
  background: #fff;
  max-height: 90%;
  max-width: 892px;
  min-height: 300px;
  overflow-y: auto;
  padding: 25px 25px;
  position: relative;
  width: 90%;
  z-index: 999999;
}
section#shopping-cart-popup .overlay .whitebox div.close {
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
}
section#shopping-cart-popup .overlay .whitebox div.close > svg {
  height: 20px;
  width: 20px;
}
section#shopping-cart-popup .overlay .whitebox div.close > svg use {
  height: 20px;
  width: 20px;
}
section#shopping-cart-popup .overlay .whitebox div.inner {
  height: 90%;
}
section#shopping-cart-popup .overlay .whitebox div.inner div.success h2 {
  font-size: 25px;
}
section#shopping-cart-popup .overlay .whitebox div.inner div.error {
  display: none;
}
section#shopping-cart-popup .overlay .whitebox div.inner div.current-product {
  border-bottom: 1px solid #CECECE;
  display: flex;
  margin-bottom: 20px;
  margin-top: 30px;
  padding-bottom: 20px;
}
section#shopping-cart-popup .overlay .whitebox div.inner div.current-product div.image {
  flex-shrink: 0;
  text-align: center;
  width: 180px;
}
section#shopping-cart-popup .overlay .whitebox div.inner div.current-product div.image img {
  max-width: 110px;
  width: 100%;
}
section#shopping-cart-popup .overlay .whitebox div.inner div.current-product div.info {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 20px;
}
section#shopping-cart-popup .overlay .whitebox div.inner div.current-product div.info .head {
  margin-bottom: 10px;
}
section#shopping-cart-popup .overlay .whitebox div.inner div.current-product div.info .head .title {
  font-size: 25px;
}
section#shopping-cart-popup .overlay .whitebox div.inner div.current-product div.info .head .price {
  color: #395e9b;
  display: block;
  font-size: 25px;
  font-weight: 700;
  margin-top: 10px;
}
section#shopping-cart-popup .overlay .whitebox div.inner div.current-product div.info .text {
  font-size: 15px;
  line-height: 1.7;
}
section#shopping-cart-popup .overlay .whitebox div.inner div.current-product div.info .text ul {
  padding-left: 0px;
}
section#shopping-cart-popup .overlay .whitebox div.inner div.current-product div.info .text ul li {
  list-style: none;
}
section#shopping-cart-popup .overlay .whitebox div.inner div.current-product div.info .text ul li:before {
  content: "-";
  display: inline-block;
  margin-left: 20px;
  margin-right: 5px;
}
section#shopping-cart-popup .overlay .whitebox div.inner div.current-product div.buttons {
  flex-shrink: 0;
  width: 180px;
}
section#shopping-cart-popup .overlay .whitebox div.inner div.current-product div.buttons a {
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}
section#shopping-cart-popup .overlay .whitebox div.inner div.related {
  border-top: 1px solid #CECECE;
  margin-top: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  section#shopping-cart-popup .overlay .whitebox div.inner div.related div.products-wrapper-popup {
    overflow-x: auto;
  }
}
section#shopping-cart-popup .overlay .whitebox div.inner div.related h3 {
  font-size: 25px;
}
section#shopping-cart-popup .overlay .whitebox div.inner div.related div.d-flex {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
section#shopping-cart-popup .overlay .whitebox div.inner div.related div.d-flex div.item {
  border: 1px solid #CECECE;
  margin: 0px 15px;
  min-width: 250px;
  padding: 15px 25px;
  width: 33.3%;
}
section#shopping-cart-popup .overlay .whitebox div.inner div.related div.d-flex div.item div.image {
  max-width: 150px;
  padding-right: 15px;
}
section#shopping-cart-popup .overlay .whitebox div.inner div.related div.d-flex div.item div.image img {
  max-width: 100%;
}
section#shopping-cart-popup .overlay .whitebox div.inner div.related div.d-flex div.item div.title {
  font-weight: bold;
  margin-bottom: 5px;
}
section#shopping-cart-popup .overlay .whitebox div.inner div.related div.d-flex div.item div.price {
  margin-bottom: 5px;
}
section#shopping-cart-popup .overlay .whitebox div.inner div.related div.d-flex div.item div.stock.available {
  color: green;
}
section#shopping-cart-popup .overlay .whitebox div.inner div.related div.d-flex div.item div.stock.not-available {
  color: red;
}
section#shopping-cart-popup .overlay .whitebox div.inner div.related div.d-flex div.item form {
  display: flex;
  margin-top: 10px;
}
section#shopping-cart-popup .overlay .whitebox div.inner div.related div.d-flex div.item form input {
  max-width: 50px;
}
section#shopping-cart-popup .overlay .whitebox div.inner div.related div.d-flex div.item form button {
  font-size: 15px;
  height: 44px;
  margin-left: 4px;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  section#shopping-cart-popup div.overlay div.whitebox {
    overflow: auto;
    padding: 15px;
  }
  section#shopping-cart-popup div.overlay div.whitebox div.close {
    right: 15px;
    z-index: 10;
  }
  section#shopping-cart-popup div.overlay div.whitebox h2 {
    font-size: 23px;
  }
  section#shopping-cart-popup div.overlay div.whitebox div.inner div.current-product {
    border: 0;
    flex-direction: column;
    margin-bottom: 0;
    margin-top: 10px;
    padding-bottom: 0;
  }
  section#shopping-cart-popup div.overlay div.whitebox div.inner div.current-product div.image {
    margin-bottom: 10px;
    width: 100%;
  }
  section#shopping-cart-popup div.overlay div.whitebox div.inner div.current-product div.image img {
    max-width: 100%;
    width: 100%;
  }
  section#shopping-cart-popup div.overlay div.whitebox div.inner div.current-product div.info {
    padding: 0;
  }
  section#shopping-cart-popup div.overlay div.whitebox div.inner div.current-product div.info .head .title {
    font-size: 18px;
    font-weight: 600;
  }
  section#shopping-cart-popup div.overlay div.whitebox div.inner div.current-product div.info div.text {
    font-size: 15px;
  }
  section#shopping-cart-popup div.overlay div.whitebox div.buttons a.btn {
    font-size: 15px;
    margin-top: 5px;
    padding: 10px 10px;
    width: 100%;
  }
}

p:empty {
  padding: 0;
  margin: 0;
}

button:focus {
  outline: 0;
}

iframe {
  border: 0;
  display: block;
}

[class^=flex-], [class*=flex-] {
  display: inline-flex;
  display: -webkit-inline-flex;
}

.flex-middle {
  justify-content: center !important;
  -webkit-justify-content: center !important;
  align-items: center !important;
  -webkit-align-items: center !important;
}

.flex-end {
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
  align-items: flex-end !important;
  -webkit-align-items: flex-end !important;
}

.object-contain,
.object-cover {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.object-contain img, .object-contain video,
.object-cover img,
.object-cover video {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
@media \0 screen\,screen \9  {
  .object-contain img, .object-contain video,
  .object-cover img,
  .object-cover video {
    height: 100% !important;
  }
}
@media screen and (min-width: 0 \0 ) and (-webkit-min-device-pixel-ratio: 0.75), screen and (min-width: 0 \0 ) and (min-resolution: 72dpi) {
  .object-contain img, .object-contain video,
  .object-cover img,
  .object-cover video {
    height: 100% !important;
  }
}

.object-bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.object-cover img, .object-cover video {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-contain img, .object-contain video {
  -o-object-fit: contain;
     object-fit: contain;
}

.zoom {
  transition: transform 0.5s;
}

.zoom:hover {
  transform: scale(1.1);
}

.zoom-wrap:hover .zoom {
  transform: scale(1.1);
}

.pagination {
  justify-content: center;
}

.error-page {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .error-page {
    padding-top: 240px;
  }
}

.section-type-title_text_form textarea {
  height: 160px !important;
}

.text-shadow {
  text-shadow: 0 0.1rem 0.4rem #343a40;
}

.tab-pane.text-white h2,
.tab-pane.text-white h3 {
  color: white;
}

@media (max-width: 1199.98px) {
  header .socials {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
  }
}
@media (max-width: 767.98px) {
  header .socials {
    display: none !important;
  }
}
header .socials .icons-social {
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
header .phone {
  position: fixed;
  color: white;
  display: none;
}
@media (max-width: 767.98px) {
  header .phone {
    right: 22px !important;
  }
}
@media (max-width: 1199.98px) {
  header .phone {
    right: 52px;
  }
}
@media (max-width: 767px) {
  header .phone {
    display: block;
  }
}
header .icons-social:hover, header .phone:hover {
  color: #CCD024;
}

.form-group-address div, .form-group-name div, .form-group-street div {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.form-group-address div input, .form-group-name div input, .form-group-street div input {
  margin-top: 0 !important;
}
.form-group-address div input:not(:last-child), .form-group-name div input:not(:last-child), .form-group-street div input:not(:last-child) {
  margin-bottom: 10px;
}
.form-group-address div label.error, .form-group-name div label.error, .form-group-street div label.error {
  position: absolute;
}

@media (min-width: 768px) {
  .form-group-address input {
    width: calc(50% - 20px);
  }
  .form-group-name input, .form-group-street input {
    width: calc(33.3333333333% - 20px);
  }
}
.form-group-submit {
  text-align: center !important;
  margin-bottom: 0px !important;
}
.form-group-submit input {
  width: 100%;
}
@media (min-width: 576px) {
  .form-group-submit input {
    width: unset;
  }
}

.form-col-2 form {
  display: flex;
  position: relative;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.form-col-2 form .form-group {
  margin-bottom: 0 !important;
  margin-top: 22px;
  width: 100%;
}
@media (min-width: 992px) {
  .form-col-2 form .form-group {
    width: calc(50% - 10px);
  }
}
.form-col-2 form .form-group.form-group-submit input {
  width: 100% !important;
}

div#eu-banner-outer * {
  font-size: inherit;
  font-family: inherit;
  background: none;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 1.75em;
}
div#eu-banner-outer div#eu-cookie-confirmation {
  font-size: var(--eu-banner-font-size, 14px);
  font-weight: 400;
  color: var(--eu-banner-text-color, #15295a);
  background: var(--eu-banner-color, #fff);
  border-radius: var(--eu-banner-corners, 12px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  position: fixed;
  width: var(--eu-banner-width, 67em);
  max-width: calc(100% - 64px);
  max-height: calc(100% - 64px);
  overflow: auto;
  inset: var(--eu-banner-inset, auto 50% 32px);
  z-index: 3000000000;
  transform: translate(var(--eu-banner-translate-x, -50%), var(--eu-banner-translate-y, 0));
  -webkit-transform: translate(var(--eu-banner-translate-x, -50%), var(--eu-banner-translate-y, 0)) translateZ(3000000000px);
}
div#eu-banner-outer div#eu-cookie-confirmation div#eu-cookie-inner {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  padding: var(--eu-banner-padding, 2rem);
}
div#eu-banner-outer div#eu-cookie-confirmation div#eu-cookie-inner div#eu-cookie-buttons-area {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 0.5rem;
}
div#eu-banner-outer div#eu-cookie-confirmation div#eu-cookie-inner div#eu-cookie-buttons-area button {
  cursor: pointer;
  min-width: 11em;
  height: 3.3em;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
div#eu-banner-outer div#eu-cookie-confirmation div#eu-cookie-inner div#eu-cookie-buttons-area button#eu-settings-button {
  text-decoration: underline;
  color: var(--eu-banner-settings-text-color, var(--eu-banner-accentColor, #425b76));
}
div#eu-banner-outer div#eu-cookie-confirmation div#eu-cookie-inner div#eu-cookie-buttons-area #eu-confirmation-button {
  color: var(--eu-banner-accept-text-color, #fff);
  background: var(--eu-banner-accept-color, var(--eu-banner-accentColor, #425b76));
  border: 1px solid var(--eu-banner-accept-border-color, var(--eu-banner-accentColor, #425b76));
}
@media (max-width: 459px) {
  div#eu-banner-outer div#eu-cookie-confirmation div#eu-cookie-inner div#eu-cookie-buttons-area {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 459px) {
  div#eu-banner-outer div#eu-cookie-confirmation div#eu-cookie-inner {
    padding: var(--eu-banner-padding-mobile, 1.5rem);
  }
}
@media (max-width: 459px) {
  div#eu-banner-outer div#eu-cookie-confirmation {
    max-width: calc(100% - 24px);
    max-height: calc(100% - 40px);
  }
}
div#eu-banner-outer div#eu-cookiemodal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.28);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3000000001;
  -webkit-transform: translateZ(3000000001px);
}
div#eu-banner-outer div#eu-cookiemodal-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 1.1em;
  padding: var(--eu-banner-modal-padding, 2.2em);
  width: min(var(--eu-banner-modal-width, 50.3em), 90%);
  max-height: 80%;
  background-color: var(--eu-banner-modal-color, #fafbff);
  border-radius: var(--eu-banner-modal-corners, 12px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  font-size: var(--eu-banner-modal-font-size, 14px);
  font-weight: 400;
  line-height: 1.75em;
  color: var(--eu-banner-modal-text-color, #15295a);
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-header-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-close-button {
  cursor: pointer;
  display: block;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-close-button svg {
  width: var(--eu-banner-modal-font-size, 14px);
  height: var(--eu-banner-modal-font-size, 14px);
  color: var(--eu-banner-modal-text-color, #15295a);
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-body {
  overflow: auto;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-body #eu-cookiemodal-body-container {
  position: relative;
  display: flex;
  flex-flow: column;
  padding-right: 1.1em;
  gap: 1.1em;
  height: 100%;
  width: 100%;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-body #eu-cookiemodal-introduction span {
  font-weight: 800;
  font-size: 1.3em;
  color: inherit;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-body #eu-cookiecategories-container {
  display: flex;
  flex-direction: column;
  gap: 1.1em;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-body #eu-cookiecategories-container .description-accordion-arrow {
  transition: transform 0.2s;
  width: var(--eu-banner-modal-font-size, 14px);
  height: var(--eu-banner-modal-font-size, 14px);
  color: var(--eu-banner-modal-category-text-color, #15295a);
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-body #eu-cookiecategories-container .eu-cookiecategory-label {
  display: flex;
  flex-grow: 1;
  gap: 1.1em;
  align-items: center;
  justify-content: left;
  font-weight: 800;
  color: var(--eu-banner-modal-category-text-color, #15295a);
  cursor: pointer;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-body #eu-cookiecategories-container .eu-cookiecategory-row {
  display: flex;
  flex-direction: column;
  background: var(--eu-banner-modal-cateogry-color, #fff);
  border-radius: var(--eu-banner-modal-category-corners, var(--eu-banner-modal-corners, 12px));
  padding: 2em;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-body #eu-cookiecategories-container .eu-cookiecategory-row .eu-cookiecategory-row-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-body #eu-cookiecategories-container .eu-cookiecategory-row .eu-cookiecategory-row-header .eu-cookietoggle-switch {
  width: calc(3.4em + 6px);
  height: calc(1.7em + 6px);
  position: relative;
  background-color: var(--eu-banner-modal-toggle-off-color, #f1f1f1);
  border: 3px solid var(--eu-banner-modal-toggle-off-color, #f1f1f1);
  border-radius: 1.7em;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-body #eu-cookiecategories-container .eu-cookiecategory-row .eu-cookiecategory-row-header .eu-cookietoggle-switch .eu-cookietoggle-switch-nob {
  position: absolute;
  height: 1.7em;
  width: 1.7em;
  left: 0;
  border-radius: inherit;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  background: var(--eu-banner-modal-cateogry-color, #fff);
  transition: left 0.5s ease;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-body #eu-cookiecategories-container .eu-cookiecategory-row .eu-cookiecategory-row-header .eu-cookietoggle-switch .eu-cookietoggle-switch-input {
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-body #eu-cookiecategories-container .eu-cookiecategory-row .eu-cookiecategory-row-header .eu-cookietoggle-switch.selected {
  background-color: var(--eu-banner-modal-toggle-on-color, var(--eu-banner-accentColor, #425b76));
  border-color: var(--eu-banner-modal-toggle-on-color, var(--eu-banner-accentColor, #425b76));
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-body #eu-cookiecategories-container .eu-cookiecategory-row .eu-cookiecategory-row-header .eu-cookietoggle-switch.selected .eu-cookietoggle-switch-nob {
  left: 50%;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-body #eu-cookiecategories-container .eu-cookiecategory-row .eu-cookiecategory-description {
  transition: max-height 0.2s;
  box-sizing: border-box;
  overflow: hidden;
  max-height: 0px;
  opacity: 0;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-body #eu-cookiecategories-container .eu-cookiecategory-row .eu-cookiecategory-description.visible {
  max-height: inherit;
  opacity: 1;
  color: var(--eu-banner-modal-category-text-color, #15295a);
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-footer {
  display: flex;
  justify-content: flex-end;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-footer #eu-cookiemodal-footer-container {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  gap: 0.5em;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-footer button {
  flex: 1;
  border-radius: var(--eu-banner-modal-button-corners, 3em);
  min-width: 11em;
  height: 3.3em;
  cursor: pointer;
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-footer #eu-cookiemodal-accept-all {
  color: var(--eu-banner-modal-accept-text-color, #fafbff);
  background: var(--eu-banner-modal-accept-color, var(--eu-banner-accentColor, #425b76));
  border: 1px solid var(--eu-banner-modal-accept-border-color, var(--eu-banner-accentColor, #425b76));
}
div#eu-banner-outer div#eu-cookiemodal-content #eu-cookiemodal-footer #eu-cookiemodal-save-settings {
  color: var(--eu-banner-modal-save-text-color, var(--eu-banner-accentColor, #425b76));
  background: var(--eu-banner-modal-save-color, #fafbff);
  border: 1px solid var(--eu-banner-modal-save-border-color, var(--eu-banner-accentColor, #425b76));
}
@media (max-width: 459px) {
  div#eu-banner-outer div#eu-cookiemodal-content {
    max-height: 90%;
    padding: var(--eu-banner-modal-padding-mobile, 1.5em);
  }
}

:root {
  --eu-banner-text-color: #212529;
  --eu-banner-settings-text-color: #212529;
  --eu-banner-accept-color: #CDD024 ;
  --eu-banner-accept-border-color: #CDD024 ;
  --eu-banner-modal-category-text-color:#212529;
  --eu-banner-modal-text-color: #212529;
  --eu-banner-modal-save-text-color: #CDD024 ;
  --eu-banner-modal-accept-color: #CDD024 ;
  --eu-banner-modal-button-corners: 0px;
  --eu-banner-modal-corners: 0px;
  --eu-banner-corners: 0px;
  --eu-banner-modal-save-border-color: #CDD024 ;
  --eu-banner-modal-accept-border-color: #CDD024 ;
  --eu-banner-modal-toggle-on-color: #CDD024 ;
}

/*# sourceMappingURL=app.css.map*/