@charset "UTF-8";

/*!
 * Bootstrap Grid v5.3.5 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@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: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    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%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    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%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

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

.flex-fill {
  flex: 1 1 auto !important;
}

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

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

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

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

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap-grid.css.map */

@media all {
  :root {
    --color-blue: #2F86DE;
    --color-antracite: #2D2D2D;
    --color-light-gray: #F9F9F9;
    --color-orange: #F5751A;
    --color-success: #53D04A;
    --color-green: #17A249;
    --color-white: #FFF;
    --color-cs-dark-blue: #0B1F26;
    --color-cs-orange: #F5751A;
    --text-paragraph-margin: .5em;
    --text-size-small: 13px;
    --text-size-normal: 14px;
    --text-size-large: 16px;
  }
  
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  * {
    margin: 0;
    padding: 0;
  }

  body,
  sub,
  sup {
    position: relative;
  }

  body {
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  b,
  strong,
  .strong,
  .fw-700 {
    font-weight: 700 !important;
  }

  .fw-600 {
    font-weight: 600 !important;
  }

  .fw-normal {
    font-weight: normal !important;
  }

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

  .bit-bigger {
    font-size: 120%;
  }

  button,
  input,
  select,
  textarea {
    margin: 0;
    font-family: inherit;
  }

  textarea:focus,
  input:focus {
    color: #000; /* IOS */
  }

  input,
  select,
  textarea {
    color: #000; /* IOS */
  }

  button,
  input {
    line-height: normal;
  }

  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }

  button[disabled],
  input[disabled] {
    cursor: default;
  }

  input[type="checkbox"],
  input[type="radio"] {
    padding: 0;
  }

  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

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

  textarea {
    overflow: auto;
    vertical-align: top;
  }

  form input[type="email"] {
    text-transform: lowercase;
  }

  hr {
    border: 0;
    border-top: 1px solid #dedede;
    width: 100%;
    margin: 5px 0;
    height: 0;
  }

  address {
    font-style: normal;
  }

  img {
    max-width: 100%;
    display: block;
  }

  input:focus,
  input[type="search"]:focus {
    outline-offset: -2px;
  }

  input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  @-ms-viewport {
    width: device-width;
  }

  @-o-viewport {
    width: device-width;
  }

  a,
  button {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
  }

  body,
  button,
  input,
  table,
  textarea {
    color: var(--color-antracite);
    font-size: var(--text-size-normal);
  }

  select {
    border-radius: .25em;
    border: 1px solid #ccc;
  }

  a {
    text-decoration: underline;
  }

  a:active,
  a:hover {
    color: var(--color-blue);
    text-decoration: underline;
    text-decoration-color: var(--color-blue);
  }

  ul,
  ol {
    padding-left: 0; /* Bootstrap un-reboot */
  }

  /* Generic classes */

  .big {
    font-size: 150%;
  }

  .float-left {
    float: left;
  }

  .float-right {
    float: right;
  }

  .float-start {
    float: left !important;
  }

  .float-end {
    float: right !important;
  }

  .float-none {
    float: none !important;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .orange {
    color: var(--color-orange) !important;
    text-decoration-color: var(--color-orange) !important;
  }

  .white {
    color: #fff !important;
  }

  .green {
    color: #17a249 !important;
  }

  .gray {
    color: #696969 !important;
  }

  .light-gray {
    color: #929a9c !important;
  }

  .dark-gray {
    color: #595959 !important;
  }

  .black {
    color: var(--color-antracite) !important;
  }

  .blue {
    color: var(--color-blue) !important;
  }

  .dark-blue {
    color: #164050 !important;
  }

  .blanc {
    color: #fff !important;
  }

  .gold {
    color: gold !important;
  }

  .bg-green {
    background-color: #17a249 !important;
  }

  .bg-gray {
    background-color: #4f4f4fbd !important;
  }

  .bg-blue {
    background-color: var(--color-blue) !important;
  }

  .bg-dark-blue {
    background-color: #164050 !important;
  }

  .bg-blanc {
    background-color: #fff !important;
  }

  .bg-lightgray {
    background-color: #929a9c !important;
  }

  .border-blue {
    border-color: var(--color-blue) !important;
  }

  .green_checkbox_before,
  .orange_circle_before,
  .red_x_before,
  .angle_before {
    line-height: 1.4em;
  }

  .green_checkbox_before,
  .orange_circle_before,
  .red_x_before {
    padding-left: 1.3em;
  }

  .angle_before {
    padding-left: 1em;
  }

  .green_checkbox_before:before,
  .orange_circle_before:before,
  .red_x_before:before,
  .angle_before:before {
    font-family: FontAwesome;
    left: 0em;
    position: absolute;
  }

  .green_checkbox_before:before {
    content: "\f00c";
    color: #17a249;
  }

  .orange_circle_before:before {
    content: "\f111";
    color: #f18200c9;
  }

  .red_x_before:before {
    content: "\f00d";
    color: red;
  }

  .angle_before:before {
    content: "\f105";
  }

  .normal-font-weight {
    font-weight: 400 !important;
  }

  .justify {
    text-align: justify;
  }

  .text-center,
  .a-center,
  .align-center {
    text-align: center;
  }

  .a-right,
  .align-right {
    text-align: right;
  }

  .a-left,
  .align-left {
    text-align: left;
  }

  .centered {
    margin: 0 auto;
  }

  .clearfix {
    overflow: auto;
  }

  .really-strong {
    font-weight: 700 !important;
  }

  .no-display,
  .hidden,
  .d-none {
    display: none !important;
  }

  .dark-color {
    color: #2c3638 !important;
  }

  .strike {
    position: relative;
    display: inline-block;
  }

  .strike::before {
    content: "";
    border-bottom: 2px solid;
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: .5;
    transform: skewY(-15deg);
    color: #cc0000b5;
  }

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

  .normal-font-size {
    font-size: 1em !important;
  }

  .no-transition {
    transition: none !important;
  }

  .italic {
    font-style: italic;
  }

  .ellipsed {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }

  .ellipsed-2 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .border-1 {
    border-width: 1px;
    border-style: solid;
  }

  .nobr,
  .nowrap {
    white-space: nowrap;
  }

  .width-full,
  textarea {
    width: 100%;
  }

  .resize-none {
    resize: none;
  }

  .resize-vertical {
    resize: vertical;
  }

  .underline-blue {
    text-decoration: underline;
    text-decoration-color: var(--color-blue);
  }

  .underline-orange {
    text-decoration: underline;
    text-decoration-color: var(--color-orange);
  }

  .center {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .xxl {
    font-size: 200%;
    font-weight: bolder;
  }

  .highlight-hover:hover {
    opacity: .7;
  }

  .small-text {
    font-size: .9em;
  }
  
  /* @see https://www.w3schools.com/howto/howto_css_hide_arrow_number.asp */
  input.appear-text::-webkit-outer-spin-button,
  input.appear-text::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: textfield;
    margin: 0;
  }

  /* PAGE HEADER */

  .main-logo {
    position: relative;
    top: 7px;
    float: left;
    display: block;
  }

  .skip-link,
  .top-link {
    position: relative;
    float: right;
    text-align: center;
    width: auto;
    text-decoration: none;
  }

  .top-link i.fa {
    width: 32px; /* CLS fix */
    height: 30px; /* CLS fix */
  }

  .skip-link:not(.skip-active):hover {
    opacity: .8;
  }

  .skip-link .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
  }

  .skip-link.skip-cart:not(.no-count) .icon {
    margin-right: 3px;
  }

  #header-nav,
  .nav-primary li.level0 li.sub-menu-active > ul,
  .nav-primary li.level0 ul.level0.position-test,
  .skip-content.skip-active {
    display: block;
  }

  .skip-nav:not(.skip-active):hover {
    text-decoration: none;
  }

  .skip-nav:not(.skip-active):hover .icon {
    background-position: -46px 4px;
  }

  .skip-nav .label {
    display: inline;
  }

  .skip-nav .icon {
    background-position: 4px 4px;
  }

  .nav-primary a {
    position: relative;
    display: block;
  }

  .nav-primary li.level0 {
    display: inline-block;
    /* vertical-align: middle; */
    height: 100%;
    line-height: 50px;
    flex-grow: 1;
  }

  .nav-primary a {
    text-decoration: none;
  }

  .nav-primary a:hover {
    text-decoration: underline;
    color: var(--color-orange);
  }

  #header-nav a.level2,
  #header-nav a.level3,
  #header-nav ul > li > a {
    line-height: 1.6em;
    display: list-item;
  }

  #header-nav a.level3:before {
    content: "";
    margin-left: .5em;
  }

  #header-nav a.level4:before {
    content: "\00a0 \00a0 \00a0 - ";
  }

  #header-nav a.has-children,
  #header-nav a.level0,
  #header-nav a.level1,
  #header-nav ul > li > a:first-child {
    font-weight: 700;
  }

  a.skip-link.skip-nav {
    background-color: var(--color-blue);
    color: #fff;
  }

  .skip-link.skip-nav span {
    text-transform: uppercase;
    vertical-align: top;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0 0.5em;
  }

  .skip-nav {
    width: 100% !important;
  }

  .nav-primary li.level0 > a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
  }

  .nav-primary li.level0 > a:hover {
    text-decoration: none;
  }

  .nav-primary .menu-active > ul,
  .nav-primary .menu-active > ul.level0 {
    display: block !important;
  }

  nav li.level0 > ul {
    position: absolute;
    left: 0;
    z-index: 10;
    display: none;
    min-height: 320px;
    max-width: 100%;
    width: 100%;
    background: #fff;
    box-shadow: 0 19px 18px rgba(0, 0, 0, .7);
    border-radius: 0 0 10px 10px;
    columns: 5;
    -webkit-columns: 5;
    -moz-columns: 5;
    padding: 10px;
  }

  .level0.menu-active > a {
    background: #fff 0 0;
    color: #000 !important;
  }

  .nav-primary li.level1 ul {
    top: 15px;
    left: 60px;
  }

  .nav-primary li.level0 ul.level0.spill {
    right: 0;
    left: auto;
  }

  .nav-primary li.level0 ul.level0.spill li.level1 ul {
    top: 20px;
    right: 50px;
    left: auto;
  }

  .nav-primary li.level0 li.parent > a {
    position: relative;
  }

  .level0 > .level1:nth-child(4) {
    border-right: none;
  }

  div#header-nav ol.nav-primary li.level0.nav-2.parent ul.level0 {
    height: auto !important;
  }

  .navhdwrap {
    position: relative;
    z-index: 11;
  }

  #header-nav,
  .skip-nav {
    height: 50px;
  }

  .skip-nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #header-nav {
    background: var(--color-blue);
  }

  #header-account li.first,
  .nav-primary .level0 > a {
    text-align: center;
  }

  .nav-primary li.level1 > ul {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    width: 200px;
  }

  .nav-primary li:last-child > a {
    border-bottom: none;
  }

  .nav-primary .menu-active {
    z-index: 200;
  }

  #header-nav .level0 > .level1 {
    width: 100%;
    line-height: 1.6em;
    margin-bottom: 1em;
  }

  #search_mini_form .input-box {
    position: relative;
    padding-top: 0;
  }

  #search {
    padding-right: 40px;
    width: 100%;
    height: 40px;
  }

  #search_mini_form .search-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    border: 1px solid #eee !important;
    box-shadow: none !important;
  }

  .skip-account:not(.skip-active):hover .icon {
    background-position: -46px -44px;
  }

  .skip-account .icon {
    background-position: 4px -44px;
  }

  #header-account {
    padding: 5px 0;
  }

  #header-account a {
    position: relative;
    display: block;
    padding: 5px 10px;
    text-align: left;
    line-height: 23px;
  }

  #header-account li.first > a {
    display: inline-block;
    margin: 0;
    padding: 0 15px;
    height: 32px;
    border: 1px solid var(--color-blue);
    border-radius: 4px;
    background-color: var(--color-blue);
    background-image: linear-gradient(180deg, #2F86DE, #2F86DE, #2F86DE);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
    color: #fff;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: var(--text-size-normal);
    line-height: 30px !important;
    cursor: pointer;
    transition: background-color .2s ease 0s, color .2s ease 0s, border-color .2s ease 0s;
  }

  #header-account a:hover {
    color: var(--color-blue);
  }

  .skip-cart:not(.skip-active):hover .icon {
    background-position: -50px -95px;
  }

  .skip-cart .icon {
    background-position: 0 -95px;
  }

  .skip-link.skip-active .count {
    color: #fff;
  }

  #nav.grid-old,
  .page-header-container.grid-old {
    margin-right: auto;
    margin-left: auto;
    max-width: 1250px;
    width: 100%;
  }

  .page-header-container {
    margin-bottom: 5px;
  }

  .pageinfotpinner {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    line-height: 2.2em;
    padding: 0 4px;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: var(--text-size-normal);
    height: 31px;
  }

  .clzinfopagetop {
    display: block;
    text-align: center;
    width: 100%;
    background: #164050;
  }

  .clzinfopagetop,
  .clzinfopagetop a {
    color: #f3f3f3;
  }

  .clzinfopagetop a {
    padding: 2px;
  }

  .clzinfopagetop a:hover {
    text-decoration: none;
  }

  .clzinfopagetop strong {
    color: var(--color-orange);
  }

  /* Headers */

  .h1,
  h1 {
    margin: .2em 0;
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 16px;
  }

  .h1 {
    font-weight: 600;
  }

  .h2,
  h2 {
    margin: .5em 0 .5em;
    font-size: 21px;
    line-height: 1.5;
  }

  .h3,
  h3 {
    line-height: 1.4;
    font-size: 18px;
  }

  .h3 {
    font-weight: 600;
    font-size: 1.2em;
  }

  .h3,
  .h4,
  .h5,
  h3,
  h4,
  h5 {
    margin: 10px 0 5px 0;
  }

  .h4 {
    font-size: var(--text-size-normal);
  }

  .h4,
  .h5,
  .h6,
  h4,
  h5,
  h6 {
    color: var(--color-blue);
    font-weight: 600;
    font-style: normal;
    line-height: 1.4;
  }

  .h5,
  h5 {
    font-size: var(--text-size-small);
  }

  .h6,
  h6 {
    margin: 0 0 5px;
    font-size: 12px;
  }

  h2.product-name a,
  h3.product-name a,
  h4.product-name a,
  h5.product-name a,
  p.product-name a {
    color: var(--color-blue);
    font-weight: 700;
  }

  /* Bootstrap 5.3.5 parts */
  
  /*!
   * Bootstrap Reboot v5.3.6 (https://getbootstrap.com/)
   * Copyright 2011-2025 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
  :root,
  [data-bs-theme=light] {
    --bs-blue: var(--color-blue);
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: var(--color-orange);
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text: #0a58ca;
    --bs-secondary-text: #6c757d;
    --bs-success-text: #146c43;
    --bs-info-text: #087990;
    --bs-warning-text: #997404;
    --bs-danger-text: #b02a37;
    --bs-light-text: #6c757d;
    --bs-dark-text: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #f8f9fa;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #e9ecef;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
    --bs-emphasis-color: #000;
    --bs-form-control-bg: var(--bs-body-bg);
    --bs-form-control-disabled-bg: var(--bs-secondary-bg);
    --bs-highlight-bg: #fff3cd;
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
  }

  [data-bs-theme=dark] {
    --bs-body-color: #adb5bd;
    --bs-body-color-rgb: 173, 181, 189;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #f8f9fa;
    --bs-emphasis-color-rgb: 248, 249, 250;
    --bs-secondary-color: rgba(173, 181, 189, 0.75);
    --bs-secondary-color-rgb: 173, 181, 189;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(173, 181, 189, 0.5);
    --bs-tertiary-color-rgb: 173, 181, 189;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-emphasis-color: #fff;
    --bs-primary-text: #6ea8fe;
    --bs-secondary-text: #dee2e6;
    --bs-success-text: #75b798;
    --bs-info-text: #6edff6;
    --bs-warning-text: #ffda6a;
    --bs-danger-text: #ea868f;
    --bs-light-text: #f8f9fa;
    --bs-dark-text: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #212529;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #495057;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #055160;
    --bs-warning-border-subtle: #664d03;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: #fff;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #9ec5fe;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 158, 197, 254;
    --bs-code-color: #e685b5;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  }
  
  table {
    caption-side: bottom;
    border-collapse: collapse;
  }
  
  th {
    text-align: inherit;
    text-align: -webkit-match-parent;
  }
  
  thead,
  tbody,
  tfoot,
  tr,
  td,
  th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
  }

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

  .table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, .05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, .1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, .075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
  }
  .table > :not(caption) > * > * {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  }
  .table > tbody {
    vertical-align: inherit;
  }
  .table > thead {
    vertical-align: bottom;
  }
  .table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor;
  }

  .caption-top {
    caption-side: top;
  }

  .table-sm > :not(caption) > * > * {
    padding: .25rem .25rem;
  }

  .table-bordered > :not(caption) > * {
    border-width: 1px 0;
  }
  .table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
  }

  .table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
  }

  .table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
  }

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

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

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

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

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

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

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

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

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

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

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

  .breadcrumb {
    --bs-breadcrumb-divider: '<';
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
  }

  .breadcrumb-item + .breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
  }

  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
  }

  .breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color);
  }

  .pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
  }

  .page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
  }
  .page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow);
  }
  .page-link.active, .active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
  }
  .page-link.disabled, .disabled > .page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
  }

  .page-item:not(:first-child) .page-link {
    margin-left: calc(var(--bs-border-width) * -1);
  }
  .page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
  }
  .page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
  }

  .pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: 0.5rem;
  }

  .pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: 0.25rem;
  }

  @media (min-width: 576px) {
    .m-sm-0 {
      margin: 0 !important;
    }
    .m-sm-1 {
      margin: 0.25rem !important;
    }
    .m-sm-2 {
      margin: 0.5rem !important;
    }
    .m-sm-3 {
      margin: 1rem !important;
    }
    .m-sm-4 {
      margin: 1.5rem !important;
    }
    .m-sm-5 {
      margin: 3rem !important;
    }
    .m-sm-auto {
      margin: auto !important;
    }
    .mx-sm-0 {
      margin-right: 0 !important;
      margin-left: 0 !important;
    }
    .mx-sm-1 {
      margin-right: 0.25rem !important;
      margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
      margin-right: 0.5rem !important;
      margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important;
    }
    .mx-sm-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important;
    }
    .mx-sm-auto {
      margin-right: auto !important;
      margin-left: auto !important;
    }
    .my-sm-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }
    .my-sm-1 {
      margin-top: 0.25rem !important;
      margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
      margin-top: 0.5rem !important;
      margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }
    .my-sm-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important;
    }
    .my-sm-auto {
      margin-top: auto !important;
      margin-bottom: auto !important;
    }
    .mt-sm-0 {
      margin-top: 0 !important;
    }
    .mt-sm-1 {
      margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
      margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
      margin-top: 1rem !important;
    }
    .mt-sm-4 {
      margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
      margin-top: 3rem !important;
    }
    .mt-sm-auto {
      margin-top: auto !important;
    }
    .me-sm-0 {
      margin-right: 0 !important;
    }
    .me-sm-1 {
      margin-right: 0.25rem !important;
    }
    .me-sm-2 {
      margin-right: 0.5rem !important;
    }
    .me-sm-3 {
      margin-right: 1rem !important;
    }
    .me-sm-4 {
      margin-right: 1.5rem !important;
    }
    .me-sm-5 {
      margin-right: 3rem !important;
    }
    .me-sm-auto {
      margin-right: auto !important;
    }
    .mb-sm-0 {
      margin-bottom: 0 !important;
    }
    .mb-sm-1 {
      margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
      margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
      margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
      margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
      margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
      margin-bottom: auto !important;
    }
    .ms-sm-0 {
      margin-left: 0 !important;
    }
    .ms-sm-1 {
      margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
      margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
      margin-left: 1rem !important;
    }
    .ms-sm-4 {
      margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
      margin-left: 3rem !important;
    }
    .ms-sm-auto {
      margin-left: auto !important;
    }
    .p-sm-0 {
      padding: 0 !important;
    }
    .p-sm-1 {
      padding: 0.25rem !important;
    }
    .p-sm-2 {
      padding: 0.5rem !important;
    }
    .p-sm-3 {
      padding: 1rem !important;
    }
    .p-sm-4 {
      padding: 1.5rem !important;
    }
    .p-sm-5 {
      padding: 3rem !important;
    }
  }

  /********* Bootstrap 5.3.3 components: Display, Display Header, Cards, Backgrounds, Text *********/

  .font-monospace {
    font-family: var(--bs-font-monospace) !important;
  }

  .d-inline {
    display: inline !important;
  }
  
  .d-inline-block {
    display: inline-block !important;
  }
  
  .d-block {
    display: block !important;
  }
  
  .d-grid {
    display: grid !important;
  }
  
  .d-inline-grid {
    display: inline-grid !important;
  }
  
  .d-table {
    display: table !important;
  }
  
  .d-table-row {
    display: table-row !important;
  }
  
  .d-table-cell {
    display: table-cell !important;
  }
  
  .d-flex {
    display: flex !important;
  }
  
  .d-inline-flex {
    display: inline-flex !important;
  }
  
  .d-none {
    display: none !important;
  }
  
  .shadow {
    box-shadow: var(--bs-box-shadow) !important;
  }
  
  .shadow-sm {
    box-shadow: var(--bs-box-shadow-sm) !important;
  }
  
  .shadow-lg {
    box-shadow: var(--bs-box-shadow-lg) !important;
  }
  
  .shadow-none {
    box-shadow: none !important;
  }
  
  .border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  
  .border-0 {
    border: 0 !important;
  }
  
  .border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  
  .border-top-0 {
    border-top: 0 !important;
  }
  
  .border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  
  .border-end-0 {
    border-right: 0 !important;
  }
  
  .border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  
  .border-bottom-0 {
    border-bottom: 0 !important;
  }
  
  .border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  
  .border-start-0 {
    border-left: 0 !important;
  }
  
  .border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
  }
  
  .border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
  }
  
  .border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
  }
  
  .border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
  }
  
  .border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
  }
  
  .border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
  }
  
  .border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
  }
  
  .border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
  }
  
  .border-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
  }
  
  .border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
  }
  
  .border-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important;
  }
  
  .border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important;
  }
  
  .border-success-subtle {
    border-color: var(--bs-success-border-subtle) !important;
  }
  
  .border-info-subtle {
    border-color: var(--bs-info-border-subtle) !important;
  }
  
  .border-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important;
  }
  
  .border-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important;
  }
  
  .border-light-subtle {
    border-color: var(--bs-light-border-subtle) !important;
  }
  
  .border-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important;
  }
  
  .border-1 {
    border-width: 1px !important;
  }
  
  .border-2 {
    border-width: 2px !important;
  }
  
  .border-3 {
    border-width: 3px !important;
  }
  
  .border-4 {
    border-width: 4px !important;
  }
  
  .border-5 {
    border-width: 5px !important;
  }
  
  .border-opacity-10 {
    --bs-border-opacity: 0.1;
  }
  
  .border-opacity-25 {
    --bs-border-opacity: 0.25;
  }
  
  .border-opacity-50 {
    --bs-border-opacity: 0.5;
  }
  
  .border-opacity-75 {
    --bs-border-opacity: 0.75;
  }
  
  .border-opacity-100 {
    --bs-border-opacity: 1;
  }
  
  .display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
  }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem;
    }
  }
  
  .display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
  }
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 4.5rem;
    }
  }
  
  .display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
  }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem;
    }
  }
  
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
  }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 3.5rem;
    }
  }
  
  .display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
  }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem;
    }
  }
  
  .display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
  }
  @media (min-width: 1200px) {
    .display-6 {
      font-size: 2.5rem;
    }
  }

  .font-monospace {
    font-family: var(--bs-font-monospace) !important;
  }
  
  .fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }
  
  .fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }
  
  .fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }
  
  .fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }
  
  .fs-5 {
    font-size: 1.25rem !important;
  }
  
  .fs-6 {
    font-size: 1rem !important;
  }
  
  .fst-italic {
    font-style: italic !important;
  }
  
  .fst-normal {
    font-style: normal !important;
  }
  
  .fw-lighter {
    font-weight: lighter !important;
  }
  
  .fw-light {
    font-weight: 300 !important;
  }
  
  .fw-normal {
    font-weight: 400 !important;
  }
  
  .fw-medium {
    font-weight: 500 !important;
  }
  
  .fw-semibold {
    font-weight: 600 !important;
  }
  
  .fw-bold {
    font-weight: 700 !important;
  }
  
  .fw-bolder {
    font-weight: bolder !important;
  }

  .card {
    --bs-card-spacer-y: .7rem;
    --bs-card-spacer-x: .7rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
  }
  .card > hr {
    margin-right: 0;
    margin-left: 0;
  }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
  }
  .card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
  }
  .card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
  }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0;
  }
  
  .card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
  }
  
  .card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color);
  }
  
  .card-subtitle {
    margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0;
    color: var(--bs-card-subtitle-color);
  }
  
  .card-text:last-child {
    margin-bottom: 0;
  }
  
  .card-link + .card-link {
    margin-left: var(--bs-card-spacer-x);
  }
  
  .card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
  }
  .card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
  }
  
  .card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
  }
  .card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
  }
  
  .card-header-tabs {
    margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0;
  }
  .card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg);
  }
  
  .card-header-pills {
    margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  }
  
  .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius);
  }
  
  .card-img,
  .card-img-top,
  .card-img-bottom {
    width: 100%;
  }
  
  .card-img,
  .card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
  }
  
  .card-img,
  .card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
  }
  
  .card-group > .card {
    margin-bottom: var(--bs-card-group-margin);
  }
  @media (min-width: 576px) {
    .card-group {
      display: flex;
      flex-flow: row wrap;
    }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0;
    }
    .card-group > .card + .card {
      margin-left: 0;
      border-left: 0;
    }
    .card-group > .card:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
      border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
      border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
      border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
      border-bottom-left-radius: 0;
    }
  }

  .text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
  }
  
  .text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
  }
  
  .text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
  }
  
  .text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
  }
  
  .text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
  }
  
  .text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
  }
  
  .text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
  }
  
  .text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
  }
  
  .text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
  }
  
  .text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
  }
  
  .text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
  }
  
  .text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
  }
  
  .text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
  }
  
  .text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
  }
  
  .text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
  }
  
  .text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color) !important;
  }
  
  .text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color) !important;
  }
  
  .text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
  }
  
  .text-opacity-25 {
    --bs-text-opacity: 0.25;
  }
  
  .text-opacity-50 {
    --bs-text-opacity: 0.5;
  }
  
  .text-opacity-75 {
    --bs-text-opacity: 0.75;
  }
  
  .text-opacity-100 {
    --bs-text-opacity: 1;
  }
  
  .text-primary-emphasis {
    color: var(--bs-primary-text-emphasis) !important;
  }
  
  .text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis) !important;
  }
  
  .text-success-emphasis {
    color: var(--bs-success-text-emphasis) !important;
  }
  
  .text-info-emphasis {
    color: var(--bs-info-text-emphasis) !important;
  }
  
  .text-warning-emphasis {
    color: var(--bs-warning-text-emphasis) !important;
  }
  
  .text-danger-emphasis {
    color: var(--bs-danger-text-emphasis) !important;
  }
  
  .text-light-emphasis {
    color: var(--bs-light-text-emphasis) !important;
  }
  
  .text-dark-emphasis {
    color: var(--bs-dark-text-emphasis) !important;
  }

  .bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }
  
  .bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }
  
  .bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
  }
  
  .bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
  }
  
  .bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
  }
  
  .bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
  }
  
  .bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  }
  
  .bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  }
  
  .bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }
  
  .bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }
  
  .bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  
  .bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }
  
  .bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  
  .bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  }
  
  .bg-opacity-10 {
    --bs-bg-opacity: 0.1;
  }
  
  .bg-opacity-25 {
    --bs-bg-opacity: 0.25;
  }
  
  .bg-opacity-50 {
    --bs-bg-opacity: 0.5;
  }
  
  .bg-opacity-75 {
    --bs-bg-opacity: 0.75;
  }
  
  .bg-opacity-100 {
    --bs-bg-opacity: 1;
  }
  
  .bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle) !important;
  }
  
  .bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle) !important;
  }
  
  .bg-success-subtle {
    background-color: var(--bs-success-bg-subtle) !important;
  }
  
  .bg-info-subtle {
    background-color: var(--bs-info-bg-subtle) !important;
  }
  
  .bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle) !important;
  }
  
  .bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle) !important;
  }
  
  .bg-light-subtle {
    background-color: var(--bs-light-bg-subtle) !important;
  }
  
  .bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle) !important;
  }
  
  .bg-gradient {
    background-image: var(--bs-gradient) !important;
  }
  
  /*** Bootstrap 5 Helpers */
  
  .focus-ring:focus {
    outline: 0;
    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
  }
  
  .icon-link {
    display: inline-flex;
    gap: 0.375rem;
    align-items: center;
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
    text-underline-offset: 0.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .icon-link > .bi {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    transition: 0.2s ease-in-out transform;
  }
  @media (prefers-reduced-motion: reduce) {
    .icon-link > .bi {
      transition: none;
    }
  }
  
  .icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
    transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
  }
  
  .ratio {
    position: relative;
    width: 100%;
  }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
  }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .ratio-1x1 {
    --bs-aspect-ratio: 100%;
  }
  
  .ratio-4x3 {
    --bs-aspect-ratio: 75%;
  }
  
  .ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
  }
  
  .ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%;
  }
  
  .hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
  }
  
  .vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch;
  }
  
  .visually-hidden,
  .visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .visually-hidden:not(caption),
  .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute !important;
  }
  
  .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
  }
  
  .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .vr {
    display: inline-block;
    align-self: stretch;
    width: var(--bs-border-width);
    min-height: 1em;
    background-color: currentcolor;
    opacity: 0.25;
  }

  /* End Bootstrap 5 parts */

  /* Shared Product Lists */

  .product-list-tagline:before,
  .product-detail-tagline:before {
    content: "\f087";
    font-family: FontAwesome;
    margin: 0 .3em 0 0;
  }

  .product-detail-tagline:before {
    font-size: 1.3em;
  }

  .product-list-tagline {
    color: var(--color-orange);
  }

  .product-detail-tagline {
    font-size: 1em;
    background-color: #17a24917;
    border-radius: .5em;
    color: #17a249;
    border: 1px solid #17a249;
    box-shadow: 0 4px 8px -2px rgba(17, 34, 68, .1);
  }

  .product-list-tagline {
    font-weight: 600;
  }

  h2.product-name,
  h3.product-name,
  h4.product-name,
  h5.product-name,
  p.product-name {
    margin: 0 0 .5em;
  }

  h2.product-name a:hover,
  h3.product-name a:hover,
  h4.product-name a:hover,
  h5.product-name a:hover,
  p.product-name a:hover {
    text-decoration: underline;
  }

  .product-label {
    position: absolute;
    z-index: 2;
    top: .2em;
    display: inline-block;
    padding: 4px 8px;
    color: white;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    background-color: var(--color-orange);
  }

  /* Unsorted */

  .availability {
    margin-bottom: 0;
    font-size: var(--text-size-small);
    text-transform: uppercase;
  }

  .availability.in-stock {
    color: #17a249;
  }

  .availability.available-soon,
  .availability.out-of-stock {
    color: #df280a;
  }

  .availability-only {
    margin-bottom: 10px;
    color: #df280a;
  }

  .block,
  .col-left-first {
    margin-bottom: 20px;
  }

  .col-left-first .block:last-of-type {
    margin-bottom: 0;
  }

  .block-title {
    position: relative;
    margin-bottom: 5px;
    padding: 10px 0 0;
  }

  .block-title small {
    color: #a0a0a0;
    font-weight: 400;
    font-size: 100%;
  }

  .block-subtitle {
    margin-bottom: 7px;
    font-weight: 700;
  }

  .block-content {
    margin-top: 5px;
  }

  .block-content.unpad {
    padding: 0;
  }

  .block-content li.item {
    margin: 0 0 10px 9px;
  }

  .block-content li.item:last-child,
  .payment-methods .form-list li:last-child,
  .product-options ul.options-list li:last-child {
    margin-bottom: 0;
  }

  .block .actions:after,
  .buttons-set:after {
    display: table;
    clear: both;
    content: "";
  }

  .block .actions a {
    float: left;
  }

  .block .actions .button {
    float: right;
  }

  .col-left .block .actions .button ~ a,
  .col-right .block .actions .button ~ a {
    margin-right: 5px;
    line-height: 33px;
  }

  .block-cms-menu .block-title {
    padding-top: 0;
    border-top: none;
  }

  .block-cms-menu li {
    margin: 7px 0;
  }

  .button.button-secondary,
  .cart .buttons-set .button,
  .sidebar .actions .button {
    padding: 7px 15px;
    background: #717171;
  }

  .sidebar .actions button.button {
    white-space: normal;
  }

  .button {
    white-space: nowrap;
  }

  button:hover,
  .button:hover {
    cursor: pointer;
  }

  .no-decoration,
  .no-decoration:hover,
  .no-decoration:focus,
  .truncated a.details:hover,
  a.button {
    text-decoration: none;
  }

  .button.disabled,
  .button:disabled {
    background: #c8c8c8;
    cursor: not-allowed;
  }

  .button + .button,
  select + select {
    margin-left: 5px;
  }

  .button2 {
    margin: 0;
    padding: 0 5px;
    border: 0;
    background: 0 0;
    vertical-align: middle;
    cursor: pointer;
  }

  .button2 span,
  .button2 span span {
    display: inline-block;
    height: 30px;
    color: var(--color-blue);
    text-decoration: underline;
    line-height: 30px;
  }

  .button2 span span:hover,
  .button2 span:hover {
    color: #246b8f;
    text-decoration: none;
  }

  .buttons-set {
    clear: both;
    margin: 10px 0 0;
    padding-top: 10px;
    border-top: 1px solid #ededed;
    text-align: right;
  }

  .buttons-set p.required {
    float: right;
    margin: 0 0 0 10px;
    line-height: 33px;
  }

  .buttons-set .back-link {
    float: left;
    margin: 0;
    line-height: 33px;
  }

  .buttons-set a:not(.button) {
    display: inline-block;
    padding: 5px;
    line-height: 20px;
  }

  .buttons-set button.button {
    float: right;
    margin-left: 5px;
    min-width: 140px;
  }

  .btn-remove2,
  .icon-sprite,
  .ratings .rating-box,
  .ratings .rating-box .rating {
    /* background-image: url(https://images.chefstore.nl/skin/frontend/rwd/dhh/images/icon_sprite.png); */
    background-image: url(../images/icon_sprite.png);
    text-indent: -9999px;
  }

  #search_mini_form .search-button:before,
  .review-summary-table .rating-box .rating-number:after,
  .skip-account .icon,
  .skip-cart .icon,
  .sorter > .sort-by .sort-by-switcher {
    /* background-image: url(https://images.chefstore.nl/skin/frontend/rwd/dhh/images/icon_sprite.png); */
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
  }

  .btn-remove2,
  .icon-sprite {
    background-repeat: no-repeat;
  }

  .ratings-table .rating-box,
  .ratings-table .rating-box .rating {
    /* background-image: url(https://images.chefstore.nl/skin/frontend/rwd/dhh/images/icon_sprite.png); */
    background-image: url(../images/icon_sprite.png);
  }

  .btn-previous,
  .btn-remove {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 25px;
    color: transparent;
    text-align: center;
    text-shadow: none;
  }

  .btn-previous:hover,
  .btn-remove:hover {
    border-color: var(--color-blue);
    background-color: var(--color-blue);
  }

  .btn-remove:after {
    font-family: FontAwesome;
    color: var(--color-blue);
    content: "\f1f8";
    font-size: 1.2em;
    line-height: 1em;
  }

  .btn-remove:hover:after {
    color: #fff;
    text-decoration: none;
  }

  .btn-remove2 {
    border: 0;
    background-position: 4px -648px;
    vertical-align: top;
  }

  .btn-remove2:after {
    display: none;
  }

  .btn-remove2:hover {
    background-color: transparent;
    opacity: .8;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  }

  .btn-previous:after,
  .btn-previous:hover:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: none;
    content: "";
  }

  .btn-previous:after {
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -2px;
    border-right: 4px solid var(--color-blue);
  }

  .btn-previous:hover:after {
    border-right: 4px solid #fff;
  }

  #compare-items .btn-previous,
  #compare-items .btn-remove,
  .mini-products-list .btn-previous,
  .mini-products-list .btn-remove {
    float: right;
    margin-left: 6px;
  }

  .cvv-what-is-this {
    margin-left: 10px;
    font-size: var(--text-size-small);
    line-height: 24px;
  }

  .col-wrapper:after,
  .col2-set:after,
  .grid:after,
  .item-options:after,
  .main:after,
  .toolbar:after {
    display: table;
    clear: both;
    content: "";
  }

  .col-left,
  .col-main,
  .col-right {
    padding: 0 10px;
  }

  .col-left {
    float: left;
    clear: left;
    padding-left: 0;
    width: 20%;
  }

  .col-left img,
  .col-right img,
  .page-header-container .store-language-container select {
    max-width: 100%;
  }

  .col-right {
    float: right;
    padding-right: 0;
    width: 25%;
  }

  .col-main {
    float: left;
    width: 80%;
  }

  .col1-layout .col-main {
    float: none;
    padding: 0;
    width: auto;
  }

  /* .col2-left-layout .col-main {
    float: right;
  } */

  .col2-set {
    width: 100%;
  }

  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 20px;
    width: 50%;
  }

  .col2-set .col-1 {
    float: left;
    padding-left: 0;
  }

  .col2-set .col-2 {
    float: right;
    padding-right: 0;
  }

  .col2-set .narrow {
    width: 33%;
  }

  .col2-set .wide {
    width: 65%;
  }

  .global-site-notice {
    background: #676157;
    color: #e6e6e6;
    font-size: 11px;
  }

  .global-site-notice .notice-inner {
    margin-right: auto;
    margin-left: auto;
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    padding-left: 120px;
    min-height: 40px;
    max-width: 1200px;
    width: 100%;
    background-position: left;
    background-repeat: no-repeat;
    line-height: 11px;
  }

  .global-site-notice p,
  .price-box p {
    margin-bottom: 0;
  }

  .promo-msg {
    margin: 10px;
    color: var(--color-blue);
    text-align: center;
    text-transform: uppercase;
  }

  .success {
    color: #17a249;
  }

  .error,
  .notice {
    color: #df280a;
    font-weight: 700;
  }

  .notice {
    color: #e26703;
  }

  .messages {
    margin: 1em 0;
  }

  .messages li li {
    position: relative;
    margin-bottom: 5px;
    padding: 7px 10px 7px 20px;
    background: #f4f4f4;
  }

  .messages li li:before {
    top: 50%;
    left: 0;
    margin-top: -6px;
  }

  .messages .error-msg li {
    border-left: 5px solid #df280a;
    background-color: #faebe7;
    color: #000;
  }

  .messages .error-msg li:before,
  .messages .notice-msg li:before,
  .messages .success-msg li:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: none;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #df280a;
    content: "";
  }

  .messages .notice-msg li {
    border-left: 5px solid #e26703;
    background-color: #f9ebe6;
    color: #000;
  }

  .messages .notice-msg li:before,
  .messages .success-msg li:before {
    border-left: 6px solid #e26703;
  }

  .messages .success-msg li {
    border-left: 5px solid #17a249;
    background-color: #eff5ea;
    color: #000;
  }

  .messages .success-msg li:before {
    border-left: 6px solid #17a249;
  }

  .page-popup {
    padding: 20px;
    height: auto;
    background: #fff;
  }

  .page-popup h1 {
    margin: 0 0 .5em;
    font-size: 36px;
  }

  .payment-methods {
    margin-bottom: 20px;
  }

  .payment-methods dt {
    padding: 5px 0;
  }

  .payment-methods dd {
    padding-top: 10px;
  }

  .payment-methods .form-list {
    position: relative;
    display: inline-block;
    margin: 5px 15px 15px;
    padding: 15px;
    max-width: 100%;
    border: 1px solid #ccc;
    background: #f4f4f4;
  }

  .payment-methods .form-list:after,
  .payment-methods .form-list:before,
  .truncated .truncated_full_value .item-options:after {
    position: absolute;
    top: -11px;
    left: 30px;
    display: block;
    width: 0;
    height: 0;
    border-top: none;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ccc;
    border-left: 10px solid transparent;
    content: "";
  }

  .payment-methods .form-list:after,
  .truncated .truncated_full_value .item-options:after {
    top: -10px;
    border-bottom: 10px solid #f4f4f4;
  }

  .please-wait {
    display: inline-block;
    margin-top: 5px;
    margin-left: 10px;
    height: 24px;
    white-space: nowrap;
    line-height: 24px;
  }

  .please-wait img {
    float: left;
    margin-right: 5px;
    width: 24px;
  }

  .opc .section.allow .step-title h2,
  .price-notice {
    color: #a0a0a0;
  }

  .price-box .price-excluding-tax {
    line-height: 1.5em;
  }

  .price-box .price-label {
    color: #2c3638;
    white-space: nowrap;
  }

  .price-box .discount-amount {
    line-height: 2em;
  }

  .price-box .minimal-price-link {
    display: block;
    padding-left: 1em;
    color: #2c3638;
    font-weight: 700;
  }

  .price-box .old-price .price {
    color: #999;
    font-weight: 600;
    display: inline-block;
    font-size: 1.2em;
  }

  .price-box .special-price,
  .special_price_dates {
    color: #f91906;
  }

  .price-box .old-price .price {
    color: #999;
    font-weight: 600;
    display: inline-block;
    font-size: 1.2em;
  }

  .tier-pricing-container {
    margin: .5em 0;
  }

  .tier-pricing-outer-container {
    border: 1px solid #d1d9e0;
    border-radius: 5px;
  }

  .product-pricing,
  .tier-prices,
  .tier-prices-grouped {
    display: inline-block;
    padding: 4px 0;
    width: 100%;
  }

  .product-pricing li,
  .tier-prices li,
  .tier-prices-grouped li {
    font-size: var(--text-size-small);
  }

  .block-progress dd address,
  .item-options dt,
  .product-pricing .benefit,
  .tier-prices .benefit,
  .tier-prices-grouped .benefit {
    font-style: italic;
  }

  .product-pricing .price,
  .tier-prices .price,
  .tier-prices-grouped .price {
    font-weight: 700;
  }

  .item-options,
  select {
    font-size: var(--text-size-normal);
  }

  .item-options dt {
    float: left;
    clear: left;
    padding-right: 5px;
    font-weight: 600;
  }

  .item-options dt:after {
    content: ": ";
  }

  .item-options dd {
    float: left;
    margin: 0 0 6px;
    padding-left: 10px;
  }

  .truncated,
  .truncated a.dots {
    cursor: help;
  }

  .truncated a.details {
    height: 16px;
    line-height: 16px;
    cursor: help;
  }

  .truncated .truncated_full_value {
    position: relative;
    z-index: 300;
  }

  .truncated .truncated_full_value .item-options {
    position: absolute;
    top: 21px;
    left: -100px;
    z-index: 300;
    display: none;
    padding: 8px;
    width: 200px;
    border: 1px solid var(--color-blue);
    background-color: #f6f6f6;
  }

  .truncated .truncated_full_value .item-options:after {
    top: -7px;
    left: 97px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid var(--color-blue);
    border-left: 7px solid transparent;
  }

  .truncated .truncated_full_value .item-options > p {
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 700;
  }

  .truncated .show .item-options {
    display: block;
  }

  .page-print {
    margin: 20px;
    width: 6.5in;
    background: #fff;
  }

  .add-to-links {
    margin: 7px 0;
  }

  .add-to-links a {
    padding: 0 3px 3px;
  }

  .no-touch .product-img-box .product-image:not(.zoom-available):hover,
  .product-image {
    position: relative;
    display: block;
  }

  .no-touch .product-image:hover {
    border-color: var(--color-blue);
  }

  .ratings .rating-box,
  .ratings .rating-links {
    margin: 5px 0;
  }

  .ratings .rating-box {
    overflow: hidden;
    width: 65px;
    height: 13px;
    background-position: 0 -615px;
    background-repeat: repeat-x;
  }

  .ratings .rating-box .rating {
    float: left;
    height: 13px;
    background-position: 0 -600px;
    background-repeat: repeat-x;
  }

  .ratings .amount {
    display: block;
    margin: 5px auto;
  }

  .ratings .rating-links .separator {
    margin: 0 3px;
  }

  .std,
  .std p {
    margin-top: var(--text-paragraph-margin);
    line-height: 1.6em;
  }

  .std ol,
  .std ul {
    margin-bottom: 1.5em;
  }

  .std ol li {
    margin-left: 2em;
  }

  .content .std ul {
    list-style: disc;
    margin-left: 1.2em;
    list-style-position: outside;
  }

  ul.disc {
    list-style: disc;
    list-style-position: outside;
  }

  ul.indented-disc {
    list-style: disc;
    margin-left: 2em;
    list-style-position: outside;
  }

  .std .note {
    color: #a0a0a0;
    font-size: var(--text-size-small);
  }

  .tabs {
    margin-bottom: 10px;
    background: #fff;
  }

  .container-wrapper .hero-title {
    margin: 0 auto;
    width: 70%;
    border-bottom: 1px solid #cccbcc;
    text-align: center;
    font-size: 24px;
  }

  .container-wrapper .hero-title h2 {
    position: relative;
    top: 10px;
    display: inline-block;
    margin: auto;
    padding: 0 20px;
    background: #fff 0 0;
    color: #444;
    font-weight: 700;
    font-size: 1em;
    line-height: 22px;
  }

  .data-table tbody td .item-options dt:after,
  .order-info-box .box-title h2:after {
    content: ":";
  }

  #search_cms {
    display: inline-block;
    width: 30px;
    height: 30px;
  }

  .pages ol {
    float: right;
  }

  div.main {
    margin: 0 0 5em 0;
  }

  #search_cms {
    margin: 0;
    padding: 0 10px;
    width: 602px;
    height: 40px;
    border: 1px solid #bec4c4;
    border-radius: 3px 0 0 3px;
    color: #2c3638;
    vertical-align: middle;
    font-size: var(--text-size-normal);
    line-height: 1em;
  }

  /* Listview Toolbar -- also used in featured.phtml */

  .toolbar-bottom .count-container,
  .top_toolbar .amount.amount--has-pages {
    display: none;
  }

  .toolbar-bottom .pager {
    float: left !important;
  }
  
  .toolbar-bottom .sorter {
    display: none;
  }
  
  .toolbar-bottom .pages li {
    margin-right: 11px;
    padding: 0;
    width: 36px;
    height: 35px;
    text-align: center;
    font-size: 15px;
  }
  
  .toolbar-bottom .pages a:hover {
    border: 0;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: .2s;
  }
  
  .toolbar-bottom .toolbar {
    border-top: none;
  }
  
  .price-box .special-price .price-excluding-tax,
  .special_price_dates {
    color: #f91906;
  }
  
  /* Checkout */
  
  #checkout-review-table .summary-collapse,
  #shopping-cart-totals-table .summary-collapse {
    position: relative;
    cursor: pointer;
  }
  
  #checkout-review-table .summary-collapse:before,
  #shopping-cart-totals-table .summary-collapse:before {
    position: static;
    display: inline-block;
    margin-right: 5px;
    width: 0;
    height: 0;
    border-top: 7px solid var(--color-blue);
    border-right: 7px solid transparent;
    border-bottom: none;
    border-left: 7px solid transparent;
    content: "";
  }

  #checkout-review-table .summary-collapse:hover:before,
  #shopping-cart-totals-table .summary-collapse:hover:before {
    position: static;
    display: inline-block;
    margin-right: 5px;
    width: 0;
    height: 0;
    border-top: 7px solid #246b8f;
    border-right: 7px solid transparent;
    border-bottom: none;
    border-left: 7px solid transparent;
    content: "";
  }

  #checkout-review-table .show-details .summary-collapse:before,
  #shopping-cart-totals-table .show-details .summary-collapse:before {
    position: static;
    display: inline-block;
    margin-right: 5px;
    width: 0;
    height: 0;
    border-top: none;
    border-right: 7px solid transparent;
    border-bottom: 7px solid var(--color-blue);
    border-left: 7px solid transparent;
    content: "";
  }

  #checkout-review-table .show-details .summary-collapse:hover:before,
  #shopping-cart-totals-table .show-details .summary-collapse:hover:before {
    position: static;
    display: inline-block;
    margin-right: 5px;
    width: 0;
    height: 0;
    border-top: none;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #246b8f;
    border-left: 7px solid transparent;
    content: "";
  }

  #shopping-cart-totals-table tfoot td .summary-collapse:before,
  #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
    margin-bottom: 5px;
  }

  .clznotloggedchecko .clzbillactive {
    position: absolute;
    top: 89px;
    left: 19px;
    width: 96%;
    background: #fff 0 0;
  }

  li#billing-new-address-form.scaffold-form div.fieldset ul li.fields .field,
  li#billing-new-address-form.scaffold-form div.fieldset ul li.fields div.customer-name div.field {
    float: left;
    width: 48%;
  }

  .clzloginshow .clzregcheckout {
    min-height: 700px;
  }

  #checkout-step-billing li.fields {
    clear: both;
  }

  .page-print .print-head,
  form .legend {
    margin: 0 0 15px;
  }

  .page-print .print-head .logo {
    float: none;
    max-height: 50px;
    width: auto;
  }

  .fieldset p {
    margin-bottom: 7px;
  }

  .fieldset p.required {
    float: right;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .fieldset + .fieldset {
    margin-top: 5px;
  }

  form .legend {
    padding-bottom: 7px;
    border-bottom: 1px solid #ededed;
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.4;
  }

  .input-box {
    padding-top: 2px;
  }

  .input-box:after {
    display: table;
    clear: both;
    content: "";
  }

  li.centinel-logos div.input-box img {
    display: inline;
    vertical-align: middle;
  }

  .input-box .v-fix {
    float: left;
    margin-right: 5px;
    max-width: 100%;
  }

  label {
    display: inline-block;
    font-weight: 600;
    font-size: var(--text-size-small);
  }

  label.required:after,
  span.required:after {
    color: #df280a;
    content: " *";
    font-weight: 400;
    font-size: 12px;
  }

  .input-hint {
    color: #a0a0a0;
    font-size: 12px;
  }

  select[multiple] {
    padding: 5px;
    width: 270px;
    border: 1px solid silver;
    font-size: 15px;
  }

  textarea {
    padding: 5px;
    max-width: 480px;
  }

  .input-text {
    border: 1px solid #bec4c4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
  }

  .input-text:focus {
    border: 1px solid var(--color-blue);
  }

  .input-text.validation-failed,
  .shipping select.validation-failed {
    border-color: #df280a;
  }

  .input-text.validation-failed:focus {
    outline-color: #ef9384;
  }

  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"] {
    padding: 0 8px;
    max-width: 100%;
    width: 365px;
    height: 30px;
  }

  input[type="number"].qty,
  input[type="text"].qty {
    width: 4em;
    vertical-align: middle;
    text-align: center;
  }

  ::-webkit-input-placeholder {
    color: #a0a0a0;
  }

  input:-moz-placeholder {
    color: #a0a0a0;
  }

  .checkbox,
  .radio {
    position: relative;
    top: -1px;
    display: inline-block;
  }

  .checkbox + label,
  .radio + label {
    padding: 0 0 0 8px;
    max-width: 85%;
    width: auto;
    vertical-align: top;
    font-weight: 400;
    font-size: var(--text-size-normal);
  }

  .validation-advice,
  p.required {
    margin: 5px 0 0;
    color: #df280a;
    font-size: var(--text-size-small);
  }

  .form-list .control,
  .form-list .field,
  .form-list .wide,
  .form-list > li {
    margin-bottom: 10px;
  }

  .form-list select {
    margin-top: 4px;
    max-width: 100%;
    width: 365px;
  }

  .form-list .input-range .input-text {
    width: 74px;
  }

  #co-shipping-method-form .buttons-set .button {
    padding: 7px 15px;
    border: 0;
    background: var(--color-blue);
    color: #fff;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-weight: 400;
    font-size: var(--text-size-small);
    line-height: 19px;
  }

  #checkout-shipping-method-load .sp-methods dd div.input-box,
  #co-shipping-method-form .sp-methods dd div.input-box,
  .form-list .control div.input-box,
  .product-options ul.options-list div.input-box,
  .sp-methods dt div.input-box {
    display: inline;
    float: left;
  }

  #checkout-shipping-method-load .sp-methods dd input.checkbox,
  #checkout-shipping-method-load .sp-methods dd input.radio,
  #co-shipping-method-form .sp-methods dd input.checkbox,
  #co-shipping-method-form .sp-methods dd input.radio,
  .form-list .control input.checkbox,
  .form-list .control input.radio,
  .product-options ul.options-list input.checkbox,
  .product-options ul.options-list input.radio,
  .sp-methods dt input.checkbox,
  .sp-methods dt input.radio {
    float: left;
    margin-top: 10px;
    margin-right: -40px;
    margin-left: 15px;
  }

  .form-list .control label {
    min-width: 250px;
    max-width: none;
    width: auto;
  }

  #checkout-shipping-method-load .sp-methods dd label,
  #co-shipping-method-form .sp-methods dd label,
  .sp-methods dt label {
    display: inline-block;
    min-width: 250px;
    max-width: none;
    float: none;
    width: auto;
    padding: 6px 10px 6px 40px;
  }

  .form-list .control label,
  .product-options ul.options-list label {
    display: inline-block;
    float: none;
    padding: 6px 10px 6px 40px;
  }

  #checkout-shipping-method-load .sp-methods dd label:hover,
  #co-shipping-method-form .sp-methods dd label:hover,
  .form-list .control label:hover,
  .product-options ul.options-list label:hover,
  .sp-methods dt label:hover {
    background-color: #ececec;
  }

  #checkout-shipping-method-load .sp-methods dd .no-display + label,
  #co-shipping-method-form .sp-methods dd .no-display + label,
  .form-list .control .no-display + label,
  .product-options ul.options-list .no-display + label,
  .sp-methods dt .no-display + label {
    padding-left: 10px;
    background-color: transparent;
  }

  #checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
  #co-shipping-method-form .sp-methods dd .no-display + label:hover,
  .form-list .control .no-display + label:hover,
  .product-options ul.options-list .no-display + label:hover,
  .sp-methods dt .no-display + label:hover {
    background-color: transparent;
  }

  .col2-set .form-list .control label {
    min-width: inherit;
    max-width: 100%;
    width: 250px;
  }

  .form-list .control.remember-me-box label {
    min-width: inherit;
    max-width: none;
    width: auto;
  }

  .form-list .control {
    margin-top: 10px;
  }

  .form-list .control .checkbox,
  .form-list .control .radio {
    margin-right: 6px;
  }

  .form-list .control .input-box {
    display: inline-block;
    clear: none;
    padding: 0;
    width: auto;
  }

  form .form-instructions {
    color: #a0a0a0;
    font-style: italic;
    font-size: var(--text-size-small);
  }

  .hide-th {
    text-indent: -9999px;
  }

  .data-table,
  .product-collateral > dl {
    width: 100%;
  }

  .data-table td,
  .data-table th {
    padding: 5px;
    vertical-align: top;
  }

  .data-table th {
    text-transform: none;
    white-space: nowrap;
    line-height: 1.4;
    font-weight: 600;
  }

  .data-table tbody td,
  .data-table thead th {
    border-bottom: 1px solid #ddd;
  }

  .data-table tfoot tr {
    background: #f4f4f4;
  }

  .data-table tbody td .item-options {
    margin-top: 10px;
    margin-left: 20px;
  }

  .info-table td,
  .info-table th {
    vertical-align: top;
  }

  .info-table th {
    padding: 4px 20px 4px 0;
    font-weight: 700;
  }

  .info-table td {
    padding: 4px 0;
  }

  .wrapper {
    margin: 0 auto;
    min-width: 320px;
    min-height: 100%;
    width: 100%;
  }

  .mini-products-list li:after,
  .products-grid:after,
  .products-grid > li:after,
  .products-list > li:after,
  .wrapper:after {
    display: table;
    clear: both;
    content: "";
  }

  .mini-products-images-list li.item .product-image,
  .products-grid .product-image.loading:after,
  .products-grid .product-image.loading:before {
    display: block;
  }

  /* FOOTER */

  .footer .block-title {
    padding: 3px 0;
    border-bottom: 0;
    color: var(--color-blue);
  }

  .footer address {
    color: var(--color-blue);
  }

  .footer address {
    clear: both;
  }

  .footer .currency-switcher,
  .footer .form-language,
  .footer .store-switcher {
    clear: both;
    margin-bottom: 10px;
  }

  .footer address {
    margin-top: 30px;
    padding: 30px 0;
    width: 100%;
    border-top: 1px solid #ccc;
    text-align: center;
    font-size: 11px;
  }

  .footer {
    clear: both;
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 1250px;
  }

  .footer .icon-flag2 {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
  }

  .footer .icon-flag2:nth-child(3n + 1) {
    clear: both;
  }

  .footermidwrap h3 {
    color: var(--color-orange);
  }

  .footermidwrap {
    background-color: var(--color-antracite);
    line-height: 2em;
    padding: 4em 0 5em 0;
  }

  .footermidwrap a {
    color: #fff;
    text-decoration: none;
  }

  .footermidwrap a:hover {
    text-decoration: none;
    color: var(--color-orange);
  }

  /* End Footer */

  .btn-quote,
  .btn-lease {
    margin-top: 5px !important;
    margin-left: 0 !important;
  }

  .btn-quote {
    background-color: #2a71db !important;
  }

  .btn-lease {
    background-color: #17a249 !important;
  }

  /* EU Energy Labels */

  .lblenergylabel {
    position: absolute;
    top: 15em;
    right: 0;
    z-index: 10;
    display: inline-block;
    margin-left: 0;
    min-width: 70px;
    border-radius: 0 .3rem .3rem 0;
    background-clip: padding-box;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    font-size: 1.6em;
    line-height: 36px;
  }

  .lblenergylabel::after {
    position: absolute;
    top: 0;
    left: -25px;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 18px 25px 18px 0;
    border-style: solid;
    border-color: transparent;
    content: "";
  }

  .lblenergylabel.enrgclz1 {
    background-color: #01a550;
  }

  .lblenergylabel.enrgclz1:after {
    border-right-color: #01a550;
  }

  .lblenergylabel.enrgclz2 {
    background-color: #4cb748;
  }

  .lblenergylabel.enrgclz2:after {
    border-right-color: #4cb748;
  }

  .lblenergylabel.enrgclz3 {
    background-color: #bdd62e;
  }

  .lblenergylabel.enrgclz3:after {
    border-right-color: #bdd62e;
  }

  .lblenergylabel.enrgclz4,
  .lblenergylabel.enrgclz5,
  .lblenergylabel.enrgclz6,
  .lblenergylabel.enrgclz7 {
    background-color: #fef104;
  }

  .lblenergylabel.enrgclz4:after,
  .lblenergylabel.enrgclz5:after,
  .lblenergylabel.enrgclz6:after,
  .lblenergylabel.enrgclz7:after {
    border-right-color: #fef104;
  }

  /* Product Grid */

  .products-grid .product-image {
    width: 100%;
  }

  .widget-new-products .products-grid .product-image {
    margin-bottom: 15px;
    margin-left: 10%;
    width: 75%;
  }

  .products-grid .product-info {
    position: relative;
    padding-bottom: 95px;
  }

  .products-grid .actions {
    min-height: 3.2em;
  }

  .products-grid .ratings .rating-box {
    margin: 0 auto;
  }

  .products-grid .price-box {
    font-weight: 700;
    font-size: 25px;
  }

  .products-grid .add-to-links {
    margin-bottom: 0;
  }

  .products-grid > li:nth-child(even) {
    margin-right: 0;
  }

  .products-grid .product-image {
    margin-bottom: 8px;
  }

  .products-grid .product-image:after,
  .products-grid .product-image:before {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    content: "";
  }

  .products-grid .product-image:before {
    z-index: 2;
    background-color: #fff;
    opacity: .8;
  }

  .products-grid .product-image:after {
    z-index: 3;
    background-image: url(../images/opc-ajax-loader.gif);
    background-position: center;
    background-repeat: no-repeat;
  }

  .products-grid .product-image.loading {
    position: relative;
  }

  .products-list {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .products-list > li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
  }

  .products-list > li .product-image {
    float: left;
    width: 33.33333%;
  }

  .mini-products-images-list li.item .product-image img,
  .products-list > li .product-image img {
    max-width: 100%;
    width: 100%;
  }

  .products-list > li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  .products-list .product-shop {
    float: right;
    padding-left: 20px;
    width: 66.66667%;
  }

  .products-list .product-shop .product-name {
    margin-bottom: 0;
  }

  .products-list .product-shop .ratings {
    margin: 0;
  }

  .products-list .product-shop .ratings .rating-box,
  .products-list .product-shop .ratings .rating-links {
    float: left;
    margin-right: 7px;
  }

  .products-list .product-shop .ratings .rating-links,
  .shipping .form-list .shipping-postcode input {
    margin-top: 4px;
  }

  .products-list .product-shop .price-box {
    margin-top: 0;
  }

  .products-list .product-shop .price-box .price {
    font-size: 18px;
  }

  .products-list .product-shop .action {
    margin: 7px 0;
  }

  .products-list .product-shop .desc {
    margin-top: 7px;
  }

  .products-list .product-shop .desc,
  .products-list .product-shop .product-primary {
    float: left;
    overflow: hidden;
    width: 65%;
  }

  .products-list .product-shop .product-secondary {
    float: right;
    clear: right;
    width: 35%;
    text-align: right;
  }

  .mini-products-list .product-image {
    float: left;
    min-width: 50px;
  }

  .mini-products-list li {
    clear: both;
    margin-bottom: 10px;
  }

  .mini-products-images-list:after {
    display: table;
    clear: both;
    content: "";
  }

  .mini-products-images-list li.item {
    float: left;
    margin: 0;
    padding: 0 5px 10px 0;
    width: 50%;
  }

  .mini-products-images-list li.item:nth-child(even) {
    padding-right: 0;
    padding-left: 5px;
  }

  .product-collateral {
    clear: both;
  }

  .product-collateral .toggle-tabs {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }

  .product-collateral .toggle-tabs li {
    float: left;
    margin: 0 20px 0 10px;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
  }

  .product-collateral .toggle-tabs li > span {
    position: relative;
    bottom: -1px;
    display: inline-block;
    height: 40px;
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
  }

  .product-collateral .toggle-tabs li.current span {
    border-bottom: 4px solid #f45334;
    text-decoration: none;
  }

  .product-collateral .toggle-tabs li.current > span {
    z-index: 5;
    background-color: #fff;
  }

  .product-collateral .toggle-tabs li.current span,
  .product-collateral .toggle-tabs li:hover span {
    color: var(--color-blue);
  }

  .product-collateral .toggle-tabs li:first-child {
    border-left: none;
  }

  .product-collateral > dl > dd {
    display: none;
    padding: 15px;
    width: 100%;
    border-top: 0;
  }

  .product-collateral {
    margin-bottom: 1em;
    background: #fff 0 0;
  }

  .products-grid .product-image img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
  }

  .product-img-box .product-image img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 750px;
  }

  .product-collateral > dl > dd.current,
  .product-image-gallery .gallery-image.visible,
  .product-image-gallery.loading:after,
  .product-image-gallery.loading:before {
    display: block;
  }

  .product-image-gallery .gallery-image.visible.hidden {
    visibility: hidden;
  }

  .product-image-gallery:after,
  .product-image-gallery:before {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    content: "";
  }

  .product-image-gallery:before {
    z-index: 2;
    background-color: #fff;
    opacity: .8;
  }

  .product-image-gallery:after {
    z-index: 3;
    background-image: url(../images/opc-ajax-loader.gif);
    background-position: center;
    background-repeat: no-repeat;
  }

  .product-image-gallery,
  .product-image-gallery.loading {
    position: relative;
  }

  .product-image-thumbs li {
    display: inline-block;
    margin-bottom: 3px;
  }

  .product-image-thumbs li:first-child {
    margin-left: -1px;
  }

  .product-image-thumbs a {
    display: inline-block;
    border: 1px solid transparent;
  }

  .no-touch .product-image-thumbs a:hover {
    border-color: var(--color-blue);
  }

  .no-touch .product-image-thumbs a:active,
  .no-touch .product-image-thumbs a:focus,
  .no-touch .product-image-thumbs a:hover {
    border-color: var(--color-blue);
  }

  #checkout-step-review .centinel > p,
  .shipping .sp-methods dd {
    margin-bottom: 10px;
  }

  .clzctbcmsg {
    font-size: 13px;
    font-weight: 500;
  }

  .clzstmsg2 {
    position: relative;
    top: 25px;
    display: inline-block;
    clear: none;
    width: 225px;
    text-align: right;
  }

  .firstcolsm td {
    background: #dae3f3;
  }

  .clztopbdp {
    padding-left: 15px !important;
    border-top: 1px solid #adb9ca !important;
    border-right: 1px solid #adb9ca !important;
  }

  .clztopbdp,
  .clztopbdpl {
    border-left: 1px solid #adb9ca !important;
  }

  .clztopbdpl,
  .clztopbdpm,
  .clztopbdpr {
    border-bottom: 1px solid #adb9ca !important;
  }

  .clztopbdpr {
    border-right: 1px solid #adb9ca !important;
  }

  .clznoboer td {
    border-bottom: none !important;
  }

  /* CONFIGURABLE PRODUCTS */

  .product-options ul.options-list label {
    min-width: inherit;
    max-width: 100%;
    width: 100%;
  }

  .product-options {
    position: relative;
    clear: both;
    padding-bottom: 1em;
    width: 100%;
  }

  .product-options p.required {
    position: absolute;
    top: 6px;
    right: 15px;
    text-align: right;
  }

  .product-options dt {
    margin: 10px 0 3px;
    font-weight: 400;
  }

  .product-options dt:first-child {
    margin-top: 0;
  }

  .product-options dd .qty-holder {
    display: block;
    padding: 10px 0 0;
  }

  .product-options dd .qty-holder .qty {
    width: 3em;
  }

  .product-options dd .qty-holder label {
    vertical-align: middle;
  }

  .product-options dd .qty-disabled {
    padding: 0 2px;
    border: 0;
    background: 0 0;
  }

  .product-options dd {
    margin: 0 0 5px;
    padding: 0 0 10px;
  }

  .product-options dl.last dd.last {
    margin-bottom: 0;
    padding-bottom: 5px;
    border-bottom: 0;
  }

  .product-options dd .input-text {
    width: 98%;
  }

  .product-options dd .input-box {
    padding-top: 0;
  }

  .product-options dd input.datetime-picker {
    width: 150px;
  }

  .product-options dd .time-picker {
    display: -moz-inline-stack;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle;
    zoom: 1;
  }

  .product-options dd textarea {
    width: 98%;
    height: 8em;
  }

  .product-options dd select {
    padding: .3em;
    max-width: 100%;
    width: 100%;
  }

  .product-options ul.options-list {
    margin-right: 5px;
  }

  .product-options ul.options-list li {
    margin-bottom: 7px;
    line-height: 1.5;
  }

  .product-options ul.options-list .checkbox,
  .product-options ul.options-list .radio {
    float: left;
    margin-top: 5px;
  }

  .map-popup .map-popup-checkout span,
  .product-options ul.options-list .label {
    display: block;
  }

  .cart .cart-totals table tfoot strong,
  .product-options ul.options-list label {
    font-weight: 400;
  }

  .product-options p.note {
    margin: 0;
    font-size: 11px;
  }

  /* RELATED PRODUCTS */

  .block-related .block-subtitle,
  .block-related li {
    margin-bottom: 7px;
  }

  .block-related .checkbox {
    float: left;
    margin-top: 36px;
  }

  .block-related .product-details {
    margin-left: 90px;
  }

  .block-related .product-name {
    margin-bottom: 3px;
  }

  .block-related .product-details .price-box {
    margin: 2px 0 3px;
  }

  .block-related .product-details .price-box a,
  .block-related .product-details .price-box p,
  .block-related .product-details .price-box span {
    float: left;
    margin-left: 3px;
  }

  .block-related .product-details .price-box a:first-child,
  .block-related .product-details .price-box p:first-child,
  .block-related .product-details .price-box span:first-child {
    margin-left: 0;
    padding-left: 5px;
    font-size: var(--text-size-large);
  }

  .block-compare .product-name:after,
  .block-related .product-details .price-box:after,
  .cart .page-title:after,
  .cart-table tfoot tr > td:after,
  .checkout-types li:after,
  .display-single-price:after,
  .map-popup .map-popup-checkout form:after,
  .map-popup .map-popup-checkout:after {
    display: table;
    clear: both;
    content: "";
  }

  .box-up-sell {
    margin-top: 20px;
  }

  .cart-msrp-totals {
    margin: 10px 10px 0;
    padding: 10px;
    color: red;
    text-align: right;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px !important;
  }

  .map-cart-sidebar-total {
    display: block;
    padding: 2px 5px;
    color: red;
    text-align: left;
    font-weight: 700;
    font-size: 10px;
  }

  .map-popup {
    position: absolute;
    z-index: 100;
    margin: 12px 0 0;
    width: 450px;
    border: 5px solid #ccc;
    background: #fff;
    text-align: left;
  }

  .map-popup .map-popup-heading {
    margin-right: 40px;
    padding: 8px 10px;
    width: auto;
  }

  .map-popup .map-popup-heading h3 {
    overflow: hidden;
    margin: 0;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    font-size: var(--text-size-normal);
  }

  .map-popup .map-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
  }

  .map-popup .map-popup-content {
    overflow: hidden;
    margin: 0 10px;
    padding: 10px;
    border-top: 1px solid #ededed;
    text-align: left;
  }

  .map-popup .map-popup-checkout,
  .map-popup .map-popup-price {
    padding: 10px 0;
  }

  .map-popup .map-popup-checkout .button {
    float: left;
    clear: left;
    margin: 0 2px;
  }

  .map-popup .map-popup-checkout .additional-addtocart-box {
    float: left;
    min-width: 210px;
  }

  .map-popup .map-popup-checkout .additional-addtocart-box li {
    list-style-type: none;
  }

  .map-popup .map-popup-price .price-box,
  .map-popup .map-popup-price .price-box .special-price {
    display: inline-block;
    margin: 0;
    padding: 0;
  }

  .map-popup .map-popup-price .price-box .minimal-price-link {
    display: inline-block;
  }

  .map-popup .map-popup-text {
    margin: 0 10px;
    padding: 10px 0;
    word-wrap: break-word;
  }

  .map-popup .map-popup-only-text,
  .map-popup .map-popup-text {
    border-top: 1px solid #ededed;
  }

  .price-box .map-link {
    display: block;
    text-align: center;
  }

  .compare-table .product-image {
    display: inline-block;
  }

  .compare-table .product-shop-row.top td {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .compare-table .product-shop-row.bottom td {
    padding-top: 0;
  }

  table.cart-table td {
    vertical-align: middle;
  }

  .cart .button {
    white-space: normal;
  }

  .cart-table {
    margin-bottom: 20px;
  }

  .display-both-prices .cart-table {
    float: none;
    width: 100%;
  }

  .display-both-prices .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
  }

  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  article.block-text nav.category > ul > li > ul > li.sub {
    padding-left: 10px;
  }

  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell {
    width: 50%;
  }

  .display-both-prices .crosssell {
    float: right;
    clear: right;
  }

  .cart .page-title,
  .gift-message-form .inner-box > div.extra-options-container p {
    margin-bottom: 15px;
  }

  .checkout-types {
    float: right;
    max-width: 100%;
    text-align: right;
  }

  .checkout-types li img {
    display: inline;
    vertical-align: top;
  }

  .cart-table .cart-links > li > a,
  .checkout-types .method-checkout-cart-methods-multishipping,
  .checkout-types.top .bml_button img {
    display: block;
  }

  .checkout-types.top li {
    display: inline-block;
  }

  .checkout-types.top .bml_button {
    display: inline-block;
    vertical-align: top;
  }

  .cart .giftcard p,
  .cart-totals .checkout-types .btn-checkout {
    margin-bottom: 7px;
  }

  .cart-table h2 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: var(--text-size-normal);
  }

  .cart-table tbody td,
  .cart-table thead th {
    padding: 6px 0;
  }

  .cart-table tfoot tr,
  .review-summary-table thead {
    background: 0 0;
  }

  .cart-table span.or {
    padding: 0 5px;
    text-transform: uppercase;
    font-size: 9px;
  }

  .cart-table .product-cart-sku {
    margin: 5px 0 12px;
    font-style: italic;
    font-size: 12px;
  }

  .cart-table .product-cart-sku .label {
    font-weight: 600;
  }

  .cart-table .btn-empty {
    float: left;
  }

  .cart-table .product-cart-price,
  .cart-table .product-cart-total {
    text-align: center;
  }

  .cart-table .cart-tax-total {
    position: relative;
    cursor: pointer;
  }

  .cart-table .cart-tax-total.cart-tax-total-expanded:after,
  .cart-table .cart-tax-total:after {
    position: absolute;
    top: 3px;
    right: -11px;
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid var(--color-blue);
    border-bottom: 6px solid transparent;
    border-left: none;
    content: "";
  }

  .cart-table .cart-tax-total.cart-tax-total-expanded:after {
    top: 6px;
    right: -15px;
    border-top: 6px solid var(--color-blue);
    border-right: 6px solid transparent;
    border-bottom: none;
    border-left: 6px solid transparent;
  }

  .cart-table .cart-links > li {
    margin-bottom: 5px;
    min-width: 65px;
    white-space: nowrap;
    font-size: var(--text-size-small);
    line-height: 1.3;
  }

  .cart-table .cart-links > li:last-child {
    margin-bottom: 0;
  }

  .cart-table .product-cart-actions {
    min-width: 60px;
    text-align: center;
  }

  .cart-table .product-cart-actions .qty {
    margin-bottom: 10px;
    height: 30px;
    border-color: silver;
    border-radius: 0;
    text-align: center;
  }

  table.cart-table a {
    text-decoration: none;
  }

  .shipping h2 {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 12px;
  }

  .shipping select {
    display: block;
    max-width: 100%;
    height: 30px;
    border: 1px solid silver;
  }

  .shipping .buttons-set {
    margin: 0;
    padding: 0;
    border: 0;
  }

  #giftcard-form:after,
  .cart .cart-totals:after,
  .discount-form:after,
  .opc .section .step-title:after,
  .opc .section .step:after,
  .shipping .form-list:after {
    display: table;
    clear: both;
    content: "";
  }

  .shipping .form-list li {
    float: left;
    margin: 5px 2% 10px 0;
  }

  .shipping .form-list .shipping-country {
    width: 37%;
  }

  .shipping .form-list .shipping-region {
    width: 41%;
  }

  .shipping .form-list .shipping-postcode {
    margin-right: 0;
    width: 18%;
  }

  .shipping .form-list .input-box {
    padding-top: 0;
  }

  .shipping .form-list input {
    margin-top: 4px;
    height: 30px;
  }

  .shipping .form-list label {
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 400;
    font-size: var(--text-size-small);
  }

  .shipping .sp-methods {
    padding: 10px 0 0;
    text-align: left;
  }

  .shipping .sp-methods label {
    min-width: 100px;
    font-style: italic;
    font-size: 12px;
  }

  .shipping .sp-methods label span {
    font-weight: 700;
    font-style: normal;
  }

  .shipping #co-shipping-method-form .buttons-set .button {
    float: left;
    margin-left: 0;
  }

  .shipping #co-shipping-method-form .sp-methods dd label {
    min-width: 220px;
    border: 1px solid #ccc;
    background-color: #ececec;
  }

  .shipping #co-shipping-method-form .sp-methods dd label:hover {
    background-color: #dbdbdb;
  }

  .cart .cart-totals {
    text-align: right;
  }

  .cart .cart-totals table {
    margin-bottom: 20px;
    width: 100%;
    font-size: var(--text-size-normal);
  }

  .cart .cart-totals table td {
    padding: 2px 0;
  }

  .cart .cart-totals table td:first-child {
    padding-right: 10px;
    min-width: 120px;
  }

  .cart .cart-totals table tbody tr:last-child td,
  .cart .cart-totals table tbody tr:last-child th {
    padding-bottom: 10px;
  }

  .cart .cart-totals table tfoot td {
    padding: 2px 5px;
    vertical-align: top;
  }

  .cart-features h3 {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: var(--text-size-large);
    line-height: 1.1em;
  }

  .cart-service-list li {
    position: relative;
    padding: 0 0 13px;
  }

  #discount-coupon-form .button-wrapper > button,
  .cart .giftcard .button-wrapper > button,
  .cart-service-list [class^="icon"],
  .sp-methods .checkmo-list address,
  .sp-methods label img {
    float: left;
  }

  .cart-service-list .label-for-icon {
    padding-left: 58px;
  }

  .icon-delivery {
    display: inline-block;
    width: 41px;
    height: 25px;
    background: url(../images/common-sprite2.png) no-repeat -695px -468px;
  }

  .icon-return {
    width: 22px;
    height: 26px;
    background: url(../images/common-sprite2.png) no-repeat -773px 0;
  }

  .icon-discount {
    width: 33px;
    height: 22px;
    background: url(../images/common-sprite2.png) no-repeat -626px -252px;
  }

  #customer-reviews .fieldset .form-list input[type="text"],
  #discount-coupon-form,
  .cart .giftcard {
    width: 100%;
  }

  #discount-coupon-form label,
  .cart .giftcard label {
    display: inline-block;
    margin-right: 10px;
    min-width: 105px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
  }

  #discount-coupon-form .field-wrapper,
  .cart .giftcard .field-wrapper,
  .icon-discount {
    display: inline-block;
  }

  #discount-coupon-form .validation-advice,
  .cart .giftcard .validation-advice,
  .opc-block-progress dt.complete .separator,
  .opc-block-progress dt.complete a {
    display: inline;
  }

  #discount-coupon-form .button-wrapper,
  .cart .giftcard .button-wrapper {
    display: inline-block;
    vertical-align: bottom;
  }

  #discount-coupon-form .input-text,
  .cart .giftcard .input-text {
    margin: 4px 10px 0 0;
    width: 190px;
    height: 30px;
    border-radius: 0;
  }

  .cart .giftcard .check-gc-status {
    float: left;
    padding: 0;
  }

  .cart .giftcard .check-gc-status > span > span {
    text-transform: none;
    font-size: var(--text-size-normal);
  }

  #customer-reviews h3 span,
  .opc .section.active .step-title h2,
  .opc .section.allow .step-title:hover h2 {
    color: var(--color-blue);
  }

  .opc select {
    max-width: 365px;
    width: 100%;
  }

  .opc .section .step-title {
    position: relative;
    width: 100%;
    border-top: 1px solid #ececec;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
  }

  .opc .section.allow:not(.active) .step-title {
    cursor: pointer;
  }

  .no-touch .opc .section.allow:not(.active) .step-title:hover {
    background-color: #f4f4f4;
  }

  .opc .section.allow:not(.active) .step-title a {
    display: block;
    float: right;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
  }

  .no-touch .opc .section .step-title a:hover {
    text-decoration: none;
  }

  .no-touch .opc .section.allow:hover .step-title .number,
  .opc .section .step-title .number,
  .opc .section.allow.active .step-title .number {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    margin-top: -13px;
    width: 26px;
    height: 26px;
    background-color: var(--color-blue);
    color: #fff;
    text-align: center;
    line-height: 26px;
  }

  .opc .section.allow .step-title .number {
    background-color: #99cce5;
  }

  .opc .section .step-title h2 {
    float: left;
    margin: 0 4px 0 45px;
    height: 40px;
    font-weight: 400;
    font-size: var(--text-size-large);
    line-height: 40px;
  }

  .opc .section .step {
    padding: 20px;
  }

  .opc h3 {
    font-weight: 500;
  }

  .opc .buttons-set {
    text-align: left;
  }

  .opc .buttons-set button.button {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .opc .buttons-set p.required {
    float: right;
    margin-bottom: 0;
    margin-left: 5px;
  }

  .opc .buttons-set .back-link {
    float: right;
    margin: 0;
  }

  .opc .buttons-set a {
    display: inline-block;
    padding: 5px 5px 5px 0;
    line-height: 20px;
  }

  .opc #opc-login .step {
    padding: 0;
  }

  .opc #opc-login .buttons-set {
    padding-top: 5px;
    border-top: 0;
  }

  #opc-payment .note {
    padding: 10px;
  }

  .opc-block-progress-step-login,
  .opc.opc-firststep-login .section:not(#opc-login) .step-title {
    -webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear 0;
    -o-transition: opacity 300ms linear 0;
    transition: opacity 300ms linear .2s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }

  .opc.opc-firststep-login .section#opc-login .step-title .number {
    -webkit-transition: width 80ms linear;
    -moz-transition: width 80ms linear 0;
    -o-transition: width 80ms linear 0;
    transition: width 80ms linear .2s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }

  .opc.opc-firststep-login .section#opc-login .step-title h2 {
    -webkit-transition: margin-left 80ms linear;
    -moz-transition: margin-left 80ms linear 0;
    -o-transition: margin-left 80ms linear 0;
    transition: margin-left 80ms linear .2s;
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }

  body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login,
  body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title {
    opacity: 0;
  }

  body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
    overflow: hidden;
    width: 0;
  }

  body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
    margin-left: 0;
  }

  .sp-methods,
  .sp-methods .form-list li {
    margin: 0 0 8px;
  }

  .sp-methods dd li {
    margin: 5px 0;
  }

  /* .sp-methods label a {
    float: right;
    margin-top: 6px;
    margin-left: 10px;
  } */

  .gift-messages-form .item h5 {
    font-weight: 700;
  }

  .block-progress,
  .sp-methods .form-list {
    padding-left: 20px;
  }

  .sp-methods select.month {
    margin-right: 10px;
    width: 120px;
  }

  .sp-methods select.year {
    width: 96px;
  }

  .sp-methods input.cvv {
    width: 4em !important;
  }

  .sp-methods #advice-validate-cc-exp-ccsave_expiration {
    max-width: 130px;
  }

  .sp-methods .checkmo-list li {
    margin: 0 0 5px;
    display: table;
    clear: both;
    content: "";
  }

  .sp-methods .checkmo-list label {
    float: left;
    padding-right: 15px;
    width: 165px;
    text-align: right;
  }

  .sp-methods .release-amounts {
    margin: .5em 0;
  }

  .sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
  }

  .block-progress {
    margin: 0;
    border: 0;
    border-left: 1px solid #ccc;
  }

  .block-progress .block-content {
    font-size: var(--text-size-small);
  }

  .block-progress dt {
    margin: 0 0 6px;
    padding-top: 6px;
    color: #a0a0a0;
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    font-size: var(--text-size-normal);
    line-height: 1.4;
  }

  .block-progress .payment-info dt,
  .block-progress dd {
    font-style: italic;
  }

  .block-progress dd {
    margin-bottom: 10px;
    padding-left: 15px;
  }

  .block-progress #payment-progress-opcheckout .subtitle {
    margin-bottom: 3px;
  }

  .block-progress .payment-info dt {
    float: left;
    clear: both;
    margin: 0 0 3px;
    padding: 0;
    text-transform: none;
    font-size: var(--text-size-small);
  }

  .block-progress .payment-info dt:after {
    content: ": ";
  }

  .block-progress .payment-info dd {
    float: left;
    margin-bottom: 3px;
    font-size: var(--text-size-small);
  }

  .block-progress .payment-info:after,
  .gift-message-form .gift-wrapping-form .gift-wrapping-design:after,
  .gift-messages-form .item {
    display: table;
    clear: both;
    content: "";
  }

  #checkout-review-table-wrapper {
    clear: both;
  }

  #review-buttons-container {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
  }

  #review-buttons-container .btn-checkout {
    min-width: 220px;
  }

  #review-buttons-container .please-wait {
    float: left;
    margin-right: 10px;
  }

  #review-buttons-container .f-left {
    float: right;
  }

  #checkout-step-review .opc-block-progress {
    padding-left: 0;
    border-left: none;
  }

  #checkout-step-review .opc-block-progress .block-content {
    display: block !important;
    padding: 0;
  }

  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: left;
    width: 50%;
  }

  #checkout-step-review .centinel iframe {
    min-height: 400px;
    width: 100%;
  }

  .gift-messages-form .item {
    margin-top: 30px;
  }

  .gift-messages-form .item .product-img-box {
    float: left;
    width: auto;
    padding-right: 15px;
  }

  .gift-message-form .gift-wrapping-form img,
  .gift-messages-form .item .details {
    float: left;
  }

  .gift-message-form .inner-box > div {
    display: block;
    margin-top: 15px;
    width: 100%;
  }

  .gift-message-form .gift-wrapping-form label,
  ol#cart-sidebar-reorder li input {
    margin-right: 10px;
  }

  .gift-message-form .gift-wrapping-form .gift-wrapping-design {
    height: 75px;
  }

  .gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
    margin-right: 5px;
  }

  .gift-message-form .gift-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ececec;
  }

  .configurable-swatch-list:after,
  .gift-message-form .gift-item:after,
  .gift-message-form .inner-box > div {
    display: table;
    clear: both;
    content: "";
  }

  .gift-message-form .gift-item .product-img-box {
    width: 200px;
  }

  .gift-message-form .gift-item .product-img-box .product-image {
    margin-right: auto;
    margin-left: auto;
    width: 75px;
  }

  .gift-message-form .gift-item .product-img-box .product-name {
    display: block;
  }

  .gift-message-form .gift-item .fieldset {
    margin-left: 200px;
  }

  .checkout-onepage-success .buttons-set {
    margin: 10px 0;
    text-align: center;
  }

  .checkout-onepage-success .buttons-set button {
    float: none;
  }

  .swatch-label,
  .swatch-link {
    display: block;
    box-sizing: content-box;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    font-size: var(--text-size-normal);
  }

  .swatch-link {
    margin: 0 0 3px;
    border: 1px solid #ccc;
  }

  .swatch-link img {
    border-radius: 2px;
  }

  .swatch-link:hover {
    text-decoration: none;
    cursor: pointer;
  }

  .swatch-link .x {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: url(../images/bg_x.png) center no-repeat;
    text-indent: -999em;
  }

  .currently .swatch-current,
  .swatch-link.has-image .swatch-label {
    position: relative;
  }

  .swatch-link.has-image img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .swatch-label {
    margin: 0;
    border: 1px solid #fff;
    background: #f4f4f4;
    white-space: nowrap;
  }

  .configurable-swatch-list {
    clear: both;
    margin-left: -3px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    zoom: 1;
  }

  .configurable-swatch-list li {
    float: left;
    margin: 0 0 0 3px;
    zoom: 1;
  }

  .products-grid .configurable-swatch-list li {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: top;
  }

  .configurable-swatch-list .not-available .x {
    display: block;
  }

  .configurable-swatch-list .not-available .swatch-link {
    position: relative;
    border-color: #ededed;
  }

  .configurable-swatch-list .not-available .swatch-link.has-image img {
    opacity: .4;
    filter: alpha(opacity=40);
  }

  .configurable-swatch-list .not-available .swatch-label {
    background: #fff;
    color: #aaa;
  }

  .configurable-swatch-list .wide-swatch .swatch-label {
    padding: 0 6px;
  }

  .currently .swatch-current .btn-remove {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
  }

  .currently .swatch-current span {
    display: block;
    float: left;
  }

  .currently .swatch-link {
    display: inline-block;
    margin: 0 0 0 3px;
  }

  .currently .swatch-link:hover {
    border-color: #ccc;
    cursor: default;
  }

  .configurable-swatch-list .hover .swatch-link,
  .configurable-swatch-list .selected .swatch-link,
  .swatch-link:hover {
    border-color: var(--color-blue);
  }

  .configurable-swatch-box {
    background: 0 0 !important;
  }

  .configurable-swatch-box .validation-advice {
    display: block;
    float: left;
    margin: 0 0 5px;
    padding: 2px 5px !important;
    border-radius: 3px;
    background: #df280a;
    color: #fff !important;
    font-weight: 700;
  }

  .availability.out-of-stock span {
    color: #a0a0a0;
  }

  .opc #opc-login p:not(.required) {
    color: #a0a0a0;
    font-style: italic;
    font-size: var(--text-size-small);
  }

  .remember-me-box .link-tip {
    padding-left: 10px;
    font-size: var(--text-size-small);
  }

  .remember-me-popup {
    padding: 10px;
    border: 1px solid #ccc;
    position: relative;
  }

  .remember-me-popup.show {
    display: block;
  }

  .remember-me-popup .remember-me-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 12px;
  }

  section.cms article table td {
    text-align: left;
  }

  ol#cart-sidebar-reorder li {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .dashboard .box-head h2 {
    display: inline-block;
    margin-bottom: 0;
  }

  .form-list .customer-dob .dob-day,
  .form-list .customer-dob .dob-month {
    float: left;
    margin-right: 10px;
    width: 40px;
  }

  .form-list .customer-dob .dob-year {
    float: left;
    width: 80px;
  }

  .dashboard .box-head {
    margin-top: 30px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ccc;
  }

  .dashboard .box-head h2 {
    font-weight: 600;
    font-size: 15px;
  }

  .dashboard .box-head a {
    padding: 10px;
  }

  .dashboard .box-account {
    margin-bottom: 45px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 12.09677%;
    padding-bottom: 0;
  }

  .dashboard .col2-set .col-1 .box-title,
  .dashboard .col2-set .col-2 .box-title {
    position: relative;
    padding-bottom: 10px;
  }

  .dashboard .col2-set .col-1 .box-title h2,
  .dashboard .col2-set .col-1 .box-title h3,
  .dashboard .col2-set .col-2 .box-title h2,
  .dashboard .col2-set .col-2 .box-title h3 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: var(--text-size-normal);
  }

  .dashboard .col2-set .col-1 .box-title a,
  .dashboard .col2-set .col-2 .box-title a {
    line-height: 19.6px;
  }

  .dashboard .box-reviews.box-account,
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    padding-bottom: 0;
  }

  .dashboard .box-reviews li {
    padding: 10px 0;
    border-top: 1px solid #ededed;
  }

  .dashboard .box-reviews li:first-child {
    border-top: 0;
  }

  .dashboard .box-reviews li .number {
    float: left;
    margin-right: -20px;
    font-size: var(--text-size-small);
    line-height: 1.4;
  }

  .dashboard .box-reviews li .details {
    margin-left: 20px;
  }

  .dashboard .box-reviews li .details .ratings {
    display: table;
    clear: both;
    content: "";
    margin-bottom: 0;
  }

  .dashboard .box-reviews li .details .ratings strong {
    float: left;
    margin-right: 5px;
    font-size: var(--text-size-small);
  }

  .dashboard .box-reviews li .details .ratings .rating-box {
    float: left;
    margin: 3px 0 0;
  }

  .my-account .addresses-list .item {
    margin: 0 0 30px;
  }

  .my-account .addresses-list .item p {
    margin-top: 10px;
  }

  .order-info {
    margin-bottom: 30px;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #ededed;
  }

  .order-info dd,
  .order-info dt,
  .order-info li,
  .order-info ul,
  ol#cart-sidebar-reorder p.product-name {
    display: inline;
  }

  .order-info dt {
    margin-right: 20px;
  }

  .order-info li {
    margin: 0 0 0 20px;
  }

  .order-info li.current {
    font-weight: 600;
  }

  .order-info li:first-child,
  section.cms article > nav.content-menu > ul > li:first-child,
  section.cms ul.l-horizontal > li:first-child {
    margin-left: 0;
  }

  .order-info-box {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .order-info-box + .order-info-box {
    padding-bottom: 40px;
    border-bottom: 1px solid #ededed;
  }

  .order-info-box .col-1 {
    padding-right: 0;
    width: 48%;
  }

  .order-info-box .col-2 {
    width: 52%;
  }

  .order-info-box .col-1,
  .order-info-box .col-2 {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
  }

  .order-info-box .box-title {
    float: left;
    padding-right: 10px;
    width: 150px;
  }

  .order-info-box .box-title h2 {
    font-size: var(--text-size-normal);
  }

  .order-info-box .box-content {
    float: left;
  }

  .order-info-box .box-content td,
  .order-info-box .box-content th {
    line-height: 1.3;
  }

  .order-info-box .box-content th {
    padding-top: 10px;
  }

  .order-info-box .box-content td {
    padding-left: 15px;
  }

  .order-info-box .box-content strong {
    text-transform: uppercase;
    font-weight: 400;
  }

  #my-orders-table .option-label {
    margin-left: 10px;
    font-weight: 600;
    font-style: italic;
  }

  #my-orders-table .option-value {
    margin-left: 20px;
  }

  #my-orders-table tr.bundle:not(:last-child) td {
    border-top: none;
    border-bottom: none;
  }

  .order-additional {
    margin: 40px 0;
  }

  .order-gift-message dd {
    margin-top: 10px;
  }

  .contacts-index-index .buttons-set {
    margin-left: 30px;
    max-width: 435px;
  }

  .contacts-index-index .buttons-set p.required {
    float: left;
  }

  .review-summary-table thead th {
    padding: 15px 7px 10px 8px;
    border: 0;
    background: 0 0;
  }

  .review-summary-table tbody th {
    background: #fff;
    font-size: 12px;
  }

  .review-summary-table tbody td {
    padding: 0;
    border: 0;
    text-align: center;
  }

  .review-summary-table tbody td label {
    display: block;
    padding: 11px 0;
    width: 100%;
  }

  .review-summary-table .rating-box .rating-number:after {
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: 5px;
    width: 13px;
    height: 14px;
    background-position: 0 -599px;
    content: "";
  }

  #customer-reviews .fieldset .form-list,
  #customer-reviews .fieldset h4,
  .ratings-table {
    text-transform: uppercase;
    font-size: 12px;
  }

  .ratings-table th {
    padding-right: 10px;
  }

  .ratings-table .rating-box {
    overflow: hidden;
    width: 65px;
    height: 13px;
    background-position: 0 -615px;
    background-repeat: repeat-x;
    text-indent: -9999px;
  }

  .ratings-table .rating-box .rating {
    float: left;
    height: 13px;
    background-position: 0 -600px;
    background-repeat: repeat-x;
    text-indent: -9999px;
  }

  /* WISHLIST */

  #wishlist-table th {
    text-align: center;
  }

  #wishlist-table .product-name a {
    color: var(--color-blue);
  }

  #wishlist-table td[data-rwd-label]:before {
    font-weight: 600;
  }

  #wishlist-table td.customer-wishlist-item-cart > p {
    margin-bottom: 0;
  }

  #wishlist-table.clean-table thead th {
    text-transform: uppercase;
    font-size: 12px;
  }

  #wishlist-table.clean-table {
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
  }

  #wishlist-table.clean-table th {
    border-bottom: 1px solid silver;
  }

  #wishlist-table.clean-table td {
    padding: 15px;
    vertical-align: top;
  }

  #wishlist-table .product-name {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: var(--text-size-large);
  }

  #wishlist-table .wishlist-sku {
    margin: 5px 0;
    font-size: 11px;
  }

  #wishlist-table textarea {
    width: 100%;
    height: 45px;
    border: 1px solid silver;
    font-size: 11px;
  }

  #wishlist-table textarea::-webkit-input-placeholder {
    text-transform: uppercase;
  }

  #wishlist-table textarea:-moz-placeholder,
  #wishlist-table textarea::-moz-placeholder {
    text-transform: uppercase;
  }

  #wishlist-table textarea:-ms-input-placeholder {
    text-transform: uppercase;
  }

  #wishlist-table textarea:focus {
    border: 1px solid var(--color-blue);
  }

  #wishlist-table .item-manage {
    padding-top: 5px;
    max-width: 450px;
    text-align: right;
  }

  #wishlist-table .item-manage .button {
    padding: 3px 5px;
    font-size: 11px;
  }

  #wishlist-table .cart-cell {
    text-align: center;
  }

  #wishlist-table td.customer-wishlist-item-image {
    width: 113px;
  }

  #wishlist-table td.customer-wishlist-item-quantity {
    width: 3em;
  }

  #wishlist-table td.customer-wishlist-item-price {
    width: 120px;
    text-align: center;
  }

  #wishlist-table td.customer-wishlist-item-cart {
    width: 150px;
  }

  #wishlist-table td.customer-wishlist-item-cart .button {
    margin-bottom: 10px;
    padding: 3px 5px;
    width: 100%;
    font-size: 12px;
  }

  #wishlist-table td.customer-wishlist-item-cart .truncated {
    margin-bottom: 10px;
  }

  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    text-align: center;
  }

  #wishlist-table td.customer-wishlist-item-cart .btn-remove {
    vertical-align: top;
  }

  #wishlist-table td.customer-wishlist-item-remove {
    width: 20px;
  }

  #wishlist-table td .button,
  #wishlist-table td button {
    white-space: normal;
  }

  #wishlist-table .price-box {
    font-size: 12px;
  }

  #wishlist-table .giftregisty-add {
    margin-top: 5px;
  }

  #wishlist-table .giftregisty-add li {
    margin-bottom: 3px;
    color: var(--color-blue);
    cursor: pointer;
  }

  #wishlist-table .truncated .details {
    background: 0 0;
    color: var(--color-blue);
  }

  .block-wishlist .mini-products-list > li:not(:last-child) {
    padding-bottom: 5px;
  }

  .block-wishlist .product-details .product-name {
    margin-bottom: 5px;
    padding-top: 0;
  }

  .block-wishlist .price-box {
    float: left;
    margin: 0;
    font-size: 12px;
  }

  .block-wishlist .link-cart,
  .block-wishlist .price-box .price {
    font-size: 12px;
  }

  .block-wishlist .link-cart {
    float: left;
    margin-right: 7px;
    padding-right: 7px;
    border-right: 1px solid #ededed;
    text-transform: uppercase;
  }

  .sprite-with-caption__icon--wishlist {
    font-size: 34px;
  }

  .sprite-with-caption__icon--wishlist:before {
    top: -4px;
  }

  .page--wishlist {
    padding-top: 20px;
    padding-bottom: 10px;
    background: #fff;
  }

  .header-minicart #minicart-error-message {
    display: none;
    color: red;
    text-align: center;
    background-color: #ff00000d;
  }

  .header-minicart #minicart-success-message {
    display: none;
    color: green;
    text-align: center;
    background-color: #0080001f;
  }

  .block-cart.skip-active,
  .header-minicart.skip-active .block-cart {
    display: block;
  }

  .cms-page-view .std img {
    max-width: 100%;
  }

  .cms-no-route .std h1,
  .cms-no-route .std h2,
  .cms-page-view .std h1,
  .cms-page-view .std h2 {
    color: var(--color-blue);
  }

  #contactForm:after,
  .cms-page-view .col-left:after {
    display: table;
    clear: both;
    content: "";
  }

  .cms-home .std .messages li,
  .cms-page-view .std .messages li {
    margin-left: 0;
    list-style: none;
    font-style: normal;
  }
  
  .cms-page-view .main-container ul {
    list-style: inside;
  }

  /* ACCORDION */

  #accordion > dl > dt:after {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-top: 4px solid var(--color-blue);
    border-right: 4px solid transparent;
    border-bottom: none;
    border-left: 4px solid transparent;
    content: "";
  }

  #accordion > dl > dd:last-child {
    border-width: 0 1px 1px;
  }

  #accordion li .plusimage h2 {
    margin-right: 10px;
  }

  #accordion > dl > dd,
  #accordion > dl > dt {
    margin: 0;
    border-style: solid;
    border-color: #ccc;
  }

  #accordion > dl > dt {
    position: relative;
    display: block;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    background-color: #f4f4f4;
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    font-size: var(--text-size-normal);
    line-height: 1.4;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
  }

  #accordion > dl > dd {
    padding: 10px;
    border-width: 0 1px;
  }

  #accordion li {
    position: relative;
    overflow: hidden;
  }

  #contactForm {
    padding-left: 40px;
  }

  #contactForm .fieldset .legend + .required {
    margin: 0;
  }

  .price-box .minimal-price-link .label {
    color: #cf5050;
    text-transform: uppercase;
    font-size: 12px;
  }

  .products-grid .price-box .minimal-price-link .label {
    display: none;
  }

  .map-info {
    white-space: nowrap;
  }

  #recurring_profile_list_view th {
    white-space: normal;
  }

  #addTagForm button {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  #addTagForm .form-add {
    margin-top: 10px;
  }

  .product-tags,
  .tags-list {
    float: left;
    margin-bottom: 10px;
  }

  .product-tags {
    padding: 5px 1% 10px;
    width: 98%;
    border: 1px solid #ccc;
    background-color: #f4f4f4;
  }

  .product-tags li {
    float: left;
    margin-right: 15px;
  }

  .product-tags li.last {
    margin-right: 0;
  }

  .tags-list {
    width: 100%;
  }

  .tags-list > li {
    float: left;
    margin-right: 10px;
  }

  .block-tags .actions > a {
    font-size: 12px;
  }

  .captcha-note {
    clear: left;
    padding-top: 5px;
  }

  .captcha-image {
    position: relative;
    display: inline;
    float: left;
    margin-bottom: 10px;
    max-width: 100%;
    width: 258px;
  }

  .captcha-image .captcha-img {
    width: 100%;
    border: 1px solid #b6b6b6;
    vertical-align: bottom;
  }

  .registered-users .captcha-image {
    margin: 0;
  }

  .captcha-reload {
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
  }

  .captcha-reload.refreshing {
    -webkit-animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear;
    animation: rotate 1.5s infinite linear;
  }

  .captcha-img {
    border: 20px solid #bbb;
  }

  .captcha-input-container {
    float: none;
    clear: both;
    margin-bottom: 10px;
  }

  .captcha-img-container,
  .control.newsletter-box {
    float: none;
    clear: both;
  }

  .billing-agreements .info-box:after,
  .captcha-img-container:after,
  .captcha-input-container:after,
  .control.newsletter-box:after,
  .recurring-profiles-messages:after {
    display: table;
    clear: both;
    content: "";
  }

  #co-billing-form ul.form-list > .control {
    float: left;
    margin: 0 0 5px;
    width: 100%;
  }

  #recurring_profile_list_view th span {
    white-space: inherit;
  }

  .recurring-profiles-title {
    float: left;
  }

  .recurring-profiles-title h1 {
    margin-bottom: 7px;
  }

  #recurring_start_date_trig,
  section.cms article > nav.content-menu > ul {
    display: inline;
  }

  .billing-agreements .info-box {
    margin-bottom: 30px;
  }

  .billing-agreements .info-box .form-list {
    max-width: 400px;
    width: 100%;
  }

  .billing-agreements .info-box .box-title {
    margin-top: 20px;
    margin-bottom: 7px;
  }

  .billing-agreements .info-box .button {
    float: right;
    margin-top: 7px;
  }

  .billing-agreements #payment_method {
    margin-top: 7px;
    margin-bottom: 7px;
    width: 100%;
  }

  .billing-agreement-view-header-wrapper .heading {
    max-width: 80%;
  }

  .billing-agreement-details td,
  .billing-agreement-details th {
    padding: 3.5px;
  }

  .catalogsearch-term-popular .tags-list {
    float: left;
    width: 100%;
  }

  .catalogsearch-term-popular .tags-list > li {
    float: left;
    margin-right: 25px;
    height: 40px;
  }

  .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    width: 100%;
  }

  .widget {
    clear: both;
  }

  .widget .pager {
    float: none;
    width: 100%;
  }

  body[class*="checkout-multishipping-"] .checkout-progress {
    float: left;
    margin-bottom: 25px;
    width: 100%;
  }

  body[class*="checkout-multishipping-"] .checkout-progress > li {
    float: left;
    margin-bottom: 10px;
    padding: 8px 1% 6px;
    width: 20%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f4f4f4;
    text-align: center;
    text-transform: uppercase;
  }

  body[class*="checkout-multishipping-"] .checkout-progress > li.active {
    background-color: #ddd;
  }

  body[class*="checkout-multishipping-"] .checkout-progress > li.last {
    border-right: 0;
  }

  body[class*="checkout-multishipping-"] .page-title {
    float: left;
    margin-bottom: 15px;
    width: 100%;
  }

  body[class*="checkout-multishipping-"] .page-title h1 {
    float: left;
    margin-top: 2px;
    margin-right: 2%;
    border: 0;
  }

  body[class*="checkout-multishipping-"] #checkout-review-submit,
  body[class*="checkout-multishipping-"] .page-title .button {
    float: right;
  }

  body[class*="checkout-multishipping-"] .multiple-checkout > h2 {
    margin-bottom: 15px;
    text-transform: none;
    font-size: 17px;
  }

  .checkout-multishipping-billing .sp-methods dt,
  body[class*="checkout-multishipping-"] .messages {
    float: left;
    width: 100%;
  }

  body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 66%;
  }

  body[class*="checkout-multishipping-"] .col-1.col-narrow {
    width: 30%;
  }

  article.block-text nav.category > ul > li.top,
  body[class*="checkout-multishipping-"] .actions {
    margin-bottom: 10px;
  }

  body[class*="checkout-multishipping-"] .grand-total {
    text-align: right;
    font-weight: 700;
    font-size: var(--text-size-large);
  }

  body[class*="checkout-multishipping-"] #review-buttons-container {
    float: right;
    text-align: right;
  }

  .checkout-multishipping-addresses .btn-remove2 {
    display: block;
    width: 22px;
    height: 22px;
    text-indent: -5555px;
  }

  .checkout-multishipping-shipping .gift-messages {
    margin-top: 20px;
  }

  .checkout-multishipping-shipping .gift-messages-form h4 {
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .checkout-multishipping-shipping .gift-messages-form .form-list {
    margin-top: 10px;
    margin-bottom: 25px;
  }

  .checkout-multishipping-shipping .gift-messages-form,
  .checkout-multishipping-shipping .gift-messages-form .item {
    margin-top: 15px;
  }

  .checkout-multishipping-billing .col-1 .box-title h2,
  .checkout-multishipping-billing .col-1 .box-title h3,
  .checkout-multishipping-billing .col-1 .box-title h4,
  .checkout-multishipping-billing .col-1 > h4,
  .checkout-multishipping-billing .col-2 .box-title h2,
  .checkout-multishipping-billing .col-2 .box-title h3,
  .checkout-multishipping-billing .col-2 .box-title h4,
  .checkout-multishipping-billing .col-2 > h4,
  .checkout-multishipping-overview .col-1 .box-title h2,
  .checkout-multishipping-overview .col-1 .box-title h3,
  .checkout-multishipping-overview .col-1 .box-title h4,
  .checkout-multishipping-overview .col-1 > h4,
  .checkout-multishipping-overview .col-2 .box-title h2,
  .checkout-multishipping-overview .col-2 .box-title h3,
  .checkout-multishipping-overview .col-2 .box-title h4,
  .checkout-multishipping-overview .col-2 > h4,
  .checkout-multishipping-shipping .col-1 .box-title h2,
  .checkout-multishipping-shipping .col-1 .box-title h3,
  .checkout-multishipping-shipping .col-1 .box-title h4,
  .checkout-multishipping-shipping .col-1 > h4,
  .checkout-multishipping-shipping .col-2 .box-title h2,
  .checkout-multishipping-shipping .col-2 .box-title h3,
  .checkout-multishipping-shipping .col-2 .box-title h4,
  .checkout-multishipping-shipping .col-2 > h4 {
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    background: #f4f4f4;
    font-weight: 400;
    font-size: var(--text-size-normal);
  }

  .checkout-multishipping-billing .col-1 .box-content,
  .checkout-multishipping-billing .col-2 .box-content,
  .checkout-multishipping-overview .col-1 .box-content,
  .checkout-multishipping-overview .col-2 .box-content,
  .checkout-multishipping-shipping .col-1 .box-content,
  .checkout-multishipping-shipping .col-2 .box-content {
    margin-top: 10px;
    margin-bottom: 25px;
    padding-left: 10px;
  }

  .checkout-multishipping-payment-customerbalance input.checkbox {
    margin-left: 15px;
  }

  #multiship-addresses-table > tbody > tr > td.a-center.last > a {
    background-image: none;
  }

  #review-order-form > div:nth-child(3) > div.divider {
    clear: both;
    width: 100%;
  }

  ul {
    list-style: none;
  }

  blockquote,
  q {
    quotes: none;
  }

  blockquote:after,
  blockquote:before,
  q:after,
  q:before {
    content: none;
  }

  table {
    border-spacing: 0;
  }

  .intl-tel-input,
  audio,
  canvas,
  video {
    display: inline-block;
  }

  .intl-tel-input {
    position: relative;
  }

  .intl-tel-input .v-hide {
    visibility: hidden;
  }

  .block-eps,
  .block-ideal,
  .block-installment,
  .block-postfinance {
    padding-top: 0 !important;
  }

  .block-eps .ui-input-group,
  .block-ideal .ui-input-group,
  .block-installment .ui-input-group,
  .block-postfinance .ui-input-group {
    margin-top: 0;
    margin-left: 0;
  }

  .block-eps .ui-input-group label,
  .block-ideal .ui-input-group label,
  .block-installment .ui-input-group label,
  .block-postfinance .ui-input-group label {
    display: block;
    float: none !important;
    margin-left: 2px;
  }

  .block-postfinance .ca-label {
    margin-right: 0;
    max-width: none;
  }

  .block-postfinance .ca-label img {
    display: inline;
    margin: -5px 10px 0 0;
    vertical-align: middle;
  }

  .block-postfinance .options-holder {
    margin: 32px 0;
  }

  .block-postfinance ul {
    margin-top: 1em;
    list-style: disc;
  }

  .row {
    margin-right: -8px;
    margin-left: -8px;
  }

  .row:after {
    display: table;
    clear: both;
    content: "";
  }

  .column,
  [class*="col-"] {
    float: left;
    padding-right: 4px;
    padding-left: 4px;
  }

  .row--no-gutter .column,
  .row--no-gutter [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .row--no-gutter {
    margin-right: 0;
    margin-left: 0;
  }

  .col-1-12 {
    width: 8.333333%;
  }

  .col-1-6 {
    width: 16.666666%;
  }

  .col-1-5 {
    width: 20%;
  }

  .col-1-4 {
    width: 25%;
  }

  .col-1-3 {
    width: 33.333333%;
  }

  .col-1-2,
  .row--with-2-columns .column {
    width: 50%;
  }

  .col-2-3 {
    width: 66.666666%;
  }

  .col-3-4 {
    width: 75%;
  }

  .col-5-6 {
    width: 83.333333%;
  }

  .col-5-12 {
    width: 41.666666%;
  }

  .col-7-12 {
    width: 58.333333%;
  }

  .col-11-12 {
    width: 91.666666%;
  }

  .column,
  table {
    width: 100%;
  }

  .row--with-2-columns .column:nth-of-type(odd),
  .row--with-3-columns .column:nth-of-type(3n + 1),
  .row--with-5-columns .column:nth-of-type(5n + 1) {
    clear: both;
  }

  .row--with-3-columns .column {
    width: 33.33333%;
  }

  .row--with-5-columns .column {
    width: 20%;
  }

  .col-offset-1-12 {
    margin-left: 8.333333%;
  }

  .col-offset-1-6 {
    margin-left: 16.666666%;
  }

  .col-offset-1-4 {
    margin-left: 25%;
  }

  .col-offset-1-3 {
    margin-left: 33.333333%;
  }

  .col-offset-1-2 {
    margin-left: 50%;
  }

  .col-offset-2-3 {
    margin-left: 66.666666%;
  }

  .col-offset-3-4 {
    margin-left: 75%;
  }

  .col-offset-5-6 {
    margin-left: 83.333333%;
  }

  .col-offset-5-12 {
    margin-left: 41.666666%;
  }

  .col-offset-7-12 {
    margin-left: 58.333333%;
  }

  .col-offset-11-12 {
    margin-left: 91.666666%;
  }

  .header-dropdown-list--grey a {
    color: #8e9597;
  }

  .icon,
  .myaccount-order-block .myaccount-cell .arrow-state {
    display: inline-block;
    background-repeat: no-repeat;
  }

  .myaccount-info-box ul li .ie-after,
  .myaccount-info-box ul li:after,
  .myaccount-slide .myaccount-list ul li .ie-after,
  .myaccount-slide .myaccount-list ul li:after {
    background-repeat: no-repeat;
  }

  .icon-triangle {
    display: inline-block;
    padding-left: 10px;
    height: 10px;
    background: url(../images/common-sprite2.png) -825px -693px no-repeat;
    font-size: 10px;
  }

  .icon-triangle-black,
  .myaccount-info-box ul li .ie-after,
  .myaccount-info-box ul li:after,
  .myaccount-slide .myaccount-list ul li .ie-after,
  .myaccount-slide .myaccount-list ul li:after {
    display: inline-block;
    padding-left: 10px;
    height: 10px;
    background: url(../images/common-sprite2.png) -825px -731px no-repeat;
    font-size: 10px;
  }

  .icon-big-gray-arrow-close,
  .myaccount-order-block.active .myaccount-cell .arrow-state {
    width: 27px;
    height: 17px;
    background: url(../images/common-sprite2.png) -414px -489px no-repeat;
  }

  .icon-big-gray-arrow-open,
  .myaccount-order-block .myaccount-cell .arrow-state {
    width: 27px;
    height: 17px;
    background: url(../images/common-sprite2.png) -263px -549px no-repeat;
  }

  .icon-range-filter {
    width: 30px;
    height: 35px;
    background-position: 0 -1340px;
  }

  .icon-more-down {
    width: 30px;
    height: 10px;
    background: url(../images/common-sprite2.png) -458px -370px no-repeat;
  }

  a,
  ul.cms-list,
  ul.cms-list-bullet li li:before {
    color: #2c3638;
  }

  .color-text-dark {
    color: #2c3638 !important;
  }

  [data-dma] {
    cursor: pointer;
  }

  div[id^="lptopspacer"] {
    height: 0 !important;
  }

  .is-desktop .data-tipped:hover,
  .suggest-result.selected span,
  .suggest-result:hover span {
    text-decoration: underline;
  }

  .data-tipped {
    cursor: pointer;
  }

  .data-tipped.disabled {
    cursor: default;
  }

  .bold {
    font-weight: 700;
  }

  .text-right {
    text-align: right;
  }

  .category-teaser iframe,
  .f-h1,
  .f-h2,
  .f-h3,
  .f-h4,
  .f-h5,
  .f-h6,
  .module.cms iframe {
    display: block;
  }

  .font-weight-normal,
  ul.cms-list li {
    font-weight: 400;
  }

  .checkbox-list,
  .radio-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .form__input-group .button,
  .form__input-group .button--special {
    box-shadow: none;
  }

  .form__input-group label {
    display: inline-block;
    margin-bottom: 2px;
    font-weight: 700;
  }

  .intl-tel-input {
    width: 100%;
  }

  .is-invisible {
    visibility: hidden !important;
  }

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

  .clear-both {
    clear: both;
  }

  .clear-left,
  section.cms article #lexikonList li ul li {
    clear: left;
  }

  .clear-right {
    clear: right;
  }

  .f-italic,
  article.block-text em,
  article.block-text i {
    font-style: italic;
  }

  .position-relative {
    position: relative;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  h2.cms-first {
    margin-top: 0;
    margin-bottom: 8px;
    padding: 0;
    text-align: left;
    font-size: 24px;
  }

  .cms-teaser,
  .header-user-account__menu strong,
  .wardrobe-wrapper strong,
  article.block-text b,
  article.block-text strong {
    font-weight: 700;
  }

  .cms-textbox {
    margin: 0;
    padding: 3px 15px 8px;
    width: 335px;
    border: 1px solid #bec4c4;
    background-color: #f2f2f2;
  }

  .cms-pull-right {
    float: right;
    margin: 10px 0 10px 20px;
  }

  .cms-pull-left {
    float: left;
    margin: 10px 20px 10px 0;
  }

  h2.cms-h {
    margin-top: 16px;
    margin-bottom: 7px;
    font-size: 17px;
  }

  h3.cms-h {
    margin-top: 10px;
    margin-bottom: 4px;
  }

  h4.cms-h {
    margin-top: 7px;
    margin-bottom: 3px;
    font-size: var(--text-size-small);
  }

  ul.cms-list {
    margin-top: 3px;
    margin-bottom: 5px;
  }

  ul.cms-list li {
    margin-top: 0;
  }

  ul.cms-list-bullet li {
    padding-left: 12px;
  }

  ul.cms-list-bullet li:before {
    margin-right: .3em;
    color: #f45334;
    content: "\2022";
    vertical-align: middle;
    font-size: 1.3em;
  }

  ul.cms-list-checked li {
    margin-left: 4px;
    padding-left: 20px;
    background-position: -69px -20px !important;
    background-repeat: no-repeat;
  }

  article.block-text .bottom {
    padding: 15px 20px 10px;
  }

  article.block-text nav.category {
    float: left;
    overflow: hidden;
    margin: 0 20px 0 0;
    padding: 10px;
    width: 145px;
    height: 512px;
    border: 1px solid #bec4c4;
    color: #2c3638;
    text-align: left;
    font-size: var(--text-size-small);
  }

  article.block-text nav.category > ul > li > span,
  article.block-text nav.category > ul > li > span > a {
    font-weight: 700;
    font-size: var(--text-size-normal);
  }

  article.block-text nav.category > ul > li > ul {
    margin: 2px 0 10px;
  }

  article.block-text nav.category > ul > li > ul > li.sub > a {
    display: block;
    padding: 5px 0 3px 12px;
    text-align: left;
    font-size: var(--text-size-small);
  }

  article.block-text nav.category > ul > li > ul > li.sub.more {
    position: relative;
    height: 22px;
  }

  article.block-text nav.category > ul > li > ul > li.sub.more > a {
    position: absolute;
    right: 0;
    background-image: none;
    font-weight: 700;
    font-style: italic;
  }

  article.block-text nav.category > ul > li > ul ul > li.subsub {
    padding-left: 14px;
  }

  article.block-text nav.category > ul > li > ul ul > li.subsub > a {
    display: block;
    padding: 5px 0 2px 12px;
    font-size: var(--text-size-small);
  }

  article.block-text .small-teaser {
    position: relative;
    float: left;
    margin: 0 0 0 5px;
    width: 0;
  }

  article.block-text .small-teaser .banner {
    display: block;
    overflow: hidden;
    width: 198px;
    height: 258px;
    border: 1px solid #bec4c4;
  }

  article.block-text .small-teaser .banner.first,
  article.block-text .small-teaser > iframe:first-child {
    margin-bottom: 10px;
  }

  article.block-text .bottom-teasers {
    float: left;
    margin-bottom: 10px;
  }

  article.block-text .bottom-teasers .bottom-teaser {
    float: left;
    overflow: hidden;
    margin-top: 9px;
    padding-right: 11px;
  }

  article.block-text .bottom-teasers .bottom-teaser:last-child {
    padding-right: 0;
  }

  article.block-text .bottom-teasers .bottom-teaser-re {
    float: left;
    overflow: hidden;
    margin-top: 9px;
    padding-right: 0;
  }

  article.block-text .bottom-teasers .bottom-teaser-ie {
    float: left;
    margin-top: 9px;
    padding-right: 10px;
  }

  .clean {
    clear: both !important;
  }

  .module.cms {
    margin-top: 10px;
  }

  .category-teaser,
  div.warranty table.table.warranty tbody tr td ul {
    margin-bottom: 10px;
  }

  .cms-voucher-cart {
    margin: 8px 0;
  }

  .cms-search-field .search-block {
    width: 390px;
  }

  .clearfix:after,
  .header__inside:after,
  .ui-input-group__set.ui-input-group__set--zip-city:after {
    display: table;
    clear: both;
    content: "";
  }

  .brands_wrapper {
    margin-bottom: 30px !important;
    width: auto !important;
  }

  .brands_left {
    width: 35% !important;
  }

  .brands_right {
    width: 65% !important;
  }

  .brands_right img {
    width: 100% !important;
  }

  .block-text.bottom {
    padding: 15px 20px 10px;
    border: 1px solid #bec4c4;
    background-color: #fff;
    text-align: justify;
  }

  .block-text.bottom.homepage {
    padding: 0;
    border: 0;
    background: 0 0;
  }

  .block-text.bottom * {
    line-height: 1.5em;
  }

  .block-text.bottom .l-checklist:first-child,
  .block-text.bottom p {
    margin-top: 8px;
  }
  
  #dy_4379897 img,
  #dy_5072879 img,
  .lslide img {
    width: 100%;
    height: auto;
  }

  .cms-item {
    display: block;
  }

  .cms-item:hover .cms-item__button {
    color: #f45334;
  }

  .cms-item:hover .cms-item__button .circle {
    background: #f45334;
    background-position: 0 -16px;
  }

  .cms-item__label {
    position: absolute;
    bottom: 23px;
    left: 0;
    width: 100%;
    color: #2c3638;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
  }

  .cms-item__sub-headline {
    color: #565d60;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .cms-item__headline {
    margin-bottom: 6px;
    color: #2c3638;
    font-weight: 700;
    font-size: 28px;
  }

  .banner-wrapper-withprice {
    position: relative;
  }

  .widget-singleprice {
    position: absolute;
    padding: 10px 12px 8px;
    border: 0;
    background-color: #6fd1ec;
    color: #fff;
    line-height: 1em;
  }

  .widget-singleprice:active,
  .widget-singleprice:focus,
  .widget-singleprice:hover,
  .widget-singleprice:link,
  .widget-singleprice:visited {
    color: #fff;
    text-decoration: none;
  }

  .widget-singleprice .legacy__article-price {
    float: none;
    text-align: left;
  }

  .widget-singleprice .price-old {
    text-decoration: line-through;
    font-weight: 400;
  }

  .widget-singleprice .price-current,
  .widget-singleprice .price-new {
    text-decoration: none;
    font-weight: 700;
  }

  .widget-singleprice .starting-at {
    vertical-align: super;
    line-height: 0;
  }

  .page--category .visnav figcaption,
  .widget-singleprice__text {
    font-size: var(--text-size-large);
  }

  .widget-singleprice--big {
    border-radius: 5px;
  }

  .widget-singleprice--big .widget-singleprice__text {
    margin-bottom: 8px;
    font-weight: 700;
  }

  .widget-singleprice--big .starting-at {
    font-size: var(--text-size-normal);
  }

  .widget-singleprice--big .price-old {
    margin-right: 3px;
    font-size: var(--text-size-large);
  }

  .widget-singleprice--big .price-current,
  .widget-singleprice--big .price-new {
    font-size: 28px;
    line-height: 28px;
  }

  .widget-singleprice--small {
    border-radius: 3px;
  }

  .widget-singleprice--small .widget-singleprice__text {
    margin-bottom: 2px;
    font-weight: 400;
  }

  .widget-singleprice--small .starting-at {
    font-size: 12px;
  }

  .widget-singleprice--small .price-old {
    margin-right: 3px;
    font-size: var(--text-size-large);
  }

  .widget-singleprice--small .price-current,
  .widget-singleprice--small .price-new {
    font-size: 21px;
    line-height: 21px;
  }

  .widget-singleprice--top-left {
    border-top-left-radius: 0;
  }

  .widget-singleprice--top-right {
    border-top-right-radius: 0;
  }

  .widget-singleprice--bottom-right {
    border-bottom-right-radius: 0;
  }

  .widget-singleprice--bottom-left {
    border-bottom-left-radius: 0;
  }

  .header__content {
    display: table;
    float: right;
    margin-top: 5px;
    width: 765px;
    height: 40px;
  }

  .header__content-item {
    display: table-cell;
    padding-left: 16px;
    width: 1px;
    vertical-align: middle;
    white-space: nowrap;
  }

  .header__content-item:first-child,
  .header__navigation-item:first-child {
    padding-left: 0;
  }

  .header__content-item--responsive {
    width: auto;
  }

  .header__navigation-item {
    display: table-cell;
    padding-left: 16px;
  }

  .header__navigation-item__caption--active,
  .lang-switch a:hover {
    color: #f45334;
  }

  .header__navigation-item--delimiter {
    border-right: 1px solid #e2e4e4;
  }

  .header__count-badge,
  .header__quote-count-badge {
    position: absolute;
    top: -5px;
    right: -3px;
    display: inline-block;
    min-width: 1.5em;
    border-radius: 50%;
    background: #e01c1c;
    color: #fff;
    /* vertical-align: middle; */
    text-align: center;
    font-weight: 700;
    line-height: 1.5em;
  }

  .sprite-with-caption {
    display: block;
    text-align: center;
  }

  .sprite-with-caption:hover {
    text-decoration: none;
  }

  .sprite-with-caption__icon {
    position: relative;
    height: 31px;
    font-size: 36px;
  }

  .sprite-with-caption__icon:before {
    position: relative;
    top: -6px;
    color: #565d60;
  }

  .sprite-with-caption__caption {
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: .8px;
    font-size: .8em;
    line-height: 1;
  }

  .lang-switch {
    padding-top: 30px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1;
  }

  .header-user-account {
    position: relative;
    cursor: pointer;
  }

  .header-user-account.hover .header-user-account__menu,
  .header-user-account:focus .header-user-account__menu,
  .header-user-account:hover .header-user-account__menu {
    display: block;
  }

  .header-user-account.hover .sprite-with-caption__caption,
  .header-user-account.hover .sprite-with-caption__icon,
  .header-user-account:focus .sprite-with-caption__caption,
  .header-user-account:focus .sprite-with-caption__icon,
  .header-user-account:hover .sprite-with-caption__caption,
  .header-user-account:hover .sprite-with-caption__icon {
    color: #f45334;
  }

  .header-user-account.header-user-account--active .sprite-with-caption {
    pointer-events: auto;
  }

  .header-dropdown-list {
    padding-bottom: 8px;
    border-bottom: 1px solid #e2e4e4;
    font-size: 12px;
    line-height: 1.4em;
  }

  .header-dropdown-list:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .header-dropdown-list li {
    margin-top: 8px;
  }

  .header-dropdown-list a:only-child {
    display: block;
    white-space: normal;
  }

  .dropdown-menu {
    position: absolute;
    left: 50%;
    z-index: 9999;
    margin-left: -110px;
    padding-top: 7px;
    width: 220px;
    zoom: 1;
  }

  .dropdown-menu__arrow,
  .dropdown-menu__arrow:after {
    position: absolute;
    width: 0;
    height: 0;
    border-top-width: 0;
  }

  .dropdown-menu__arrow {
    top: 0;
    left: 50%;
    margin-left: -6px;
    border: 7px solid transparent;
    border-bottom-color: #bec4c4;
  }

  .dropdown-menu__arrow:after {
    top: 1px;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    content: " ";
  }

  .dropdown-menu-inside {
    border: 1px solid #bec4c4;
    background-color: #fff;
  }

  .search-block__form .search-field-input-wrap {
    overflow: hidden;
  }

  .search-block__form .search-field-input {
    width: 100%;
  }

  .search-block__form .search-field-button {
    float: right;
    white-space: nowrap;
  }

  .navigation {
    z-index: 9998;
  }

  .navigation {
    background-color: #fff;
  }

  .energy-box .energy-box__brand img {
    width: 100%;
  }

  .energy-box .energy-box__body__preview img,
  section.cms article#cms-living-guide .l-outlined img,
  section.cms article#cms-living-guide div.lightdark-box img {
    float: left;
  }

  .txttextsftrright {
    display: inline-block;
    padding-top: 8px;
  }

  .icoiceic,
  .rsideclo1,
  .rsideclo2 {
    float: left;
    width: 230px;
  }

  .icoiceic {
    display: block;
    margin-right: 5px;
    width: 48px;
    height: 48px;
    background: url(../images/snowflake-2.svg);
    background-size: 48px 48px;
  }

  .suggest {
    position: absolute;
    z-index: 10000;
    border: 1px solid #bec4c4;
    background-color: #fff;
    border-bottom: none;
    border-radius: 5px;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .suggest-list,
  section.cms .l-box .multi-menu ul li {
    list-style: none;
  }

  .suggest-element {
    display: block;
    overflow: hidden;
    cursor: pointer;
  }

  .suggest-element img {
    margin-right: 5px !important;
    vertical-align: middle;
  }

  .suggest-result {
    overflow: hidden;
    padding: 8px;
    border-bottom: 1px solid #bec4c4;
  }

  .suggest-result.selected,
  .suggest-result:hover {
    background-color: #f2f2f2;
    cursor: pointer;
  }

  .suggest-result .count,
  .suggest-result .name {
    float: left;
    font-size: 11px;
    line-height: 28px;
  }

  .suggest-result .count {
    float: right;
  }

  .move-to-top.move-to-top--pinned {
    position: absolute;
    bottom: auto;
    display: inline-block;
  }

  .energy-class:before,
  .move-to-top.move-to-top--visible {
    display: inline-block;
  }

  .cmsCategoryList.is-open div.categoryList-content,
  .energy-box.has-bracket .energy-box__bracket,
  .energy-box.has-cross .energy-box__cross,
  .energy-box.has-cross2 .energy-box__cross2,
  .energy-box.has-led .energy-box__led,
  .is-desktop .article-container:hover .article-brand-image,
  .is-desktop .article-container:hover .article-related-products,
  .is-desktop .article-wrapper:hover .article-brand-image,
  .is-desktop .article-wrapper:hover .article-related-products,
  section.cms .l-box .multi-menu ul li.active ul {
    display: block;
  }

  .category-navigation--secondary .category-navigation__title,
  .login-disclaimer a {
    color: #565d60;
  }

  .article-list--old,
  .contact fieldset {
    margin: 0 0 10px;
    padding: 20px 0 0 8px;
    border: 1px solid #bec4c4;
    background-color: #fff;
  }

  .article-list--old:after,
  .cms-wrapper-section:after,
  .cmsCategoryList .categoryList-content li:after {
    display: table;
    clear: both;
    content: "";
  }

  .page--category {
    background: #fff;
  }

  .page--category .category-navigation {
    margin-bottom: 46px;
  }

  .page--category .select-wrapper select,
  .page--search .select-wrapper select {
    height: auto;
    border: 0;
    color: inherit;
    line-height: 1.5em;
  }

  .page--category #category-search {
    margin-top: 2px;
    padding: 20px 0;
    border-top: 1px solid #e2e4e4;
    border-bottom: 1px solid #e2e4e4;
  }

  .page--category .block-text.bottom {
    padding: 30px 0 0;
    border: 0;
    text-align: left;
  }

  .page--category__main {
    padding-top: 20px;
    line-height: 1.5em;
  }

  .page--category-level2 .page--category__main {
    padding-top: 0;
  }

  .page--category-level2 .page-header {
    padding-top: 18px;
  }

  #header-account div.links {
    padding-top: 10px;
  }

  .category__title {
    padding: 18px 10px 10px;
    background: #fff;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2em;
  }

  .page--search {
    padding-top: 10px;
    padding-bottom: 30px;
    background: #fff;
    line-height: 1.5em;
  }

  .page--search-no-results #category-search {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e4e4;
  }

  .page--search-no-results .category-search-wrapper {
    width: 58%;
  }

  #questionList .fttc-block1 b,
  #questionList .fttc-block1 strong,
  .search-result__search-term,
  section.cms article h3,
  section.cms b,
  section.cms strong {
    font-weight: 700;
  }

  .search-result__content {
    margin-bottom: 1em;
    font-weight: 700;
  }

  .searchview-empty__wrap {
    padding: 5em;
    text-align: center;
  }

  .searchview-empty__text-wrap {
    margin-bottom: 20px;
  }

  .searchview-empty__header {
    margin-bottom: .25em;
  }

  .searchview-empty__paragraph {
    margin: 0;
  }

  .page--pdp {
    background: #fff;
    line-height: 1.5;
  }

  .contact .headline {
    margin: 0 0 16px;
    padding: 6px 0 0;
  }

  .contact fieldset {
    margin: 0 0 20px;
    padding: 25px;
  }

  .contact fieldset .left-box {
    margin: 0 auto 40px;
    width: 63%;
  }

  .contact fieldset .left-box .set-selectbox select,
  .contact fieldset .left-box input,
  .contact fieldset .left-box textarea {
    width: 451px;
  }

  .contact fieldset .left-box .icon-filled-field {
    position: absolute;
    right: 30px;
    bottom: 10px;
  }

  .contact fieldset .info-tooltip {
    margin-top: -2px;
    margin-left: 5px;
  }

  ol#checkoutSteps.opc.opc-firststep-billing li#opc-shipping.section.allow div.fieldset ul li.control,
  section.cms #faq > dl,
  section.cms .l-clear {
    clear: both;
  }

  section.cms .l-outlined,
  section.cms div.lightdark-box {
    padding: 8px;
    border: 1px solid #bec4c4;
  }

  section.cms .l-lined a,
  section.cms article > nav.content-menu > ul a {
    margin: 0 8px 0 0;
    padding-left: 8px;
    border-left: 1px solid #bec4c4;
  }

  section.cms .l-lined a:first-child,
  section.cms article > nav.content-menu > ul a:first-child {
    border-left: none;
  }

  section.cms article > nav.content-menu > ul > li,
  section.cms ul.l-horizontal > li {
    float: left;
    margin-left: 8px;
    list-style-type: none;
  }

  section.cms .l-box {
    padding: 8px;
    border: 1px solid #bec4c4;
    margin-bottom: 8px;
    text-align: left;
  }

  section.cms .l-box > hr {
    margin-right: auto;
    margin-left: auto;
  }

  section.cms .l-box > nav > a {
    display: block;
    padding: 4px 0;
  }

  section.cms .l-box .multi-menu ul {
    padding-left: 0;
    list-style: none;
  }

  section.cms .l-box .multi-menu ul li a {
    display: block;
    padding: 4px 6px;
    line-height: 15px;
  }

  section.cms .l-box .multi-menu ul li.active > a,
  section.cms .l-box .multi-menu ul li > a:hover {
    background-color: #e2e4e4;
    text-decoration: none;
    color: #2c3638;
    font-weight: 700;
  }

  section.cms .l-box .multi-menu ul ul {
    margin-bottom: 4px;
    padding-left: 20px;
  }

  section.cms .l-box .multi-menu ul ul li {
    margin-left: 0;
    list-style: disc;
  }

  section.cms .l-box .multi-menu ul ul li a {
    margin-left: -20px;
    padding-left: 17px;
  }

  section.cms .f-h1,
  section.cms .f-h2,
  section.cms .f-h3,
  section.cms .f-h4,
  section.cms h1,
  section.cms h2,
  section.cms h3,
  section.cms h4 {
    margin-bottom: 8px;
  }

  section.cms .f-italic {
    font-style: italic;
  }

  section.cms .link,
  section.cms a {
    font-weight: 400;
    font-style: normal;
  }

  section.cms article {
    text-align: justify;
  }

  section.cms hr {
    margin: 8px 0;
    height: 0;
    border: 0;
    border-bottom: 1px solid #bec4c4;
    background-color: transparent;
  }

  section.cms .l-box {
    background-color: #fff;
  }

  section.cms.two-colums-left > .main-colum > h1:first-child,
  section.cms.two-colums-left > article > h1:first-child,
  section.cms.two-colums-left > section > h1:first-child,
  section.cms > .two-colums-left > .main-colum > h1:first-child,
  section.cms > .two-colums-left > article > h1:first-child,
  section.cms > .two-colums-left > section > h1:first-child,
  section.cms > h1:first-child {
    padding-bottom: 4px;
    border-bottom: 1px solid #bec4c4;
    color: #2c3638;
    font-weight: 400;
  }

  section.cms .page-title {
    font-size: 24px;
  }

  section.cms article > p {
    margin-bottom: 8px;
    line-height: 1.8em;
  }

  section.cms article ul > li {
    margin-left: 15px;
    list-style: disc;
  }

  section.cms article table td:first-child {
    text-align: right;
  }

  section.cms article img {
    margin: 8px 8px 8px auto;
  }

  section.cms article > nav.content-menu {
    display: block;
    overflow: hidden;
    padding-bottom: 8px;
  }

  section.cms article > nav.content-menu > ul > li {
    border-left: 1px solid #bec4c4;
  }

  section.cms article #lexikonList {
    overflow: hidden;
    margin-bottom: 20px;
  }

  section.cms article #lexikonList li {
    display: block;
    float: left;
    font-weight: 700;
    color: #565d60;
    width: 133.33333px;
    margin: 0;
    padding: 2px 0;
  }

  section.cms article #lexikonList li.lexikonClearer {
    display: block;
    clear: both;
    margin: 8px 0;
    padding: 0;
    width: 100%;
    border-top: 1px solid #bec4c4;
  }

  section.cms aside > nav > a {
    display: block;
    padding: 8px;
    border: 1px solid #bec4c4;
  }

  section.cms.one-colum,
  section.cms.two-colums-left,
  section.cms.two-colums-right,
  section.cms > .one-colum,
  section.cms > .two-colums-left,
  section.cms > .two-colums-right {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0 -5px;
  }

  section.cms.two-colums-left > .left-colum,
  section.cms.two-colums-left > aside,
  section.cms > .two-colums-left > .left-colum,
  section.cms > .two-colums-left > aside {
    display: block;
    float: left;
    margin: 0 5px;
    width: 181px;
  }

  section.cms.two-colums-left > .main-colum,
  section.cms.two-colums-left > article,
  section.cms.two-colums-left > section,
  section.cms > .two-colums-left > .main-colum,
  section.cms > .two-colums-left > article,
  section.cms > .two-colums-left > section {
    float: left;
    margin: 0 5px;
    width: 769px;
  }

  section.cms.two-colums-right > .right-colum,
  section.cms.two-colums-right > aside,
  section.cms > .two-colums-right > .right-colum,
  section.cms > .two-colums-right > aside {
    display: block;
    float: right;
    margin: 0 5px;
    width: 181px;
  }

  section.cms.two-colums-right > .main-colum,
  section.cms.two-colums-right > article,
  section.cms > .two-colums-right > .main-colum,
  section.cms > .two-colums-right > article {
    float: left;
    margin: 0 5px;
    width: 769px;
  }

  section.cms.one-colum > .main-colum,
  section.cms.one-colum > article,
  section.cms > .one-colum > .main-colum,
  section.cms > .one-colum > article {
    float: left;
    margin: 0 5px;
  }

  section.cms div.cms-teaser-image {
    clear: both;
    width: 100%;
    overflow: hidden;
  }

  section.cms section.job-blocks > div {
    padding: 8px;
    border: 1px solid #bec4c4;
    text-align: left;
    float: left;
    width: 29.5%;
    margin: 1% 1% 8px;
    height: 270px;
    position: relative;
  }

  section.cms section.job-blocks > div > div {
    position: absolute;
    right: 8px;
    bottom: 8px;
  }

  section.cms div.lightdark-box {
    background-color: #f2f2f2;
  }

  section.cms #cms-living-guide section.l-div-grid2,
  section.cms section.l-div-grid2 {
    overflow: hidden;
  }

  section.cms section.l-div-grid2 > div {
    float: left;
    margin: 8px;
    width: 45%;
  }

  section.cms #faq > ol > li {
    float: left;
    width: 50%;
  }

  section.cms .home-top ~ div p,
  section.cms .home-top ~ p {
    margin-bottom: 20px;
    line-height: 20px;
  }

  section.cms #cms-living-guide section.l-div-grid2 > div {
    padding: 20px;
    width: 442px;
    height: 220px;
  }

  section.cms #cms-living-guide section.l-div-grid2 > div p {
    line-height: 18px;
  }

  section.cms #cms-living-guide section.l-div-grid2 > div img {
    margin: 10px 20px 20px 0;
  }

  section.cms .ico-blog,
  section.cms .ico-facebook,
  section.cms .ico-google,
  section.cms .ico-pinterest,
  section.cms .ico-social,
  section.cms .ico-twitter,
  section.cms .ico-youtube {
    display: inline-block;
    margin-right: 8px;
    width: 24px;
    height: 24px;
    vertical-align: middle;
  }

  section.cms .ico-youtube {
    background-position: 0 0;
  }

  section.cms .ico-google {
    background-position: -24px 0;
  }

  section.cms .ico-twitter {
    background-position: -48px 0;
  }

  section.cms .ico-blog {
    background-position: -72px 0;
  }

  section.cms .ico-facebook {
    background-position: -96px 0;
  }

  section.cms .ico-pinterest {
    background-position: -120px 0;
  }

  .cms-wrapper-section,
  .cmsCategoryList {
    padding: 10px 10px 30px;
    background-color: #fff;
  }

  .cms-wrapper-section img {
    vertical-align: top;
  }

  .cmsCategoryList {
    display: block;
    padding: 6px 10px 7px;
    width: 164px;
    border: 1px solid #bec4c4;
    vertical-align: baseline;
  }

  .cmsCategoryList .icon-arrow-close,
  .cmsCategoryList .icon-arrow-open {
    display: block;
    float: right !important;
  }

  .cmsCategoryList .categoryList-headline {
    display: block;
    margin: 0 10px 10px 0;
    padding: 6px 10px 1px 0;
    width: 164px;
    height: 17px;
    color: #2c3638;
    vertical-align: baseline;
    text-align: left;
    font-size: 17px;
    line-height: 15px;
  }

  .cmsCategoryList .categoryList-content a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .cmsCategoryList .categoryList-content li {
    margin-bottom: 6px;
  }

  .cmsCategoryList .categoryList-content .arrow-right-icon {
    float: left;
  }

  .content-slider {
    visibility: hidden;
  }

  .cms-image-slider {
    position: relative;
    overflow: hidden;
    width: 960px;
  }

  .cms-image-slider .arrow {
    position: absolute;
    width: 40px;
    height: 100%;
    content: " ";
  }

  .cms-image-slider .arrow span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -7px;
    width: 14px;
    height: 26px;
    background: url(../images/common-sprite2.png) 0 -721px no-repeat;
    cursor: pointer;
  }

  .cms-image-slider .arrow.left {
    left: 0;
  }

  .cms-image-slider .arrow.left:hover span {
    background: url(../images/common-sprite2.png) -44px -721px no-repeat;
  }

  .cms-image-slider .arrow.right,
  .cms-image-slider:after {
    right: 0;
  }

  .cms-image-slider .arrow.right span {
    background: url(../images/common-sprite2.png) -132px -721px no-repeat;
  }

  .cms-image-slider .arrow.right:hover span {
    background: url(../images/common-sprite2.png) -500px -422px no-repeat;
  }

  .cms-image-slider:before {
    left: 0;
  }

  .cms-image-slider .content {
    overflow: hidden;
    margin: 0 auto;
    width: 850px;
  }

  .cms-image-slider .content,
  .cms-image-slider .content .move {
    position: relative;
    white-space: nowrap;
  }

  .cms-image-slider .content .move > div {
    display: inline-block;
    margin-right: 44px;
    vertical-align: middle;
    white-space: normal;
  }

  .cms-teaser-img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .cms-teaser-text {
    position: relative;
    padding: 30px;
    text-align: left;
    font-size: var(--text-size-large);
    line-height: normal;
  }

  .cms-teaser-text.cms-teaser-text--left {
    text-align: left;
  }

  .cms-teaser-text.cms-teaser-text--middle {
    text-align: center;
  }

  .cms-teaser-text.cms-teaser-text--right {
    text-align: right;
  }

  .cms-teaser-text__box {
    display: inline-block;
    height: 167px;
    background-color: #fff;
  }

  .cms-teaser-text__container {
    display: inline-block;
    width: 344px;
    color: #2c3638;
    text-align: center;
  }

  .cms-teaser-text--no-background .cms-teaser-text__box {
    background-color: transparent;
  }

  .cms-teaser-text--negative .cms-teaser-text__container {
    color: #fff;
  }

  .cms-teaser-text--negative .cms-call-to-action__arrow {
    background-color: #fff;
  }

  .cms-key1-text--negative .cms-call-to-action__arrow:after,
  .cms-teaser-text--negative .cms-call-to-action__arrow:after,
  .cms-top-product-text--negative .cms-call-to-action__arrow:after {
    border-left-color: #2c3638;
  }

  .cms-teaser-text__subheadline {
    margin-top: 17px;
    text-transform: uppercase;
    letter-spacing: .7px;
    font-size: var(--text-size-large);
  }

  .cms-teaser-text__headline {
    margin: 6px 30px;
    font-weight: 700;
    font-size: 37px;
    line-height: 42px;
  }

  .cms-call-to-action {
    display: inline-block;
    font-size: var(--text-size-small);
    cursor: pointer;
  }

  .cms-call-to-action:hover .cms-call-to-action__arrow,
  .cms-call-to-action__hover:hover .cms-call-to-action .cms-call-to-action__arrow {
    background-color: #f45334;
  }

  .cms-call-to-action:hover .cms-call-to-action__arrow:after,
  .cms-call-to-action__hover:hover .cms-call-to-action .cms-call-to-action__arrow:after {
    border-left: 6px solid #fff;
  }

  .cms-call-to-action__text {
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 700;
  }

  .cms-call-to-action__arrow {
    display: inline-block;
    margin-left: 4px;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #2c3638;
    vertical-align: text-top;
  }

  .cms-call-to-action__arrow:after {
    display: block;
    margin-top: 3px;
    margin-left: 5px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #fff;
    content: "";
  }

  .cms-call-to-action:hover,
  .cms-call-to-action__hover:hover .cms-call-to-action {
    color: #f45334;
  }

  .cms-key1-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: normal;
  }

  .cms-key1-text .cms-call-to-action {
    margin-top: 13px;
  }

  .cms-key1-text__container {
    float: right;
    margin-right: 20px;
    width: 460px;
    text-align: center;
  }

  .cms-key1-text__headline {
    margin-top: 42px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 45px;
  }

  .cms-key1-text__subheadline {
    margin-top: -3px;
    font-style: italic;
    font-size: 21px;
  }

  .cms-key1-text--cutout-bottom .cms-key1-text__headline {
    margin-top: 18px;
  }

  .cms-key1-text--mood .cms-key1-text__headline {
    margin-top: 26px;
  }

  .cms-key1-text--negative {
    color: #fff;
  }

  .cms-key1-text--negative .cms-call-to-action__arrow {
    background-color: #fff;
  }

  .cms-key2 {
    position: relative;
    line-height: normal;
  }

  .cms-key2:after {
    display: table;
    clear: both;
    content: "";
  }

  .cms-key2 .cms-call-to-action {
    display: inline-block;
    margin-bottom: 0;
    width: 170px;
    border: 1px solid #e2e4e4;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    line-height: 30px;
  }

  .cms-key2 .cms-call-to-action__container {
    position: absolute;
    right: 0;
    bottom: 23px;
    left: 0;
    text-align: center;
  }

  .cms-key2__left {
    float: left;
    width: 352px;
  }

  .cms-key2__right {
    float: left;
  }

  .cms-key2__call-to-action {
    position: relative;
    display: block;
  }

  .cms-key2-text__cell {
    position: absolute;
    width: 176px;
    height: 162px;
  }

  .cms-key2-text__cell--row-1 {
    top: 20px;
  }

  .cms-key2-text__cell--row-2 {
    top: 191px;
  }

  .cms-key2-text__cell--col-1 {
    left: 372px;
  }

  .cms-key2-text__cell--col-2 {
    left: 558px;
  }

  .cms-key2-text__cell--col-3 {
    left: 744px;
  }

  .cms-key2-text__cell--width-2,
  .cms-key2-text__cell--width-2 .cms-key2-text__wrapper--bottom {
    width: 362px;
  }

  .cms-key2-text__cell--width-3,
  .cms-key2-text__cell--width-3 .cms-key2-text__wrapper--bottom {
    width: 548px;
  }

  .cms-key2-text__cell--left {
    text-align: left;
  }

  .cms-key2-text__cell--center {
    text-align: center;
  }

  .cms-key2-text__cell--right {
    text-align: right;
  }

  .cms-key2-text__cell--middle .cms-key2-text__wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .cms-key2-text__cell--bottom .cms-key2-text__wrapper {
    position: absolute;
    bottom: 0;
    width: 176px;
  }

  .cms-key2-text__head {
    font-weight: 700;
    font-size: 21px;
    line-height: 21px;
  }

  .cms-key2-text__text {
    font-size: var(--text-size-normal);
    line-height: 21px;
  }

  .cms-top-product-text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #2c3638;
  }

  .cms-top-product-text .cms-call-to-action__container {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
  }

  .cms-top-product-text__text {
    position: absolute;
    right: 130px;
    bottom: 62px;
    left: 130px;
    text-align: center;
    font-size: var(--text-size-large);
    line-height: 24px;
  }

  .cms-top-product-text--negative {
    color: #fff;
  }

  .cms-top-product-text--negative .cms-call-to-action__arrow,
  .product-options ul.options-list label {
    background-color: #fff;
  }

  #questionList .fttc-block1 a,
  .is-desktop #questionList .question-name:hover {
    text-decoration: underline;
  }

  .fttc-aside .fttc-area .active .fttc-block1,
  .marker--active a.product {
    display: block;
  }

  .fttc-aside .fttc-area ul .active a,
  .fttc-aside ul li a {
    color: #2c3638;
  }

  .marker {
    position: absolute;
    top: 50px;
    left: 50px;
    text-align: center;
  }

  .marker *,
  .marker:after,
  .marker:before {
    box-sizing: inherit;
  }

  .marker--active {
    z-index: 2;
  }

  .marker__btn {
    position: relative;
    z-index: 1;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }

  .marker__btn:after,
  .marker__btn:before {
    position: absolute;
    display: block;
    border-radius: 50%;
    content: "";
  }

  .marker__btn:before {
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    background: #f45334;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .marker__btn:after {
    width: 100%;
    height: 100%;
  }

  .marker__btn--red:after,
  .marker__btn:after {
    border: 2px solid #f45334;
  }

  .marker__btn--black:before {
    background: #000;
  }

  .marker__btn--black:after {
    border-color: #2c3638;
  }

  .marker__btn--white:before {
    background: #fff;
  }

  .marker__btn--white:after {
    border-color: #fff;
  }

  .figure__caption {
    display: block;
    padding: 0 8px;
    text-align: left;
    font-style: italic;
    font-size: 12px;
  }

  .figure__caption .figure__credits {
    padding-right: 0;
  }

  .figure__credits {
    float: right;
    padding: 2px 8px 0;
    color: #8e9597;
    font-style: italic;
    font-size: 10px;
  }

  #mainTopicList {
    padding-top: 1px;
  }

  #mainTopicList li {
    margin: 0 -12px 15px -14px;
    padding: 5px 12px 5px 29px !important;
    word-break: break-word;
    cursor: pointer;
  }

  #subTopicList li {
    margin: 0 -14px 15px -18px;
    padding: 4px 15px 5px 31px;
    cursor: pointer;
  }

  #fttc-content h1,
  #questionList > li > label {
    font-size: 17px;
    line-height: 20px;
  }

  #questionList .fttc-block1 ul {
    list-style: disc inside;
  }

  #questionList .fttc-block1 ul li {
    margin-left: 10px;
    list-style: circle inside;
  }

  #questionList .fttc-block1 .button,
  #questionList .fttc-block1 .button--special {
    margin-right: 10px;
  }

  #questionList .question-name {
    cursor: pointer;
  }

  #questionList .question-item {
    position: relative;
    padding: 10px 0 6px;
    border-bottom: 1px solid #bec4c4;
  }

  #questionList .question-item .ie-after,
  #questionList .question-item:after {
    position: absolute;
    top: 13px;
    right: 0;
    width: 12px;
    height: 9px;
    background: url(../images/common-sprite2.png) -825px -509px no-repeat;
    content: "";
  }

  #questionList .question-item.active .fttc-block1,
  i#opc-shipping_method.section.active div.step-title,
  li#opc-payment.section.active div.step-title {
    display: block !important;
  }

  #questionList .question-item.active .ie-after,
  #questionList .question-item.active:after {
    position: absolute;
    top: 10px;
    right: 0;
    width: 7px;
    height: 13px;
    background: url(../images/common-sprite2.png) -825px -467px no-repeat;
    content: "";
  }

  #helparea_form {
    display: block;
  }

  #helparea_form .button-wrapper {
    margin-top: 12px;
  }

  [name="registration_number"],
  [name="vat_number"] {
    text-transform: uppercase;
  }

  .login-disclaimer {
    margin-bottom: 15px;
    padding: 16px;
    border: 1px solid #bec4c4;
    background-color: #fff;
    color: #565d60;
    font-size: var(--text-size-small);
  }

  .login-disclaimer p {
    margin-bottom: 5px;
  }

  .headerrightcontents {
    position: relative;
    bottom: 5px;
    /* float: right; */
    /* clear: none !important; */
    width: 100%;
  }

  div.col-2.logindvchecko div.frmloginwrap form#login-form div.fieldset ul.form-list li label {
    font-weight: 700;
  }
  
  .block-text p {
    line-height: 1.5em !important;
  }

  .background--lightblue {
    background: #e2f2f7;
  }

  .background--lightturquoise {
    background: #e4f2ef;
  }

  .background--lightbeige {
    background: #f9f4ea;
  }

  .background--lightyellow {
    background: #fff8dc;
  }

  .background--lightgreen {
    background: #eff7e8;
  }

  .background--lightred {
    background: #ffe6e6;
  }

  .background--lightorange {
    background: #ffeee1;
  }

  .background--lightgrey {
    background: #f2f2f2;
  }

  .grid .display--lowercase {
    text-transform: none;
  }

  .block-text.bottom h3 {
    font-weight: 500;
  }

  .height--container {
    overflow: hidden;
  }

  .height--item {
    margin-bottom: -500em;
    padding-bottom: 500em;
  }

  .link--underline {
    text-decoration: underline;
  }

  article.block-text.saleTop {
    margin-bottom: 0;
  }

  .page--category .visnav .cta--chevron:after,
  cta--chevron:hover:after {
    font-weight: 700;
  }

  .page--category .grid-old {
    width: 100%;
  }
  
  .page--category .category__title {
    padding-left: 0;
  }

  .visual-navigation__cms-container {
    padding: 10px 0;
  }

  .page--category .visnav .cta--chevron {
    letter-spacing: 0;
  }
  
  .icons__cart:before,
  .icons__customer-service:before,
  .icons__user:before {
    content: "";
  }

  .sprite-with-caption__icon.icons.icons__cart {
    background: url(../images/shopping-cart.svg) no-repeat 0 0/24px auto;
    background-position: center center;
  }

  .sprite-with-caption__icon.icons.icons__customer-service {
    background: url(../images/contact.svg) no-repeat 0 0/24px auto;
    background-position: center center;
  }

  .sprite-with-caption__icon.icons.icons__user {
    background: url(../images/my_account.svg) no-repeat 0 0/24px auto;
    background-position: center center;
  }

  .block.block-subscribe div  {
    display: inline;
  }

  .sprite-with-caption__icon.icons.icons__kservice {
    background: url(../images/operator.svg) no-repeat center center/24px auto;
  }

  .kservice {
    display: inline-block;
  }

  .account-cart-wrapper a:active,
  .account-cart-wrapper a:hover,
  .btnreglnk:hover,
  a.document-link:hover {
    text-decoration: none;
  }

  .col-1.new-users.blockac .ineracb,
  .col-2.registered-users.blockac .ineracb {
    border: 1px solid #bec4c4;
    background-color: #fff;
    min-height: 326px;
    padding: 20px !important;
  }

  #clzregright {
    float: left;
    margin-top: 35px;
    padding-left: 30px;
    width: 400px;
  }

  #clzregright .clzulres {
    margin-bottom: 15px;
  }

  #clzregright .kservice {
    display: block;
    margin: 0 auto;
  }

  div.block-content.toggle-content div.actions a {
    color: var(--color-blue) !important;
    font-weight: 600;
  }

  .pgcrtleft table#shopping-cart-table td.product-cart-info h2.product-name {
    padding-bottom: 10px;
  }

  .col-2.registered-users.blockac {
    padding-left: 12px !important;
  }

  .acheadtexts,
  div#checkout-step-login.step.a-item div.col2-set div.col-1 div.clzregcheckout h3 {
    padding: 0 0 8px;
    color: #2c3638;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
  }

  .conttxts {
    padding-left: 52px;
  }

  .conttxtsright {
    padding-right: 72px;
    padding-left: 42px;
  }

  .btnreglnk {
    color: #fff !important;
    line-height: 2.7 !important;
  }

  #header-account .links li a {
    font-size: var(--text-size-small);
    line-height: 1.2;
  }

  .level1 img {
    max-height: 30px;
  }

  .checkout-area-box {
    background: #e2e4e4 0 0;
  }

  .checkout-area-holder {
    margin: 0 auto;
    padding: 9px 1px 8px 0;
    width: 959px;
  }

  .checkout-area-box table {
    margin: 0;
    padding: 0;
    width: 100%;
    border: medium;
    border-collapse: collapse;
  }

  .checkout-area-box table td {
    padding: 0;
    border: medium;
  }

  .checkout-area-box .checkout-alignleft {
    width: 407px;
    height: 18px;
    text-align: left;
  }

  .checkout-topmiddle span {
    position: relative;
    display: inline-block;
    vertical-align: top;
  }

  div.col-2.logindvchecko form#login-form div.fieldset p.description {
    padding: 0 0 8px;
    color: #2c3638;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
  }

  .loginbtmcheck {
    float: right;
    width: auto;
  }

  .chkrtn .label-for-icon {
    padding: 0 0 0 29px;
  }

  .chkmiddle .label-for-icon {
    padding: 0 0 0 47px;
  }

  .chkright .label-for-icon {
    padding: 0 0 0 37px;
  }

  .cchklogolft,
  .chkrightblock {
    display: inline-block;
    overflow: hidden;
  }

  .chkrightblock {
    margin: 0;
    padding: 4px 0 0;
    list-style: outside none none;
    vertical-align: middle;
  }

  .cchklogolft {
    position: relative;
    top: 0;
    float: left;
    margin-right: 25px;
    width: 250px;
    height: 50px;
    background: url(../images/logo.svg) no-repeat 0 0 / auto 100%;
    text-indent: -9999px;
  }

  #opc-review.active,
  #opc-shipping.active,
  .clzloggedchecko #opc-billing.active,
  li#opc-payment.active,
  li#opc-shipping_method.active {
    border: 1px solid #bec4c4;
    background-color: #fff;
    margin: 0 0 17px;
    padding: 20px;
  }

  .clzdvfileds {
    padding-top: 10px;
  }

  .clzfrmlst {
    padding-left: 21px;
  }

  .selcounwrap select {
    padding: 6px;
  }

  .checkout-topmiddle span {
    padding: 2px 0 0 19px;
    color: #429955;
  }

  .checkout-info-list .icon-delivery,
  .checkout-info-list .icon-discount,
  .checkout-info-list .icon-return {
    float: left;
  }

  .checkout-logo {
    overflow: hidden;
    margin-right: 25px;
    width: 156px;
    height: 50px;
    /* background: url(../images/59873e143e32d5a3e644093db66d7f1b.svg) no-repeat 0 0; */
    text-indent: -9999px;
  }

  .checkout-info-list,
  .checkout-logo {
    display: inline-block;
    vertical-align: middle;
  }

  .checkout-info-list {
    margin: 0;
    padding: 10px 0 0;
    width: 680px;
    list-style: outside none none;
  }

  .checkout-info-list li {
    position: relative;
    float: left;
    margin-left: 3%;
    width: 30%;
  }

  .clzregcheckout,
  .frmloginwrap {
    border: 1px solid #bec4c4;
    background-color: #fff;
    margin: 0 0 17px;
    padding: 20px;
    min-height: 326px;
  }

  .clzregcheckout {
    padding: 24px 18px 26px 20px;
  }

  div#checkout-step-login.step.a-item div.col2-set div.col-1 {
    float: right;
    padding: 0 0 0 8px;
  }

  #checkout-step-shipping div.field {
    float: left;
    width: 48%;
  }

  .col-2.logindvchecko {
    float: left;
    padding: 0 8px 0 0;
  }

  #opc-review.active .step-title,
  #opc-shipping.active .step-title,
  #opc-shipping_method.active .step-title {
    display: block !important;
    border: medium;
  }

  .bannersetshm .col-1-4 img {
    width: 100%;
  }

  .cart-table .item-options {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  #shopping-cart-table .btn-remove.btn-remove2 {
    position: relative;
    display: block;
    float: right;
    clear: both;
    margin-top: 21px;
    padding: 3px 3px 3px 10px;
    min-height: 22px;
    width: 145px;
    border: medium;
    border-radius: 10px;
    background-color: #f2f2f2;
    background-image: none;
    color: #565d60;
    vertical-align: top;
    text-align: left;
    text-indent: 2px;
    text-transform: lowercase;
    white-space: nowrap;
    font-size: var(--text-size-small);
    line-height: 16px;
    cursor: pointer;
  }

  .cart-price {
    float: none;
  }

  #shopping-cart-table .btn-remove.btn-remove2 span {
    color: #666;
    text-shadow: 1px -1px 0 #ccc;
    font-weight: 700;
  }

  .coupncttext {
    position: absolute;
    top: 53px;
    left: 690px;
    padding: .5em;
    height: 30px;
    background: 0 0;
    color: #333;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1em;
    cursor: text;
  }

  .pgcrtleft .a-center.cart-total-head {
    text-align: right;
  }

  #shopping-cart-totals-table > tfoot:nth-child(2) > tr:nth-child(3) > td:nth-child(1),
  #shopping-cart-totals-table > tfoot:nth-child(2) > tr:nth-child(3) > td:nth-child(2) {
    padding: 5px;
    border-top: 1px solid #ddd;
  }

  .cart-sidebar.cart-disclaimer {
    border: 1px solid #bec4c4;
    background-color: #fff;
    color: #565d60;
    border-radius: 5px;
  }

  .cart-sidebar.cart-disclaimer {
    margin-top: 10px;
    padding: 12px;
  }

  .list--tick li::before,
  .list--tick li > .ie-before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 10px;
    height: 10px;
    background: url(../images/common-sprite2.png) no-repeat -825px -353px;
    content: "";
  }

  .list--tick li {
    padding: 0 0 0 16px;
  }

  .button {
    border: 0;
    padding: 0 10px;
    margin: 0;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.1em;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    box-shadow: -1px 10px 11px -5px rgb(0 0 0 / 20%);
    background-color: var(--color-orange);
    color: #fff;
    height: 40px;
    border-radius: 3px;
    position: relative;
    transition: opacity .1s ease-in,background-color .2s ease-in-out,color .2s ease-in-out;
    will-change: background-color,opacity;
  }

  #search_mini_form .button {
    display: inline-block;
    margin: 0;
    border-radius: 0 3px 3px 0;
  }

  .add-to-cart-buttons .button.btn-cart,
  .loginbtmcheck button {
    position: relative;
    margin: 0;
    padding: 0 13px;
    height: 40px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    line-height: 30px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  #btncaguest,
  #btncareg,
  #search_mini_form .button {
    position: relative;
    padding: 0 13px;
    height: 40px;
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
    color: #757575;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: var(--text-size-large);
    line-height: 30px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  #btncaguest,
  #btncareg {
    display: block;
    clear: both;
    margin: 20px auto;
    width: 250px;
    border-radius: 3px;
  }

  #btncaguest:hover,
  #btncareg:hover {
    opacity: .9;
  }

  button:hover, .button:hover {
    opacity: .8;
  }

  #search_mini_form .button:visited {
    color: #fff;
  }

  #search_mini_form .button:focus,
  #search_mini_form .button:hover {
    background-color: #484a4b;
    color: #fff;
  }

  .button.search-button {
    position: relative;
    right: 4px !important;
    padding-right: 10px;
  }

  .button-smaller {
    max-height: 35px;
    font-size: 1.1em !important;
  }

  .product-category-linkback .button {
    height: 25px;
    font-weight: 600;
    font-size: 12px;
    line-height: 25px;
  }

  .product-category-linkback .button:hover {
    opacity: .8;
  }

  .block.block-subscribe .button {
    float: right;
    margin-left: -5px;
    height: 40px;
    border-color: var(--color-blue);
    border-radius: 0 3px 3px 0;
    background-color: var(--color-blue);
    background-image: linear-gradient(180deg, #2F86DE, #2F86DE, #2F86DE);
    color: #fff;
  }

  .product-img-box p.product-image {
    position: relative;
    display: inline-block;
    float: right;
    width: 535px;
    cursor: pointer;
  }

  #shopping-cart-table .cart-price {
    float: right !important;
  }

  .lblgnlst {
    position: absolute;
    top: 66px;
    right: 0;
    z-index: 2;
    display: inline-block;
    padding: 7px 17px;
    background: var(--color-blue);
    color: #fff;
    font-weight: 700;
    font-size: 17px;
  }

  .list-availability {
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 5px;
    width: 100%;
    font-size: 12px;
  }

  .list-availability strong {
    color: #111;
    font-weight: 700;
  }

  .product-list-block h6 {
    margin: 0;
    padding: 0 0 .8em;
    color: #111;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .944em;
  }

  .probottomdv {
    clear: both;
    padding: 1em 0;
    line-height: 1.6em;
  }

  .probottomdv .content,
  body.cms-page-view div#sidebar-nav.block.sidebar-nav-left.codnitiveSidenavLeft {
    padding-top: 10px;
  }

  #product-documents-list span,
  #product-external-documents-list span {
    padding-top: 10px;
    padding-left: 8px;
  }

  a.document-link {
    margin-left: 5px;
  }

  #review_field {
    max-width: 640px;
    width: 640px;
    border: 1px solid #ccc;
  }

  .btnrvwlnk,
  .rvheadertb {
    text-transform: uppercase;
    font-size: var(--text-size-normal);
  }

  .rvheadertb {
    padding: 12px 15px;
    border-color: #d0d0d0 #d0d0d0 #adadad;
    border-bottom: 1.2px solid #adadad !important;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #eee, #ddd);
    background-repeat: repeat-x;
    color: #111;
    font-weight: 600;
  }

  /* PRODUCT REVIEWS */

  #review-form > h3 {
    padding-bottom: 10px;
    font-weight: 700;
    font-size: var(--text-size-small);
  }

  .review-product-view .product-review .product-details h2 {
    border-bottom: none;
  }

  .review-product-view .product-review .product-img-box {
    max-width: 50%;
    width: auto;
  }

  .review-product-view .product-review .product-img-box .product-image,
  .review-product-view .product-review .product-img-box > a {
    width: 100%;
  }

  .product-review .product-img-box p.label,
  .product-review .ratings-description dt {
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    font-size: var(--text-size-large);
  }

  .product-review .product-img-box p.label {
    padding-bottom: 10px;
  }

  .product-review .product-img-box .rating-box {
    margin: 15px 0;
  }

  .product-review .product-details h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    color: var(--color-blue);
    font-weight: 600;
    font-size: var(--text-size-large);
  }

  .product-review .ratings-table th {
    padding-right: 10px;
  }

  .product-review .ratings-table tr {
    float: left;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 12px;
  }

  .product-review .ratings-description dt {
    padding: 10px 0;
    font-weight: 400;
  }

  .product-review .ratings-description dd {
    color: #737373;
    font-size: var(--text-size-small);
  }

  #product-review-table .ratings .rating-box {
    overflow: hidden;
    margin: 0 auto;
    width: 65px;
    height: 13px;
    background-position: 0 -615px;
    background-repeat: repeat-x;
  }

  .review-summary-table {
    margin: 0 0 10px;
    border-bottom: 1px dotted #ccc;
  }

  #review-form {
    padding: 15px;
    font-size: 12px;
  }

  .btnrvwlnk {
    position: relative;
    display: inline-block;
    float: right;
    margin-top: 27px;
    margin-right: 15px;
    margin-bottom: 27px;
    padding: 0 13px;
    height: 40px;
    border: medium;
    border-radius: 3px;
    background-color: #17a249;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
    color: #fff;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    line-height: 40px;
    cursor: pointer;
    transition: all .15s ease-in-out 0s;
  }

  .btnrvwlnk:active,
  .btnrvwlnk:focus,
  .btnrvwlnk:hover,
  .btnrvwlnk:visited {
    color: #fff;
    text-decoration: none;
    opacity: .9;
  }

  .product-collateral ul.tabs {
    margin: 0;
    border-color: #d0d0d0;
    background-color: #fff;
    font-weight: 600;
  }

  .product-collateral .tabs li a {
    border: 0 !important;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    margin: 0;
    padding: 7px 17px;
    text-decoration: none;
    text-transform: uppercase !important;
  }

  .product-collateral .tabs li.active a {
    background-color: #3a3a3a !important;
    color: #fff !important;
    font-weight: 400 !important;
    cursor: default;
  }

  .product-collateral .tabs li {
    float: right !important;
    padding-bottom: 0;
    height: auto;
  }

  .product-collateral .tabs li.active a:hover {
    font-weight: 400 !important;
  }

  .tableftheader {
    padding-top: 1em;
    width: 100%;
    border-bottom: 1px solid #dadada;
  }

  .brand-row {
    padding: 20px 0 0;
    border-top: 1px dotted #cacaca;
  }

  .product-list-block {
    position: relative;
    padding-right: 15px;
    min-height: 1px;
  }

  .product-list-block ul {
    padding-left: 15px;
  }

  .product-list-block ul li {
    padding-left: 26px;
    height: 20px;
    background: url(../images/greencorrect-ico.png) no-repeat left -2px;
    line-height: 1.3;
  }

  .actionsx h4 {
    padding-top: 8px;
    text-align: center;
    font-weight: 700;
  }

  object {
    pointer-events: none;
  }

  .product-image-thumbs {
    margin-top: 40px;
  }

  .clzulres li {
    float: left;
    margin-bottom: 5px;
    padding-left: 22px;
    min-width: 235px;
    background-image: url(../images/icon-2.svg);
    background-size: 16px auto;
    background-repeat: no-repeat;
    font-size: var(--text-size-small);
  }

  .dvwrapdv {
    clear: both;
  }

  .dvwrapdv h3 {
    float: right;
    margin-bottom: 25px;
    padding-top: 10px;
    padding-bottom: 7px;
    width: 360px;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
    font-size: 12px;
  }

  .inline-list {
    display: inline-block;
  }

  .inline-list > li:not(:last-child):after {
    content: "|";
    color: #ddd;
    padding: 0 .5em;
  }

  .product-list-highlights {
    margin-top: .5em;
    max-height: 76px;
    overflow-y: hidden;
    line-height: 1.4;
  }

  .product-list-highlights li {
    display: inline;
    margin: 0;
    color: #666;
    font-size: var(--text-size-small);
  }

  .products-grid-mini ul.product-list-highlights {
    line-height: 1.3em;
  }

  .products-grid-mini div.product-info {
    line-height: 1.3em;
    display: flex;
    flex-direction: column;
  }

  .products-grid-mini div.actions {
    margin-top: auto;
  }

  .products-grid-mini .product-list-highlights li {
    margin: .1em 0 .1em 0;
  }

  .product-list-highlights li:first-child {
    margin-left: 0;
  }

  .product-list-highlights li:last-child {
    margin-right: 0;
  }

  .inline-list {
    list-style: none;
  }

  .inline {
    display: inline;
  }

  .circle,
  .information-information .circle {
    padding-right: 8px;
    border-radius: 50%;
    text-align: center;
  }

  .spacer-20 {
    clear: both;
    height: 20px;
  }

  ul.clzprobottom li.circlex {
    margin-bottom: 12px;
    padding-left: 36px;
    background: url(../images/if_round-trip-return-repeat_2075799.png) no-repeat 0 0/21px auto;
  }

  ul.clzprobottom li.truck {
    padding-top: 3px;
    padding-left: 36px;
    background: url(../images/if_truck_83054.png) no-repeat 0 0/21px auto;
  }

  ol#block-related.mini-products-list li.item {
    float: left;
    clear: none;
    padding: 45px 15px 20px;
    min-height: 220px;
    width: 200px;
    border: 1px dotted #ccc;
    text-align: left;
  }

  ol#block-related.mini-products-list li.item:first-child {
    margin-left: 0 !important;
  }

  .block-related .product:first-child {
    margin-left: 0;
  }

  .block-related .product {
    margin-left: 0 !important;
  }

  .block-content.aw-arp-block-content {
    margin-left: 40px;
  }

  .bannersetshm > div,
  .block-related,
  .block-related .product {
    position: relative;
  }

  .clzsoldout {
    color: #595959;
    line-height: 2em;
  }

  .clzsoldout:before {
    content: "\f00d";
    font-family: FontAwesome;
    margin: 0 .5em;
    font-size: 1.3em;
  }

  .clzinstocktemp {
    line-height: 2em;
  }

  .clzinstocktemp:before {
    content: "\f111";
    font-family: FontAwesome;
    margin: 0 .6em;
    color: #929a9c;
    font-size: 1.3em;
  }

  .buyblock-usp,
  .buyblock-usp-nofa {
    color: #17a249;
    line-height: 1.5em;
  }

  .buyblock-usp:before {
    content: "\f00c";
    font-family: FontAwesome;
    margin: 0 .3em;
    font-size: 1.3em;
  }

  #block-related .price-box .old-price .price,
  .aw-arp-item .price-box .old-price .price {
    font-weight: 400;
    font-size: var(--text-size-normal);
  }

  .aw-arp-item .price-box {
    text-align: right !important;
  }

  div.product-shop div.price-info div.price-box .special-price span.price-excluding-tax span.price,
  div.product-shop div.prodetailtopright div.add-to-box div.price-box span.price-excluding-tax.not-special span.price {
    font-size: 2.5em;
    letter-spacing: -1px;
  }

  div.price-box .old-price span.price-label {
    font-size: 1.1em;
    line-height: 1.8em;
  }

  .products-grid .from_price_conf {
    display: initial !important;
    font-size: var(--text-size-small);
    font-weight: normal;
  }

  .block-related .product-details {
    padding-top: 20px;
  }

  .block-related .old-price {
    padding-left: 0 !important;
  }

  .bannersetshm .col-1-3 > div {
    max-height: 317px;
  }

  ol#block-related li.item .product-image > img {
    display: block;
    margin: 0 auto;
    width: 95%;
  }

  ol#block-related li.item .product-details {
    clear: both;
    margin-left: 0;
  }

  ol#block-related li.item .block-title {
    border-top: 0;
  }

  ol#block-related.mini-products-list div.price-box .old-price {
    padding-right: 5px !important;
  }

  #block-related .special-price .price {
    color: #2c3638 !important;
    font-weight: 400;
    font-size: 17px;
  }

  #block-related .special-price {
    float: right;
    padding-right: 5px;
    padding-left: 0;
  }

  #block-related .old-price {
    float: none;
  }

  #block-related div.price-box {
    padding-top: 10px;
    text-align: right;
  }

  div.pgcrtleft form table#shopping-cart-table td.product-cart-image a.product-image img {
    display: block;
    margin: 0 auto;
    width: auto !important;
    height: 100px !important;
  }

  div.pgcrtleft form table#shopping-cart-table.cart-table.data-table td.product-cart-info button.button.btn-update {
    padding: 5px 10px;
    height: 24px;
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
  }

  .product-shop .extra-info {
    padding-bottom: 10px;
    max-width: 100% !important;
    width: 100% !important;
    border-bottom: 1px solid #e2e4e4;
  }

  .add-to-cart-buttons {
    width: 100%;
  }

  .add-to-cart {
    margin-top: .5em;
    position: relative;
  }

  .product-options-bottom .qty-wrapper {
    position: absolute;
    bottom: 75px;
  }

  .add-to-box {
    margin-bottom: .5em;
  }

  #order-comment {
    resize: vertical;
  }

  .warranty .table > tbody > tr > td {
    padding: 8px 6px 0 8px;
    border: medium;
  }

  .warranty .table ul {
    padding-left: 20px;
  }

  div.warranty {
    margin-bottom: 20px;
    padding: 20px 20px 15px;
  }

  .warranty,
  .warranty p,
  .warranty strong,
  .warranty td {
    margin: 0 0 1em;
    color: #333 !important;
    font-size: 12px;
    line-height: 1.33em;
  }

  .warranty .table > thead > tr > td,
  .warranty .table > thead > tr > th {
    border-bottom: 1px dotted #cacaca;
  }

  .warranty .table > thead:first-child > tr:first-child > td {
    padding: 0 8px 8px 0;
  }

  div.warranty table.table.warranty tbody tr td ul li {
    list-style: inside none disc;
    line-height: 1.42857;
  }

  .review .positive,
  .reviewer {
    font-size: 12px;
  }

  .table.warranty strong {
    font-weight: 600;
  }

  .table-row > tbody > tr:nth-child(2n + 1) > td {
    background-color: var(--color-light-gray);
  }

  .product-shop .price-info {
    clear: both !important;
    max-width: 100% !important;
    width: 100% !important;
    text-align: left !important;
  }

  #header-cart.skip-active {
    z-index: 2000;
  }

  .main-container {
    position: relative;
    margin: 5px auto 0 auto;
    max-width: 1250px;
    width: 100%;
    padding: 0 2px;
  }

  .skip-links {
    clear: both;
  }

  .block-content.aw-arp-block-content ul li {
    margin-right: 1% !important;
    padding: 10px 5px 15px !important;
    width: 32.6%;
    border: 1px dotted transparent;
  }

  .block-content.aw-arp-block-content ul li {
    width: 18% !important;
  }

  div.cross-sell-product {
    margin-right: 1% !important;
    padding: 10px 13px 15px !important;
    width: 100% !important;
    border: 1px dotted transparent;
  }

  .block-content.aw-arp-block-content ul li:hover,
  div.cross-sell-product:hover {
    border: 1px solid #ccc;
  }

  #brand_logo_small {
    display: inline-block;
    width: 200px;
    height: 70px;
    max-width: 100%;
    margin: 1em 0 0 1em;
  }

  #brand_logo_big {
    margin-bottom: 2em;
  }

  .products-grid div.product-info div.actions .button.btn-cart {
    position: relative;
    top: 5px;
    display: inline-block;
    float: right;
    width: 2em;
    height: 1.5em;
    background-color: #17a249;
    vertical-align: middle;
    font-weight: 400;
    font-size: 24px;
    line-height: 1em;
  }

  ul.products-grid-mini .btn-cart,
  ul.products-grid-mini-narrow .btn-cart {
    font-size: 20px !important;
  }

  .cms-page-view .std li,
  .cms-page-view .std p {
    font-size: var(--text-size-normal);
    line-height: 24px;
  }

  /* .grid { */
  /* box-sizing: border-box; */
  /* padding-right: 20px; */
  /* padding-left: 20px; */
  /* max-width: 1250px; */
  /* } */

  #search_mini_form #search {
    height: 35px;
    border-radius: 5px;
    vertical-align: middle;
    line-height: 1em;
    border: 1.5px solid var(--color-blue);
  }

  #search_mini_form #search:focus {
    border: 1.5px solid var(--color-orange);
    outline-offset: 0;
    outline-width: 0;
  }

  #header-search {
    top: 10px;
    left: .5em;
    width: calc(100% - 430px);
    height: 40px;
    float: left;
    position: relative;
    left: 0;
    margin: 0 0.5em;
    width: calc(100% - 1rem);
    z-index: 100;
  }

  .account-cart-wrapper {
    position: relative;
    top: 13px;
    float: right;
    right: 5px;
  }

  .zoomContainer {
    position: absolute !important;
    z-index: 4 !important;
  }

  .lblprolist,
  .product-label-right {
    position: absolute;
    display: inline-block;
    color: #fff;
    z-index: 10;
    text-align: center;
  }

  .lblprolist {
    top: 0;
    padding: .3em 1em;
    width: 80%;
    border-radius: .4em;
    font-weight: 600;
    background: #f08324;
    font-size: .9em;
  }

  .product-label-right {
    top: 4px;
    right: -2px;
    padding: .3em .8em;
    border-radius: .4em;
    font-weight: 600;
  }

  .product-img-box {
    position: relative;
    float: left;
    clear: both;
    min-height: 472px;
    width: 100%;
  }

  .block-content.aw-arp-block-content ul li {
    float: left !important;
    clear: none !important;
    margin-left: 10px !important;
    min-height: 360px;
    text-align: left;
  }

  .clztbannert {
    position: absolute;
    top: 36px;
    padding: 12px 20px 11px 10px;
    width: 94.1%;
    background-color: rgba(0, 0, 0, .57);
    color: #fff !important;
    font-weight: 700;
    font-size: 19px;
  }

  .fa-file-doc-o::before {
    content: "\f15b";
  }

  .contant-box,
  .image-box,
  .mail-box {
    display: inline-block;
    float: none;
    width: 120px;
    vertical-align: middle;
  }

  .contant-box,
  .mail-box {
    width: 45%;
  }

  .contant-box h2,
  .mail-box a {
    font-weight: 800;
  }

  .contant-box p,
  a#specs_anchor {
    font-weight: 600;
  }

  .mail-box {
    padding: 5px 20px;
    width: 40%;
    border: 1px solid;
    border-radius: 7px;
    background-color: #f08324;
    color: #fff;
    text-align: center;
  }

  .mail-box p {
    font-weight: 800;
    line-height: 1.5;
  }

  .mail-box a {
    color: #fff;
  }

  .mail-box a:hover,
  h2.product-name a {
    text-decoration: none;
  }

  .fa-check {
    margin-right: 5px;
    color: var(--color-blue);
  }

  .scrlng {
    max-width: 100% !important;
    width: 100% !important;
  }

  .anchor {
    position: relative;
    top: -75px;
    display: block;
    visibility: hidden;
  }

  .product-collateral .price-box .price-excluding-tax {
    margin: 5px 0;
  }

  .product-collateral .price-box p {
    padding-left: 0;
  }

  .cross-sell-text-title {
    text-decoration: underline;
  }

  img.cross-sell-thumbnail {
    width: 120px;
    height: 120px;
  }

  div.cross-sell-thumbnail {
    float: left;
    margin: 1em 2em 1em 1em;
  }

  div.cross-sell-product {
    border-bottom: 1px solid #f3f3f3;
  }

  div.cross-sell-text-container {
    margin: 10px;
  }

  #product-page-description ul,
  .disc-list {
    list-style: disc;
    padding: .5em 0 .5em 1.2em;
  }

  body
    > div.wrapper
    > div
    > div.main-container.col2-left-layout
    > div
    > div.col-main
    > div.col-left.sidebar.col-left-first
    > div
    > div.block-content.toggle-content
    > ul
    > li:nth-child(1)
    .justify {
    text-align: justify;
  }

  /* Tooltips */

  .has-tooltip {
    display: inline;
  }

  .tooltip-wrapper {
    position: absolute;
    left: 2px;
  }

  .has-tooltip:hover .tooltip-wrapper {
    visibility: visible;
  }

  .tooltip .tooltiptext {
    position: absolute;
    top: 25px;
    bottom: auto;
    left: 15px;
    z-index: 11;
    visibility: hidden;
    padding: 6px;
    width: 200px;
    border: 1px solid #595959;
    border-radius: 6px;
    background-color: #fff;
    color: #2c3638;
    text-align: left;
    line-height: 1.5em;
    transition: opacity .3s;
    opacity: 0;
    font-style: normal;
    font-weight: normal;
    font-size: var(--text-size-small);
  }

  .tooltip-icon {
    margin: 5px;
    color: #2c3638;
  }

  .clztoptoolc {
    top: auto;
    bottom: 8px;
  }

  .tooltip:hover .tooltiptext {
    opacity: 1;
    visibility: visible;
  }

  .tooltip {
    position: relative;
    display: inline-block;
  }

  .big-tile {
    border: 1px solid transparent;
  }

  .big-tile:hover {
    border: 1px solid #e4e4e4;
  }

  .st-ui-thumbnail {
    width: 40px !important;
    height: 40px !important;
  }

  div.st-ui-autocomplete div.st-query-present a.st-ui-result .st-ui-type-heading,
  section.st-ui-slide-autocomplete div.st-query-present a.st-ui-result .st-ui-type-heading {
    margin-left: 8px !important;
    font-size: 13px !important;
  }

  div.st-ui-autocomplete div.st-query-present a.st-ui-result .st-ui-type-detail,
  section.st-ui-slide-autocomplete div.st-query-present a.st-ui-result .st-ui-type-detail {
    margin-left: 8px !important;
    font-size: 12px !important;
  }

  .info-box h2 {
    font-weight: 700;
    font-size: var(--text-size-small);
  }
  
  .info-box {
    background-position: center 80%;
  }

  .info-box {
    margin: 0 0 15px;
    height: 40em;
    padding: 0 1em;
    border: 1px solid #aaa;
    border-radius: 4px;
  }

  .info-box-not-found {
    background: url(../images/sadklaas.jpg) 90% 90% no-repeat;
    background-size: contain !important;
  }

  .info-box-inner {
    max-width: 35em;
  }

  .skip-account,
  .kservice,
  .skip-cart,
  .skip-phone,
  .skip-quote {
    float: none;
    display: inline-block;
  }

  #header-cart.skip-active {
    display: block;
  }

  /* Minicart Miniquote */

  .header-minicart,
  .header-miniquote {
    display: inline-block;
  }

  .header-minicart .minicart-message {
    display: block;
    padding: 10px;
    font-weight: 600;
  }

  .header-minicart .empty {
    padding: 10px;
    text-align: center;
  }

  .header-minicart .minicart-wrapper,
  #header-quote {
    position: relative;
    clear: both;
    box-shadow: 6px 6px 9px 1px #595959ad;
  }

  .header-minicart .minicart-wrapper:after,
  .header-minicart .minicart-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    content: "";
  }

  .header-minicart .minicart-wrapper:before {
    z-index: 2;
    background-color: #fff;
    opacity: .8;
  }

  .header-minicart .minicart-wrapper:after {
    z-index: 3;
    background-image: url(../images/opc-ajax-loader.gif);
    background-position: center;
    background-repeat: no-repeat;
  }

  .header-minicart .minicart-wrapper.loading {
    position: relative;
  }

  .header-minicart .minicart-wrapper.loading:after,
  .header-minicart .minicart-wrapper.loading:before {
    display: block;
  }

  .header-minicart .block-subtitle {
    margin-bottom: 0;
    padding: .5em;
    background: var(--color-orange);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.4;
  }

  .header-minicart .block-subtitle .close {
    display: block;
    float: right;
    width: 40px;
    color: #fff;
  }

  .header-minicart .mini-products-list {
    padding: 0 10px 10px;
  }

  .header-minicart .mini-products-list li {
    position: relative;
    padding: 8px 5px 8px 3px;
    border-bottom: 1px solid #ddd;
  }

  .cms-page-view .page-head h1,
  .cms-page-view .page-head h3,
  .cms-page-view .page-title h1,
  .cms-page-view .page-title h3,
  .contacts-index-index h1,
  .header-minicart .mini-products-list li.last {
    border: 0;
  }

  .header-minicart .mini-products-list li .product-details {
    position: relative;
  }

  .header-minicart .product-details .product-name {
    padding-top: .5em;
    font-weight: 600;
  }

  .header-minicart .info-wrapper {
    margin-bottom: .5em;
  }

  .header-minicart .info-wrapper th {
    padding: 4px;
    background: #f6f6f6;
    font-size: 12px;
  }

  .header-minicart .info-wrapper td {
    clear: right;
    text-align: center;
  }

  .header-minicart .info-wrapper .qty-wrapper td {
    height: 33px;
    line-height: 33px;
  }

  .header-minicart .info-wrapper .qty {
    margin-top: 3px;
    margin-left: 1px;
    padding-right: 4px;
    padding-left: 4px;
    width: 30px;
    height: 26px;
    text-align: center;
  }

  .header-minicart .info-wrapper .quantity-button {
    -webkit-transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    transition-duration: 100ms;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
  }

  .header-minicart .info-wrapper .quantity-button[disabled] {
    cursor: default;
  }

  .header-minicart .info-wrapper .quantity-button.visible {
    opacity: 1;
  }

  .header-minicart .subtotal {
    border-top: 1px solid #ccc;
    background-color: #f6f6f6;
    text-align: center;
    line-height: 2em;
  }

  .qtyminus,
  .qtyplus {
    width: 24px;
    height: 24px;
    border: 1px solid #ccc;
    line-height: 19px;
  }

  .header-minicart .button.quantity-button,
  .cart-table .product-cart-actions .button {
    position: relative;
    bottom: 2px;
    height: 25px;
    font-size: 11px;
    line-height: 25px;
  }

  .header-minicart .subtotal .label {
    text-transform: none;
  }

  .header-minicart .subtotal .price {
    float: right;
    padding-right: 14px;
    font-weight: 700;
  }

  .header-minicart .minicart-actions {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    padding: .5em 0 1.5em 0;
    text-align: center;
  }

  .header-minicart .minicart-actions .checkout-button {
    min-width: 145px;
    width: 100%;
    height: 30px;
    color: #fff;
  }

  .header-minicart .minicart-actions .cart-link {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 13px;
    min-width: 145px;
    width: 100%;
    height: 30px !important;
    border: 0;
    border-radius: 3px;
    background-color: orange;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
    color: #fff;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    font-weight: 700;
    font-size: 12px;
    line-height: 30px !important;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  div.minicart-wrapper .product-name a,
  #header-quote ol.mini-products-list .item .product-name a {
    text-decoration: none;
  }

  /* Product Grids */

  /* .category-products .price-box .special-price:before { */
    /* font-weight: 600; */
    /* display: inline-block; */
    /* letter-spacing: -0.17px; */
    /* margin-right: 6px; */
    /* color: #fff; */
    /* background-color: #f91906; */
    /* content: "SALE"; */
    /* font-size: .6em; */
    /* padding: 1px 2px; */
    /* border-radius: 3px; */
    /* position: relative; */
    /* bottom: 2px; */
  /* } */

  .category-products li span.lblenergylabel {
    font-size: 1.2em;
    line-height: 23px;
    top: 41%;
    min-width: 30px;
  }

  .category-products li span.lblenergylabel::after {
    border-width: 11px 15px 13px 0;
    left: -14px;
  }

  .category-products {
    clear: both;
  }

  .category-products ul.products-grid div.price-box .old-price span.price {
    font-weight: 400;
    font-size: 17px;
  }

  .category-products ul.products-grid div.price-box .special-price span.price::before {
    font-size: 70%;
  }

  .category-products ul.products-grid .price-box .special-price {
    padding-left: 2px;
  }

  .products-grid .actions .button,
  .products-list .action .button {
    white-space: normal;
  }

  .products-grid {
    position: relative;
  }

  .products-grid > li {
    position: relative;
    float: left;
    margin-right: 4.54545%;
    width: 47.72727%;
  }

  .category-products ul.products-grid li.item .product-name {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.2em;
  }

  ul.products-grid-mini li.item .product-name {
    font-size: 1em !important;
  }

  .category-products ul.products-grid li.item .product-info {
    padding-bottom: 0 !important;
  }

  .category-products ul.products-grid li.item .info {
    display: inline-block;
    margin-bottom: 3px;
    min-height: 175px;
    height: 175px;
    width: 100%;
    overflow: hidden;
  }

  .category-products .products-grid .price-box {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    text-align: right;
    min-height: 1.6em;
  }

  .category-products ul.products-grid li.item,
  ul.products-grid > li,
  ul.products-grid-mini > li,
  ul.products-grid-mini-narrow > li {
    padding: 1em .5em;
    border: 1px dotted transparent;
  }

  .category-products ul.products-grid li.item,
  ul.products-grid > li {
    margin: .2em .5em;
    /* width: calc((100% / 4) - (3em / 4)); */
  }
  
  ul.products-grid-mini > li {
    width: calc((100% / 4) - (4em / 4)) !important;
  }
  
  ul.products-grid-mini-narrow > li {
    width: calc((100% / 4) - (3em / 4)) !important;
  }
  
  .category-products ul.products-grid li.item {
    min-height: 32em;
  }

  ul.products-grid-mini > li,
  ul.products-grid-mini-narrow > li {
    min-height: 20em !important;
  }

  ul.products-grid-mini-narrow h2.product-name {
    font-size: 1em !important;
  }

  /* Wide regular product grid */

  ul.products-grid-wide > li {
    width: calc((100% / 4) - (4em / 3)) !important;
  }

  /* HTML5 grids */

  html5-grid > li {
    transition: .15s ease-in-out;
  }

  ul.html5-grid-4-col {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
    grid-column-gap: 1em;
    -ms-grid-columns: repeat(auto-fit, minmax(175px, 1fr));
    grid-template-rows: auto auto auto auto;
    grid-row-gap: 1em;
    -ms-grid-rows: auto 5px auto 5px auto 5px auto;
    margin: 1em 0;
    flex-flow: row wrap;
  }

  .product-shop {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
  }

  /* Grid: Tiles with Shadows */

  .grid-shadow-tiles-text {
    display: grid;
    grid-gap: .5em;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    margin-bottom: 2em;
  }

  .grid-shadow-tiles-text li strong {
    text-overflow: ellipsis;
    padding: 5px 5px 3px 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 3.5em;
    display: -ms-flexbox;
    -ms-flex-align: center;
    display: -moz-box;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-align: center;
    border-bottom: 3px solid transparent;
  }

  .grid-shadow-tiles-text li strong:after {
    font-family: FontAwesome;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    font-size: .8em;
    position: absolute;
    right: .7em;
    top: 53%;
    transform: translateX(0) translateY(-50%);
    transition: all .15s ease-in-out;
  }

  .grid-shadow-tiles-text li {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    height: 203px;
    width: 100%;
    border-radius: 5px;
    transition-duration: 100ms;
    /* border: 1px solid #cacfd2; */
  }

  .grid-shadow-tiles-text li:hover strong {
    border-bottom: 3px solid var(--color-blue);
  }

  .grid-shadow-tiles-text a {
    width: 100%;
    height: 100%;
  }

  .grid-shadow-tiles-text img {
    max-width: 140px;
    max-height: 140px;
    object-fit: contain;
    width: 100%;
    height: 100%;
    margin: auto;
    margin-top: 10px;
  }

  /* Overrides */

  div.col-left ol,
  div.pages ol {
    list-style: none;
  }

  img.payment-issuer-icon {
    max-width: 2em;
    margin-right: .5em;
  }

  #header {
    width: 100%;
    z-index: 100;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
  }

  .box-up-sell .ratings,
  .cart-table .cart-links,
  .cart-table .product-cart-image a.cart-edit,
  .cart-table .product-cart-info .btn-remove,
  #discount-coupon-form h2,
  .cart .giftcard h2,
  .shipping .shipping-desc,
  #checkout-step-review .opc-block-progress .block-content .changelink,
  #checkout-step-review .opc-block-progress .block-title,
  .configurable-swatch-box select.swatch-select,
  .opc-block-progress dt .separator,
  .opc-block-progress dt a,
  .is-hidden,
  article.block-text .small-teaser .iframe-teaser,
  section.cms.one-colum > .left-colum,
  section.cms > .one-colum > .left-colum,
  p:empty,
  #onepage-guest-register-button,
  .checkout-area-box,
  .col-main div.display-single-price::after,
  div#checkout-step-login.step.a-item div.col2-set div.col-1 div.clzregcheckout ul.form-list,
  div#checkout-step-login.step.a-item div.col2-set div.col-2 h3,
  table#shopping-cart-table.cart-table.data-table td.product-cart-info button.button.btn-update,
  .form-subscribe-header,
  .price-excluding-tax span.label,
  div.main div.col-left.sidebar div.block.block-reorder,
  #sidebar-nav,
  .header-minicart .block-cart,
  .from_price_conf,
  .product-image-gallery .gallery-image,
  #header-nav .view-all,
  .skip-content,
  #checkout-shipping-method-load .sp-methods dd div.input-box:after,
  #co-shipping-method-form .sp-methods dd div.input-box:after,
  .form-list .control div.input-box:after,
  .product-options ul.options-list div.input-box:after,
  .sp-methods dt div.input-box:after,
  label.required em,
  span.required em,
  .availability .label,
  .products-grid .ratings .amount {
    display: none;
  }

  /* Sooqr overrides */

  div.sooqrSearchContainer {
    width: 100% !important;
  }

  .sooqrSearchContainer h3 {
    text-transform: initial;
    height: 4em;
    max-height: 4em;
  }

  .sooqrSearchContainer a,
  .sooqrSearchMobileTabs * {
    font-weight: 600 !important;
    font-size: 15px !important;
  }

  .sooqrSearchContainer div.sqr-price {
    float: right !important;
  }

  .sooqrSearchContainer div.sqr-right .sqr-button {
    display: none !important;
  }

  .sooqrSearchContainer * {
    font-family: var(--bs-font-sans-serif) !important;
  }

  .sooqrSearchContainer .sqr-powered-by-branding {
    display: none !important;
  }

  .sooqrSearchContainer div.sqr-results.sqr-grid div.sqr-left div.sqr-image {
    width: 120px !important;
    height: 140px !important;
  }

  .sooqrSearchContainer div.sqr-results.sqr-grid div.sqr-resultItem {
    padding: 15px 5px 5px 5px !important;
    margin: 0 !important;
  }

  .sooqrSearchContainer div.sqr-results.sqr-grid div.sqr-right div.sqr-order {
    height: 40px !important;
    min-height: 40px !important;
  }

  .sooqrSearchContainer div.sqr-results.sqr-grid div.sqr-image img {
    transition: transform 200ms ease, opacity 200ms linear !important;
    background-color: #eee;
  }

  .sooqrSearchContainer div.sqr-results.sqr-grid div.sqr-resultItem:hover img {
    -webkit-transition: transform 300ms ease !important;
    -moz-transition: transform 300ms ease !important;
    -o-transition: transform 300ms ease !important;
    -ms-transition: transform 300ms ease !important;
    transition: transform 300ms ease !important;
    transform: scale(1.2) !important;
  }

  .sooqrSearchContainer div.sqr-results.sqr-grid div.sqr-resultItem:hover {
    box-shadow: none !important;
    border-color: #fff !important;
    border-bottom-color: #dddddd !important;
  }

  .sooqrSearchContainer div.sqr-results.sqr-grid div.sqr-resultItem {
    width: 48% !important;
  }

  .sooqrSearchContainer div.sqr-resultItem:hover a {
    text-decoration: underline !important;
    color: #f08324 !important;
    -webkit-transition: color 100ms ease-in-out;
    -moz-transition: color 100ms ease-in-out;
    -o-transition: color 100ms ease-in-out;
    -ms-transition: color 100ms ease-in-out;
    transition: color 100ms ease-in-out;
  }

  .sooqrSearchContainer span.sqr-closeButton {
    text-indent: -9999px;
    background-position: 14px 14px !important;
    height: 40px;
  }

  .sooqrSearchContainer div.sooqrSearchFilters div.searchFilter {
    padding: 0 0 5px 0 !important;
  }

  .sooqrSearchContainer div.sqr-results.sqr-grid div.sqr-image img {
    background-color: transparent !important;
  }
  
  .sqr-text {
    text-overflow: ellipsis;
    overflow: hidden;
  }

  /* BLACK FRIDAY */

  /* .bf-banner-detail,
  .bf-banner-list {
    position: absolute;
    padding: .3em 1em;
    right: 0;
    z-index: 10;
    text-align: center;
    top: -1.5em;
    background-image: url(https://www.chefstore.nl/media/wysiwyg/banners/lb_20211123_blackfriday5.svg);
    background-repeat: no-repeat;
  }

  .bf-banner-detail {
    width: 150px;
    height: 130px;
  }

  .bf-banner-list {
    width: 110px;
    height: 80px;
  } */

  /* NOTIFICATION BOXES -- https://codepen.io/walesmd/pen/ZEEMLg */

  .bar-notice {
    position: relative;
    margin: 1em 0 1em 1em;
    background: var(--color-light-gray);
    padding: 1em 1em 1em 2em;
    border-left: 4px solid #ddd;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .125);
  }

  .bar-notice:before {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: -17px;
    background-color: #ddd;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-family: Georgia;
    text-shadow: 1px 1px rgba(0, 0, 0, .5);
  }

  .bar-info {
    border-color: #2a71db;
  }

  .bar-info:before {
    content: "i";
    background-color: #2a71db;
  }

  .bar-success {
    border-color: #17a249;
  }

  .bar-success:before {
    content: "√";
    background-color: #17a249;
  }

  .bar-warning {
    border-color: #ffdc00;
  }

  .bar-warning:before {
    content: "!";
    background-color: #ffdc00;
  }

  .bar-error {
    border-color: #ff4136;
  }

  .bar-error:before {
    content: "X";
    background-color: #ff4136;
  }
  
  /* Cloudflare */
  
  img.cf-ir {
    object-fit: contain
  }
  
  .object-fit-contain {
    object-fit: contain
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

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

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

/* Bootstrap Small */
@media (min-width: 576px) {
  .d-s-none {
    display: none !important;
  }
  
  .d-s-block {
    display: block !important;
  }
  
  .h1,
  h1 {
    font-size: 18px;
  }
  
  .top-link i.fa {
    font-size: 2.2em;
    width: 40px;
    height: 30px;
  }
  
  #header-search {
    top: 10px;
    left: .5em;
    width: calc(100% - 450px);
    height: 40px;
    float: left;
    position: relative;
  }
  
  .breadcrumb {
    --bs-breadcrumb-divider: '>';
  }
  
  .linearize-table .linearize-collapse {
    display: none;
  }
  
  .animate {
    animation-duration: 0.2s;
    animation-name: animate-fade;
    animation-delay: 0.1s;
    animation-fill-mode: backwards;
  }
  
  @keyframes animate-fade {
    0% {
      opacity: 0;
    }
    
    100% {
      opacity: 1;
    }
  }
  
  ul.products-grid-mini > li div.info,
  ul.products-grid-mini-narrow > li div.info {
    min-height: 9.6em !important;
  }
  
  .products-grid-mini div.product-info {
    min-height: 175px;
  }
  
  ul.products-grid-mini-wide > li div.info {
    min-height: 8em !important;
  }
  
  .products-grid-mini-wide div.product-info {
    min-height: 230px !important;
  }
  
  ul.html5-grid-4-col {
    grid-column-gap: 1em;
    grid-template-rows: auto auto;
    grid-row-gap: 1em;
    -ms-grid-rows: auto 15px auto;
  }
}

/* Bootstrap Medium */
@media (min-width: 768px) {
  .d-m-none {
    display: none !important;
  }
  
  .d-m-block {
    display: block !important;
  }
  
  /* Part of qquoteadv.css that is used on all pages */
  .header-miniquote .skip-quote {
    text-transform: uppercase;
  }
  
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }
  
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n + 1) {
    clear: none;
  }
  
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }

  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }

  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n + 1) {
    clear: left;
  }

  .col1-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }

  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }

  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n + 1) {
    clear: none;
  }

  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }

  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }

  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n + 1) {
    clear: left;
  }

  .col1-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }
  
  .top-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
  }

  .product-img-box .product-name {
    display: none;
  }

  .map-popup.map-popup-right {
    left: 10px !important;
  }

  .map-popup.map-popup-left {
    left: auto !important;
    right: 10px !important;
  }

  .bml-ad.large {
    display: block;
  }

  .checkout-types.minicart {
    float: none;
    text-align: center;
  }

  .product-review .ratings-table tr {
    float: none;
  }

  .sidebar .widget-addbysku .sku-table .input-text:not(.qty) {
    max-width: 100px;
  }
  
  .sooqrSearchContainer div.sqr-results.sqr-grid div.sqr-resultItem {
    width: 33% !important;
  }

  .sooqrSearchContainer div.sqr-price {
    padding-right: 2em !important;
  }
  
  .info-box {
    height: 40em;
    padding: 1em;
    background-size: 600px 274px;
  }
}

/* Bootstrap Large */
@media (min-width: 992px) {
  .d-l-none {
    display: none !important;
  }

  .d-l-block {
    display: block !important;
  }
  
  .products-grid--max-4-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(3n + 1) {
    clear: none;
  }

  .products-grid--max-4-col > li:nth-child(even),
  .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  
  /* Set column config */
  .products-grid--max-4-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-4-col > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }

  .products-grid--max-4-col > li:nth-child(4n + 1) {
    clear: left;
  }

  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0;
  }
  
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(3n + 1) {
    clear: none;
  }

  .products-grid--max-5-col > li:nth-child(even),
  .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  
  /* Set column config */
  .products-grid--max-5-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }

  .products-grid--max-5-col > li:nth-child(5n + 1) {
    clear: left;
  }

  .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0;
  }
  
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(3n + 1) {
    clear: none;
  }

  .products-grid--max-6-col > li:nth-child(even),
  .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 2.22222%;
  }
  
  /* Set column config */
  .products-grid--max-6-col > li {
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col > li {
    width: 14.81481%;
    margin-right: 2.22222%;
  }

  .products-grid--max-6-col > li:nth-child(6n + 1) {
    clear: left;
  }

  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0;
  }
  
  div.sooqrSearchContainer {
    width: 1150px !important;
  }
  
  ul.html5-grid-4-col {
    grid-template-rows: auto;
    -ms-grid-rows: auto;
  }
}

/* Mouse-only rules */
@media (min-width: 992px) and (hover: hover) and (pointer: fine) {
  .scale-xs img,
  .scale-1 img,
  .scale-2 img,
  .scale-3 img {
    transition: transform 150ms ease;
  }

  .scale-xs:hover img,
  .scale-1:hover img,
  .scale-2:hover img,
  .scale-3:hover img {
    transition-property: transform;
    transition-duration: 300ms;
    transition-timing-function: ease;
  }

  .scale-xs:hover img {
    transform: scale(1.00);
  }

  .scale-1:hover img {
    transform: scale(1.05);
  }

  .scale-2:hover img {
    transform: scale(1.1);
  }

  .scale-3:hover img {
    transform: scale(1.15);
  }

  .products-grid li img {
    transition: transform 150ms ease;
  }

  .products-grid li:hover img {
    transform: scale(1.13);
    transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .grid-shadow-tiles-text img {
    transition: transform 200ms ease, opacity 200ms linear;
  }

  .grid-shadow-tiles-text li:hover img {
    transform: scale(1.25);
    transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
}

/* Bootstrap X-Large */
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 24px;
  }
  
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(odd) {
    clear: none;
  }

  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n + 1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n + 1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n + 1) {
    clear: none;
  }

  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    margin-right: 2.22222%;
  }

  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li {
    width: 23.33333%;
    margin-right: 2.22222%;
  }

  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n + 1),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n + 1),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n + 1) {
    clear: left;
  }

  .col2-left-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col2-right-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n),
  .col3-layout .col-main .widget .products-grid--max-4-col-widget > li:nth-child(4n) {
    margin-right: 0;
  }

  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(odd) {
    clear: none;
  }

  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n + 1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n + 1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n + 1) {
    clear: none;
  }

  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(even),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    margin-right: 2.22222%;
  }

  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li,
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li {
    width: 18.22222%;
    margin-right: 2.22222%;
  }

  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n + 1),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n + 1),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n + 1) {
    clear: left;
  }

  .col2-left-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col2-right-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n),
  .col3-layout .col-main .widget .products-grid--max-5-col-widget > li:nth-child(5n) {
    margin-right: 0;
  }

  .skip-nav {
    display: none;
  }

  .pageinfotpinner {
    padding: 0;
  }

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

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

  #header-nav ol.nav-primary {
    z-index: 100;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .product-review .ratings-table tr {
    float: left;
    margin-right: 15px;
  }
  
  .account-cart-wrapper {
    right: 0;
  }
  
  ul.html5-grid-4-col {
    grid-row-gap: 2em;
    -ms-grid-rows: auto;
  }
  
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .info-box-cart-success {
    background: url(../images/topklaas.jpg) 99% 90% no-repeat;
    background-size: contain;
  }
}

/* Bootstrap X-Large */
@media (max-width: 1199.98px) {
  
  #header-nav .skip-active {
    display: block;
  }
  
  ol.nav-primary>li>a {
    border-bottom: 1px solid var(--color-light-gray);
    text-align: left;
  }
  
  ol.nav-primary {
    background-color: var(--color-blue);
  }
  
  #top-nav {
    display: none;
    width: 100%;
  }
  
  #top-nav a,
  #top-nav li.level1 a {
    font-size: 1em;
  }
  
  #top-nav li.level1.menu-active a.level2,
  #top-nav li.level1.menu-active a.level3,
  #top-nav li.level1.menu-active a.level4 {
    display: list-item !important;
  }
  
  #top-nav li.level0 {
    display: block;
    height: auto;
    float: left;
    width: 100%;
  }
  
  #header-nav a.level1,
  #header-nav a.level2,
  #header-nav a.level3 {
    line-height: 2em;
  }
  
  nav li.level0 > ul {
    position: relative;
    top: 0;
    float: left;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0;
    margin: 0;
    height: auto;
    min-height: 200px;
    left: 0;
    border-top-right-radius: 0;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    box-shadow: none;
    border-radius: 0;
  }
  
  #top-nav .level0 > .level1 {
    max-width: 100%;
  }
  
  #top-nav a {
    width: 100%;
  }
  
  #top-nav a.level0:after {
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    top: 5%;
    left: 0.8em;
    transition: 0.5s;
  }

  #top-nav li.parent.sub-menu-active > a:after,
  #top-nav li.parent.menu-active > a.level0:after {
    content: "\f078";
  }

  #top-nav li.level0:last-child a.level0 {
    border-bottom: 0;
  }

  .no-touch .nav-primary a:hover {
    background-color: #f3f3f3;
    text-decoration: none;
  }

  .nav-primary a {
    line-height: 35px;
  }

  .nav-primary li.level0 ul {
    display: none;
  }

  .nav-primary li.level0 li {
    padding: 0;
  }

  .nav-primary li.level1 a {
    padding: 0 15px 0 25px;
  }

  .col-left,
  .col-right,
  .main-container {
    margin-bottom: 10px;
    float: none;
    width: auto;
  }

  .col-main {
    float: none;
    width: auto;
  }
  
  div.main {
    margin-left: 5px;
    margin-right: 5px;
  }

  .footer .links {
    width: 22.65625%;
    padding-right: 0;
    margin-right: 3.125%;
  }

  .footer .links:nth-child(4) {
    margin-right: 0;
  }

  .footer .block-subscribe {
    clear: both;
    float: none;
    margin: 0 auto 30px auto;
  }

  .product-options-bottom .product-pricing,
  .product-options-bottom .tier-prices {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 30px;
    padding-bottom: 0;
  }

  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px;
  }

  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%;
  }
  
  .main-logo {
    z-index: 1000; /* overlap issue on mobile */
  }
  
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* Bootstrap Large */
@media (max-width: 991.98px) {
  .product-img-box,
  .product-collateral {
    width: 100%;
    float: none;
  }

  .product-essential {
    padding-top: 1em;
  }

  .logo .small {
    margin: auto;
    margin-bottom: 0;
  }

  .ulattrprobo li {
    display: inline-block;
    margin: 0 20px;
    min-width: auto;
  }

  .block-content.aw-arp-block-content ul li {
    width: 30%;
  }

  #firecheckout-form .col2-set.firecheckout-set .col-1 {
    width: 100% !important;
  }

  #firecheckout-form .col2-set.firecheckout-set .col-2 {
    width: 100% !important;
  }

  .header-minicart .empty {
    background: #fff;
  }

  ul#brands li img {
    height: auto;
    max-height: initial;
    width: 100%;
  }

  .widget.widget-static-block div {
    width: 100% !important;
    height: auto !important;
  }

  #search_mini_form .search-button {
    border: 0 !important;
    box-shadow: none !important;
    position: absolute !important;
    top: 0px !important;
    right: 0 !important;
  }

  #search_mini_form input.input-text {
    width: 100%;
  }

  #search_mini_form #search {
    width: 100%;
  }

  .block-content.aw-arp-block-content ul li {
    width: 30%;
  }

  #firecheckout-form .col2-set.firecheckout-set .col-1 {
    width: 100% !important;
  }

  #firecheckout-form .col2-set.firecheckout-set .col-2 {
    width: 100% !important;
  }

  .header-minicart .minicart-wrapper,
  #header-quote {
    clear: both;
    position: absolute;
    height: auto;
    width: 100%;
    right: 10px;
    z-index: 9999;
    background: #fff;
  }

  .header-minicart .empty {
    background: #fff;
  }

  .scrlng .header__inside {
    background-color: #ffffff;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    width: 100%;
    transition: opacity 0.4s ease;
  }
  
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%;
  }

  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both;
  }

  .col2-left-layout .pager .pages,
  .col2-right-layout .pager .pages,
  .col3-layout .pager .pages {
    float: left;
    margin-left: 0;
  }

  .col2-left-layout .pager .count-container,
  .col2-right-layout .pager .count-container,
  .col3-layout .pager .count-container {
    float: right;
  }

  .product-view .product-options .required {
    position: static;
  }

  .display-single-price .cart-table {
    float: none;
    width: 100%;
  }

  .display-single-price .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
  }

  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 10px;
  }

  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    width: 50%;
  }

  .display-single-price .crosssell {
    clear: right;
    float: right;
  }

  .crosssell .products-grid > li:nth-child(even),
  .crosssell .products-grid > li:nth-child(3n),
  .crosssell .products-grid > li {
    width: 47.72727%;
    margin-right: 4.54545%;
  }

  /* .crosssell .products-grid > li:nth-child(odd) {
    clear: left;
  } */

  .crosssell .products-grid > li:nth-child(even) {
    margin-right: 0;
  }

  .crosssell .products-grid > li:nth-child(3n + 1) {
    clear: none;
  }

  .opc .section .step {
    padding: 10px;
  }
  
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px;
  }
  
  #wishlist-table.clean-table td textarea {
    height: 100px;
  }
  
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 110px;
  }
  
  #wishlist-table .product-name {
    font-size: 13px;
  }
  
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 300px;
  }
  
  #review-order-form .col-1,
  #review-order-form .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
  
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* Bootstrap Medium */
@media (max-width: 767.98px) {
  .header-minicart .minicart-wrapper {
    top: 125px;
    right: 0;
  }
  
  .account-cart-wrapper {
    float: none;
    text-align: right;
  }
  
  .ctdesc p {
    text-align: initial;
  }
  
  .category-products ul.products-grid li.item .info {
    min-height: 4em;
  }
  
  .widget.widget-static-block div {
    width: 100% !important;
  }
  
  .skip-link {
    border: none;
  }
  
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0;
  }
  
  .sidebar .block:not(.block-layered-nav) .block-title {
    padding: 0;
    margin-top: 0;
    border-bottom: none;
    border-top: none;
    margin-bottom: 0;
  }
  
  .sidebar .block:not(.block-layered-nav) .block-title > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
    border-bottom: 0;
  }

  .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid var(--color-blue);
    border-right: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }

  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    position: relative;
  }

  .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid var(--color-blue);
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }

  .sidebar .block:not(.block-layered-nav) .block-content {
    padding: 10px;
    margin-top: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc;
  }

  .sidebar .block:last-of-type {
    border-bottom: 1px solid #cccccc;
  }

  .col2-set .buttons-set .button,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .col2-set .buttons-set .back-link {
    display: none;
  }

  .col2-set .buttons-set .required {
    display: none;
  }

  .skip-link:last-child {
    border-right: 0;
  }

  .skip-link.skip-active {
    background: #ededed;
    color: inherit;
  }

  .footer .form-language,
  .footer .currency-switcher {
    display: block;
  }
  
  /* GRID */

  .col3-layout .col-wrapper {
    float: none;
    width: auto;
  }

  .col2-set .col-1,
  .col2-set .col-2 {
    padding: 10px;
  }

  body .product-img-box .product-image:hover {
    border-color: #ededed;
  }

  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%;
  }

  .col1-layout .pager {
    float: left;
    clear: both;
  }

  .col1-layout .pager .pages {
    float: left;
    margin-left: 0;
  }

  .col1-layout .pager .count-container {
    float: right;
  }

  .product-view .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both;
  }

  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
  }

  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
  }

  .product-collateral .toggle-tabs {
    display: none;
  }

  .product-collateral > dl > dt {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-weight: normal;
    margin-bottom: 0px;
    padding: 7px 10px 7px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    position: relative;
    background-color: #f4f4f4;
    display: block;
  }

  .product-collateral > dl > dt:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid var(--color-blue);
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }

  .product-collateral > dl > dt:hover {
    background-color: #ececec;
  }

  .product-collateral > dl > dd {
    padding: 10px;
    margin: 0;
    border-width: 0 1px;
    border-style: solid;
    border-color: #cccccc;
  }

  .product-collateral > dl > dd:last-child {
    border-width: 0 1px 1px 1px;
  }

  .product-collateral > dl > dt {
    cursor: pointer;
    border-bottom-width: 0;
  }

  .product-collateral > dl > dt:hover {
    color: var(--color-blue);
  }

  .product-collateral > dl > dt:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid var(--color-blue);
    border-right: none;
  }

  .product-collateral > dl > dt.last {
    border-bottom-width: 1px;
  }

  .product-collateral > dl > dd {
    display: none;
  }

  .product-collateral.accordion-open > dl > dt.current {
    border-bottom-width: 1px;
  }

  .product-collateral.accordion-open > dl > dt.current:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid var(--color-blue);
    border-bottom: none;
    left: 6px;
    top: 50%;
    margin-top: -3px;
  }

  .product-collateral.accordion-open > dl > dd.current {
    display: block;
  }

  .map-popup {
    width: 100%;
    left: 0px !important;
  }

  .cart-table th {
    font-size: 12px;
  }

  .cart-table th,
  .cart-table td {
    padding: 7px 6px;
  }

  .cart-table .product-cart-actions > li {
    white-space: inherit;
  }

  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none;
  }

  .shipping .shipping-form .form-list > li label {
    display: block;
  }

  .shipping .shipping-form .form-list > li input,
  .shipping .shipping-form .form-list > li select {
    width: 100%;
  }

  .opc #opc-login .description,
  .opc #opc-login p.required {
    display: none;
  }

  .gift-message-form .giftmessage-area {
    max-width: 100%;
  }

  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none;
  }

  .gift-message-form .gift-item .fieldset {
    margin-left: 0px;
  }

  .gift-message-form .gift-item .fieldset textarea {
    width: 100%;
  }

  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }

  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .my-account .addresses-list .col-1 li.empty,
  .my-account .addresses-list .col-2 li.empty {
    width: 100%;
  }
  
  .order-info-box .box-content {
    clear: left;
  }

  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px;
  }

  .order-info dt {
    display: none;
  }

  .dashboard .page-title {
    margin-top: 20px;
  }

  .dashboard .page-title h1 {
    margin-top: 0;
  }

  .dashboard .welcome-msg .hello {
    font-style: italic;
  }

  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }

  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0;
  }

  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%;
  }

  .dashboard .col2-set .col-2 {
    float: right;
  }
  
  .review-product-view .product-review .product-img-box {
    max-width: 100%;
  }
  
  #wishlist-table:after {
    content: "";
    display: table;
    clear: both;
  }
  
  #wishlist-table .product-name {
    font-size: 16px;
  }
  
  #wishlist-table textarea {
    height: 68px;
    max-width: 100%;
  }
  
  #wishlist-table .item-manage {
    max-width: 100%;
  }
  
  #wishlist-table tr {
    position: relative;
  }
  
  #wishlist-table tr:after {
    content: "";
    display: table;
    clear: both;
  }
  
  #wishlist-table td.customer-wishlist-item-image {
    width: 70px;
  }
  
  #wishlist-table td.customer-wishlist-item-image img {
    width: 70px;
    height: 70px;
  }
  
  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0;
  }
  
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px;
  }
  
  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px;
  }

  .header-minicart {
    display: block;
  }

  .header-minicart .subtotal .label {
    color: #636363;
  }

  .header-minicart .minicart-wrapper:before {
    background-color: #ededed;
  }

  .header-minicart .quantity-button {
    float: none;
  }

  .header-minicart .header-minicart .block-cart {
    padding: 15px;
  }

  .header-minicart .header-minicart .block-subtitle {
    padding-top: 59px;
  }

  .header-minicart .minicart-actions {
    padding-bottom: 33px;
  }

  .header-minicart .minicart-actions .cart-link {
    bottom: 0;
    right: 10px;
    position: absolute;
  }

  .header-minicart .minicart-actions .checkout-types.minicart li {
    display: inline-block;
  }
  
  #contactForm {
    padding-left: 0;
  }

  .tags-list > li,
  .tags-list {
    float: none;
  }
  
  body[class*="checkout-multishipping-"] .checkout-progress span {
    width: 12px;
  }
  
  body[class*="checkout-multishipping-"] .checkout-progress li {
    width: 100%;
    margin: 0;
    text-align: left;
    padding-left: 3%;
    border-right: 0px;
  }
  
  body[class*="checkout-multishipping-"] .checkout-progress span {
    word-spacing: 1px;
    width: 12px;
  }
  
  body[class*="checkout-multishipping-"] .box-title {
    float: left;
    width: 100%;
  }
  
  body[class*="checkout-multishipping-"] .page-title .button {
    float: left;
    margin-bottom: 10px;
  }
  
  body[class*="checkout-multishipping-"] .linearize-table tfoot td {
    text-align: right;
  }
  
  body[class*="checkout-multishipping-"] .linearize-table select {
    width: 100%;
    min-width: 200px;
  }
  
  body[class*="checkout-multishipping-"] .col-1.col-narrow,
  body[class*="checkout-multishipping-"] .col-2.col-wide {
    width: 100%;
    padding: 0;
  }
  
  .checkout-types {
    float: none;
    text-align: center;
  }
  
  .checkout-types li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  
  .header-minicart .minicart-actions .cart-link {
    right: auto;
    left: 0;
    text-align: center;
    width: 100%;
  }
  
  .ctdesc h1,
  .ctdesc h2,
  .ctdesc h3 {
    padding: 2px 0;
    margin: 0.2em 0;
  }
  
  .product-view .product-shop .price-box .price-excluding-tax .label,
  .product-view .product-shop .price-box .price-including-tax .label {
    font-size: 15px;
  }

  .product-view .product-shop .price-box .price-excluding-tax .price,
  .product-view .product-shop .price-box .price-including-tax .price {
    font-size: 18px;
  }

  .products-grid .product-image img {
    max-height: 210px;
    max-width: 210px;
    margin: auto;
  }
  
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none;
  }
  
  #search_mini_form input.input-text {
    width: 100%;
  }
  
  a.skip-link.skip-account {
    float: left;
  }
  
  .page-header-container.grid-old.scrlng {
    display: none;
  }
  
  .col-1-4,
  .col-1-5 {
    width: 100%;
  }
  
  ul#brands li {
    width: 49%;
  }
  
  ul#brands .clzsamsung {
    right: 4px;
  }
  
  ul#brands li:nth-child(5) {
    right: 0;
    margin-left: 0;
  }
  
  .col-1-2 {
    width: 100%;
  }
  
  .col-7-12 {
    width: 100%;
  }
  
  .col-5-12 {
    width: 100%;
  }
  
  .row.footer__links-row > .col-2-3 {
    width: 100%;
  }
  
  .row.footer__links .col-1-4 {
    width: 100%;
    display: block;
  }
  
  .footer-last-row [class*="col-"] {
    height: auto;
    display: table;
    margin: 20px 0;
    margin-bottom: 10px;
    width: 100%;
  }
  
  .footer__column--big-left-pd {
    padding-left: 8px;
  }
  
  .header-minicart {
    display: block;
    float: none !important;
  }
  
  .sorter {
    padding-top: 0;
  }
  
  .firecheckout-login-wrapper {
    float: right;
    margin: 3px 0 20px 0;
  }
  
  div.main div.col-main div.category-products div.toolbar .limiter select {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
    color: #000000;
    font-size: 13px;
    height: 42px;
    line-height: 1.4em;
    padding: 6px 10px 8px;
    text-decoration: none;
    text-transform: uppercase;
    width: 80px;
    border-radius: 3px;
  }
  
  .product-view .product-shop {
    width: 100%;
  }
  
  .product-collateral .tabs li {
    width: 100%;
  }
  
  .block-content.aw-arp-block-content ul li {
    width: 95% !important;
  }
  
  #firecheckout-form .col2-set.firecheckout-set .col-2 div.col-1 {
    width: 100% !important;
  }
  
  #firecheckout-form .col2-set.firecheckout-set .col-2 div.col-2 {
    width: 100% !important;
  }
  
  a.skip-link.skip-account {
    float: left;
  }
  
  .page-header-container.grid-old.scrlng {
    display: none;
  }
  
  .col-1-4 {
    width: 100%;
  }
  
  ul#brands li {
    width: 29%;
  }
  
  ul#brands .clzsamsung {
    right: 4px;
  }
  
  ul#brands li:nth-child(5) {
    right: 0;
    margin-left: 20px;
  }
  
  .col-1-2 {
    width: 100%;
  }
  
  .col-7-12 {
    width: 100%;
  }
  
  .col-5-12 {
    width: 100%;
  }
  
  .row.footer__links-row > .col-2-3 {
    width: 100%;
  }
  
  .row.footer__links .col-1-4 {
    width: 100%;
    display: block;
  }
  
  .footer-last-row [class*="col-"] {
    height: auto;
    display: table;
    margin: 20px 0;
    margin-bottom: 10px;
    width: 100%;
  }
  
  .footer__column--big-left-pd {
    padding-left: 8px;
  }
  
  .sorter {
    padding-top: 0;
  }
  
  .category-products ul.products-grid li.item {
    width: 50% !important;
    margin: 0 !important;
  }
  
  .product-view .product-shop {
    width: 55%;
    float: right;
    width: 50%;
    width: 100%;
  }
  
  .product-collateral .tabs li {
    width: 100%;
  }
  
  #firecheckout-form .col2-set.firecheckout-set .col-2 div.col-1 {
    width: 100% !important;
  }
  
  #firecheckout-form .col2-set.firecheckout-set .col-2 div.col-2 {
    width: 100% !important;
  }
  
  .image-box {
    width: 100%;
  }
  
  .contant-box {
    width: 100%;
    margin-top: 10px;
  }
  
  .mail-box {
    width: 100%;
    margin-top: 10px;
  }
  
  .more-inform {
    font-size: 16px;
  }
  
  .fa-angle-right {
    float: right;
    margin-right: 15px;
    font-weight: 900;
  }
  
  .new-contant {
    width: 100%;
    font-size: 16px;
  }
  
  ul.products-grid > li {
    margin: 0;
  }
  
  .products-grid .product-image img {
    max-height: 100% !important;
    max-width: 100% !important;
  }
  
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* Bootstrap X-Small */
@media (max-width: 575.98px) {
  .d-xs-none {
    display: none !important;
  }

  .d-xs-block {
    display: block !important;
  }
  
  .mobile-hide {
    display: none;
  }
  
  .col2-set .col-1,
  .col2-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .cms-page-view .mobile-show {
    display: none;
  }
  
  .main-logo {
    width: min(208px, 50%);
  }
  
  #main-logo {
    width: 100%;
  }
  
  #brand_logo_small {
    display: block;
    margin: auto;
    float: none;
  }
  
  .linearize-table-large tr,
  .linearize-table-large th,
  .linearize-table-large td {
    display: block;
  }
  
  .linearize-table-large thead th {
    border-right: 0;
    border-left: 0;
  }
  
  .linearize-table-large thead th.lin-hide {
    display: none;
  }

  .linearize-table-large thead th:nth-child(1n + 2) {
    display: none;
  }
  
  .linearize-table-large tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  
  .linearize-table-large tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  
  .linearize-table-large tbody td.lin-hide {
    display: none;
  }
  
  .linearize-table-large tbody td:first-child {
    padding-top: 10px;
  }
  
  .linearize-table-large tbody td:first-child,
  .linearize-table-large tbody td:first-child h3 {
    font-weight: bold;
  }
  
  .linearize-table-large tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }
  
  .linearize-table-large tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    padding-right: 5px;
    text-transform: uppercase;
  }
  
  .linearize-table-large tfoot tr {
    display: block;
    text-align: right;
  }
  
  .linearize-table-large tfoot tr:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .linearize-table-large tfoot td {
    display: block;
    float: left;
  }
  
  .linearize-table-large tfoot td.lin-hide {
    display: none;
  }
  
  .linearize-table-large tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }
  
  .linearize-table-large tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }
  
  .linearize-table-large .linearize-hide {
    display: none;
  }
  
  .linearize-table-large .linearize-unpad {
    padding: 0;
  }
  
  .linearize-table-large .linearize-show {
    display: block;
  }
  
  .footer .links {
    width: 48.4375%;
    margin-right: 0;
  }
  
  .footer .links:nth-child(odd) {
    margin-right: 3.125%;
    clear: both;
  }
  
  .footer .block-subscribe {
    clear: both;
    float: left;
    width: 100%;
  }
  
  .add-to-box .add-to-links a {
    float: none;
    width: auto;
    text-indent: 0;
  }
  
  .product-cart-sku {
    display: none;
  }
  
  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%;
  }
  
  .cart-table colgroup,
  .cart-table thead {
    display: none;
  }
  
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
  }
  
  .cart-table tr:after {
    content: "";
    display: table;
    clear: both;
  }

  .cart-table tr:last-child {
    margin-bottom: 0;
  }

  .cart-table tfoot tr {
    padding-bottom: 0;
  }

  .cart-table td {
    border: none;
    display: block;
  }

  .cart-table td[data-rwd-label] {
    padding-left: 15px;
    margin-bottom: 6px;
  }

  .cart-table td[data-rwd-label] .price {
    font-weight: normal;
  }

  .cart-table td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    padding-right: 5px;
    text-transform: uppercase;
  }

  .cart-table td.product-cart-price {
    text-align: left;
  }

  .cart-table h2 {
    font-size: 12px;
  }

  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px;
  }

  .cart-table .cart-links > li {
    white-space: normal;
    text-align: center;
  }

  .cart-table .cart-links > li > a {
    padding: 2px 0px;
  }

  .cart-table .cart-tax-info {
    font-style: italic;
    padding-left: 15px;
    font-size: 13px;
  }

  .cart-table .cart-tax-info .price {
    font-size: 13px;
  }

  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0;
  }

  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
  }

  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%;
  }

  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right;
  }

  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none;
  }

  .cart-table .product-cart-info .btn-remove {
    display: block;
  }

  .cart-table .product-cart-actions .button {
    display: none;
  }

  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0px 2px 7px;
  }

  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px;
  }

  .cart-table .product-cart-actions {
    text-align: left;
  }

  .cart-table .product-cart-actions .qty {
    margin-right: 7px;
    margin-bottom: 7px;
  }

  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-weight: 500;
    font-size: 15px;
  }

  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%;
  }

  .cart-table .cart-footer-actions #empty_cart_button {
    float: right;
  }

  .cart-table .cart-footer-actions .btn-continue {
    float: left;
  }

  /* .cart-table .cart-footer-actions .btn-update,
  .cart-table .cart-footer-actions span.or {
    display: none;
  } */

  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":";
  }

  .cart-table .cart-tax-total:after {
    right: -9px;
  }

  .cart-table .cart-tax-total.cart-tax-total-expanded:after {
    right: -13px;
  }

  .linearize-table-large.checkout-review-table thead tr:nth-child(1n + 2) {
    display: none;
  }

  .my-account .addresses-list .addresses-additional p a {
    white-space: nowrap;
  }
  
  #my-orders-table .option-label {
    margin-left: 20px;
  }
  
  #my-orders-table .option-value {
    margin-left: 35px;
  }
  
  #my-orders-table td[data-rwd-label="Qty"] .nobr br {
    display: none;
  }
  
  #my-orders-table td[data-rwd-label="Qty"] .nobr strong {
    margin-right: 10px;
  }
  
  #my-orders-table tr.bundle {
    border-color: #ededed;
  }
  
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px;
  }
  
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0;
  }
  
  #my-orders-table tbody:last-child tr:last-child td:last-child {
    padding-bottom: 15px;
  }
  
  #my-orders-table tfoot tr.shipping {
    margin-top: 0;
  }

  .contacts-index-index .buttons-set {
    max-width: 330px;
    margin-left: 0;
  }

  .contacts-index-index .buttons-set button {
    float: left;
    margin-left: 0px;
  }

  .contacts-index-index .buttons-set p.required {
    float: right;
  }
  
  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0;
  }
  
  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none;
  }

  .header-minicart .minicart-actions .checkout-button {
    width: 100%;
  }

  .checkout-multishipping-addresses .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 10px;
    margin-top: 12px;
  }
  
  .catalog-product-view ol.breadcrumb li:not(:last-child) {
    display: none;
  }
  
  .catalog-product-view ol.breadcrumb li:last-child {
    display: initial;
  }
  
  .catalog-category-view ol.breadcrumb li:not(:nth-last-child(2)) {
    display: none;
  }
  
  .catalog-category-view ol.breadcrumb li:nth-last-child(2) {
    display: initial;
  }
  
  .products-list .product-shop .price-box .special-price {
    padding-left: 0;
  }
  
  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary,
  .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
  
  .category-products ul.products-grid li.item {
    width: 100% !important;
    margin: 2rem 0 !important;
    padding: 0 !important;
  }
  
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* Prevent zoom on focus */
@media (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  input[type="email"],
  input[type="search"],
  input[type="number"],
  input[type="password"],
  input[type="tel"],
  input[type="text"],
  select {
    font-size: 16px;
  }
}

@media (max-width: 480px) {  
  /* #top-nav li.level0 > ul { */
    /* columns: 1; */
    /* -webkit-columns: 1; */
    /* -moz-columns: 1; */
  /* } */
  
  .buttons-set .button {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 7px;
  }
  
  .buttons-set .back-link {
    display: none;
  }
  
  .buttons-set .required {
    display: none;
  }
  
  .linearize-table tr,
  .linearize-table th,
  .linearize-table td {
    display: block;
  }
  
  .linearize-table thead th {
    border-right: 0;
    border-left: 0;
  }
  
  .linearize-table thead th.lin-hide {
    display: none;
  }
  
  .linearize-table thead th:nth-child(1n + 2) {
    display: none;
  }
  
  .linearize-table tbody tr {
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  
  .linearize-table tbody td {
    padding: 0 10px 4px;
    border-right: 0;
    border-bottom: 0;
  }
  
  .linearize-table tbody td.lin-hide {
    display: none;
  }
  
  .linearize-table tbody td:first-child {
    padding-top: 10px;
  }
  
  .linearize-table tbody td:first-child,
  .linearize-table tbody td:first-child h3 {
    font-weight: bold;
  }

  .linearize-table tbody td[data-rwd-label] {
    text-align: left;
    padding-left: 30px;
  }

  .linearize-table tbody td[data-rwd-label]:before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    padding-right: 5px;
    text-transform: uppercase;
  }

  .linearize-table tfoot tr {
    display: block;
    text-align: right;
  }

  .linearize-table tfoot tr:after {
    content: "";
    display: table;
    clear: both;
  }

  .linearize-table tfoot td {
    display: block;
    float: left;
  }

  .linearize-table tfoot td.lin-hide {
    display: none;
  }

  .linearize-table tfoot td:nth-child(odd) {
    clear: left;
    width: 60%;
  }

  .linearize-table tfoot td:nth-child(even) {
    text-align: left;
    width: 40%;
  }

  .linearize-table .linearize-hide {
    display: none;
  }

  .linearize-table .linearize-unpad {
    padding: 0;
  }

  .linearize-table .linearize-show {
    display: block;
  }

  .page-header-container .store-language-container {
    padding-top: 8px;
  }

  .page-header-container .store-language-container select {
    font-size: 12px;
  }

  .footer {
    padding-top: 15px;
  }

  .truncated {
    cursor: inherit;
  }

  .truncated a.details {
    display: none;
  }

  .truncated .truncated_full_value .item-options {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
  }

  .truncated .truncated_full_value .item-options p {
    float: none;
  }

  .truncated .truncated_full_value .item-options:after {
    display: none;
  }

  .pager .amount--has-pages {
    display: none;
  }

  .pages {
    float: left;
  }

  .limiter label {
    display: none;
  }

  .product-img-box .product-image img {
    max-height: 450px;
  }

  .product-view .product-shop,
  .product-img-box,
  .product-collateral,
  .product-view .block-related,
  .box-collateral {
    margin-bottom: 15px;
  }

  .grouped-items-table-wrapper {
    margin-bottom: 15px;
  }

  .product-options-bottom .price-box .price-as-configured {
    text-align: right;
  }

  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block;
  }

  .map-popup .map-popup-heading h3 {
    text-align: center;
  }

  .map-popup .map-popup-content {
    text-align: center;
  }

  .map-popup .map-popup-checkout {
    text-align: center;
  }

  .map-popup .map-popup-checkout .button,
  .map-popup .map-popup-checkout .additional-addtocart-box {
    float: none;
  }
  
  .map-popup .map-popup-checkout .additional-addtocart-box {
    min-width: 0px;
  }
  
  .map-popup .map-popup-price {
    text-align: center;
    padding-top: 0px;
  }

  .opc .buttons-set .button + .buttons-set .button {
    margin-left: 0;
  }

  .sp-methods .checkmo-list {
    padding-left: 0;
  }

  .sp-methods .checkmo-list label {
    width: 135px;
  }

  .linearize-table.checkout-review-table thead tr:nth-child(1n + 2) {
    display: none;
  }
  
  #checkout-step-review .opc-block-progress .block-content > dl > div {
    float: none;
    width: auto;
  }
  
  #checkout-review-table thead > tr > th {
    display: none;
  }
  
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }
  
  #checkout-review-table thead > tr > th:first-child {
    display: block;
  }
  
  .order-info {
    margin-top: 15px;
  }
  
  .data-table.orders .link-reorder,
  .data-table.orders .date {
    display: none;
  }
  
  .data-table.orders td.view {
    text-align: right;
  }
  
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px;
  }

  .order-info-box {
    margin: 0;
  }

  .order-info-box .col-1,
  .order-info-box .col-2 {
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding: 15px 0;
  }

  .order-info-box + .order-info-box {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }
  
  #my-reviews-table .nobr {
    white-space: normal;
  }
  
  #wishlist-table tr {
    position: relative;
  }
  
  #wishlist-table th.customer-wishlist-item-image {
    display: block;
  }
  
  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table td.customer-wishlist-item-info,
  #wishlist-table td.customer-wishlist-item-quantity,
  #wishlist-table td.customer-wishlist-item-price,
  #wishlist-table td.customer-wishlist-item-cart {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide;
  }
  
  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden;
  }
  
  #wishlist-table td.customer-wishlist-item-image a {
    float: left;
  }
  
  #wishlist-table td.customer-wishlist-item-image a img {
    width: 113px;
    height: 113px;
  }
  
  #wishlist-table td.customer-wishlist-item-quantity,
  #wishlist-table td.customer-wishlist-item-price {
    text-align: left;
  }
  
  #wishlist-table td.customer-wishlist-item-quantity:before,
  #wishlist-table td.customer-wishlist-item-price:before {
    float: left;
    margin-right: 15px;
  }
  
  #wishlist-table td.customer-wishlist-item-quantity .cart-cell,
  #wishlist-table td.customer-wishlist-item-price .cart-cell {
    text-align: left;
  }
  
  #wishlist-table td.customer-wishlist-item-quantity .price-box,
  #wishlist-table td.customer-wishlist-item-price .price-box {
    margin-top: 0;
  }
  
  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
    float: left;
    width: 48%;
  }
  
  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%;
  }
  
  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    padding: 0px;
    height: 20px;
  }
  
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%;
  }

  .header-minicart a.skip-cart {
    z-index: 1;
  }

  .advanced-search {
    padding: 15px;
  }

  .sales-order-invoice .sub-title,
  .sales-order-creditmemo .sub-title,
  .sales-order-shipment .sub-title {
    float: left;
    font-size: 15px;
    text-align: center;
    width: 100%;
  }

  .sales-order-invoice .order-links,
  .sales-order-creditmemo .order-links,
  .sales-order-shipment .order-links {
    text-align: center;
    width: 100%;
  }
  
  #recurring_profile_list_view {
    font-size: 12px;
  }
  
  #recurring_profile_list_view a {
    font-size: inherit;
  }
  
  #recurring_profile_list_view th,
  #recurring_profile_list_view td {
    padding: 2px;
  }

  .billing-agreements .info-box .button {
    width: 100%;
    float: none;
  }

  .billing-agreement-view-header-wrapper .heading {
    max-width: 100%;
  }

  .billing-agreements .data-table .created-at,
  .billing-agreements .data-table .updated-at {
    display: none;
  }
  
  body[class*="checkout-multishipping-"] .buttons-set .back-link {
    display: block;
  }
}

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

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

/*
  #blackfriday-banner-wrapper, #product_addtocart_form > div > div:nth-child(1) > a {
    display: none;
  }
*/
